/* Fonts */
@font-face {
  font-family: "Oranienbaum";
  src: url("../fonts/Oranienbaum-Regular.eot");
  src: local("Oranienbaum Regular"), local("Oranienbaum-Regular"), url("../fonts/Oranienbaum-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Oranienbaum-Regular.woff2") format("woff2"), url("../fonts/Oranienbaum-Regular.woff") format("woff"), url("../fonts/Oranienbaum-Regular.ttf") format("truetype"), url("../fonts/Oranienbaum-Regular.svg#Oranienbaum-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
/* Main */
* {
  cursor: default;
}

html {
  font-size: 16px;
}

.continer-fluid {
  max-width: 1170px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

a, p, b, strong, i, span, small, big, em {
  color: #160F30;
  font-family: "Montserrat", sans-serif;
}

a, button {
  cursor: pointer;
}

.wrapper {
  overflow-x: hidden;
}

.heading p, .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
  font-family: "Oranienbaum", sans-serif;
  font-size: 4.0625rem;
  line-height: 4.6875rem;
  display: inline;
}

.heading strong {
  display: table-cell;
  position: relative;
  font-family: "Oranienbaum", sans-serif;
  font-size: 4.0625rem;
  line-height: 4.6875rem;
  font-weight: 400;
}

.heading strong::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: #81C5D6;
  position: absolute;
  left: 0;
  bottom: 11px;
  z-index: -1;
}

.preheading.center, .heading.center {
  text-align: center;
}

.preheading > p {
  font-size: 1.25rem;
  color: #646464;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.preheading_services > p {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.heading_coop p, .heading_coop h1, .heading_coop h2, .heading_coop h3, .heading_coop h4, .heading_coop h5, .heading_coop h6 {
  font-family: "Oranienbaum", sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
  display: inline;
}

.heading_coop strong {
  display: table-cell;
  position: relative;
  font-family: "Oranienbaum", sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 400;
}

.textuppercase p,
.textuppercase h1,
.textuppercase h2,
.textuppercase h3,
.textuppercase h4,
.textuppercase h5,
.textuppercase h6,
.textuppercase strong {
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

.white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white strong {
  color: #FFFFFF;
}

.white strong::before {
  background-color: #9BAA70;
}

.greenline strong::before {
  background-color: #9BAA70;
}

.black {
  color: #000000;
}

/* Styles */
.background_one {
  background: url("../i/backgrounds/background_one.jpg") center center/cover no-repeat;
}

.button_wrapper {
  display: block;
  max-width: 380px;
  width: 100%;
  position: relative;
  cursor: pointer !important;
}

.fancybox-slide--html .fancybox-content {
  background: unset;
  padding: 0;
  width: 100%;
  max-width: 484px;
}

.fancybox-close-small {
  right: 1rem;
  top: 1rem;
}

.button_wrapper 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;
  text-align: center;
  width: 100%;
  background: -o-linear-gradient(90deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(252, 203, 83)), to(rgb(255, 216, 111)));
  background: -o-linear-gradient(bottom, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: linear-gradient(0deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD86F", endColorstr="#FCCB53",GradientType=0 );
  font-family: "Oranienbaum", sans-serif;
  font-size: 1.875rem;
  border: unset;
  border-radius: 7px;
  padding: 1.25rem;
  -webkit-box-shadow: 0px 1px #FFD86F;
  box-shadow: 0px 1px #FFD86F;
  position: relative;
  z-index: 100;
  line-height: 2.1875rem;
  margin-bottom: 7px;
  overflow: hidden;
  cursor: pointer !important;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  outline: 0;
  border: 0px;
  color: #212529;
}

.button_wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #D6A448;
  left: 0;
  right: 0;
  bottom: -7px;
  border-radius: 15px;
  z-index: 0;
  cursor: pointer !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button_wrapper::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 50%;
  background-color: #D6A448;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-box-shadow: 0px 10px 30px rgba(255, 166, 0, 0.4);
  box-shadow: 0px 10px 30px rgba(255, 166, 0, 0.4);
  border-radius: 15px;
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.button_wrapper:hover::after {
  -webkit-box-shadow: 0px 5px 0px rgba(255, 166, 0, 0.4);
  box-shadow: 0px 5px 0px rgba(255, 166, 0, 0.4);
}

.button_wrapper:hover::before {
  bottom: -5px;
}

.button_wrapper button::before {
  content: "";
  margin-left: 50px;
  margin-top: -50px;
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -90px;
  z-index: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button_wrapper.calc_btn button::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.back1 {
  background: url("../i/back1_1.jpg") center top/cover no-repeat;
  min-height: 1270px;
}

.back2 {
  background: url("../i/back2_2.jpg") center top/cover no-repeat;
}

.back1_coop {
  background: url("../i/back1_1.jpg") center top/cover no-repeat;
  padding-bottom: 8rem;
}

#header {
  min-height: 90px;
  position: relative;
}

.right_header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}

.right_header .up {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.social_header, .social_nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_header a, .social_nav a {
  margin: 0 0.25rem;
  transition: 0.3s;
  cursor: pointer;
}

.social_header a img, .social_nav a img {
  cursor: pointer;
}

.social_header a:hover, .social_nav a:hover {
  margin-top: -5px;
  margin-bottom: 5px;
  opacity: 0.75;
  cursor: pointer;
}

.right_header .up > .address_header,
.right_header .up > .time_header {
  color: #3D658F;
  font-size: 1rem;
  max-width: 240px;
}

.right_header .up > .address_header > span,
.right_header .up > .time_header > span {
  font-weight: 600;
  display: block;
}

.logotype {
  width: 285px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: -3rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}

.logotype * {
  cursor: pointer;
}

.logotype > img {
  width: 117px;
}

.logotype > p {
  font-size: 1rem;
  color: #333333;
  text-align: left;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  border-left: 1px solid #EAEAEA;
}

.logotype::before {
  content: "";
  position: absolute;
  bottom: -0.35rem;
  width: 95%;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.5;
  margin: auto;
  height: 50%;
  border-radius: 7px;
  z-index: -1;
}

.logotype:hover {
  margin-top: -2rem;
}

.navigation_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 0rem 1.375rem;
  margin-top: 1.9rem;
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  overflow: hidden;
}

.navigation a {
  color: #0E0F1C;
  font-weight: 400;
  font-size: 0.9rem;
  height: 100%;
  padding: 0.75rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  transition: 0.15s linear;
  transition: 0.3s;
  text-align: center;
}

.navigation a:hover {
  background-color: rgba(183, 196, 103, 0.35);
}

.navigation .current-menu-item a {
  background-color: #b7c467;
  color: #fff;
}

.phone {
  height: 100%;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 195px;
}

.phone p {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 1rem;
}

.phone a {
  font-size: 1.2rem;
  color: #160F30;
}

.phone a > strong {
  font-size: 1.5rem;
  color: inherit;
  font-weight: 700;
  cursor: pointer;
}

.phone button {
  background: none;
  border: none;
  outline: none;
  padding: 0 0 0.125rem 0;
  color: #fff;
  border-bottom: 1px dashed #fff;
  border-bottom-width: 1px;
  transition: 0.3s;
}

.phone button:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}

#preheader {
  padding-top: 8rem;
}

.h1 > h1 {
  font-size: 3rem;
  font-family: "Oranienbaum", sans-serif;
  line-height: 1.2;
  position: relative;
  display: inline;
}

.downh1 > p {
  font-size: 2.8125rem;
  font-family: "Oranienbaum", sans-serif;
  line-height: 3.4375rem;
}

.up_button_preheader {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.preheader_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.preheader_wrapper .right {
  flex: 1;
  margin-left: 2.5rem;
}

.video_wrapper {
  height: 100%;
  width: 100%;
  background-color: #ECF3FA;
  border-radius: 1rem;
  padding: 10px;
}

.video_inner {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 0.25rem;
  background-image: url("../i/video_preheader.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.video_inner .text {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Oranienbaum", sans-serif;
  line-height: 1.2;
  color: #939E51;
}

.play_video {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -60px;
  cursor: pointer;
  transition: 0.5s;
}

.play_video:hover {
  transform: scale(0.95);
}

.play_video > .elem {
  position: absolute;
  background: linear-gradient(to top, #FFD86F, #FCC026);
  box-shadow: 0px -1px #FFD86F;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.play_video > .elem > img {
  margin-left: 10px;
  cursor: pointer;
}

.play_video::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(to top, #FCC026, #FFD86F);
  box-shadow: 0px 1px #FFD86F;
  z-index: 1;
  cursor: pointer;
}

.play_video::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #D6A448;
  z-index: 0;
  cursor: pointer;
}

.calc .container-fluid,
#preheader .container-fluid,
#header .container-fluid {
  max-width: 1396px !important;
}

.button_wrapper.calc_btn {
  margin-bottom: 3rem;
}

.button_wrapper.calc_btn button {
  padding-right: 5rem;
}

.button_wrapper.calc_btn button::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -29px;
  width: 58px;
  height: 59px;
  background-image: url("../i/btn_calc.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.button_wrapper.orange_btn button {
  background: linear-gradient(0deg, #FC7E2F 0%, #FFB17E 100%);
  box-shadow: 0px 1px #ffb07c;
}

.button_wrapper.orange_btn::before {
  background-color: #D87E54;
}

#down_first_block {
  position: relative;
  margin-top: 4rem;
}

.flex_mwbw {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 900px;
  margin: auto;
}

.h1 {
  max-width: 310px;
  margin-bottom: 2rem;
}

.mini_white_box_wrapper {
  max-width: 237px;
  width: 100%;
  width: 100%;
  height: 167px;
  background: url("../i/wb_preheader.svg") center center no-repeat;
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem;
  text-align: center;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  margin: 0 1rem 2rem;
}

.mini_white_box_heading {
  margin-top: 1.25rem;
}

.mini_white_box_wrapper:hover {
  margin-top: -0.5rem;
}

.mini_white_box_wrapper::before {
  content: "";
  position: absolute;
  width: 91%;
  height: 157px;
  top: 10px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  z-index: -1;
  -webkit-box-shadow: 0px 15px 43px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 43px rgba(0, 0, 0, 0.1);
}

.mini_white_box_heading > p {
  color: #939E51;
  font-family: "Oranienbaum", sans-serif;
  font-size: 2.25rem;
  padding-bottom: 0.5rem;
  line-height: 1;
}

.mini_white_box_text > p {
  font-size: 1.125rem;
  padding-bottom: 1rem;
  line-height: 1.75rem;
}

.w1_wrapper {
  width: 460px;
  height: 646px;
  background: url("../i/index/w1.svg") center center/contain no-repeat;
  padding: 6rem 1rem 4rem 4.5rem;
  margin-left: -7rem;
  margin-top: 2rem;
}

.w1 p {
  font-size: 1.125rem;
}

.w1 p > strong {
  font-size: 1.5625rem;
  font-family: "Oranienbaum", sans-serif;
  font-weight: 400;
}

.w1 .button_wrapper {
  margin-left: -2rem;
  margin-top: 2rem;
}

.img_mans {
  margin-right: 1rem;
  width: 768px;
  float: right;
}

.img_mans_index {
  z-index: 100;
}

.w1_wrapper_index {
  z-index: 1;
}

.item_otziv {
  background-color: #fff;
  margin-top: 2rem;
  border-radius: 7px;
  overflow: hidden;
  min-height: 300px;
  transition: 0.3s linear;
  transform: scale(1);
}

.item_otziv:hover {
  transform: scale(1.04);
}

.item_otziv .img {
  text-align: center;
  width: 100%;
}

.item_otziv img {
  width: 100%;
}

.item_otziv .text {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.item_otziv p {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.5rem;
}

.box_zadachi {
  margin-top: 6rem;
  padding-bottom: 2rem;
}

.long_otziv_wrap {
  margin-top: 4rem;
}

.long_otziv {
  width: 100%;
  min-height: 200px;
  background: url("../i/index/long.jpg") center center no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}

.long_otziv::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #ecf1f7;
  border-radius: 7px;
  overflow: hidden;
  top: -38px;
  transform: rotate(45deg);
  left: 3.5rem;
}

.long_otziv p {
  margin: 0;
  margin: 0.5rem 0;
}

.down_button_otziv {
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 7rem;
}

#projects {
  background-color: #EAF1F8;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

#projects .heading {
  padding-bottom: 2rem;
}

