/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 14.01.25 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");
@import url("splide.min.css");

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("modals/blur.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: #0F1F2F;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #064991;
  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: 0.1rem dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
  border: 0;
  text-decoration: none;
}

.main_page .h1 {
  margin: 0 0 4.2rem;
}

.h1 {
  font-size: 5.8rem;
  font-weight: 600;
  margin: 0 0 1.8rem;
  line-height: 1.2;
}

.h2 {
  font-size: 5.8rem;
  font-weight: 600;
  margin: 0 0 6.5rem;
  line-height: 1.2;
}


.h3 {
  font-size: 5.8rem;
  font-weight: 600;
  margin: 0 0 4.2rem;
  line-height: 1.2;
}

.h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 5.7rem;
  color: #0F1F2F;
  line-height: 1.2;
}

.h5 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 3.7rem;
  color: #0A2749;
  line-height: 1.2;
}

.h6 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 2.1rem;
  color: #0A2749;
  line-height: 1.2;
}

/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
  font-size: 1.0rem;
}

.f-11 {
  font-size: 1.1rem;
}

.f-12 {
  font-size: 1.2rem;
}

.f-13 {
  font-size: 1.3rem;
}

.f-14 {
  font-size: 1.4rem;
}

.f-15 {
  font-size: 1.5rem;
}

.f-16 {
  font-size: 1.6rem;
}

.f-17 {
  font-size: 1.7rem;
}

.f-18 {
  font-size: 1.8rem;
}

.f-20 {
  font-size: 2.0rem;
}

/*end fonts*/
/*forms fields*/
.field {
  background: #0F1F2F;
  border: 0.1rem solid #064991;
  border-radius: 1.0rem;
  padding: 1.4rem 2.4rem 1.5rem 2.4rem;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.field:focus {
  border-color: #E7E7E7;
  -webkit-box-shadow: 0rem 0.6rem 0.8rem 0rem rgba(0, 0, 0, 0.08);
  box-shadow: 0rem 0.6rem 0.8rem 0rem rgba(0, 0, 0, 0.08);
}

.field:-moz-placeholder {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  font-style: normal;
}

.field::-moz-placeholder {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  font-style: normal;
}

.field::-webkit-input-placeholder {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  font-style: normal;
}

.field:-ms-input-placeholder {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  font-style: normal;
}

.field.placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  font-style: normal;
}

.field.invalid {
  background: #FFF2F2;
  box-shadow: 0rem 0.6rem 0.8rem 0rem rgba(0, 0, 0, 0.08);
  border-color: #FF4F4F;
}

.parent_field {
  display: inline-block;
  vertical-align: top;
}

.invalid_message {
  display: block;
  color: red;
  font-size: 1.1rem;
  line-height: 1.2;
}

.valid_message {
  display: none;
  color: green;
  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 1.0rem;
  height: 0;
  display: block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  border-top: 0.1rem solid #a5b136;
}

::-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 1.0rem;
  padding: 0;
}

li {
  background: url(../images/mark.svg) no-repeat 0 0.8rem;
  margin: 0 0 1.5rem;
  padding: 0 0 0 3.4rem;
  color: #35302E;
  list-style: none;
}


.list> li {
  background: none;
  padding: 0;
  color: #0F1F2F;
}

.list_2 {
  counter-reset: list2;
  margin: 0 0 1.3rem;
}

.list_2> li {
  background: none;
  counter-increment: list2;
  padding: 0 0 0 4.9rem;
  position: relative;
  margin: 0 0 1.5rem;
}

.list_2> li:before {
  content: counter(list2) ".";
  background: #fff;
  border: 0.1rem solid #E5E5E5;
  width: 2.9rem;
  height: 2.9rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #064991;
  text-align: center;
  line-height: 2.9rem;
}


/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
  min-width: 102.4rem;
  min-height: 100%;
  margin: auto;
  overflow-x: clip;
  position: relative;
  z-index: 1;
}


.feedback_bubble {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99;
}

.feedback_bubble .list {
  position: absolute;
  top: 0;
  right: 100%;
}

.feedback_bubble .item {
  margin: 0 0 1.3rem;
}

.feedback_bubble .link {
  background: rgb(17 78 128 / 71%);
  border-radius: 1.0rem 0 0 1.0rem;
  display: block;
  width: 23.9rem;
  height: 5.0rem;
  position: relative;
  right: -18.9rem;
  font-size: 1.5rem;
  color: #FFAB1D;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.feedback_bubble .item:hover .link {
  right: 0;
}

.feedback_bubble .fig {
  border-radius: 1.0rem;
  display: inline-block;
  vertical-align: middle;
  width: 5.0rem;
  height: 5.0rem;
  position: relative;
  overflow: hidden;
}

.feedback_bubble .fig_gold {
  display: none;
}

.feedback_bubble .item:hover .fig_gold {
  display: block;
}

.feedback_bubble .item:hover .fig_white {
  display: none;
}

.feedback_bubble .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.feedback_bubble .text {
  display: none;
  vertical-align: middle;
  width: 17.9rem;
}

.feedback_bubble .item:hover .text {
  display: inline-block;
}

.cookie {
  padding: 1.4rem 0 1.4rem;
  position: fixed;
  bottom: 0;
  right: 1.6rem;
  left: 1.6rem;
  z-index: 99;
  font-size: 1.2rem;
  font-weight: 600;
  color: #3A79BA;
}

.cookie:before {
  content: "";
  background: #1E3957;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.cookie .box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cookie .text {
  width: 71%;
  text-align: center;
}

.btn_4 {
  background: #112944;
  border: 0.1rem solid #2C517B;
  border-radius: 2.0rem;
  display: block;
  width: 12.4rem;
  height: 2.4rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F5F5F5;
  line-height: 2.2rem;
  text-align: center;
  text-decoration: none;
}

.inner {
  min-width: 102.4rem;
  max-width: 136.0rem;
  margin: auto !important;
  padding: 0 0 53.2rem;
}

.inner:before,
.inner:after {
  content: "";
  display: table;
}

.inner:after {
  clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
  min-width: 102.4rem;
  max-width: 136.0rem;
  position: relative;
}

.page_with-small-header .header {
  padding: 4.7rem 0 0;
}

.declaration_box {
  width: 100vw;
  position: relative;
  left: 50%;
  font-size: 1.3rem;
  font-weight: 500;
  color: #84A7CE;
  text-align: center;
  line-height: 1.3;
  transform: translate(-50%, 0);
}

.declaration_box .in {
  min-width: 91.0rem;
  max-width: 124.6rem;
  margin: 0 auto;
  padding: 0.9rem 6.4rem 1.1rem 1.8rem;
}

