<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'robotoregular';
  src: url("../font/roboto-regular-webfont.eot");
  src: url("../font/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/roboto-regular-webfont.woff2") format("woff2"), url("../font/roboto-regular-webfont.woff") format("woff"), url("../font/roboto-regular-webfont.ttf") format("truetype"), url("../font/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotomedium';
  src: url("../font/roboto-medium-webfont.eot");
  src: url("../font/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../font/roboto-medium-webfont.woff2") format("woff2"), url("../font/roboto-medium-webfont.woff") format("woff"), url("../font/roboto-medium-webfont.ttf") format("truetype"), url("../font/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'code_proregular';
  src: url("../font/code-pro-webfont.eot");
  src: url("../font/code-pro-webfont.eot?#iefix") format("embedded-opentype"), url("../font/code-pro-webfont.woff2") format("woff2"), url("../font/code-pro-webfont.woff") format("woff"), url("../font/code-pro-webfont.ttf") format("truetype"), url("../font/code-pro-webfont.svg#code_proregular") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  background-repeat: repeat; }
  html.overflow-hidden {
    overflow: hidden; }

body {
  width: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
  background-color: #fff;
  color: #333;
  font-family: "robotoregular", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  background-repeat: repeat; }

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body h1,
body h2,
body h3,
body h4 {
  font-family: "code_proregular", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }
  body h1.white,
  body h2.white,
  body h3.white,
  body h4.white {
    color: #fff; }

body h1 {
  font-size: 40px;
  line-height: 48px; }
  @media screen and (max-width: 480px) {
    body h1 {
      font-size: 34px; } }

body h2 {
  font-size: 36px;
  line-height: 43px; }

body a {
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

body p {
  margin-top: 5px;
  margin-bottom: 10px; }

.sprite {
  display: none; }

input,
textarea {
  outline: none; }
  input:focus, input:hover, input:active,
  textarea:focus,
  textarea:hover,
  textarea:active {
    outline: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-family: "robotoregular", "Arial", sans-serif;
  width: 100%;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

input[type="text"],
input[type="email"],
input[type="tel"] {
  line-height: 46px;
  min-height: 46px; }

textarea {
  line-height: 19px; }

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "robotoregular", "Arial", sans-serif;
  color: #C4C4C4;
  font-style: italic; }

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "robotoregular", "Arial", sans-serif;
  color: #C4C4C4;
  font-style: italic; }

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "robotoregular", "Arial", sans-serif;
  color: #C4C4C4;
  font-style: italic; }

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea {
  /* Firefox 18- */
  font-family: "robotoregular", "Arial", sans-serif;
  color: #C4C4C4;
  font-style: italic; }

.input-error {
  border: 1px solid red !important; }

button {
  outline: none; }

.custom__checkbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer; }
  .custom__checkbox__wrap input[type="checkbox"] {
    width: 1px;
    height: 1px;
    position: absolute;
    visibility: hidden; }
    .custom__checkbox__wrap input[type="checkbox"]:checked + .custom__checkbox::before {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .custom__checkbox__wrap .custom__checkbox {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #C4C4C4;
    margin-right: 9px;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .custom__checkbox__wrap .custom__checkbox::before {
      content: "";
      position: absolute;
      top: -3px;
      left: 0;
      width: 18px;
      height: 18px;
      background-image: url(../img/icon-check.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 18px;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translate(10px, -10px);
          -ms-transform: translate(10px, -10px);
              transform: translate(10px, -10px);
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s; }

.slick-slider .slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #fff;
  outline: none;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
  z-index: 3; }
  .slick-slider .slick-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    opacity: 1;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }

.slick-slider.arrows-white .slick-arrow {
  background-color: #fff; }
  .slick-slider.arrows-white .slick-arrow::before {
    border-right: 2px solid #797979;
    border-bottom: 2px solid #797979; }
  .slick-slider.arrows-white .slick-arrow:hover {
    background-color: #98C831; }
    .slick-slider.arrows-white .slick-arrow:hover::before {
      border-color: #fff; }
  .slick-slider.arrows-white .slick-arrow.slick-disabled {
    background-color: #D6D6D6; }
    .slick-slider.arrows-white .slick-arrow.slick-disabled::before {
      border-color: #D6D6D6; }
    .slick-slider.arrows-white .slick-arrow.slick-disabled:hover {
      background-color: #D6D6D6; }
      .slick-slider.arrows-white .slick-arrow.slick-disabled:hover::before {
        border-color: #D6D6D6; }

.slick-slider.arrows-black .slick-arrow {
  background-color: #3B3B3B; }
  .slick-slider.arrows-black .slick-arrow::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .slick-slider.arrows-black .slick-arrow:hover {
    background-color: #98C831; }
    .slick-slider.arrows-black .slick-arrow:hover::before {
      border-color: #fff; }
  .slick-slider.arrows-black .slick-arrow.slick-disabled {
    background-color: #D6D6D6; }
    .slick-slider.arrows-black .slick-arrow.slick-disabled::before {
      border-color: #D6D6D6; }
    .slick-slider.arrows-black .slick-arrow.slick-disabled:hover {
      background-color: #D6D6D6; }
      .slick-slider.arrows-black .slick-arrow.slick-disabled:hover::before {
        border-color: #D6D6D6; }

.slick-slider .slick-prev::before {
  margin-left: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg); }

.slick-slider .slick-next::before {
  margin-left: -3px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

.slick-slide {
  outline: none; }

ul.custom__list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(../img/icon-check.svg); }
  ul.custom__list li {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 17px;
    padding-left: 7px; }
    ul.custom__list li:last-of-type {
      margin-bottom: 0; }

ol.custom__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list1; }
  ol.custom__list li {
    position: relative;
    margin-bottom: 50px; }
    ol.custom__list li::before {
      content: counter(list1);
      counter-increment: list1;
      display: inline-block;
      vertical-align: middle;
      width: 55px;
      height: 55px;
      font-size: 36px;
      line-height: 55px;
      text-align: center;
      color: #fff;
      background-color: #98C831;
      margin-right: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    ol.custom__list li:nth-child(2n)::before {
      background-color: #7EC227; }
    ol.custom__list li:nth-child(3n)::before {
      background-color: #70B31A; }
    ol.custom__list li:nth-child(4n)::before {
      background-color: #5CA613; }

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

header,
main,
footer {
  background-color: #fff;
  margin: 0 auto;
  position: relative; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.btn {
  display: block;
  font-family: "code_proregular", "Arial", sans-serif;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 220px;
  min-height: 50px;
  color: #fff;
  background-color: #46B365;
  border: none;
  margin: 0 auto;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }
  .btn:hover {
    background-color: #98C831; }
  .btn:hover, .btn:focus, .btn:active {
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn.small {
    line-height: 40px;
    min-height: 40px;
    max-width: 175px; }

@media screen and (max-width: 480px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px; } }

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 82px; }
  @media screen and (max-width: 480px) {
    .header .container {
      height: auto;
      min-height: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.header .btn {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .header .btn {
      display: none; } }

.header__logo {
  width: 100%;
  max-width: 206px;
  height: 26px;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .header__logo {
      margin-right: 15px; } }
  @media screen and (max-width: 480px) {
    .header__logo {
      margin-left: 0;
      margin-right: auto;
      margin-bottom: 10px; } }
  .header__logo svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%; }

.header__menu {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1199px) {
    .header__menu {
      margin-right: 10px; } }
  @media screen and (max-width: 1140px) {
    .header__menu {
      width: 100%;
      position: fixed;
      top: 0;
      right: 0;
      padding-top: 15px;
      padding-bottom: 15px;
      margin: 0;
      background-color: #fff;
      -webkit-transform: translate(0, -250px);
          -ms-transform: translate(0, -250px);
              transform: translate(0, -250px);
      -webkit-transition: all ease-in-out .4s;
      -o-transition: all ease-in-out .4s;
      transition: all ease-in-out .4s;
      z-index: 4;
      -webkit-box-shadow: 0 9px 7.92px 0.08px rgba(0, 0, 0, 0.2);
              box-shadow: 0 9px 7.92px 0.08px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .header__menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .header__menu__item {
    font-family: "code_proregular", "Arial", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .header__menu__item {
        margin-bottom: 7px; } }
    .header__menu__item:hover {
      color: #46B365; }
  .header__menu .btn {
    display: none; }
    @media screen and (max-width: 767px) {
      .header__menu .btn {
        display: block; } }
  @media screen and (max-width: 1140px) {
    .header__menu.active {
      position: fixed;
      top: 0;
      right: 0;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); } }

.header__phone {
  font-family: "code_proregular", "Arial", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #46B365;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  margin-right: 15px;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .header__phone {
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .header__phone {
      margin-left: 0;
      margin-right: auto; } }
  .header__phone:hover {
    color: #98C831; }

.btn__mob__menu {
  display: none;
  width: 28px;
  height: 28px;
  position: fixed;
  top: 65px;
  right: 16px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: rgba(250, 250, 250, 0.8);
  border-radius: 3px;
  cursor: pointer;
  z-index: 5; }
  @media screen and (max-width: 480px) {
    .btn__mob__menu {
      top: 9px; } }
  @media screen and (max-width: 1140px) {
    .btn__mob__menu {
      display: block; } }
  .btn__mob__menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #98C831;
    opacity: 1;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .btn__mob__menu span:nth-child(even) {
      left: 50%;
      border-radius: 0 9px 9px 0; }
    .btn__mob__menu span:nth-child(odd) {
      left: 0px;
      border-radius: 9px 0 0 9px; }
    .btn__mob__menu span:nth-child(1), .btn__mob__menu span:nth-child(2) {
      top: 3px; }
    .btn__mob__menu span:nth-child(3), .btn__mob__menu span:nth-child(4) {
      top: 12px; }
    .btn__mob__menu span:nth-child(5), .btn__mob__menu span:nth-child(6) {
      top: 21px; }
  .btn__mob__menu.active span:nth-child(1), .btn__mob__menu.active span:nth-child(6) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn__mob__menu.active span:nth-child(2), .btn__mob__menu.active span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .btn__mob__menu.active span:nth-child(1) {
    left: 2px;
    top: 7px; }
  .btn__mob__menu.active span:nth-child(2) {
    left: calc(50% - 2px);
    top: 7px; }
  .btn__mob__menu.active span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  .btn__mob__menu.active span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  .btn__mob__menu.active span:nth-child(5) {
    left: 2px;
    top: 17px; }
  .btn__mob__menu.active span:nth-child(6) {
    left: calc(50% - 2px);
    top: 17px; }

.main__block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .main__block .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-right: 0; } }

.main__block__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 630px; }
  @media screen and (max-width: 767px) {
    .main__block__side {
      max-width: 100%; } }
  .main__block__side__content {
    position: relative;
    height: 100%; }
    @media screen and (max-width: 860px) {
      .main__block__side__content {
        max-height: 379px; } }
  .main__block__side__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .main__block__side__image {
        left: 0;
        right: auto;
        width: 100vw; } }
  .main__block__side__list__wrap {
    background-color: rgba(51, 51, 51, 0.8);
    padding: 43px 10px 120px 0;
    max-width: 314px;
    height: 100%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .main__block__side__list__wrap {
        padding-bottom: 60px;
        max-width: 100%; } }
    .main__block__side__list__wrap::before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      width: 1500px;
      height: 100%;
      background-color: rgba(51, 51, 51, 0.8); }
  .main__block__side__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 21px;
    padding-left: 53px;
    position: relative; }
    .main__block__side__list__item:last-of-type {
      margin-bottom: 0; }
    .main__block__side__list__item__image {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 45px;
      height: 45px; }
      .main__block__side__list__item__image svg {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%; }
      .main__block__side__list__item__image.icon-cocktail svg {
        width: 28px;
        height: 29px; }
      .main__block__side__list__item__image.icon-cup svg {
        width: 32px;
        height: 31px; }
      .main__block__side__list__item__image.icon-hat svg {
        width: 32px;
        height: 33px; }
      .main__block__side__list__item__image.icon-plate svg {
        width: 41px;
        height: 41px; }
    .main__block__side__list__item__text {
      color: #fff;
      max-width: 150px; }

.main__block__main {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .main__block__main {
      max-width: 100%; } }
  .main__block__main__image__wrap {
    width: 100%;
    height: 393px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .main__block__main__image__wrap {
        display: none; } }
  .main__block__main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 393px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .main__block__main__list__wrap {
    padding-top: 42px;
    padding-bottom: 35px;
    padding-left: 75px; }
    @media screen and (max-width: 480px) {
      .main__block__main__list__wrap {
        padding-left: 30px;
        padding-right: 15px; } }

.main__block__heading {
  padding: 88px 20px 33px 0;
  background-color: #98C831;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .main__block__heading {
      padding-top: 45px; } }
  .main__block__heading::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 1500px;
    height: 100%;
    background-color: #98C831; }

.main__block__title {
  max-width: 450px;
  margin-bottom: 17px; }
  .main__block__title__under {
    font-size: 18px;
    line-height: 21px;
    color: #fff; }

.btn__learn__more {
  display: block;
  font-family: "code_proregular", "Arial", sans-serif;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  min-height: 40px;
  color: #fff;
  background-color: #3B3B3B; }

.block__title {
  font-family: "code_proregular", "Arial", sans-serif;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #333333;
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .block__title {
      font-size: 28px;
      line-height: 1.3em; } }

.work__block {
  padding-top: 80px;
  padding-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .work__block {
      padding-top: 60px; } }
  .work__block .block__title {
    margin-bottom: 55px; }
  .work__block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      .work__block__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .work__block__list.animate li {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
      visibility: visible; }
      .work__block__list.animate li:nth-child(2n) {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .work__block__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      max-width: 420px;
      -webkit-transform: translate(-2000px, 0);
          -ms-transform: translate(-2000px, 0);
              transform: translate(-2000px, 0);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all ease-in-out .55s;
      -o-transition: all ease-in-out .55s;
      transition: all ease-in-out .55s; }
      .work__block__list li:first-of-type {
        margin-left: -30px; }
        @media screen and (max-width: 1023px) {
          .work__block__list li:first-of-type {
            margin-left: 0; } }
      .work__block__list li:nth-child(2) {
        margin-left: 250px; }
        @media screen and (max-width: 1199px) {
          .work__block__list li:nth-child(2) {
            margin-left: 150px; } }
        @media screen and (max-width: 1023px) {
          .work__block__list li:nth-child(2) {
            margin-left: 0; } }
      .work__block__list li:nth-child(2n) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        -webkit-transform: translate(2000px, 0);
            -ms-transform: translate(2000px, 0);
                transform: translate(2000px, 0); }
        @media screen and (max-width: 1023px) {
          .work__block__list li:nth-child(2n) {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
        .work__block__list li:nth-child(2n) .work__block__list__item__text {
          max-width: 210px; }
      .work__block__list li:nth-child(3n) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        @media screen and (max-width: 1023px) {
          .work__block__list li:nth-child(3n) {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3; } }
      .work__block__list li:nth-child(4n) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
        .work__block__list li:nth-child(4n) .work__block__list__item__text {
          max-width: 370px; }
    .work__block__list__item__text {
      font-size: 16px;
      line-height: 23px;
      max-width: 240px;
      display: block; }

.categories__block {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #3B3B3B; }
  @media screen and (max-width: 1024px) {
    .categories__block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .categories__block .block__title {
    margin-bottom: 43px; }
  .categories__block__items__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
  .categories__block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.9);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.9); }
    .categories__block__item__col {
      width: 33.3%;
      padding-left: 15px;
      padding-right: 15px; }
      .categories__block__item__col:nth-child(2n) .categories__block__item__heading {
        background-color: #7EC227; }
      .categories__block__item__col:nth-child(3n) .categories__block__item__heading {
        background-color: #70B31A; }
      @media screen and (max-width: 1023px) {
        .categories__block__item__col {
          width: 100%;
          margin-bottom: 30px; }
          .categories__block__item__col:last-of-type {
            margin-bottom: 0; } }
    .categories__block__item__image__wrap {
      max-width: 100%; }
    .categories__block__item__image {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    .categories__block__item__heading {
      font-family: "code_proregular", "Arial", sans-serif;
      font-size: 24px;
      line-height: 60px;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background-color: #98C831;
      cursor: pointer; }
    .categories__block__item__content {
      font-size: 16px;
      line-height: 23px;
      background-color: #fff;
      padding: 25px 21px 10px 30px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media screen and (max-width: 1023px) {
        .categories__block__item__content {
          display: none; } }
      @media screen and (max-width: 480px) {
        .categories__block__item__content {
          padding: 25px 21px 10px 15px; } }
    .categories__block__item__list__wrap {
      background-color: #EFEFEF;
      padding: 26px 34px 43px 60px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media screen and (max-width: 1023px) {
        .categories__block__item__list__wrap {
          display: none; } }
      @media screen and (max-width: 480px) {
        .categories__block__item__list__wrap {
          padding: 26px 34px 43px 45px; } }
    .categories__block__item__bottom {
      background-color: #fff;
      padding: 28px 15px 24px 15px; }
    .categories__block__item__price {
      font-size: 35px;
      line-height: 42px;
      text-align: center;
      color: #46B365;
      margin-bottom: 14px; }
    .categories__block__item .btn__order {
      margin-bottom: 20px; }
    .categories__block__item__more {
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      color: #6D6D6D;
      display: block; }
      .categories__block__item__more:hover {
        color: #46B365; }

.services__block {
  padding-top: 80px;
  padding-bottom: 95px; }
  @media screen and (max-width: 1024px) {
    .services__block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .services__block .block__title {
    margin-bottom: 50px; }
  .services__block__items__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      .services__block__items__wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .services__block__items__wrap.animate .services__block__item {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
      .services__block__items__wrap.animate .services__block__item:nth-child(2n) {
        margin-top: 60px;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
        @media screen and (max-width: 480px) {
          .services__block__items__wrap.animate .services__block__item:nth-child(2n) {
            margin-top: 0;
            margin-left: 0; } }
  .services__block__item {
    max-width: 205px;
    padding-bottom: 30px;
    border-bottom: 8px solid #98C831;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 35px);
        -ms-transform: translate(0, 35px);
            transform: translate(0, 35px);
    -webkit-transition: all ease-in-out .55s;
    -o-transition: all ease-in-out .55s;
    transition: all ease-in-out .55s; }
    @media screen and (max-width: 1199px) {
      .services__block__item {
        max-width: 185px; } }
    @media screen and (max-width: 1023px) {
      .services__block__item {
        max-width: 50%;
        width: 45%;
        margin-bottom: 40px; } }
    @media screen and (max-width: 480px) {
      .services__block__item {
        -webkit-transform: translate(-150px, 0);
            -ms-transform: translate(-150px, 0);
                transform: translate(-150px, 0);
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px; } }
    .services__block__item:nth-child(2n) {
      margin-top: 60px;
      -webkit-transform: translate(0, -35px);
          -ms-transform: translate(0, -35px);
              transform: translate(0, -35px); }
      @media screen and (max-width: 1023px) {
        .services__block__item:nth-child(2n) {
          margin-left: 15px; } }
      @media screen and (max-width: 480px) {
        .services__block__item:nth-child(2n) {
          margin-top: 0;
          margin-left: 0;
          -webkit-transform: translate(150px, 0);
              -ms-transform: translate(150px, 0);
                  transform: translate(150px, 0); } }
    .services__block__item:last-of-type {
      margin-right: 0; }
      @media screen and (max-width: 1023px) {
        .services__block__item:last-of-type {
          margin-bottom: 0; } }
    .services__block__item__image {
      width: 75px;
      height: 75px;
      position: relative;
      margin: 0 auto;
      margin-bottom: 25px; }
      .services__block__item__image svg {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 100%;
        max-height: 100%; }
      .services__block__item__image.icon-doors svg {
        width: 61px;
        height: 61px; }
      .services__block__item__image.icon-bucket svg {
        width: 63px;
        height: 60px; }
      .services__block__item__image.icon-pencil svg {
        width: 51px;
        height: 50px; }
      .services__block__item__image.icon-tape svg {
        width: 62px;
        height: 47px; }
      .services__block__item__image.icon-truck svg {
        width: 73px;
        height: 52px; }
    .services__block__item__text {
      font-size: 16px;
      line-height: 23px;
      text-align: center; }

.example__block {
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 90px; }
  @media screen and (max-width: 1024px) {
    .example__block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .example__block .block__title {
    margin-bottom: 45px; }
  .example__block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      .example__block__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .example__block__slider__switches__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 235px;
    margin-right: 28px; }
    @media screen and (max-width: 1199px) {
      .example__block__slider__switches__wrap {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media screen and (max-width: 767px) {
      .example__block__slider__switches__wrap {
        margin-bottom: 20px;
        margin-right: 0; } }
  .example__block__slider__switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "code_proregular", "Arial", sans-serif;
    font-size: 16px;
    line-height: 25px;
    min-height: 104px;
    border-right: 8px solid #E1E1E1;
    padding-right: 25px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer; }
    .example__block__slider__switch:hover {
      color: #46B365;
      border-color: #CBCBCB; }
    .example__block__slider__switch.active {
      border-color: #98C831; }
      .example__block__slider__switch.active:hover {
        color: #333;
        border-color: #98C831; }
  .example__block__slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .example__block__slider__wrap {
        margin-bottom: 30px;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    @media screen and (max-width: 767px) {
      .example__block__slider__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .example__block__slider {
    width: 100%;
    max-width: 524px;
    margin-right: 12px; }
    @media screen and (max-width: 1199px) {
      .example__block__slider {
        max-width: 400px; } }
    @media screen and (max-width: 1023px) {
      .example__block__slider {
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .example__block__slider {
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      .example__block__slider {
        max-width: 290px; } }
    .example__block__slider__item {
      height: 524px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 1199px) {
        .example__block__slider__item {
          height: 400px; } }
      @media screen and (max-width: 480px) {
        .example__block__slider__item {
          height: 290px; } }
    .example__block__slider .slick-prev,
    .example__block__slider .slick-next {
      top: 25px;
      left: auto; }
    .example__block__slider .slick-prev {
      right: 42px; }
    .example__block__slider .slick-next {
      right: 10px; }

.similar__door__form {
  width: 100%;
  max-width: 370px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  position: relative; }
  @media screen and (max-width: 1023px) {
    .similar__door__form {
      max-width: 100%; } }
  .similar__door__form__heading {
    font-family: "code_proregular", "Arial", sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    background-color: #3B3B3B;
    padding: 25px 50px; }
    @media screen and (max-width: 480px) {
      .similar__door__form__heading {
        padding: 25px 30px; } }
  .similar__door__form__title {
    max-width: 250px; }
    @media screen and (max-width: 1023px) {
      .similar__door__form__title {
        max-width: 100%; } }
  .similar__door__form__content {
    background-color: #fff;
    padding: 20px 50px 17px 50px; }
    @media screen and (max-width: 480px) {
      .similar__door__form__content {
        padding: 20px 30px 17px 30px; } }
  .similar__door__form__text {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px; }
  .similar__door__form input {
    display: block;
    margin-bottom: 20px;
    max-width: 270px; }
  .similar__door__form .btn {
    margin-left: 0;
    margin-bottom: 20px; }

.similar__door__reminder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  .similar__door__reminder__content {
    width: 100%;
    min-height: 115px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3B3B3B; }

.conf__policy {
  display: block;
  font-size: 12px;
  line-height: 17px; }

.clients__block {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .clients__block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .clients__block .block__title {
    margin-bottom: 70px; }
  .clients__block__slider__item__image {
    display: block;
    height: auto;
    margin: 0 auto; }
  .clients__block__slider .slick-arrow {
    top: -25px;
    left: auto; }
  .clients__block__slider .slick-prev {
    right: 32px; }
    @media screen and (max-width: 480px) {
      .clients__block__slider .slick-prev {
        right: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .clients__block__slider .slick-next {
    right: 0; }
    @media screen and (max-width: 480px) {
      .clients__block__slider .slick-next {
        right: calc(50% - 60px);
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

.advantages__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3B3B3B;
  position: relative; }
  .advantages__block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .advantages__block .block__title {
    text-align: left;
    margin-bottom: 85px; }
    @media screen and (max-width: 767px) {
      .advantages__block .block__title {
        margin-bottom: 50px; } }
  .advantages__block__side {
    width: 462px;
    height: 100%;
    margin-left: -130px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .advantages__block__side {
        display: none; } }
  .advantages__block__main {
    padding: 68px 154px 86px 80px; }
    @media screen and (max-width: 767px) {
      .advantages__block__main {
        padding: 68px 0 86px 0px; } }
  .advantages__block__list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .advantages__block__list.animate .advantages__block__list__item {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .advantages__block__list__item {
      color: #fff;
      padding-left: 43px;
      margin-bottom: 45px;
      position: relative;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(2000px);
          -ms-transform: translateX(2000px);
              transform: translateX(2000px);
      -webkit-transition: all ease-in-out .55s;
      -o-transition: all ease-in-out .55s;
      transition: all ease-in-out .55s; }
      .advantages__block__list__item::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 25px;
        height: 25px;
        background-image: url(../img/icon-square.svg);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center; }
      .advantages__block__list__item:last-of-type {
        margin-bottom: 0; }

.contacts__block {
  padding-bottom: 30px; }
  .contacts__block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contacts__block .contacts__block__left,
  .contacts__block .contacts__block__right {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      .contacts__block .contacts__block__left,
      .contacts__block .contacts__block__right {
        width: 100%; } }
  .contacts__block .contacts__block__left .contacts__block__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 1023px) {
    .contacts__block .contacts__block__left {
      margin-bottom: 20px; } }
  .contacts__block .contacts__block__right .contacts__block__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .contacts__block .contacts__block__right .contacts__block__item__content {
      padding-top: 10px; }
  .contacts__block .block__title {
    font-size: 30px;
    line-height: 92px;
    margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .contacts__block .block__title {
        line-height: 82px; } }
  .contacts__block__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #98C831;
    min-height: 92px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      .contacts__block__heading {
        min-height: 82px; } }
  .contacts__block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 70px;
    margin-bottom: 25px; }
    @media screen and (max-width: 1199px) {
      .contacts__block__item {
        padding-right: 30px; } }
    @media screen and (max-width: 480px) {
      .contacts__block__item {
        padding-right: 10px; } }
    .contacts__block__item:last-of-type {
      margin-bottom: 0; }
    .contacts__block__item__image {
      width: 35px;
      height: 40px;
      position: relative;
      margin-right: 18px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .contacts__block__item__image.icon-placemark svg {
        width: 27px;
        height: 39px; }
      .contacts__block__item__image.icon-phone svg {
        width: 29px;
        height: 39px; }
      .contacts__block__item__image.icon-letter svg {
        width: 29px;
        height: 22px; }
      .contacts__block__item__image.icon-clock svg {
        width: 33px;
        height: 33px; }
      .contacts__block__item__image svg {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%; }
    .contacts__block__item__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media screen and (max-width: 480px) {
        .contacts__block__item__content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .contacts__block__item__inner__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media screen and (max-width: 480px) {
        .contacts__block__item__inner__content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .contacts__block__item__inner__content .contacts__block__item__text {
        margin-right: 29px; }
        .contacts__block__item__inner__content .contacts__block__item__text:last-of-type {
          margin-right: 0; }
    .contacts__block__item__title {
      font-family: "robotomedium", "Arial", sans-serif;
      font-size: 16px;
      line-height: 24px;
      width: 165px;
      margin-right: 10px; }
    .contacts__block__item__text {
      font-size: 16px;
      line-height: 24px; }
  .contacts__block a {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-decoration: none;
    white-space: nowrap; }
    .contacts__block a:hover {
      color: #46B365; }
  .contacts__block p {
    margin-top: 0;
    margin-bottom: 2px; }
    .contacts__block p:last-of-type {
      margin: 0; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F3F3F3; }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 46px; }
  .footer .copyright {
    font-size: 14px;
    color: #505050;
    margin: 0 auto; }
  .footer .copyright__texterra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer .copyright__texterra__text {
      font-size: 13px;
      color: #837E7E; }
    .footer .copyright__texterra__link {
      display: block;
      width: 60px;
      height: 14px;
      margin-top: -3px;
      margin-left: 5px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative; }
      .footer .copyright__texterra__link svg {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5; }

.popup,
.popup__reminder {
  width: 100%;
  background-color: #fff;
  bottom: calc(50% + 1px);
  right: calc(50% + 1px);
  -ms-transform: translateY(50%) translateY(1px) translateX(50%) translateX(2000px);
  -webkit-transform: translateY(50%) translateY(1px) translateX(50%) translateX(2000px);
  transform: translateY(50%) translateY(1px) translateX(50%) translateX(2000px);
  position: fixed;
  max-height: 100vh;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .6s;
  -o-transition: all ease-in-out .6s;
  transition: all ease-in-out .6s;
  will-change: transform;
  z-index: 9; }
  .popup.active,
  .popup__reminder.active {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(50%) translateY(1px) translateX(50%) translateX(1px);
    -webkit-transform: translateY(50%) translateY(1px) translateX(50%) translateX(1px);
    transform: translateY(50%) translateY(1px) translateX(50%) translateX(1px); }

.popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  cursor: pointer; }
  .popup__close::before, .popup__close::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 2px;
    background-color: #fff; }
  .popup__close::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .popup__close::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .popup__close.white::before, .popup__close.white::after {
    background-color: #fff; }
  .popup__close.grey::before, .popup__close.grey::after {
    background-color: #7F7F7F; }

.order__call__popup {
  max-width: 370px; }
  .order__call__popup__heading {
    font-family: "code_proregular", "Arial", sans-serif;
    font-size: 24px;
    text-align: left;
    padding: 33px 36px 20px 53px;
    min-height: 82px;
    color: #fff;
    background-color: #98C831; }
  .order__call__popup__content {
    padding: 27px 48px 32px 50px; }

.order__call__form__text {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 24px; }

.order__call__form input {
  margin-bottom: 27px; }

.order__call__form .btn {
  margin-left: 0;
  margin-bottom: 25px; }

.order__call__popup__reminder {
  min-height: 138px;
  font-family: "code_proregular", "Arial", sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background-color: #98C831;
  max-width: 250px; }
  .order__call__popup__reminder .popup__reminder__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.leave__request__popup {
  padding: 60px 115px 83px 115px; }
  @media screen and (max-width: 1399px) {
    .leave__request__popup {
      padding: 50px;
      padding-top: 60px; } }
  @media screen and (max-width: 1023px) {
    .leave__request__popup {
      padding: 20px;
      padding-top: 60px; } }
  @media screen and (max-width: 480px) {
    .leave__request__popup {
      padding: 0px;
      padding-top: 40px;
      padding-bottom: 30px; } }
  .leave__request__popup__title {
    font-family: "code_proregular", "Arial", sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 36px; }
  .leave__request__popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    @media screen and (max-width: 860px) {
      .leave__request__popup__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .leave__request__popup__list__wrap {
    padding-left: 25px;
    margin-bottom: 30px; }
  .leave__request__popup__bottom {
    min-height: 185px;
    background-color: #3B3B3B;
    padding: 28px;
    padding-bottom: 24px;
    position: relative; }
    .leave__request__popup__bottom__content {
      position: relative; }
    .leave__request__popup__bottom__title {
      font-family: "code_proregular", "Arial", sans-serif;
      font-size: 24px;
      line-height: 1.3em;
      letter-spacing: 0.05em;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 20px; }
    .leave__request__popup__bottom__inputs__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 23px; }
      @media screen and (max-width: 767px) {
        .leave__request__popup__bottom__inputs__wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .leave__request__popup__bottom__inputs__wrap input {
        max-width: 270px;
        margin-right: 30px; }
        @media screen and (max-width: 767px) {
          .leave__request__popup__bottom__inputs__wrap input {
            margin-right: 0;
            margin-bottom: 15px; } }
      .leave__request__popup__bottom__inputs__wrap .btn {
        margin: 0; }
    .leave__request__popup__bottom .conf__policy {
      color: #fff;
      text-align: center; }
  .leave__request__popup__sliders__wrap {
    max-width: 585px;
    margin-right: 30px; }
    @media screen and (max-width: 1023px) {
      .leave__request__popup__sliders__wrap {
        max-width: 437px; } }
    @media screen and (max-width: 860px) {
      .leave__request__popup__sliders__wrap {
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      .leave__request__popup__sliders__wrap {
        max-width: 290px; } }
  .leave__request__popup__slider__main {
    margin-bottom: 10px; }
    @media screen and (max-width: 860px) {
      .leave__request__popup__slider__main {
        margin-bottom: 20px; } }
    .leave__request__popup__slider__main__item {
      height: 443px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 1023px) {
        .leave__request__popup__slider__main__item {
          height: 330px; } }
      @media screen and (max-width: 480px) {
        .leave__request__popup__slider__main__item {
          height: 219px; } }
  .leave__request__popup__slider__nav {
    overflow: hidden;
    padding-bottom: 35px; }
    .leave__request__popup__slider__nav .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: 0; }
    .leave__request__popup__slider__nav .slick-list {
      margin-right: -11px; }
    .leave__request__popup__slider__nav__item {
      width: 138px;
      height: 138px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      cursor: pointer; }
      .leave__request__popup__slider__nav__item.slick-slide {
        margin-right: 11px; }
    .leave__request__popup__slider__nav .slick-arrow {
      top: auto;
      left: auto;
      bottom: -15px; }
    .leave__request__popup__slider__nav .slick-prev {
      right: 32px; }
    .leave__request__popup__slider__nav .slick-next {
      right: 0; }
  .leave__request__popup__inner__title {
    font-family: "code_proregular", "Arial", sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
  .leave__request__popup__text {
    margin-bottom: 25px; }
    .leave__request__popup__text p {
      font-size: 16px;
      line-height: 23px;
      margin-top: 0;
      margin-bottom: 20px; }
      .leave__request__popup__text p:last-of-type {
        margin-bottom: 0; }
  .leave__request__popup__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "code_proregular", "Arial", sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    background-color: #98C831;
    min-height: 59px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 45px; }
    @media screen and (max-width: 860px) {
      .leave__request__popup__time {
        margin-bottom: 30px; } }
  .leave__request__popup__services {
    margin-bottom: 20px; }
    .leave__request__popup__services .leave__request__popup__inner__title {
      margin-bottom: 15px; }
    .leave__request__popup__services .custom__checkbox__wrap {
      margin-bottom: 11px;
      font-size: 14px;
      line-height: 20px; }
      .leave__request__popup__services .custom__checkbox__wrap:last-of-type {
        margin-bottom: 0; }
    .leave__request__popup__services__price {
      color: #46B365; }
  .leave__request__popup__color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 1199px) {
      .leave__request__popup__color {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .leave__request__popup__color .leave__request__popup__inner__title {
      margin-right: 20px; }
      @media screen and (max-width: 1199px) {
        .leave__request__popup__color .leave__request__popup__inner__title {
          margin-right: 0;
          margin-bottom: 10px; } }
    .leave__request__popup__color input {
      max-width: 310px; }
  .leave__request__popup__note {
    font-size: 13px; }
    .leave__request__popup__note a {
      color: #46B365;
      text-decoration: underline; }
  .leave__request__popup__reminder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3B3B3B; }
    .leave__request__popup__reminder__content {
      margin: 0 auto;
      max-width: 314px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: "code_proregular", "Arial", sans-serif;
      font-size: 24px;
      letter-spacing: 0.05em;
      color: #fff;
      background-color: #46B365; }
  .leave__request__popup .popup__close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 30px; }
    .leave__request__popup .popup__close::before, .leave__request__popup .popup__close::after {
      width: 20px;
      top: 9px;
      left: -1px; }
    @media screen and (max-width: 480px) {
      .leave__request__popup .popup__close {
        top: 15px;
        right: 15px; } }

.leave__request__form {
  width: 100%; }
</pre></body></html>