.project {
  border-radius: 7px;
  background-color: #FFFFFF;
  overflow: hidden;
  margin-top: 2rem;
  transition: 0.3s linear;
  transform: scale(1);
  cursor: pointer;
}

.project:hover {
  transform: scale(1.04);
}

.project .img {
  width: 100%;
}

.project .img > img {
  width: 100%;
}

.project .text {
  padding: 1rem;
  min-height: 160px;
}

.project .text p {
  margin: 0;
}

.project .text > p {
  margin: 1rem 0;
}

.project .text > p > strong {
  font-size: 1.125rem;
  font-weight: 600;
}

.project .text > .up > p {
  font-size: 0.875rem;
  color: #A2A2A2;
}

.project .text > .up > p strong {
  font-size: 0.875rem;
  color: #464646;
}

.project .text > .down {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.project .text > .down > p {
  font-size: 0.875rem;
  color: #A2A2A2;
  padding-left: 1rem;
  position: relative;
}

.project .text > .down > p::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 6px;
  background: url("../i/index/time.svg") center center/contain no-repeat;
}

.project .text > .down > p:nth-child(2) {
  margin-left: 1rem;
}

.project .text > .down > p:nth-child(2)::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 6px;
  background: url("../i/index/m2.svg") center center/contain no-repeat;
}

.project .text > .down > p strong {
  font-size: 0.875rem;
  color: #464646;
}

.button_down_pojects {
  margin: auto;
  margin-top: 2rem;
}

#full_cat {
  background-color: #D5E4F1;
  padding-top: 4rem;
  position: relative;
  z-index: 0;
}

.book {
  width: 1703px;
  float: right;
  margin-top: -600px;
  margin-right: -210px;
}

.heading_look_photo {
  margin-top: 7rem;
}

#slider_photo {
  background-color: #D5E4F1;
  position: relative;
}

.photo_item_wrap {
  width: 610px;
  height: auto;
  padding: 1rem 0.5rem;
}

.photo_item {
  border-radius: 7px;
  overflow: hidden;
}

.photo_item > img {
  width: 100%;
}

.slick-slide {
  filter: url(grayscale.html);
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s linear;
}

.slick-current {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: unset;
  filter: unset;
}

.slick_button_photo {
  max-width: 651px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_toogle_navigation {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.menu_toogle_navigation > span {
  display: block;
  position: absolute;
  height: 1px;
  background-color: #160F30;
}

.menu_toogle_navigation > span:nth-child(1n) {
  top: 8px;
  width: 19px;
}

.menu_toogle_navigation > span:nth-child(2n) {
  top: 14px;
  width: 19px;
}

.menu_toogle_navigation > span:nth-child(3n) {
  top: 20px;
  width: 14px;
}

.slick_prev_photo, .slick_next_photo {
  background: -o-linear-gradient(90deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(252, 203, 83)), to(rgb(255, 216, 111)));
  background: -o-linear-gradient(bottom, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: linear-gradient(0deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD86F", endColorstr="#FCCB53",GradientType=0 );
  background-color: #FFD86F;
  width: 75px;
  height: 75px;
  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;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
  margin-top: -35px;
  border: 0;
}

.slick_prev_photo, .slick_next_photo,
.slick_prev_photo *, .slick_next_photo * {
  cursor: pointer;
}

.slick_prev_photo img {
  margin-left: -4px;
}

.slick_next_photo img {
  margin-left: 4px;
}

.slick_prev_photo:hover, .slick_next_photo:hover {
  transform: scale(1.04);
}

#dom {
  background: url("../i/index/back3.jpg") center bottom/cover no-repeat;
  height: 1030px;
  position: relative;
}

.zv_box {
  max-width: 370px;
  position: absolute;
}

.zv_box.active {
  z-index: 100;
}

.white_wrap_box {
  background-color: #FFFFFF;
  padding: 0.5rem;
  border-radius: 10px;
  transform: skew(0, -5deg);
  opacity: 0;
  transition: 0.3s linear;
}

.zv_box.active > .white_wrap_box {
  opacity: 1;
}

.white_wrap {
  border: 1px solid #EAEAEA;
  border-radius: 7px;
}

.white {
  padding: 3rem 1.5rem 4rem;
  transform: skew(0, 5deg);
}

.white > p {
  color: #464646;
  font-size: 1.125rem;
}

.white > p > strong {
  color: #464646;
  font-family: "Oranienbaum", sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
}

.zv_box > .yellow {
  position: relative;
  width: 67px;
  height: 67px;
  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;
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
  margin: auto;
  margin-top: -2.5rem;
}

.zv_box > .yellow > .img {
  background: -o-linear-gradient(90deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(252, 203, 83)), to(rgb(255, 216, 111)));
  background: -o-linear-gradient(bottom, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: linear-gradient(0deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD86F", endColorstr="#FCCB53",GradientType=0 );
  position: relative;
  width: 67px;
  height: 67px;
  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;
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
}

.zv_box > .yellow > .img > img {
  cursor: pointer;
}

.zv_box.active > .yellow > .img,
.zv_box.active > .yellow > .img > img {
  cursor: default;
}

.zv_box > .yellow::after {
  content: "";
  position: absolute;
  width: 101px;
  height: 101px;
  top: -17px;
  left: -17px;
  border-radius: 100%;
  background-color: #FCCB53;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
  z-index: -1;
  cursor: pointer;
}

.zv_box > .yellow::before {
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  top: -33px;
  left: -33px;
  border-radius: 100%;
  background-color: #FCCB53;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
  z-index: -1;
  cursor: pointer;
}

.zv_box.active > .yellow::after,
.zv_box.active > .yellow::before {
  background-color: #FFFFFF;
  cursor: default;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes rotate-reserve {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}
@keyframes rotate-reserve {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}
@-webkit-keyframes scale-after {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scale-after {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes scale-before {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scale-before {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes scale-pwb {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(0, 0.75);
    transform: scale(0, 0.75);
  }
  66% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-pwb {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(0, 0.75);
    transform: scale(0, 0.75);
  }
  66% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.zv_box:hover .yellow::after {
  -webkit-animation: 0.5s scale-after ease-out 0s alternate infinite none running;
  animation: 0.5s scale-after ease-out 0s alternate infinite none running;
}

.zv_box:hover .yellow::before {
  -webkit-animation: 1s scale-before ease-out 0s alternate infinite none running;
  animation: 1s scale-before ease-out 0s alternate infinite none running;
}

.zv_box.active:hover .yellow::after,
.zv_box.active:hover .yellow::before {
  -webkit-animation: unset;
  animation: unset;
}

.zv_box.active > .yellow::after, .zv_box.active > .yellow::before {
  background-color: #FFFFFF;
  cursor: default;
}

.zv1 {
  top: 526px;
  left: 0px;
}

.zv2 {
  top: 102px;
  left: 162px;
}

.zv3 {
  top: 402px;
  left: 322px;
}

.zv4 {
  top: 560px;
  right: 160px;
}

.zv5 {
  top: 245px;
  right: 0px;
}

.mobile_toogle_menu {
  display: none;
}

#slojno {
  background: url("../i/index/back4.jpg") center bottom no-repeat;
  position: relative;
  z-index: 101;
}

.white_box_slojno_wrapper {
  background: url("../i/index/white_box_slojno.svg") center center/contain no-repeat;
  width: 1168px;
  height: 739px;
  margin-top: 13rem;
  position: relative;
}

.wh_center {
  width: 777px;
  height: 162px;
  background: url("../i/wh_center_heading.svg") no-repeat;
  padding: 3rem 1rem 1rem 7rem;
  margin: auto;
  margin-top: 0px;
  position: relative;
  margin-top: -50px;
}

.wh_center p {
  font-family: "Oranienbaum", sans-serif;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  position: relative;
}

.wh_center p::before {
  content: "";
  display: block;
  width: 41px;
  height: 32px;
  background: url("../i/qq.png") center center/cover no-repeat;
  position: absolute;
  left: -58px;
  top: -9px;
}

.img_igor {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -3rem;
}

.white_box_slojno_wrapper .text {
  padding-top: 7rem;
}

.white_box_slojno_wrapper .text > p {
  font-size: 1.125rem;
  position: relative;
  margin-bottom: 2rem;
}

.white_box_slojno_wrapper .text > p > strong {
  font-family: "Oranienbaum", sans-serif;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-weight: 400;
  position: relative;
}

.white_box_slojno_wrapper .text > p > strong > i {
  font-style: normal;
  display: inline;
  position: relative;
  font-family: "Oranienbaum", sans-serif;
}

.white_box_slojno_wrapper .text > p > strong > i::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 6px;
  background-color: #8BBECB;
  bottom: 5px;
  left: 0;
  opacity: 0.75;
}

.white_box_slojno_wrapper .text > p:nth-child(2)::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #9BAA70;
  position: absolute;
  top: 11px;
  left: -50px;
}

.rabotaem_box {
  margin-top: 7rem;
}

.box_pro {
  max-width: 270px;
  margin-top: 5rem;
}

.box_pro > .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_pro > .up_text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.5rem;
}

.box_pro > .up_text > p {
  font-size: 1.25rem;
}

.box_pro > .up_text > strong {
  font-family: "Oranienbaum", sans-serif;
  color: #90A144;
  font-size: 2.8125rem;
  font-weight: 400;
  margin-right: 0.5rem;
}

.box_pro > .down_text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
}

.box_pro > .down_text > p {
  font-size: 1.125rem;
}

.otz_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-radius: 7px;
  background-color: #fff;
}

.otz_wrap .img {
  width: 50%;
  flex: 1;
  border-radius: 10px;
}

.otz_wrap .img > img {
  border-radius: 10px;
}

.otz_wrap .text {
  width: 50%;
  flex: 1;
  padding: 2rem;
  overflow: hidden;
}

.otz_wrap.active .text {
  overflow: unset;
}

.text > .head {
  padding-left: 4rem;
}

.otz_wrap.active .otz_name::before {
  opacity: 0;
}

.text > .head > p > strong {
  font-family: "Oranienbaum", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  position: relative;
}

.text > .head > p > strong::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #9BAA70;
  position: absolute;
  top: 20px;
  left: -62px;
}

.otz_wrap .text > .texting > p {
  font-weight: 400;
  font-size: 16px;
  color: #464646;
}

.otz_wrap .text_relative {
  position: relative;
  margin-top: 2rem;
}

.otz_wrap .text > .texting > p > strong {
  font-weight: 600;
  font-size: 16px;
  color: #464646;
}

.otz_wrap .text {
  position: relative;
  border-radius: 0 0 10px 0;
}

.otz_wrap .texting {
  position: absolute;
}

.otz_name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  background-color: #FFF;
  width: 100%;
  padding-top: 2rem;
  border-radius: 10px;
}

