@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #181818;
  background: #F5F5F5;
}

h1, h2, h3, h4, h5, ul, li, a, p {
  margin: 0;
}

a, a:hover {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  color: #181818;
}

li {
  list-style: none;
}

h1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 126%;
}

.h2-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
}

button {
  border: none;
  outline: none !important;
}

input {
  display: block;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  color: #9E9E9E;
  width: 100%;
  padding: 20px 14px;
  border: 1px solid #9E9E9E;
  border: 1px solid #9E9E9E;
  border-radius: 8px;
  outline: none;
}

.btn-all {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  background: linear-gradient(162.86deg, #FF0000 24.03%, #D90000 80.76%);
  padding: 20px 40px;
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  -webkit-box-shadow: 0px 7.72197px 10.296px rgba(254, 69, 57, 0.33);
          box-shadow: 0px 7.72197px 10.296px rgba(254, 69, 57, 0.33);
  color: #fff;
  overflow: hidden !important;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.btn-all:hover {
  background: linear-gradient(94.19deg, #BA1313 24.29%, #FF0D0D 104.42%);
  color: #fff;
}

.btn-all.btn-active {
  background: none;
  border: 2px solid #C22020;
  color: #C22020;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 23.1659px;
}

.btn-all::before {
  content: '';
  position: absolute;
  display: block;
  top: -50px;
  -webkit-transform: translateX(-200px) rotate(35deg);
          transform: translateX(-200px) rotate(35deg);
  width: 30px;
  height: 200px;
  /*background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0));*/
  background: #fff;
  -webkit-animation: Blick 7s infinite ease-in-out;
          animation: Blick 7s infinite ease-in-out;
}

@-webkit-keyframes Blick {
  20%, 100% {
    -webkit-transform: translate(400px, 0) rotate(35deg);
            transform: translate(400px, 0) rotate(35deg);
  }
  0% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
}

@keyframes Blick {
  20%, 100% {
    -webkit-transform: translate(400px, 0) rotate(35deg);
            transform: translate(400px, 0) rotate(35deg);
  }
  0% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
}

/*------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(180.06deg, rgba(255, 70, 45, 0.7546) 0.06%, rgba(255, 45, 45, 0.9408) 111.33%);
  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 header mobile------*/
.wrap-container-header-mobile {
  display: none;
}

.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: #FF2D2D;
}

.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: #C22020;
}

.wrap-container-header-mobile .header-mob-top-menu .menu-link_popup .btn-info-company .pop-inf-txt {
  position: absolute;
  right: 0;
  padding: 20px;
  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: -56px !important;
}

/*------container header mobile------*/
/*------container header desktop------*/
.container-header-desktop {
  position: fixed;
  width: 100%;
  z-index: 1500;
}

.header-desktop {
  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;
}

.header-desktop .header-desktop_menu .header-desktop_menu_cont {
  margin-bottom: 10px;
}

.header-desktop .header-desktop_menu .header-desktop_menu_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0;
}

.header-desktop .header-desktop_menu .header-desktop_menu_cont ul li {
  margin-left: 40px;
}

.header-desktop .header-desktop_menu .header-desktop_menu_cont ul li a {
  font-weight: 400;
  font-size: 14px;
}

.header-desktop .header-desktop_menu .header-desktop_menu_cont ul li img {
  margin-right: 7px;
}

.header-desktop .header-desktop_menu .header-desktop_menu_cont ul li span {
  font-weight: 400;
  font-size: 14px;
  margin-left: 7px;
}

.header-desktop .header-desktop_menu .header-desktop_menu_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-desktop .header-desktop_menu .header-desktop_menu_link ul li {
  cursor: pointer;
  margin-left: 40px;
}

