/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 30.07.15 n 30.06.23 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");
@import url("splide.min.css");
/*@import url(http://fonts.googleapis.com/css?family=Scada:400,700,700italic,400italic&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("modals/fade_in_and_scale.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  height: 100%;
  color: #303437;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  word-wrap: break-word;
}

input, button, select, textarea, html {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #0E6596;
  text-decoration: underline;
}

a:hover, a:hover:visited {
  text-decoration: none;
}

.nu a:hover, a.nu:hover {
  text-decoration: underline;
}

.nu a, a.nu {
  text-decoration: none;
}

a.link_dashed, .link_dashed a {
  text-decoration: none;
  border-bottom: 1px dashed;
}

a.link_dashed:hover, .link_dashed a:hover {
  border: 0;
  text-decoration: none;
}

.main_page .h1 {
  margin: 0 0 2.5rem;
}

.h1 {
  font-size: 3.6rem;
  color: #0E4972;
  font-weight: bold;
  margin: 0 0 4.2rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.h2 {
  font-size: 3.6rem;
  color: #0E4972;
  font-weight: bold;
  margin: 0 0 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.h3 {
  font-size: 3.6rem;
  color: #0E4972;
  font-weight: bold;
  margin: 0 0 3.6rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.h4 {
  font-size: 3.0rem;
  color: #0E4972;
  font-weight: bold;
  margin: 0 0 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.h5 {
  font-size: 2.4rem;
  color: #0E4972;
  font-weight: bold;
  margin: 0 0 2.0rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.h6 {
  font-size: 1.8rem;
  color: #192A36;
  font-weight: bold;
  margin: 0 0 1.2rem;
  line-height: 1.1;
}

/*colors*/
/*end colors*/
/*fonts*/
@font-face {
  font-family: "Azoft_Sans";
  src: url("../fonts/Azoft_Sans.eot");
  src: url("../fonts/Azoft_Sans.eot?#iefix") format("embedded-opentype"), url("../fonts/Azoft_Sans.woff") format("woff"), url("../fonts/Azoft_Sans.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Azoft_Sans_bold";
  src: url("../fonts/Azoft_Sans_bold.eot");
  src: url("../fonts/Azoft_Sans_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Azoft_Sans_bold.woff") format("woff"), url("../fonts/Azoft_Sans_bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

.f-10 {
  font-size: 10px;
  font-size: 1rem;
}

.f-11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.f-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.f-13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.f-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.f-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.f-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.f-17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.f-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.f-20 {
  font-size: 20px;
  font-size: 2rem;
}

/*end fonts*/
/*forms fields*/
.field {
  background: #fff;
  border: none;
  padding: 1.7rem 11.7rem 2.0rem 2.4rem;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  font-size: 1.8rem;
  font-weight: normal;
  color: #94979A;
}

.field:focus {
  border-color: #51cbee;
  -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
  box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
  opacity: 1;
  font-size: 1.8rem;
  font-weight: normal;
  color: #94979A;
}

.field::-moz-placeholder {
  opacity: 1;
  font-size: 1.8rem;
  font-weight: normal;
  color: #94979A;
}

.field::-webkit-input-placeholder {
  opacity: 1;
  font-size: 1.8rem;
  font-weight: normal;
  color: #94979A;
}

.field:-ms-input-placeholder {
  opacity: 1;
  font-size: 1.8rem;
  font-weight: normal;
  color: #94979A;
}

.field.placeholder {
  font-size: 1.8rem;
  font-weight: normal;
  color: #94979A;
}

.field.invalid {
  border-color: none;
}

.parent_field {
  display: inline-block;
  vertical-align: top;
}

.invalid_message {
  display: block;
  color: red;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.valid_message {
  display: none;
  color: green;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
  overflow: hidden;
}

.cx:before, .cx:after {
  content: "";
  display: table;
}

.cx:after {
  clear: both;
}

.ct {
  display: table;
}

.ct:after {
  content: '. . . . . . . . . . .';
  display: block;
  word-spacing: 99in;
  height: 0;
  overflow: hidden;
  font-size: 0.05em;
  line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  margin: 0 0 3.3rem;
  height: 0;
  display: block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  border-top: 0.5rem solid #F7F9FA;
}

::-moz-selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
}

img::-moz-selection {
  background-color: transparent;
  -moz-box-shadow: none;
}

img::selection {
  background-color: transparent;
  box-shadow: none;
}

ul {
  margin: 0 0 3.2rem;
  padding: 0.3rem 0 0;
}

li {
  background: url(../images/mark.svg) no-repeat 0 0.9rem;
  margin: 0 0 0.1rem;
  padding: 0 0 0 1.5rem;
  list-style: none;
}

.list_1 {
  margin: 0 0 4.2rem -2.3rem;
  column-count: 2;
}

.list_1 li {
  margin: 0 0 0 2.3rem;
  page-break-inside: avoid;
  break-inside: avoid;
}

.list_2 {
  counter-reset: list2;
  margin: 0 0 2.8rem;
}

.list_2 li {
  counter-increment: list2;
  padding: 0.3rem 0 0 3.8rem;
  position: relative;
  margin: 0 0 2.3rem;
  line-height: 1.4;
}

.list_2 li:before {
  content: counter(list2) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 2.4rem;
  color: #1CB4E6;
  line-height: 1;
}

.list_3 {
  counter-reset: list3;
  margin: 0 0 2.8rem -2.0rem;
}

.list_3 li {
  display: inline-block;
  width: calc(34% - 7.7rem);
  counter-increment: list3;
  padding: 0.3rem 0 0 3.8rem;
  position: relative;
  margin: 0 0 2.3rem 2.0rem;
  line-height: 1.4;
  vertical-align: top;
}

.list_3 li:before {
  content: counter(list3) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 2.4rem;
  color: #1CB4E6;
  line-height: 1;
}

.list_4 {
  counter-reset: list4;
  margin: 0 0 2.8rem -2.0rem;
}

.list_4 li {
  display: inline-block;
  width: calc(25% - 6.1rem);
  counter-increment: list4;
  padding: 0.3rem 0 0 3.8rem;
  position: relative;
  margin: 0 0 2.3rem 2.0rem;
  line-height: 1.4;
  vertical-align: top;
}

.list_4 li:before {
  content: counter(list4) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 2.4rem;
  color: #1CB4E6;
  line-height: 1;
}

.list li {
  background: none;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
  min-width: 102.4rem;
  min-height: 100%;
  margin: auto;
  overflow-x: clip;
  position: relative;
  z-index: 1;
}

.to-top {
  position: fixed;
  display: none;
  bottom: 10.4rem;
  right: 0;
  z-index: 99;
}

.to-top .link {
  background: #1CB4E6 url(../images/to-top.png) no-repeat 50% 50%;
  display: block;
  width: 2.9rem;
  height: 6.2rem;
}

.ask_question_bubble {
  position: fixed;
  top: 44%;
  right: 0;
  z-index: 99;
}

.ask_question_bubble .toggle {
  background: #1CB4E6;
  display: inline-block;
  width: 6.0rem;
  height: 6.0rem;
  position: relative;
  right: 0;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.ask_question_bubble:hover .toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 19.9rem;
  padding: 0 0 0 2.6rem;
}

.ask_question_bubble .text {
  display: none;
  width: calc(100% - 6.0rem);
}

.ask_question_bubble:hover .text {
  display: inline-block;
}

.ask_question_bubble .fig {
  display: inline-block;
  vertical-align: middle;
  width: 6.0rem;
  height: 6.0rem;
  position: relative;
  overflow: hidden;
}

.ask_question_bubble .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.cookie {
  position: fixed;
  bottom: 0;
  right: 1.6rem;
  left: 1.6rem;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  z-index: 101;
}

.cookie:after {
  content: "";
  background: #0F3F61;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.cookie:before {
  content: "";
  background: #1CB4E6;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transition: all 0.5s ease 0s;
}

.cookie:hover:before {
  background: #0D7AB9;
}

.cookie .box {
  height: 7.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cookie .text {
  width: 50%;
  text-align: center;
}

.cookie .btn_2 {
  background: url(../images/btn_2.svg) no-repeat 100% 50%;
  display: inline-block;
  width: calc(50% - 7.2rem);
  height: 7.3rem;
  padding: 0 0 0 7.2rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 7.3rem;
  transition: all 0.5s ease 0s;
}

.cookie .btn_2:hover {
  background: url(../images/btn_2.svg) no-repeat 100% 50%;
}

.inner {
  min-width: 102.4rem;
  max-width: 128.0rem;
  margin: auto !important;
  padding: 0 0 55.7rem;
}

.inner:before, .inner:after {
  content: "";
  display: table;
}

.inner:after {
  clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/

.header {
  min-width: 102.4rem;
  max-width: 128.0rem;
  position: relative;
}

.page_with-small-header .header {
  padding: 9.7rem 0 0;
}

.declaration_box {
  width: 100vw;
  height: 5.5rem;
  position: relative;
  left: 50%;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  transform: translate(-50%, 0);
}

.declaration_box .in {
  min-width: 92.8rem;
  max-width: 118.4rem;
  height: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.8rem 4.8rem 1.0rem;
  position: relative;
}

.declaration_box .close {
  width: 4.8rem;
  height: 5.5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.declaration_box .close .link {
  background: url(../images/declaration_box_close.svg) no-repeat 50% 50%;
  display: block;
  width: 4.8rem;
  height: 5.4rem;
}

.declaration_box .link {
  color: #fff;
  text-decoration: none;
}

.main_page .header_top {
  height: 16.2rem;
}

.header_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  min-width: 102.4rem;
  max-width: 128.0rem;
  height: 13.4rem;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.main_page .header_top:before {
  display: none;
}

.header_top:before {
  content: "";
  background: #0E6596;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.page_with-small-header .header_top {
  position: fixed;
}

.main_page .header_top .in:nth-child(4) {
  width: auto;
}

.header_top .in:nth-child(4) {
  width: 30.4rem;
}

.page_with_nav .header_top .in:nth-child(4) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 73%;
}

.main_page .logo {
  background-size: 12.4rem 14.3rem;
  width: 12.4rem;
  height: 14.3rem;
  margin: 3.5rem 0 0 1.6rem;
}

.main_page .logo .link {
  width: 12.4rem;
  height: 14.3rem;
}

.logo {
  background: url(../images/logo_new.svg) no-repeat;
  background-size: 7.4rem 10.7rem;
  width: 7.4rem;
  height: 10.7rem;
  margin: 1.3rem 0 0 1.6rem;
}

.logo .link {
  display: block;
  width: 7.4rem;
  height: 10.7rem;
}

.page_with_nav .logo {
  background-size: 5.8rem 8.5rem;
  width: 5.8rem;
  height: 8.5rem;
  margin: 2.7rem 0 0 1.6rem;
  position: relative;
  z-index: 3;
}

.page_with_nav .logo .link {
  width: 5.8rem;
  height: 8.5rem;
}

.main_page .slogan {
  margin: 5.9rem 0 0 2.4rem;
}

.slogan {
  margin: 3.1rem 0 0 2.4rem;
  color: #fff;
  line-height: 1.4;
}

.page_with_nav .slogan {
  display: none;
}

.slogan .detailed {
  display: block;
  padding: 8px 0 0;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.main_page .phone {
  margin: 0 0 0.6rem;
}

.phone {
  margin: 3.6rem 0 0.6rem;
  font-size: 2.0rem;
  font-weight: 600;
  color: #fff;
}

.page_with_nav .phone {
  order: 2;
  margin: 7.7rem 0 0;
  position: relative;
  z-index: 3;
}

.phone .link {
  background: url(../images/header_phone-call.svg) no-repeat 0 0.5rem;
  display: inline-block;
  padding: 0 0 0 3.2rem;
  color: #fff;
  text-decoration: none;
}

.page_with_nav .mail {
  order: 1;
  font-size: 1.8rem;
  margin: 7.9rem 0 0;
  position: relative;
  z-index: 3;
}

.mail .link {
  background: url(../images/header_mail.svg) no-repeat 0 0.3rem;
  display: inline-block;
  padding: 0 0 0 3.2rem;
  color: #fff;
  text-decoration: none;
}

.main_page .address {
  margin: 7.5rem 0 1.0rem;
}

.address {
  background: url(../images/header_address.svg) no-repeat 0 0.3rem;
  width: 24.0rem;
  margin: 4.3rem 0 1.0rem;
  padding: 0 0 0 2.3rem;
  color: #fff;
}

.page_with_nav .address {
  display: none;
}

.page_with_nav .shema {
  display: none;
}

.shema .link {
  background: url(../images/header_shema.svg) no-repeat 100% 0.9rem;
  display: inline-block;
  padding: 0 1.8rem 0 2.4rem;
  color: #fff;
  text-decoration: none;
}

.main_page .langs {
  float: none;
  margin: 3.2rem 0 1.6rem;
}

.langs {
  margin: 4.1rem 0 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  float: right;
  line-height: 1.3;
}

.page_with_nav .langs {
  display: none;
}

.main_page .langs a {
  display: inline-block;
  margin: 0 0 0 1.1rem;
}

.langs a {
  padding-left: 1.9rem;
  color: #86A7B9;
  margin: 0 0 1.7rem;
  text-decoration: none;
  display: block;
}

.langs a.active {
  color: #fff;
}

.langs a.rus {
  background: url(../images/ru_0_new.svg) no-repeat 0 0.2rem;
}

.langs a.eng {
  background: url(../images/en_0_new.svg) no-repeat 0 0.2rem;
}

.social_network_header {
  display: none;
  flex-direction: row;
  margin: 1.3rem 0 0;
  order: 3;
}

.social_network_header .item {
  margin: 0 0 0 2.8rem;
}

.social_network_header .fig {
  width: 2.3rem;
  height: 2.3rem;
  position: relative;
  overflow: hidden;
}

.social_network_header .fig_blue {
  display: none;
}

.social_network_header .item:hover .fig_blue {
  display: block;
}

.social_network_header .item:hover .fig_white {
  display: none;
}

.social_network_header .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.page_with_nav .social_network_header {
  display: flex;
  margin: 7.4rem 0 0;
  position: relative;
  z-index: 3;
}

.page_with_nav .social_network_header .item {
  margin: 0 0 0 3.7rem;
}

.page_with_nav .social_network_header .fig {
  width: 3.0rem;
  height: 3.0rem;
}

.nav {
  width: 8.5rem;
  height: 13.4rem;
  margin: 0 1.6rem 0 0;
  position: relative;
}

.nav_toggle {
  border: none;
  display: block;
  width: 8.5rem;
  height: 13.4rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.nav_toggle:before {
  content: "";
  background: #1CB4E6;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.nav_toggle .bar {
  padding: 0;
  width: 3.9rem;
  height: 0.2rem;
  background: #fff;
  display: block;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.nav_toggle .bar1 {
  bottom: 5.3rem;
  right: 0;
}

.nav_toggle .bar2, .nav_toggle .bar3 {
  bottom: 4.3rem;
  right: 0;
}

.nav_toggle.bar3 {
  right: 0;
}

.nav_toggle .bar4 {
  bottom: 3.3rem;
  right: 0;
}

.nav_toggle .bar1 {
  transform-origin: 5%;
}

.nav_toggle .bar4 {
  transform-origin: 5%;
}

.nav_toggle .bar {
  background: #fff;
}

.nav_active .nav_toggle .bar1 {
  bottom: 3.0rem;
  width: 0%;
  right: 50%;
}

.nav_active .nav_toggle .bar3 {
  transform: rotate(-45deg);
  height: 0.2rem;
}

.nav_active .nav_toggle .bar2 {
  transform: rotate(45deg);
  height: 0.2rem;
}

.nav_active .nav_toggle .bar4 {
  bottom: 3.0rem;
  width: 0%;
  right: 50%;
}

.nav> .sub_all {
  display: none;
  max-width: 128.0rem;
  width: calc(100vw - 1.6rem);
  padding: 19.3rem 1.6rem 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav_active .sub_all {
  display: block;
}

.nav .sub_all:before {
  content: "";
  background: #0E6596;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1
}

.nav> .sub_all> .list {
  width: calc(100% + 2.5rem);
  margin: 0 0 0 -2.5rem;
  position: relative;
  column-count: 2;
  z-index: 1;
}

.nav> .sub_all> .list> .item {
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 3.9rem 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.nav> .sub_all> .list> .item> .link {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.nav> .sub_all> .list> .have_sub> .link:before {
  content: "";
  border-top: 0.2rem solid rgba(255, 255, 255, 0.15);
  display: block;
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  right: 0;
}

.nav> .sub_all> .list> .have_sub> .link .text {
  background: #0E6596;
  display: inline-block;
  padding: 0 1.6rem 0 0;
  position: relative;
  z-index: 2;
}

.nav .sub {
  margin: 1.3rem 0 0.4rem;
}

.nav .sub_menu {
  margin: 0 0 0 -2.5rem;
  column-count: 2;
}

.nav .sub_menu .item {
  margin: 0 0 1.3rem 2.5rem;
  page-break-inside: avoid;
  break-inside: avoid;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
}

.nav .sub_menu .link {
  color: #9DD7F0;
  text-decoration: none;
}

.carousel_1 {
  width: 100vw;
 height: 60.5rem;
  margin: -16.2rem 0 5.4rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  
   
}

.carousel_1 .splide__arrows {
  width: 15.0rem;
  height: 6.9rem;
  position: absolute;
  bottom: 0;
  right: 7.6rem;
  z-index: 5;
}

.carousel_1 .splide__arrow--next, .carousel_1 .splide__arrow--prev {
  background: url(../images/carousel_1_next.svg) no-repeat 100% 0;
  display: block;
  width: 7.5rem;
  height: 6.9rem;
  position: absolute;
  top: 0;
  right: 0;
}

.carousel_1 .splide__arrow--next:hover {
  background: url(../images/carousel_1_next_hover.svg) no-repeat 100% 0;
}

.carousel_1 .splide__arrow--prev {
  background: url(../images/carousel_1_prev.svg) no-repeat 0 0;
  right: auto;
  left: 0;
}

.carousel_1 .splide__arrow--prev:hover {
  background: url(../images/carousel_1_prev_hover.svg) no-repeat 0 0;
}

.carousel_1 .splide__arrow--prev svg {
  display: none;
}

.carousel_1 .splide__arrow--next svg {
  display: none;
}
.carousel_1 p {
  margin: 0 0 1.5rem;
}

.carousel_1 .splide__slide {
	position:relative;
}



.carousel_1 .fig {
  width: 100%;
  height: 60.5rem;
  position: relative;
  overflow: hidden;
  
}



.carousel_1 .fig:after {
  content: "";
  background: rgba(25, 42, 54, 0.46);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.carousel_1 .fig:before {
  content: "";
  background: url(../images/carousel_1_before.png) repeat-x;
  height: 39.3rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.carousel_1 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.carousel_1 video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.carousel_1 iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.carousel_1 .text {
  max-width: 124.8rem;
  margin: 0 auto;
  position: absolute;
  top: 32.5rem;
  left: 1.6rem;
  right: 1.6rem;
  font-size: 1.6rem;
  color: #fff;
  z-index: 3;
}



.carousel_1 .in {
  width: 81.9rem;
  padding: 0 0 0 3.4rem;
}

.carousel_1 .title {
  padding: 0 0 0 3.4rem;
  margin: 0 0 1.6rem -3.4rem;
  position: relative;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.carousel_1 .title:before {
  content: "";
  border-left: 1.1rem solid #1CB4E6;
  position: absolute;
  top: 1.1rem;
  left: 0;
  bottom: 0.9rem;
}
.carousel_1 .splide__pagination {
	display:none;
}
.contacts_header_mobile {
  display: none;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
  width: 27.7rem;
  margin: 0 3.1rem 0 0;
  padding: 7.8rem 0 0;
  float: left;
  position: sticky;
  top: 5.0rem;
}

.side:before {
  content: "";
  background: #F7F9FA;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.catalog_list_6 .item {
  margin: 0 0 3.0rem;
  font-size: 1.6rem;
  line-height: 1.2;
}

.catalog_list_6 .item:before, .catalog_list_6 .item:after {
  display: none;
}

.catalog_list_6 .link {
  border-left: 0.6rem solid #D9E3E8;
  display: block;
  padding: 1.3rem 0 1.5rem 1.8rem;
  color: #0E4972;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.catalog_list_6 .item:hover .link, .catalog_list_6 .active .link {
  background: #fff;
  border-left: 0.6rem solid #1CB4E6;
  color: #1CB4E6;
}

.box_2 {
  background: #cadde2;
  border-bottom: 5px solid #95b6bf;
  margin: 0 0 33px;
  padding: 0 19px 14px;
}

.box_2 .h3 {
  background: #5c8793;
  border-bottom: 4px solid #4f747e;
  margin: 0 -19px 19px;
  padding: 11px 10px 6px 25px;
  color: #fff;
}

.box_2 .h3 .fig {
  margin: 0 10px 0 0;
}

.box_3 {
  border: 3px solid #c9dde1;
  margin: 0 0 13px;
  padding: 14px 16px 33px;
}

.news_list_1 {
  margin: 0 0 17px;
}

.news_list_1 p {
  margin: 0 0 6px;
}

.news_list_1 .item {
  font-size: 13px;
  line-height: 1.4;
}

.news_list_1 .fig {
  margin: 0 0 9px;
}

.news_list_1 .img {
  border-radius: 2px;
}

.news_list_1 .date {
  font-weight: bold;
  color: #b4b4b4;
}

.news_list_1> .item> .link {
  color: #18a6e1;
}

.news_list_1 .arrow .link {
  background: url(/templates/inel/images/pic27.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}

.all {
  background: url(/templates/inel/images/more.png) repeat-x;
  border-radius: 2px;
  display: inline-block;
  height: 32px;
  padding: 0 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 32px;
  transition: all 0.5s ease 0s;
}

.all:hover {
  border-radius: 10px;
}

.catalog_list_4 {
  margin: 0 0 5px;
}

.catalog_list_4> .item {
  margin: 0 0 13px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.catalog_list_4> .item> .link {
  background: url(/templates/inel/images/pic33.png) no-repeat 0 7px;
  display: inline-block;
  padding: 0 0 0 8px;
  color: #324a52;
}

.catalog_list_4 .list {
  margin: 6px 0 0 16px;
}

.catalog_list_4 .list .item {
  margin: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.catalog_list_4 .list .link {
  background: url(/templates/inel/images/pic34.png) no-repeat 5px 6px;
  display: inline-block;
  padding: 3px 12px 3px 15px;
  color: #18a6e1;
  transition: all 0.5s ease 0s;
}

.catalog_list_4 .list .link:hover {
  background: #93b0ba url(/templates/inel/images/pic35.png) no-repeat 5px 6px;
  border-radius: 2px;
  color: #fff;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
  margin: 0 7.0rem 0 1.6rem;
}

.content {

  margin: 2.4rem 7.0rem 0 1.6rem;
  position: relative;
}

.side + .content {
  float: left;
  width: calc(100% - 39.4rem);
}

.capabilities_box {
  margin: 0 0 4.0rem;
}

.catalog_list_5 {
  margin: 0 0 0 -2.3rem;
}

.catalog_list_5 .item {
  width: calc(25% - 2.3rem);
  margin: 0 0 2.4rem 2.3rem;
  position: relative;
  font-size: 1.6rem;
}

.catalog_list_5 .item:nth-child(7n+1) {
  width: calc(50% - 2.3rem);
}

.catalog_list_5 .link {
  color: #fff;
  text-decoration: none;
}

.catalog_list_5 .fig {
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 106%;
  position: relative;
  overflow: hidden;
}

.catalog_list_5 .item:nth-child(7n+1) .fig {
  padding: 0 0 51%;
}

.catalog_list_5 .fig:before {
  content: "";
  background: rgba(25, 42, 54, 0.32);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.catalog_list_5 .item:hover .fig:before {
  background: rgba(25, 42, 54, 0.02);
}

.catalog_list_5 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.catalog_list_5 .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(100% - 2.5rem);
  height: 9.9rem;
  padding: 0 0 2.8rem 2.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.5s ease 0s;
}

.catalog_list_5 .text:before {
  content: "";
  background: url(../images/catalog_list_5_bg_text.png) repeat-x;
  height: 17.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.catalog_list_5 .item:hover .text:before {
  background: rgba(28, 180, 230, 0.44);
  height: 12.7rem;
}

.catalog_list_5 .in {
  border-left: 0.5rem solid #1CB4E6;
  padding: 0 5.0rem 0 1.0rem;
  position: relative;
}

.catalog_list_5 .in:before {
  content: "";
  background: url(../images/catalog_list_5_arrow.svg) no-repeat;
  background-size: 70% auto;
  width: 4.6rem;
  height: 1.4rem;
  position: absolute;
  bottom: -0.1rem;
  right: 0;
}

.box_1 {
  display: flex;
  flex-direction: row;
  margin: 0 0 6.5rem;
  padding: 8.7rem 0 9.3rem;
  position: relative;
}

.box_1:before {
  content: "";
  background: #F7F9FA;
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  z-index: -1;
}

.box_1 .left_block {
  width: calc(50% - 1.1rem);
  margin: 0 2.2rem 0 0;
}

.box_1 .right_block {
  width: calc(50% - 1.1rem);
  padding: 6.5rem 0 0;
}

.more {
  background: url(../images/more.svg) no-repeat 100% 0.9rem;
  display: inline-block;
  padding: 0 1.8rem 0 0;
  font-size: 1.6rem;
  color: #0E6596;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.more:hover {
  background: url(../images/more_hover.svg) no-repeat 100% 0.9rem;
  color: #1CB4E6;
}

.projects_box {
  margin: 0 -5.4rem 4.6rem 0;
}

.projects_box .top_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 5.4rem 0 0;
}

.splide__list {
  visibility: visible;
  display: flex;
}

.splide__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}

.splide__pagination li {
  background: none;
  margin: 0 .4rem;
  padding: 0;
}

.splide__arrow {
  border-radius: 0;
  opacity: 1;
  transform: none;
}

.splide__arrow svg {
  display: none;
}

.splide__track {
  overflow: visible;
}

.carousel_4 {
  position: relative;
  padding: 0 0 7.0rem;
}

.carousel_4:after {
  content: "";
  background: rgba(255, 255, 255, 0.56);
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -1000.0rem;
  z-index: 1;
}

.carousel_4:before {
  content: "";
  background: rgba(255, 255, 255, 0.56);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: 100%;
  z-index: 1;
}

.carousel_4 .splide__arrow--next {
  background: url(../images/carousel_4_next.svg) no-repeat 0 50%;
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  bottom: 0;
  right: 0.8rem;
  top: auto;
  transform: none;
  z-index: 5;
}

.carousel_4 .splide__arrow--next:hover {
  background: url(../images/carousel_4_next_hover.svg) no-repeat 0 50%;
}

.carousel_4 .splide__arrow--prev {
  background: url(../images/carousel_4_prev.svg) no-repeat 0 50%;
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  bottom: 0;
  right: auto;
  left: 0.8rem;
  top: auto;
  transform: none;
  z-index: 5;
}

.carousel_4 .splide__arrow--prev:hover {
  background: url(../images/carousel_4_prev_hover.svg) no-repeat 0 50%;
}

.carousel_4 .splide__slide {
  position: relative;
  padding: 0 0.8rem;
}

.carousel_4 .splide__pagination {
  display: none;
}

.carousel_4 .fig {
  display: block;
  width: 100%;
  height: 30.8rem;
  position: relative;
  overflow: hidden;
}

.carousel_4 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  vertical-align: top;
}

.advantages_box {
  padding: 9.1rem 0 6.6rem;
  position: relative;
  text-align: center;
}

.advantages_box:before {
  content: "";
  background: #F7F9FA;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.advantages_box .h3 {
  margin: 0 0 7.9rem;
}

.advantages_list_1 {
  margin: 0 0 0 -1.0rem;
  text-align: center;
}

.advantages_list_1 .item {
  width: calc(20% - 1.0rem);
  margin: 0 0 2.0rem 1.0rem;
  text-align: center;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.advantages_list_1 .item.animateIn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.advantages_list_1 .fig {
  width: 100%;
  height: 11.2rem;
  margin: 0 0 3.2rem;
  position: relative;
  overflow: hidden;
}

.advantages_list_1 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.send_request_block {
  padding: 5.3rem 0 0;
  height: 39.4rem;
  position: relative;
  color: #fff;
}

.send_request_block:after {
  content: "";
  background: url(../images/send_request_block.jpg) no-repeat;
  width: 192.0rem;
  margin: 0 0 0 -96.0rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -2;
}

.send_request_block .top_block {
  border-left: 1.1rem solid #1CB4E6;
  margin: 0 0 4.9rem;
  padding: 0 0 0 1.9rem;
  font-size: 1.6rem;
  line-height: 1;
}

.send_request_block .top_block p {
  margin: 0;
}

.send_request_block .h3 {
  font-size: 3.6rem;
  margin: 0 0 1.2rem;
  color: #fff;
}

.send_request_block .box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 2.4rem -2.2rem;
}

.send_request_block .in {
  position: relative;
  margin: 0 0 0 2.2rem;
}

.send_request_block .c-33 {
  width: calc(34% - 3.1rem);
}

.send_request_block .c-66 {
  width: calc(67% - 2.6rem);
}

.label {
  position: absolute;
  top: 2.4rem;
  right: 2.0rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1C3F5E;
  line-height: 1;
}

.send_request_block .note {
  background: #86A7B9;
  padding: 0.5rem 1.8rem 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

.label_2 {
  width: 30.0rem;
  margin: 0 0 0 1.2rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  vertical-align: top;
  line-height: 1.2;
}

.file {
  background: #fff;
  display: inline-block;
  padding: 0 0 0 6.7rem;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.file input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.file .value {
  display: block;
  height: 6.0rem;
  overflow: hidden;
  position: relative;
  font-size: 1.8rem;
  font-weight: normal;
  color: #94979A;
  line-height: 6.0rem;
  white-space: nowrap;
  word-break: normal;
  text-overflow: ellipsis;
}

.file .btn {
  background: url(../images/file_btn.svg) no-repeat 50% 50%;
  width: 7.6rem;
  height: 6.0rem;
  position: absolute;
  top: 0;
  left: 0;
}

.file .delete {
  background: url(../images/file_delete.svg) no-repeat 50% 50%;
  width: 6.0rem;
  height: 6.0rem;
  position: absolute;
  top: 0;
  right: 12.0rem;
}

.checkbox {
  cursor: pointer;
  background: #fff;
  border: 0.1rem solid #1CB4E6;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  vertical-align: top;
}

.checkbox .bg {
  background: #1CB4E6 url(../images/checkbox.svg) no-repeat 50% 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.checkbox input {
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
}

.checkbox input:checked + .bg {
  opacity: 1;
}

.modal_text {
  margin: 0 8.9rem 0 0;
  font-weight: normal;
  color: #fff;
}

.modal_text .link {
  color: #fff;
}

.send_request_block .bottom_block {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.send_request_block .button {
  width: calc(34% - 2.2rem);
}

.button {
  background: #1CB4E6 url(../images/button.svg) no-repeat 90% 50%;
  border: none;
  width: 35.9rem;
  height: 6.0rem;
  padding: 0 0 0 5.0rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 6.0rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.button:hover {
  background: #0D7AB9 url(../images/button.svg) no-repeat 90% 50%;
}

.captcha {
  display: inline-block;
  padding-left: 11.4rem;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.captcha .fig {
  background: #fff;
  width: 11.4rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.captcha .fig img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.captcha .field {
  width: 100%;
}

.h-64 {
  height: 64px;
}

.h-170 {
  height: 170px;
}

.contact_us {
  height: 13.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #fff;
}

.contact_us:before {
  content: "";
  background: #0E6596;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.contact_us .title {
  width: 25.2rem;
  font-size: 1.6rem;
  line-height: 1.2;
}

.phone_contact_us {
  font-size: 1.8rem;
  font-weight: bold;
}

.phone_contact_us .link {
  background: url(../images/phone_contact_us.svg) no-repeat 0 0.4rem;
  background-size: 10% auto;
  min-height: auto;
  display: inline-block;
  padding: 0 0 0 2.7rem;
  color: #fff;
  text-decoration: none;
}

.mail_contact_us {
  font-size: 1.8rem;
}

.mail_contact_us .link {
  background: url(../images/mail_contact_us.svg) no-repeat 0 0.6rem;
  background-size: 8% auto;
  min-height: auto;
  display: inline-block;
  padding: 0 0 0 2.5rem;
  color: #fff;
  text-decoration: none;
}

.social_network_contact_us {
  display: flex;
  flex-direction: row;
}

.social_network_contact_us .item {
  margin: 0 0 0 2.2rem;
}

.social_network_contact_us .fig {
  width: 2.6rem;
  height: 2.6rem;
  position: relative;
  overflow: hidden;
}

.social_network_contact_us .fig_blue {
  display: none;
}

.social_network_contact_us .item:hover .fig_blue {
  display: block;
}

.social_network_contact_us .item:hover .fig_white {
  display: none;
}

.social_network_contact_us .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.contacts_block {
  display: flex;
  flex-direction: row;
  height: 52.2rem;
}

.contacts_block .h3 {
  margin: 0 0 4.6rem;
}

.contacts_block .text {
  width: 40%;
  height: 52.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.phone_contacts_block {
  display: flex;
  flex-direction: row;
  margin: 0 0 2.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  min-width: 350px;
}

.phone_contacts_block> .item> .link {
  background: url(../images/contacts_block_phone-call.svg) no-repeat 0 -0.1rem;
  display: inline-block;
  padding: 0 0 0 4.6rem;
  color: #3B4146;
  text-decoration: none;
}

.phone_contacts_block .social_network {
  display: flex;
  flex-direction: row;
}

.phone_contacts_block .social_network .item {
  margin: 0 0 0 1.5rem;
}

.phone_contacts_block .social_network .link {
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  position: relative;
  overflow: hidden;
}

.phone_contacts_block .social_network .img {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.mail_contacts_block {
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
}

.mail_contacts_block .link {
  background: url(../images/contacts_block_mail.svg) no-repeat 0 0.2rem;
  display: inline-block;
  padding: 0 0 0 4.4rem;
  color: #3B4146;
  text-decoration: none;
}

.address_contacts_block {
  background: url(../images/contacts_block_pin.svg) no-repeat;
  padding: 0.2rem 0 0 4.4rem;
  font-size: 1.8rem;
  color: #3B4146;
  line-height: 1.2;
}

.contacts_block .map_block {
  width: 60vw;
  height: 52.2rem;
  left: 50%;
  transform: translate(12%, 0);
}

.contacts_block .map_block .fig {
  width: 100%;
  height: 52.2rem;
}

.social_network_good_list {
  display: flex;
  flex-direction: row;
  margin: 0 0 4.4rem;
}

.social_network_good_list .item {
  margin: 0 0.3rem 0 0;
}

.social_network_good_list .fig {
  background: #0D7AB9;
  width: 5.0rem;
  height: 5.0rem;
  position: relative;
  overflow: hidden;
}

.social_network_good_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.crumbs {
  margin: 0 0 2.2rem;
}

.crumbs:before, .crumbs:after {
  display: none;
}

.crumbs:after {
  clear: both;
}

.crumbs .item {
  background: url(../images/crumbs.png) no-repeat 0.5rem 0;
  display: inline;
  padding: 0 0 0 2.2rem;
  font-size: 1.2rem;
  color: #99B2C6;
  line-height: 1.6;
}

.crumbs .item:first-child {
  background: none;
  padding-left: 0;
}

.crumbs .item:before, .crumbs .item:after {
  display: none;
}

.crumbs .item:after {
  clear: both;
}

.crumbs .link {
  color: #99B2C6;
}

.fig_4 {
  float: left;
  width: 28.7rem;
  height: 19.1rem;
  margin: 0 2.3rem 0 0;
  position: relative;
  overflow: hidden;
}

.fig_4 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.btn_2 {
  background: #1CB4E6 url(../images/button.svg) no-repeat 90% 50%;
  display: inline-block;
  width: 29.9rem;
  height: 6.0rem;
  padding: 0 0 0 2.0rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 6.0rem;
  transition: all 0.5s ease 0s;
}

.btn_2_big {
  width: 43.2rem;
  padding: 0 0 0 5.0rem;
}

.btn_2:hover {
  background: #0D7AB9 url(../images/button.svg) no-repeat 90% 50%;
}

.gallery_list_1 {
  margin: 0 0 3.6rem -2.3rem;
}

.gallery_list_1 .item {
  width: calc(34% - 3.0rem);
  margin: 0 0 2.6rem 2.3rem;
}

.gallery_list_1 .fig {
  width: 100%;
  height: 0;
  padding: 0 0 74%;
  position: relative;
  overflow: hidden;
}

.gallery_list_1 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  vertical-align: top;
}

.bottom_block_additionally {
  clear: both;
  padding: 0 7.0rem 0 1.6rem;
}

.interested_block {
  position: relative;
  padding: 9.1rem 0 6.8rem;
  color: #fff;
  text-align: center;
}

.interested_block:before {
  content: "";
  background: #1D3442;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.interested_block .h3 {
  color: #fff;
}

.content_all {
  position: relative;
}

.carousel_5 {
  position: relative;
  padding: 0 0 7.2rem;
  opacity: 0;
  visibility: hidden;
}

.carousel_5.is-initialized {
  opacity: 1;
  visibility: visible;
}

.carousel_5 .splide__arrows {
  display: none;
}

.carousel_5 .splide__slide {
  position: relative;
  padding: 0 1.1rem;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.2;
}

.carousel_5 .box {
  position: relative;
}

.carousel_5 .link {
  color: #fff;
  text-decoration: none;
}

.carousel_5 .fig {
  width: 100%;
  height: 0;
  padding: 0 0 146%;
  position: relative;
  overflow: hidden;
}

.carousel_5 .fig:before {
  content: "";
 /* background: rgba(25, 42, 54, 0.30);*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.carousel_5 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.carousel_5 .title {
  background: url(../images/carousel_5.png) repeat-x;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 14.0rem;
  padding: 0 0 3.1rem 2.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.carousel_5 .in {
  border-left: 0.5rem solid #1CB4E6;
  display: inline-block;
  padding: 0 5.0rem 0 1.0rem;
  position: relative;
}

.carousel_5 .in::before {
  content: "";
  background: url(../images/catalog_list_5_arrow.svg) no-repeat;
  background-size: 70% auto;
  width: 4.6rem;
  height: 1.4rem;
  position: absolute;
  bottom: -0.1rem;
  right: 0;
}

.carousel_5 .splide__pagination {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.carousel_5 .splide__pagination li {
  margin: 0 1.3rem;
}

.carousel_5 .splide__pagination__page {
  background: #fff;
  border: 0.3rem solid #1D3442;
  border-radius: 50%;
  height: 2.1rem;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: 2.1rem;
}

.carousel_5 .splide__pagination__page.is-active {
  transform: none;
  position: relative;
  border: 0.3rem solid #1CB4E6;
}

.news_list_2 {
  margin: 0 0 24px;
}

.news_list_2 p {
  margin: 0;
}

.news_list_2 .item {
  border: 1px solid #d5d5d5;
  margin: 0 0 19px;
  padding: 14px 45px 14px 16px;
  position: relative;
  font-size: 14px;
  color: #454545;
  line-height: 1.4;
}

.news_list_2 .title {
  margin: 0 0 12px;
  line-height: 1.2;
}

.news_list_2 .link {
  color: #5991cd;
}

.news_list_2 .fig {
  float: left;
  width: 200px;
  height: 125px;
  margin: 0 24px 0 0;
  position: relative;
  overflow: hidden;
}

.news_list_2 .img {
  margin: auto;
  position: absolute;
  top: -1000em;
  right: -1000em;
  bottom: -1000em;
  left: -1000em;
  vertical-align: top;
}

.news_list_2 .date {
  position: absolute;
  top: 16px;
  right: 21px;
  font-size: 12px;
  color: #b3b3b3;
}

.job_list {
  margin: 0 0 1.4rem -2.4rem;
}

.job_list .item {
  width: calc(34% - 3.4rem);
  margin: 0 0 3.0rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.job_list .item:hover {
  box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
}

.job_list .link {
  color: #0E6596;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.job_list .item:hover .link {
  color: #1CB4E6;
}

.job_list .fig {
  background: #F9F9F9;
  width: 100%;
  height: 30.7rem;
  position: relative;
  overflow: hidden;
}

.job_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.job_list .text {
  border: 0.1rem solid #D3E0E8;
  border-top: none;
  height: 9.0rem;
  padding: 2.8rem 1.0rem 0 3.5rem;
  overflow: hidden;
}

.job_list .date {
  margin: 0 0 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #B2BFC7;
}

.pages {
  margin-bottom: 3.3rem;
  text-align: center;
}

.pages .item {
  font-size: 1.9rem;
  color: #fff;
  text-align: center;
}

.pages .item:first-child {
  margin: 0;
}

.pages .link {
  display: block;
  min-width: 3.3rem;
  height: 4.3rem;
  padding: 0 0.5rem;
  position: relative;
  color: #15272F;
  text-decoration: none;
  line-height: 4.3rem;
  transition: all 0.5s ease 0s;
}

.pages .beginning {
  background: #9BDEF4 url(../images/beginning_pages.png) no-repeat 50% 50%;
  display: inline-block;
  width: 4.3rem;
  height: 4.3rem;
  margin: 0 0.6rem 0 0;
}

.pages .further {
  background: #9BDEF4 url(../images/further_pages.svg) no-repeat 50% 50%;
  display: inline-block;
  width: 4.3rem;
  height: 4.3rem;
  margin: 0 0 0 0.6rem;
}

.pages .dot {
  display: block;
  height: 4.3rem;
  padding: 0.5rem 1.1rem 0;
  text-decoration: none;
  font-size: 1.9rem;
  color: #15272F;
}

.pages .item:hover .link, .pages .active {
  background: #9BDEF4;
  min-width: 3.3rem;
  height: 4.3rem;
  padding: 0 0.5rem;
  color: #fff;
  line-height: 4.3rem;
}

.date_2 {
  margin: 0 0 2.5rem;
  color: #B2BFC7;
}

.gallery_list_2 {
  margin: 0 0 2.0rem -2.2rem;
}

.gallery_list_2 .item {
  width: calc(25% - 2.2rem);
  margin: 0 0 2.2rem 2.2rem;
}

.gallery_list_2 .fig {
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 74%;
  position: relative;
  overflow: hidden;
}

.gallery_list_2 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.gallery_list_3 {
  margin: 0 0 2.0rem -3.0rem;
}

.gallery_list_3 .item {
  width: calc(34% - 3.9rem);
  margin: 0 0 2.2rem 3.0rem;
}

.gallery_list_3 .fig {
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 74%;
  position: relative;
  overflow: hidden;
}

.gallery_list_3 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.other_vacancies_block {
  position: relative;
  padding: 4.4rem 0 6.8rem;
}

.other_vacancies_block:before {
  content: "";
  border-top: 0.5rem solid #F7F9FA;
  display: block;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  left: -1000.0rem;
  z-index: -1;
}

.carousel_6 {
  position: relative;
  padding: 0 0 7.0rem;
}

.carousel_6:after {
  content: "";
  background: rgba(255, 255, 255, 0.60);
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -1000.0rem;
  z-index: 1;
}

.carousel_6:before {
  content: "";
  background: rgba(255, 255, 255, 0.60);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: 100%;
  z-index: 1;
}

.carousel_6 .splide__arrow--next {
  background: url(../images/carousel_4_next.svg) no-repeat 0 50%;
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  bottom: 0;
  right: 0.8rem;
  top: auto;
  transform: none;
  z-index: 5;
}

.carousel_6 .splide__arrow--next:hover {
  background: url(../images/carousel_4_next_hover.svg) no-repeat 0 50%;
}

.carousel_6 .splide__arrow--prev {
  background: url(../images/carousel_4_prev.svg) no-repeat 0 50%;
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  bottom: 0;
  right: auto;
  left: 0.8rem;
  top: auto;
  transform: none;
  z-index: 5;
}

.carousel_6 .splide__arrow--prev:hover {
  background: url(../images/carousel_4_prev_hover.svg) no-repeat 0 50%;
}

.carousel_6 .splide__slide {
  position: relative;
  padding: 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.carousel_6 .link {
  color: #0E6596;
  text-decoration: none;
}

.carousel_6 .fig {
  background: #F9F9F9;
  width: 100%;
  height: 30.7rem;
  position: relative;
  overflow: hidden;
}

.carousel_6 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.carousel_6 .text {
  border: 0.1rem solid #D3E0E8;
  border-top: none;
  height: 9.0rem;
  padding: 2.8rem 1.0rem 0 3.5rem;
  overflow: hidden;
}

.carousel_6 .date {
  margin: 0 0 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #B2BFC7;
}

.carousel_6 .splide__pagination {
  display: none;
}

.delivery_list_1 {
  margin: 0 0 0 -2.3rem;
}

.delivery_list_1 p {
  margin: 0 0 3.0rem;
}

.delivery_list_1 .item {
  border: 1px solid #D3E0E8;
  width: calc(25% - 7.1rem);
  height: 26.3rem;
  margin: 0 0 2.3rem 2.3rem;
  padding: 1.6rem 2.3rem;
  text-align: center;
  transition: all 0.5s ease 0s;
}

.delivery_list_1 .item:hover {
  box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
}

.delivery_list_1 .link {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0E6596;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.delivery_list_1 .item:hover .link {
  color: #1CB4E6;
}

.delivery_list_1 .title {
  margin: 0 0 1.7rem;
}

.delivery_list_1 .fig {
  display: block;
  width: 100%;
  height: 13.2rem;
  margin: 0 0 2.1rem;
  position: relative;
  overflow: hidden;
}

.delivery_list_1 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.delivery_list_1 .detali_link {
  background: url(../images/detali_link.svg) no-repeat 50% 0;
  width: 100%;
  height: 1.4rem;
  display: inline-block;
}

.delivery_list_1 .item:hover .detali_link {
  background: url(../images/detali_link_hover.svg) no-repeat 50% 0;
}

.promo {
  color: #AAB0B2;
}

.content_block {
  display: flex;
  flex-direction: row;
  margin: 0 0 7.2rem;
}

.content_block .left_block {
  background: #F7F9FA;
  width: calc(45% - 12.7rem);
  margin: 0 8.1rem 0 0;
  padding: 5.0rem 3.0rem 0 5.7rem;
}

.content_block .right_block {
  border-top: 0.5rem solid #F7F9FA;
  border-bottom: 0.5rem solid #F7F9FA;
  width: calc(55% - 4.1rem);
  padding: 4.5rem 0 1.7rem;
}

.carousel_7 {
  position: relative;
  padding: 0 0 7.0rem;
  margin: 0 0 5.7rem;
}

.carousel_7 .splide__arrow--next {
  background: url(../images/carousel_4_next.svg) no-repeat 0 50%;
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  bottom: 0;
  right: 0.8rem;
  top: auto;
  transform: none;
  z-index: 5;
}

.carousel_7 .splide__arrow--next:hover {
  background: url(../images/carousel_4_next_hover.svg) no-repeat 0 50%;
}

.carousel_7 .splide__arrow--prev {
  background: url(../images/carousel_4_prev.svg) no-repeat 0 50%;
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  bottom: 0;
  right: auto;
  left: 0.8rem;
  top: auto;
  transform: none;
  z-index: 5;
}

.carousel_7 .splide__arrow--prev:hover {
  background: url(../images/carousel_4_prev_hover.svg) no-repeat 0 50%;
}

.carousel_7 .splide__slide {
  position: relative;
  padding: 0 0.3rem;
}

.carousel_7 .fig {
  background: #F9F9F9;
  width: 100%;
  height: 17.8rem;
  position: relative;
  overflow: hidden;
}

.carousel_7 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.carousel_7 .splide__pagination {
  display: none;
}

.certificates_block {
  position: relative;
  margin: 0 0 5.9rem;
  padding: 5.2rem 0 3.6rem;
}

.certificates_block:before {
  content: "";
  background: #F7F9FA;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.certificates_list {
  margin: 0 0 0 -2.7rem;
}

.certificates_list .item {
  width: calc(25% - 2.7rem);
  margin: 0 0 3.6rem 2.7rem;
}

.certificates_list .fig {
  width: 100%;
  height: 0;
  padding: 0 0 140%;
  position: relative;
  overflow: hidden;
}

.certificates_list .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
  object-fit: cover;
}

.catalog_list_1 {
  margin: 0 0 22px -17px;
}

.catalog_list_1> .item {
  width: 326px;
  margin: 0 0 12px 17px;
  font-size: 18px;
  font-weight: bold;
}

.catalog_list_1> .item> .title {
  margin: 0 0 15px;
  line-height: 1.1;
}

.catalog_list_1> .item> .title> .link {
  color: #324a52;
}

.catalog_list_1 .fig {
  float: left;
  margin: 2px 10px 0 0;
}

.catalog_list_1 .img {
  border-radius: 2px;
  vertical-align: top;
}

.catalog_list_1 .list {
  margin: 0 0 0 118px;
  overflow: hidden;
}

.catalog_list_1 .list .item {
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.3;
}

.catalog_list_1 .list .link {
  color: #18a6e1;
}

.catalog_list_2 {
  margin: 0 0 0 -49px;
}

.catalog_list_2> .item {
  width: 475px;
  margin: 0 0 50px 49px;
  font-size: 13px;
  color: #3c565f;
  line-height: 1.4;
}

.catalog_list_2> .item> .title {
  margin: 0 0 8px;
  line-height: 1.1;
}

.catalog_list_2> .item> .title> .link {
  font-size: 18px;
  font-weight: bold;
  color: #324a52;
}

.catalog_list_2 .fig {
  float: left;
  margin: 2px 10px 0 0;
}

.catalog_list_2 .img {
  border-radius: 2px;
  vertical-align: top;
}

.catalog_list_2 .list {
  margin: -3px 0 0 0;
}

.catalog_list_2 .list .item {
  margin: 0 0 8px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

.catalog_list_2 .list .link {
  background: url(/templates/inel/images/pic31.png) no-repeat 0 4px;
  display: inline-block;
  padding: 0 0 0 10px;
  font-weight: bold;
  color: #18a6e1;
}

.catalog_list_3 {
  margin: 0 0 19px -14px;
}

.catalog_list_3 p {
  margin: 0 0 10px;
}

.catalog_list_3 .item {
  border: 1px solid #d5d5d5;
  width: 302px;
  margin: 0 0 13px 14px;
  padding: 16px 20px 0;
  font-size: 14px;
  color: #454545;
}

.catalog_list_3 .title {
  margin: 0 0 6px;
}

.catalog_list_3 .link {
  color: #5991cd;
}

.catalog_list_3 .fig {
  border-top: 4px solid #cecece;
  float: left;
  width: 101px;
  height: 92px;
  margin: 0 27px 0 0;
  position: relative;
  overflow: hidden;
}

.catalog_list_3 .img {
  margin: auto;
  position: absolute;
  top: -1000em;
  right: -1000em;
  bottom: -1000em;
  left: -1000em;
  vertical-align: top;
}

.catalog_list_3 .text {
  display: block;
  height: 33px;
}

.catalog_list_3 .article {
  margin: 0 0 8px;
  font-size: 12px;
  color: #b3b3b3;
}

.btn_1 {
  background: #bbdd53;
  display: inline-block;
  height: 34px;
  padding: 0 40px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 34px;
}

.catalog_list_3 .price {
  float: left;
  padding: 3px 0 0;
  font-size: 24px;
  color: #bbdd53;
  text-transform: uppercase;
}

.fig_1 {
  float: left;
  margin: 5px 24px 10px 0;
}

.fig_1 .img {
  border-radius: 2px;
  vertical-align: top;
}

.article_1 {
  margin: 0 0 15px;
  font-size: 13px;
  color: #979797;
}

.price_1 {
  display: inline-block;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  color: #628d33;
}

.back {
  background: #6ab6cd;
  display: inline-block;
  height: 36px;
  padding: 0 31px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 36px;
}

.box_4 {
  clear: both;
  padding: 53px 0 0;
}

.article_2 {
  margin: 0 0 12px;
  font-size: 12px;
  color: #b3b3b3;
}

.price_2 {
  margin: 0 0 10px;
  font-family: "Azoft_Sans_bold", sans-serif;
  font-size: 30px;
  color: #14314e;
  text-transform: uppercase;
}

.modal {
  position: fixed;
  z-index: 1000;
}

.modal__inner {
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal, .modal__bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal__horisontal_inner {
  display: table;
  height: 100%;
  margin: auto;
}

.modal__vertical_inner {
  display: table-cell;
  vertical-align: middle;
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.modal__bg {
  background: #202a35;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show .modal__bg {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.63;
}

.modal__content {
  background: #fff;
  padding: 2.4rem;
  position: relative;
}

.modal__content .h3 {
  font-size: 5.0rem;
  margin: 0 0 1.2rem;
  color: #fff;
}

.box_form .modal__content {
  background: #0E6596;
  width: 100vw;
  height: 69.5rem;
  padding: 15.3rem 0 0;
  position: relative;
  color: #fff;
}

.box_form .modal__content .block {
  width: 84.2rem;
  margin: 0 0 0 15%;
}

.box_form .modal__content:before {
  content: "";
  background: url(../images/pic63.png) no-repeat;
  width: 192.0rem;
  height: 84.8rem;
  margin: 0 0 0 -96.0rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}

.box_thanks .modal__content {
  background: #0E6596;
  width: 379px;
  padding: 52px 64px 57px;
  color: #fff;
  text-transform: uppercase;
}

.box_thanks .modal__content .h3 {
  margin: 0 0 1.0rem;
  font-size: 3.6rem;
}

.modal__close_btn {
  background: url(../images/modal__close_btn.svg) no-repeat 50% 50%;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 9.4rem;
  right: 3.0rem;
  line-height: 33px;
  z-index: 2;
}

.box_thanks .modal__content .modal__close_btn {
  top: 3.0rem;
}

.modal_lightbox__title {
  background: rgba(28, 63, 94, 0.44);
  min-height: 1.9rem;
  padding: 1.4rem 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  text-align: center;
}

.box_fig .modal__content {
  max-width: 110.0rem;
  /*width: 100vw !important;*/
  padding: 0;
}

.box_fig .modal__close_btn {
  background-size: 1.6rem 1.6rem;
  top: 0;
  right: 0;
}

.modal_lightbox__image {
  text-align: center;
}

.modal_lightbox__image img {
  vertical-align: top;
}

.modal_lightbox__prev, .modal_lightbox__next {
  cursor: pointer;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.modal_lightbox__next {
  left: auto;
  right: 0;
}

.modal_lightbox__prev:before, .modal_lightbox__next:before {
  content: "";
  background: rgba(14, 73, 114, 0.66) url(../images/modal_lightbox__prev.png) no-repeat 50% 50%;
  width: 5.8rem;
  height: 10.5rem;
  margin: -5.2rem 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}

.modal_lightbox__next:before {
  background: rgba(14, 73, 114, 0.66) url(../images/modal_lightbox__next.svg) no-repeat 50% 50%;
  left: auto;
  right: 0;
}

.modal__content .top_block {
  border-left: 1.1rem solid #1CB4E6;
  margin: 0 0 4.9rem;
  padding: 0.2rem 0 0.5rem 1.9rem;
  font-size: 1.6rem;
  line-height: 1;
}

.modal__content .top_block p {
  margin: 0;
}

.modal__content .box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 2.4rem -2.2rem;
  position: relative;
}

.modal__content .in {
  position: relative;
  margin: 0 0 0 2.2rem;
}

.modal__content .c-50 {
  width: calc(50% - 2.2rem);
}

.modal__content .c-33 {
  width: calc(34% - 2.8rem);
}

.modal__content p.c-100 {
  width: calc(100% - 2.2rem);
  margin: 0 0 0 2.2rem;
}

.modal__content .note {
  margin: 0 0 0 2.2rem;
}

.h-144 {
  height: 14.4rem;
}

.h-60 {
  height: 6.0rem;
}

.modal__content .file .delete {
  right: 16.0rem;
}

.modal__content .modal_text {
  margin: 0;
}

.modal__content .button {
  width: 100%;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
  min-width: 102.4rem;
  max-width: 128.0rem;
  height: 55.7rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer:after {
  content: "";
  background: #0E6596;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -2;
}

.logo_footer {
  background: url(../images/logo_new.svg) no-repeat;
  width: 8.4rem;
  height: 12.3rem;
  position: absolute;
  top: 5.6rem;
  left: 1.6rem;
}

.logo_footer .link {
  display: block;
  width: 8.4rem;
  height: 12.3rem;
}

.slogan_footer {
  position: absolute;
  top: 8.5rem;
  left: 12.5rem;
  color: #fff;
  line-height: 1.4;
}

.slogan_footer .detailed {
  display: block;
  padding: 8px 0 0;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.catalog_footer {
  width: 40%;
  position: absolute;
  top: 8.2rem;
  left: 30%;
}

.catalog_footer .title {
  margin: 0 0 0.7rem;
  position: relative;
}

.catalog_footer .title .link {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.catalog_footer .list {
  position: relative;
  z-index: 1;
}

.catalog_footer .item {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  color: #9DD7F0;
}

.catalog_footer .link {
  color: #9DD7F0;
  text-decoration: none;
}

.contacts_footer {
  width: 32.0rem;
  position: absolute;
  top: 8.2rem;
  right: 1.6rem;
}

.contacts_footer .title {
  margin: 0 0 2.1rem;
  position: relative;
}

.contacts_footer .title .link {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.phone_contacts_footer {
  margin: 0 0 1.7rem;
  color: #fff;
}

.phone_contacts_footer .link {
  background: url(../images/phone_contacts_footer.svg) no-repeat 0 0.5rem;
  display: inline-block;
  min-height: 2.9rem;
  padding: 0 0 0 3.7rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.mail_contacts_footer {
  margin: 0 0 1.7rem;
  font-size: 1.6rem;
}

.mail_contacts_footer .link {
  background: url(../images/mail_contacts_footer.svg) no-repeat 0 0.3rem;
  display: inline-block;
  padding: 0 0 0 3.6rem;
  color: #fff;
  text-decoration: none;
}

.address_contacts_footer {
  background: url(../images/address_contacts_footer.svg) no-repeat 0 0.1rem;
  margin: 0 0 3.9rem;
  padding: 0 0 0 3.8rem;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
}

.please_contact_footer {
  width: 26.0rem;
  font-size: 1.6rem;
  color: #65C6EC;
  line-height: 1.4;
}

.please_contact_footer p {
  margin: 0 0 0.9rem;
}

.please_contact_footer .link {
  background: url(../images/mail_contacts_footer.svg) no-repeat 0 0.1rem;
  display: inline-block;
  padding: 0 0 0 3.3rem;
  color: #fff;
  text-decoration: none;
}

.nav_footer {
  position: absolute;
  top: 21.7rem;
  left: 1.6rem;
}

.nav_footer .item {
  margin: 0 0 1.7rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.nav_footer .link {
  color: #fff;
  text-decoration: none;
}

.footer .bottom_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 7.4rem;
  padding: 2.1rem 1.6rem 2.0rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer .bottom_block:before {
  content: "";
  background: #0E4972;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1000.0rem;
  left: -1000.0rem;
  z-index: -1;
}

.footer .blue_block .in {
  width: 28.0rem;
  margin: 0 4.8rem 0 0;
  padding: 0.3rem 0 0;
}

.company_footer {
  margin: 0 0 0.9rem;
  font-size: 1.6rem;
  color: #fff;
}

.politics_privacies {
  font-size: 1.6rem;
  color: #fff;
}

.politics_privacies .link {
  color: #fff;
}

.info_footer {
  background: url(../images/info_footer.svg) no-repeat;
  width: calc(100% - 35.9rem);
  padding: 0 0 0 3.1rem;
  color: #fff;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */
@media (min-width: 768px) {
  .page_with-small-header .header_top {
    height: 5.0rem;
  }

  .page_with-small-header .header_top:before {
    display: block;
  }

  .page_with-small-header.main_page .header_top:before {
    display: block;
  }

  .page_with-small-header .header_top .in:nth-child(4) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 73%;
  }

  .page_with-small-header .logo {
    background: url(../images/mobile_logo_new.svg) no-repeat;
    width: 12.1rem;
    height: 3.4rem;
    margin: 1.0rem 0 0 1.6rem;
  }

  .page_with-small-header .logo .link {
    width: 12.1rem;
    height: 3.4rem;
  }

  .page_with-small-header .slogan {
    display: none;
  }

  .page_with-small-header .phone {
    margin: 0.9rem 0 0;
    order: 2;
  }

  .page_with-small-header .mail {
    margin: 1.1rem 0 0;
    font-size: 1.8rem;
    order: 1;
  }

  .page_with-small-header .mail .link {
    background-position: 0 0.5rem;
  }

  .page_with-small-header .address {
    display: none;
  }

  .page_with-small-header .shema {
    display: none;
  }

  .page_with-small-header .langs {
    display: none;
  }

  .page_with-small-header .social_network_header {
    display: flex;
  }

  .page_with-small-header.page_with_nav .social_network_header {
    margin: 1.3rem 0 0;
    display: flex;
    order: 3;
  }

  .page_with-small-header.page_with_nav .social_network_header .item {
    margin: 0 0 0 2.8rem;
  }

  .page_with-small-header.page_with_nav .social_network_header .fig {
    width: 2.3rem;
    height: 2.3rem;
    background-size: 2.3rem 2.3rem;
  }

  .page_with-small-header .nav {
    width: 4.6rem;
    height: 5.0rem;
  }

  .page_with-small-header .nav_toggle {
    width: 4.6rem;
    height: 5.0rem;
  }

  .page_with-small-header .nav_toggle .bar {
    width: 2.9rem;
  }

  .page_with-small-header .nav_toggle .bar1 {
    bottom: 3.2rem;
  }

  .page_with-small-header .nav_toggle .bar2, .page_with-small-header .nav_toggle .bar3 {
    bottom: 2.4rem;
  }

  .page_with-small-header .nav_toggle .bar4 {
    bottom: 1.6rem;
  }

  .page_with-small-header .nav_active .nav_toggle .bar1 {
    width: 0%;
  }

  .page_with-small-header .nav_active .nav_toggle .bar4 {
    width: 0%;
  }

  .page_with-small-header .nav> .sub_all {
    padding: 10.3rem 1.6rem 0;
  }
}

@media (max-width: 767px) {
  .wrapper {
    min-width: auto;
  }

  .inner {
    min-width: auto;
    max-width: none;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
  }

  .declaration_box .in {
    min-width: auto;
    max-width: none;
    margin: 0 auto;
    padding: 0.6rem 3.0rem 0.6rem 0.9rem;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
  }

  .declaration_box .close {
    width: 3.3rem;
    height: 3.3rem;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .declaration_box .close .link {
    width: 3.3rem;
    height: 3.3rem;
  }

  .header {
    min-width: auto;
    max-width: none;
    width: 100%;
  }

  .page_with-small-header .header {
    padding: 0;
  }

  .main_page .header_top {
    height: 4.0rem;
  }

  .header_top {
    background: #1C3F5E;
    display: block;
    min-width: auto;
    max-width: none;
    width: 100%;
    height: 4.0rem;
    z-index: 101;
  }

  .main_page .header_top::before {
    display: block;
  }

  .header_top::before {
    display: block;
  }

  .main_page .logo {
    background: url(../images/mobile_logo_new.svg) no-repeat;
    background-size: 7.1rem 2.6rem;
    margin: 0;
    width: 7.1rem;
    height: 2.6rem;
  }

  .main_page .logo .link {
    width: 7.1rem;
    height: 2.6rem;
  }

  .logo {
    background: url(../images/mobile_logo_new.svg) no-repeat;
    background-size: 7.1rem 2.6rem;
    width: 7.1rem;
    height: 2.6rem;
    margin: 0;
    position: absolute;
    top: 0.6rem;
    left: 0.9rem;
  }

  .logo .link {
    width: 7.1rem;
    height: 2.6rem;
  }

  .slogan {
    display: none;
  }

  .address {
    display: none;
  }

  .shema {
    display: none;
  }

  .mail {
    display: none;
  }

  .main_page .phone {
    margin: 0;
  }

  .phone {
    margin: 0;
    position: absolute;
    top: 0;
    right: 7.3rem;
  }

  .phone .link {
    background: url(../images/mobile_header_phone-call.svg) no-repeat 50% 50%;
    display: block;
    width: 4.0rem;
    height: 4.0rem;
    padding: 0;
  }

  .phone .text {
    display: none;
  }

  .main_page .langs {
    margin: 0;
  }

  .langs {
    margin: 0;
    text-align: left;
    float: none;
    position: absolute;
    top: 1.1rem;
    left: 9.0rem;
  }

  .langs a {
    display: inline-block;
    margin: 0 0 0 1.1rem;
  }

  .nav {
    width: 5.1rem;
    height: 4.0rem;
    margin: 0;
    position: absolute;
    z-index: 21;
    top: 0;
    right: 0;
  }

  .nav_active {
    width: 100vw;
    height: auto;
    top: 0;
    left: 0;
    z-index: 27;
  }

  .nav:before {
    display: none;
  }

  .nav .nav_toggle {
    width: 5.1rem;
    height: 4.0rem;
  }

  .nav_active .nav_toggle {
    background: #0F5898;
  }

  .nav_active .nav_toggle::before {
    display: none;
  }

  .nav_toggle .bar {
    width: 2.9rem;
  }

  .nav_toggle .bar1 {
    top: 1.0rem;
    right: 1.0rem;
    bottom: auto;
  }

  .nav_toggle .bar2, .nav_toggle .bar3 {
    top: 1.9rem;
    right: 1.0rem;
    bottom: auto;
  }

  .nav_toggle .bar4 {
    bottom: 1.0rem;
    right: 1.0rem;
  }

  .nav .sub_all {
    background: #0E4972;
    display: block;
    width: 100vw;
    height: calc(100vh - 4.0rem);
    padding: 0;
    position: absolute;
    top: 4.0rem;
    left: 0;
    right: 0;
    transform: translate(110%, 0);
    transition: transform .3s ease;
    will-change: transform;
  }

  .nav .sub_all:before {
    display: none;
  }

  .nav_active .sub_all {
    transform: translate(0, 0);
  }

  .nav .sub_all::before {
    display: none;
  }

  .nav> .sub_all> .list {
    width: calc(100% - 2.5rem);
    height: 26.0rem;
    margin: 0;
    padding: 3.4rem 1.0rem 0;
    overflow-x: auto;
    column-count: auto;
    z-index: 1;
    text-align: center;
  }

  .nav> .sub_all> .list::-webkit-scrollbar {
    width: 0.3rem;
  }

  .nav> .sub_all> .list::-webkit-scrollbar-button {
    display: none;
  }

  .nav> .sub_all> .list::-webkit-scrollbar-button:end {
    display: none;
  }

  .nav> .sub_all> .list::-webkit-scrollbar-track {
    background-color: rgba(153, 178, 198, 0.55);
    border-radius: 0.3rem;
  }

  .nav> .sub_all> .list::-webkit-scrollbar-track-piece {
    background-color: rgba(153, 178, 198, 0.55);
    border-radius: 0.3rem;
  }

  .nav> .sub_all> .list::-webkit-scrollbar-thumb {
    background: #F6F5F2;
    border-radius: 0.3rem;
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0 0 -0.6rem;
  }

  .nav> .sub_all> .list> .item {
    display: block;
    margin: 0 0 2.3rem;
    position: static;
    white-space: inherit;
  }

  .nav> .sub_all> .list> .have_sub> .link::before {
    display: none;
  }

  .nav> .sub_all> .list> .have_sub> .link .text {
    background: none;
    padding: 0;
  }

  .nav .sub {
    margin: 0.6rem 0 0.4rem;
  }

  .nav .sub_menu {
    margin: 0;
    column-count: auto;
    text-align: center;
  }

  .nav .sub_menu .item {
    margin: 0 0 1.1rem;
    page-break-inside: avoid;
    break-inside: avoid;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: none;
  }

  .page_with_nav .contacts_header_mobile {
    background: #0E6596;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2.4rem 2.2rem 0 0.9rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
  }

  .page_with_nav .contacts_header_mobile .in:first-child {
    margin: 0 6.0rem 0 0;
  }

  .page_with_nav .phone_contacts_header_mobile {
    margin: 0 0 1.9rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }

  .page_with_nav .phone_contacts_header_mobile .link {
    background: url(../images/phone_contacts_header_mobile.svg) no-repeat;
    display: inline-block;
    padding: 0 0 0 3.6rem;
    color: #fff;
    text-decoration: none;
  }

  .page_with_nav .mail_contacts_header_mobile {
    margin: 0 0 1.5rem;
  }

  .page_with_nav .mail_contacts_header_mobile .link {
    background: url(../images/mail_contacts_header_mobile.svg) no-repeat;
    display: inline-block;
    min-height: 2.3rem;
    padding: 0 0 0 3.6rem;
    color: #fff;
    text-decoration: none;
  }

  .page_with_nav .address_contacts_header_mobile {
    background: url(../images/address_contacts_header_mobile.svg) no-repeat;
    padding: 0.4rem 0 0 3.6rem;
    color: #fff;
    line-height: 1.3;
  }

  .page_with_nav .social_network_header_mobile {
    display: flex;
    flex-direction: column;
  }

  .page_with_nav .social_network_header_mobile .item {
    margin: 0 0 2.8rem;
  }

  .page_with_nav .social_network_header_mobile .fig {
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    overflow: hidden;
  }

  .page_with_nav .social_network_header_mobile .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
  }

  .carousel_1 {
    width: 100vw;
    height: 39.2rem;
    margin: 0;
    left: 0;
    transform: none;
  }

  .carousel_1 .splide__arrows {
    background: #0E6596;
    width: 100%;
    height: 4.0rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
  }

  .carousel_1 .splide__arrow--next, .carousel_1 .splide__arrow--prev {
    background-position: 50% 50%;
    height: 4.0rem;
  }

  .carousel_1 .splide__arrow--next:hover, .carousel_1 .splide__arrow--prev:hover {
    background-position: 50% 50%;
  }

  .carousel_1 .fig {
    display: none;
  }

  .carousel_1 .fig_mobile {
    width: 100%;
    height: 39.2rem;
    position: relative;
    overflow: hidden;
  }

  .carousel_1 .text {
    width: calc(100% - 3.9rem);
    max-width: none;
    margin: 0;
    padding: 0 0 0 2.1rem;
    top: 4.5rem;
    left: 0.9rem;
    right: 0.9rem;
    font-size: 1.4rem;
    height: auto;
  }

  .carousel_1 .in {
    width: auto;
    padding: 0;
  }

  .carousel_1 .title {
    padding: 0 0 0 1.4rem;
    margin: 0 0 1.6rem -2.1rem;
    font-size: 2.1rem;
  }

  .carousel_1 .title::before {
    content: "";
    border-left: 0.6rem solid #1CB4E6;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .main_page .h1 {
    margin: 0 0 1.9rem;
  }

  .h1 {
    margin: 0 0 1.9rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .h2 {
    margin: 0 0 1.9rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .h3 {
    margin: 0 0 1.3rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  ul {
    margin: 0 0 2.2rem;
  }

  .ask_question_bubble {
    top: auto;
    right: auto;
    bottom: 0.8rem;
    left: 0.9rem;
  }

  .ask_question_bubble .toggle {
    width: 4.1rem;
    height: 4.1rem;
    right: 0;
  }

  .ask_question_bubble .toggle:hover .link {
    width: 4.1rem;
    padding: 0;
  }

  .ask_question_bubble .toggle .fig {
    width: 4.1rem;
    height: 4.1rem;
  }

  .ask_question_bubble .toggle .img {
    max-width: 50%;
    max-height: 50%;
  }

  .ask_question_bubble .toggle:hover .text {
    display: none;
  }

  .main_page .content {
    margin: 1.9rem 0.9rem 0;
  }

  .content {
    margin: 2.3rem 0.9rem 0;
  }

  .main_page .capabilities_box {
    text-align: center;
  }

  .capabilities_box {
    margin: 0 0 2.9rem;
  }

  .catalog_list_5 {
    margin: 0;
    text-align: left;
  }

  .catalog_list_5 .item {
    width: 100%;
    margin: 0 0 1.3rem;
    font-size: 1.4rem;
  }

  .catalog_list_5 .item:nth-child(7n+1) {
    width: 100%;
  }

  .catalog_list_5 .fig {
    padding: 0 0 52%;
  }

  .catalog_list_5 .item:nth-child(7n+1) .fig {
    padding: 0 0 52%;
  }

  .catalog_list_5 .text {
    width: calc(100% - 0.7rem);
    height: 6.7rem;
    padding: 0 0 0.9rem 0.7rem;
  }

  .catalog_list_5 .text::before {
    height: 7.6rem;
    background-size: auto 7.6rem;
  }

  .catalog_list_5 .item:hover .text::before {
    height: 7.6rem;
  }

  .catalog_list_5 .in {
    padding: 0.3rem 5.0rem 0.3rem 1.0rem;
  }

  .catalog_list_5 .in::before {
    background-size: 4.6rem 1.4rem;
    bottom: 0.9rem;
    right: 1.3rem;
  }

  .box_1 {
    flex-direction: column;
    margin: 0 0 2.5rem;
    padding: 2.7rem 0 2.3rem;
  }

  .box_1 .left_block {
    width: auto;
    margin: 0;
  }

  .box_1 .right_block {
    width: auto;
    padding: 0;
  }

  .box_1 iframe {
    height: 17.0rem !important;
  }

  .projects_box {
    margin: 0;
  }

  .projects_box .top_block {
    flex-direction: column;
    padding: 0;
    align-items: center;
  }

  .pt-16 {
    padding: 0 0 1.3rem !important;
  }

  .carousel_4 {
    padding: 0 0 4.0rem;
  }

  .carousel_4 .splide__arrows {
    background: #0E6596;
    width: calc(100% + 1.8rem);
    height: 4.0rem;
    position: absolute;
    bottom: 0;
    left: -0.9rem;
    right: -0.9rem;
    z-index: 4;
  }

  .carousel_4 .splide__arrow--next {
    background: url(../images/carousel_1_next.svg) no-repeat 50% 50%;
    display: block;
    width: 7.5rem;
    height: 4.0rem;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
  }

  .carousel_4 .splide__arrow--prev {
    background: url(../images/carousel_1_prev.svg) no-repeat 50% 50%;
    display: block;
    width: 7.5rem;
    height: 4.0rem;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }

  .carousel_4 .splide__slide {
    padding: 0 0.2rem;
  }

  .carousel_4 .fig {
    height: 11.0rem;
  }

  .advantages_box {
    padding: 3.4rem 0 0.2rem;
  }

  .advantages_box .h3 {
    margin: 0 0 2.2rem;
  }

  .advantages_list_1 {
    margin: 0;
    text-align: left;
  }

  .advantages_list_1 .item {
    width: 100%;
    margin: 0 0 3.3rem;
    text-align: left;
    opacity: 1;
    transform: none;
    display: flex;
    flex-direction: row;
  }

  .advantages_list_1 .fig {
    width: 5.2rem;
    height: 5.2rem;
    margin: 0 2.3rem 0 0;
  }

  .advantages_list_1 .text {
    width: calc(100% - 7.5rem);
  }

  .send_request_block {
    padding: 2.3rem 0 2.6rem;
    height: auto;
  }

  .send_request_block::after {
    content: "";
    background: url(../images/send_request_block_mobile.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
  }

  .send_request_block .top_block {
    border-left: 0.5rem solid #1CB4E6;
    margin: 0 0 1.6rem;
    padding: 0 0 0 1.0rem;
    font-size: 1.4rem;
  }

  .send_request_block .h3 {
    font-size: 1.8rem;
    margin: 0 0 0.6rem;
  }

  .send_request_block .box {
    flex-direction: column;
    margin: 0;
  }

  .send_request_block .c-33 {
    width: 100%;
  }

  .send_request_block .c-66 {
    width: 100%;
  }

  .send_request_block .in {
    margin: 0 0 1.3rem;
  }

  .field {
    padding: 1.7rem 11.7rem 2.0rem 1.4rem;
    font-size: 1.4rem;
  }

  .field:-moz-placeholder {
    font-size: 1.4rem;
  }

  .field::-moz-placeholder {
    font-size: 1.4rem;
  }

  .field::-webkit-input-placeholder {
    font-size: 1.4rem;
  }

  .field:-ms-input-placeholder {
    font-size: 1.4rem;
  }

  .field.placeholder {
    font-size: 1.4rem;
  }

  .file {
    padding: 0 0 0 4.2rem;
  }

  .file .btn {
    width: 3.6rem;
    background-size: 2.0rem 2.1rem;
  }

  .file .value {
    font-size: 1.4rem;
  }

  .send_request_block .c-66 p {
    display: flex;
    flex-direction: column;
  }

  .send_request_block .c-66 .label {
    margin: 0 0 0.9rem;
    position: relative;
    top: 0;
    right: 0;
    font-weight: 600;
    color: #fff;
    text-align: center;
    order: 1;
  }

  .send_request_block .c-66 .file {
    order: 2;
  }

  .file .delete {
    width: 4.3rem;
    right: 0;
  }

  .send_request_block .note {
    font-size: 1.2rem;
  }

  .send_request_block .bottom_block {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal_text {
    margin: 0 0 1.7rem;
  }

  .label_2 {
    width: 90%;
  }

  .send_request_block .button {
    width: 100%;
  }

  .contact_us {
    height: auto;
    padding: 3.0rem 0;
    flex-direction: column;
    text-align: center;
  }

  .contact_us .title {
    margin: 0 0 2.3rem;
  }

  .phone_contact_us {
    font-size: 2.5rem;
    margin: 0 0 2.6rem;
  }

  .phone_contact_us .link {
    background: url(../images/phone_contact_us.svg) no-repeat;
    min-height: 4.6rem;
    padding: 0 0 0 6.7rem;
    background-size: 4.6rem 4.6rem;
  }

  .mail_contact_us {
    margin: 0 0 5.1rem;
  }

  .mail_contact_us .link {
    background: url(../images/mail_contact_us.svg) no-repeat;
    min-height: 3.6rem;
    padding: 0.5rem 0 0 6.5rem;
    background-size: 4.4rem 4.1rem;
  }

  .social_network_contact_us {
    margin: 0 auto;
  }

  .social_network_contact_us .item {
    margin: 0 3.2rem;
  }

  .social_network_contact_us .fig {
    width: 3.6rem;
    height: 3.6rem;
  }

  .contacts_block {
    flex-direction: column;
    height: auto;
  }

  .phone_contacts_block {
    font-size: 1.6rem;
    position: relative;
  }

  .phone_contacts_block> .item> .link {
    background: url(../images/contacts_block_phone-call.svg) no-repeat 0 0;
    min-height: 3.0rem;
  }

  .mail_contacts_block {
    margin: 0 0 2.4rem;
    font-size: 1.4rem;
  }

  .mail_contacts_block .link {
    background: url(../images/contacts_block_mail.svg) no-repeat 0 0;
    min-height: 2.3rem;
  }

  .address_contacts_block {
    background: url(../images/contacts_block_pin.svg) no-repeat;
    padding: 0.2rem 0 0 4.4rem;
    font-size: 1.4rem;
  }

  .social_network {
    margin: 0 0 0 1.1rem;
  }

  .phone_contacts_block .social_network .item {
    margin: 0 0 3.0rem;
  }

  .phone_contacts_block .social_network {
    flex-direction: column;
    position: absolute;
    top: 0;
    right: -5.0rem;
  }

  .contacts_block .text {
    width: auto;
    height: auto;
    padding: 2.5rem 5.4rem 2.3rem 0;
    position: relative;
  }

  .contacts_block .h3 {
    margin: 0 0 1.6rem;
  }

  .contacts_block .map_block {
    width: calc(100% + 1.8rem);
    height: 24.9rem;
    left: 0;
    transform: none;
    margin: 0 -0.9rem;
  }

  .contacts_block .map_block .fig {
    height: 24.9rem;
  }

  .footer {
    min-width: auto;
    max-width: none;
    height: auto;
    margin: auto;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 2.3rem 0.9rem 0;
  }

  .logo_footer {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2.3rem 2.7rem 0;
  }

  .slogan_footer {
    margin: 0 0 2.7rem;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .catalog_footer {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }

  .catalog_footer .title {
    margin: 0;
  }

  .catalog_footer .title .link {
    background: url(../images/catalog_footer.svg) no-repeat 100% 50%;
    border-top: 0.1rem solid rgba(116, 173, 191, 0.50);
    display: block;
    height: 6.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 6.2rem;
    text-decoration: none;
  }

  .catalog_footer .list {
    display: none;
    margin: 0.2rem 0 0;
  }

  .catalog_footer .item {
    margin: 0 0 2.3rem;
    line-height: 1.4;
  }

  .contacts_footer {
    border-bottom: 0.1rem solid rgba(116, 173, 191, 0.50);
    width: auto;
    margin: 0 0 2.9rem;
    position: relative;
    top: 0;
    right: 0;
  }

  .contacts_footer .title {
    margin: 0;
  }

  .contacts_footer .title .link {
    background: url(../images/catalog_footer.svg) no-repeat 100% 50%;
    border-top: 0.1rem solid rgba(116, 173, 191, 0.50);
    display: block;
    height: 6.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 6.5rem;
    text-decoration: none;
  }

  .contacts_footer .sub {
    display: none;
    margin: 0.1rem 0 0;
  }

  .nav_footer {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }

  .footer .bottom_block {
    flex-direction: column;
    height: auto;
    padding: 2.1rem 0.9rem 3.0rem;
    position: relative;
  }

  .footer .bottom_block .in {
    margin: 0 0 2.8rem;
    text-align: center;
  }

  .info_footer {
    width: calc(100% - 3.1rem);
  }

  .please_contact_footer {
    margin: 0 0 3.0rem;
  }

  .cookie {
    background: #0F3F61;
    padding: 1.7rem 0.9rem 0;
    right: 0;
    left: 0;
    line-height: 1.4;
  }

  .cookie .box {
    height: auto;
    flex-direction: column;
  }

  .cookie .text {
    width: auto;
    margin: 0 0 1.7rem;
  }

  .cookie .btn_2 {
    background: #1CB4E6 url(../images/btn_2.svg) no-repeat 95% 50%;
    width: calc(100% + 0.9rem);
    height: 6.0rem;
    margin: 0 -0.9rem;
    padding: 0 0 0 0.9rem;
    font-size: 1.6rem;
    text-align: left;
    line-height: 6.0rem;
  }

  .cookie .btn_2:hover {
    background: #0D7AB9 url(../images/btn_2.svg) no-repeat 95% 50%;

  }

  .cookie::before {
    display: none;
  }

  .cookie::after {
    display: none;
  }

  .side {
    display: none;
  }

  .side + .content {
    float: none;
    width: auto;
  }

  .fig_4 {
    float: none;
    width: 100%;
	height:0;
	padding:0 0 56%;
    margin: 0 0 2.0rem;
  }
.btn_2 {
    width: 28.2rem;
    font-size: 1.6rem;
  }
.mb-26 .btn_2 {
    width: calc(100% - 2.0rem);
    font-size: 1.6rem;
  }

  .mb-22 {
    margin-bottom: 0 !important;
  }

  .list_1 {
    margin: 0 0 2.2rem;
    column-count: auto;
  }

  .list_1 li {
    margin: 0;
  }

  .list_3 {
    margin: 0 0 2.8rem;
  }

  .list_3 li {
    display: block;
    width: auto;
    margin: 0 0 1.3rem;
  }

  .gallery_list_1 {
    margin: 0 0 0.6rem -1.3rem;
  }

  .gallery_list_1 .item {
    width: calc(50% - 1.3rem);
    margin: 0 0 1.6rem 1.3rem;
  }

  .job_list {
    margin: 0 0 1.4rem;
  }

  .job_list .item {
    width: 100%;
    margin: 0 0 1.5rem;
  }

  .bottom_block_additionally {
    clear: both;
    padding: 0 0.9rem;
  }

  .btn_2_big {
    padding: 0;
    background: #1CB4E6;
    text-align: center;
    width: 30.2rem;
  }

  .gallery_list_2 {
    margin: 0 0 2.0rem -1.2rem;
  }

  .gallery_list_2 .item {
    width: calc(50% - 1.2rem);
    margin: 0 0 1.2rem 1.2rem;
  }

  .list_4 {
    margin: 0 0 0.8rem;
  }

  .list_4 li {
    display: block;
    width: auto;
    margin: 0 0 1.3rem;
  }

  .gallery_list_3 {
    margin: 0 0 2.0rem -1.2rem;
  }

  .gallery_list_3 .item {
    width: calc(50% - 1.2rem);
    margin: 0 0 1.2rem 1.2rem;
  }

  .content_block {
    flex-direction: column;
    margin: 0 0 2.2rem;
  }

  .content_block .left_block {
    width: auto;
    margin: 0 0 2.0rem;
    padding: 2.0rem 2.0rem 0;
  }

  .content_block .right_block {
    width: auto;
    padding: 1.5rem 0 0.7rem;
  }

  .carousel_7 {
    padding: 0 0 5.0rem;
    margin: 0 0 1.7rem;
  }

  .certificates_block {
    margin: 0 0 2.9rem;
    padding: 2.2rem 0 2.6rem;
  }

  .certificates_list {
    margin: 0 0 0 -0.7rem;
  }

  .certificates_list .item {
    width: calc(50% - 0.7rem);
    margin: 0 0 1.6rem 0.7rem;
  }

  .delivery_list_1 {
    margin: 0;
  }

  .delivery_list_1 .item {
    width: calc(100% - 4.8rem);
    margin: 0 0 1.3rem;
  }

  .box_form .modal__content {
    width: auto;
    height: auto;
    padding: 4.2rem 1.0rem 2.0rem;
  }

  .box_form .modal__content .block {
    width: auto;
    margin: 0 auto;
  }

  .box_form .modal__content .box {
    flex-direction: column;
    margin: 0;
  }

  .box_form .modal__content .in {
    width: 100%;
    margin: 0 0 1.3rem;
  }

  .modal__content .top_block {
    border-left: none;
    margin: 0 0 1.9rem;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .modal__content .h3 {
    font-size: 2.0rem;
  }

  .modal__close_btn {
    top: 1.0rem;
    right: 1.0rem;
    background-size: 50%;
  }

  .modal__content p.c-100 {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .modal__content p.c-100 .label {
    margin: 0 0 0.9rem;
    position: relative;
    top: 0;
    right: 0;
    font-weight: 600;
    color: #fff;
    text-align: center;
    order: 1;
  }

  .modal__content p.c-100 .file {
    order: 2;
  }

  .modal__content p.c-100 textarea {
    order: 2;
  }

  .modal__content .file .delete {
    right: 0;
  }

  .modal__content .note {
    margin: 0 0 1.3rem;
  }

  .box_form .modal__content::before {
    height: auto;
    bottom: 0;
  }

  .modal__content p.c-100.mb-0 {
    margin-bottom: 1.3rem !important;
  }

  .box_thanks .modal__content {
    width: auto;
    padding: 22px 24px 27px;
  }

  .box_fig .modal__content {
    max-width: none;
   width: 100% !important;
  }
   .box_fig .modal__content img{
     width: 100%;
  }
  .ask_question_bubble:hover .text {
  display: none;
}
.ask_question_bubble:hover .toggle {
 width: 4.1rem;
  padding: 0;
}
}

@media (min-width: 1280px) {
  .address {
    width: auto;
  }

  .catalog_list_5 .item {
    font-size: 1.8rem;
  }

  .catalog_list_5 .in {
    padding: 0 6.9rem 0 1.0rem;
  }

  .catalog_list_5 .in:before {
    background-size: 4.6rem 1.4rem;
    bottom: 0.4rem;
    right: 2.0rem;
  }

  .contact_us .title {
    width: 32.2rem;
    font-size: 2.2rem;
  }

  .phone_contact_us {
    font-size: 2.5rem;
  }

  .phone_contact_us .link {
    background: url(../images/phone_contact_us.svg) no-repeat;
    min-height: 4.6rem;
    padding: 0 0 0 6.7rem;
    background-size: 4.6rem 4.6rem;
  }

  .mail_contact_us .link {
    background: url(../images/mail_contact_us.svg) no-repeat;
    min-height: 3.6rem;
    padding: 0.5rem 0 0 6.5rem;
    background-size: 4.4rem 4.1rem;
  }

  .social_network_contact_us .item {
    margin: 0 0 0 2.2rem;
  }

  .social_network_contact_us .fig {
    width: 3.6rem;
    height: 3.6rem;
  }

  .phone_contacts_block {
    font-size: 2.2rem;
    min-width: 420px;

  }

  .social_network {
    margin: 0 0 0 1.1rem;
  }

  .phone_contacts_block .social_network .item {
    margin: 0 0 0 2.3rem;
  }

  .fig_4 {
    width: 48.7rem;
    height: 32.4rem;
  }

  .btn_2 {
    width: 31.9rem;
    padding: 0 0 0 5.0rem;
  }

  .btn_2_big {
    width: 43.2rem;
    padding: 0 0 0 5.0rem;
  }
}

@media (min-width: 1300px) {
  .nav {
    margin: 0;
  }

  .main_page .content {
    margin: 0 6.0rem 0 1.6rem;
  }

  .content {
    margin: 2.4rem 6.0rem 0 1.6rem;
  }

  .bottom_block_additionally {
    padding: 0 6.0rem 0 1.6rem;
  }

  .side + .content {
    width: calc(100% - 38.4rem);
  }

  .projects_box {
    margin: 0 -4.4rem 4.6rem 0;
  }

  .projects_box .top_block {
    padding: 0 4.4rem 0 0;
  }
}

@media (min-width: 1350px) {
  .main_page .content {
    margin: 0 4.0rem 0 1.6rem;
  }

  .content {
    margin: 2.4rem 4.0rem 0 1.6rem;
  }

  .bottom_block_additionally {
    padding: 0 4.0rem 0 1.6rem;
  }

  .side + .content {
    width: calc(100% - 36.4rem);
  }

  .projects_box {
    margin: 0 -2.4rem 4.6rem 0;
  }

  .projects_box .top_block {
    padding: 0 2.4rem 0 0;
  }
}

@media (min-width: 1360px) {
  .main_page .content {
    margin: 0 3.0rem 0 1.6rem;
  }

  .content {
    margin: 2.4rem 3.0rem 0 1.6rem;
  }

  .bottom_block_additionally {
    padding: 0 3.0rem 0 1.6rem;
  }

  .side + .content {
    width: calc(100% - 35.4rem);
  }

  .projects_box {
    margin: 0 -1.4rem 4.6rem 0;
  }

  .projects_box .top_block {
    padding: 0 1.4rem 0 0;
  }
}

@media (min-width: 1440px) {
  .main_page .content {
    margin: 0 0 0 1.6rem;
  }

  .content {
    margin: 2.4rem 0 0 1.6rem;
  }

  .bottom_block_additionally {
    padding: 0 0 0 1.6rem;
  }

  .side + .content {
    width: calc(100% - 32.4rem);
  }

  .projects_box {
    margin: 0 0 4.6rem 0;
  }

  .projects_box .top_block {
    padding: 0;
  }

  .fig_4 {
    width: 51.7rem;
    height: 34.4rem;
  }

  .btn_2 {
    width: 35.9rem;
    padding: 0 0 0 5.0rem;
  }

  .btn_2_big {
    width: 43.2rem;
    padding: 0 0 0 5.0rem;
  }
}

@media print {
  * {
    color: black !important;
    background: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    float: none !important;
    clear: none !important;
  }

  html, body, article, header, section, footer, aside, div {
    width: 100% !important;
  }

  a, a:link, a:visited, a:hover, a:active, abbr, acronym {
    text-decoration: none;
    border-bottom: 0 none;
  }

  h1, h2, h3, h4, h5, h6, p, li {
    page-break-inside: avoid;
    orphans: 3;
    widows: 3;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  nav {
    display: none;
  }
}