.otz_name::before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  position: absolute;
  box-shadow: 0px 0px 150px 165px #FFF;
  z-index: 0;
}

.otz_name > .img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  margin-right: 1rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 10;
}

.otz_name > .name {
  z-index: 10;
  position: unset;
}

.otz_name > .name > p {
  font-family: "Oranienbaum", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #90A044;
}

.click {
  position: absolute;
  bottom: 140px;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s linear;
}

.click * {
  cursor: pointer;
}

.click > strong {
  color: #90A144;
  font-weight: 400;
  position: relative;
}

.click > strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: url("../i/index/line.png") 0% center;
  opacity: 1;
  transition: 0.3s linear;
}

.click:hover strong::before {
  opacity: 0;
}

.click > img {
  padding-top: 0.5rem;
  transition: 0.3s linear;
}

.click:hover img {
  padding-top: 0rem;
}

.click:hover {
  padding-bottom: 0.5rem;
}

.click.active {
  display: none;
}

.otz_wrap {
  overflow: hidden;
}

.otz_wrap.active {
  overflow: unset;
}

.otz_wrap.active .texting {
  position: absolute;
  z-index: 101;
  background: #fff;
  padding-bottom: 1rem;
  border-radius: 10px;
  left: -2rem;
  right: -2rem;
  padding: 0rem 2rem;
  box-shadow: 0px 17px 15px rgba(162, 184, 204, 0.34);
}

.close_otz {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s linear;
  padding-bottom: 1rem;
  display: none;
}

.otz_wrap.active .close_otz {
  display: flex;
}

.close_otz img {
  transform: rotate(-180deg);
}

.close_otz * {
  cursor: pointer;
}

.close_otz > strong {
  color: #90A144;
  font-weight: 400;
  position: relative;
}

.close_otz > strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: url("../i/index/line.png") 0% center;
  opacity: 1;
  transition: 0.3s linear;
}

.close_otz:hover strong::before {
  opacity: 0;
}

.slider_otz {
  margin-top: 4rem;
  margin-bottom: 7rem;
}

.otz_heading {
  margin-top: 7rem;
}

.slider_otz .slick-list {
  overflow: unset !important;
}

.slider_otz .slick-slide {
  opacity: 0 !important;
}

.slider_otz .slick-current {
  opacity: 1 !important;
}

#footer {
  background: url("../i/index/back5.jpg") center top no-repeat;
  margin-top: 0px;
  padding-top: 0px;
  position: relative;
  padding-bottom: 185px;
}

.footer_wb_wrapper {
  background: url("../i/pwb.svg") center top no-repeat;
  width: 479px;
  height: 476px;
  margin-top: 119px;
  margin-left: -100px;
  padding: 5rem 2rem 4rem 6.5rem;
  position: relative;
}

.footer_wb_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../i/kusok_doma.png") center no-repeat;
  width: 194px;
  height: 86px;
  bottom: 16px;
  right: 45.5px;
}

.footer_wb_wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../i/derevo.png") center no-repeat;
  width: 410px;
  height: 644px;
  top: -35px;
  left: -381px;
}

#footer .heading {
  padding-top: 2rem;
}

.footer_wb > p {
  font-size: 1.125rem;
}

.footer_wb > p:first-child {
  padding-bottom: 0rem;
  position: relative;
}

.footer_wb p:first-child::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #9BAA70;
  position: absolute;
  top: 19px;
  left: -50px;
}

.footer_wb > p > strong {
  font-family: "Oranienbaum", sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.form_wrapper {
  background: url("../i/form.svg") center top no-repeat;
  width: 484px;
  height: 866px;
  margin-top: 2rem;
  position: relative;
  padding: 6rem 3rem 2rem 4rem;
}

.form_wrapper.footer {
  margin-top: 350px;
}

.form_wrapper.footer::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../i/trava.png") center no-repeat;
  width: 344px;
  height: 125px;
  bottom: -74px;
  left: -27px;
}

.flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio {
  display: block;
  width: 71px;
  height: 71px;
  position: relative;
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=checkbox] + label, .radio input[type=radio] + label {
  display: block;
  cursor: pointer;
  position: relative;
  height: 71px;
  width: 71px;
  padding: unset;
  margin: unset;
}

.radio input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 71px;
  height: 71px;
  background-color: transparent;
  border-radius: 11px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  border: unset;
}

.radio input[type=radio] + label::before {
  opacity: 1;
  -webkit-box-shadow: 3px 3px 9px #ffffff;
  box-shadow: 3px 3px 9px #ffffff;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.radio input[type=radio]:checked + label::before {
  -webkit-box-shadow: 3px 3px 9px #d2d2d2;
  box-shadow: 3px 3px 9px #d2d2d2;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.phone_input::before {
  background-image: url("../i/social/phone.svg") !important;
}

.whatsapp_input::before {
  background-image: url("../i/social/whatsapp.svg") !important;
}

.telegram_input::before {
  background-image: url("../i/social/telegram.svg") !important;
}

.viber_input::before {
  background-image: url("../i/social/viber.svg") !important;
}

input#phone_input:checked {
  -webkit-box-shadow: 3px 3px 30px #000;
  box-shadow: 3px 3px 30px #000;
}

input[type=radio]:checked + label::after {
  display: none;
}

.heading_form > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
}

.heading_form > p > strong {
  font-family: "Oranienbaum", sans-serif;
  font-size: 2.8125rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.heading_form {
  padding-bottom: 2rem;
}

.form-group label,
.labelformgroup {
  padding-bottom: 0.875rem;
}

.form-group {
  margin-bottom: 2rem;
}

.form .button {
  margin-top: 2.5rem;
}

input[name=name1],
input[name=phone] {
  position: relative;
  background-color: #EDF1F2;
  border: unset;
  border-radius: 7px;
  font-size: 1.1875rem;
  padding-left: 50px;
}

.form-group {
  position: relative;
}

.form-group img {
  position: absolute;
  top: 47px;
  left: 10px;
  z-index: 100;
  width: 30px;
  height: 30px;
}

.listay {
  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;
  position: absolute;
  left: -80px;
  top: 400px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.listay > img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 10px;
}

.listay > p {
  font-size: 0.875rem;
}

.listay > span {
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #160F30;
  margin-right: 10px;
}

.listay > span:nth-child(1) {
  opacity: 0.3;
}

.listay > span:nth-child(2) {
  opacity: 0.5;
}

.longed1 {
  background: url("../i/backgrounds/longed.png") center top no-repeat;
  height: 100px;
  position: relative;
  z-index: 110;
  margin-top: -103px;
}

.longed2 {
  background: url("../i/backgrounds/longed2.png") center top no-repeat;
  height: 100px;
  position: relative;
  z-index: 110;
  margin-top: -103px;
}

.longed3 {
  background: url("../i/backgrounds/longed3.png") center top no-repeat;
  height: 184px;
  position: relative;
  z-index: 110;
  margin-top: -134px;
}

input[type=radio]:hover + label::before {
  border: unset;
}

#form .form_wrapper {
  margin: 0;
}

#form .form_wrapper::before {
  display: none;
}

.fancybox-slide--html .fancybox-content {
  background: unset;
}

.fancybox-close-small {
  right: 1rem;
  top: 3rem;
}

.fancybox-close-small svg,
.fancybox-close-small,
.fancybox-close-small path {
  cursor: pointer;
}

.header_wb_wrapper {
  background: url("../i/index/header_wb.svg") center center/cover no-repeat;
  width: 370px;
  height: 342px;
  position: absolute;
  right: 88px;
  top: -556px;
}

.header_wb {
  padding: 4rem 2rem 3rem 5rem;
}

.header_wb_wrapper::before {
  content: "";
  background: url("../i/index/header_wb_item.png") center center/contain no-repeat;
  position: absolute;
  left: 53px;
  bottom: -19px;
  width: 304px;
  height: 103px;
}

.header_wb > p {
  position: relative;
  font-size: 1.125rem;
}

.header_wb > p::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -32px;
  top: 5px;
  border-radius: 100%;
  background: rgb(255, 216, 111);
  background: radial-gradient(circle, rgb(255, 216, 111) 0%, rgb(252, 183, 8) 100%);
  box-shadow: 0px 0px 15px #FFD86F;
}

.name {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  right: 115px;
}

.name > .fio {
  display: block;
}

.name > .fio > p {
  color: #fff;
  display: table;
  background-color: #9BAA70;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 1.125rem;
}

.name > .fio::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  display: block;
  width: 200px;
  height: 1px;
  -webkit-box-shadow: 0px 10px 10px #000000;
  box-shadow: 0px 10px 10px #000000;
  z-index: 1;
}

.name > .fio > .text {
  display: inline-block;
  background-color: #9BAA70;
  border-radius: 5px;
  margin-left: 59px;
  margin-top: -15px;
  position: relative;
  z-index: 0;
  padding: 1.5rem 1rem 0.5rem;
}

.name > .fio > .text > p {
  color: #fff;
  margin: 0;
  font-size: 1.125rem;
}