.header-desktop .header-desktop_menu .header-desktop_menu_link ul li a {
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header-desktop .header-desktop_menu .header-desktop_menu_link ul li:hover a {
  color: #FF2D2D;
}

.header-desktop .header-desktop_menu .header-desktop_menu_link ul .header-link-item.active a {
  color: #FF2D2D;
}

.header-desktop .header-desktop_menu .header-desktop_menu_link ul .logo-scroll {
  display: none;
}

.header-desktop .header-desktop_menu .header-desktop_menu_link ul .on-to-scroll-link {
  display: none;
}

.header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup {
  display: none;
  margin: 0;
}

.header-desktop .header-desktop_call a {
  display: block;
  padding: 7px 8px;
  border: 1px solid #FF2D2D;
  border-radius: 8px;
  color: #FF2D2D;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header-desktop .header-desktop_call a:hover {
  -webkit-box-shadow: 0 0 12px #c2202046;
          box-shadow: 0 0 12px #c2202046;
}

/*------container header desktop------*/
/*------container header scrooll------*/
.container-header-scroll {
  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);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container-header-scroll .header-desktop {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-header-scroll .header-desktop .header-desktop_logo {
  display: none;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_cont {
  display: none;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul li {
  cursor: pointer;
  margin: 0 20px;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul li:hover a {
  color: #FF2D2D;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .logo-scroll {
  display: block;
  margin: 0;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .logo-scroll a img {
  pointer-events: none;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .on-to-scroll-link {
  display: block;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-one {
  cursor: pointer;
  margin-right: 15px;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-one .pop-inf-map {
  display: none;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-one .pop-inf-map-active {
  display: block;
  right: 0;
  position: absolute;
  width: 180px;
  padding: 10px 15px;
  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);
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-one .pop-inf-map-active .pop-inf-txt p {
  margin-bottom: 7px;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-one .btn-inf-map:hover {
  stroke: #FF2D2D;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-two {
  cursor: pointer;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-two .pop-inf-phone {
  display: none;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-two .pop-inf-phone-active {
  display: block;
  right: 0;
  position: absolute;
  width: 170px;
  padding: 10px 15px;
  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);
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-two .pop-inf-phone-active .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;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-two .pop-inf-phone-active .pop-inf-txt a:hover {
  color: #FF2D2D;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-two .pop-inf-phone-active .pop-inf-txt .pop-inf-txt-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-two .pop-inf-phone-active .pop-inf-txt .pop-inf-txt-soc a {
  border: none;
  padding-bottom: 0;
  margin: 0 8px;
}

.container-header-scroll .header-desktop .header-desktop_menu .header-desktop_menu_link ul .menu-link_popup .btn-info-company-two .btn-inf-phone:hover {
  stroke: #FF2D2D;
}

.container-header-scroll .header-desktop .header-desktop_call {
  display: none;
}

/*------container header scrooll------*/
/*------container offers desktop------*/
.offer {
  position: relative;
  width: 100%;
}

.offer_slider .slick-list {
  overflow: hidden;
}

.offer_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offer_block {
  position: absolute;
  width: 100%;
  top: 15%;
}

.btn-slider-group {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-slider-group .bt {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.btn-slider-group .bt-next {
  background: url(/img/arrow-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 40px;
}

.btn-slider-group .bt-back {
  background: url(/img/arrow-next.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.offer_block_cont {
  position: relative;
  max-width: 800px;
}

.offer_block_cont .btn-video-preview {
  position: absolute;
  top: 50%;
  -webkit-transform: rotateY(-50%);
          transform: rotateY(-50%);
  right: 250px;
  border-radius: 50%;
  border: 10px solid #e9b9b9;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.offer_block_cont .btn-video-preview .bt-border {
  width: 70px;
  height: 70px;
  background: #FF0000;
  border-radius: 50%;
  border: 10px solid #e07d7d;
}

.offer_block_cont .btn-video-preview .bt-border img {
  display: block;
  position: relative;
  width: 19px;
  height: 19px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 2px), -50%);
          transform: translate(calc(-50% + 2px), -50%);
}

.offer_block_cont .btn-video-preview:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.offer_block_cont h1 {
  margin-bottom: 14px;
}

.offer_block_cont p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 139%;
  max-width: 489px;
  margin-bottom: 14px;
}

.offer_block_cont a {
  font-family: 'Roboto';
}

.offer_block_cont span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #FB2D2D;
  margin-bottom: 24px;
}

/*------container offers desktop------*/
/*------container trusts desktop------*/
.trust_block {
  position: relative;
  padding: 70px 0;
}

.trust_block .tree-paralax-L {
  position: absolute;
  left: 0;
  top: 100px;
  width: 350px;
  height: 100vh;
  overflow: hidden;
}

.trust_block .tree-paralax-L img {
  position: relative;
  left: -20px;
}

.trust_block .tree-paralax-R {
  position: absolute;
  right: 0;
  top: 100px;
  width: 350px;
  height: 100vh;
  overflow: hidden;
}

.trust_block .tree-paralax-R img {
  position: relative;
  right: -110px;
}

.trust_advantage {
  position: absolute;
  width: 100%;
  top: -320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 20px 20px;
}

.trust_advantage_itm {
  background: #F5F5F5;
  border-radius: 8px;
  width: 270px;
  height: 250px;
  padding-top: 10px;
}

.trust_advantage_itm-txt {
  padding: 10px;
}

.trust_advantage_itm h5 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 11px;
}

.trust_advantage_itm p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.trust_block_cont p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 32px;
}

.trust_block_cont .trust_experience {
  position: relative;
  background: #CAE7FF;
  border-radius: 12px;
  padding: 20px;
  overflow: hidden;
}

.trust_block_cont .trust_experience::after {
  position: absolute;
  content: '';
  display: block;
  bottom: -50px;
  right: -150px;
  width: 416px;
  height: 228px;
  background: url(/img/cloud.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.trust_block_cont .trust_experience .trust_experience_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trust_block_cont .trust_experience .trust_experience_info h5 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  color: #D90000;
  margin-right: 15px;
}

.trust_block_cont .trust_experience .trust_experience_info h5 .bt-span {
  display: block;
  position: relative;
  top: -5px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}

.trust_block_cont .trust_experience .trust_experience_info p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  max-width: 380px;
}

.trust_block_cont .trust_experience h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}

.trust_block_cont .trust_experience .trust_experience_itm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  z-index: 500;
}

.trust_block_cont .trust_experience .trust_experience_itm img {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.trust_block_cont .trust_experience .trust_experience_itm p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.trust_block_galery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(calc(50% - 20px), auto))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), auto));
  grid-auto-flow: dense;
  grid-gap: 10px;
}

.trust_block_galery .grid1 {
  grid-row: span 2;
}

/*------container trusts desktop------*/
/*------container details-price desktop------*/
.details-price {
  background: #D8EFFF;
  width: 100%;
}

.details-price .detail-background {
  padding: 65px;
  width: 100%;
}

.details-price .detail-background .details-price_block h2 {
  margin-bottom: 24px;
}

.details-price .detail-background .details-price_block p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 24px;
}

.details-price .detail-background .details-price_block .details-price_form {
  max-width: 350px;
}

.details-price .detail-background .details-price_block .details-price_form input {
  margin-bottom: 24px;
}

.details-price .detail-background .details-price_block .details-price_form .btn-all {
  width: 100%;
}

/*------container details-price desktop------*/
/*------container assort-desktop desktop------*/
.assort-desktop {
  padding: 100px 0;
  text-align: center;
}

.assort-desktop .h2-title {
  margin-bottom: 40px;
}

.assort-block .btn-assort {
  font-family: 'Roboto';
  margin-bottom: 20px;
}

.assort-slider {
  position: relative;
  margin-bottom:20px;
}

.assort-slider .slick-list {
  overflow: hidden;
}

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

.assort-slider .slick-list .slick-track .slick-slide {
  padding: 0 10px;
}

.assort-slider .slick-arrow {
  font-size: 0;
}

.assort-slider .slick-arrow::before {
  content: '';
  position: absolute;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1000;
}

.assort-slider .slick-prev::before {
  top: 50%;
  left: -50px;
  background: url(/img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.assort-slider .slick-next::before {
  top: 50%;
  right: -50px;
  background: url(/img/arrow-next.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.assort-slider .assort-itm {
  width: 257px;
  height: 320px;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
}

.assort-slider .assort-itm img {
  margin-bottom: 12px;
}

.assort-slider .assort-itm .assort-itm-txt {
  text-align: left;
}

.assort-slider .assort-itm .assort-itm-txt p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.assort_bottom-block .assort_bottom-itm {
  background: #fff;
  padding: 16px;
}

.assort_bottom-block .assort_bottom-itm .assort_bottom-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.assort_bottom-block .assort_bottom-itm .assort_bottom-el img {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.assort_bottom-block .assort_bottom-itm .assort_bottom-el h4 {
  text-align: left;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}

.assort_bottom-block .assort_bottom-itm .assort_bottom-txt {
  text-align: left;
}

.assort_bottom-block .assort_bottom-itm .assort_bottom-txt p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
  margin-bottom: 14px;
}

.assort_bottom-block .assort_bottom-itm .assort_bottom-phone {
  text-align: left;
}

.assort_bottom-block .assort_bottom-itm .assort_bottom-phone a {
  margin-right: 20px;
}

.assort_bottom-block .assort_bottom-itm .assort_bottom-phone a span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #17A1EF;
  border-radius: 50%;
  margin-right: 6px;
}

/*------container assort-desktop desktop------*/
/*------container priority-desk      ------*/
.priority-desk {
  position: relative;
  background: #D8EFFF;
  padding: 38px 0 100px 0;
}

.priority-desk .cloud1 {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 50px;
  left: 0;
  width: 300px;
  height: 100vh;
}

.priority-desk .cloud1 img {
  position: relative;
  left: -220px;
}

.priority-desk .cloud2 {
  position: absolute;
  display: block;
  overflow: hidden;
  bottom: -120px;
  right: 0;
  width: 300px;
  height: 100vh;
}

.priority-desk .priority-desk-title {
  max-width: 949px;
}

.priority-desk .priority-desk-title h2 {
  margin-bottom: 20px;
}

.priority-desk .priority-desk-title p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  max-width: 722px;
  margin-bottom: 30px;
}

.priority-desk .priority-block {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  min-height: 250px;
  margin-bottom: 30px;
}

.priority-desk .priority-block h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}

.priority-desk .priority-block ul {
  padding: 0;
}

.priority-desk .priority-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}

.priority-desk .priority-block ul li img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.priority-desk .priority-pro {
  padding-top: 10px;
}

.priority-desk .priority-pro h2 {
  margin-bottom: 30px;
}

.priority-desk .priority-pro .priority-pro-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.priority-desk .priority-pro .priority-pro-itm img {
  margin-right: 16px;
}

.priority-desk .priority-pro .priority-pro-itm p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.priority-desk .priority-connection h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 13px;
}

.priority-desk .priority-connection p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 24px;
}

.priority-desk .priority-connection a {
  font-family: 'Roboto';
}

/*------container priority-desk      ------*/
/*------container container product-desk------*/
.products-desk {
  position: relative;
  padding: 50px 0 100px 0;
}

.products-desk .tree-nor-one {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: -250px;
  width: 300px;
  height: 100vh;
}

.products-desk .tree-nor-one img {
  position: relative;
  left: -30px;
  top: -50px;
}

.products-desk .tree-nor-two {
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: -250px;
  width: 300px;
  height: 100vh;
}

.products-desk .tree-nor-two img {
  position: relative;
  right: -115px;
}

.products-desk h2 {
  text-align: center;
  margin-bottom: 44px;
}

.products-desk .products-block .products-cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 20px;
  margin-bottom: 70px;
}

.products-desk .products-block .products-cont .product-itm {
  padding: 12px;
  min-height: 290px;
  background: #fff;
  border-radius: 8px;
}

.products-desk .products-block .products-cont .product-itm img {
  width: 100%;
  margin: 0 0 12px 0;
}

.products-desk .products-block .products-cont .product-itm p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.products-desk .products-block .product-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-desk .products-block .product-connect a {
  font-family: 'Roboto';
}

.products-desk .products-block .product-connect p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  max-width: 442px;
}

/*------container container product-desk------*/
/*------   container  cooperation-bl    ------*/
.cooperation-bl {
  padding: 80px 0;
  background: #D8EFFF;
}

.cooperation-bl .cooperation_title {
  margin-bottom: 40px;
}

.cooperation-bl .cooperation_title h2 {
  margin-bottom: 12px;
}

.cooperation-bl .cooperation_title p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  max-width: 700px;
}

