@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0; }

html, body {
  height: 100%;
  margin: 0; }

body {
  line-height: 1.42;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }

footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  background: url("../img/kirpich_texture_min.png"); }

.container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }

section {
  padding: 60px 0 60px; }

.section__heading {
  color: #171717;
  font-size: 1.88889rem;
  font-weight: bold;
  text-align: center; }

input[type="text"], input[type="email"],
textarea, select {
  -webkit-appearance: none; }

ul, ol {
  padding: 0;
  margin: 0; }

li {
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

a {
  text-decoration: none; }

#modal_form {
  width: 770px;
  height: 415px;
  /* Рaзмеры дoлжны быть фиксирoвaны */
  background: #fff;
  position: fixed;
  /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  top: 45%;
  /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 50%;
  /* пoлoвинa экрaнa слевa */
  margin-top: -250px;
  margin-left: -400px;
  /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
  display: none;
  /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0;
  /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 5;
  /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
  padding: 45px 125px; }
  #modal_form #modal_close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    display: block; }

/* Пoдлoжкa */
#overlay {
  z-index: 3;
  /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position: fixed;
  /* всегдa перекрывaет весь сaйт */
  background-color: #000;
  /* чернaя */
  opacity: 0.8;
  /* нo немнoгo прoзрaчнa */
  -moz-opacity: 0.8;
  /* фикс прозрачности для старых браузеров */
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  /* рaзмерoм вo весь экрaн */
  top: 0;
  /* сверху и слевa 0, oбязaтельные свoйствa! */
  left: 0;
  cursor: pointer;
  display: none;
  /* в oбычнoм сoстoянии её нет) */ }

.modal__title {
  text-align: center;
  display: block;
  font-size: 1.33333rem;
  color: #636363;
  font-weight: bold;
  margin-bottom: 30px; }

.general__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .general__form input[type="text"] {
    width: 85%;
    margin-bottom: 28px;
    padding: 20px;
    border: 1px solid #676968;
    color: #505050;
    font-size: 1.16667rem; }
  .general__form input[type="submit"] {
    border: none;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    color: #fff;
    padding: 20px 115px;
    font-size: 0.88889rem;
    background: #1D619C;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .general__form input[type="submit"]:hover {
      background: #267eca; }

.header__bottom-line {
  background: url("../img/derevo.png"); }

.bottom-line__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0; }

.logo {
  width: 30%; }

.logo__title {
  font-weight: bold;
  display: block;
  margin-bottom: 2%; }

.header__text {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5%; }
  .header__text span {
    color: #202020;
    font-size: 1.11111rem; }

.text__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.text__adress {
  margin-left: 20%; }

.header__contact {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5%; }
  .header__contact a {
    display: block;
    color: #202020;
    font-weight: bold; }
    .header__contact a:last-child {
      font-weight: normal;
      text-decoration: underline; }
      .header__contact a:last-child:hover {
        text-decoration: none; }

nav ul {
  margin: 0;
  padding: 0; }
  nav ul:after {
    content: "";
    display: table;
    clear: both; }

nav a {
  display: block;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }

.topmenu > li {
  float: left;
  position: relative; }
  .topmenu > li:first-child {
    border-left: 0; }
  .topmenu > li > a {
    padding: 20px 30px;
    font-size: 1rem;
    text-transform: uppercase;
    font-size: 1.11111rem;
    color: #141414;
    letter-spacing: 2px; }
    .topmenu > li > a:hover {
      text-shadow: 0px 0px 1px black; }

.submenu a:hover {
  text-shadow: 0px 0px 1px black; }

.topmenu .fa {
  margin-left: 5px;
  color: inherit; }