.declaration_box .close {
  width: 5.8rem;
  height: 5.8rem;
  margin: -2.9rem 0 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.declaration_box .close .link {
  background: url(../images/declaration_box_close.svg) no-repeat 50% 50%;
  display: block;
  width: 5.8rem;
  height: 5.8rem;
}

.declaration_box .link {
  color: #84A7CE;
}

.main_page .header_top {
  border-bottom: 0.1rem solid #19344E;
  height: 8.0rem;
}

.main_page .header_top:before {
  display: none;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 102.4rem;
  max-width: 136.0rem;
  height: 8.1rem;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.header_top.have_line {
  border-bottom: 0.1rem solid #19344E;
  height: 8.0rem;
}

.header_top:before {
  content: "";
  background: url(../images/page_with-small-header_header_top.jpg) repeat-x 50% 0;
  height: 8.1rem;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  left: -1000.0rem;
  z-index: -1;
}

.header_top.have_line:before {
  display: none;
}

.page_with-small-header .header_top {
  position: fixed;
}

.logo {
  background: url(../images/logo.svg) no-repeat 0 50%;
  width: 15.9rem;
  height: 8.0rem;
  margin: 0 0 0 1.6rem;
  position: relative;
}

.logo .link {
  display: block;
  width: 15.9rem;
  height: 8.1rem;
}

.nav {
  width: calc(100% - 36.2rem);
  height: 8.0rem;
  position: relative;
  z-index: 14;
}

.nav_toggle {
  display: none;
}

.nav> .sub_all {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav> .sub_all> .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav> .sub_all> .list> .item {

  width: 100%;

  font-size: 1.5rem;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.nav> .sub_all> .list> .item> .link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.0rem;
  color: #fff;
  text-decoration: none;
  z-index: 2;
  transition: all 0.5s ease 0s;
}


.nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link{
	color: #FFB12B;
}




.nav> .sub_all> .list> .have_sub> .link .text {
  background: url(../images/nav_have_sub.svg) no-repeat 100% 50%;
  display: inline-block;
  padding: 0 1.4rem 0 0;
}

.nav> .sub_all> .list> .services_item> .link .text {
  background: url(../images/nav_services_have_sub.svg) no-repeat 100% 50%;
  display: inline-block;
  padding: 0 1.4rem 0 0;
}

.nav .sub {
  background: #050B10;
  border: 0.1rem solid #38382c;
  border-radius: 0 1.0rem 1.0rem 1.0rem;
  position: absolute;
  top: 83%;
  left: 0;
  width: 17.6rem;
  height: 12.6rem;
  padding: 0.2rem 1.6rem 1.0rem;
  display: none;
}

.nav .sub_menu {
  display: block;
  position: relative;
}

.nav .sub_menu .item {
  position: relative;
  font-size: 1.4rem;
  text-align: left;
  text-transform: none;
}

.nav .sub_menu .link {
  border-top: 0.1rem solid #3E3315;
  display: flex;
  align-items: center;
  height: 4.3rem;
  color: #FFAB1D;
  text-decoration: none;
}

.nav .sub_menu .item:first-child .link {
  border-top: none;
}

.nav> .sub_all> .list> .item:hover .sub {
  display: block;
}

.nav> .sub_all> .list> .services_item> .link {
  color: #FFB12B;
}


.nav .sub_2 {
  background: #F3F3F8;
  border: 0.1rem solid #042443;
  border-radius: 0 0 1.0rem 1.0rem;
  position: absolute;
  top: 100%;
  left: -16.0rem;
  max-width: 128.7rem;
  width: calc(100vw - 7.4rem);
  padding: 2.7rem 2.0rem 0.1rem;
  display: none;
  white-space: normal;

}

.nav> .sub_all> .list> .item:hover .sub_2 {
  display: block;
}

.nav .sub_menu_2 {
  display: block;
  margin: 0 0 0 -2.0rem;
  position: relative;
}

.nav .sub_menu_2> .item {
  position: relative;
  width: calc(34% - 3.0rem);
  margin: 0 0 3.1rem 2.0rem;
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: none;
}

.nav .sub_menu_2> .item> .link {
  display: flex;
  align-items: center;
  position: relative;
  color: #0F1F2F;
  text-decoration: none;
}


.nav .sub_menu_2 .fig {
  width: 3.3rem;
  height: 3.1rem;
  margin: 0 1.1rem 0 0;
  position: relative;
  overflow: hidden;
}

.nav .sub_menu_2 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.nav .sub_menu_2 .text {
  width: calc(100% - 4.8rem);
}

.nav .sub_menu_3 {
  margin: 1.9rem 0 0 1.0rem;
}

.nav .sub_menu_3 .item {
  background: url(../images/sub_menu_3_item.png) no-repeat 0 0.7rem;
  margin: 0 0 1.1rem;
  padding: 0 0 0 1.4rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.nav .sub_menu_3 .link {
  color: #064991;
  text-decoration: none;
}

.nav .sub_menu_3 .item:hover {
  background: url(../images/sub_menu_3_item_hover.png) no-repeat 0 0.7rem;
}

.nav .sub_menu_3 .item:hover .link {
  color: #EF8300;
}


.contacts_block_header {
  display: flex;
  align-items: center;
  height: 8.0rem;
  margin: 0 1.6rem 0 0;
  position: relative;
}

.contacts_block_header .title {
  background: url(../images/contacts_block_header_title.png) no-repeat;
  border-radius: 1.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.1rem;
  height: 3.7rem;


}

.contacts_block_header .link {
  display: block;
  position: relative;
  color: #FFAB1D;
  text-decoration: none;
  z-index: 2;
}

.contacts_block_header .arrow_link {
  background: url(../images/nav_services_have_sub.svg) no-repeat 0 50%;
  display: block;
  width: 1.1rem;
  height: 3.3rem;
  margin: 0 0 0 0.5rem;
}

.contacts_block_header .sub {
  background: #050B10;
  border: 0.1rem solid #38382c;
  border-top: none;
  border-radius: 0 0 1.0rem 1.0rem;
  position: absolute;
  top: 4.1rem;
  left: 0;
  width: 14.4rem;
  padding: 2.2rem 1.3rem 2.9rem;
  display: none;
}

.time {
  border-top: 0.1rem solid #3E3315;
  padding: 1.0rem 0 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #E5E5FF;
}

.mail {
  border-top: 0.1rem solid #3E3315;

}

.mail .link {
  display: block;
  padding: 1.0rem 0 1.1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #E5E5FF;
}

.address {
  border-top: 0.1rem solid #3E3315;
  padding: 1.1rem 0 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #E5E5FF;
}

.social_network_contacts_block_header {
  border-top: 0.1rem solid #3E3315;
  padding: 1.9rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}


.social_network_contacts_block_header .item {
  margin: 0 1rem 0 0;
}

.social_network_contacts_block_header .fig {
  display: block;
  width: 4.1rem;
  height: 4.1rem;
  position: relative;
  overflow: hidden;
}

.social_network_contacts_block_header .fig .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.promo_block {
  width: 100vw;
  height: 74.3rem;
  margin: -8.1rem 0 0;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;

}


.promo_block p {
  margin: 0 0 2.4rem;
}


.promo_block> .fig {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.promo_block> .fig:before {
  content: "";
  background: linear-gradient(180deg, #000A15 0.12%, rgba(0, 2, 5, 0) 25.17%, #000A15 91.03%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.promo_block .fig_mobile {
  display: none;
}

.promo_block> .fig .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.promo_block .text {
  position: absolute;
  bottom: 3.4rem;
  right: 0;
  left: 0;
  font-size: 3.2rem;
  font-weight: 500;
  color: #EDE9E9;
  text-align: center;
  z-index: 3;
}


.promo_block .in {
  min-width: 99.2rem;
  max-width: 132.8rem;
  margin: 0 auto;

}


.promo_block .title {
  margin: 0 0 2.2rem;
}

.promo_block .title_fig {
  width: 45.4rem;
  height: 5.3rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.promo_block .title_fig .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.social_network_promo_block {

  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 2.8rem;
}


.social_network_promo_block .item {
  margin: 0 2.3rem 0 0;
}

.social_network_promo_block .fig {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  position: relative;
  overflow: hidden;
}

.social_network_promo_block .fig .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.social_network_promo_block .fig_gold {
  display: none;
}

.social_network_promo_block .item:hover .fig_gold {
  display: block;
}

.social_network_promo_block .item:hover .fig_white {
  display: none;
}

.btn_1 {
  background: url(../images/btn_1.png) no-repeat;
  border-radius: 4.0rem;
  display: inline-block;
  width: 31.7rem;
  height: 6.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFAB1D;
  line-height: 6.2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.btn_1:hover {
  background: #FFBE0A;
  color: #0F1F2F;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
  width: 170px;
  position: relative;
  float: left;
}

.side_2 {
  float: right;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
  position: relative;
  padding: 0 1.8rem;
}

.services_block {
  position: relative;
  margin: 0 0 8.8rem;
  padding: 8.9rem 0 6.2rem;
}

.services_block:before {
  content: "";
  background: #F3F3F8;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.services_list {
  margin: 0 0 0 -4.3rem;
}

.services_list> .item {
  width: calc(34% - 5.3rem);
  margin: 0 0 4.0rem 4.3rem;
}

.services_list> .item:first-child {
  width: calc(50% - 4.3rem);
}

.services_list> .item:nth-child(2) {
  width: calc(50% - 4.3rem);
}

.services_list> .item> .link {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border-radius: 1.2rem;
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0F1F2F;
  text-decoration: none;
}

.services_list .fig {
  width: 100%;
  height: 38.0rem;
  position: relative;
  overflow: hidden;
}

.services_list> .item:first-child .fig {
  height: 33.4rem;
}

.services_list> .item:nth-child(2) .fig {
  height: 33.4rem;
}

.services_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  vertical-align: top;
}

.services_list .text {
  border-left: 0.2rem solid #FFAB1D;
  padding: 0 0 0 1.7rem;
  position: absolute;
  bottom: 1.2rem;
  left: 2.4rem;
  right: 2.4rem;
  z-index: 2;
}

.services_list> .item:hover .text {
  display: none;
}

.services_list .sub {
  background: rgba(255, 255, 255, 0.90);
  border-radius: 1.2rem;
  display: none;
  padding: 1.8rem 2.4rem 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.services_list> .item:hover .sub {
  display: block;
}

.services_list .title {
  border-left: 0.2rem solid #FFAB1D;
  margin: 0 0 3.0rem;
  padding: 0 0 0 1.7rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0F1F2F;
}

.services_list .sub_list .item {
  background: url(../images/sub_menu_3_item.png) no-repeat 0 0.8rem;
  margin: 0 0 1.1rem;
  padding: 0 0 0 1.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.services_list .sub_list .link {
  color: #064991;
  text-decoration: none;
}

.services_list .sub_list .item:hover {
  background: url(../images/sub_menu_3_item_hover.png) no-repeat 0 0.8rem;
}

.services_list .sub_list .item:hover .link {
  color: #EF8300;
}


.services_list_2 {
  margin: 0 0 0 -4.3rem;
}

.services_list_2> .item {
  width: calc(34% - 5.3rem);
  margin: 0 0 4.0rem 4.3rem;
}

.services_list_2> .item:first-child {
  width: calc(50% - 4.3rem);
}

.services_list_2> .item:nth-child(2) {
  width: calc(50% - 4.3rem);
}

.services_list_2> .item> .link {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border-radius: 1.2rem;
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0F1F2F;
  text-decoration: none;
}

.services_list_2 .fig {
  width: 100%;
  height: 38.0rem;
  position: relative;
  overflow: hidden;
}

.services_list_2> .item:first-child .fig {
  height: 33.4rem;
}

.services_list_2> .item:nth-child(2) .fig {
  height: 33.4rem;
}

.services_list_2 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  vertical-align: top;
}


.services_list_2 .sub {
  background: rgba(255, 255, 255, 0.90);
  border-radius: 1.2rem;
  padding: 3.2rem 2.4rem 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.services_list_2 .title {
  border-left: 0.2rem solid #FFAB1D;
  margin: 0 0 3.3rem;
  padding: 0 0 0 1.7rem;
  font-size: 2.4rem;
  font-weight: 600;
}

.services_list_2 .title .link {
  color: #0A2749;
  text-decoration: none;
}

.services_list_2 .sub_list .item {
  background: url(../images/sub_menu_3_item.png) no-repeat 0 0.6rem;
  margin: 0 0 1.1rem;
  padding: 0 0 0 1.4rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.services_list_2 .sub_list .link {
  color: #064991;
  text-decoration: none;
}

.services_list_2 .sub_list .item:hover {
  background: url(../images/sub_menu_3_item_hover.png) no-repeat 0 0.6rem;
}

.services_list_2 .sub_list .item:hover .link {
  color: #EF8300;
}

.company_values_block .h3 {
  margin: 0 0 7.4rem;
}

.company_values_list {
  column-count: 2;
  margin: 0 0 5.6rem -2.0rem;

}

.company_values_list .item {
  margin: 0 0 2.5rem 2.0rem;
  page-break-inside: avoid;
  break-inside: avoid;
  display: flex;

}

.company_values_list .fig {
  width: 10.0rem;
  height: 11.1rem;
  margin: 0 3.4rem 0 0;
  position: relative;
  overflow: hidden;
}

.company_values_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;

}

.company_values_list .text {
  width: calc(100% - 13.4rem);
}

.company_values_list .title {
  position: relative;
  display: inline-block;
  margin: 0 0 0.7rem;
  padding: 0 0 0.7rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0A2749;
}

.company_values_list .title:after {
  content: "";
  border-top: 0.1rem solid #FFBE0A;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.company_values_list .title:before {
  content: "";
  border-top: 0.1rem solid #1675DB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.operation_scheme_block {
  position: relative;
  display: flex;
  margin: 0 0 10.7rem;
  padding: 6.4rem 0 0;
}

.operation_scheme_block:before {
  content: "";
  background: #F3F3F8 url(../images/operation_scheme_block2.png) no-repeat;
  border: 0.1rem solid #CECEE5;
  width: 192.0rem;
  margin: 0 0 0 -96.0rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
}

.operation_scheme_block .h3 {
  margin: 0 0 2.7rem;
  color: #0A2749;
  line-height: 1.1;
}

.operation_scheme_block .left_block {
  width: 27.7rem;
  margin: 0 7.4rem 0 0;
  padding: 9.3rem 0 0;
  /*position: sticky;
	top: 10.0rem;
height:34.0rem;*/

}

.operation_scheme_block .left_block .text {
  border-left: 0.2rem solid #FFAB1D;
  padding: 0 0 0 1.8rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: #0A2749;
  line-height: 1.3;

}

.operation_scheme_block .right_block {
  width: calc(100% - 35.1rem);
}

.carousel_7 {
  margin: 0 -3.0rem;
  position: relative;
  z-index: 3;
}

.splide--ttb> .splide__arrows .splide__arrow, .splide--ttb> .splide__slider> .splide__track> .splide__arrows .splide__arrow, .splide--ttb> .splide__track> .splide__arrows .splide__arrow {
  left: auto !important;
  transform: none !important;
}

.carousel_7 .splide__arrows {
  display: none;
}

.carousel_7 .splide__track {
  overflow: hidden;
  position: relative;
  padding: 0 3.0rem;
  z-index: 0;
}

.carousel_7 .splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.carousel_7 .splide__slide {
  position: relative;
  height: auto !important;
  transition: 0.3s;
  margin: 0 0 3.1rem;
}

.carousel_7 .box {
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border: 0.1rem solid #FAFAFA;
  border-radius: 1.2rem;
  padding: 1.0rem 1.6rem 1.7rem;
  line-height: 1.2;
}

.carousel_7 .title {
  display: flex;
  align-items: center;
  margin: 0 0 1.9rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0A2749;
}

.carousel_7 .link {
  color: #0A2749;
  text-decoration: none;
}

.carousel_7 .number {
  background: #FFBE0A;
  border-radius: 0.7rem;
  width: 6.7rem;
  height: 2.7rem;
  margin: 0 1.7rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.7rem;
}

.carousel_7 p {
  margin: 0;
}


.carousel_7 .splide__pagination {
  display: none;
}





.carousel_7_list .item {
  margin: 0 0 3.1rem;
}

.carousel_7_list .box {
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border: 0.1rem solid #FAFAFA;
  border-radius: 1.2rem;
  padding: 1.0rem 1.6rem 1.7rem;
  line-height: 1.2;
}

.carousel_7_list .title {
  display: flex;
  align-items: center;
  margin: 0 0 1.9rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0A2749;
}

.carousel_7_list .link {
  color: #0A2749;
  text-decoration: none;
}

.carousel_7_list .number {
  background: #FFBE0A;
  border-radius: 0.7rem;
  width: 6.7rem;
  height: 2.7rem;
  margin: 0 1.7rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.7rem;
}

.carousel_7_list p {
  margin: 0;
}

.operation_scheme_list> .item {
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border: 0.1rem solid #FAFAFA;
  border-radius: 1.2rem;
  margin: 0 0 3.1rem;
  padding: 1.0rem 1.6rem 1.7rem;
  line-height: 1.2;
}

.operation_scheme_list .title {
  display: flex;
  align-items: center;
  margin: 0 0 1.9rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0A2749;
}

.operation_scheme_list .link {
  color: #0A2749;
  text-decoration: none;
}

.operation_scheme_list .number {
  background: #FFBE0A;
  border-radius: 0.7rem;
  width: 6.7rem;
  height: 2.7rem;
  margin: 0 1.7rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.7rem;
}

.operation_scheme_list p {
  margin: 0;
}

.operation_scheme_list_in .item {
  background: url(../images/operation_scheme_list_in.png) no-repeat 0 0.9rem;
  margin: 0 0 0.1rem;
  padding: 0 0 0 1.4rem;
}

.calculator_block {
  margin: 0 0 8.4rem;
}

.calculator_block .h3 {
  margin: 0 0 0.8rem;
}

.calculator_block .mobile_block {
  display: none;
}

.calculator_block .box {
  background: #F3F3F8;
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border: 0.1rem solid #D9D9EB;
  border-radius: 1.2rem;
  padding: 6.0rem 2.2rem 7.0rem;
}

.calculator_block .title {
  margin: 0 0 2.0rem;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0F1F2F;
}

.calculator_block .title .icon {
  background: url(../images/calculator_block_icon.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 0 0 0.9rem;
  position: relative;
}

.calculator_block .title .icon .sub {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border-radius: 1.2rem;
  display: none;
  width: 21.2rem;
  padding: 1.0rem;
  position: absolute;
  bottom: 3.8rem;
  left: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #0F1F2F;

}

.calculator_block .title .icon:hover .sub {
  display: block;

}

.w-330 {
  width: 33.0rem !important;
}

.radio {
  cursor: pointer;

  background: #fff;
  border: 0.2rem solid #D1D1D3;
  border-radius: 50%;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  vertical-align: middle;
}

.radio .bg {
  background: #67BC11;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.radio input {
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
}

.radio input:checked + .bg {
  opacity: 1;
}

.checkbox {
  cursor: pointer;

  background: #fff;
  border: 0.2rem solid #D1D1D3;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  vertical-align: middle;
}

.checkbox .bg {
  background: #67BC11 url(../images/checkbox.png) no-repeat 50% 50%;
  background-size: 1.6rem 1.2rem;
  width: 1.8rem;
  height: 1.8rem;
  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;
}

.calculator_block .sliders {
  background: url(../images/2.png) repeat-x 0 1.0rem;
  width: 94.6rem;
  height: 2.8rem;
  margin-bottom: 4.4rem;
  position: relative;
}

.calculator_block .sliders .sub {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border-radius: 1.2rem;
  display: none;
  width: 21.2rem;
  padding: 1.0rem;
  position: absolute;
  bottom: -7.8rem;
  left: 48.0rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #0F1F2F;
  z-index: 2;


}

#custom-handle {
  background: #064991;
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border: 0.1rem solid #074B82;
  border-radius: 0.7rem;
  width: auto;
  height: auto;
  padding: 0.2rem 1.0rem 0.3rem;
  top: -44px;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

#custom-handle:before {
  content: "";
  background: url(../images/custom-handle.png) no-repeat;
  display: block;
  width: 8.9rem;
  height: 3.1rem;
  margin: 0 0 0 -4.5rem;
  position: absolute;
  top: 2.3rem;
  left: 50%;
  z-index: 2;
}

#custom-handle:after {
  content: "";
  background: url(../images/custom-handle_after.png) no-repeat;
  width: 8.2rem;
  height: 8.1rem;
  margin: 0 0 0 -4.1rem;
  position: absolute;
  top: 0.4rem;
  left: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: 0;
}

.calculator_block .number_list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.calculator_block .number_list .item {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #AFAFAF;
}

.calculator_block .dot {
  background: #FF260A;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  position: absolute;
  top: 0.3rem;
  right: -0.5rem;
}


.calculator_block .slider {

  background: #FFBE0A;
  clear: both;
  height: 0.8rem;
  margin: 0 0 1.6rem;
  position: relative;
}

.ui-slider-horizontal {
  height: 0.4rem;
  margin: 0 0.4rem 0 1.0rem;
  border-radius: 1.5rem;
}

.ui-slider .ui-slider-handle {
  background: rgba(255, 255, 255, 0.80);
  border: 0.1rem solid #EF8300;
  border-radius: 50%;
  width: 1.9rem;
  height: 1.9rem;
}

.ui-slider .ui-slider-handle:nth-child(3) {
  display: none;
}

.ui-slider .ui-slider-handle:before {
  content: "";
  background: #FFBE0A;
  border-radius: 50%;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  display: none;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.8rem;
}

.ui-slider-range {
  background: #D4D4D9;
  border-radius: 1.5rem;
}

.calculator_block .field {
  background: #fff;
  border: 0.1rem solid #D0D0D0;
  border-radius: 0.4rem;
  padding: 0.5rem 1.7rem 0.5rem;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  font-size: 2.0rem;
  font-weight: 500;
  color: #000;
}

.calculator_block .field:-moz-placeholder {
  font-size: 2.0rem;
  font-weight: 500;
  color: #000;
}

.calculator_block .field::-moz-placeholder {
  font-size: 2.0rem;
  font-weight: 500;
  color: #000;
}

.calculator_block .field::-webkit-input-placeholder {
  font-size: 2.0rem;
  font-weight: 500;
  color: #000;
}

.calculator_block .field:-ms-input-placeholder {
  font-size: 2.0rem;
  font-weight: 500;
  color: #000;
}

.calculator_block .field.placeholder {
  font-size: 2.0rem;
  font-weight: 500;
  color: #000;
}

.calculator_block .sliders .field {
  background: #064991;
  border: 0.1rem solid #074B82;
  border-radius: 0.4rem;
  padding: 0.4rem 1.0rem;
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.calculator_block .sliders .field:-moz-placeholder {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.calculator_block .sliders .field::-moz-placeholder {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.calculator_block .sliders .field::-webkit-input-placeholder {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.calculator_block .sliders .field:-ms-input-placeholder {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.calculator_block .sliders .field.placeholder {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.title_2 {
  margin: 9.9rem 0 4.3rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #064991;
}

.price_2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #064991;
}

.price_2 .old_price {
  color: #0F1F2F;
  text-decoration: line-through;
}

.service_cost {
  display: flex;
  justify-content: space-between;
}

.service_cost_in {
  display: flex;
}

.service_cost_in .label {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border-radius: 2.5rem 0 0 2.5rem;
  width: 26.7rem;
  height: 4.9rem;
  padding: 0 0 0 5.0rem;
  position: relative;
  font-size: 2.0rem;
  font-weight: 500;
  color: #0F1F2F;
  line-height: 4.9rem;
}

.service_cost_in .label:before {
  content: "";
  background: url(../images/service_cost_in_label.png) no-repeat;
  width: 4.5rem;
  height: 10.6rem;
  position: absolute;
  top: -2.8rem;
  right: -4.5rem;
}

.calculator_block .service_cost_in .field {
  background: #E1E1EC;
  border: 0.1rem solid #fff;
  border-radius: 0 2.5rem 2.5rem 0;
  margin: 0 0 0 -2.5rem;
  padding: 1.1rem 3.2rem 1.4rem 4.4rem;
  color: #0F1F2F;
}

.calculator_block .service_cost_in .field:-moz-placeholder {
  color: #0F1F2F;
}

.calculator_block .service_cost_in .field::-moz-placeholder {
  color: #0F1F2F;
}

.calculator_block .service_cost_in .field::-webkit-input-placeholder {
  color: #0F1F2F;
}

.calculator_block .service_cost_in .field:-ms-input-placeholder {
  color: #0F1F2F;
}

.calculator_block .service_cost_in .field.placeholder {
  color: #0F1F2F;
}

.calculator_block .button {
  background: #064991;
  box-shadow: 0px 0px 10px 0px rgba(205, 210, 220, 0.6);
  border: none;
  border-radius: 3.0rem;
  width: 17.0rem;
  height: 4.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 4.4rem;
  transition: all 0.5s ease 0s;
}

.calculator_block .button:hover {
  background: #FFAB1D;
  color: #000;
}

.calculator_block .modal_text {
  color: #064991;
}

.calculator_block .modal_text .link {
  color: #064991;
}

.calculator_block .in {
  width: 100%;
  margin: 0 0 2.4rem;
}

.calculator_block .in_2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 50%;
  margin: 0 0 1.4rem;

}

.calculator_block .in_2 .into {
  width: 54%;
}

.calculator_block .white_block {
  background: #fff;
  border: 0.1rem solid #E5E5E5;
  border-radius: 1.0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: calc(100% - 1.8rem);
  padding: 0 0 0 1.8rem;
}

.calculator_block .grey_block {
  background: #E1E1EC;
  border: 0.1rem solid #fff;
  border-radius: 2.0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0.9rem 0 1.0rem;
}

.calculator_block .white_block .field {
  background: none;
  border: none;
  padding: 1.2rem 1.6rem 1.3rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
}

.calculator_block .white_block .field:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
}

.calculator_block .white_block .field::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
}

.calculator_block .white_block .field::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
}

.calculator_block .white_block .field:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
}

.calculator_block .white_block .field.placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
}

.calculator_block .grey_block .captcha .field {
  background: #E1E1EC;
  border: none;
  padding: 0.3rem 1.2rem 0;
  font-size: 1.3rem;
}

.calculator_block .grey_block .field:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
}

.calculator_block .grey_block .field::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
}

.calculator_block .grey_block .field::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
}

.calculator_block .grey_block .field:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
}

.calculator_block .grey_block .field.placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
}

.calculator_block .grey_block .captcha .fig {
  border-right: 0.1rem solid #000;
}

.calculator_block .white_block .label {
  color: #064991;
}

.calculator_block .white_block .star {
  position: absolute;
  top: 1.0rem;
  right: 1.0rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #EF8300;
}

.c-70 {
  width: 70%;
}

.c-86 {
  width: 86%;
}

.calculator_block .field_textarea {
  background: #0F1F2F;
  border: 0.1rem solid #064991;
  border-radius: 1.0rem;
  padding: 0.8rem 1.7rem;
  font-size: 1.5rem;
  color: #FFAB1D;
}


.calculator_block .field_textarea:-moz-placeholder {
  font-size: 1.5rem;
  color: #FFAB1D;
}

.calculator_block .field_textarea::-moz-placeholder {
  font-size: 1.5rem;
  color: #FFAB1D;
}

.calculator_block .field_textarea::-webkit-input-placeholder {
  font-size: 1.5rem;
  color: #FFAB1D;
}

.calculator_block .field_textarea:-ms-input-placeholder {
  font-size: 1.5rem;
  color: #FFAB1D;
}

.calculator_block .field_textarea.placeholder {
  font-size: 1.5rem;
  color: #FFAB1D;
}

.calculator_block .select-css {
  background: #fff url(../images/selector_arrow.svg) no-repeat 98% 50%;
  border: 0.1rem solid #E5E5E5;
  border-radius: 1.0rem;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 1.2rem 5.0rem 1.2rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0F1F2F;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

}

.calculator_block .select-css::-ms-expand {
  display: none;
}

.calculator_block .select-css:hover {
  border-color: #E5E5E5;
}

.calculator_block .select-css:focus {
  border-color: #E5E5E5;
  box-shadow: none;
  color: #0F1F2F;
  outline: none;
}

.calculator_block .select-css option {
  font-weight: 500;
}

.calculator_block *[dir="rtl"] .select-css,
.calculator_block :root:lang(ar) .select-css,
.calculator_block :root:lang(iw) .select-css {
  padding: 1.2rem 5.0rem 1.2rem 1.6rem;
}

.about_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0.7rem;
  padding: 5.8rem 0 8.3rem;
  position: relative;
}

.about_block:before {
  content: "";
  background: #fff;
  border: 0.1rem solid #D9D9EB;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.about_block .h1 {
  width: 100%;
}

.about_block .left_block {
  width: 53%;
  margin: 0 3.4rem 0 0;
  line-height: 1.2;
}

.about_block .title {
  border-left: 0.2rem solid #FFBE0A;
  margin: 0 0 3.6rem;
  padding: 0 0 0 2.0rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0A2749;

}

.phone_about_block {
  background: #F3F3F8;
  border: 0.1rem solid #D9D9EB;
  border-radius: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0.9rem 0 0.9rem 1.9rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #064991;
  line-height: 1.2;
}

.phone_about_block .text {
  border-right: 0.1rem solid #B7B7D3;
  width: 17.2rem;
  margin: 0 2.0rem 0 0;
  padding: 0 2.0rem 0 0;
  text-align: right;
}

.phone_about_block .link {
  display: block;
  width: calc(100% - 21.3rem);
  font-size: 3.0rem;
  font-weight: 600;
  color: #064991;
  text-decoration: none;
}

.about_block .right_block {
  background: #fff;
  border: 0.1rem solid #EDEDED;
  border-radius: 1.3rem;
  width: 43%;
  overflow: hidden;
}

.about_block .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  vertical-align: top;
}