.slick_prev_otz, .slick_next_otz {
  background: -o-linear-gradient(90deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(252, 203, 83)), to(rgb(255, 216, 111)));
  background: -o-linear-gradient(bottom, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: linear-gradient(0deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD86F", endColorstr="#FCCB53",GradientType=0 );
  background-color: #FFD86F;
  width: 75px;
  height: 75px;
  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;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
  margin-top: -35px;
  border: 0;
}

.slick_prev_otz, .slick_next_otz,
.slick_prev_otz *, .slick_next_otz * {
  cursor: pointer;
}

.slick_prev_otz img {
  margin-left: -4px;
}

.slick_next_otz img {
  margin-left: 4px;
}

.slick_prev_otz:hover, .slick_next_otz:hover {
  transform: scale(1.04);
}

.slick_button_otz {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
}

.slick_prev_otz {
  margin-left: -30px;
}

.slick_next_otz {
  margin-right: -30px;
}

.nav_slider_otz,
.nav_slider_photo {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -5rem;
}

.nav_slider_otz .current,
.nav_slider_photo .current {
  font-size: 4.0625rem;
  font-family: "Oranienbaum", sans-serif;
}

.nav_slider_otz .palka,
.nav_slider_photo .palka {
  font-size: 2rem;
  font-family: "Oranienbaum", sans-serif;
  padding-top: 0.65rem;
}

.nav_slider_otz .maximum,
.nav_slider_photo .maximum {
  font-size: 2rem;
  font-family: "Oranienbaum", sans-serif;
  padding-top: 0.65rem;
}

.nav_slider_photo {
  margin-top: -8rem;
}

#footer_coop {
  padding: 4rem 0;
  background-color: #F6F6F6;
}

.heading_footer > p {
  font-weight: 600;
  font-size: 1.125rem;
  color: #8D8A99;
}

.geo_footer_coop,
.time_footer_coop,
.phone_footer_coop,
.email_footer_coop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0.5rem;
  padding-left: 2.5rem;
  position: relative;
}

.heading_email_footer_coop {
  margin-top: 1rem;
}

.geo_footer_coop p,
.time_footer_coop p {
  margin: 0;
}

.geo_footer_coop p:first-child,
.time_footer_coop p:first-child {
  font-size: 1rem;
  color: #808291;
}

.geo_footer_coop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 26px;
  margin-top: -13px;
  background: url("../i/index/footer_geo.svg") center center/contain no-repeat;
}

.time_footer_coop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("../i/index/footer_time.svg") center center/contain no-repeat;
}

.phone_footer_coop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("../i/index/footer_phone.svg") center center/contain no-repeat;
}

.email_footer_coop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url("../i/index/footer_email.svg") center center/contain no-repeat;
}

.email_footer_coop a {
  color: #9BAB70;
  display: inline;
  position: relative;
}

.phone_footer_coop a:hover {
  color: #9BAB70;
}

.email_footer_coop a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -2px;
  height: 1px;
  background-color: rgba(155, 172, 112, 0.2);
  transition: 0.3s linear;
}

.email_footer_coop a:hover::after {
  background-color: rgb(155, 172, 112);
}

#footer_coop ul {
  padding-left: 2rem;
}

#footer_coop li {
  margin: 0.5rem 0;
}

#footer_coop li:first-child {
  margin-top: 0;
}

#footer_coop li.active > a {
  font-weight: 600;
}

.logotype_footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logotype_footer p {
  text-align: center;
  color: #8D8A99;
  font-size: 0.875rem;
}

.copyright_footer_coop p {
  font-size: 0.75rem;
  color: #8D8A99;
  margin-top: 1rem;
}

.phone a:hover {
  opacity: 0.75;
}

.main {
  padding-bottom: 4rem;
}

.kama_breadcrumbs {
  padding: 1rem 0;
}

.kama_breadcrumbs > span > a > span {
  font-size: 1rem;
  color: #8D8A99;
  cursor: pointer;
  transition: 0.3s linear;
}

.kama_breadcrumbs > span > a > span:hover {
  color: #63606E;
}

.kama_breadcrumbs > span.kb_sep {
  font-size: 1rem;
  color: #8D8A99;
  padding: 0 0.75rem;
}

.kama_breadcrumbs > span.kb_title {
  font-size: 1rem;
  color: #8D8A99;
}

.close_navigation {
  display: none;
}

.main .project {
  position: relative;
  border-radius: 10px 10px 0 10px;
  display: block;
  cursor: pointer;
}

.main .project:hover * {
  cursor: pointer;
}

.main .project::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0px;
  right: 0px;
  background-color: #969696;
  transition: 0.3s linear;
}

.main .project > .text {
  position: relative;
}

.main .project > .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #969696;
  transition: 0.3s linear;
}

.main .project > .text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 80%;
  background-color: #969696;
  transition: 0.3s linear;
}

.main .project:hover::before {
  background-color: #8AC977;
}

.main .project:hover .text::after {
  background-color: #8AC977;
}

.main .project:hover .text::before {
  background-color: #8AC977;
}

nav.pagination {
  margin-top: 2rem;
}

nav.pagination > .nav-links {
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

nav.pagination > .nav-links span,
nav.pagination > .nav-links a {
  font-size: 1rem;
  margin: 0rem 0.15rem;
}

nav.pagination > .nav-links span.current {
  color: #9BB270;
  font-weight: 600;
}

nav.pagination > .nav-links a:hover {
  color: #9BB270;
}

nav.pagination span.dots {
  margin: 0;
  margin-left: 0.25rem;
}

.main .otz_wrap {
  margin-top: 2rem;
  margin-bottom: 1rem;
  box-shadow: 0px 3px 40px rgba(162, 184, 204, 0.3);
}

.o-companii {
  padding-top: 6rem;
}

.sidebar {
  background-color: #F7F7F7;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #F7F7F7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-top: 0rem;
}

.sidebar_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sidebar button {
  background: unset;
  border: 0;
  outline: 0;
  padding: 0.35rem 0;
}

.sidebar button:hover {
  cursor: pointer;
}

.sidebar button.active {
  font-weight: 600;
}

.slider_photo_main {
  margin-bottom: 3rem;
  background-color: #fff !important;
}

.sidebar .heading_coop {
  padding: 1rem 0 2rem;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  display: block;
  color: #464646;
  font-family: "Oranienbaum", sans-serif;
  margin-bottom: 1.5rem;
}

.content h1 {
  font-size: 4rem;
  line-height: 4rem;
}

.content h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
}

.content h3 {
  font-size: 3rem;
  line-height: 3rem;
}

.content h4 {
  font-size: 2rem;
  line-height: 2rem;
}

.content h5 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.content h6 {
  font-size: 1rem;
  line-height: 1rem;
}

.sliders_item_project {
  position: relative;
}

.slider_proget_two {
  margin-top: 2rem;
  position: relative;
  width: 100%;
}

.slider_proget_two .slick-slide > div {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.left_info_item_project {
  padding-top: 2rem;
}

.right_info_item_project {
  padding-top: 3rem;
}

.info_up_project {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}

.info_up_project tr {
  width: 100%;
}

.info_up_project tr > td {
  padding: 0.35rem 0;
}

.info_up_project tr > td:first-child {
  width: 230px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.info_up_project tr > td > div {
  flex: 1 0;
  border-bottom: 1px dotted #000;
  height: 19px;
  margin: 0 0.5rem;
}

.osob_project strong {
  font-weight: 400;
}

.osob_project ul {
  padding-top: 1rem;
  padding-left: 1.5rem;
}

.main ul {
  padding-left: 1.5rem;
}

.main li {
  position: relative;
  padding: 0.25rem 0;
}

.main li::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: -1.5rem;
  top: 7px;
  display: block;
  border-radius: 100%;
  background-color: #FFD86F;
  background: -o-linear-gradient(90deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(252, 203, 83)), to(rgb(255, 216, 111)));
  background: -o-linear-gradient(bottom, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: linear-gradient(0deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD86F", endColorstr="#FCCB53",GradientType=0 );
}

.left_info_item_project .button_wrapper {
  margin-top: 1rem;
}

.poh_project {
  margin-top: 3rem;
}

.main_gray {
  background-color: #FBFBFB;
  padding: 2rem 0;
  margin: 2rem 0;
}

.item_planirovka {
  cursor: pointer;
  text-align: center;
  padding-top: 1rem;
}

.item_planirovka .img {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.item_planirovka .img > .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(138, 201, 119, 0.7);
  cursor: pointer;
  opacity: 0;
  transition: 0.3s linear;
}

.item_planirovka .img > .hover > img {
  display: block;
  width: 72px;
  height: 72px;
  cursor: pointer;
}

.item_planirovka .img:hover .hover {
  opacity: 1;
}

.bottom_plan {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0.75rem;
}

.bottom_plan div {
  flex: 1 0;
  border-bottom: 1px dotted #000;
  height: 19px;
  margin: 0 0.5rem;
}

.item_planirovka > p {
  font-size: 1.5rem;
  text-align: center;
}

.item_planirovka > a {
  color: #8AC977;
  font-size: 1rem;
  text-align: center;
  text-decoration: underline !important;
  margin-bottom: 1rem;
  display: inline-block;
}

.item_planirovka > a:hover {
  text-decoration: unset !important;
}

.slider_photo_about {
  background: #fff !important;
  padding-bottom: 3rem;
}

.main .heading_footer {
  margin-top: 2.5rem;
  padding-bottom: 1rem;
}

.main .form-header {
  font-weight: 600;
  font-size: 1.125rem;
  color: #8D8A99;
}

.main .form {
  padding-top: 9.75rem;
}

.main .form-group label {
  display: none;
}

.main .form-group {
  margin-bottom: 1rem;
}

.main input[name=name1],
.main input[name=email],
.main textarea,
.main input[name=phone] {
  position: relative;
  background-color: #EDF1F2;
  border: unset;
  border-radius: 7px;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.25rem 0 1.25rem 2rem;
}

.w80 {
  width: 80%;
  margin-left: 0;
}

.main input[type=checkbox] + label::after {
  width: 2rem;
  height: 2rem;
  background-color: #EEEEEE;
  border-radius: 5px;
  border: unset;
}

.main input[type=checkbox] + label::before, .main input[type=radio] + label::before {
  width: 1.5em;
  height: 1.5rem;
  z-index: 100;
  border-bottom-color: #9BAD70;
  border-right-color: #9BAD70;
}

.main input[type=checkbox]:checked + label::before {
  width: 0.75rem;
  top: 1px;
  left: 11px;
}

.main input[type=checkbox] + label, .main input[type=radio] + label {
  padding-left: 3.5rem;
  font-size: 1rem;
  line-height: 1;
}

.main .agreement-label > a {
  color: #9BAC70;
}

.main form > .button {
  margin-top: 1rem;
}

#modal-not-agreement .btn {
  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;
  text-align: center;
  width: 100%;
  background: -o-linear-gradient(90deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(252, 203, 83)), to(rgb(255, 216, 111)));
  background: -o-linear-gradient(bottom, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  background: linear-gradient(0deg, rgb(252, 203, 83) 0%, rgb(255, 216, 111) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD86F", endColorstr="#FCCB53",GradientType=0 );
  font-family: "Oranienbaum", sans-serif;
  font-size: 1.875rem;
  border: unset;
  border-radius: 7px;
  padding: 1.25rem;
  -webkit-box-shadow: 0px 1px #FFD86F;
  box-shadow: 0px 1px #FFD86F;
  position: relative;
  z-index: 100;
  line-height: 2.1875rem;
  margin-bottom: 7px;
  overflow: hidden;
  cursor: pointer !important;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  outline: 0;
  border: 0px;
  color: #212529;
}

#map {
  height: 547px;
}

#map .gmnoprint,
#map .gm-control-active {
  display: none;
}