.cooperation-bl .cooperation-adwentage {
  margin-bottom: 40px;
}

.cooperation-bl .cooperation-adwentage .cooperation-adwentage_block {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.cooperation-bl .cooperation-adwentage .cooperation-adwentage_block .cooperation-adwentage_itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cooperation-bl .cooperation-adwentage .cooperation-adwentage_block .cooperation-adwentage_itm img {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 19px;
}

.cooperation-bl .cooperation-adwentage .cooperation-adwentage_block .cooperation-adwentage_itm p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.cooperation-bl .priority-block {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.cooperation-bl .priority-block h5 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}

.cooperation-bl .priority-block ul {
  padding: 0;
}

.cooperation-bl .priority-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.cooperation-bl .priority-block ul li img {
  display: block;
  width: 27px;
  height: 27px;
  margin-right: 7px;
}

.cooperation-bl .cooperation-connect {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cooperation-bl .cooperation-connect h4 {
  max-width: 400px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
}

.cooperation-bl .cooperation-connect .cooperation-connect_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cooperation-bl .cooperation-connect .cooperation-connect_phone img {
  margin-right: 17px;
}

.cooperation-bl .cooperation-connect .cooperation-connect_phone a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  margin-right: 15px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cooperation-bl .cooperation-connect .cooperation-connect_phone a:hover {
  color: #FF2D2D;
}

/*------   container  cooperation-bl    ------*/
/*------  container  work-city-container------*/
.work-city-container {
  position: relative;
  padding: 100px 0;
}

.work-city-container .pitch-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  overflow: hidden;
}

.work-city-container .pitch-two {
  position: absolute;
  right: 0;
  top: 400px;
  width: 300px;
  height: 100%;
  overflow: hidden;
}

.work-city-container .pitch-two img {
  position: relative;
  right: -100px;
}

.work-city-container .work-city_title {
  text-align: center;
  max-width: 535px;
  margin: 0 auto 50px auto;
}

.work-city-container .work-city_content .work-city_item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px 16px;
  margin-bottom: 20px;
}