.about_us_numbers_block {
  padding: 5.8rem 0 7.4rem;
  position: relative;
  color: #fff;
}

.about_us_numbers_block:before {
  content: "";
  background: #0F1F2F url(../images/about_us_numbers_block.png) no-repeat;
  width: 192.4rem;
  margin: 0 0 0 -96.0rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
}

.about_us_numbers_block .h3 {
  margin: 0 0 5.9rem;
  color: #fff;
}

.about_us_numbers_block .box {
  background: rgba(6, 73, 145, 0.3);
  border: 0.1rem solid #114E80;
  border-radius: 1.5rem;
  padding: 3.9rem 8.6rem 0;

}

.about_us_numbers_list {
  margin: 0 0 0 -9.2rem;
}

.about_us_numbers_list .item {
  width: calc(50% - 9.2rem);
  margin: 0 0 2.6rem 9.2rem;
  font-size: 1.8rem;
  color: #fff;
}

.about_us_numbers_list .number {
  width: 100%;
  height: 6.8rem;
  margin: 0 0 1.7rem;
  position: relative;
  overflow: hidden;
}

.about_us_numbers_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
}

.about_us_numbers_list .number:after {
  content: "";
  border-top: 0.1rem solid #FFBE0A;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.about_us_numbers_list .number:before {
  content: "";
  border-top: 0.1rem solid #1675DB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.partners_block {
  padding: 8.2rem 0 7.0rem;
  position: relative;
}

.partners_block:before {
  content: "";
  background: #F3F3F8;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.partners_block .h3 {
  margin: 0 0 5.4rem;
  color: #0A2749;
}

.partners_list {
  margin: 0 0 0 -2.5rem;
}

.partners_list .item {
  width: calc(20% - 2.5rem);
  margin: 0 0 2.8rem 2.5rem;
}

.partners_list .fig {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border-radius: 1.2rem;
  width: 100%;
  height: 9.9rem;
  position: relative;
  overflow: hidden;
}

.partners_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.questions_answers_block {
  padding: 8.5rem 0 7.3rem;
}

.questions_answers_block .h3 {
  margin: 0 0 6.6rem;
  color: #0A2749;
}

.questions_answers_list .item {
  margin: 0 0 2.6rem;
}

.questions_answers_list .question .link {
  background: #F3F3F8 url(../images/questions_answers_list.svg) no-repeat 98% 50%;
  box-shadow: 0px 0px 10px 0px rgba(205, 210, 220, 0.6);
  border: 0.1rem solid #E5E5FF;
  border-radius: 1.2rem;
  display: block;
  padding: 1.8rem 2.7rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0A2749;
  text-decoration: none;
}

.questions_answers_list .active .question .link {
  background: #F3F3F8 url(../images/questions_answers_list_active.svg) no-repeat 98% 50%;
  border-radius: 1.2rem 1.2rem 0 0;
  border-bottom: none;
}

.questions_answers_list .answer {
  background: #F3F3F8;
  box-shadow: 0px 0px 10px 0px rgba(205, 210, 220, 0.6);
  border: 0.1rem solid #E5E5FF;
  border-top: none;
  border-radius: 0 0 1.2rem 1.2rem;
  display: none;
  padding: 0.4rem 2.7rem 2.3rem;
  position: relative;
}

.questions_answers_list .answer:before {
  content: "";
  background: #F3F3F8;
  height: 1.0rem;
  position: absolute;
  top: -1.0rem;
  right: 0;
  left: 0;
  z-index: 1;
}

.questions_answers_list .title {
  border: 0.1rem solid #FFFFFF;
  border-radius: 0.7rem;
  display: inline-block;
  margin: 0 0 1.1rem;
  padding: 0 0.8rem 0.1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #064991;
}

.questions_answers_list .text {
  border-left: 0.2rem solid #FFAB1D;
  padding: 0 0 0 1.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0A2749;
}

.news_block {
  padding: 7.0rem 0 2.5rem;
  position: relative;
}