#fixed_sidebar.scroll {
  position: fixed;
  top: 0;
}

#fixed_sidebar.scroll > .sidebar {
  padding-right: 2rem;
}

#content_about {
  position: relative;
  z-index: 0;
}

.slider_photo_about {
  z-index: 150;
  padding-bottom: 0rem;
}

.o-companii {
  padding-top: 4.65rem;
}

.about_page_bests {
  margin-top: 2rem;
}

#ca_bests {
  padding-top: 4rem;
}

.about_page_bests p > strong {
  color: #464646;
  font-size: 1rem;
}

.about_page_bests p {
  color: #464646;
  font-size: 0.875rem;
}

#content_about_1 {
  background-color: #FBFBFB;
}

.ul_geo {
  padding-top: 2rem;
}

.ul_geo > p {
  position: relative;
  margin-bottom: 0rem;
  margin-top: 0.5rem;
  margin-left: 2rem;
}

.ul_geo > p::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -26px;
  top: 3px;
  border-radius: 100%;
  background: rgb(255, 216, 111);
  background: radial-gradient(circle, rgb(255, 216, 111) 0%, rgb(252, 183, 8) 100%);
  box-shadow: 0px 0px 15px #FFD86F;
}

.image_geo {
  margin-top: -140px;
  width: 850px;
}

#ca_bests {
  padding-bottom: 0rem;
}

#ca_geo {
  padding: 3.875rem 0 0;
}

#ca_company {
  padding: 3.875rem 0 0;
}

#ca_clients {
  padding: 3.875rem 0 0;
}

.cifra_company {
  margin-top: 2rem;
}

.cifra_company > p {
  font-size: 1.125rem;
  margin: 0;
  text-align: center;
}

.cifra_company > p > strong {
  font-size: 4rem;
  color: #90A044;
  font-weight: 600;
}

.clients_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clients_img .cli {
  margin-top: 2rem;
}

.dir_message_wrapper {
  background: url("../i/dir_message.jpg") center center/contain no-repeat;
  width: 706px;
  height: 248px;
  padding: 2rem 8rem 2rem 4rem;
  margin-top: 4rem;
  margin-left: 0;
}

#ca_team {
  margin-top: 0rem;
  padding: 3.875rem 0 0rem;
}

.sotr_kluch {
  margin-top: 2rem;
  position: relative;
}

#ca_message {
  padding: 3.875rem 0 1rem;
}

.name_dir_message {
  display: flex;
  flex-direction: row;
  padding-left: 4rem;
  margin-top: 0.5rem;
  align-items: center;
}

.podpis_dir {
  width: 159px;
}

.name_dir > p {
  font-size: 0.875rem;
}

.name_dir > p > strong {
  font-size: 1rem;
}

.name_about {
  position: absolute;
}

.up_name_about {
  display: block;
  border-radius: 5px;
  position: relative;
  z-index: 100;
}

.up_name_about > p {
  color: #fff;
  background-color: #9BAA70;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.up_name_about::before {
  content: "";
  position: absolute;
  left: 65px;
  bottom: 5px;
  right: 5px;
  height: 1px;
  box-shadow: 0px 0px 10px 3px #000;
  z-index: -1;
}

.down_name_about {
  position: absolute;
  background-color: #9BAA70;
  top: 25px;
  left: 60px;
  padding: 1.5rem 1rem 0.5rem;
  border-radius: 5px;
  width: 100%;
  z-index: 0;
}

.down_name_about > p {
  color: #fff;
}

.name_about_1 {
  top: 300px;
  left: -7px;
}

.name_about_2 {
  bottom: 118px;
  left: 0px;
  right: 0px;
  max-width: fit-content;
  max-width: max-content;
  margin: auto;
}

.name_about_3 {
  top: 300px;
  right: -12px;
}

.dir_message {
  position: relative;
}

.dir_message::after {
  content: "";
  position: absolute;
  top: -53px;
  right: -107px;
  display: block;
  background: url("../i/qqbbqqbb.png") center center/contain no-repeat;
  width: 51px;
  height: 44px;
}

#fixed_sidebar {
  min-height: 100%;
}

#fixed_sidebar .sidebar {
  position: sticky;
  top: 0;
}

.img_about_page_bests {
  width: 80px;
}

.wabot {
  display: block;
  border: 0;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 0rem;
  left: 2rem;
  z-index: 100;
}

.wabot:hover {
  border: 0;
}

.wabot svg {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wabot:hover svg {
  transform: scale(1.15);
}

.wabot .tooltip {
  display: block;
  position: absolute;
  top: 0;
  left: 60px;
  white-space: nowrap;
  background: #b8bed0;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  padding: 3px 20px;
  font-size: 12px;
  font-weight: 500;
}

/* B2B Creative */
.b2b_wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 15px 4px 15px;
  text-align: center;
}

.b2b_wrapper > .b2b_text {
  font-size: 0.875rem;
  display: inline-block;
}

.b2b_wrapper > .b2b {
  display: inline-block;
}

.b2b_wrapper > .b2b > img {
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}

