@charset "UTF-8";
/*color project*/
/*color project*/
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Bold.eot");
  src: local("☺"), url("../fonts/Lato/Lato-Bold.woff") format("woff"), url("../fonts/Lato/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato/Lato-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-SemiBold.eot");
  src: local("☺"), url("../fonts/Lato/Lato-SemiBold.woff") format("woff"), url("../fonts/Lato/Lato-SemiBold.ttf") format("truetype"), url("../fonts/Lato/Lato-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Medium.eot");
  src: local("☺"), url("../fonts/Lato/Lato-Medium.woff") format("woff"), url("../fonts/Lato/Lato-Medium.ttf") format("truetype"), url("../fonts/Lato/Lato-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Regular.eot");
  src: local("☺"), url("../fonts/Lato/Lato-Regular.woff") format("woff"), url("../fonts/Lato/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato/Lato-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roadradio';
  src: url("../fonts/RoadRadio/roadradio_bold.eot");
  src: local("☺"), url("../fonts/RoadRadio/roadradio_bold.woff") format("woff"), url("../fonts/RoadRadio/roadradio_bold.ttf") format("truetype"), url("../fonts/RoadRadio/roadradio_bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #0A1135;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAF3E9), to(#F7E8D4));
  background: linear-gradient(#FAF3E9, #F7E8D4);
}

h1, h2 {
  font-family: 'Roadradio';
  font-weight: 700;
}

li, a, p, span {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  list-style: none;
  color: #0A1135;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 44px;
}

.btn-all {
  position: relative;
  display: inline-block;
  background-size: 600px;
  background-image: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-position: left;
  -webkit-transition: background-position 1s;
  transition: background-position 1s;
  padding: 20px 40px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-animation: gradient-btn 7s infinite ease-in-out;
          animation: gradient-btn 7s infinite ease-in-out;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes gradient-btn {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}

@keyframes gradient-btn {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}

.btn-all:hover {
  color: #000;
}

/*------container header mobile------*/
.wrap-container-header-mobile {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 2000;
  background: #EEF7FF;
  padding: 6px 0;
}

.wrap-container-header-mobile .header-mob-top-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 53px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-container-header-mobile .header-mob-top-menu .burger-menu {
  position: relative;
  width: 25px;
  height: 20px;
}

.wrap-container-header-mobile .header-mob-top-menu .burger-menu span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #000;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wrap-container-header-mobile .header-mob-top-menu .burger-menu::before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wrap-container-header-mobile .header-mob-top-menu .burger-menu::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wrap-container-header-mobile .header-mob-top-menu .header-menu_list {
  position: absolute;
  width: 200px;
  height: 250px;
  left: -300px;
  bottom: -250px;
  background: #EEF7FF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2000;
}

.wrap-container-header-mobile .header-mob-top-menu .header-menu_list .header-top-menu_bottom-item.active a {
  color: #E0B043;
}

.wrap-container-header-mobile .header-mob-top-menu .header-menu_list ul {
  padding: 20px 35px;
}

.wrap-container-header-mobile .header-mob-top-menu .header-menu_list ul li {
  margin-bottom: 7px;
}

.wrap-container-header-mobile .header-mob-top-menu .header-menu_list ul li a {
  font-family: 'Inter';
  color: #353535;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}

.wrap-container-header-mobile .header-mob-top-menu .menu-link_popup .btn-info-company .pop-inf-phone {
  position: relative;
}

.wrap-container-header-mobile .header-mob-top-menu .menu-link_popup .btn-info-company .btn-inf-phone:hover {
  stroke: #E0B043;
}

.wrap-container-header-mobile .header-mob-top-menu .menu-link_popup .btn-info-company .pop-inf-txt {
  position: absolute;
  right: 0;
  padding: 20px;
  width:170px;
  background: #EEF7FF;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  display: none;
}

.wrap-container-header-mobile .header-mob-top-menu .menu-link_popup .btn-info-company .pop-inf-txt a {
  display: block;
  margin-bottom: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #181818;
  padding-bottom: 5px;
  border-bottom: 1px solid #41404234;
}

.wrap-container-header-mobile .header-mob-top-menu .menu-link_popup .btn-info-company .pop-inf-txt .pop-inf-txt-soc {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap-container-header-mobile .header-mob-top-menu .menu-link_popup .btn-info-company .pop-inf-txt .pop-inf-txt-soc a {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wrap-container-header-mobile .header-mob-top-menu .menu-link_popup .btn-info-company .pop-inf-txt .pop-inf-txt-soc a img {
  pointer-events: none;
}

.wrap-container-header-mobile .header-mob-top-menu .menu-link_popup .btn-info-company .pop-inf-txt.actives {
  display: block;
}

.burger-menu.active::before {
  top: 50% !important;
  -webkit-transform: rotate(45deg) translateY(calc(-50% + 1px));
          transform: rotate(45deg) translateY(calc(-50% + 1px));
}

.burger-menu.active::after {
  top: 50% !important;
  -webkit-transform: rotate(-45deg) translateY(calc(-50% + 1px));
          transform: rotate(-45deg) translateY(calc(-50% + 1px));
}

.burger-menu.active span {
  opacity: 0 !important;
}

.header-menu_list.active {
  left: -46px !important;
}

/*------container header mobile------*/
/*header*/
.header {
  position: fixed;
  width: 100%;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2000;
}

.header .header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header_content .header_logo img {
  width: 130px;
}

.header .header_content .header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.header .header_content .header_menu ul li {
  margin: 0 25px;
}

.header .header_content .header_menu ul li .menu-link {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.header .header_content .header_menu ul li:hover .menu-link {
  color: #E0B043;
}

.header .header_content .header_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header .header_content .header_phone .menu-link_popup {
  display: none;
}


.header .header_content .header_phone span {
  font-size: 14px;
}

.header .header_content .header_phone a {
  font-weight: 700;
  font-size: 22px;
  color: #E0B043;
}

/*header*/
/*header scroll*/
.header_scroll {
  padding: 10px 0;
  background: #F0F0F0;
}

.header_scroll .header_content .header_logo img {
  width: 80px;
}

.header_scroll .header_content .header_phone {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_scroll .header_content .header_phone .header_phone_phone {
  margin-right: 10px;
}

.header_scroll .header_content .header_phone .menu-link_popup {
  display: block;
}

.header_scroll .header_content .header_phone .menu-link_popup .btn-info-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_scroll .header_content .header_phone .menu-link_popup .btn-info-company .btn-inf-phone-desk{
    cursor:pointer;
}

.header_scroll .header_content .header_phone .menu-link_popup .btn-info-company .pop-inf-phone-desk {
  position: relative;
  display: none;
}

.header_scroll .header_content .header_phone .menu-link_popup .btn-info-company .pop-inf-phone-desk .pop-inf-txt {
  position: absolute;
  right: 0;
  top: 10px;
  width:170px;
  padding: 20px;
  background: #f0f0f0;
  border-radius:7px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.header_scroll .header_content .header_phone .menu-link_popup .btn-info-company .pop-inf-phone-desk .pop-inf-txt a {
  display: block;
  margin-bottom: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #181818;
  padding-bottom: 5px;
  border-bottom: 1px solid #41404234;
}

.header_scroll .header_content .header_phone .menu-link_popup .btn-info-company .pop-inf-phone-desk .pop-inf-txt .pop-inf-txt-soc {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_scroll .header_content .header_phone .menu-link_popup .btn-info-company .pop-inf-phone-desk .pop-inf-txt .pop-inf-txt-soc a {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.header_scroll .header_content .header_phone .menu-link_popup .btn-info-company .pop-inf-phone-desk .pop-inf-txt .pop-inf-txt-soc a img {
  pointer-events: none;
}

.header_scroll .header_content .header_phone .menu-link_popup .btn-info-company .pop-inf-phone-actives {
  display: block;
}

.header_scroll .header_content .header_phone span {
  display: none;
}

/*header scroll*/
/*offer*/
.offer {
  position: relative;
  padding: 100px 0;
}

.offer .offer_content {
  position: relative;
}

.offer .offer_content .offer_info h1 {
  font-style: normal;
  font-size: 48px;
  line-height: 114.4%;
  max-width: 741px;
}

.offer .offer_content .offer_info p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 60px;
  max-width: 546px;
}

.offer .offer_content .offer_info a {
  position: relative;
  margin-bottom: 40px;
}

.offer .offer_content .offer_info a .offer_btn-holiday {
  position: absolute;
  display: block;
  width: 198px;
  height: 46px;
  top: -30px;
  left: 50%;
  background: #4795F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%) rotate(-2deg);
          transform: translateX(-50%) rotate(-2deg);
}

.offer .offer_content .offer_info a .offer_btn-holiday span {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: #fff;
}

.offer .offer_content .offer_info .offer_itm-block {
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 10px;
  max-width: 587px;
}

.offer .offer_content .offer_info .offer_itm-block .offer_itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.offer .offer_content .offer_info .offer_itm-block .offer_itm img {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.offer .offer_content .offer_info .offer_itm-block .offer_itm p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0;
}

.offer .offer_content .offer_image-photo {
  position: absolute;
  bottom: -100px;
  right: -100px;
}

.offer .offer_content .offer_image-photo span {
  position: relative;
  top: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  justify-content: center;
  width: 320px;
  padding: 10px;
  left:-30px;
  text-align: center;
  background: #4795F1;
  border-radius: 6px;
  color: #fff;
  z-index: 1;
}

.offer .offer_content .offer_image-photo img {
  position: relative;
  width: 600px;
  z-index: 100;
}

/*offer*/
/*stages*/
.stages {
  position: relative;
  background: #F0F0F0;
  padding: 80px 0 340px 0;
}

.stages .paral-one {
  position: absolute;
  right: 50px;
}

.stages .stages_title {
  text-align: center;
  margin-bottom: 25px;
}

.stages .stages_step {
  background: #fff;
  padding: 20px 16px;
}

.stages .stages_step .stages_step-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 20px;
}

.stages .stages_step .stages_step-itm span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58px;
  height: 40px;
  background: url(/image/icon/step-ico.png);
  margin-right: 16px;
}

.stages .stages_step .stages_step-itm p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  max-width: 512px;
}

.stages .stages_form {
  position: relative;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px 25px;
  margin-bottom: 10px;
}

.stages .stages_form h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
}

.stages .stages_form p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
}

.stages .stages_form .input-group {
  padding: 10px 0;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
}

.stages .stages_form .input-group i {
  margin-right: 15px;
}

.stages .stages_form .input-group input {
  border: none;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  outline: 0;
}

.stages .stages_form button {
  width: 100%;
  outline: none;
  border: none;
}

/*stages*/
/*advantage*/
.advantage {
  position: relative;
  padding: 360px 0 80px 0;
  background: #fff;
}

.advantage .delimetr {
  position: absolute;
  width: 100%;
  top: -280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.advantage .delimetr .delimetr_block {
  background: #132745;
  border-radius: 40px;
  padding: 50px 40px;
}

.advantage .delimetr .delimetr_block .delimetr_title {
  margin-bottom: 20px;
}

.advantage .delimetr .delimetr_block .delimetr_title h2 {
  color: #fff;
}

.advantage .delimetr .delimetr_block .delimetr_cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
}

.advantage .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantage .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm img {
  display: block;
  width: 82px;
  height: 82px;
  margin-right: 15px;
}

.advantage .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  max-width: 387px;
}

.advantage .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm {
  position: relative;
  margin-top: 80px;
}

.advantage .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount {
  position: absolute;
  min-width: 350px;
  top: -80px;
  background: #4795F1;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.advantage .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount span {
  font-family: 'Roadradio';
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 140%;
  color: #fff;
  margin-right: 10px;
}

.advantage .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  max-width: 221px;
  margin: 0;
  color: #fff;
}

.advantage .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm a {
  min-width: 350px;
}

.advantage .advantage_title {
  text-align: center;
  margin-bottom: 25px;
}

.advantage .advantage_slider {
  position: relative;
}

.advantage .advantage_slider .slick-arrow {
  position: absolute;
  outline: none;
  border: none;
  font-size: 0;
  background: none;
  z-index: 500;
}

.advantage .advantage_slider .slick-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  width: 52px;
  height: 52px;
  background: url(/image/icon/arrow-l.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.advantage .advantage_slider .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50px;
  width: 52px;
  height: 52px;
  background: url(/image/icon/arrow-r.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.advantage .advantage_slider .slick-list {
  overflow: hidden;
}

.advantage .advantage_slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantage .advantage_slider .advantage_slider-itm {
  text-align: center;
}

.wrap_container_works_slider{
    position:relative;
}

.wrap_container_works_slider .slick-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

.wrap_container_works_slider .slick-prev{
    left:-50px;
}

.wrap_container_works_slider .slick-next{
    right:-50px;
}

/*advantage*/
/*peculiarities*/
.peculiarities {
  padding: 80px 0;
  background: #fff;
}

.peculiarities .peculiarities_title {
  text-align: center;
  margin-bottom: 24px;
}

.peculiarities .peculiarities_adwentage .peculiarities_cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 40px;
}

.peculiarities .peculiarities_adwentage .peculiarities_cont .peculiarities_cont-itm .peculiarities_cont-img {
  background: #FFF5E7;
  border-radius: 16px;
  margin-bottom: 8px;
}

.peculiarities .peculiarities_adwentage .peculiarities_cont .peculiarities_cont-itm .peculiarities_cont-txt {
  text-align: center;
}

.peculiarities .peculiarities_adwentage .peculiarities_cont .peculiarities_cont-itm .peculiarities_cont-txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.peculiarities .peculiarities_adwentage .peculiarities_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.peculiarities .peculiarities_adwentage .peculiarities_submit .btn-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.peculiarities .peculiarities_adwentage .peculiarities_submit .btn-group p {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  max-width: 552px;
}

.peculiarities .peculiarities_adwentage .peculiarities_submit .btn-group span {
  position: relative;
  right: -60px;
  top: -20px;
  -webkit-animation: anim-arrow 2s ease-in-out infinite;
          animation: anim-arrow 2s ease-in-out infinite;
}

.peculiarities .peculiarities_adwentage .peculiarities_submit .btn-group span img {
  position: absolute;
  left: -50px;
  top: 20px;
}

@-webkit-keyframes anim-arrow {
  0% {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}

@keyframes anim-arrow {
  0% {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}

/*peculiarities*/
/*project*/
.project {
  padding: 80px 0;
  background: #F0F0F0;
  overflow:hidden;
}

.project .project_title {
  text-align: center;
  margin-bottom: 20px;
}

.project .project_slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project .project_slider .slick-list .slick-track .project_slider-itm {
  padding: 10px 40px;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.project .project_slider .slick-list .slick-track .project_slider-itm img {
  border-radius: 15px;
}

.project .project_slider .slick-list .slick-track .project_slider-itm .project_slider-itm-txt {
  padding: 15px;
  border-bottom: 1px solid #E0B043;
}

.project .project_slider .slick-list .slick-track .project_slider-itm .project_slider-itm-txt p {
  max-width: 350px;
}

.project .project_slider .slick-list .slick-track .slick-center .project_slider-itm {
  opacity: 1;
}

.project .project_slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
  border: none;
  font-size: 0;
  background: linear-gradient(266.4deg, #F5C75F 0%, #FFD983 100%);
  width: 32px;
  cursor:pointer;
  height: 32px;
  border-radius: 50%;
  z-index: 500;
}

.project .project_slider .slick-arrow:hover {
  background: linear-gradient(266.4deg, #F3B018 0%, #FFE09B 100%);
}

.project .project_slider .slick-prev {
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project .project_slider .slick-prev::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(/image/icon/arrowL.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.project .project_slider .slick-next {
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project .project_slider .slick-next::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(/image/icon/arrowR.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/*project*/
/*additional-service*/
.additional-service {
  position: relative;
  padding: 80px 0;
  background: #F0F0F0;
}

.additional-service .paral-two {
  position: absolute;
  left: 20px;
  top: 170px;
}

.additional-service .additional-service_title {
  text-align: center;
  margin-bottom: 30px;
}

.additional-service .additional-service_block {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.additional-service .additional-service_block h3 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 20px;
}

.additional-service .additional-service_block .additional-service_cont .additional-service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

.additional-service .additional-service_block .additional-service_cont .additional-service_item .additional-service_itm-ico {
  width: 42px;
  height: 42px;
  background: linear-gradient(266.4deg, #F5C75F 0%, #FFD983 100%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.additional-service .additional-service_block .additional-service_cont .additional-service_item .additional-service_itm-ico p {
  margin: 0;
}

.additional-service .additional-service_block .additional-service_cont .additional-service_item .additional-service_itm-txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
}

/*additional-service*/
/*available-city*/
.available-city {
  padding: 80px 0;
  background: #F0F0F0;
}

.available-city .available-city_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.available-city .available-city_title h2 {
  max-width: 765px;
  text-align: center;
}

.available-city .available-city_subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 30px;
}

.available-city .delimetr {
  width: 100%;
  padding-top: 70px;
}

.available-city .delimetr .delimetr_block {
  position: relative;
  background: #132745;
  border-radius: 40px;
  padding: 50px 40px;
  overflow: hidden;
}

.available-city .delimetr .delimetr_block .delimetr_img-abs {
  position: absolute;
  top: 0;
  right: 0;
}

.available-city .delimetr .delimetr_block .delimetr_title {
  margin-bottom: 56px;
}

.available-city .delimetr .delimetr_block .delimetr_title h2 {
  color: #fff;
}

.available-city .delimetr .delimetr_block .delimetr_title p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  max-width: 607px;
  color: #FFFFFF;
}

.available-city .delimetr .delimetr_block .delimetr_cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 300px 1fr;
      grid-template-columns: 300px 300px 1fr;
  grid-row-gap: 30px;
}

.available-city .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.available-city .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm img {
  display: block;
  width: 82px;
  height: 82px;
  margin-right: 15px;
}

.available-city .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  max-width: 163px;
}

.available-city .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm {
  position: relative;
  margin-top: 80px;
}

.available-city .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount {
  position: absolute;
  min-width: 350px;
  top: -90px;
  background: #4795F1;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.available-city .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  max-width: 315px;
  margin: 0;
  color: #fff;
}

.available-city .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm a {
  min-width: 350px;
}

/*available-city*/
/*build-design*/
.build-design {
  background: #F0F0F0;
  padding: 80px 0;
}

.build-design .build-design_title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 27px;
}

.build-design .build-design_title h2 {
  max-width: 746px;
}

.build-design .build-design_cont {
  background: #fff;
  border-radius: 12px;
  padding: 30px 30px 0 30px;
}

.build-design .build-design_cont .build-design_features ul li {
  margin-bottom: 12px;
}

.build-design .build-design_cont .build-design_features ul li span {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.build-design .build-design_cont .build-design_features ul li .build-design_features-ico {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #4795F1;
  border-radius: 50%;
  margin-right: 8px;
}

/*build-design*/
/*use-services*/
.use-services {
  background: #F0F0F0;
}

.use-services .use-services_title {
  text-align: center;
  margin-bottom: 20px;
}

.use-services .use-services_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 24px 20px 0 20px;
  margin-bottom: 40px;
}

.use-services .use-services_cont .use-services_cont-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.use-services .use-services_cont .use-services_cont-itm .use-services_cont-ico {
  width: 48px;
  height: 48px;
  background: linear-gradient(266.4deg, #F5C75F 0%, #FFD983 100%);
  border-radius: 6px;
  margin-right: 16px;
}

.use-services .use-services_cont .use-services_cont-itm .use-services_cont-ico img {
  width: 100%;
}

.use-services .use-services_cont .use-services_cont-itm p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  width: 250px;
}

.use-services .use-services_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.use-services .use-services_submit .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.use-services .use-services_submit .btn-group p {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  max-width: 552px;
}

.use-services .use-services_submit .btn-group span {
  position: relative;
  right: -60px;
  top: -20px;
  -webkit-animation: anim-arrow 2s ease-in-out infinite;
          animation: anim-arrow 2s ease-in-out infinite;
}

.use-services .use-services_submit .btn-group span img {
  position: absolute;
  left: -50px;
  top: 20px;
}

/*use-services*/
/*sertificate*/
.sertificate {
  background: #F0F0F0;
  padding: 80px 0;
}

.sertificate .sertificate_title {
  text-align: center;
}

.sertificate .certificate-slider .slick-list {
  overflow: hidden;
}

.sertificate .certificate-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sertificate .certificate-slider .slick-list .slick-track .slick-center img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sertificate .certificate-slider .sertificate-sl-itm {
  position: relative;
  text-align: center;
  padding: 50px 0;
}

.sertificate .certificate-slider .sertificate-sl-itm img {
  position: relative;
  max-width:280px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sertificate .certificate-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
  border: none;
  font-size: 0;
  background: linear-gradient(266.4deg, #F5C75F 0%, #FFD983 100%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  z-index: 500;
  cursor: pointer;
}

.sertificate .certificate-slider .slick-arrow:hover {
  background: linear-gradient(266.4deg, #F3B018 0%, #FFE09B 100%);
}

.sertificate .certificate-slider .slick-prev {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sertificate .certificate-slider .slick-prev::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(/image/icon/arrowL.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.sertificate .certificate-slider .slick-next {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sertificate .certificate-slider .slick-next::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(/image/icon/arrowR.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/*sertificate*/
/*main-map*/
.main-map {
  padding: 80px 0 0 0;
  background: #F0F0F0;
}

.main-map .main-map_title {
  text-align: center;
}

/*main-map*/
/*footer*/
.footer {
  background: #F0F0F0;
}

.footer .footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.footer .footer_content .footer_logo .footer_social {
  margin-bottom: 20px;
}

.footer .footer_content .footer_logo .footer_social span {
  margin-right: 7px;
}

.footer .footer_content .footer_logo .footer_social a {
  margin-right: 7px;
}

.footer .footer_content .footer_menu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  margin-bottom: 0;
}

.footer .footer_content .footer_menu ul li {
  margin-bottom: 14px;
}

.footer .footer_content .footer_menu ul li a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer .footer_content .footer_menu ul li a:hover {
  color: #E0B043;
}

.footer .footer_content .footer_submit p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #E0B043;
}

.footer .footer_copyraite-bl {
  border-top: 1px solid #FDFDFD;
}

.footer .footer_copyraite-bl .footer_copyraite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

.footer .footer_copyraite-bl .footer_copyraite span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.footer .footer_copyraite-bl .footer_copyraite .web-studio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer_copyraite-bl .footer_copyraite .web-studio span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-right: 8px;
}

.footer .footer_copyraite-bl .footer_copyraite .web-studio a {
  color: #682383;
  font-size: 12px;
}

.footer .footer_copyraite-bl .footer_copyraite .web-studio a span {
  color: #0A1135;
}

/*footer*/
/*------container to Top btn---------*/
.to-top {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 50px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  border: 4px solid #ecb4b7;
  background: linear-gradient(266.4deg, #F5C75F 0%, #FFD983 100%);
  border-radius: 50%;
  z-index: 1500;
  cursor: pointer;
  opacity: 0;
}

.to-top a {
  display: block;
}

.to-top-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-animation: toTopAnim 1s forwards;
          animation: toTopAnim 1s forwards;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.to-top-active a img {
  pointer-events: none;
}

.to-top-active:hover {
  -webkit-box-shadow: 0 0 12px rgba(221, 107, 107, 0.9);
          box-shadow: 0 0 12px rgba(221, 107, 107, 0.9);
}

@-webkit-keyframes toTopAnim {
  100% {
    opacity: 1;
  }
}

@keyframes toTopAnim {
  100% {
    opacity: 1;
  }
}

/*------container to Top btn---------*/
/*----------container window popup manager---------*/
.popup-manager {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3000;
}

.popup-manager .window-popup {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 35px;
  width: 440px;
  height: 440px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-manager .window-popup .input-group {
  width: 300px;
  padding: 10px 0;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
}

.popup-manager .window-popup .input-group i {
  margin-right: 15px;
}

.popup-manager .window-popup .input-group input {
  border: none;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  outline: 0;
}

.popup-manager .window-popup h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
}

.popup-manager .window-popup p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 20px;
}

.popup-manager .window-popup .btn-all {
  width: 100%;
  outline: none;
  border: none;
}

.popup-manager .window-popup .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.popup-manager .window-popup .btn-close:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.popup-manager .window-popup .btn-close:hover .close-svg {
  stroke: #C22020;
}

/*----------container window popup manager---------*/
/*----------container window popup accepted---------*/
.popup-accepted {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
}

.popup-accepted .window-popup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  height: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 6px;
  background: #fff;
}

.popup-accepted .window-popup p {
  font-family: 'RoadRadio';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 40px;
  color: #414042;
}

.popup-accepted .window-popup .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.popup-accepted .window-popup .btn-close:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.popup-accepted .window-popup .btn-close:hover .close-svg {
  stroke: #C22020;
}

/*----------container window popup accepted---------*/
@media screen and (max-width: 1440px) {
  .stages .paral-one {
    position: absolute;
    right: 0;
  }
  .additional-service .paral-two {
    position: absolute;
    left: 20px;
    top: 190px;
  }
}

@media screen and (max-width: 1366px){
    /*project*/
  .project .project_slider .slick-list .slick-track .project_slider-itm {
    opacity:0,6;
  }
  .project .project_slider .slick-prev {
    left: 30px;
  }
  .project .project_slider .slick-next {
    right: 30px;
  }
  /*project*/
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
  /*------container header mobile------*/
  .wrap-container-header-mobile {
    display: block;
  }
  /*------container header mobile------*/
  /*header*/
  .header {
    display: none;
  }
  /*header*/
  /*offer*/
  .offer {
    padding: 100px 0 40px 0;
  }
  .offer .offer_content .offer_info h1 {
    font-size: 36px;
    max-width: 650px;
  }
  .offer .offer_content .offer_info .offer_itm-block {
    max-width: 460px;
  }
  .offer .offer_content .offer_info .offer_itm-block .offer_itm p {
    font-size: 16px;
  }
  .offer .offer_content .offer_image-photo {
    right: -30px;
    bottom: -40px;
  }
  .offer .offer_content .offer_image-photo span {
    top: 180px;
    left: -100px;
    font-size:16px;
    width:300px;
  }
  .offer .offer_content .offer_image-photo img {
    width: 400px;
  }
  /*offer*/
  /*stages*/
  .stages .paral-one {
    display: none;
  }
  .stages .stages_step .stages_step-itm p {
    max-width: 400px;
  }
  /*stages*/
  /*advantage*/
  .advantage .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm p {
    max-width: 300px;
  }
  .advantage .advantage_slider .slick-prev {
    left: -10px;
  }
  .advantage .advantage_slider .slick-next {
    right: -10px;
  }
  /*advantage*/
  /*peculiarities*/
  .peculiarities .peculiarities_adwentage .peculiarities_cont {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .peculiarities .peculiarities_adwentage .peculiarities_cont .peculiarities_cont-itm img {
    width: 100%;
  }
  /*peculiarities*/
  /*project*/
  .project .project_slider .slick-list .slick-track .project_slider-itm {

  }
  .project .project_slider .slick-prev {
    left: 30px;
  }
  .project .project_slider .slick-next {
    right: 30px;
  }
  /*project*/
  /*additional-service*/
  .additional-service .paral-two {
    display: none;
  }
  /*additional-service*/
  /*available-city*/
  .available-city .delimetr .delimetr_block .delimetr_img-abs {
    display: none;
  }
  .available-city .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount {
    top: -85px !important;
    min-width: 260px;
  }
  .available-city .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount p {
    font-size: 14px;
    max-width: 200px;
  }
  .available-city .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm a {
    min-width: 260px;
  }
  /*available-city*/
  /*build-design*/
  .build-design .build-design_cont {
    padding: 30px;
  }
  .build-design .build-design_cont .build-design_features ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .build-design .build-design_cont .build-design_features ul li span {
    display: block;
  }
  .build-design .build-design_cont .build-design_features ul li .build-design_features-ico {
    margin-top: 4px;
  }
  /*build-design*/
  /*sertificate*/
  /*sertificate*/
  .sertificate .certificate-slider .slick-list .slick-track .slick-center img {
    -webkit-transform: none;
            transform: none;
  }
  
  /*sertificate*/
  /*main-map*/
  /*footer*/
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
  .btn-all {
    padding: 15px 40px;
    font-size: 18px;
  }
  /*------container header mobile------*/
  .header-menu_list.active {
    left: -40px !important;
  }
  /*------container header mobile------*/
  /*offer*/
  .offer {
    background-position: bottom 0 right -50px !important;
    background-size: 100% !important;
  }
  .offer .offer_content .offer_image-photo {
    position: relative;
    left: 0;
    width: 100%;
  }
  .offer .offer_content .offer_image-photo span {
    top: 140px;
    left: 50px;
  }
  .offer .offer_content .offer_image-photo img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
  }
  .offer .offer_content .offer_info a {
    position: absolute;
    bottom: -120px;
    left: 50%;
    min-width: 300px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 500;
  }
  .offer .offer_content .offer_info .offer_itm-block {
    max-width: 100%;
  }
  /*offer*/
  /*stages*/
  .stages {
    padding: 80px 0 0 0;
  }
  .stages .stages_step {
    margin-bottom: 30px;
  }
  .stages .stages_step .stages_step-itm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stages .stages_step .stages_step-itm span {
    margin-bottom: 10px;
  }
  .stages .stages_form {
    margin-bottom: 30px;
  }
  .stages .stages_form button {
    max-width: 300px;
  }
  .stages .image-form-stages {
    display: none;
  }
  /*stages*/
  /*advantage*/
  .advantage {
    padding: 80px 0 80px 0;
  }
  .advantage .delimetr {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  .advantage .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantage .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm img {
    margin-bottom: 10px;
  }
  .advantage .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm p {
    max-width: 300px;
  }
  .advantage .advantage_slider .slick-prev {
    left: 10px;
  }
  .advantage .advantage_slider .slick-next {
    right: 10px;
  }
  /*advantage*/
  /*peculiarities*/
  .peculiarities .peculiarities_adwentage .peculiarities_cont {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .peculiarities .peculiarities_adwentage .peculiarities_cont .peculiarities_cont-itm img {
    width: 100%;
  }
  .peculiarities .peculiarities_adwentage .peculiarities_submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .peculiarities .peculiarities_adwentage .peculiarities_submit p {
    text-align: center;
  }
  .peculiarities .peculiarities_adwentage .peculiarities_submit span {
    display: none;
  }
  /*peculiarities*/
  /*project*/
  .project {
    padding-bottom: 0;
  }
  .project .project_slider .slick-list {
    overflow: hidden;
  }
  .project .project_slider .slick-list .slick-track .project_slider-itm {
    opacity: 1 !important;
  }
  .project .project_slider .slick-list .slick-track .project_slider-itm .project_slider-itm-txt {
    min-height: 150px;
  }
  .project .project_slider .slick-list .slick-track .project_slider-itm .project_slider-itm-txt p {
    text-align: left;
  }
  .project .project_slider .slick-dots {
    position: absolute;
    right: 35px;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project .project_slider .slick-dots li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(266.4deg, #F5C75F 0%, #FFD983 100%);
    outline: none;
    border: none;
    font-size: 14px;
    font-family: 'Lato';
    color: #414042;
    margin: 0 5px;
  }
  /*project*/
  /*additional-service*/
  .additional-service .additional-service_engineering {
    margin-bottom: 30px;
  }
  /*additional-service*/
  /*available-city*/
  .available-city .delimetr .delimetr_block .delimetr_cont {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  /*available-city*/
  /*build-design*/
  .build-design .build-design_cont {
    padding: 30px 30px 0 30px;
  }
  .build-design .build-design_cont img {
    position: relative;
    width: 350px;
    left: 55%;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
  /*build-design*/
  /*use-services*/
  .use-services .use-services_submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .use-services .use-services_submit .btn-group span {
    display: none;
  }
  .use-services .use-services_submit .btn-group p {
    text-align: center;
  }
  /*use-services*/
  /*footer*/
  .footer .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_content .footer_logo {
    margin-bottom: 15px;
  }
  .footer .footer_content .footer_logo .logo {
    display: block;
    margin: 0 auto;
  }
  .footer .footer_content .footer_menu {
    display: none;
  }
  /*footer*/
}

@media screen and (max-width: 425px) {
  h2 {
    font-size: 24px;
  }
  /*------container header mobile------*/
  .header-menu_list.active {
    left: -15px !important;
  }
  /*offer*/
  .offer .offer_content .offer_info h1 {
    font-size: 30px;
    max-width: 650px;
  }
  .offer .offer_content .offer_info p {
    font-size: 18px;
    max-width: 380px;
  }
  .offer .offer_content .offer_info .offer_itm-block .offer_itm p {
    font-size: 14px;
  }
  .offer .offer_content .offer_image-photo {
    width: 100%;
  }
  .offer .offer_content .offer_image-photo span {
    width: 200px;
    top: 80px;
    left: 0;
  }
  .offer .offer_content .offer_image-photo img {
    width: 200px;
  }
  /*offer*/
  /*stages*/
  .stages .stages_form button {
    max-width: 100%;
  }
  /*stages*/
  /*advantage*/
  .advantage {
    padding: 80px 0 0 0;
  }
  .advantage .delimetr {
    margin: 0 !important;
  }
  .advantage .delimetr .delimetr_block {
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 50px 20px;
  }
  .advantage .delimetr .delimetr_block .delimetr_title {
    text-align: center;
  }
  .advantage .delimetr .delimetr_block .delimetr_cont {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .advantage .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantage .delimetr .delimetr_block .delimetr_cont .delimetr_cont-itm p {
    text-align: center;
  }
  .advantage .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount {
    min-width: 100% !important;
  }
  .advantage .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm a {
    min-width: 100% !important;
  }
  .advantage .advantage_slider .slick-prev {
    left: 10px;
  }
  .advantage .advantage_slider .slick-next {
    right: 10px;
  }
  /*advantage*/
  /*project*/
  .project{
      overflow:auto;
  }
  
  .project .project_slider .slick-list {
     overflow:hidden;
  }
  .project .project_slider .slick-list .slick-track .project_slider-itm {
    position: relative;
    padding: 0 20px !important;
  }
  .project .project_slider .slick-list .slick-track .project_slider-itm .project_slider-itm-txt {
    min-height: 230px;
  }
  .project .project_slider .slick-list .slick-track .project_slider-itm .project_slider-itm-txt p {
    text-align: left;
  }
  .project .project_slider .slick-dots {
    right: 25px;
    bottom:7px;
  }
  /*project*/
  /*additional-service*/
  .additional-service .additional-service_block .additional-service_cont .additional-service_item .additional-service_itm-txt {
    max-width: 280px;
  }
  /*additional-service*/
  /*available-city*/
  .available-city .delimetr .delimetr_block {
    width: 90%;
    margin: 0 auto;
  }
  .available-city .delimetr .delimetr_block .delimetr_cont {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .available-city .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount {
    min-width: 100% !important;
  }
  .available-city .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm a {
    min-width: 100% !important;
  }
  /*available-city*/
  /*build-design*/
  .build-design .build-design_cont .build-design_features ul li span {
    max-width: 320px;
  }
  .build-design .build-design_cont .build-design_features ul li .build-design_features-ico {
    margin-top: 4px;
  }
  /*build-design*/
  /*sertificate*/
  .sertificate .certificate-slider .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .sertificate .certificate-slider .slick-prev {
    left: 20px;
  }
  .sertificate .certificate-slider .slick-prev::before {
    width: 18px;
    height: 18px;
  }
  .sertificate .certificate-slider .slick-next {
    right: 20px;
  }
  .sertificate .certificate-slider .slick-next::before {
    width: 18px;
    height: 18px;
  }
  /*sertificate*/
  /*----------container window popup manager---------*/
  .popup-manager .window-popup {
    width: 350px;
  }
  .popup-accepted .window-popup {
    width: 350px;
  }
  /*----------container window popup manager---------*/
  /*footer*/
  .footer .footer_copyraite-bl .footer_copyraite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_copyraite-bl .footer_copyraite .web-studio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /*footer*/
}

@media screen and (max-width: 375px) {
  /*offer*/
  .offer .offer_content .offer_info h1 {
    font-size: 24px;
    max-width: 650px;
  }
  .offer .offer_content .offer_info p {
    font-size: 16px;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .offer .offer_content .offer_image-photo img {
    left: 200px;
  }
  /*offer*/
  /*advantage*/
  .advantage .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantage .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount span {
    font-size: 24px;
  }
  .advantage .delimetr .delimetr_block .delimetr_cont .delimetr_discount-itm .delimetr_discount p {
    font-size: 14px;
  }
  /*advantage*/
  /*project*/
  .project .project_slider .slick-list {
    overflow: hidden;
  }
  .project .project_slider .slick-list .slick-track .project_slider-itm {
    padding: 30px;
    text-align: center;
  }
  .project .project_slider .slick-list .slick-track .project_slider-itm .project_slider-itm-txt {
    min-height: 230px;
  }
  .project .project_slider .slick-list .slick-track .project_slider-itm .project_slider-itm-txt h4 {
    text-align: left;
  }
  .project .project_slider .slick-list .slick-track .project_slider-itm .project_slider-itm-txt p {
    text-align: left;
  }
  .project .project_slider .slick-dots {
    right: 20px;
    bottom: 5px;
  }
  /*project*/
  /*additional-service*/
  .additional-service .additional-service_block .additional-service_cont .additional-service_item .additional-service_itm-txt {
    max-width: 230px;
  }
  /*additional-service*/
  /*build-design*/
  .build-design {
    padding: 0 10px;
  }
  .build-design .build-design_cont {
    margin: 0 auto;
  }
  .build-design .build-design_cont .build-design_features ul li span {
    max-width: 250px;
  }
  .build-design .build-design_cont .build-design_features ul li .build-design_features-ico {
    margin-top: 4px;
  }
  .build-design .build-design_cont img {
    width: 300px;
  }
  /*build-design*/
  /*use-services*/
  .use-services {
    padding: 70px 0;
  }
  /*use-services*/
  /*sertificate*/
  .sertificate .certificate-slider .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .sertificate .certificate-slider .slick-prev {
    left: 10px;
  }
  .sertificate .certificate-slider .slick-next {
    right: 10px;
  }
  /*sertificate*/
}
/*# sourceMappingURL=style.css.map */


.wrap_container_works{
    position: relative;
    padding: 80px 0  50px 0;
}





.wrap_container_works_slider .slick-arrow{
    z-index: 500;
    font-size: 0;
    background: none;
    border: none;
    outline: none;
}

.wrap_container_works_slider .slick-prev{
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.wrap_container_works_slider .slick-next{
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.wrap_container_works_slider .slick-prev::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(/image/icon/arrow-l.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index:1500;
}

.wrap_container_works_slider .slick-next::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(/image/icon/arrow-r.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.wrap_container_works_slider-itm{
    position: relative;
}

.wrap_container_works_slider-itm-txt{
    position: absolute;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.wrap_container_works_slider .slick-list{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.wrap_container_works_slider .slick-list .slick-track{
    display: flex;
}

.wrap_container_works_slider-itm-txt{
    padding:5px 7px;
}

.wrap_container_works_slider .slick-list .slick-track .slick-slide:nth-child(2n+1) .wrap_container_works_slider-itm-txt {  
    bottom: 0 !important; 
}