.news_block:before {
  content: "";
  background: #F3F3F8;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.news_block .h3 {
  color: #0A2749;
}

.news_list {
  margin: 0 0 2.2rem -2.9rem;
}

.news_list .item {
  width: calc(34% - 3.9rem);
  margin: 0 0 2.8rem 2.9rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.news_list .link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.news_list .fig {
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);

  border-radius: 1.2rem;
  width: 100%;
  height: 0;
  padding: 0 0 77%;
  position: relative;
  overflow: hidden;
}

.news_list .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.news_list .text {
  position: absolute;
  bottom: 1.2rem;
  right: 4.1rem;
  left: 1.6rem;

}

.news_list .date {
  margin: 0 0 0.9rem;
  padding: 0 0 1.0rem;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFAB1D;
}

.news_list .date:after {
  content: "";
  border-top: 0.1rem solid #FFBE0A;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.news_list .date:before {
  content: "";
  border-top: 0.1rem solid #1675DB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.news_list .in {
  height: 5.8rem;
  overflow: hidden;
}

.news_list p {
  margin: 0;
}

.all {
  background: #064991;
  border-radius: 3.0rem;
  box-shadow: 0px 0px 10px 0px rgba(205, 210, 220, 0.6);
  display: inline-block;
  width: 16.9rem;
  height: 4.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 4.2rem;
  transition: all 0.5s ease 0s;
}

.all:hover {
  background: #FFAB1D;
  color: #000;
}

.send_request_block {
  padding: 0 0 6.7rem;
  position: relative;
}

.send_request_block:before {
  content: "";
  background: #0F1F2F url(../images/send_request_block.png) no-repeat;
  width: 192.0rem;
  margin: 0 0 0 -96.0rem;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
}

.send_request_block .h3 {
  color: #0A2749;
}

.send_request_block .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3.1rem;
  padding: 12.9rem 0 0;
  position: relative;
}

.send_request_block .left_block {
  background: #F3F3F8;
  border-radius: 1.5rem 0 0 1.5rem;
  width: 34.5rem;
  height: 32.1rem;
  padding: 8.9rem 8.7rem 0 3.9rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

.send_request_block .h3 {
  padding: 0 0 1.9rem;
  position: relative;
  font-size: 4.4rem;
}

.send_request_block .h3:after {
  content: "";
  border-top: 0.1rem solid #FFBE0A;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0.7rem;
  z-index: 1;
}

.send_request_block .h3:before {
  content: "";
  border-top: 0.1rem solid #1675DB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0.7rem;
}

.send_request_block .right_block {
  border-right: 0.1rem solid #114E80;
  width: calc(100% - 55.2rem);
  height: 44.5rem;
  border-radius: 1.5rem;
  margin: -3.2rem 0 0 -17.5rem;
  padding: 3.2rem 4.0rem 0 20.8rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  overflow: hidden;
}

.send_request_block .right_block:before {
  content: "";
  background: url(../images/send_request_block_right_block.png) no-repeat;
  height: 47.7rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.form2 {
  position: relative;
  z-index: 2;
}

.send_request_block .in {
  width: 100%;
  margin: 0 0 2.4rem;
}

.send_request_block .in_2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 0 0 1.4rem;

}

.send_request_block .in_2 .into {
  width: 54%;
}

.send_request_block .blue_block {
  background: #0F1F2F;
  border: 0.1rem solid #064991;
  border-radius: 1.0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 1.6rem);
  padding: 0 0 0 1.8rem;
}

.send_request_block .in_2 .blue_block {
  border-radius: 2.0rem;
  width: 100%;
  padding: 0.9rem 0 1.0rem;
}

.send_request_block .field {
  background: none;
  border: none;
  padding: 1.4rem 1.6rem 1.5rem 0;
}

.send_request_block .field_textarea {
  background: #0F1F2F;
  border: 0.1rem solid #064991;
  border-radius: 1.0rem;
  padding: 0.8rem 1.7rem;
  font-size: 1.5rem;
  color: #FFAB1D;
}


.send_request_block .field_textarea:-moz-placeholder {
  font-size: 1.5rem;
  color: #FFAB1D;
}

.send_request_block .field_textarea::-moz-placeholder {
  font-size: 1.5rem;
  color: #FFAB1D;
}

.send_request_block .field_textarea::-webkit-input-placeholder {
  font-size: 1.5rem;
  color: #FFAB1D;
}

.send_request_block .field_textarea:-ms-input-placeholder {
  font-size: 1.5rem;
  color: #FFAB1D;
}

.send_request_block .field_textarea.placeholder {
  font-size: 1.5rem;
  color: #FFAB1D;
}

.h-132 {
  height: 13.2rem;
}