.submenu {
  background: url(../img/kirpich_texture_min.png);
  border-radius: 0 0 15px 15px;
  position: absolute;
  z-index: 5;
  min-width: 200px;
  background: rgba(1, 1, 1, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }
  .submenu .fa {
    margin-left: 5px;
    color: inherit; }
  .submenu li {
    position: relative; }
    .submenu li a {
      color: #141414;
      padding: 10px 20px;
      font-size: 18px; }
  .submenu .submenu {
    background: url(../img/kirpich_texture_min.png);
    border-radius: 0 0 15px 15px;
    position: absolute;
    left: 100%;
    top: -1px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }

nav li:hover > .submenu {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
  opacity: 1; }

.menu-btn {
  display: none; }

.header__nav {
  background: url("../img/kirpich_texture_min.png"); }

nav {
  background: rgba(1, 1, 1, 0); }
  nav ul {
    margin: 0;
    padding: 0; }
    nav ul:after {
      content: "";
      display: table;
      clear: both; }
  nav a {
    display: block;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }

.topmenu > li {
  float: left;
  position: relative; }
  .topmenu > li:first-child {
    border-left: 0; }
  .topmenu > li > a {
    padding: 20px 30px;
    font-size: 1.11111rem;
    text-transform: uppercase;
    color: #141414;
    letter-spacing: 2px; }
    .topmenu > li > a.active {
      color: #141414; }

.submenu a:hover {
  text-shadow: 0px 0px 1px black; }

.topmenu .fa {
  margin-left: 5px;
  color: inherit; }

.submenu {
  background: url(../img/kirpich_texture_min.png);
  border-radius: 0 0 15px 15px;
  position: absolute;
  z-index: 5;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }
  .submenu .fa {
    margin-left: 5px;
    color: inherit; }
  .submenu li {
    position: relative; }
    .submenu li a {
      color: #141414;
      padding: 10px 20px;
      font-size: 1rem; }
  .submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }

nav li:hover > .submenu {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
  opacity: 1; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.nav__item {
  position: relative; }

.nav__submenu {
  position: absolute;
  width: 100%; }

.nav__submenu {
  display: none; }

.nav__item:hover .nav__submenu {
  display: block;
  z-index: 1; }

.submenu__link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 3% 0;
  font-size: 1.11111rem;
  text-transform: uppercase;
  color: #141414; }
  .submenu__link:hover {
    text-shadow: 0px 0px 1px black; }

.nav__link {
  display: block;
  padding: 25px 0;
  font-size: 1.11111rem;
  text-transform: uppercase;
  color: #141414; }
  .nav__link:hover {
    text-shadow: 0px 0px 1px black; }

.header__slide, .slide__btn {
  background: url("../img/kirpich_texture_min.png");
  padding-bottom: 3%; }

.slide__item {
  background: url("../img/slide-item1.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
  padding: 90px 0 50px; }

.slide__banner {
  padding: 50px 70px;
  width: 60%;
  background: #fff;
  -webkit-border-radius: 36px;
          border-radius: 36px;
  margin-right: auto; }

.banner__heading {
  font-size: 1.88889rem;
  color: #3D3D3D;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px; }

.banner__text {
  width: 80%;
  margin-bottom: 5%; }
  .banner__text p {
    font-size: 1.22222rem;
    color: #3D3D3D; }

.banner__link {
  display: block;
  padding: 22px 100px;
  font-size: 0.94444rem;
  background: #0087C9;
  -webkit-border-radius: 37px;
          border-radius: 37px;
  color: #fff;
  text-align: center;
  width: 50%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .banner__link:hover {
    background: #0776ad; }

.banner__bottom-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.next__prew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5%; }
  .next__prew span {
    color: #fff;
    font-size: 0.83333rem; }
  .next__prew img {
    margin-top: 15%; }

.btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16%; }

.btn__link {
  display: block;
  position: relative;
  padding: 45px 60px 45px 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.66667rem;
  background: #0087C9;
  -webkit-border-radius: 46px;
          border-radius: 46px;
  text-align: right;
  width: 45%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .btn__link:hover {
    background: #046290; }

.btn__decore {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 8%; }
  .btn__decore img {
    width: 100%; }

.about__img {
    width: 35%;
}

.about__img img {
    width: 100%;
}

.win {
  background: url("../img/win.png");
  position: relative;
  overflow: hidden; }
  .win::before {
    content: url("../img/decor1.png");
    position: absolute;
    left: -16%;
    z-index: 1; }
  .win::after {
    content: url("../img/decor2.png");
    position: absolute;
    right: -7%;
    bottom: 0;
    z-index: 1; }

.win__box {
  background: url("../img/tools.png") no-repeat;
  background-position: center 50px;
  margin-top: 5%; }

.win__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7%; }
  .win__line:last-child {
    margin-bottom: 0; }

.win__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  width: 25%;
  flex-direction: column;
  align-items: center;}

.win__title {
  margin-top: 10%;
  font-size: 1.15rem;
  text-align: center;
}

.about {
  background: url("../img/tools_texture.png"); }

.about__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.about__content {
  width: 50%; }

.about__text p {
  font-size: 1.16667rem;
  color: #202020;
  margin-bottom: 1.5%; }
  .about__text p:last-child {
    margin-bottom: 0; }

.about__link {
  display: block;
  color: #171717;
  font-size: 1.22222rem;
  font-weight: bold;
  margin-top: 3%; }
  .about__link:hover {
    text-decoration: underline; }

.news {
  background: url("../img/derevo2.jpg"); }

.news__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5%;
  margin-bottom: 5%;}

.news__item {
  background: #fff;
  margin: 0 .5%;
  cursor: pointer; }

.news__img img {
  width: 100%; }

.news__content {
  padding: 6.5%; }

.news__title {
  color: #464646;
  font-size: 1.38889rem;
  font-weight: bold;
  text-transform: uppercase; }

.news__text {
  color: #464646;
  font-size: 1rem;
  margin-top: 3%; }

.news__link {
  display: block;
  font-size: 0.94444rem;
  color: #171717;
  text-decoration: underline;
  margin-top: 10%; }
  .news__link:hover {
    text-decoration: none; }

.news__more {
  /*display: block;*/
  font-size: 1.22222rem;
  font-weight: bold;
  color: #313131;
  margin-top: 6%;
  margin-bottom: -5%; }
  .news__more:hover {
    text-decoration: underline; }

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

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%; }

.social__link {
  display: block;
  margin-right: 4%;
  color: #0087C9; }
  .social__link:hover {
    color: #2ab9ff; }
  .social__link i {
    font-size: 1.22222rem;
    font-weight: bold; }

.content {
  position: relative;
  overflow: hidden; }
  .content::before {
    content: url("../img/decor1.png");
    position: absolute;
    left: -16%;
    z-index: 1; }
  .content::after {
    content: url("../img/decor2.png");
    position: absolute;
    right: -7%;
    bottom: 15%;
    z-index: 1; }

.content__box p {
  color: #141414;
  margin: 5% 0; }

.content__img {
  margin: 5% 0; }
  .content__img img {
    width: 100%; }

.news__boxing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7%; }

.news__items {
  width: 27%;
  margin: 0 3% 5%; }

.news__img img {
  width: 100%;
  margin-bottom: 5%; }

.news__heading {
  font-size: 1.22222rem;
  color: #303030;
  font-weight: bold; }

.news__description {
  font-size: 0.94444rem;
  color: #8F8F8F; }

.news__btn {
  padding: 15px 0;
  color: #0087C9;
  display: block;
  border: 1px solid #0087C9;
  -webkit-border-radius: 37px;
          border-radius: 37px;
  width: 55%;
  margin-top: 5%;
  font-size: 0.83333rem;
  text-align: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .news__btn:hover {
    background: #0087C9;
    color: #fff; }

.full-news, .other-news {
  background: url("../img/tools_texture.png");
  margin-bottom: -90px; }

.news__full-img {
  position: relative; }
  .news__full-img img {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    -webkit-filter: brightness(40%);
            filter: brightness(40%); }

.news__head {
  position: absolute;
  width: 60%;
  text-align: center;
  top: 40%;
  left: 20%;
  font-size: 1.88889rem;
  color: #fff;
  font-weight: bold; }

.news__full-content p {
  margin: 2% 0; }

.news__full-btn {
  padding: 15px 0;
  color: #0087C9;
  display: block;
  margin-top: 5%;
  font-size: 0.94444rem; }
  .news__full-btn:hover {
    text-decoration: underline; }

.other-news__heading {
  font-size: 1.66667rem;
  color: #303030; }

.bay, .bay-item {
  background: url("../img/tools_texture.png"); }

.bai__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 8%; }

.bay__img {
  width: 30%; }
  .bay__img img {
    width: 100%; }

.bay__text {
  width: 50%; }
  .bay__text p {
    font-size: 0.83333rem;
    color: #141414; }

.gallery__slider {
  margin-top: 5%;
  padding: 0 10%; }

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.slick-prev:before {
  content: url("../img/prev.png"); }

.slick-prev {
  left: 0; }

.slick-next:before {
  content: url("../img/arrow.png"); }

.slick-next {
  right: 50px; }

.feedback {
  background: url("../img/tools_texture.png");
  position: relative;
  overflow: hidden; }
  .feedback::before {
    content: url("../img/decore3.png");
    position: absolute;
    bottom: 0;
    right: -3.5%; }

.feedback__form {
  margin-top: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .feedback__form label {
    margin-top: 2%;
    text-align: left;
    width: 35%;
    font-size: 1.16667rem;
    color: #171717;
    cursor: pointer; }
    .feedback__form label:first-child {
      margin-top: 0; }
  .feedback__form input[type="text"], .feedback__form textarea {
    width: 35%;
    border: 1px solid #B5B5B5;
    padding: 15px;
    font-size: 1.11111rem;
    margin-top: 1%; }
  .feedback__form textarea {
    height: 200px; }
  .feedback__form input[type="submit"] {
    margin-top: 5%;
    font-size: 0.94444rem;
    color: #fff;
    padding: 22px 90px;
    border: none;
    cursor: pointer;
    background: #0087C9;
    -webkit-border-radius: 37px;
            border-radius: 37px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .feedback__form input[type="submit"]:hover {
      background: #0b71a2; }

.process {
  background: url("../img/derevo.png"); }

.process__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.process__item {
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid #707070;
  padding: 10px 20px;
  height: 260px;
  width: 260px;
  margin: 5%; }

.process__numbre {
  font-size: 4.22222rem;
  color: #0F75A7;
  font-weight: bold;
  text-align: left; }

.process__text {
  font-size: 1rem;
  color: #141414; }

.contact, .social-us {
  background: url("../img/bg-light.png") repeat; }

.contact__box {
  margin-top: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.contact__description {
  width: 35%; }
  .contact__description p {
    margin: 2% 0;
    color: #141414;
    font-size: 1rem; }
    .contact__description p:last-child {
      margin: 2% 0 0; }
    .contact__description p:first-child {
      margin: 0 0 2%; }

.scheme {
  background: #F6F4F1;
  padding: 1% 0; }

.scheme__img img {
  width: 100%; }

.social-us__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0 30%;
  margin-top: 6%; }

.social-us__link {
  color: #fff;
  background: #008DD2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .social-us__link:hover {
    background: #19b4ff; }
  .social-us__link i {
    font-size: 1.66667rem; }

.contact__map_mobile {
  display: none; }

.cat {
  background: url("../img/bg-light.png") repeat; }
  
.cat__subtext {
    margin-top: 5%;
}

.cat__box {
  margin-top: 8%; }

.cat__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8% 0;
  padding: 0 10%; }

.cat__img {
  width: 40%;
  margin-top: 1.5%; }
  .cat__img img {
    width: 100%; }

.cat__description {
  width: 55%; }

.cat__heading {
  color: #171717;
  font-size: 1.27778rem;
  font-weight: bold; }

.cat__text p {
  font-size: 0.83333rem;
  color: #141414; }

.cat__btn {
  width: 33%;
  text-align: center;
  display: block;
  margin-top: 5%;
  font-size: 0.88889rem;
  background: #0087C9;
  cursor: pointer;
  color: #fff;
  padding: 3% 0;
  -webkit-border-radius: 37px;
          border-radius: 37px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .cat__btn:hover {
    background: #12b0fd; }

.cat-item__prof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cat__slider {
  width: 30%; }

.cat-slider__item img {
  width: 100%; }

.cat-item__description {
  width: 60%; }

.cat-item__contact {
  margin-top: 2%; }

.cat-item__heading {
  color: #171717;
  font-size: 1.27778rem;
  font-weight: bold; }

.cat-item__line {
  margin-top: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }

.cat-item__contact_block {
  /*width: 30%;*/
  margin-right: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .cat-item__contact_block p {
    margin-top: 1%; }
    .cat-item__contact_block p:first-child {
      margin-top: 0; }

.cat-item__btn {
  /*width: 35%;*/
  text-align: center;
  display: block;
  margin-top: 5%;
  font-size: 0.88889rem;
  background: #0087C9;
  cursor: pointer;
  color: #fff;
  padding: 3% 0;
  -webkit-border-radius: 37px;
          border-radius: 37px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .cat-item__btn:hover {
    background: #12b0fd; }

.gallery-bay {
  background: rgba(252, 241, 229, 0.5);
  padding: 90px 0 125px;
  margin-top: 10%; }

.bay-item {
  padding: 90px 0 0; }

@media screen and (max-width: 1800px) {
  .container {
    max-width: 1260px; }
  .win::after, .win::before {
    z-index: -1; }
  .content::after, .content::before {
    display: none; } }

@media screen and (max-width: 1260px) {
  * {
    font-size: 16px; }
  .container {
    max-width: 1060px; }
  .win::after {
    right: -14%; }
  .win::before {
    left: -26%; }
  .slide__banner {
    padding: 20px 30px; }
  .btn__link {
    padding: 45px 30px 45px 0; }
  .process__item {
    width: 230px;
    height: 230px; } 
  .topmenu > li > a {
      padding: 20px;
  }
}

@media screen and (max-width: 1060px) {
  * {
    font-size: 14px; }
  .container {
    max-width: 910px; }
  .slide__banner {
    width: 70%; }
  .banner__link {
    padding: 18px 0;
    width: 40%;
    font-size: 1rem; }
  .btn__link {
    padding: 30px 15px 30px 0;
    -webkit-border-radius: 20px;
            border-radius: 20px; }
  .btn__decore {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .btn__decore img {
    width: 70%; }
  .about__img {
    width: 40%; }
    .about__img img {
      width: 100%; }
  .win__box {
    -webkit-background-size: 55% 55%;
            background-size: 55%; }
  .process__item {
    width: 200px;
    height: 200px;
    margin: 4%;}
  .social-us__box {
    padding: 0 20%; }
  .cat-item__btn {
    width: 100%; } 
  .topmenu > li > a {
    padding: 15px;
  }
}

@media screen and (max-width: 910px) {
  .container {
    max-width: 750px; }
  .header__nav, .header__text, .banner__bottom-line, .text__time, .text__adress, .logo__title {
    display: none; }
  .menu-btn {
    display: block;
    border: none;
    background: none;
    color: #008DD2; }
    .menu-btn i {
      font-size: 3rem; }
  .bottom-line__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__contact {
    width: 40%; }
  .slide__banner {
    background: none;
    width: 100%; }
  .banner__heading {
    font-size: 2.6rem; }
  .banner__text p {
    font-size: 1.35rem; }
  .slide__item {
    background: url("../img/mobile-bg.png") no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .banner__link {
    width: 45%; }
  .btn__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .btn__link {
    width: 80%;
    -webkit-border-radius: 35px;
            border-radius: 35px; }
    .btn__link:last-child {
      margin-top: 18%; }
  .win__box {
    background: none; }
  .win::before, .win::after {
    display: none; }
  .win__line {
    padding: 0 15%; }
  #modal_form {
    padding: 5%;
    width: 650px;
    height: 380px;
    margin-top: -200px;
    margin-left: -325px; }
  .news__items {
    width: 44%; }
  .gallery__item img {
    width: 100%; }
  .slick-initialized .slick-slide {
    display: block; }
  .feedback::before {
    display: none; }
  .feedback__form label {
    width: 80%; }
  .feedback__form input[type="text"], .feedback__form textarea {
    width: 80%; }
  .process__item {
    width: 180px;
    height: 180px;
    margin: 3%;}
  .process__numbre {
    font-size: 2.77778rem; }
  .process__text {
    font-size: 0.94444rem; }
  .contact__map_mobile {
    display: block; }
  .contact__map {
    display: none; }
  .contact__description {
    width: 100%;
    padding: 0 15%;
    margin-bottom: 8%; }
    .contact__description p {
      font-size: 1.66667rem; }
  .social-us__box {
    padding: 0 10%; }
  .cat__item {
    padding: 0; }
  .cat__slider {
    width: 40%; }
  .cat-item__description {
    width: 50%; } }

@media screen and (max-width: 750px) {
  .container {
    max-width: 610px;
    padding-left: 15px;
    padding-right: 15px; }
  .header__logo img {
    width: 100%; }
  .header__bottom-line {
    background: #FBF4EC;
    padding: 1.5% 0; }
  .banner__text p {
    display: none; }
  .win__box {
    margin-top: 10%; }
  .about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about__content {
    width: 90%; }
  footer {
    background: #FBF4EC; }
  #modal_form {
    padding: 3%;
    height: 360px;
    width: 500px;
    margin-left: -250px;
  }
  .process__item {
    width: 180px;
    height: 180px;
    margin: 2%;}
  .process__numbre {
    font-size: 1.94444rem; }
  .process__text {
    font-size: 0.94444rem; }
  .cat__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .cat__description {
    width: 100%; }
  .cat__heading {
    text-align: center; }
  .cat__btn {
    margin-left: auto;
    margin-right: auto; }
  .cat__img {
    margin-top: 0; }
  .cat-item__prof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .cat__slider {
    width: 75%; }
  .cat-item__description {
    width: 100%;
    margin-top: 5%; }
  .cat-item__text {
    margin-top: 3%; }
  .cat-item__btn {
    margin-left: auto;
    margin-right: auto; }
  .cat-item__contact_block {
    width: 47.5%;
    margin-right: 5%; }
    .cat-item__contact_block:last-child {
      margin-right: 0; } }

@media screen and (max-width: 610px) {
  .container {
    max-width: 480px; }
  .bottom-line__wrap {
    padding: 0; }
  .header__logo img {
    width: 70%; }
  .banner__heading {
    font-size: 2rem; }
  .btn__link {
    width: 100%;
    padding: 5%; }
  .btn__decore img {
    width: 60%; }
  .win__line {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .win__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
    .win__item:last-child {
      margin-bottom: 0; }
  .win__title {
    margin-top: 0;
    margin-left: 10%;
    width: 50%;
    color: #313131;
    font-size: 1.5rem; }
  section {
    padding: 50px 0 65px; }
  .banner__link {
    width: 70%; }
  #modal_form {
    padding: 5%;
    height: 360px; }
  .modal__title {
    font-size: 1.2rem; }
  .general__form input[type="text"] {
    padding: 15px; }
  .news__items {
    width: 96%;
    padding: 5% 2%; }
  .news__head {
    font-size: 1.6rem;
    width: 100%;
    left: 0; }
  .bai__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bay__img {
    width: 70%; }
  .bay__text {
    width: 100%;
    margin-top: 5%; }
  .feedback__form label {
    width: 100%; }
  .feedback__form input[type="text"], .feedback__form textarea {
    width: 100%; }
  .social-us__box {
    padding: 0 3%; }
  .cat__img {
    width: 60%; } }

@media screen and (max-width: 480px) {
  .container {
    max-width: 320px; }
  .header__logo {
    width: 25%; }
    .header__logo img {
      width: 100%; }
  .header__contact a {
    font-size: .75rem;
    text-align: center; }
  .menu-btn i {
    font-size: 2rem; }
  .slide__item {
    padding: 20px 0; }
  .btn__wrap {
    margin-top: 45%; }
  .btn__decore img {
    width: 45%; }
  .btn__link {
    font-size: 1.3rem; }
    .btn__link:last-child {
      margin-top: 27%;
      margin-bottom: 10%; }
  .win__item img {
    width: 25%; }
  .win__title {
    width: 100%;
    font-size: 1.2rem; }
  .about__img {
    width: 80%; }
  .logo {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .logo img {
      width: 30%; }
  .social__link {
    margin-right: 12%; }
    .social__link i {
      font-size: 1.6rem; }
  .social {
    width: 45%; }
  #hidden {
    display: none; }
  #modal_form {
    width: 100%;
    height: 100%;
    padding: 5%;
    top: 0;
    left: 0;
    bottom: -50%;
    margin-top: -50%;
    margin-left: 0;
    padding: 80px 15px; }
  .modal__title {
    font-size: 1.2rem; }
  .general__form input[type="text"] {
    padding: 15px; }
  .general__form input[type="submit"] {
    padding: 15px 100px;
    font-size: 1.1rem; }
  .slide__banner {
    padding: 0; }
  .banner__heading {
    font-size: 1.6rem; }
  .slide__item {
    padding: 40px 0; }
  .btn__wrap {
    margin-top: 100px; }
  .news__head {
    font-size: 1.2rem;
    width: 100%;
    left: 0;
    top: 30%; }
  .process__box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .social-us__box {
    padding: 0; }
  .social-us__link {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 7px;
            border-radius: 7px; }
    .social-us__link i {
      font-size: 1.66667rem; }
  .contact__description {
    padding: 0; }
    .contact__description p {
      font-size: 1.38889rem; }
  .cat__img {
    width: 90%; }
  .cat__slider {
    width: 100%; }
  .cat-item__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cat-item__contact_block {
    width: 100%; } }