.work-city-container .work-city_content .work-city_item img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
}

.work-city-container .work-city_content .work-city_item h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 12px;
}

.work-city-container .work-city_content .work-city_item p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  max-width: 328px;
  margin-bottom: 30px;
}

.work-city-container .work-city_content .work-city_item ul {
  padding: 0;
}

.work-city-container .work-city_content .work-city_item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.work-city-container .work-city_content .work-city_item ul li p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  max-width: 480px;
  margin-bottom: 0;
}

.work-city-container .work-city_content .work-city_item ul li span {
  display: block;
  width: 10px;
  height: 10px;
  background: #17A1EF;
  border-radius: 50%;
  margin-right: 6px;
}

.work-city-container .work-city_content .work-city_connect span {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px;
}

.work-city-container .work-city_content .work-city_connect a {
  font-family: 'Roboto';
  min-width: 377px;
}

/*------  container  work-city-container------*/
/*-------  container  partners-container------*/
.partners-container {
  padding: 50px 0;
  background: #fff;
}

.partners-container .partners-title {
  text-align: center;
  margin-bottom: 50px;
}

.partners-container .partners-slider {
  width: 100%;
}

.partners-container .partners-slider .slick-list {
  overflow: hidden;
}

.partners-container .partners-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners-container .partners-slider .partners-slider_itm {
  text-align: center;
}

.partners-container .partners-slider .slick-arrow {
  font-size: 0;
}

.partners-container .partners-slider .slick-arrow::before {
  content: '';
  position: absolute;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  z-index: 500;
}