.captcha {
  display: inline-block;
  padding-left: 9.3rem;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.captcha .fig img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.captcha .field {
  width: 100%;
  padding: 0 1.2rem;
  font-size: 1.3rem;
  text-align: center;
}

.captcha .field:-moz-placeholder {
  font-size: 1.3rem;
}

.captcha .field::-moz-placeholder {
  font-size: 1.3rem;
}

.captcha .field::-webkit-input-placeholder {
  font-size: 1.3rem;
}

.captcha .field:-ms-input-placeholder {
  font-size: 1.3rem;
}

.captcha .field.placeholder {
  font-size: 1.3rem;
}

.captcha .fig {
  border-right: 0.1rem solid #FFBE0A;
  width: 9.3rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.label {
  border-right: 0.1rem solid #FFAB1D;
  width: 8.6rem;
  margin: 0 2.2rem 0 0;
  padding: 0 1.6rem 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFAB1D;
}

.button {
  background: #FFBE0A;
  border: 0.1rem solid #EF8300;
  border-radius: 2.0rem;
  width: 42%;
  height: 4.0rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  line-height: 4.0rem;
  text-align: center;
}

.button_2 {
  background: #FFBE0A;
  border: 0.1rem solid #EF8300;
  border-radius: 2.0rem;
  width: 42%;
  height: 4.0rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  line-height: 4.0rem;
  text-align: center;
}

.modal_text {
  font-size: 1.3rem;
  font-weight: 500;
  color: #3A79BA;
}

.modal_text .link {
  color: #3A79BA;
}

.send_request_block .title {
  margin: 0 0 4.3rem;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
}

.bottom_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.social_network_send_request_block {

  display: flex;
  flex-direction: row;
  margin: 0 0.5rem 0 0;
}


.social_network_send_request_block .item {
  margin: 0 2.3rem 0 0;
}

.social_network_send_request_block .fig {
  display: block;
  width: 5.3rem;
  height: 5.3rem;
  position: relative;
  overflow: hidden;
}

.social_network_send_request_block .fig .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.social_network_send_request_block .fig_gold {
  display: none;
}

.social_network_send_request_block .item:hover .fig_gold {
  display: block;
}

.social_network_send_request_block .item:hover .fig_white {
  display: none;
}

.btn_2 {
  background: #1A2734;
  border: 0.1rem solid #064991;
  border-radius: 4.0rem;
  display: inline-block;
  height: 4.7rem;
  padding: 0 3.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFAB1D;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.btn_2:hover {
  background: #FFBE0A;
  color: #0F1F2F;
}

.map_block {
  height: 49.7rem;
  padding: 0 0 0 50%;
  position: relative;
}

.map_block .h3 {
  font-size: 4.0rem;
  font-weight: 500;
  margin: 0 0 4.2rem;
  color: #0A2749;
}

.map_block> .fig {
  width: 50vw;
  height: 49.7rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-100%, 0);
}

.map_block> .fig> .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.map_block iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.map_block .text {
  height: 43.7rem;
  padding: 6.0rem 0 0 5.1rem;
  position: relative;
  z-index: 2;
}

.map_block .text:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -1000.0rem;
  z-index: -2;
}

.phone_map_block {

  margin: 0 0 2.0rem;
  font-size: 2.0rem;
  font-weight: 600;
}


.phone_map_block .link {
  color: #064991;
  text-decoration: none;
}


.time_map_block {
  margin: 0 0 1.7rem;
}


.mail_map_block .link {
  color: #0F1F2F;
}

.address_map_block {
  margin: 0 0 2.4rem;
}

.map_block .social_network_map_block {
  display: flex;
  flex-direction: row;
  margin: 0 0 2.4rem;
}

.map_block .social_network_map_block .item {
  margin: 0 1.4rem 0 0;
}

.map_block .social_network_map_block .fig {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  overflow: hidden;
}

.map_block .social_network_map_block .fig .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.grey_block_content {
  padding: 0rem 0 6.2rem;
  position: relative;
  margin-bottom: 3rem;
}

.grey_block_content:before {
  content: "";
  background: #F3F3F8;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.crumbs {
  margin: 0 0 1.1rem;
  padding: 2.0rem 0 0;
  position: relative;
  text-align: left;
}

.crumbs:before, .crumbs:after {
  display: none;
}

.crumbs:after {
  clear: both;
}

.crumbs .item {
  background: url(../images/crumbs.png) no-repeat 0 0.9rem;
  display: inline;
  padding: 0 0 0 0.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #064991;
  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: #064991;
}

.blue_block_content {
  margin: 0 0 7.7rem;
  padding: 2.9rem 0 3.8rem;
  position: relative;
  color: #fff;
}

.blue_block_content:after {
  content: "";
  background: url(../images/blue_block_content.jpg) repeat-y;
  width: 192.4rem;
  margin: 0 0 0 -96.2rem;
  position: absolute;
  top: -8.1rem;
  bottom: 0;
  left: 50%;
  z-index: -2;
}

.blue_block_content:before {
  content: "";
  background: linear-gradient(0.55deg, rgba(15, 19, 24, 0.7) 5.03%, #0C1B29 75.44%);

  width: 192.4rem;
  margin: 0 0 0 -96.2rem;
  position: absolute;
  top: -8.1rem;
  bottom: 0;
  left: 50%;
  z-index: -1;
}

.blue_block_content .h1 {
  color: #fff;
}

.blue_block_content .crumbs .item {
  background: url(../images/crumbs_white.png) no-repeat 0.1rem 0.9rem;
  color: #fff;
}


.blue_block_content .crumbs .link {
  color: #fff;
}

.box_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 6.7rem;
}

.box_1 .in {
  border-top: 0.1rem solid #0D3353;
  border-bottom: 0.1rem solid #0D3353;
  display: flex;
  justify-content: center;
  width: calc(100% - 33.2rem);
  margin: 0 1.0rem 0 0;
  padding: 1.1rem 0 1.3rem;
}

.box_1 .price {
  width: 50%;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.box_1 .tariffs {
  width: 50%;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.box_1 .tariffs .link {
  color: #fff;
  text-decoration: none;
}


.btn_3 {
  background: #064991;
  border-radius: 3.0rem;
  display: inline-block;
  width: 32.2rem;
  height: 6.1rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 6.1rem;
  transition: all 0.5s ease 0s;
}

.btn_3:hover {
  background: #FFBE0A;
  color: #0F1F2F;
}

.advantages_list {
  margin: 0 0 0 -3.0rem;
  display: flex;
  flex-wrap: wrap;
}

.advantages_list .item {
  background: rgba(6, 73, 145, 0.3);
  border: 0.1rem solid #114E80;
  border-radius: 1.5rem;
  width: calc(34% - 8.4rem);
  margin: 0 0 0 3.0rem;
  padding: 3.2rem 2.1rem 1.9rem;
  color: #fff;
}

.advantages_list .in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 1.9rem;
}

.advantages_list .fig {
  width: 5.4rem;
  height: 5.2rem;
  margin: 0 1.3rem 0 0;
  position: relative;
  overflow: hidden;
}

.advantages_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.advantages_list .title {
  width: calc(100% - 6.7rem);
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFAB1D;
}


.services_list_3 {
  margin: 0 0 3.0rem -5.0rem;
}

.services_list_3 .item {
  width: calc(50% - 5.0rem);
  margin: 0 0 5.0rem 5.0rem;
  line-height: 1.5;
}

.services_list_3 .in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 1.2rem;
}

.services_list_3 .fig {
  width: 7.3rem;
  height: 7.6rem;
  margin: 0 3.4rem 0 0;
  position: relative;
  overflow: hidden;
}

.services_list_3 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.services_list_3 .title {
  width: calc(100% - 10.7rem);
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0A2749;
  line-height: 1.2;
}

.services_list_3 .title:before {
  content: "";
  border-top: 0.1rem solid #1675DB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.services_list_3 .title:after {
  content: "";
  border-top: 0.1rem solid #FFBE0A;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}


.advantages_block_2 {
  margin: 0 0 6.2rem;
  padding: 8.1rem 0 1.8rem;
  position: relative;
}

.advantages_block_2:before {
  content: "";
  background: #F3F3F8;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.advantages_list_2 {
  margin: 0 0 0 -5.0rem;
}

.advantages_list_2 .item {
  width: calc(50% - 5.0rem);
  margin: 0 0 5.0rem 5.0rem;
  line-height: 1.5;
}

.advantages_list_2 .fig {
  width: 6.8rem;
  height: 7.1rem;
  margin: 0 0 1.8rem;
  position: relative;
  overflow: hidden;
}

.advantages_list_2 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.advantages_list_2 .title {
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0A2749;
  line-height: 1.2;
}

.advantages_list_2 .title:before {
  content: "";
  border-top: 0.1rem solid #1675DB;
  display: block;
  width: 26.9rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.advantages_list_2 .title:after {
  content: "";
  border-top: 0.1rem solid #FFBE0A;
  width: 9.2rem;
  position: absolute;
  bottom: 0;
  left: 17.7rem;
  z-index: 1;
}

.tariffs_block {
  position: relative;
}

.jakori {
  position: absolute;
  top: -16.0rem;
  left: 0;
}

.opisanie_list_1 {
  margin: 0 0 3.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.opisanie_list_1 .item {
  width: 25%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0A2749;
}

.opisanie_list_1 .link {
  border: 0.1rem solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 0.2rem);
  height: 5.2rem;
  color: #0A2749;
  text-decoration: none;
}

.opisanie_list_1 .item:first-child .link {
  border-radius: 1.5rem 0 0 0;
}

.opisanie_list_1 .item:last-child .link {
  border-radius: 0 1.5rem 0 0;
}

.opisanie_list_1 .link:hover {
  background: #064991;
  border: 0.1rem solid #064991;
  color: #fff;

}

.opisanie_list_1 .active {
  background: #064991;
  border: 0.1rem solid #064991;
  color: #fff;
}

.services_block_2 {
  position: relative;
  padding: 5.9rem 0 1.3rem;
}

.services_block_2:before {
  content: "";
  background: #F3F3F8;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.services_list_4 {
  margin: 0 0 0 -4.3rem;
}

.services_list_4> .item {
  width: calc(34% - 5.3rem);
  margin: 0 0 4.0rem 4.3rem;
}

.services_list_4> .item> .link {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border-radius: 1.2rem;
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0F1F2F;
  text-decoration: none;
}

.services_list_4 .fig {
  width: 100%;
  height: 38.0rem;
  position: relative;
  overflow: hidden;
}

.services_list_4 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  vertical-align: top;
}

.services_list_4 .text {
  border-left: 0.2rem solid #FFAB1D;
  padding: 0 0 0 1.7rem;
  position: absolute;
  bottom: 1.0rem;
  left: 2.4rem;
  right: 2.4rem;
  z-index: 2;
}

.services_list_4> .item:hover .text {
  display: none;
}

.services_list_4 .sub {
  background: rgba(255, 255, 255, 0.90);
  border-radius: 1.2rem;
  display: none;
  padding: 3.2rem 2.4rem 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.services_list_4> .item:hover .sub {
  display: block;
}

.services_list_4 .title {
  border-left: 0.2rem solid #FFAB1D;
  margin: 0 0 1.0rem;
  padding: 0 0 0 1.7rem;
}

.services_list_4 .sub_list .item {
  background: url(../images/sub_menu_3_item.png) no-repeat 0 0.6rem;
  margin: 0 0 1.1rem;
  padding: 0 0 0 1.4rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.services_list_4 .sub_list .link {
  color: #064991;
  text-decoration: none;
}

.services_list_4 .sub_list .item:hover {
  background: url(../images/sub_menu_3_item_hover.png) no-repeat 0 0.6rem;
}

.services_list_4 .sub_list .item:hover .link {
  color: #EF8300;
}



.services_list_6 {
  margin: 0 0 0 -4.3rem;
}

.services_list_6> .item {
  width: calc(34% - 5.3rem);
  margin: 0 0 4.0rem 4.3rem;
}



.services_list_6> .item> .link {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
  border-radius: 1.2rem;
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0F1F2F;
  text-decoration: none;
}

.services_list_6 .fig {
  width: 100%;
  height: 38.0rem;
  position: relative;
  overflow: hidden;
}



.services_list_6 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  vertical-align: top;
}


.services_list_6 .sub {
  background: rgba(255, 255, 255, 0.90);
  border-radius: 1.2rem;
  padding: 3.2rem 2.4rem 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.services_list_6 .title {
  border-left: 0.2rem solid #FFAB1D;
  margin: 0 0 3.3rem;
  padding: 0 0 0 1.7rem;
  font-size: 2.4rem;
  font-weight: 600;
}

.services_list_6 .title .link {
  color: #0A2749;
  text-decoration: none;
}

.services_list_6 .sub_list .item {
  background: url(../images/sub_menu_3_item.png) no-repeat 0 0.6rem;
  margin: 0 0 1.1rem;
  padding: 0 0 0 1.4rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.services_list_6 .sub_list .link {
  color: #064991;
  text-decoration: none;
}

.services_list_6 .sub_list .item:hover {
  background: url(../images/sub_menu_3_item_hover.png) no-repeat 0 0.6rem;
}

.services_list_6 .sub_list .item:hover .link {
  color: #EF8300;
}



.advantages_list_3 {
  margin: 0 0 0 -5.0rem;
}

.advantages_list_3 .item {
  width: calc(34% - 6.0rem);
  margin: 0 0 5.0rem 5.0rem;
  line-height: 1.5;
}

.advantages_list_3 .fig {
  width: 6.8rem;
  height: 7.1rem;
  margin: 0 0 1.8rem;
  position: relative;
  overflow: hidden;
}

.advantages_list_3 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.advantages_list_3 .text {
  padding: 1.2rem 0 0;
  position: relative;
}

.advantages_list_3 .text:before {
  content: "";
  border-top: 0.1rem solid #1675DB;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.advantages_list_3 .text:after {
  content: "";
  border-top: 0.1rem solid #FFBE0A;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.pages .item {
  margin: 0 0.5rem;
  color: #A09D9D;
  text-align: center;
}

.pages .link {
  background: #fff;
  border: 0.1rem solid #E5E5E5;
  border-radius: 0.7rem;
  display: block;
  min-width: 1.7rem;
  height: 2.7rem;
  padding: 0 0.5rem;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  color: #A09D9D;
  text-decoration: none;
  line-height: 2.7rem;
  transition: all 0.5s ease 0s;
}

.pages .item:hover .link, .pages .active {
  background: #FFAB1D;
  border: 0.1rem solid #FFAB1D;
  border-radius: 0.7rem;
  min-width: 1.7rem;
  height: 2.7rem;
  padding: 0 0.5rem;
  color: #000;
  line-height: 2.7rem;
}

.fig_1 {
  border-radius: 1.2rem;
  float: left;
  width: 46.4rem;
  height: 35.6rem;
  margin: 0 3.4rem 0 0;
  position: relative;
  overflow: hidden;
}

.fig_1 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.fig_1 .date {
  background: #fff;
  border: 0.1rem solid #E5E5E5;
  border-radius: 0.8rem;
  padding: 0.7rem 0.9rem 0.6rem;
  position: absolute;
  top: 1.1rem;
  right: 1.3rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #064991;
}

.blue_text {
  font-weight: 600;
  font-style: italic;
  color: #064991;
}

.fig_2 {
  border-radius: 1.2rem;
  float: right;
  width: 46.4rem;
  height: 35.6rem;
  margin: 0 0 0 3.4rem;
  position: relative;
  overflow: hidden;
}

.fig_2 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.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__track {
  overflow: visible;
}

.carousel_4 {
  position: relative;
  margin: -3.0rem 0 12.1rem;
}

.carousel_4 .splide__arrow {
  display: none;
}


.carousel_4 .splide__track {
  overflow: hidden;
  padding: 3.0rem 6.0rem;
}

.carousel_4 .splide__slide {
  position: relative;
  padding: 0 1.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.carousel_4 .link {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.carousel_4 .fig {
  box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);

  border-radius: 1.2rem;
  width: 100%;
  height: 0;
  padding: 0 0 77%;
  position: relative;
  overflow: hidden;
}

.carousel_4 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.carousel_4 .text {
  position: absolute;
  bottom: 1.5rem;
  right: 4.1rem;
  left: 1.6rem;

}

.carousel_4 .date {
  margin: 0 0 0.9rem;
  padding: 0 0 0.9rem;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFAB1D;
}

.carousel_4 .date:after {
  content: "";
  border-top: 0.1rem solid #FFBE0A;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.carousel_4 .date:before {
  content: "";
  border-top: 0.1rem solid #1675DB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel_4 .in {
  height: 5.8rem;
  overflow: hidden;
}

.carousel_4 p {
  margin: 0;
}

.carousel_4 .splide__pagination {
  display: none;
}

.reviews_block {
  background: #fff;
  border: 0.1rem solid #EDEDED;
  border-radius: 1.3rem;
  position: absolute;
  top: 17.1rem;
  right: 0;
  width: calc(50% - 2.0rem);
  height: 80.7rem;
  margin: 0 0 0 3.6rem;
}

.reviews_block .link {
  display: block;
  width: 100%;
  height: 100%;
}

.reviews_block .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  vertical-align: top;
}

.reviews_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 4.1rem -3.6rem;
}

.reviews_list .item {
  background: #fff url(../images/reviews_list.svg) no-repeat 90% 1.5rem;
  box-shadow: 0px 0px 10px 0px rgba(205, 210, 220, 0.6);
  border-radius: 1.5rem;
  width: calc(50% - 7.0rem);
  margin: 0 0 2.6rem 3.6rem;
  padding: 1.9rem 1.7rem;

}

.reviews_list .item:first-child {
  height: 15.8rem;

}

.reviews_list .item:nth-child(2) {
  height: 24.0rem;
  margin: 0 0 2.6rem 3.7rem;

}

.reviews_list .item:nth-child(3) {
  height: 24.0rem;
  margin: 0 0 2.6rem 3.7rem;

}

.reviews_list .item:first-child .text {
  height: 8.9rem;

}

.reviews_list .item:nth-child(2) .text {
  height: 17.5rem;

}

.reviews_list .item:nth-child(3) .text {
  height: 17.5rem;

}

.reviews_list .date {
  margin: 0 0 0.9rem;
  padding: 0 0 0.9rem;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFAB1D;

}

.reviews_list .date:before {
  content: "";
  border-top: 0.1rem solid #1675DB;
  display: block;
  width: 16.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.reviews_list .date:after {
  content: "";
  border-top: 0.1rem solid #FFBE0A;
  width: 8.4rem;
  position: absolute;
  bottom: 0;
  left: 8.3rem;
  z-index: 1;
}

.reviews_list .company {
  background: url(../images/mark.svg) no-repeat 0 0.7rem;
  padding: 0 0 0 2.7rem;
  font-size: 1.6rem;
  color: #064991;

}

.bottom_block_content {
  display: flex;
  justify-content: space-between;
}

.btn_5 {
  background: #FFBE0A;
  border: 0.1rem solid #EF8300;
  border-radius: 2.0rem;
  width: 23.0rem;
  height: 4.0rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  line-height: 4.0rem;
  text-align: center;
  text-decoration: none;
}

.fig_404 {
  float: left;
  width: 50.6rem;
  height: 32.7rem;
  margin: 0 6.3rem 0 0;
  position: relative;
  overflow: hidden;
}

.fig_404 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.btn_6 {
  background: #FFBE0A;
  border: 0.1rem solid #EF8300;
  border-radius: 2.0rem;
  display: inline-block;
  width: 18.3rem;
  height: 4.0rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  line-height: 4.0rem;
  text-align: center;
}

.btn_6 .text {
  background: url(../images/btn_6.svg) no-repeat 0 50%;
  display: inline-block;
  padding: 0 0 0 2.8rem;
}

.contacts_list_content {
  margin: 0 0 3.0rem -5.0rem;
}

.contacts_list_content .item {
  width: calc(25% - 7.0rem);
  margin: 0 0 5.0rem 7.0rem;
  line-height: 1.5;
}

.contacts_list_content .link {
  color: #0A2749;
  text-decoration: none;
}

.contacts_list_content .phone_item .link {
  font-size: 2.0rem;
  font-weight: 600;
  color: #064991;
}

.contacts_list_content .in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  position: relative;
}

.contacts_list_content .in:before {
  content: "";
  border-top: 0.1rem solid #1675DB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.contacts_list_content .in:after {
  content: "";
  border-top: 0.1rem solid #FFBE0A;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.contacts_list_content .fig {
  width: 4.2rem;
  height: 4.3rem;
  margin: 0 0.7rem 0 0;
  position: relative;
  overflow: hidden;
}

.contacts_list_content .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.contacts_list_content .title {
  width: calc(100% - 4.9rem);
  font-size: 2.2rem;
  font-weight: bold;
  color: #0F1F2F;
  line-height: 1.2;
}

.map_block_2 {
  width: 100%;
  height: 40.0rem;
  margin: 0 0 10.8rem;
  position: relative;
}

.map_block_2> .fig {
  width: 100%;
  height: 40.0rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.map_block_2> .fig> .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.map_block_2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.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: #000;
  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.5;
}

.modal__content {
  background: #fff;
  padding: 24px;
  position: relative;
}

.modal__content p {
  margin: 0 0 1.5rem;
}

.modal_box_form .modal__content {
  background: url(../images/modal_bg.png) no-repeat;
  width: 54.2rem;
  padding: 6.7rem 10.7rem 2.6rem;
  position: relative;
  font-size: 1.6rem;
  color: #FFFFFF;
}

.modal_box_form .modal__content .star {
  position: absolute;
  top: 0.6rem;
  right: 1.1rem;
  font-size: 1.6rem;
  color: #EF8300;
}

.modal_box_form .modal__content .h3 {
  margin: 0 0 1.2rem;
  padding: 0 0 1.7rem;
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
}

.modal_box_form .modal__content .h3:before {
  content: "";
  border-top: 0.1rem solid #1675DB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal_box_form .modal__content .h3:after {
  content: "";
  border-top: 0.1rem solid #FFBE0A;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.label_2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.calculator_block .box .label_2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0F1F2F;
}

.modal_box_form .modal__content .in {
  width: 100%;
  margin: 0 0 2.4rem;
}

.modal_box_form .modal__content .in_2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 82%;
  margin: 0 0 1.4rem;

}

.modal_box_form .modal__content .in_2 .into {
  width: 54%;
}

.modal_box_form .modal__content .blue_block {
  background: #0F1F2F;
  border: 0.1rem solid #064991;
  border-radius: 1.0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 1.8rem);
  padding: 0 0 0 1.8rem;
  position: relative;
}

.modal_box_form .modal__content .in_2 .blue_block {
  border-radius: 2.0rem;
  width: 100%;
  padding: 0.7rem 0 0.8rem;
}

.modal_box_form .modal__content .field {
  background: none;
  border: none;
  padding: 1.2rem 1.6rem 1.3rem 0;
}

.modal_box_form .modal__content .field_textarea {
  background: #0F1F2F;
  border: 0.1rem solid #064991;
  border-radius: 1.0rem;
  padding: 0.8rem 1.7rem;
  font-size: 1.6rem;
  color: #fff;
}


.modal_box_form .modal__content .field_textarea:-moz-placeholder {
  font-size: 1.6rem;
  color: #fff;
}

.modal_box_form .modal__content .field_textarea::-moz-placeholder {
  font-size: 1.6rem;
  color: #fff;
}

.modal_box_form .modal__content .field_textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
}

.modal_box_form .modal__content .field_textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
}