.b2b_wrapper > .b2b > a {
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.b2b_wrapper > .b2b > a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 899px) {
  .b2b_wrapper > .b2b {
    display: block;
    padding-top: 8px;
  }
}
/* Internet Explorer */
@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1172px !important;
  }
}
/* Responsive */
@media screen and (max-width: 1399px) {
  .logotype {
    margin-left: 0rem;
  }
  .phone {
    width: 200px;
  }
  .header_wb_wrapper::before {
    display: none;
  }
  .footer_wb_wrapper {
    margin-left: 0px;
  }
  .footer_wb_wrapper::after {
    display: none;
  }
  .item_otziv .text {
    min-height: 115px;
    padding: 0 0.5rem;
  }
  .image_geo {
    width: 750px;
  }
  .dir_message_wrapper {
    margin: auto;
    margin-top: 2rem;
  }
  .name_about_1 {
    left: -15px;
  }
  .name_about_3 {
    right: 45px;
  }
  .sidebar .heading_coop {
    padding: 0rem 0 1rem;
  }
  .o-companii {
    padding-top: 3.65rem;
  }
  #ca_bests {
    padding-top: 3rem;
  }
  #ca_geo, #ca_company, #ca_message, #ca_team {
    padding-top: 2.875rem;
  }
  #ca_team {
    margin-top: 0;
  }
  .navigation a {
    font-size: 0.875rem;
    padding: 0.75rem 0.5rem;
  }
}
@media screen and (max-width: 1299px) {
  .up_button_preheader {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .h1 > h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .downh1 > p {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .button_wrapper button {
    padding: 0.75rem;
  }
  .header_wb_wrapper {
    top: -344px;
  }
  #down_first_block {
    margin-top: 8rem;
  }
  .back1 {
    min-height: 910px;
  }
  .heading p, .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .heading strong {
    font-size: 3rem;
    line-height: 3rem;
  }
  .heading strong::before {
    height: 11px;
    bottom: 4px;
  }
  .preheading > p {
    font-size: 1.125rem;
  }
  .box_zadachi {
    margin-top: 3rem;
    padding-bottom: 0rem;
  }
  .down_button_otziv {
    margin-bottom: 4rem;
  }
  #projects {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  #projects .heading {
    padding-bottom: 0rem;
  }
  .form_wrapper {
    margin-top: 0rem;
  }
  .heading_look_photo {
    margin-top: 4rem;
  }
  #slider_photo {
    z-index: 1;
  }
  #dom {
    z-index: 0;
    margin-top: -55px;
  }
  .white_box_slojno_wrapper {
    margin-top: 9rem;
  }
  .rabotaem_box {
    margin-top: 5rem;
  }
  .box_pro {
    margin-top: 2rem;
  }
  .otz_heading {
    margin-top: 4rem;
  }
  .slider_otz {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .footer_wb_wrapper {
    margin-top: 50px;
  }
  .form_wrapper.footer {
    margin-top: 180px;
  }
  #footer {
    background-size: cover;
  }
  .form_wrapper.footer::before {
    width: 318px;
    height: 90px;
    bottom: -48px;
    left: -53px;
    background-size: contain;
  }
  .fancybox-close-small {
    right: 1rem;
    top: 1rem;
  }
  .back1_coop {
    padding-bottom: 8rem;
  }
  .podpis_dir {
    width: 120px;
  }
  .h1 > h1 {
    font-size: 3.5rem;
    line-height: 1;
  }
  .button_wrapper.calc_btn {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1279px) {
  .navigation {
    padding-left: 0rem;
  }
  .mini_white_box_heading > p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .white_box_slojno_wrapper {
    width: 1037px;
    height: 657px;
  }
  .img_igor {
    width: 535px;
    margin-left: -2rem;
  }
  .white_box_slojno_wrapper .text > p {
    margin-bottom: 1.25rem;
  }
  .w1_wrapper {
    margin-top: 0rem;
  }
  .img_mans {
    width: 720px;
  }
  .item_otziv p > br {
    display: none;
  }
  .navigation a {
    font-size: 1rem;
  }
  .image_geo {
    width: 628px;
    margin-top: -100px;
  }
  .dir_message_wrapper {
    background: url("../i/dir_message.jpg") center center/contain no-repeat;
    width: 675px;
    height: 263px;
    padding: 3rem 6rem 4rem 3rem;
    margin-top: 2rem;
    margin-left: 0;
  }
  .dir_message::after {
    right: -76px;
    top: -55px;
  }
  .logotype > img {
    width: 70px;
  }
  .logotype {
    width: 225px;
  }
  .logotype > p {
    font-size: 0.875rem;
  }
  .logotype {
    width: 230px;
    padding-top: 4rem;
    padding-bottom: 0rem;
    flex-direction: column;
  }
  .logotype > p {
    text-align: center;
    border-left: 0;
    margin: 1rem 0;
    padding-left: 0;
  }
  .navigation_wrap {
    padding: 0rem 0.25rem 0 0rem;
    overflow: hidden;
  }
  .navigation a {
    font-size: 0.875rem;
  }
  #down_first_block {
    margin-top: 3rem;
  }
  .menu_toogle_navigation {
    display: none;
  }
}
@media screen and (max-width: 1149px) {
  .navigation {
    padding-left: 4rem;
  }
  .navigation a {
    font-size: 0.875rem;
  }
  .back1_coop {
    padding-bottom: 7rem;
  }
  #footer_coop li > a {
    font-size: 0.875rem;
  }
  .heading_footer > p {
    font-weight: 600;
    font-size: 1rem;
  }
  .geo_footer_coop p, .time_footer_coop p,
  .phone_footer_coop a, .email_footer_coop a {
    font-size: 0.875rem;
  }
  .geo_footer_coop p:first-child, .time_footer_coop p:first-child {
    font-size: 0.75rem;
  }
  .mini_white_box_text > p {
    font-size: 1rem;
    padding-bottom: 1rem;
    line-height: 1.5rem;
  }
  .w1_wrapper {
    width: 394px;
    height: 553px;
    padding: 5rem 1rem 3.5rem 4.5rem;
  }
  .img_mans {
    width: 640px;
  }
  .w1 p > strong {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .w1 p {
    font-size: 1rem;
  }
  .w1_wrapper .button_wrapper button {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .w1_wrapper .button_wrapper {
    margin-left: -1.75rem;
    margin-top: 1.5rem;
  }
  .form_wrapper {
    background-size: contain;
    width: 415px;
    height: 745px;
    padding: 5rem 3rem 2rem 4rem;
  }
  .form-group label, .labelformgroup {
    padding-bottom: 0.25rem;
  }
  .form-group img {
    position: absolute;
    top: 38px;
  }
  .heading_form {
    padding-bottom: 0.5rem;
  }
  .form-group {
    margin-bottom: 1.5rem;
  }
  .labelformgroup {
    margin-bottom: 0;
  }
  .heading_form > p > strong {
    font-size: 2.25rem;
  }
  .book {
    width: 1610px;
    margin-right: -255px;
  }
  .white_box_slojno_wrapper {
    width: 911px;
    height: 571px;
  }
  .white_box_slojno_wrapper .text {
    padding-top: 5rem;
  }
  .white_box_slojno_wrapper .text > p > strong {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .white_box_slojno_wrapper .text > p {
    font-size: 1rem;
  }
  .img_igor {
    width: 480px;
  }
  .name {
    right: 40px;
  }
  .footer_wb_wrapper {
    background-size: contain;
    width: 431px;
    height: 430px;
  }
  #footer .heading_form > p {
    margin-bottom: 0;
  }
  .fancybox-slide--html .fancybox-content {
    background: unset;
    padding: 0;
    width: 100%;
    max-width: 415px;
  }
  .fancybox-close-small {
    right: 1rem;
    top: 1rem;
  }
  .image_geo {
    width: 575px;
  }
  .dir_message_wrapper {
    width: 599px;
    height: 259px;
  }
  .dir_message_wrapper {
    background: #fff;
    border: 7px solid #eee;
    border-radius: 7px;
    padding: 2rem 6rem 1rem 3rem;
    width: 100%;
    height: auto;
  }
  .name_about_1 {
    left: -30px;
    top: unset;
    bottom: 230px;
  }
  .name_about_3 {
    right: 45px;
    top: unset;
    bottom: 230px;
  }
  .clients_img .cli > img {
    height: 80px;
  }
  .logotype {
    width: 160px;
  }
  .right_header {
    padding-left: 1rem;
  }
  .navigation {
    padding-left: 0rem;
  }
  .logotype > p {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 1049px) {
  .social_nav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .social_nav {
    display: flex;
  }
  .menu_toogle_navigation {
    display: block;
  }
  .fancybox-slide--html .fancybox-content {
    background: unset;
    padding: 0;
    width: 100%;
    max-width: 366px;
  }
  .fancybox-close-small {
    right: 1rem;
    top: 1rem;
  }
  #footer_coop ul {
    padding-left: 1rem;
  }
  .geo_footer_coop, .time_footer_coop, .phone_footer_coop, .email_footer_coop {
    padding-left: 0rem;
  }
  .geo_footer_coop::after {
    left: -30px;
  }
  .time_footer_coop::after {
    left: -26px;
  }
  .phone_footer_coop::after {
    left: -26px;
  }
  .email_footer_coop::after {
    left: -29px;
  }
  .copyright_footer_coop p {
    font-size: 0.675rem;
  }
  .toogle_navigation {
    width: 40px;
    height: 40px;
    margin-top: 0.75rem;
    background: unset;
    outline: 0;
    border: 0;
    position: relative;
    cursor: pointer;
  }
  .toogle_navigation > span {
    position: absolute;
    right: 0;
    height: 1px;
    background-color: #ffffff;
  }
  .toogle_navigation > span:nth-child(1) {
    width: 40px;
    top: 10px;
  }
  .toogle_navigation > span:nth-child(2) {
    width: 30px;
    top: 20px;
  }
  .toogle_navigation > span:nth-child(3) {
    width: 35px;
    top: 30px;
  }
  #header {
    z-index: 200;
  }
  .navigation {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-color: #f6f6f6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-left: -200%;
    margin-top: 0;
    transition: 0.3s linear;
    transform: scale(1);
    opacity: 0;
  }
  .navigation.active {
    margin-left: 0%;
    margin-top: 0%;
    transform: scale(1);
    opacity: 1;
  }
  .navigation a {
    font-size: 1rem;
    height: 50px;
    padding: 0;
    margin: 0;
    color: #3C3857;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    margin: 0.25rem 0;
    transition: 0.3s linear;
  }
  .navigation a:hover {
    background-color: #ffffff;
  }
  .navigation a::after {
    display: none;
  }
  .navigation a.active::before {
    width: 70px;
    height: 1px;
    bottom: 11px;
    background-color: #d2d2d2;
  }
  .navigation .menu-item {
    width: 100%;
  }
  .close_navigation {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background: unset;
    outline: 0;
    border: 0;
    cursor: pointer;
  }
  .close_navigation * {
    cursor: pointer;
  }
  .close_navigation > span {
    position: absolute;
    right: 0;
    height: 1px;
    background-color: #000;
  }
  .close_navigation > span:nth-child(1) {
    width: 40px;
    top: 18px;
    left: -2px;
    transform: rotate(45deg);
  }
  .close_navigation > span:nth-child(2) {
    width: 40px;
    top: 18px;
    left: -2px;
    transform: rotate(-45deg);
  }
  .kama_breadcrumbs > span > a > span,
  .kama_breadcrumbs > span.kb_sep,
  .kama_breadcrumbs > span.kb_title {
    font-size: 0.875rem;
  }
  .kama_breadcrumbs {
    padding: 0.5rem 0;
  }
  .kama_breadcrumbs > span.kb_sep {
    padding: 0 0.5rem;
  }
  .header_wb_wrapper {
    top: -411px;
    right: 10px;
    width: 316px;
    height: 293px;
  }
  .header_wb > p {
    font-size: 1rem;
  }
  .header_wb {
    padding: 3.5rem 2rem 3rem 4rem;
  }
  #preheader .button_wrapper {
    max-width: 320px;
  }
  .downh1 > p {
    font-size: 2rem;
  }
  .header_wb_wrapper {
    top: -293px;
  }
  .mini_white_box_heading > p {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .mini_white_box_text > p {
    font-size: 0.875rem;
    padding-bottom: 1rem;
    line-height: 1rem;
  }
  .mini_white_box_wrapper::before {
    height: 130px;
  }
  .back1 {
    min-height: 830px;
  }
  .img_mans {
    width: 500px;
  }
  .w1_wrapper {
    width: 340px;
    height: 478px;
    padding: 4rem 1rem 3rem 3.5rem;
  }
  .img_mans {
    margin-right: 2rem;
    margin-top: 2rem;
  }
  .w1 p > br, .w1 p > strong > br {
    display: none;
  }
  .w1 p {
    font-size: 0.875rem;
    margin: 0.5rem 0;
  }
  .item_otziv {
    min-height: auto;
    padding-bottom: 1rem;
  }
  .item_otziv p {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
  .item_otziv .text {
    min-height: unset;
    height: unset;
  }
  .long_otziv p {
    font-size: 0.875rem;
  }
  .long_otziv {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .long_otziv::after {
    background-color: #e1ebf5;
    left: 1.5rem;
  }
  .project .text > p > strong {
    font-size: 1rem;
  }
  #full_cat {
    padding-top: 3rem;
  }
  .form_wrapper {
    background-size: contain;
    width: 365px;
    height: 653px;
    padding: 3.5rem 2rem 2rem 2rem;
  }
  .radio input[type=checkbox] + label, .radio input[type=radio] + label {
    height: 50px;
    width: 50px;
  }
  .radio input[type=radio] + label::before {
    width: 50px;
    height: 50px;
    background-size: contain;
  }
  .radio {
    display: block;
    width: 50px;
    height: 50px;
  }
  .button_wrapper button {
    font-size: 1.675rem;
  }
  .form .button {
    margin-top: 1.5rem;
  }
  .book {
    width: 1488px;
    margin-right: -356px;
    margin-top: -584px;
  }
  .photo_item_wrap {
    width: 410px;
  }
  .slick_button_photo {
    max-width: 451px;
  }
  .nav_slider_photo {
    margin-top: -6.5rem;
  }
  .zv1 {
    top: 350px;
  }
  .zv4 {
    top: 560px;
    right: unset;
    left: 125px;
  }
  .zv3 {
    top: 470px;
    left: 338px;
  }
  .wh_center {
    width: 687px;
    height: 130px;
    border-radius: 10px;
  }
  .wh_center p {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .white_box_slojno_wrapper {
    width: 687px;
    height: 435px;
    margin: auto;
    margin-top: 4rem;
  }
  .img_igor {
    width: 320px;
  }
  .name > .fio > p {
    font-size: 1rem;
  }
  .name > .fio > .text > p {
    color: #fff;
    margin: 0;
    font-size: 0.75rem;
  }
  .name > .fio::before {
    width: 183px;
  }
  .name {
    right: 25px;
  }
  .white_box_slojno_wrapper .text {
    padding-top: 2.75rem;
  }
  .white_box_slojno_wrapper .text > p > strong {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .white_box_slojno_wrapper .text > p {
    font-size: 0.875rem;
  }
  .white_box_slojno_wrapper .text > p > strong > i::before {
    height: 3px;
    bottom: 4px;
  }
  .rabotaem_box {
    margin-top: 3rem;
  }
  .box_pro > .down_text > p {
    font-size: 1rem;
  }
  .slick_prev_otz {
    margin-left: -10px;
  }
  .slick_next_otz {
    margin-right: -10px;
  }
  .otz_wrap .text {
    padding: 1rem;
  }
  .text > .head > p > strong {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .text > .head {
    padding-left: 2rem;
  }
  .text > .head > p > strong::before {
    width: 21px;
    height: 2px;
    top: 15px;
    left: -32px;
  }
  .otz_wrap .text_relative {
    margin-top: 1rem;
  }
  .otz_wrap .texting > p {
    font-size: 0.875rem;
  }
  .otz_wrap .texting {
    position: absolute;
    padding-right: 2rem;
  }
  .otz_name {
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .otz_name > .img {
    width: 50px;
    height: 50px;
    max-width: 50px;
  }
  .click {
    bottom: 85px;
  }
  .click > strong {
    font-size: 0.875rem;
  }
  .click > img {
    width: 15px;
  }
  .otz_name > .name {
    position: unset;
  }
  .otz_name > .name p {
    font-size: 1rem;
  }
  .otz_wrap.active .texting {
    left: -1rem;
    right: -1rem;
  }
  .otz_wrap.active .texting {
    padding: 0rem 2.5rem 0rem 1rem;
  }
  .close_otz > strong {
    font-size: 0.875rem;
  }
  .close_otz > img {
    width: 15px;
  }
  .heading p, .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .heading strong {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .nav_slider_otz {
    margin-top: -4rem;
  }
  .footer_wb_wrapper {
    width: 328px;
    height: 327px;
    padding: 4.2rem 1rem 4rem 4.5rem;
  }
  .footer_wb > p > strong {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .footer_wb p:first-child::before {
    width: 20px;
    top: 11px;
    left: -32px;
  }
  .footer_wb > p {
    font-size: 0.875rem;
  }
  .form_wrapper.footer {
    margin-left: -22px;
  }
  #footer {
    padding-bottom: 150px;
  }
  .heading strong::before {
    height: 7px;
  }
  .sidebar button {
    font-size: 0.875rem;
  }
  .about_page_bests p > strong {
    font-size: 0.875rem;
  }
  .ul_geo > p {
    font-size: 0.875rem;
  }
  .image_geo {
    width: 100%;
    margin-top: -65px;
  }
  .clients_img {
    flex-wrap: wrap;
  }
  .up_name_about > p {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
  }
  .down_name_about > p {
    font-size: 0.875rem;
  }
  .down_name_about {
    padding: 0.75rem 0.5rem 0.25rem;
  }
  .about_page_bests br {
    display: none;
  }
  .cifra_company > p > strong {
    font-size: 3rem;
  }
  .clients_img {
    justify-content: space-evenly;
  }
  .name_about_2 {
    bottom: 118px;
    left: 0px;
    right: 0px;
    max-width: fit-content;
    margin: auto;
  }
  .cifra_company > p {
    font-size: 0.875rem;
  }
  .name_dir_message {
    padding-left: 3rem;
  }
  .name_about_1 {
    left: 0px;
    bottom: 216px;
  }
  .sidebar {
    padding-left: 1rem;
  }
  .heading_coop h1 {
    font-size: 2.25rem;
  }
  .o-companii {
    padding-top: 2.5rem;
  }
  #ca_bests {
    padding-top: 2.5rem;
  }
  #ca_geo, #ca_company, #ca_message, #ca_team {
    padding-top: 2.5rem;
  }
  .heading p, .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .navigation_wrap {
    flex-direction: row-reverse;
  }
  .logotype {
    position: relative;
    padding-top: 3.5rem;
  }
  .logotype p {
    margin-bottom: 0.5rem;
  }
  .social_header {
    display: none;
  }
  .right_header {
    margin-top: 1rem;
  }
  .navigation_wrap {
    margin-top: 1.5rem;
  }
  .phone {
    width: auto;
    float: inherit;
    margin-right: 0rem;
  }
  .social_nav {
    padding: 0.5rem 0;
  }
  .phone > a > strong {
    font-size: 1.25rem;
  }
  .right_header .up > .address_header, .right_header .up > .time_header, .phone button {
    font-size: 0.875rem;
  }
  .right_header .up > .address_header {
    max-width: 125px;
  }
  .navigation {
    justify-content: flex-start;
    padding-top: 4rem;
  }
  .mini_white_box_wrapper {
    height: 130px;
  }
  .h1 > h1 {
    font-size: 2.5rem;
  }
  .button_wrapper button {
    font-size: 1.5rem;
  }
  #preheader .button_wrapper {
    max-width: 260px;
  }
  .button_wrapper.calc_btn button::after {
    content: "";
    position: absolute;
    right: 2rem;
  }
  #preheader {
    padding-top: 7rem;
  }
  .preheader_wrapper .left {
    width: 40%;
  }
  .preheader_wrapper .right {
    flex: 1;
    margin-left: 0;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .w80 {
    width: 100%;
  }
  .logotype {
    width: 155px;
  }
  .logotype > p {
    display: none;
  }
  .logotype {
    width: 135px;
    padding-bottom: 1rem;
  }
  .logotype::before {
    width: 90%;
    border-radius: 13px;
  }
  .back1_coop {
    padding-bottom: 2rem;
  }
  .phone {
    margin-right: 2rem;
    padding-bottom: 1.25rem;
  }
  .toogle_navigation {
    margin-top: 0.25rem;
  }
  .heading_footer {
    padding-left: 1rem;
    margin-top: 2rem;
  }
  .geo_footer_coop p, .time_footer_coop p, .phone_footer_coop a, .email_footer_coop a {
    margin-left: 2rem;
  }
  .phone_footer_coop::after {
    left: 1px;
  }
  .email_footer_coop::after {
    left: -1px;
  }
  .geo_footer_coop::after {
    left: 13px;
  }
  .time_footer_coop::after {
    left: 16px;
  }
  .geo_footer_coop, .time_footer_coop {
    padding-left: 1rem;
  }
  .copyright_footer_coop {
    padding-left: 1rem;
  }
  .header_wb_wrapper {
    top: -293px;
    position: unset;
    margin: auto;
    margin-top: 2rem;
  }
  .up_button_preheader {
    text-align: center;
  }
  .h1 {
    text-align: center;
  }
  .h1 > h1::before {
    height: 9px;
  }
  .downh1 > p {
    font-size: 2rem;
    text-align: center;
  }
  #preheader .button_wrapper {
    max-width: 320px;
    margin: auto;
  }
  .flex_mwbw {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mini_white_box_wrapper {
    max-width: 210px;
    height: 160px;
  }
  .mini_white_box_text > p {
    font-size: 0.875rem;
    padding-bottom: 1rem;
    line-height: 1.4rem;
  }
  .mini_white_box_heading > p {
    font-size: 1.75rem;
    line-height: 1.75rem;
    padding-bottom: 0.5rem;
  }
  .back2 {
    padding-top: 3rem;
  }
  .img_mans {
    margin-right: unset;
    margin-top: 0rem;
    float: unset;
    width: 100%;
  }
  .w1_wrapper {
    margin: auto;
  }
  .long_otziv {
    padding: 2rem;
    background-size: cover;
  }
  .long_otziv::after {
    background-color: #dae6f2;
  }
  .book {
    display: none;
  }
  .form_wrapper {
    margin: auto;
  }
  .preheading > p br {
    display: none;
  }
  .mini_white_box_wrapper::before {
    width: 70%;
  }
  .heading strong::before {
    display: none;
  }
  .heading strong {
    text-decoration: underline;
    text-decoration-color: #81C5D6;
  }
  #preheader {
    padding-top: 2rem;
  }
  .nav_slider_photo {
    margin-top: -2.5rem;
  }
  .nav_slider_otz .current, .nav_slider_photo .current {
    font-size: 2rem;
  }
  .nav_slider_otz .palka, .nav_slider_photo .palka {
    font-size: 1rem;
  }
  .nav_slider_otz .maximum, .nav_slider_photo .maximum {
    font-size: 1rem;
  }
  .nav_slider_otz {
    margin-top: 1rem;
  }
  .zv1 {
    top: 185px;
    left: 10px;
  }
  .zv1 > .yellow {
    left: 2rem;
    float: left;
    margin: unset;
  }
  .zv4 {
    top: 385px;
    left: 10px;
    right: unset;
  }
  .zv4 > .yellow {
    left: 2rem;
    float: left;
    margin: unset;
  }
  .zv2 {
    top: 100px;
    right: 10px;
    left: unset;
  }
  .zv2 > .yellow {
    float: right;
    right: 2rem;
    top: -1rem;
    margin: unset;
  }
  .zv5 {
    top: 325px;
    right: 10px;
    left: unset;
  }
  .zv5 > .yellow {
    float: right;
    right: 2rem;
    top: -1rem;
    margin: unset;
  }
  .zv3 {
    top: 525px;
    right: 10px;
    left: unset;
  }
  .zv3 > .yellow {
    float: right;
    right: 2rem;
    top: -1rem;
    margin: unset;
  }
  .wh_center {
    width: 437px;
  }
  .wh_center p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .white_box_slojno_wrapper {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: unset;
    background: unset;
  }
  .img_igor {
    position: unset;
    margin: auto;
  }
  .img_igor .name {
    top: 195px;
  }
  .white_box_slojno_wrapper .text {
    padding-top: 1rem;
    text-align: center;
  }
  .white_box_slojno_wrapper .text > p:nth-child(2)::before {
    display: none;
  }
  .white_box_slojno_wrapper .row > .col-12 {
    background: #FFFFFF;
    max-width: 400px;
    margin: auto;
    border-radius: 10px;
    padding: 0.5rem;
  }
  .white_box_slojno_wrapper > .row > .col-12 > .text {
    border: 1px solid #9BAB70;
    border-radius: 7px;
  }
  .footer_wb_wrapper {
    margin: auto;
    margin-top: 2rem;
  }
  .form_wrapper.footer {
    margin: auto;
  }
  .form_wrapper.footer::before {
    width: 195px;
    height: 67px;
    bottom: -38px;
    left: -28px;
  }
  .otz_wrap {
    margin: auto;
    flex-direction: column;
    max-width: 400px;
  }
  #footer .heading > p,
  #footer .heading {
    text-align: center;
  }
  .otz_wrap > .img {
    width: 100%;
  }
  .otz_wrap > .text {
    width: 100%;
    min-height: 335px;
  }
  .nav_slider_otz,
  .nav_slider_photo {
    display: none;
  }
  .slick_button_otz {
    margin-top: 0px;
  }
  .white {
    padding: 2rem 1.5rem 2rem;
  }
  .white > p {
    color: #464646;
    font-size: 1rem;
  }
  .main .form {
    padding-top: 2rem;
  }
  .right_header .up {
    display: none;
  }
  .navigation_wrap {
    margin-top: 1rem;
  }
  .right_header {
    padding-left: 2rem;
  }
  .navigation .up {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .navigation .up > .address_header {
    max-width: inherit;
  }
  .navigation .up > .phone {
    margin-right: 0rem;
  }
  .right_header .up > .address_header > span, .right_header .up > .time_header > span {
    font-weight: 600;
    display: block;
    font-size: 1.125rem;
    white-space: nowrap;
    margin-top: 1rem;
  }
  .navigation .up > .phone button {
    color: #3D658F;
    margin: auto;
    border-bottom: 1px dashed #3D658F;
  }
  .social_nav {
    display: none;
  }
  .navigation_wrap {
    margin-top: 0rem;
    width: auto;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 5px;
  }
  .right_header {
    align-items: flex-end;
  }
  .navigation .social_header {
    display: flex;
  }
  .navigation.active {
    overflow-y: scroll;
  }
  .navigation .social_header a {
    margin: 1rem 0.125rem;
  }
  .navigation_wrap {
    background: none;
  }
  .navigation_wrap .phone {
    margin-right: 0;
    padding-bottom: 0;
  }
  .right_header {
    margin-top: 0.5rem;
  }
  .menu_toogle_navigation {
    width: 45px;
    height: 40px;
    display: block;
    position: relative;
    background-color: #fff;
    padding-left: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 5px;
  }
  .menu_toogle_navigation > span:nth-child(1n) {
    top: 11px;
    width: 28px;
  }
  .menu_toogle_navigation > span:nth-child(2n) {
    top: 20px;
    width: 28px;
  }
  .menu_toogle_navigation > span:nth-child(3n) {
    top: 29px;
    width: 28px;
  }
  .navigation {
    padding-bottom: 3rem;
  }
  .preheader_wrapper {
    flex-direction: column;
  }
  .preheader_wrapper .left {
    width: 100%;
  }
  .preheader_wrapper .right {
    flex: 1;
    width: 100%;
    height: 400px;
    margin-top: 3rem;
  }
  .h1 {
    text-align: center;
    margin: auto;
  }
  #preheader .button_wrapper {
    max-width: 320px;
    margin: auto;
    margin-top: 2rem;
  }
  #preheader .button_wrapper {
    max-width: 320px;
    margin: auto;
    margin-top: 2rem;
  }
  .mini_white_box_wrapper {
    max-width: 190px;
    height: 140px;
  }
  .video_wrapper {
    height: 224px;
    width: 415px;
    margin: auto;
  }
  .play_video {
    transform: scale(0.5);
  }
  .video_inner .text {
    top: 1rem;
    font-size: 2rem;
  }
  .video_wrapper {
    position: absolute;
    top: 7rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .wrapper_buttons {
    margin-top: 285px;
  }
  .mini_white_box_wrapper {
    max-width: 185px;
  }
  .preheader_wrapper .right {
    margin-top: 0rem;
  }
  #preheader {
    padding-top: 3rem;
  }
  .mobile_display_none {
    display: none;
  }
  .wh_center {
    margin-top: 46px;
  }
  .navigation_wrap .up > .phone {
    display: flex;
    position: absolute;
    top: 0;
    height: 65px;
    left: 2rem;
    justify-content: center;
    align-items: flex-start;
  }
  .navigation_wrap .up > .phone button {
    margin: 0;
    padding: 0;
  }
  .navigation_wrap .up > .phone a {
    margin: 0;
    height: auto;
    background: inherit;
  }
  .navigation_wrap .up .phone > a > strong {
    font-size: 1.25rem;
    margin-bottom: 0.125rem;
    margin-left: 0.125rem;
  }
  .preheader_wrapper .right {
    height: 0;
  }
}
@media screen and (max-width: 499px) {
  .navigation::before {
    left: 2rem;
    right: unset;
  }
  .navigation.active {
    padding-top: 4rem;
  }
  .phone {
    margin-right: 1rem;
  }
  .back1_coop {
    background-size: auto;
  }
  .copyright_footer_coop {
    padding-left: 0;
    text-align: center;
  }
  #footer_coop ul {
    padding-left: 0rem;
    max-width: 250px;
    margin: auto;
    margin-top: 2rem;
    text-align: center;
  }
  .heading_footer {
    padding-left: 1rem;
    max-width: 207px;
    margin: auto;
    margin-top: 2rem;
  }
  .geo_footer_coop, .time_footer_coop {
    padding-left: 1rem;
    max-width: 182px;
    margin: auto;
    margin-top: 1rem;
  }
  .heading_footer > p {
    text-align: center;
  }
  .kama_breadcrumbs > span > a > span,
  .kama_breadcrumbs > span.kb_sep,
  .kama_breadcrumbs > span.kb_title {
    font-size: 0.675rem;
  }
  .kama_breadcrumbs {
    padding: 0.25rem 0;
  }
  .kama_breadcrumbs > span.kb_sep {
    padding: 0 0.25rem;
  }
  .mini_white_box_wrapper {
    max-width: auto;
    height: 140px;
    width: 48%;
    margin: 1% auto;
  }
  .item_otziv {
    max-width: 250px;
    margin: auto;
    margin-top: 2rem;
  }
  .heading strong {
    font-size: 2rem;
    line-height: 2rem;
  }
  .heading p, .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
  }
  .heading br {
    display: none;
  }
  .project {
    max-width: 300px;
    margin: auto;
    margin-top: 2rem;
  }
  .preheading {
    text-align: center;
  }
  .form_wrapper {
    background-size: contain;
    width: 338px;
    height: 606px;
    padding: 3rem 2rem 2rem 2rem;
  }
  .heading_form > p > strong {
    font-size: 2rem;
  }
  .heading_form > p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
    margin: 0.5rem 0;
  }
  .form-group label, .labelformgroup {
    font-size: 0.875rem;
  }
  .heading_form {
    padding-bottom: 0rem;
  }
  .photo_item_wrap {
    width: 320px;
  }
  .zv_box.active > .white_wrap_box {
    max-width: 330px;
  }
  #dom {
    height: 950px;
  }
  .wh_center {
    width: 335px;
  }
  .white_box_slojno_wrapper .row > .col-12 {
    max-width: 350px;
  }
  .box_pro {
    margin: auto;
    margin-top: 2rem;
  }
  #footer .heading_form > p {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .slick_next_otz {
    margin-right: 5px;
  }
  .slick_prev_otz {
    margin-left: 5px;
  }
  .otz_wrap .text {
    padding: 2rem 1rem 1rem;
  }
  .mini_white_box_wrapper::before {
    height: 120px;
  }
  .heading_look_photo {
    text-align: center;
  }
  .wh_center {
    height: auto;
  }
  .white_box_slojno_wrapper > .row > .col-12 > .text {
    padding: 1rem;
  }
  .white_box_slojno_wrapper br {
    display: none;
  }
  .nidden_mobile {
    display: none;
  }
  .name_about {
    display: none;
  }
  .dir_message_wrapper {
    padding: 1rem 1rem 1rem 1rem;
  }
  .name_dir_message {
    padding-left: 2rem;
  }
  .name_dir > p {
    font-size: 0.75rem;
  }
  .name_dir > p > strong {
    font-size: 0.875rem;
  }
  .dir_message::after {
    right: -13px;
    top: -34px;
    width: 41px;
    height: 37px;
  }
  .image_geo {
    margin-top: -10px;
  }
  .about_page_bests {
    margin-top: 1.5rem;
    text-align: center;
  }
  .img_about_page_bests {
    width: 80px;
    height: 80px;
    margin: auto;
  }
  .right_header > .navigation_wrap > .phone {
    display: flex;
  }
  .right_header {
    padding-left: 0rem;
  }
  .logotype {
    width: 110px;
  }
  .h1 {
    margin-top: 2rem;
  }
  .mini_white_box_heading > p {
    font-size: 1.5rem;
    line-height: 1;
  }
  .video_inner .text {
    font-size: 1.5rem;
  }
  #preheader {
    padding-top: 1rem;
  }
  .video_wrapper {
    height: 175px;
    width: 290px;
  }
  .wrapper_buttons {
    margin-top: 250px;
  }
  .video_wrapper {
    top: 9rem;
  }
}
@media screen and (max-width: 410px) {
  .phone {
    display: none;
  }
  .phone_and_mobile_button {
    width: 100%;
    max-width: unset;
    flex: unset;
  }
  .right_header > .navigation_wrap > .phone {
    display: flex;
  }
  .right_header {
    padding-left: 0rem;
  }
  .right_header > .navigation_wrap > .phone > a {
    font-size: 1rem;
  }
  .right_header > .navigation_wrap > .phone > a > strong {
    font-size: 1.125rem;
  }
  .video_inner .text {
    font-size: 1.5rem;
  }
  .back1 {
    padding-bottom: 2rem;
  }
  #down_first_block {
    margin-top: 2rem;
  }
  .wrapper_buttons {
    margin-top: 250px;
  }
  .navigation_wrap .up > .phone {
    display: flex;
  }
}
@media screen and (max-width: 371px) {
  .mini_white_box_wrapper {
    max-width: 211px;
    height: 189px;
  }
  .h1 > h1 {
    margin-top: 2rem;
  }
  .header_wb_wrapper {
    width: 288px;
    height: 267px;
  }
  .header_wb > p {
    font-size: 0.875rem;
  }
  .header_wb {
    padding: 2.5rem 2rem 3rem 4rem;
  }
  .back2 {
    padding-top: 1rem;
  }
  .mini_white_box_heading > p {
    font-size: 1.25rem;
  }
  .mini_white_box_text > p {
    font-size: 0.75rem;
  }
  .mini_white_box_wrapper {
    height: 117px;
    padding-top: 0;
  }
  .mini_white_box_wrapper::before {
    height: 90%;
  }
  .w1_wrapper {
    margin: auto;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: auto;
    padding: 0.5rem;
  }
  .w1 {
    padding: 1rem;
    border: 1px solid #EAEAEA;
    border-radius: 7px;
  }
  .w1_wrapper .button_wrapper {
    margin-left: unset;
  }
  .heading {
    text-align: center !important;
  }
  .preheading > p {
    font-size: 1rem;
  }
  .form_wrapper {
    margin: auto;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: auto;
    padding: 0.5rem;
  }
  .form_box {
    padding: 1rem;
    border: 1px solid #EAEAEA;
    border-radius: 7px;
  }
  #footer .form_wrapper {
    margin-top: 2rem;
  }
  .slick_prev_photo, .slick_next_photo,
  .slick_prev_otz, .slick_next_otz {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .slick_next_photo img,
  .slick_prev_photo img,
  .slick_next_otz img,
  .slick_prev_otz img {
    width: 10px;
  }
  .zv_box.active > .white_wrap_box {
    max-width: 285px;
  }
  .wh_center {
    width: 280px;
    margin: auto;
    margin-top: -50px;
    background-size: cover;
    height: auto;
  }
  .white_box_slojno_wrapper .row > .col-12 {
    max-width: 300px;
  }
  .footer_wb_wrapper {
    width: 285px;
    height: 284px;
    padding: 3.2rem 1rem 2.5rem 2.5rem;
  }
  .footer_wb p:first-child::before {
    display: none;
  }
  .right_header > .navigation_wrap > .phone {
    display: flex;
  }
  .video_inner .text {
    font-size: 1.5rem;
  }
  .play_video {
    transform: scale(0.45);
  }
  .h1 > h1 {
    font-size: 2.25rem;
  }
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #FED263;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 5px;
}
[dir='rtl'] .slick-prev
{
    right: 5px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 5px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 0px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