.partners-container .partners-slider .slick-prev::before {
  top: 50%;
  left: -50px;
  background: url(/img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.partners-container .partners-slider .slick-next::before {
  top: 50%;
  right: -50px;
  background: url(/img/arrow-next.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*-------  container  partners-container------*/
/*-------  container  skils-container---------*/
.skils-container {
  position: relative;
  overflow: hidden;
  padding: 100px 0 30px 0;
  background: #D8EFFF;
}

.skils-container .cloud3 {
  position: absolute;
  display: block;
  top: 150px;
  right: -450px;
  width: 790px;
  height: 627px;
  background: url(/img/cloud-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.skils-container .skils-title {
  margin-bottom: 40px;
}

.skils-container .skils-title h2 span {
  color: #17A1EF;
}

.skils-container .skils-cont .skils-cont-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.skils-container .skils-cont .skils-cont-itm img {
  display: block !important;
  margin-right: 20px;
}

.skils-container .skils-cont .skils-cont-itm .skils_list-itm h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 20px;
}

.skils-container .skils-cont .skils-cont-itm .skils_list-itm ul {
  padding: 0;
}

.skils-container .skils-cont .skils-cont-itm .skils_list-itm ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.skils-container .skils-cont .skils-cont-itm .skils_list-itm ul li img {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.skils-container .skils-cont .skils-cont-itm .skils_list-itm ul li p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

/*-------  container  skils-container---------*/
/*------container submit-request-container----*/
.submit-request-container {
  position: relative;
  padding: 60px 0;
  background: #fff;
}

.submit-request-container .tree-paralax-one {
  position: absolute;
  right: 0;
  top: -270px;
}

.submit-request-container .submit-request-title h2 {
  margin-bottom: 26px;
}

.submit-request-container .submit-request-title a {
  font-family: 'Roboto';
  min-width: 370px;
}

/*------container submit-request-container----*/
/*-------container certificate-container------*/
.certificate-container {
  padding: 100px 0;
}

.certificate-container .certificate-title h2 {
  text-align: center;
  margin-bottom: 50px;
}

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

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

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

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

.certificate-container .certificate-cont .certificate-slider .sertificate-sl-itm img {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.certificate-container .certificate-cont .certificate-slider .slick-arrow {
  font-size: 0;
}

.certificate-container .certificate-cont .certificate-slider .slick-arrow::before {
  content: '';
  position: absolute;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1000;
}

.certificate-container .certificate-cont .certificate-slider .slick-prev::before {
  top: 50%;
  left: -50px;
  background: url(/img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.certificate-container .certificate-cont .certificate-slider .slick-next::before {
  top: 50%;
  right: -50px;
  background: url(/img/arrow-next.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.certificate-container .certificate-cont .connect-parners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.certificate-container .certificate-cont .connect-parners a {
  font-family: 'Roboto';
  min-width: 370px;
}

/*-------container certificate-container------*/
/*-------container my-project-container-------*/
.my-project {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

.my-project .my-project-title {
  margin-bottom: 40px;
}

.my-project .my-project-title h2 {
  text-align: center;
}

.my-project .my-project-cont {
  width: 100%;
}

.my-project .my-project-cont .my-project-slider {
  overflow: hidden;
}

.my-project .my-project-cont .my-project-slider .my-project-sl-itm {
  text-align: center;
  padding: 0 30px;
  width: 100%;
}

.my-project .my-project-cont .my-project-slider .my-project-sl-itm .my-project-sl-itm-cont {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.062);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.062);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  min-height: 460px;
}

.my-project .my-project-cont .my-project-slider .my-project-sl-itm .my-project-sl-itm-cont img {
  width: 100%;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 20px;
}

.my-project .my-project-cont .my-project-slider .my-project-sl-itm .my-project-sl-itm-cont h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.my-project .my-project-cont .my-project-slider .my-project-sl-itm .my-project-sl-itm-cont p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px;
}

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

.my-project .my-project-cont .my-project-slider .slick-list .slick-track .slick-center img {
  opacity: 1;
}

.my-project .my-project-cont .my-project-slider .slick-arrow {
  font-size: 0;
}

.my-project .my-project-cont .my-project-slider .slick-arrow::before {
  content: '';
  position: absolute;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1000;
}

.my-project .my-project-cont .my-project-slider .slick-prev::before {
  top: 50%;
  left: 515px;
  background: url(/img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.my-project .my-project-cont .my-project-slider .slick-next::before {
  top: 50%;
  right: 515px;
  background: url(/img/arrow-next.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*-------container my-project-container-------*/
/*--------container my-map-container----------*/
.my-map-container {
  position: relative;
  padding-top: 50px;
  background: #fff;
}

.my-map-container .tree-paralax-two {
  position: absolute;
  left: 0;
  top: 50px;
}

.my-map-container .my-map-title h2 {
  text-align: center;
  margin-bottom: 40px;
}

/*--------container my-map-container----------*/
/*----------container futer-container---------*/
.footer {
  padding: 40px 0 10px 0;
  background: #D8EFFF;
}

.footer .contact-info {
  margin-bottom: 20px;
}

.footer .contact-info .contact-info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .contact-info .contact-info_block .contact-info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .contact-info .contact-info_block .contact-info_social p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin-right: 5px;
}

.footer .contact-info .contact-info_block .contact-info_social a {
  margin: 0 5px;
}

.footer .contact-info .contact-info_block .contact-info_social a img {
  position: relative;
  width: 25px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer .contact-info .contact-info_block .contact-info_social a img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer .contact-info .contact-info_block .contact-info_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .contact-info .contact-info_block .contact-info_phone a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  margin-right: 40px;
}

.footer .contact-info .contact-info_block .contact-info_phone .footer-btn {
  display: block;
  border: 1px solid #FF2D2D;
  background: #FFFFFF;
  color: #FF2D2D;
  border-radius: 8px;
  padding: 18px 50px;
  text-align: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin-right: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer .contact-info .contact-info_block .contact-info_phone .footer-btn:hover {
  -webkit-box-shadow: 0 0 13px #ff2d2d5b;
          box-shadow: 0 0 13px #ff2d2d5b;
}

.footer .footer_menu {
  border-top: 1px solid #E1E1E1;
  padding: 10px 0;
}

.footer .footer_menu .footer_menu-cont {
  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;
}

.footer .footer_menu .footer_menu-cont .footer_menu-logo img {
  width: 180px;
}

.footer .footer_menu .footer_menu-cont .footer_menu-block ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  padding: 0;
}

.footer .footer_menu .footer_menu-cont .footer_menu-block ul li {
  cursor: pointer;
}

.footer .footer_menu .footer_menu-cont .footer_menu-block ul li a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer .footer_menu .footer_menu-cont .footer_menu-block ul li:hover a {
  color: #FF2D2D;
}

.footer .footer_menu .footer_menu-cont .footer_menu-contact ul li {
  margin-bottom: 16px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.footer .footer_menu .footer_menu-cont .footer_menu-contact ul li img {
  margin-right: 7px;
}

.footer .footer_menu .footer_menu-cont .footer_menu-contact ul li a {
  margin-right: 9px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.footer .footer_copyraite {
  padding: 10px 0;
  border-top: 1px solid #E1E1E1;
}

.footer .footer_copyraite .footer_copyraite-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer .footer_copyraite .footer_copyraite-cont .prava {
  margin-right: 28px;
}

.footer .footer_copyraite .footer_copyraite-cont .prava span {
  margin-right: 3px;
}

.footer .footer_copyraite .footer_copyraite-cont .create-other {
  margin-right: 5px;
}

.footer .footer_copyraite .footer_copyraite-cont a {
  color: #682383;
}

/*----------container futer-container---------*/
/*----------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 {
  margin-bottom: 24px;
}

.popup-manager .window-popup p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
  text-align: center;
}

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

.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: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #414042;
  text-align: center;
  margin-bottom: 40px;
}

.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---------*/
/*----------container window modal video---------*/
.modal-video {
  background: rgba(0, 0, 0, 0.836);
}

.js-modal-video-dismiss-btn {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.js-modal-video-dismiss-btn:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 1440px) {
  .offer .offer_block .offer_block_cont h1 {
    font-size: 30px;
  }
  .offer .offer_block .offer_block_cont p {
    font-size: 18px;
  }
  .trust .trust_advantage {
    top: -300px;
  }
  .trust .trust_advantage .trust_advantage_itm {
    height: 240px;
  }
  /*-------container my-project-container-------*/
  .my-project .my-project-cont .my-project-slider .slick-prev::before {
    left: 470px;
  }
  .my-project .my-project-cont .my-project-slider .slick-next::before {
    right: 470px;
  }
  /*-------container my-project-container-------*/
}

@media screen and (max-width: 1366px) {
  /*------container offers desktop------*/
  /*------container trusts desktop------*/
  .trust_advantage {
    top: -230px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*------container trusts desktop------*/
  /*------container offers desktop------*/
}

@media screen and (max-width: 1024px) {
  /*---paralax diplay none----*/
  .cloud1,
  .cloud2,
  .tree-nor-one,
  .tree-nor-two,
  .pitch-one,
  .pitch-two,
  .tree-paralax-one,
  .tree-paralax-two,
  .tree-paralax-R,
  .tree-paralax-L {
    display: none !important;
  }
  .h2-title {
    font-size: 24px;
  }
  .btn-all {
    padding: 15px 30px;
    font-size: 18px;
  }
  /*------container offers desktop------*/
  .offer_block_cont .btn-video-preview {
    top: 80%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  /*------container offers desktop------*/
  /*------container header mobile------*/
  .wrap-container-header-mobile {
    display: block;
  }
  /*------container header mobile------*/
  /*------container header desktop------*/
  .container-header-desktop {
    display: none;
  }
  /*------container header desktop------*/
  /*------container trusts desktop------*/
  .trust_block {
    padding-top: 20px;
  }
  .trust_advantage {
    position: relative;
    top: -100px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .trust_advantage .trust_advantage_itm {
    margin-bottom: 20px;
  }
  /*------container trusts desktop------*/
  /*------container details-price desktop------*/
  .detail-background {
    background-position: -250px !important;
  }
  /*------container details-price desktop------*/
  /*------container assort-desktop desktop------*/
  .assort-slider .slick-prev::before {
    left: -30px;
  }
  .assort-slider .slick-next::before {
    right: -30px;
  }
  .assort-slider .assort-itm {
    padding: 14px 30px;
  }
  /*------container assort-desktop desktop------*/
  /*-------  container  partners-container------*/
  .partners-slider .slick-prev::before {
    left: -10px !important;
  }
  .partners-slider .slick-next::before {
    right: -10px !important;
  }
  /*-------  container  partners-container------*/
  /*-------container certificate-container------*/
  .certificate-slider .slick-prev::before {
    left: -20px !important;
  }
  .certificate-slider .slick-next::before {
    right: -20px !important;
  }
  /*-------container certificate-container------*/
  /*-------container my-project-container-------*/
  .my-project-slider .slick-prev::before {
    left: 330px !important;
  }
  .my-project-slider .slick-next::before {
    right: 330px !important;
  }
  .my-project-slider .my-project-sl-itm .my-project-sl-itm-cont {
    min-height: 420px !important;
  }
  /*-------container my-project-container-------*/
}

@media screen and (max-width: 768px) {
  .header-menu_list.active {
    left: -40px !important;
  }
  /*------container offers desktop------*/
  .offer_block {
    position: absolute;
    width: 60%;
    top: 20%;
  }
  .offer_block .btn-slider-group {
    right: -100px;
    bottom: 10px;
  }
  .offer_block_cont h1 {
    font-size: 24px !important;
  }
  
  .offer_block_cont span{
      margin-bottom:15px
  }
  .offer_block_cont .btn-video-preview {
    top: 60%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    right: -115px;
    border: 8px solid #e9b9b9;
  }
  .offer_block_cont .btn-video-preview .bt-border {
    width: 50px;
    height: 50px;
    border: 8px solid #e07d7d;
  }
  .offer_block_cont .btn-video-preview .bt-border img {
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 1px), -50%);
            transform: translate(calc(-50% + 1px), -50%);
  }
  /*------container offers desktop------*/
  /*------container trusts desktop------*/
  .trust_block {
    padding-top: 20px;
  }
  .trust_advantage {
    top: 30px !important;
    width: 100%;
    margin-bottom: 50px;
  }
  /*------container trusts desktop------*/
  /*------   container  cooperation-bl    ------*/
  .cooperation-connect {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cooperation-connect h4 {
    margin-bottom: 20px;
  }
  /*------   container  cooperation-bl    ------*/
  /*------container details-price desktop------*/
  .detail-background {
    background: none !important;
  }
  .detail-background .details-price_block h2 {
    margin-bottom: 24px;
  }
  .detail-background .details-price_block p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 24px;
  }
  .detail-background .details-price_block .details-price_form {
    max-width: 400px !important;
    margin: 0 auto;
  }
  .detail-background .details-price_block .details-price_form input {
    margin-bottom: 24px;
  }
  .detail-background .details-price_block .details-price_form .btn-all {
    width: 100%;
  }
  /*------container details-price desktop------*/
  /*------container assort-desktop desktop------*/
  .assort-slider .assort-itm .assort-itm-txt {
    text-align: center;
  }
  /*------container assort-desktop desktop------*/
  /*------container priority-desk      ------*/
  .priority-desk .priority-image {
    display: none;
  }
  .priority-desk .priority-image img {
    width: 300px;
  }
  /*------container priority-desk      ------*/
  /*-------  container  partners-container------*/
  .partners-slider .slick-prev::before {
    left: 5px !important;
  }
  .partners-slider .slick-next::before {
    right: 5px !important;
  }
  /*-------  container  partners-container------*/
  /*-------  container  skils-container---------*/
  .skils-container .skils-cont .skils-cont-itm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .skils-container .skils-cont .skils-cont-itm img {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .skils-container .skils-cont .skils-cont-itm .skils_list-itm ul li img {
    margin: 0  7px  0  0;
  }
  /*-------  container  skils-container---------*/
  /*-------container certificate-container------*/
  .certificate-slider .slick-list {
    overflow: hidden;
  }
  .certificate-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .certificate-slider .slick-list .slick-track .slick-center img {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  /*-------container certificate-container------*/
  /*-------container my-project-container-------*/
  .my-project-slider .slick-prev::before {
    left: 30px !important;
  }
  .my-project-slider .slick-next::before {
    right: 30px !important;
  }
  .my-project-slider .my-project-sl-itm img {
    opacity: 1 !important;
  }
  /*-------container my-project-container-------*/
  /*----------container futer-container---------*/
  .footer {
    padding: 10px 0;
  }
  .footer .contact-info {
    display: none;
  }
  .footer .footer_menu {
    border: none;
  }
  .footer .footer_menu .footer_menu-logo {
    display: none;
  }
  .footer .footer_menu .footer_menu-cont .footer_menu-block ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    padding: 0;
  }
  /*----------container futer-container---------*/
}

@media screen and (max-width: 425px) {
  .header-menu_list.active {
    left: -15px !important;
  }
  /*------container offers desktop------*/
  .btn-slider-group {
    display: none;
  }
  .offer_block {
    position: absolute;
    width: 100%;
    top: 15%;
  }
  .offer_block .offer_block_cont {
    position: relative;
    height: 410px;
  }
  .offer_block .offer_block_cont .btn-video-preview {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .offer_block .offer_block_cont h1 {
    font-size: 20px !important;
  }
  .offer_block .offer_block_cont p {
    font-size: 16px;
  }
  .offer_block .offer_block_cont span {
    font-size: 16px;
  }
  .offer_block .offer_block_cont a {
    position: absolute;
    width: 100%;
    bottom: -20px !important;
  }
  /*------container offers desktop------*/
  /*------container container product-desk------*/
  .products-desk .products-block .products-cont {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .products-desk .products-block .product-connect {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products-desk .products-block .product-connect p {
    margin-bottom: 30px;
  }
  /*------container container product-desk------*/
  /*------container trusts desktop------*/
  .trust_block {
    padding-top: 20px;
  }
  .trust_block .trust_block_cont .trust_experience {
    margin-bottom: 20px;
  }
  .trust_advantage {
    top: -100px !important;
    width: 100%;
    margin-bottom: 0;
  }
  .trust_advantage_itm {
    background: #F5F5F5;
    border-radius: 8px;
    width: 100%;
    height: 260px !important;
    padding-top: 10px;
  }
  .trust_advantage_itm .trust_advantage_itm-txt {
    padding: 10px 20px;
  }
  /*------container trusts desktop------*/
  /*------container details-price desktop------*/
  .detail-background {
    padding: 65px 10px !important;
  }
  /*------container details-price desktop------*/
  /*------container assort-desktop desktop------*/
  .assort-slider .slick-prev::before {
    display: none;
  }
  .assort-slider .slick-next::before {
    display: none;
  }
  .assort-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-bottom: 25px;
  }
  .assort-slider .slick-dots button {
    background: linear-gradient(162.86deg, #FF0000 24.03%, #D90000 80.76%);
    margin: 0 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
  }
  .assort-slider .slick-dots button:hover {
    background: linear-gradient(162.86deg, #FF0000 24.03%, #a71414 80.76%);
  }
  .assort-slider .assort-itm {
    padding: 14px 30px;
  }
  /*------container assort-desktop desktop------*/
  /*-------container my-project-container-------*/
  .my-project-slider .slick-prev::before {
    display: none !important;
  }
  .my-project-slider .slick-next::before {
    display: none !important;
  }
  .my-project-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-bottom: 25px;
  }
  .my-project-slider .slick-dots button {
    background: linear-gradient(162.86deg, #FF0000 24.03%, #D90000 80.76%);
    margin: 0 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
  }
  .my-project-slider .slick-dots button:hover {
    background: linear-gradient(162.86deg, #FF0000 24.03%, #a71414 80.76%);
  }
  .my-project-slider .my-project-sl-itm .my-project-sl-itm-cont {
    min-height: auto !important;
  }
  /*-------container my-project-container-------*/
  /*------  container  work-city-container------*/
  .work-city-container .work-city_content .work-city_connect a {
    font-family: 'Roboto';
    min-width: 100%;
  }
  .work-city-container .work-city_content .work-city_item ul li p {
    max-width: 330px;
  }
  .work-city-container .work-city_content .work-city_item ul li span {
    width: 10px !important;
  }
  /*------  container  work-city-container------*/
  /*-------  container  partners-container------*/
  .partners-slider .slick-prev::before {
    display: none !important;
  }
  .partners-slider .slick-next::before {
    display: none !important;
  }
  .partners-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-bottom: 25px;
  }
  .partners-slider .slick-dots button {
    background: linear-gradient(162.86deg, #FF0000 24.03%, #D90000 80.76%);
    margin: 0 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
  }
  .partners-slider .slick-dots button:hover {
    background: linear-gradient(162.86deg, #FF0000 24.03%, #a71414 80.76%);
  }
  /*-------  container  partners-container------*/
  /*------container submit-request-container----*/
  .submit-request-container .submit-request-title a {
    min-width: 100%;
  }
  /*------container submit-request-container----*/
  /*-------container certificate-container------*/
  .certificate-slider .slick-prev::before {
    left: 20px !important;
  }
  .certificate-slider .slick-next::before {
    right: 20px !important;
  }
  /*-------container certificate-container------*/
  /*------   container  cooperation-bl    ------*/
  .cooperation-bl .cooperation-adwentage .cooperation-adwentage_block {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .cooperation-bl .cooperation-adwentage .cooperation-adwentage_block .cooperation-adwentage_itm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .cooperation-bl .cooperation-adwentage .cooperation-adwentage_block .cooperation-adwentage_itm img {
    margin: 0 0 10px 0;
  }
  .cooperation-bl .cooperation-connect .cooperation-connect_phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .cooperation-bl .cooperation-connect .cooperation-connect_phone img {
    margin-bottom: 20px;
  }
  .cooperation-bl .cooperation-connect .cooperation-connect_phone a {
    margin-bottom: 15px;
  }
  /*------   container  cooperation-bl    ------*/
  /*----------container futer-container---------*/
  .footer {
    padding: 10px 0;
  }
  .footer .contact-info {
    display: none;
  }
  .footer .footer_menu {
    border: none;
  }
  .footer .footer_menu .footer_menu-logo {
    display: none;
  }
  .footer .footer_menu .footer_menu-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_menu .footer_menu-cont .footer_menu-block {
    margin-bottom: 20px;
  }
  .footer .footer_menu .footer_menu-cont .footer_menu-block ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    padding: 0;
  }
  .footer .footer_menu .footer_menu-cont .footer_menu-block ul li {
    text-align: center;
  }
  .footer .footer_menu .footer_menu-cont .footer_menu-contact ul {
    padding: 0;
  }
  .footer .footer_menu .footer_menu-cont .footer_menu-contact ul li p {
    text-align: center;
  }
  .footer .footer_copyraite .footer_copyraite-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_copyraite .footer_copyraite-cont .prava {
    margin: 0;
  }
  .footer .footer_copyraite .footer_copyraite-cont .create-other {
    margin: 0;
  }
  /*----------container futer-container---------*/
  /*----------container window popup manager---------*/
  .popup-manager .window-popup {
    width: 350px;
  }
  /*----------container window popup manager---------*/
  /*----------container window popup accepted---------*/
  .popup-accepted .window-popup {
    width: 350px;
  }
  /*----------container window popup accepted---------*/
}

@media screen and (max-width: 375px) {
  /*------container offers desktop------*/
  .offer_block {
    position: absolute;
    width: 100%;
    top: 14%;
  }
  .offer_block .offer_block_cont {
    position: relative;
    height: 390px;
  }
  .offer_block .offer_block_cont h1 {
    font-size: 19px !important;
    margin-bottom: 10px;
  }
  .offer_block .offer_block_cont p {
    font-size: 15px !important;
    margin-bottom: 10px;
  }
  .offer_block .offer_block_cont span {
    font-size: 15px;
  }
  .offer_block .offer_block_cont a {
    position: absolute;
    width: 100%;
    bottom: 0 !important;
  }
  /*------container offers desktop------*/
  .products-desk .products-block .products-cont {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .details-price .detail-background {
    padding: 65px 10px !important;
    width: 100%;
  }
  /*------container trusts desktop------*/
  .trust .trust_advantage {
    padding: 20px 20px;
  }
  .trust .trust_advantage .trust_advantage_itm {
    background: #F5F5F5;
    border-radius: 8px;
    width: 100%;
    height: 260px !important;
    padding-top: 10px;
  }
  /*------container trusts desktop------*/
  /*-------container certificate-container------*/
  .certificate-container .certificate-cont .connect-parners {
    width: 100%;
  }
  .certificate-container .certificate-cont .connect-parners a {
    min-width: 100% !important;
  }
  /*-------container certificate-container------*/
  /*----------container futer-container---------*/
  .footer .footer_menu .footer_menu-cont .footer_menu-block {
    display: none !important;
  }
  /*----------container futer-container---------*/
  /*----------container window popup manager---------*/
  .popup-manager .window-popup {
    width: 300px;
  }
  /*----------container window popup manager---------*/
  /*----------container window popup accepted---------*/
  .popup-accepted .window-popup {
    width: 300px;
  }
  /*----------container window popup accepted---------*/
}
/*# sourceMappingURL=style.css.map */

.b_lang li:last-child a:before{
    content: 'RU';
}

.b_lang li:first-child a:before{
    content: 'KZ';
}


.lang{
    position: fixed;
    top: 40%;
    right: 30px;
    z-index:999998;
}

.b_lang li{
margin-bottom: 14px;
}

.b_lang li a{
    color: #ffffff;
    text-decoration: none;
    background-color: #FF0000;
    padding: 8px;
    margin-bottom: 16px;
    border-radius: 5px;
    
}

.b_lang li a.active{
    
    background-color: #a50505;
   
}