.modal_box_form .modal__content .field_textarea.placeholder {
  font-size: 1.6rem;
  color: #fff;
}

.modal_box_form .modal__content .captcha .field {
  padding: 0.4rem 1.2rem 0;
}

.modal_box_form .modal__content .label {
  width: 11.4rem;
}

.modal__content .select-css {
  background: #0F1F2F url(../images/selector_arrow.svg) no-repeat 98% 50%;
  border: 0.1rem solid #064991;
  border-radius: 1.0rem;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 1.2rem 5.0rem 1.2rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

}

.modal__content .select-css::-ms-expand {
  display: none;
}

.modal__content .select-css:hover {
  border-color: #064991;
}

.modal__content .select-css:focus {
  border-color: #064991;
  box-shadow: none;
  color: #fff;
  outline: none;
}

.modal__content .select-css option {
  font-weight: 500;
}

.modal__content *[dir="rtl"] .select-css,
.modal__content :root:lang(ar) .select-css,
.modal__content :root:lang(iw) .select-css {
  padding: 1.2rem 5.0rem 1.2rem 1.6rem;
}


.box_thanks .modal__content {
  background: url(../images/modal_bg.png) no-repeat;
  width: 56.5rem;
  padding: 3.8rem 9.4rem 3.2rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}


.box_thanks .modal__content .fig {
  width: 17.9rem;
  height: 17.9rem;
  margin: 0 auto 2.4rem;
  position: relative;
  overflow: hidden;
}

.box_thanks .modal__content .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.orange_text {
  margin: 0 0 1.7rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFAB1D;
}

.modal__close_btn {
  background: url(../images/modal_close.svg) no-repeat 50% 50%;
  width: 6.0rem;
  height: 7.1rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.modal_box_form .modal__close_btn {
  background: url(../images/modal_close_white.svg) no-repeat 50% 50%;
  width: 9.1rem;
  height: 8.7rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.box_thanks .modal__close_btn {
  background: url(../images/modal_close_white.svg) no-repeat 50% 50%;
  width: 9.1rem;
  height: 8.7rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.box_fig .modal__content {
  background: #F3F3F8;
  border: 0.1rem solid #042443;
  max-width: 67.8rem;
  padding: 6.2rem 6.1rem 7.3rem;
}

.box_fig .modal__content img {
  width: 100%;

}

.modal_lightbox__title {
  margin: 2.5rem 0 0;
  font-size: 1.8rem;
  text-align: center;
}

.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;
}


/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
  min-width: 102.4rem;
  max-width: 136.0rem;
  height: 53.2rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer:after {
  content: "";
  background: #F2F2FA;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -2;
}

.top_block_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8.0rem;
  padding: 0 1.6rem 0 1.6rem;
  position: relative;
}

.top_block_footer:before {
  content: "";
  background: #1E3957;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.logo_footer {
  background: url(../images/logo_footer.svg) no-repeat;
  width: 21.0rem;
  height: 4.2rem;

}

.logo_footer .link {

  display: block;
  width: 21.0rem;
  height: 4.2rem;
}

.phone_footer {
  display: flex;
}


.phone_footer_number .link {
  font-size: 2.0rem;
  color: #fff;
  text-decoration: none;
}

.phone_footer_number .link:hover {
  color: #FFAB1D;
}

.social_network_footer {

  display: flex;
  flex-direction: row;
}


.social_network_footer .item {
  margin: 0 0 0 2.3rem;
}

.social_network_footer .fig {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  overflow: hidden;
}

.social_network_footer .fig .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.social_network_footer .fig_gold {
  display: none;
}

.social_network_footer .item:hover .fig_gold {
  display: block;
}

.social_network_footer .item:hover .fig_white {
  display: none;
}

.services_footer {
  width: 25%;
  position: absolute;
  top: 12.3rem;
  left: 1.6rem;
}

.services_footer .title {
  border-right: 0.2rem solid #FFBE0A;
  display: inline-block;
  margin: 0 0 2.0rem;
  padding: 0 0.9rem 0 0;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #064991;
}


.services_footer .title .link {
  color: #064991;
  text-decoration: none;
}

.services_list_footer {
  position: relative;
  z-index: 1;
}

.services_list_footer .item {
  margin: 0 0 1.2rem;
  font-size: 1.4rem;
  color: #2B2929;
}

.services_list_footer .link {
  color: #2B2929;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.services_list_footer .item:hover .link {
  color: #EF8300;
}


.nav_footer {
  width: 13.0rem;
  margin: 0 0 0 -6.5rem;
  position: absolute;
  top: 12.3rem;
  left: 50%;
}

.nav_footer .title {
  border-right: 0.2rem solid #FFBE0A;
  display: inline-block;
  margin: 0 0 1.6rem;
  padding: 0 0.9rem 0 0;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #064991;
}

.nav_footer .item {
  margin: 0 0 1.0rem;
  font-size: 1.4rem;
  color: #0F1F2F;
}

.nav_footer .link {
  color: #0F1F2F;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.nav_footer .item:hover .link {
  color: #EF8300;
}

.contacts_footer {
  width: 32.6rem;
  position: absolute;
  top: 12.3rem;
  right: 1.6rem;
}

.contacts_footer .title {
  border-right: 0.2rem solid #FFBE0A;
  display: inline-block;
  margin: 0 0 1.6rem;
  padding: 0 0.9rem 0 0;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #064991;
}

.address_contacts_footer {
  margin: 0 0 1.7rem;
  font-size: 1.4rem;
  color: #0F1F2F;
  line-height: 1.3;
}

.time_contacts_footer {
  margin: 0 0 1.7rem;
  font-size: 1.4rem;
  color: #0F1F2F;
}

.mail_contacts_footer {
  font-size: 1.4rem;
  color: #0F1F2F;

}

.mail_contacts_footer p {
  margin: 0;

}


.mail_contacts_footer .link {
  color: #0F1F2F;
  text-decoration: none;
}


.footer .bottom_block_footer {
  height: 11.2rem;
  padding: 2.1rem 1.6rem 0 1.6rem;

  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer .bottom_block_footer:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1000.0rem;
  left: -1000.0rem;
  z-index: -1;
}

.footer .bottom_block_footer .in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.info_footer {
  margin: 0 0 1.3rem;
  font-size: 1.2rem;
  color: #464646;
  text-align: center;
  line-height: 1.3;
}

.politics_privacies {
  font-size: 1.2rem;
  color: #064991;
}

.politics_privacies .link {
  color: #064991;
}

.company_footer {
  font-size: 1.2rem;
  color: #404040;
}

.developer_footer {
  background: url(../images/developer_footer.svg) no-repeat;
  min-height: 2.1rem;
  padding: 0.4rem 0 0 2.7rem;
  font-size: 1.2rem;
  color: #404040;
}

.developer_footer .link {
  color: #35302E;
}

/*---------------------- 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 {
    border: none;
    height: 8.1rem;
  }

  .page_with-small-header.main_page .header_top:before {
    content: "";
    background: url(../images/page_with-small-header_header_top.jpg) repeat-x 50% 0;
    display: block;
    height: 8.1rem;
    position: absolute;
    top: 0;
    right: -1000.0rem;
    left: -1000.0rem;
    z-index: -1;
  }

  .page_with-small-header .header_top:before {
    content: "";
    background: url(../images/page_with-small-header_header_top.jpg) repeat-x 50% 0;
    height: 8.1rem;
    position: absolute;
    top: 0;
    right: -1000.0rem;
    left: -1000.0rem;
    z-index: -1;
  }

  .page_with-small-header .header_top {
    border: none;
    height: 8.1rem;
  }

  .page_with-small-header .header_top.have_line:before {
    content: "";
    background: url(../images/page_with-small-header_header_top.jpg) repeat-x 50% 0;
    display: block;
    height: 8.1rem;
    position: absolute;
    top: 0;
    right: -1000.0rem;
    left: -1000.0rem;
    z-index: -1;
  }


}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }

  .wrapper {
    min-width: auto;
  }

  .inner {
    min-width: auto;
    max-width: none;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
  }

  .declaration_box {
    box-shadow: none !important;
    border-bottom: none !important;
    line-height: 1.5;
  }

  .declaration_box .in {
    min-width: auto;
    max-width: none;
    margin: 0 auto;
    padding: 1.9rem 0.9rem 0.9rem;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .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: 6.6rem;
  }

  .header_top {
    display: block;
    min-width: auto;
    max-width: none;
    width: 100%;
    height: 10.8rem;
    z-index: 101;
  }

  .header_top.have_line {
    border-bottom: none;
    height: 10.8rem;
  }

  .header_top::before {
    content: "";
    background: url(../images/page_with-small-header_header_top.jpg) 50% 0;
    height: auto;
    bottom: 0;
    top: -1.3rem;
  }

  .page_with-small-header .header_top {
    position: relative;
  }


  .logo {
    background: url(../images/logo_mobile.svg) no-repeat;
    width: 21.0rem;
    height: 4.2rem;
    margin: 1.3rem auto 0;

  }

  .logo .link {
    width: 21.0rem;
    height: 4.2rem;
  }

  .main_page .contacts_block_header {
    top: 8.4rem;
  }

  .contacts_block_header {
    display: block;
    height: auto;
    margin: 0;
    position: absolute;
    top: 6.7rem;
    right: 0.9rem;
    font-size: 2.0rem;
  }

  .contacts_block_header .title {
    background: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
  }

  .contacts_block_header .link {
    color: #fff;
  }

  .contacts_block_header .arrow_link {
    display: none;
  }

  body:not(.page_with-small-header) .sub_all {
    display: block !important;
  }

  .main_page .nav {
    top: 6.0rem;
  }

  .nav {
    width: 5.9rem;
    height: 5.1rem;
    position: absolute;
    z-index: 21;
    top: 5.6rem;
    left: 0;
  }

  .nav_active {
    width: 100vw;
    height: auto;

    z-index: 27;
  }

  .nav:before {
    display: none;
  }

  .nav .nav_toggle {
    background: url(../images/nav_mobile.svg) no-repeat 50% 50%;
    border: none;
    display: block;
    width: 5.9rem;
    height: 5.1rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }


  .nav .sub_all {
    background: #1E3957;
    display: block;
    width: 100vw;
    height: calc(100vh - 4.0rem);
    padding: 0;
    position: absolute;
    top: 5.2rem;
    left: 0;
    right: 0;
    transform: translate(-110%, 0);
    transition: transform .3s ease;
    will-change: transform;

  }

  .nav_active .sub_all {
    transform: translate(0, 0);
  }

  .nav> .sub_all> .list {
    display: block;

  }

  .nav> .sub_all> .list> .item {
    border-top: 0.1rem solid #014A86;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
  }

  .nav> .sub_all> .list> .item:first-child {
    border-top: none;
  }


  .nav> .sub_all> .list> .item> .link {
    background: #1E3957;
    justify-content: flex-start;
    height: 6.0rem;
    padding: 0 1.6rem;
    color: #fff;
  }

  .nav> .sub_all> .list> .have_sub> .link {
    background: url(../images/nav_mobile_have_sub.png) no-repeat 95% 50%;

  }

  .nav> .sub_all> .list> .have_sub> .link .text {
    background: none;
    padding: 0;
  }

  .nav> .sub_all> .list> .services_item> .link {
    text-decoration: none;
  }

  .nav> .sub_all> .list> .services_item> .link .text {
    background: none;
    padding: 0;
  }

  .nav> .sub_all> .list> .mobile_active> .sub {
    background: #E4E4E4;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
  }

  .nav .sub {
    background: #F2F2FA;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
  }

  .nav .sub_menu .item {
    border-top: 0.1rem solid #D9D9EF;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .nav .sub_menu .item:first-child {
    border-top: none;
  }

  .nav .sub_menu .link {
    border: none;
    display: flex;
    align-items: center;
    height: 6.0rem;
    padding: 0 1.6rem;
    color: #0A2749;
  }

  .nav .sub_2 {
    background: #F2F2FA;
    border: none;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    padding: 0;
    display: block;
    white-space: normal;
  }

  .nav .sub_menu_2> .item {
    border-top: 0.1rem solid #D9D9EF;
    width: 100%;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .nav .sub_menu_2> .item:first-child {
    border-top: none;
  }

  .nav .sub_menu_2> .item> .link {
    height: 6.0rem;
    padding: 0 1.6rem;
    color: #0A2749;
  }

  .nav .sub_menu_2 .fig {
    display: none;
  }

  .nav .sub_menu_2 {
    margin: 0;
  }

  .sub_menu_3 {
    padding: 0 1.6rem
  }

  .promo_block {
    box-shadow: none;
    width: 100vw;
    height: 60.9rem;
    margin: -8.0rem 0 0;
    padding: 0;
  }

  .promo_block> .fig {
    display: none;
  }

  .promo_block .fig_mobile {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }


  .promo_block .fig_mobile .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
  }

  .promo_block .text {

    font-size: 2.0rem;
  }

  .promo_block .in {
    min-width: auto;
    max-width: none;
    margin: 0 auto;
  }

  .promo_block .title_fig {
    background: url(../images/promo_title_mobile.svg) no-repeat 50% 0;
    width: 28.6rem;
    height: 5.4rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  .promo_block .title_fig .img {
    display: none;
  }


  .social_network_promo_block .fig {
    width: 5.4rem;
    height: 5.4rem;

  }

  .btn_1 {
    background: url(../images/btn_1_mobile.png) no-repeat;
    width: 28.8rem;
    height: 6.2rem;

  }

  .feedback_bubble {
    display: flex;
    flex-direction: row;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0.9rem;
  }

  .feedback_bubble .item {
    margin: 0 0.8rem 0 0;
  }

  .feedback_bubble .link {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 1.0rem;
    right: 0;
    background: rgb(17 78 128);
  }

  .feedback_bubble .fig {
    width: 4.2rem;
    height: 4.2rem;
  }

  .feedback_bubble .img {
    max-width: 60%;

    max-height: 60%;


  }

  .feedback_bubble .item:hover .text {
    display: none;
  }


  .h1 {
    margin: 0 0 2.6rem;
    font-size: 2.4rem;
  }

  .h2 {
    margin: 0 0 2.6rem;
    font-size: 2.4rem;
  }

  .h3 {
    margin: 0 0 2.6rem;
    font-size: 2.4rem;
  }


  .content {
    padding: 0 0.9rem;
  }

  .services_block {
    position: relative;
    margin: 0 0 2.0rem;
    padding: 2.4rem 0 0.5rem;
  }

  .services_list {
    margin: 0 0 0 -1.3rem;
  }

  .services_list> .item {
    width: calc(50% - 1.3rem);
    margin: 0 0 1.4rem 1.3rem;
  }

  .services_list .text {
    border-left: 0.2rem solid #FFAB1D;
    padding: 0 0 0 1rem;
    position: absolute;
    bottom: 1.2rem;
    left: 1.4rem;
    right: 1.4rem;
    z-index: 2;
}

  .services_list> .item:first-child {
    width: calc(50% - 1.3rem);
  }

  .services_list> .item:nth-child(2) {
    width: calc(50% - 1.3rem);
  }

  .services_list> .item:last-child {
    width: calc(100% - 1.3rem);
  }

  .services_list> .item> .link {
    padding: 1.0rem 0 0;
    font-size: 1.6rem;
  }

  .services_list .fig {
    height: 22.7rem;
  }

  .services_list> .item:first-child .fig {
    height: 22.7rem;
  }

  .services_list> .item:nth-child(2) .fig {
    height: 22.7rem;
  }

  .company_values_block {
    margin: 0 0 4.6rem;
  }

  .carousel_2 {
    padding: 0 0 1.6rem;
    position: relative;
  }

  .carousel_2 .in {
    position: relative;
    overflow: hidden;
  }

  .carousel_2 .main_list:before, .carousel_2 .main_list:after, .carousel_2 .main_list> .item:before, .carousel_2 .main_list> .item:after {
    display: none;
  }

  .carousel_2 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    margin: 0;
  }

  .carousel_2 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .carousel_2> .in> .main_list> .item {
    width: 100vw;
    display: table-cell;
    margin: 0;
    padding: 0 0.5rem 0 0;
    vertical-align: top;
  }

  .company_values_list .fig {
    display: inline-block;
    vertical-align: top;
    width: 9.1rem;
    height: 9.6rem;
    margin: 0 2.8rem 0 0;

  }

  .company_values_list .text {
    display: inline-block;
  }

  .company_values_list .title {
    font-size: 1.7rem;
  }

  .carousel_2 .tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 3;
  }

  .carousel_2 .tabs .item {
    display: inline-block;
    margin: 0 0.4rem;
  }

  .carousel_2 .tabs .link {
    background: #C1BCBC;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 0.9rem;
    height: 0.9rem;
  }


  .operation_scheme_block {
    display: block;
    margin: 0 -0.9rem 2.6rem;
    padding: 2.4rem 0.9rem 2.1rem;
  }

  .operation_scheme_block::before {
    content: "";
    background: #F3F3F8 url(../images/operation_scheme_block_mobile.png) no-repeat;
    width: auto;
    margin: 0;
    right: 0;
    left: 0;
  }

  .operation_scheme_block .left_block {
    width: auto;
    margin: 0 0 2.6rem;
    padding: 0;
    position: relative;
    top: 0;
    height: auto;
  }

  .operation_scheme_block .left_block .text {
    font-size: 1.6rem;
  }

  .operation_scheme_block .right_block {
    width: auto;
  }

  .company_values_block .h3 {
    margin: 0 0 2.4rem;
  }

  .services_list> .item:hover .sub {
    display: none;
  }

  .carousel_3 {
    padding: 0 0 5.3rem;
    position: relative;
  }

  .carousel_3 .in {
    position: relative;
    overflow: hidden;
  }

  .carousel_3 .main_list:before, .carousel_3 .main_list:after, .carousel_3 .main_list> .item:before, .carousel_3 .main_list> .item:after {
    display: none;
  }

  .carousel_3 .main_list {
    border-spacing: 0.5rem 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    left: -0.5rem;

  }

  .carousel_3 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .carousel_3> .in> .main_list> .item {
    width: calc(100vw - 4.6rem);
    display: table-cell;
    margin: 0;
    padding: 1.2rem 1.3rem;
    vertical-align: top;
  }

  .operation_scheme_list .title {
    font-size: 2.0rem;
  }

  .carousel_3 .tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 3;
  }

  .carousel_3 .tabs .item {
    display: inline-block;
    margin: 0 0.4rem;
  }

  .carousel_3 .tabs .link {
    background: #C1BCBC;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 0.9rem;
    height: 0.9rem;
  }

  .carousel_7 {
    margin: 0;
    padding: 0 0 3.0rem;
  }

  .carousel_7 .splide__track {
    padding: 0;
  }

  .carousel_7 .splide__slide {
    margin: 0;
    padding: 0 1.6rem;
  }

  .carousel_7 .title {
    font-size: 2.0rem;
  }
  .carousel_7_list .title{
    font-size: 2.0rem;
  }
  .carousel_7 .splide__pagination {
    display: block;
    bottom: 0;
    text-align: center;
  }

  .carousel_7 .splide__pagination__page {
    background: #C1BCBC;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0;
    opacity: 1;
    padding: 0;
    transition: none;
  }

  .carousel_7 .splide__pagination__page.is-active {
    background: #C1BCBC;
    transform: none;
  }

  .calculator_block .title {
    font-size: 2.0rem;
  }

  .calculator_block .box {
    padding: 1.4rem 0.9rem 2.2rem;
    margin: 0 -0.9rem;
  }

  .calculator_block .box .label_2 {
    font-size: 1.5rem;
    width: 87%;
  }

  .calculator_block .sliders {
    display: none;
  }

  .calculator_block .mobile_block {
    display: block;
  }

  .service_cost {
    display: block;
  }

  .service_cost_in {
    width: 100%;
    margin: 0 0 2.1rem;
  }

  .service_cost_in .label {
    width: calc(50% - 1.5rem);
    height: 4.9rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
  }

  .service_cost .w-300 {
    width: calc(50% + 2.5rem);
  }

  .service_cost .w-280 {
    width: calc(50% + 2.5rem);
  }

  .mb-36 {
    margin-bottom: 26px !important;
  }

  .mb-55 {
    margin-bottom: 26px !important;
  }

  .calculator_block .service_cost_in .field {
    margin: 0 0 0 -2.5rem;
    padding: 1.1rem 1.5rem 1.4rem 4.3rem;
  }

  .calculator_block .field {
    font-size: 1.4rem;
  }

  .calculator_block .field:-moz-placeholder {
    font-size: 1.4rem;
  }

  .calculator_block .field::-moz-placeholder {
    font-size: 1.4rem;
  }

  .calculator_block .field::-webkit-input-placeholder {
    font-size: 1.4rem;
  }

  .calculator_block .field:-ms-input-placeholder {
    font-size: 1.4rem;
  }

  .calculator_block .field.placeholder {
    font-size: 1.4rem;
  }

  .calculator_block {
    margin: 0 0 3.4rem;
  }

  .about_block {
    display: block;
    padding: 0 0 4.6rem;
  }

  .about_block::before {
    display: none;
  }

  .about_block .left_block {
    width: auto;
    margin: 0 0 2.0rem;
  }

  .about_block .right_block {
    width: auto;
    height: 28.8rem;
  }

  .about_block .title {
    margin: 0 0 1.6rem;
    font-size: 1.5rem;
  }

  .phone_about_block {
    display: block;
    padding: 0.8rem 1.9rem 0.7rem 1.9rem;
    font-size: 1.5rem;
    text-align: center;
  }

  .phone_about_block .text {
    border-right: none;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .phone_about_block .link {
    width: auto;
    font-size: 2.4rem;
  }

  .about_us_numbers_block {
    padding: 3.5rem 0 3.4rem;
  }

  .about_us_numbers_block .box {
    padding: 3.0rem 2.2rem;
  }

  .about_us_numbers_list {
    margin: 0;
  }

  .about_us_numbers_list .item {
    width: 100%;
    margin: 0 0 2.8rem;
    font-size: 1.5rem;
    color: #fff;
  }

  .partners_block {
    padding: 3.5rem 0 5.0rem;
  }

  .carousel_5 {
    margin: -3.0rem;
    padding: 0 0 1.8rem;
    position: relative;
  }

  .carousel_5 .in {
    position: relative;
    overflow: hidden;
  }

  .carousel_5 .main_list:before, .carousel_5 .main_list:after, .carousel_5 .main_list> .item:before, .carousel_5 .main_list> .item:after {
    display: none;
  }

  .carousel_5 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 3.0rem;

  }

  .carousel_5 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .carousel_5> .in> .main_list> .item {
    width: calc(50vw - 2.5rem);
    display: table-cell;
    margin: 0;
    padding: 0 2.5rem 0 0;
    vertical-align: top;
  }


  .carousel_5 .tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 3;
  }

  .carousel_5 .tabs .item {
    display: inline-block;
    margin: 0 0.4rem;
  }

  .carousel_5 .tabs .link {
    background: #C1BCBC;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 0.9rem;
    height: 0.9rem;
  }

  .questions_answers_block {
    padding: 4.6rem 0 0;
  }

  .questions_answers_list .item {
    margin: 0 0 1.6rem;
  }

  .questions_answers_list .question .link {
    background: #F3F3F8 url(../images/questions_answers_list.svg) no-repeat 97% 2.0rem;
    padding: 1.1rem 1.4rem;
    font-weight: 500;
  }

  .questions_answers_list .text {
    font-weight: 500;
  }

  .carousel_6 {
    margin: -3.0rem -3.0rem 3.0rem;
    padding: 0 0 2.8rem;
    position: relative;
  }

  .news_block {
    padding: 2.0rem 0 2.0rem;
    position: relative;
  }

  .carousel_6> .in {
    position: relative;
    overflow: hidden;
    padding: 3.0rem;
  }

  .carousel_6 .main_list:before, .carousel_6 .main_list:after, .carousel_6 .main_list> .item:before, .carousel_6 .main_list> .item:after {
    display: none;
  }

  .carousel_6 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    margin: 0;

  }

  .carousel_6 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .carousel_6> .in> .main_list> .item {
    width: 80vw;
    display: table-cell;
    margin: 0;
    padding: 0 2.4rem 0 0;
    vertical-align: top;
    font-size: 1.5rem;
  }

  .news_list .in {
    height: auto;
  }

  .carousel_6 .tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 3;
  }

  .carousel_6 .tabs .item {
    display: inline-block;
    margin: 0 0.4rem;
  }

  .carousel_6 .tabs .link {
    background: #C1BCBC;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 0.9rem;
    height: 0.9rem;
  }

  .send_request_block {
    margin: 0 -0.9rem;
    padding: 2.7rem 0.9rem 2.7rem;
  }

  .send_request_block::before {
    content: "";
    background: #0F1F2F url(../images/send_request_block_mobile.png) repeat-x;
    width: auto;
    margin: 0;
    left: 0;
    right: 0;

  }

  .send_request_block .box {
    display: block;
    margin: 0;
    padding: 0;
  }

  .send_request_block .left_block {
    background: none;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 0;
    color: #fff;
  }

  .send_request_block .h3 {
    margin: 0 0 1.6rem;
    padding: 0 0 1.9rem;
    font-size: 2.4rem;
    color: #fff;
  }

  .send_request_block .right_block {
    background: rgba(6, 73, 145, 0.3);
    border: 0.1rem solid #114E80;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0 -0.9rem 1.8rem;
    padding: 3.2rem 0.9rem;
    color: #fff;
  }

  .send_request_block .right_block:before {
    display: none;
  }

  .label {
    margin: 0 0.7rem 0 0;
    padding: 0 0.7rem 0 0;
  }

  .send_request_block .field {
    padding: 1.2rem 0.7rem 1.3rem 0;
  }

  .c-70 {
    width: 63%;
  }

  .send_request_block .field_textarea {
    padding: 0.8rem 0.7rem;
  }

  .captcha .field {
    padding: 0.4rem 1.2rem 0;
  }

  .send_request_block .in_2 {
    display: block;
    margin: 0 0 1.4rem;
  }

  .send_request_block .in_2 .into {
    width: 74%;
    margin: 0 0 2.8rem;
  }

  .button {
    width: 18.5rem;
  }

  .send_request_block .title {
    margin: 0 0 3.0rem;
    font-size: 2.4rem;
  }

  .bottom_block {
    display: block;
  }

  .social_network_send_request_block {
    margin: 0 0 3.0rem;
  }

  .mr-28 {
    display: block;
    margin: 0 0 25px !important;
  }

  .map_block {
    height: auto;
    padding: 0;
  }

  .map_block .text {
    height: auto;
    padding: 2.0rem 0 3.9rem;
  }

  .map_block> .fig {
    display: none;
  }

  .map_block .h3 {
    font-size: 2.4rem;
    margin: 0 0 3.9rem;
  }

  .address_map_block {
    margin: 0 0 2.8rem;
    font-size: 1.6rem;
  }

  .time_map_block {
    margin: 0 0 1.6rem;
  }

  .footer {
    min-width: auto;
    max-width: none;
    height: auto;
    margin: auto;
    position: relative;
    bottom: 0;
  }

  .top_block_footer {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 10.6rem;

    padding: 2.1rem 0.9rem;

  }

  .logo_footer {
    width: 21.8rem;
    height: 3.0rem;
    background-size: 21.8rem 3.0rem;
    margin: 0 0 3.7rem;
  }

  .logo_footer .link {
    width: 21.8rem;
    height: 3.0rem;

  }

  .services_footer {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }

  .services_footer .title {
    border-right: none;
    border-bottom: 0.1rem solid #D9D9EF;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #064991;
  }

  .services_footer .title .link {
    background: #fff url(../images/services_footer_title.svg) no-repeat 95% 50%;
    display: block;
    padding: 0 0.9rem;
    height: 5.7rem;
    color: #064991;
    line-height: 5.7rem;
  }

  .services_footer.active .title .link {
    background: #fff url(../images/services_footer_title_active.svg) no-repeat 95% 50%;
  }

  .services_list_footer {
    display: none;

  }

  .services_list_footer .item {
    border-bottom: 0.1rem solid #D9D9EF;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #0A2749;
  }

  .services_list_footer .link {
    display: block;
    height: 4.7rem;
    padding: 0 0.9rem;
    color: #0A2749;
    line-height: 4.7rem;
  }

  .nav_footer {
    width: auto;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .nav_footer .title {
    display: none;
  }

  .nav_footer .item {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #064991;
  }

  .nav_footer .link {
    background: #fff;
    border-bottom: 0.1rem solid #D9D9EF;
    display: block;
    padding: 0 0.9rem;
    height: 5.7rem;
    color: #064991;
    line-height: 5.7rem;
  }

  .contacts_footer {
    width: auto;
    padding: 3.0rem 0.9rem;
    position: relative;
    top: 0;
    right: 0;
  }

  .contacts_footer .title {
    border-right: none;
    display: block;
    margin: 0 0 2.0rem;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #064991;

  }

  .address_contacts_footer {
    font-size: 1.6rem;
  }

  .time_contacts_footer {
    font-size: 1.6rem;

  }

  .mail_contacts_footer {
    font-size: 1.6rem;
  }

  .footer .bottom_block_footer {
    height: auto;
    padding: 2.4rem 0.9rem 6.0rem;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .info_footer {
    margin: 0 0 2.6rem;
    font-size: 1.3rem;
    text-align: left;
  }

  .footer .bottom_block_footer .in {
    flex-direction: column;
  }

  .company_footer {
    font-size: 1.5rem;
    order: 3;
  }

  .developer_footer {
    min-height: 3.3rem;
    margin: 0 0 2.6rem;
    padding: 0.3rem 0 0 3.3rem;
    font-size: 1.4rem;
    background-size: 2.6rem 3.3rem;
    order: 2;
  }

  .politics_privacies {
    margin: 0 0 2.6rem;
    font-size: 1.6rem;
    font-weight: 600;
    order: 1;
  }

  .crumbs {
    margin: 0 0 2.3rem;
    padding: 0;
  }

  .services_list_2 {
    margin: 0;
  }

  .services_list_2> .item {
    width: 100%;
    margin: 0 0 2.0rem;
  }

  .services_list_2> .item:first-child {
    width: 100%;
  }

  .services_list_2> .item:nth-child(2) {
    width: 100%;
  }

  .services_list_2 .title {
    margin: 0 0 1.3rem;
    font-size: 1.6rem;
  }

  .services_list_2 .fig {
    height: 39.4rem;
  }

  .services_list_2> .item:first-child .fig {
    height: 39.4rem;
  }

  .services_list_2> .item:nth-child(2) .fig {
    height: 39.4rem;
  }

  .grey_block_content {
    padding: 2.9rem 0 2.2rem;
  }

  .modal_box_form .modal__content {
    width: calc(100% - 2.0rem);
    padding: 6.7rem 1.0rem 2.6rem;
  }

  .modal_box_form .modal__content .blue_block {
    width: calc(100% - 1.0rem);
    padding: 0 0 0 1.0rem;
  }

  .modal_box_form .modal__content .c-70 {
    width: 65%;
  }

  .modal_box_form .modal__content .label {
    width: auto;
  }

  .modal_box_form .modal__content .in_2 {
    display: block;
    width: 100%;
  }

  .modal_box_form .modal__content .in_2 .into {
    width: 100%;
    margin: 0 0 2.0rem;
  }

  .blue_block_content::before {
    top: -12.1rem;
  }

  .box_1 {
    display: block;
    margin: 0 0 2.7rem;
  }

  .box_1 .in {
    width: 100%;
    margin: 0 0 2.0rem;
  }

  .btn_3 {
    width: 100%;
  }

  .advantages_list {
    margin: 0;
  }

  .advantages_list .item {
    width: calc(100% - 2.4rem);
    margin: 0 0 2.0rem;
    padding: 1.6rem 1.1rem 1.2rem;
  }

  .advantages_list .in {
    display: block;
    margin: 0 0 1.4rem;
  }

  .advantages_list .fig {
    margin: 0 auto 1.0rem;
  }

  .advantages_list .title {
    width: auto;
    font-size: 1.6rem;
    text-align: center;
  }

  .blue_block_content {
    margin: 0 0 2.7rem;
    padding: 2.9rem 0 2.2rem;
  }

  .services_list_3 {
    margin: 0 0 1.0rem -2.0rem;
  }

  .services_list_3 .item {
    width: calc(50% - 2.0rem);
    margin: 0 0 2.0rem 2.0rem;
  }

  .services_list_3 .in {
    display: block;
    margin: 0 0 1.2rem;
  }

  .services_list_3 .fig {
    margin: 0 auto 1.0rem;
  }

  .services_list_3 .title {
    width: auto;
    font-size: 1.6rem;
  }

  .advantages_block_2 {
    margin: 0 0 2.2rem;
    padding: 2.1rem 0 1.8rem;
    position: relative;
  }

  .advantages_list_2 {
    margin: 0 0 0 -2.0rem;
  }

  .advantages_list_2 .item {
    width: calc(50% - 2.0rem);
    margin: 0 0 2.0rem 2.0rem;
  }

  .advantages_list_2 .fig {
    margin: 0 auto 1.8rem;

  }

  .advantages_list_2 .title {
    font-size: 1.6rem;
    text-align: center;
  }

  .advantages_list_2 .title::before {
    width: 100%;
  }

  .advantages_list_2 .title::after {
    width: 40%;
    left: auto;
    right: 0;
  }

  .opisanie_list_1 {
    margin: 0 0 1.7rem;
  }

  .opisanie_list_1 .item {
    font-size: 1.1rem;
    text-align: center;
  }

  .title_2 {
    margin: 3.9rem 0 2.3rem;
    font-size: 2.2rem;
  }

  .price_2 {
    display: block;
  }

  .calculator_block .white_block {
    width: calc(100% - 1.0rem);
    padding: 0 0 0 1.0rem;
  }

  .c-86 {
    width: 65%;
  }

  .calculator_block .in_2 {
    display: block;
    width: 100%;
  }

  .calculator_block .in_2 .into {
    width: 100%;
    margin: 0 0 2.0rem;
  }

  .services_list_4 {
    margin: 0;
  }

  .services_list_4> .item {
    width: 100%;
    margin: 0 0 2.0rem;
  }

 .services_list_4 .text {
    border-left: 0.2rem solid #FFAB1D;
    padding: 0 0 0 1rem;
    position: absolute;
    bottom: 1.2rem;
    left: 1.4rem;
    right: 1.4rem;
    z-index: 2;
}

  .services_block_2 {
    padding: 1.9rem 0 1.3rem;
  }

  .services_list_4 {
    margin: 0 0 0 -1.3rem;
  }

  .services_list_4> .item {
    width: calc(50% - 1.3rem);
    margin: 0 0 1.4rem 1.3rem;
  }

  .services_list_4> .item:first-child {
    width: calc(50% - 1.3rem);
  }

  .services_list_4> .item:nth-child(2) {
    width: calc(50% - 1.3rem);
  }

  .services_list_4> .item:last-child {
    width: calc(100% - 1.3rem);
  }

  .services_list_4> .item> .link {
    font-size: 1.6rem;
  }

  .services_list_4 .fig {
    height: 23.7rem;
  }

  .services_list_4> .item:first-child .fig {
    height: 23.7rem;
  }

  .services_list_4> .item:nth-child(2) .fig {
    height: 23.7rem;
  }


 .services_list_6 {
    margin: 0;
  }

  .services_list_6> .item {
    width: 100%;
    margin: 0 0 2.0rem;
  }

 

  .services_list_6 .title {
    margin: 0 0 1.3rem;
    font-size: 1.6rem;
  }

  .services_list_6 .fig {
    height: 39.4rem;
  }

  
  .mb-90 {
    margin-bottom: 10px !important;
  }

  .advantages_list_3 {
    margin: 0 0 0 -2.0rem;
    text-align: center;
  }

  .advantages_list_3 .item {
    width: calc(50% - 2.0rem);
    margin: 0 0 2.0rem 2.0rem;
    text-align: left;
  }

  .h4 {
    margin: 0 0 1.7rem;
  }

  .mb-60 {
    margin-bottom: 20px !important;
  }

  .news_list {
    margin: 0;
  }

  .news_list .item {
    width: 100%;
    margin: 0 0 1.8rem;
  }

  .fig_1 {
    float: none;
    width: 30.2rem;
    height: 25.6rem;
    margin: 0 auto 2.0rem;
  }

  .fig_2 {
    float: none;
    width: 30.2rem;
    height: 25.6rem;
    margin: 0 auto 2.0rem;
  }

  .mb-65 {
    margin-bottom: 15px !important;
  }

  .list_2 {
    margin: 0 0 1.3rem !important;
    padding: 0;
  }

  .carousel_4 {
    margin: -3.0rem 0 2.1rem;
  }

  .carousel_4 .in {
    height: auto;
  }

  .reviews_block {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 40.7rem;
    margin: 0 0 2.0rem;
  }

  .reviews_list {
    margin: 0 0 2.1rem;
    flex-direction: column;
  }

  .reviews_list .item {

    width: calc(100% - 3.4rem);
    margin: 0 0 2.6rem;
    padding: 1.9rem 1.7rem;
  }

  .reviews_list .item:first-child {
    height: auto;
  }

  .reviews_list .item:nth-child(2) {
    height: auto;
    margin: 0 0 2.6rem;
  }


  .reviews_list .item:nth-child(3) {
    height: auto;
    margin: 0 0 2.6rem;

  }

  .reviews_list .item:first-child .text {
    height: auto;
  }

  .reviews_list .item:nth-child(2) .text {
    height: auto;
  }

  .reviews_list .item:nth-child(3) .text {
    height: auto;
  }

  .bottom_block_content {
    flex-direction: column;
  }

  .bottom_block_content .btn_5 {
    order: 2;
  }

  .bottom_block_content .pages {
    order: 1;
  }

  .fig_404 {
    float: none;
    width: 30.2rem;
    height: 19.6rem;
    margin: 0 auto 2.0rem;
  }

  .contacts_list_content {
    margin: 0 0 1.0rem -2.0rem;
  }

  .contacts_list_content .item {
    width: calc(50% - 2.0rem);
    margin: 0 0 2.0rem 2.0rem;
  }

  .contacts_list_content .title {
    font-size: 1.6rem;
  }

  .contacts_list_content .phone_item .link {
    font-size: 1.6rem;
  }

  .map_block_2 {
    height: 20.0rem;
    margin: 0 0 2.8rem;
  }

  .map_block_2> .fig {
    height: 20.0rem;
  }

  .box_thanks .modal__content {
    width: calc(100% - 2.0rem);
    padding: 3.8rem 1.0rem 3.2rem;
    font-size: 2.2rem;
  }

  .cookie .box {
    display: block;
    text-align: center;
  }

  .cookie .text {
    width: auto;
    margin: 0 0 1.0rem;
    display: block;
  }

  .btn_4 {
    display: inline-block;
  }
}

@media (min-width: 1061px) {
  .send_request_block .right_block {
    width: 47.7rem;
  }

  .send_request_block .left_block {
    width: calc(100% - 71.7rem);
    padding: 8.9rem 12.7rem 0 3.9rem;
  }
}

@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;
  }
}
