body {
  background-color: #fff;
  font-family: "Gilroy Medium", Arial, sans-serif;
  color: #3A3A3A;
  font-weight: 400;
  overflow-x: hidden;
  padding-top: 116px; }

.mainContainer {
  max-width: 1264px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.green-btn {
  background-color: #209F84;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  font-family: "Gilroy Bold", Arial, sans-serif;
  color: #fff; }
  .green-btn:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(32, 159, 132, 0.8);
    box-shadow: 0px 5px 15px rgba(32, 159, 132, 0.8); }
  .green-btn.disable:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.grey-bg {
  background-color: #F9F9F9; }

.heading-block {
  text-align: center;
  margin-bottom: 54px;
  color: #474747;
  font-family: "Gilroy Bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 29px; }
  .heading-block.heading-page {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 42px; }
  .heading-block.text-left {
    text-align: left; }

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff; }

.header__wrapp {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0 28px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.header__logo {
  width: 24.6%; }
  .header__logo img, .header__logo svg {
    max-width: 100%;
    height: auto; }
  .header__logo:focus {
    outline: none; }
  .header__logo .header__logo__mob {
    display: none; }

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.header__menu__item {
  margin-right: 15px; }
  .header__menu__item:last-child {
    margin-right: 0; }
  .header__menu__item a {
    padding: 12px;
    display: inline-block;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #3A3A3A;
    font-size: 14px;
    border-radius: 5px;
    position: relative; }
    .header__menu__item a:focus {
      outline: none; }
    .header__menu__item a:after {
      content: '';
      width: 100%;
      height: 2px;
      display: block;
      position: absolute;
      left: 0;
      bottom: 3px;
      background-color: #474747;
      opacity: 0;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .header__menu__item a:hover:after {
      opacity: 1; }
  .header__menu__item.active a {
    background-color: #209F84;
    color: #fff;
    cursor: default; }
    .header__menu__item.active a:hover:after {
      opacity: 0; }

/*.header__language a {
  display: inline-block;
  padding: 7px 5px 5px 5px;
  margin-right: 2px;
  background-color: transparent;
  font-size: 14px;
  color: #3A3A3A;
  font-family: "Gilroy Bold", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .header__language a:last-child {
    margin-right: 0; }
  .header__language a.active {
    background-color: #FFA532;
    color: #fff; }
  .header__language a:focus {
    outline: none; }
  .header__language a:hover {
    background-color: #FFA532;
    color: #fff; }*/

.header__contact-btn {
  display: none; }

.header__contact-btn {
  height: 40px;
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  margin-right: 56px; }

.header-disable-menu .header__menu {
  display: none; }

.header-show-contactbtn .header__contact-btn {
  display: block; }

.banner-request {
  padding-bottom: 62px; }

.banner-request__wrapp {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px; }

.banner-request__img {
  width: 57.5%;
  text-align: center; }
  .banner-request__img img, .banner-request__img svg {
    max-width: 100%;
    height: auto; }

.banner-request__btn-down {
  display: none; }

.banner-request__content {
  padding-top: 120px;
  width: 40.7%; }

.banner-request__content__heading {
  color: #474747;
  font-size: 48px;
  line-height: 58px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 60px; }

.banner-request__content__label {
  color: #474747;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "Gilroy Regular", Arial, sans-serif; }

.banner-request__content__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .banner-request__content__form input {
    width: 85%;
    margin-right: 8px;
    background: #fff;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding-left: 12px;
  transition: all 0.2s;
    height: 48px; }
.banner-request__content__form input:hover,.banner-request__content__form input:focus {
  box-shadow: 0px 5px 15px rgba(32, 159, 132, 0.3);
}
    .banner-request__content__form input::-webkit-input-placeholder {
      color: #838383;
      font-size: 14px; }
    .banner-request__content__form input::-moz-placeholder {
      color: #838383;
      font-size: 14px; }
    .banner-request__content__form input:-ms-input-placeholder {
      color: #838383;
      font-size: 14px; }
    .banner-request__content__form input::-ms-input-placeholder {
      color: #838383;
      font-size: 14px; }
    .banner-request__content__form input::placeholder {
      color: #838383;
      font-size: 14px; }
  .banner-request__content__form button {
    background-image: url("../img/home-banner_btn_icon.svg");
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 13%;
    height: 48px; }
    .banner-request__content__form button:focus {
      outline: none; }

.banner-request__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px; }

.banner-request__item {
  background-color: #F3F3F3;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  padding: 43px 25px 43px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.banner-request__item:nth-child(2) .banner-request__item__img img{
	width: 120px;
}

.banner-request__item__img {
  text-align: center;
  width: 44%;
  margin-right: 5px; }
  .banner-request__item__img img, .banner-request__item__img svg {
	width: 116px;
    max-width: 100%;
    height: auto;
    text-align: center; }

.banner-request__item__heading {
  font-size: 18px;
  line-height: 21px;
  color: #3A3A3A;
  margin-bottom: 30px; }
.banner-request__item__text{
  width: 51%;
}

.banner-request__item__link {
  display: inline-block;
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 14px; }
  .banner-request__item__link svg {
    margin-left: 13px;
    vertical-align: middle; }

.about-section {
  padding: 62px 0; }

.about-section__wrapp {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.about-section__img {
  width: 57%;
  text-align: center; }
  .about-section__img img, .about-section__img svg {
    max-width: 100%;
    height: auto; }

.about-section__text {
  width: 43%;
  color: #474747;
  padding-top: 55px; }
  .about-section__text h2 {
    font-size: 24px;
    line-height: 29px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    margin-bottom: 20px; }
  .about-section__text p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px;
    font-family: "Gilroy Regular", Arial, sans-serif; }

.work-stages {
  padding-top: 62px;
  padding-bottom: 72px; }

.work-stages__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 78px; }

.work-stages__item {
  padding: 32px 24px 32px 32px;
  background-color: #F3F3F3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.work-stages__item__heading {
  font-size: 18px;
  line-height: 21px;
  color: #474747;
  max-width: 80%;
  margin-bottom: 15px; }

.work-stages__item__descr {
  font-size: 14px;
  line-height: 16px;
  max-width: 80%;
  font-family: "Gilroy Regular", Arial, sans-serif;
  color: #474747; }

.work-stages__item__img {
  margin-right: 32px;
  max-width: 92px; }
  .work-stages__item__img img, .work-stages__item__img svg {
    max-width: 100%;
    height: auto; }

.news-catalog {
  padding-top: 74px;
  padding-bottom: 62px; }

.news-catalog__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  margin-bottom: 16px; }

.news__list__card {
  margin-bottom: 24px;
  background-color: #F3F3F3;
  border-radius: 25px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .news__list__card:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(71, 71, 71, 0.2);
    box-shadow: 0px 5px 15px rgba(71, 71, 71, 0.2); }
  .news__list__card:focus {
    outline: none; }

.news__list__card__img {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }

.news__list__card__text {
  padding: 16px 30px 16px 16px; }

.news__list__card__heading {
  font-size: 18px;
  color: #474747;
  line-height: 21px;
  margin-bottom: 23px; }

.news__list__card__date {
  color: rgba(71, 71, 71, 0.5);
  font-size: 18px;
  line-height: 21px;
  font-family: "Gilroy Regular", Arial, sans-serif; }

.news-catalog__nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.news-catalog__nav__link {
  border-radius: 10px;
  padding: 16px 51px;
  font-size: 14px; }

.news-pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.news-pagination__btn {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat; }
  .news-pagination__btn:focus {
    outline: none; }
  .news-pagination__btn.prev {
    background-image: url("../img/btn-prev.svg");
    margin-right: 56px; }
  .news-pagination__btn.next {
    background-image: url("../img/btn-next.svg");
    margin-left: 56px; }
  .news-pagination__btn.disable {
    background-color: rgba(32, 159, 132, 0.5);
    cursor: no-drop; }

.news-pagination__list button {
  background-color: transparent;
  border: none;
  font-size: 18px;
  height: 28px;
  width: 28px;
  border-radius: 5px;
  color: #474747;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .news-pagination__list button:focus {
    outline: none; }
  .news-pagination__list button.active {
    background-color: #F3F3F3; }
  .news-pagination__list button:hover {
    background-color: #F3F3F3; }

.news-pagination__delimiter {
  margin-left: 14px;
  margin-right: 14px;
  font-size: 18px;
  letter-spacing: 1.4px;
  color: #474747; }

.news-issue-loadmore {
  padding: 5px 125px;
  height: 48px;
  border: none;
  font-size: 14px;
  color: #fff;
  font-family: "Gilroy Bold", Arial, sans-serif;
  border-radius: 10px;
  margin: 0 auto;
  display: none; }
  .news-issue-loadmore:focus {
    outline: none; }

.contact-us {
  padding-top: 75px;
  padding-bottom: 100px; }

.contact-us.contact-us-service {
  padding-top: 22px;
  padding-bottom: 80px; }
  .contact-us.contact-us-service .contact-us__heading {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px; }
  .contact-us.contact-us-service .contact-us__wrapp {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .contact-us.contact-us-service .contact-us__content {
    padding-top: 0; }

.trucking-page .contact-us.contact-us-service {
  padding-bottom: 30px; }

.contact-us__wrapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.contact-us__img {
  width: 51%;
  text-align: center; }
  .contact-us__img img, .contact-us__img svg {
    max-width: 100%;
    height: auto; }

.contact-us__content {
  width: 40.6%;
  padding-top: 40px; }

.contact-us__form {
  width: 100%; }
  .contact-us__form input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
    padding: 0 12px;
    background: #FEFEFE;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
  transition: all 0.2s;
    font-family: "Gilroy Light", Arial, sans-serif; }
.contact-us__form input:hover,.contact-us__form input:focus{
  box-shadow: 0px 5px 15px rgba(32, 159, 132, 0.3);
}
  .contact-us__form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  transition: all 0.2s;
    height: 48px;
    padding: 0 12px;
    background: #FEFEFE;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: "Gilroy Light", Arial, sans-serif;
    padding-top: 16px;
    height: 80px;
    font-size: 14px;
    color: #838383;
    resize: none; }
.contact-us__form textarea:hover, .contact-us__form textarea:focus{
  box-shadow: 0px 5px 15px rgba(32, 159, 132, 0.3);
}
  .contact-us__form input::-webkit-input-placeholder, .contact-us__form textarea::-webkit-input-placeholder {
    color: #838383;
    font-size: 14px; }
  .contact-us__form input::-moz-placeholder, .contact-us__form textarea::-moz-placeholder {
    color: #838383;
    font-size: 14px; }
  .contact-us__form input:-ms-input-placeholder, .contact-us__form textarea:-ms-input-placeholder {
    color: #838383;
    font-size: 14px; }
  .contact-us__form input::-ms-input-placeholder, .contact-us__form textarea::-ms-input-placeholder {
    color: #838383;
    font-size: 14px; }
  .contact-us__form input::placeholder, .contact-us__form textarea::placeholder {
    color: #838383;
    font-size: 14px; }

.contact-us__heading {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 50px;
  font-family: "Gilroy Bold", Arial, sans-serif; }

.contact-us__form button {
  height: 48px;
  padding: 16px 56px;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 15px;
  letter-spacing: 0,5px;
  float: right; }

footer {
  border-top: 1px solid #22AA86; }

.footer__wrapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 23px; }

.footer__menu {
  padding-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto; }

.footer__menu__item:last-child {
  margin-right: 0; }

.footer__menu__item a {
  padding: 0 16.5px;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #3A3A3A;
  font-size: 14px;
  border-radius: 5px;
  position: relative; }
  .footer__menu__item a:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
    background-color: #474747;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .footer__menu__item a:focus {
    outline: none; }
  .footer__menu__item a:hover:after {
    opacity: 1; }

.footer__logo {
  width: 24.6%;
  margin-right: 15px; }
  .footer__logo img {
    max-width: 100%;
    height: auto; }
  .footer__logo:focus {
    outline: none; }

.footer__contacts__adress {
  margin-bottom: 16px; }

.footer__contacts {
  padding-top: 4px; }
  .footer__contacts a, .footer__contacts p {
    font-size: 14px;
    line-height: 16px;
    color: #838383;
    display: block;
    margin-bottom: 7px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left bottom;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .footer__contacts a svg, .footer__contacts p svg {
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .footer__contacts a:last-child, .footer__contacts p:last-child {
      margin-bottom: 0; }
    .footer__contacts a:focus, .footer__contacts p:focus {
      outline: none; }
    .footer__contacts a:hover, .footer__contacts p:hover {
      color: #3A3A3A; }
      .footer__contacts a:hover svg, .footer__contacts p:hover svg {
        fill: #3A3A3A; }
    .footer__contacts a span, .footer__contacts p span {
      display: inline-block;
      width: 28px;
      text-align: left; }

.footer__contacts__phones {
  margin-bottom: 16px; }

.footer__about {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #209F84; }

.footer__about__wrapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer__about__wrapp p {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-right: 15px;
    font-family: "Gilroy Light", Arial, sans-serif; }
    .footer__about__wrapp p a {
      font-family: "Gilroy Bold", Arial, sans-serif;
      color: #fff;
      letter-spacing: 0.1px;
      vertical-align: baseline; }

.about-banner {
  padding-top: 20px;
  padding-bottom: 40px; }

.about-banner__img {
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 40px;
  text-align: center; }
  .about-banner__img img, .about-banner__img svg {
    max-width: 100%;
    height: auto; }

.about-banner__heading {
  font-size: 36px;
  line-height: 42px;
  color: #3A3A3A;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 28px; }

.about-banner__descr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .about-banner__descr p {
    font-size: 18px;
    line-height: 27px;
    font-family: "Gilroy Regular", Arial, sans-serif;
    width: 44.8%;
    margin-bottom: 20px; }

.vacancies-section {
  padding-top: 60px;
  padding-bottom: 40px; }

.vacancies-section__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 24px; }

.vacancies-section__item {
  background-color: #F3F3F3;
  border-radius: 25px;
  padding: 40px 16px 16px 16px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.vacancies-section__item__heading {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 23px; }

.vacancies-section__item__img {
  text-align: center;
  margin-bottom: 24px; }
  .vacancies-section__item__img img, .vacancies-section__item__img svg {
    max-width: 100%;
    height: auto; }

.vacancies-section__item__btn {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 0.1px; }

.services-issue {
  padding-top: 55px;
  padding-bottom: 34px; }

.services-issue__heading {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  font-family: "Gilroy Bold", Arial, sans-serif; }

.services-issue__list {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.services-issue__item {
  width: 23.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F3F3F3;
  border-radius: 25px;
  padding: 30px 24px 24px 24px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.services-issue__item__img {
  height: 133px;
  margin-bottom: 15px;
  text-align: center; }
  .services-issue__item__img img, .services-issue__item__img svg {
	width: 116px;
    max-width: 100%;
    height: auto; }
.services-issue__item:nth-child(2) .services-issue__item__img img{
	width: 120px;
} 

.services-issue__item__heading {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 15px;
  font-family: "Gilroy Bold", Arial, sans-serif; }

.services-issue__item__text {
  text-align: center;
  color: #838383;
  font-size: 14px;
  line-height: 16px;
  font-family: "Gilroy Regular", Arial, sans-serif;
  margin-bottom: 30px; }
  .services-issue__item__text li {
    margin-bottom: 7px; }
    .services-issue__item__text li:last-child {
      margin-bottom: 0; }

.services-issue__item__btn {
  width: 100%;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 14px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.1px;
  margin-top: auto; }

.autopark {
  padding-top: 52px;
  padding-bottom: 52px; }

.autopark__wrapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.autopark__info__heading {
  font-size: 24px;
  line-height: 28px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 40px; }

.autopark__info__list__item {
  margin-bottom: 24px; }
  .autopark__info__list__item b {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
    display: inline-block;
    font-family: "Gilroy Bold", Arial, sans-serif; }
  .autopark__info__list__item p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px; }
    .autopark__info__list__item p:last-child {
      margin-bottom: 0; }

.autopark__info {
  width: 29.8%; }

.autopark__slider {
  background: #F3F3F3;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  width: 66%; }

.autopark__slider__info {
  padding: 64px 15px 15px 40px;
  max-height: 310px;
  overflow: auto; }
  .autopark__slider__info b {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
    display: inline-block;
    font-family: "Gilroy Bold", Arial, sans-serif; }
  .autopark__slider__info p {
    font-size: 18px;
    line-height: 27px; }
  .autopark__slider__info ul {
    margin-top: 30px; }
    .autopark__slider__info ul li {
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 10px; }
      .autopark__slider__info ul li b {
        margin-bottom: 0; }

.autopark__slider__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 440px;
  width: 100%; }

.autopark__slider__img {
  width: 64.3%;
  height: 100%;
  background-size: 85% !important;
  background-position: center center !important;
  background-repeat: no-repeat  !important;
  background: #F9F9F9;
  border-radius: 25px 0 0 25px; }

.autopark__slider__nav {
  position: absolute;
  bottom: 60px;
  left: 40px;
  width: 128px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.autopark__slider__btn {
  border-radius: 10px;
  width: 48px;
  height: 48px;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  position: static; }
  .autopark__slider__btn.disable {
    background-color: rgba(32, 159, 132, 0.5);
    cursor: no-drop; }
  .autopark__slider__btn.prev {
    background-image: url("../img/btn-prev.svg"); }
  .autopark__slider__btn.next {
    background-image: url("../img/btn-next.svg"); }
  .autopark__slider__btn:after {
    display: none; }

.services-about {
  padding-top: 54px;
  padding-bottom: 62px; }

.wastepaper-page .services-about {
  padding-bottom: 50px; }

.services-about__item {
  padding-top: 40px;
  padding-bottom: 40px; }

.services-about__item__wrapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.services-about__item__content {
  max-width: 42.9%;
  padding-top: 56px; }
  .services-about__item__content h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 22px;
    font-family: "Gilroy Bold", Arial, sans-serif; }
  .services-about__item__content p {
    font-size: 18px;
    font-family: "Gilroy Regular", Arial, sans-serif;
    line-height: 27px;
    margin-bottom: 15px; }

.services-about__item__img {
  width: 49%;
  height: 515px;
  border-radius: 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.services-about__item:nth-child(even) {
  background-color: #F9F9F9; }
  .services-about__item:nth-child(even) .services-about__item__img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .services-about__item:nth-child(even) .services-about__item__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

.services-about__item:nth-child(odd) {
  background-color: #fff; }
  .services-about__item:nth-child(odd) .services-about__item__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .services-about__item:nth-child(odd) .services-about__item__content {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

.services-about__item:first-child {
  padding-top: 0; }

.services-about__item:last-child {
  padding-bottom: 0; }

.services-about-conversely .services-about__item:nth-child(odd) {
  background-color: #fff; }
  .services-about-conversely .services-about__item:nth-child(odd) .services-about__item__img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .services-about-conversely .services-about__item:nth-child(odd) .services-about__item__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

.services-about-conversely .services-about__item:nth-child(even) {
  background-color: #F9F9F9; }
  .services-about-conversely .services-about__item:nth-child(even) .services-about__item__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .services-about-conversely .services-about__item:nth-child(even) .services-about__item__content {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

.services-about-conversely .services-about__item:first-child {
  padding-top: 0; }

.news-issue {
  padding-top: 55px;
  padding-bottom: 80px; }

.news-issue__heading {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  font-family: "Gilroy Bold", Arial, sans-serif; }

.news-issue__list {
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px; }

.news-issue__item {
  overflow: hidden;
  background-color: #F3F3F3;
  border-radius: 25px;
  margin-bottom: 24px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .news-issue__item:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(71, 71, 71, 0.2);
    box-shadow: 0px 5px 15px rgba(71, 71, 71, 0.2); }
  .news-issue__item:focus {
    outline: none; }

.news-issue__item__img {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }

.news-issue__item__text {
  padding: 16px 30px 16px 16px; }

.news-issue__item__heading {
  font-size: 18px;
  color: #474747;
  line-height: 21px;
  margin-bottom: 23px; }

.news-issue__item__date {
  color: rgba(71, 71, 71, 0.5);
  font-size: 18px;
  line-height: 21px;
  font-family: "Gilroy Regular", Arial, sans-serif; }

.news-issue__nav {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.new {
  padding-top: 17px;
  padding-bottom: 60px; }

.new__wrapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.new__content {
  width: 66%; }

.new__back-btn {
  font-size: 14px;
  color: #3A3A3A; }
  .new__back-btn span {
    display: inline-block;
    background: #F3F3F3;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background-image: url("../img/shape-mini.svg");
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    margin-right: 12px; }

.new__content__heading {
  margin-top: 55px;
  font-size: 36px;
  line-height: 42px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #B0B0AE; }

.new__content__info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.new__content__info__label {
  margin-right: 75px;
  color: #838383;
  font-size: 18px; }
  .new__content__info__label img, .new__content__info__label svg {
    margin-right: 13px; }
  .new__content__info__label:last-child {
    margin-right: 0; }

.new__content__text {
  padding-top: 24px; }
  .new__content__text img, .new__content__text svg {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .new__content__text p {
    margin-bottom: 5px; }
    .new__content__text p:last-child {
      margin-bottom: 0; }

.new__order {
  border-radius: 25px;
  width: 32%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 24px 24px 24px;
  background-color: #209F84; }

.new__order__heading {
  font-size: 24px;
  line-height: 28px;
  color: #FEFEFE;
  font-family: "Gilroy Bold", Arial, sans-serif;
  letter-spacing: 0.1px;
  margin-bottom: 30px; }

.new__order__form {
  width: 100%; }
  .new__order__form input {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 12px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 14px; }
  .new__order__form button {
    width: 100%;
    height: 48px;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    font-family: "Gilroy Bold", Arial, sans-serif;
    letter-spacing: 0.1px;
    transition: all 0.2s; }
    .new__order__form button:hover {
      background-color: #fff;
      color: #209F84; }
  .new__order__form input::-webkit-input-placeholder, .new__order__form textarea::-webkit-input-placeholder {
    color: #838383;
    font-family: "Gilroy Light", Arial, sans-serif; }
  .new__order__form input::-moz-placeholder, .new__order__form textarea::-moz-placeholder {
    color: #838383;
    font-family: "Gilroy Light", Arial, sans-serif; }
  .new__order__form input:-ms-input-placeholder, .new__order__form textarea:-ms-input-placeholder {
    color: #838383;
    font-family: "Gilroy Light", Arial, sans-serif; }
  .new__order__form input::-ms-input-placeholder, .new__order__form textarea::-ms-input-placeholder {
    color: #838383;
    font-family: "Gilroy Light", Arial, sans-serif; }
  .new__order__form input::placeholder, .new__order__form textarea::placeholder {
    color: #838383;
    font-family: "Gilroy Light", Arial, sans-serif; }
  .new__order__form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
    padding: 0 12px;
    background: #FEFEFE;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: "Gilroy Light", Arial, sans-serif;
    padding-top: 16px;
    height: 80px;
    font-size: 14px;
    color: #838383;
    resize: none; }

.form-group {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  color: #fff; }
  .form-group:last-child {
    margin-bottom: 0; }

.form-checkboxes {
  margin-top: 25px;
  margin-bottom: 40px; }

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }

.form-group label {
  position: relative;
  cursor: pointer;
  width: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }

.form-group input:checked + label:before {
  background-color: #209F84;
  background-image: url("../img/checked-active.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto; }

.new-page .news-catalog {
  padding-top: 62px; }

.error-page {
  padding-top: 45px;
  padding-bottom: 65px; }

.error-page__wrapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.error-page__content {
  background-color: #F3F3F3;
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 30px 64px 30px;
  text-align: center;
  border-radius: 25px;
  position: relative; }
  .error-page__content h1 {
    font-weight: 800;
    font-size: 144px;
    line-height: 176px;
    color: #474747;
    margin-bottom: 53px; }
  .error-page__content h2 {
    line-height: 28px;
    color: #474747;
    margin-bottom: 65px;
    font-size: 24px;
    font-family: "Gilroy Bold", Arial, sans-serif; }
  .error-page__content a {
    padding: 17px 69px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block; }
  .error-page__content .error-page__content__bgImg {
    position: absolute;
    right: 0;
    top: 0; }

.error-page__img {
  width: 49%; }
  .error-page__img img, .error-page__img svg {
    max-width: 100%;
    height: auto; }

.service-params {
  padding-top: 33px;
  padding-bottom: 65px; }

.service-params__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px; }

.service-params__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 24px;
  background-color: #F3F3F3;
  border-radius: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .service-params__item img, .service-params__item svg {
    margin-right: 26px; }
  .service-params__item:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); }

.service-params__item__img img, .service-params__item__img svg {
  max-width: 100%;
  height: auto; }

.service-params__item__text b {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
  display: inline-block;
  color: #3A3A3A; }

.service-params__item__text p {
  font-size: 18px;
  line-height: 21px;
  color: #838383; }

.service-params__item:nth-child(n+4) {
  margin-top: 20px; }

.service-back {
  padding-top: 28px;
  padding-bottom: 30px; }

.service-back__btn {
  font-size: 14px;
  color: #3A3A3A; }
  .service-back__btn span {
    display: inline-block;
    background: #F3F3F3;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background-image: url("../img/shape-mini.svg");
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    margin-right: 12px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .service-back__btn:hover span {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); }

.seo-section {
  padding-top: 62px;
  padding-bottom: 62px; }

.seo-section-imgBg .seo-section__img {
  border-radius: none; }
  .seo-section-imgBg .seo-section__img img {
    max-width: 100%;
    height: auto; }

.seo-section-imgBg .seo-section__wrapp {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.seo-section__wrapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.seo-section__img {
  width: 49%;
  border-radius: 25px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }

.seo-section__content {
  height: 516px;
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 19px 12px 0 40px;
  position: relative;
  overflow: hidden; }
  .seo-section__content .scroll-emul_block {
    overflow-y: hidden; }
  .seo-section__content .scroll-emul_container {
    padding-right: 45px;
    padding-top: 35px; }

.seo-section__text {
  height: 100%;
  max-width: 100%;
  overflow: auto;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.seo-section__content::after {
  content: '';
  display: block;
  width: 100%;
  height: 101px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 249, 0)), to(#F9F9F9));
  background: -o-linear-gradient(top, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);
  background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%); }

.seo-section__text h2 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 22px; }

.seo-section__text p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 21px;
  font-family: "Gilroy Light", Arial, sans-serif; }

.price-section {
  padding-top: 22px;
  padding-bottom: 62px; }

.price-section__heading {
  font-size: 36px;
  line-height: 42px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 40px; }

.price-section__table__wrapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.price-section__table {
  width: 54%; }

.price-section__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px; }

.price-section__item__descr {
  width: 68.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F3F3F3;
  border-radius: 10px;
  padding: 17px 12px; }
  .price-section__item__descr span {
    font-size: 18px;
    line-height: 21px;
    color: #3A3A3A;
    display: inline-block;
    max-width: 80%; }
  .price-section__item__descr b {
    font-size: 18px;
    line-height: 21px;
    color: #838383;
    float: right; }

.price-section__item__link {
  border-radius: 10px;
  display: inline-block;
  width: 27.8%;
  padding: 5px 15px;
  height: 56px;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .price-section__item__link img {
    display: none; }

.price-section__img {
  width: 43%;
  text-align: right; }
  .price-section__img img, .price-section__img svg {
    max-width: 100%;
    height: auto; }

.calculation-request {
  padding-top: 26px;
  padding-bottom: 70px; }

.calculation-request__wrapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.calculation-request__picture {
  width: 24.3%; }

.calculation-request__picture__delimiter {
  display: none; }

.calculation-request__picture__item {
  margin-bottom: 60px; }
  .calculation-request__picture__item img, .calculation-request__picture__item svg {
    max-width: 100%;
    height: auto;
    margin-top: 30px; }
  .calculation-request__picture__item:last-child {
    margin-bottom: 0; }

.calculation-request__picture__item__label {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-family: "Gilroy Bold", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 28px;
  background-color: #FFA532; }

.calculation-request__picture__item:nth-child(odd) .calculation-request__picture__item__label {
  padding: 14px 33px;
  margin-right: -22px; }

.calculation-request__picture__item:nth-child(even) {
  text-align: right; }
  .calculation-request__picture__item:nth-child(even) .calculation-request__picture__item__label {
    padding: 14px 17px;
    margin-left: -27px;
    margin-right: 0; }

.calculation-request__content {
  background-color: #F3F3F3;
  padding: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 74.5%;
  border-radius: 25px; }

.calculation-request__form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .calculation-request__form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  transition: all 0.2s;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 0 12px;
    height: 48px;
    font-size: 14px; }
.calculation-request__form input:hover,.calculation-request__form input:focus {
  box-shadow: 0px 5px 15px rgba(32, 159, 132, 0.3);
}
    .calculation-request__form input::-webkit-input-placeholder {
      color: #B0B0AE; }
    .calculation-request__form input::-moz-placeholder {
      color: #B0B0AE; }
    .calculation-request__form input:-ms-input-placeholder {
      color: #B0B0AE; }
    .calculation-request__form input::-ms-input-placeholder {
      color: #B0B0AE; }
    .calculation-request__form input::placeholder {
      color: #B0B0AE; }
  .calculation-request__form button {
    width: 100%;
    border-radius: 10px;
    border: none;
    height: 48px;
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 0.1px; }

.calculation-request__form__group {
  font-family: "Gilroy Regular", Arial, sans-serif;
  margin-bottom: 24px; }
  .calculation-request__form__group p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 11px; }

.calculation-request__form__group:nth-child(odd) {
  width: 55%; }

.calculation-request__form__group:nth-child(even) {
  width: 42%; }

.calculation-request__form__group:nth-child(1), .calculation-request__form__group:nth-child(2) {
  margin-bottom: 32px; }

.calculation-request__form__descr {
  width: 100%;
  margin-bottom: 19px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Gilroy Regular", Arial, sans-serif; }

.contacts-section {
  padding-top: 28px;
  padding-bottom: 50px; }

.contacts-section__map {
  width: 100%;
  height: 400px;
  border-radius: 25px;
  overflow: hidden;
  position: relative; }

.contacts-section__map__frame {
  width: 100%;
  height: 100%; }

.contacts-section__map__info {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2; }

.contacts-section__map__info__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  padding: 24px;
  margin-bottom: 24px; }
  .contacts-section__map__info__item:last-child {
    margin-bottom: 0; }
  .contacts-section__map__info__item p, .contacts-section__map__info__item a {
    font-size: 18px;
    line-height: 21px;
    display: block;
    margin-bottom: 15px;
    color: #3A3A3A; }
    .contacts-section__map__info__item p:focus, .contacts-section__map__info__item a:focus {
      outline: none; }
    .contacts-section__map__info__item p:last-child, .contacts-section__map__info__item a:last-child {
      margin-bottom: 0; }

.scroll-emul_block {
  overflow-y: auto; }

.scroll-emul_container {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden; }

.scroll-emul_content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.scroll-emul_content::-webkit-scrollbar {
  width: 0px;
  background: transparent; }

.scroll-emul_line {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 10;
  width: 6px;
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: transparent;
  border-radius: 2px; }

.scroll-emul_line_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #E9E9E9;
  border-radius: 2px; }

.popup_container {
  position: fixed;
  top: -200%;
  left: 0;
  z-index: 10000;
  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: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  padding: 10px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .popup_container.active {
    top: 0;
    opacity: 1;
    -webkit-transition: top 0.2s ease-in-out, opacity 1s ease-in-out;
    -o-transition: top 0.2s ease-in-out, opacity 1s ease-in-out;
    transition: top 0.2s ease-in-out, opacity 1s ease-in-out; }

.popup_background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.popup {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 624px;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 5px; }

.popup_close {
  position: absolute;
  top: 21px;
  right: 21px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.request-popup {
  border-radius: 25px;
  padding: 40px; }
  .request-popup .heading-block {
    margin-bottom: 32px; }
  .request-popup .popup_close {
    top: 21px;
    right: 21px; }

.request-popup__form {
  width: 100%; }
  .request-popup__form input {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    height: 48px;
    padding: 0 12px;
    background: #FEFEFE;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
  transition: all 0.2s;
    font-family: "Gilroy Light", Arial, sans-serif; }
.request-popup__form input:hover,.request-popup__form textarea:hover{
  box-shadow: 0px 5px 15px rgba(32, 159, 132, 0.3);
}
.request-popup__form input:focus,.request-popup__form textarea:focus{
  box-shadow: 0px 5px 15px rgba(32, 159, 132, 0.3);
} 
  .request-popup__form textarea {
  transition: all 0.2s;
    display: block;
    width: 100%;
    margin-bottom: 32px;
    height: 48px;
    padding: 0 12px;
    background: #FEFEFE;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: "Gilroy Light", Arial, sans-serif;
    padding-top: 16px;
    height: 80px;
    font-size: 14px;
    color: #838383;
    resize: none; }
  .request-popup__form button {
    display: block;
    margin: 0 auto;
    padding: 0 60px;
    height: 48px;
    font-size: 14px;
    border-radius: 10px;
    letter-spacing: 0.5px; }
  .request-popup__form input::-webkit-input-placeholder, .request-popup__form textarea::-webkit-input-placeholder {
    color: #838383;
    font-size: 14px; }
  .request-popup__form input::-moz-placeholder, .request-popup__form textarea::-moz-placeholder {
    color: #838383;
    font-size: 14px; }
  .request-popup__form input:-ms-input-placeholder, .request-popup__form textarea:-ms-input-placeholder {
    color: #838383;
    font-size: 14px; }
  .request-popup__form input::-ms-input-placeholder, .request-popup__form textarea::-ms-input-placeholder {
    color: #838383;
    font-size: 14px; }
  .request-popup__form input::placeholder, .request-popup__form textarea::placeholder {
    color: #838383;
    font-size: 14px; }

.request-popup__done button {
  display: block;
  margin: 0 auto;
  padding: 0 70px;
  height: 48px;
  font-size: 14px;
  border-radius: 10px;
  letter-spacing: 0.5px; }

.header-contact-btn-mob {
  display: none; }

@media screen and (max-width: 1224px) {
  .banner-request__item__img {
    width: 39%; }
  .banner-request__content__heading {
    font-size: 45px;
    line-height: 55px; }
  .about-section__text {
    width: 51%; }
  .about-section__img {
    width: 49%; }
  .about-section__wrapp {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .work-stages__list {
    grid-column-gap: 24px; }
  .news__list__card__img {
    height: 240px; }
  .news__list__card__heading {
    font-size: 17px; }
  .footer__menu {
    margin-right: 25px; }
  .about-banner__descr {
    padding-right: 0; }
  .about-banner__descr p {
    width: 47%; } }

@media screen and (max-width: 1100px) {
  .work-stages__item__heading{
    max-width: 100%;
  }
  .work-stages__item__descr{
    max-width: 100%;
  }
  .header__menu__item {
    margin-right: 3px; }
  .header__menu__item a {
    padding: 9px;
    font-size: 12px; }
/*  .header__language a {
    margin-right: 0;
    padding: 5px 4px 4px 4px;
    font-size: 12px; }*/
  .header__menu {
    margin-right: 18px; }
  .banner-request__content {
    padding-top: 0;
    width: 58%; }
  .banner-request__img {
    width: 40%; }
  .banner-request__wrapp {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .banner-request__content__heading {
    font-size: 40px;
    line-height: 48px; }
  .banner-request__list {
    grid-column-gap: 15px; }
  .banner-request__item__img {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0; }
  .banner-request__item__text {
    width: 100%;
    text-align: center; }
  .banner-request__item__heading {
    margin-bottom: 20px;
    font-size: 16px; }
  .banner-request__item {
    display: block;
    padding: 30px 15px 30px 15px; }
  .banner-request__item__link {
    padding: 13px 25px; }
  .banner-request__item__img img, .banner-request__item__img svg {
    max-width: 37%; }
  .about-section__text {
    padding-top: 0; }
  .about-section__text {
    width: 100%; }
  .about-section__text p {
    font-size: 16px; }
  .about-section__img {
    width: 100%; }
    .about-section__img img {
      max-width: 50%; }
  .about-section {
    padding-bottom: 40px; }
  .work-stages {
    padding: 52px 0; }
  .work-stages__list {
    grid-column-gap: 15px; }
  .work-stages__item {
    display: block;
    padding: 30px 15px 30px 15px; }
  .work-stages__item__img {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
  .work-stages__item__img img, .work-stages__item__img svg {
    max-width: 37%; }
  .work-stages__item__text {
    width: 100%;
    text-align: center; }
  .news-catalog {
    padding: 52px 0; }
  .news__list__card__img {
    height: 158px; }
  .news__list__card__text {
    padding: 16px; }
  .news__list__card__heading {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px; }
  .news__list__card__date {
    font-size: 15px; }
  .news-pagination__btn.prev {
    margin-right: 35px; }
  .news-pagination__btn.next {
    margin-left: 35px; }
  .news-pagination__list button {
    font-size: 16px; }
  .contact-us {
    padding-top: 55px;
    padding-bottom: 75px; }
  .contact-us__wrapp {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .contact-us__content {
    width: 60%;
    padding-top: 0; }
  .contact-us__img {
    width: 36%; }
  .contact-us__heading {
    margin-bottom: 30px; }
  .footer__menu {
    display: none; }
  .footer__contacts {
    margin-left: auto; }
  .about-banner__descr {
    display: block; }
  .about-banner__descr p {
    width: 100%;
    font-size: 16px;
    line-height: 25px; }
    .about-banner__descr p:last-child {
      margin-bottom: 0; }
  .about-banner__heading {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 23px; }
  .vacancies-section {
    padding: 52px 0; }
  .vacancies-section__list {
    grid-template-columns: 1fr 1fr; }
  .services-issue {
    padding-top: 35px; }
  .heading-block.heading-page {
    font-size: 33px;
    line-height: 39px; }
  .services-issue__item {
    width: 48.5%; }
  .autopark__wrapp {
    display: block; }
  .autopark__info {
    width: 100%;
    margin-bottom: 60px; }
  .autopark__info {
    text-align: center; }
  .autopark__info__list__item p {
    max-width: 70%;
    margin: 0 auto; }
  .autopark__slider {
    width: 100%; }
  body {
    padding-top: 100px; }
  .banner-request {
    padding-top: 20px; }
  .services-about__item__content {
    padding-top: 30px;
    max-width: 56.9%; }
  .services-about__item__img {
    width: 38%;
    height: 400px; }
  .services-about__item__content p {
    font-size: 16px;
    line-height: 24px; }
  .news-issue {
    padding-top: 35px; }
  .contacts-section__map__info__item p, .contacts-section__map__info__item a {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 11px; }
  .contacts-section__map__info__item {
    padding: 19px;
    margin-bottom: 15px; }
  .service-params__list {
    grid-column-gap: 15px; }
  .service-params__item {
    display: block;
    padding: 30px 15px 30px 15px; }
  .service-params__item__img {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    min-height: 75px; }
  .service-params__item__text {
    text-align: center; }
  .service-params__item img, .service-params__item svg {
    margin-right: 0; }
  .service-params {
    padding-bottom: 30px; }
  .price-section__table {
    width: 72%; }
  .price-section__img {
    width: 25%; }
  .price-section__item__descr span {
    font-size: 15px; }
  .price-section__item__descr b {
    font-size: 15px; }
  .price-section__item__link {
    font-size: 15px; }
  .price-section {
    padding-bottom: 40px; }
  .service-back {
    padding: 22px 0; }
  .seo-section {
    padding-bottom: 32px;
    padding-top: 32px; }
  .seo-section__content {
    width: 65%;
    padding: 39px 12px 0 27px;
    height: 450px; }
  .seo-section__img {
    width: 33%; }
  .contact-us.contact-us-service {
    padding-bottom: 40px; }
  .calculation-request__content {
    width: 100%; }
  .calculation-request__picture__delimiter {
    display: block; }
  .calculation-request__picture__item img, .calculation-request__picture__item svg {
    margin-top: 0; }
  .calculation-request__picture__item:nth-child(odd) .calculation-request__picture__item__label {
    margin-right: 0; }
  .calculation-request__picture__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;
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .calculation-request__picture__item img, .calculation-request__picture__item svg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .calculation-request__picture__item__label {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 19px; }
  .calculation-request__picture {
    width: 100%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; }
  .calculation-request__picture__item:nth-child(odd) .calculation-request__picture__item__label {
    padding: 9px 20px; }
  .calculation-request__picture__delimiter {
    margin: 0 30px; }
  .error-page__img {
    width: 29%; }
  .error-page__content {
    width: 69%; }
  .error-page__content h1 {
    font-size: 124px;
    line-height: 156px;
    margin-bottom: 23px; }
  .error-page__content h2 {
    font-size: 21px; } }

@media screen and (max-width: 768px) {
  .autopark__slider__nav {
    margin-top: 25px; }
  .mainContainer {
    padding: 0 15px; }
  .banner-request {
    padding-top: 0; }
  .services-issue, .news-issue, .contacts-section {
    padding-top: 15px; }
  .news-issue__list {
    display: block; }
  .news-issue .news-pagination {
    display: none; }
  .news__list__card__img {
    height: 180px; }
  .news__list__card__heading {
    font-size: 14px;
    line-height: 17px; }
  .news__list__card__date {
    font-size: 14px; }
  .news__list__card {
    margin-bottom: 15px; }
  .news-issue__nav {
    width: 100%; }
  .news-catalog {
    display: block;
    overflow: hidden; }
    .news-catalog .news__list__card {
      margin-bottom: 0; }
    .news-catalog .heading-block {
      padding-right: 15px; }
    .news-catalog .news__list__card {
      margin-right: 16px;
      width: 46%; }
      .news-catalog .news__list__card:last-child {
        margin-right: 0; }
    .news-catalog .news__list__card__img {
      height: 280px; }
  .news-issue-loadmore {
    display: block;
    padding: 5px 15px;
    width: 100%; }
  .news-catalog__nav {
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news-catalog__nav__link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .news-pagination {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 342px;
    margin: 0 auto;
    margin-bottom: 32px; }
  .news-catalog__nav__link {
    width: 341px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 17px 15px; }
  .news-catalog__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: 179%;
    margin-bottom: 32px; }
  .news-pagination__btn.prev {
    margin-right: 22px; }
  .news-pagination__btn.next {
    margin-left: 22px; }
  .news-pagination__delimiter {
    margin-left: 3px;
    margin-right: 3px; }
  .news-catalog .mainContainer {
    padding-right: 0; }
  .banner-request__content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .banner-request__img {
    width: 100%;
    margin-bottom: 35px; }
  .banner-request__list {
    display: block; }
  .banner-request__content__heading {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 45px; }
  .banner-request__content__label {
    max-width: 63%;
    line-height: 16px; }
  .banner-request__content__form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .banner-request__content__form input {
    width: 78.5%;
  transition: all 0.2s;
    margin-right: 0; }
  .banner-request__content__form button {
    width: 18.6%; }
  .banner-request__wrapp {
    margin-bottom: 70px; }
  .banner-request__item {
    margin-bottom: 32px;
    padding: 43px 15px 43px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .banner-request__item:last-child {
      margin-bottom: 0; }
  .banner-request__item__img {
    width: 31%;
    margin-bottom: 0;
    text-align: center; }
  .banner-request__item__text {
    width: 68%; }
  .banner-request__item__img img, .banner-request__item__img svg {
    max-width: 100%; }
  .banner-request__item__text {
    text-align: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .banner-request__item__heading {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 28px; }
  .banner-request__item__link {
    padding: 13px 17px; }
  .banner-request {
    padding-bottom: 80px; }
  .about-section {
    padding-top: 48px;
    padding-bottom: 37px; }
  .about-section__text h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 22px; }
  .about-section__text p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px; }
    .about-section__text p:last-child {
      margin-bottom: 0; }
  .about-section__img {
    margin-top: 25px; }
    .about-section__img img {
      max-width: 100%; }
  .work-stages__list {
    display: block; }
  .work-stages {
    padding: 80px 0; }
  .heading-block {
    margin-bottom: 32px; }
  .work-stages__item {
    margin-bottom: 32px;
    padding: 32px 15px 30px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .work-stages__item:last-child {
      margin-bottom: 0; }
  .work-stages__item__img {
    width: 31%;
    margin-bottom: 0;
    text-align: center; }
  .work-stages__item__text {
    width: 68%; }
  .work-stages__item__img img, .work-stages__item__img svg {
    max-width: 100%; }
  .work-stages__item__text {
    text-align: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .seo-section {
    padding-top: 80px;
    padding-bottom: 40px; }
  .seo-section__wrapp {
    display: block; }
  .seo-section__img {
    display: none; }
  .seo-section__content {
    width: 100%;
    padding: 11px 7px 0 16px;
    height: 420px; }
  .seo-section__content .scroll-emul_container {
    padding-top: 25px;
    padding-right: 36px; }
  .contact-us {
    padding-top: 40px;
    padding-bottom: 80px; }
  .contact-us__wrapp {
    display: block; }
  .contact-us__content {
    width: 100%; }
  .contact-us__img {
    display: none; }
  .contact-us__form button {
    float: none;
    width: 100%; }
  .contact-us__heading {
    text-align: center; }
  .footer__wrapp {
    display: block;
    padding-top: 32px;
    padding-bottom: 55px; }
  .footer__logo {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
    display: block; }
  .footer__contacts {
    padding-top: 0;
    text-align: center; }
  .footer__contacts a, .footer__contacts p {
    margin-bottom: 9px; }
  .footer__contacts__adress {
    margin-bottom: 25px; }
  .footer__contacts__phones {
    margin-bottom: 25px; }
  .footer__about__wrapp {
    display: block;
    text-align: center; }
  .footer__about {
    padding: 32px 0; }
  .footer__about__wrapp p {
    margin-right: 0;
    margin-bottom: 15px; }
    .footer__about__wrapp p:last-child {
      margin-bottom: 0; }
  body {
    padding-top: 75px; }
  .banner-request__btn-down {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto;
    border: none;
    background-color: rgba(32, 159, 132, 0.2);
    margin-bottom: 110px; }
  .about-banner__img {
    margin-bottom: 70px; }
  .about-banner__heading {
    max-width: 70%; }
  .about-banner__descr p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px; }
  .vacancies-section {
    padding-top: 40px;
    padding-bottom: 80px; }
  .vacancies-section__list {
    display: block; }
  .vacancies-section__item {
    padding: 32px 16px 16px 16px;
    width: 83.5%;
    margin: 0 auto;
    margin-bottom: 16px;
    position: relative; }
  .vacancies-section__item__heading {
    font-family: "Gilroy Bold", Arial, sans-serif;
    position: relative;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 58px; }
  .vacancies-section__item__img {
    margin-top: -36px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    margin-top: 0; }
  .vacancies-section__item__img img, .vacancies-section__item__img svg {
    max-width: 80px; }
  .vacancies-section__item__btn {
    position: relative;
    z-index: 1; }
  .heading-block.heading-page {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 28px; }
  .services-issue__item {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 16px;
    padding: 24px 16px 16px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .services-issue__item img {
      max-width: 81%; }
    .services-issue__item:last-child {
      margin-bottom: 0; }
  .services-issue__item__img {
    width: 31%;
    height: auto; }
  .services-issue__item__content {
    width: 68%; }
  .services-issue__item__heading {
    text-align: left;
    margin-bottom: 12px; }
  .services-issue__item__text {
    text-align: left;
    margin-bottom: 0; }
  .services-issue__item__btn {
    margin-top: 19px; }
  .services-issue__item__text li {
    margin-bottom: 0;
    display: inline;
    font-size: 14px;
    line-height: 17px; }
    .services-issue__item__text li:after {
      content: ','; }
    .services-issue__item__text li:last-child:after {
      display: none; }
  .services-issue {
    padding-bottom: 40px; }
  .autopark {
    padding-top: 40px;
    padding-bottom: 40px; }
  .autopark__info__list__item b {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 3px; }
  .autopark__info__list__item p {
    font-size: 14px;
    line-height: 21px;
    max-width: 90%; }
  .autopark__info__list__item {
    margin-bottom: 25px; }
    .autopark__info__list__item:last-child {
      margin-bottom: 0; }
  .autopark__info {
    margin-bottom: 80px; }
  .autopark__slider__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 35px; }
  .autopark__slider__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .autopark__slider__img {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    height: 316px;
    border-radius: 25px; }
  .autopark__slider__info {
    width: 100%;
    max-height: none;
    padding: 24px 16px 0 16px; }
  .autopark__slider__nav {
    position: static;
    padding: 0 16px; }
  .autopark__slider__info b {
    margin-bottom: 8px; }
  .autopark__slider__info ul {
    margin-top: 0; }
  .autopark__slider__info p {
    margin-bottom: 7px; }
  .autopark__slider__info ul li {
    margin-bottom: 5px; }
    .autopark__slider__info ul li:last-child {
      margin-bottom: 0; }
  .autopark__slider__nav {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .autopark__slider {
    padding-bottom: 16px; }
  .services-about {
    padding-top: 40px;
    padding-bottom: 80px; }
  .services-about__item__wrapp {
	
    }
	.services-about__item:nth-child(even) .services-about__item__img{
		-webkit-box-ordinal-group: 2;
    	-webkit-order: 1;
    	-ms-flex-order: 1;
    	order: 1;
	}
	.services-about__item:nth-child(even) .services-about__item__content{
		-webkit-box-ordinal-group: 1;
    	-webkit-order: 0;
    	-ms-flex-order: 0;
    	order: 0;
	}
  .services-about__item__content {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px; }
  .services-about__item__content p {
    font-size: 14px;
    line-height: 21px; }
    .services-about__item__content p:last-child {
      margin-bottom: 0; }
  .services-about__item__img {
    width: 100%;
    height: 216px; }
  .new__content {
    width: 100%; }
  .new__content__heading {
    font-size: 24px;
    line-height: 28px;
    margin-top: 24px; }
    .new__content__heading br {
      display: none; }
  .new__content__info__label {
    margin-right: 40px; }
    .new__content__info__label img {
      margin-right: 7px; }
  .new__content__text img, .new__content__text svg {
    margin-bottom: 24px; }
  .new__content__text p {
    font-size: 14px;
    line-height: 21px; }
  .new__order {
    width: 100%;
    display: none; }
  .new {
    padding-bottom: 80px; }
  .contacts-section {
    padding-top: 10px;
    padding-bottom: 40px; }
  .contacts-section__map {
    height: auto;
    border-radius: 0;
    overflow: initial;
    position: static; }
  .contacts-section__map__frame {
    height: 322px;
    border-radius: 25px; }
  .contacts-section__map__info {
    position: static;
    margin-bottom: 24px; }
  .contacts-section__map__info__item {
    margin-bottom: 16px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
  .contacts-section__map__info__item p, .contacts-section__map__info__item a {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px; }
  .error-page__img {
    display: none; }
  .error-page__content {
    width: 100%;
    height: auto;
    padding: 48px 16px 16px 16px; }
  .error-page__content__bgImg {
    width: 63px; }
    .error-page__content__bgImg img {
      max-width: 100%;
      height: auto; }
  .error-page__content a {
    padding: 15px 19px;
    width: 100%;
    font-size: 18px;
    display: block; }
  .error-page__content h1 {
    font-size: 96px;
    line-height: 118px; }
  .error-page__content h2 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px; }
  .service-back {
    padding-top: 10px;
    padding-bottom: 10px; }
  .service-params {
    padding-top: 13px; }
  .recyclable_materials .heading-block {
    margin-bottom: 31px; }
  .service-params__list {
    display: block; }
  .service-params__item {
    padding: 27px 15px 27px 24px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .service-params__item__img {
    width: 31%;
    margin-bottom: 0;
    min-height: auto; }
  .service-params__item__text {
    text-align: left;
    width: 68%;
    padding-left: 15px; }
  .heading-block.heading-page {
    text-align: center; }
  .price-section__table {
    width: 100%; }
  .price-section {
    padding-top: 13px; }
  .service-page .price-section .heading-block {
    margin-bottom: 45px; }
  .service-page .seo-section {
    padding-top: 40px; }
  .price-section__item__descr {
    width: 83.2%;
    padding: 13.5px 8px; }
    .price-section__item__descr span {
      font-size: 14px;
      line-height: 16px;
      max-width: 75%; }
    .price-section__item__descr b {
      font-size: 14px; }
  .price-section__item__link {
    padding: 3px 3px;
    height: 48px;
    width: 14%;
    text-align: center; }
    .price-section__item__link span {
      display: none; }
    .price-section__item__link img {
      display: inline; }
  .price-section__img {
    display: none; }
  .price-section__item:last-child {
    margin-bottom: 0; }
  .contact-us.contact-us-service {
    padding-top: 12px; }
  .calculation-request {
    padding-top: 12px;
    padding-bottom: 40px; }
    .calculation-request .heading-block {
      margin-bottom: 35px; }
  .calculation-request__wrapp {
    display: block; }
  .calculation-request__picture__item {
    width: 23%; }
  .calculation-request__picture__delimiter {
    margin: 0 19px; }
  .calculation-request__picture__item__label, .calculation-request__picture__item:nth-child(odd) .calculation-request__picture__item__label {
    margin-bottom: 12px;
    font-size: 14px;
    padding: 8px 16px; }
  .calculation-request__picture__delimiter {
    margin-top: 11%; }
  .calculation-request__picture {
    margin-bottom: 80px; }
  .calculation-request__content {
    padding: 24px 16px 16px 16px; }
  .calculation-request__form__group, .calculation-request__form__group:nth-child(even), .calculation-request__form__group:nth-child(odd) {
    width: 100%;
    margin-bottom: 24px; }
  .calculation-request__form__descr {
    margin-bottom: 24px; }
  .request-popup .heading-block {
    margin-bottom: 24px; }
  .request-popup {
    padding: 40px 16px 16px 16px; }
  .request-popup__form input {
    height: 40px; }
  .request-popup__form button {
    width: 100%; }
  .request-popup__form textarea {
    margin-bottom: 24px; }
  .request-popup .popup_close {
    top: 13px;
    right: 23px; }
  .request-popup .heading-block {
    margin-bottom: 40px; }
    .request-popup .heading-block br {
      display: none; }
  .request-popup__done button {
    width: 100%;
    padding: 0 15px; }
  .header__wrapp {
    padding-top: 16px;
    padding-bottom: 15px; }
  .header__logo img {
    display: none; }
  .header__logo .header__logo__mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  header {
    position: absolute;
    background-color: transparent; }
  .header__burger {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #209F84;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px; }
    .header__burger span {
      width: 100%;
      height: 2.8px;
      background-color: #fff;
      display: block;
      margin-bottom: 4px; }
      .header__burger span:last-child {
        margin-bottom: 0; }
  .header__logo__mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__logo__mob svg {
      margin-right: 8px; }
    .header__logo__mob span {
      text-transform: uppercase;
      font-size: 18px;
      color: #209F84;
      font-family: "Gilroy Bold", Arial, sans-serif; }
  .header__logo {
    width: 80%; }
  header .header__nav {
    display: none;
    margin-top: 110px;
    width: 50%; }
  header .header__menu {
    margin-right: 0;
    display: block;
    margin-bottom: 80px; }
  header .header__menu__item {
    margin-right: 0;
    margin-bottom: 38px; }
    header .header__menu__item:before {
      content: '';
      width: 8px;
      height: 8px;
      background-color: #fff;
      display: inline-block;
      border-radius: 50%;
      opacity: 0; }
    header .header__menu__item.active:before {
      opacity: 1; }
    header .header__menu__item:last-child {
      margin-bottom: 0; }
    header .header__menu__item a {
      margin-left: 13px;
      padding: 0;
      font-size: 18px;
      font-family: "Gilroy Bold", Arial, sans-serif;
      color: #fff;
      letter-spacing: 0.5px; }
/*  header .header__language {
    display: block;
    padding-left: 21px; }
    header .header__language a {
      display: block;
      font-size: 18px;
      margin-bottom: 14px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 7px 5px;
      color: #fff;
      letter-spacing: 0.5px; }*/
  header.menu-active {
    background-color: #209F84;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto;
    overflow-x: hidden; }
    header.menu-active .header__wrapp {
      padding-bottom: 100px; }
    header.menu-active .header-mob-img {
      display: block;
      -webkit-animation: header_mob_img_show .6s ease-in-out;
      animation: header_mob_img_show .6s ease-in-out;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    header.menu-active .header__nav {
      display: block;
      -webkit-animation: nav_opacityUp .6s linear;
      animation: nav_opacityUp .6s linear;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    header.menu-active .header__logo__mob {
      z-index: 6; }
      header.menu-active .header__logo__mob svg path {
        fill: #fff;
        stroke: #209F84;
        color: #209F84;
        transition: all 0.2s;
        /*-webkit-animation: header_logo_active .8s;
        animation: header_logo_active .8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;*/ }
      header.menu-active .header__logo__mob span {
        -webkit-animation: header_logo_active .8s;
        animation: header_logo_active .8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; }
    header.menu-active .header__burger {
      z-index: 6;
      -webkit-animation: header_burger_active .9s;
      animation: header_burger_active .9s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
      header.menu-active .header__burger span {
        background-color: #209F84; }
        header.menu-active .header__burger span:nth-child(2) {
          width: 67%; }
        header.menu-active .header__burger span:nth-child(3) {
          width: 38%; }
  header.menu-hide {
    background-color: #209F84;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto;
    overflow-x: hidden;
    -webkit-animation: header_mob_hide 0.1s;
    animation: header_mob_hide 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }
    header.menu-hide .header__wrapp {
      -webkit-animation: header_wrapp_z 0.1s;
      animation: header_wrapp_z 0.1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-delay: .6s;
      animation-delay: .6s; }
    header.menu-hide .header__nav {
      display: none;
      -webkit-animation: nav_opacityDown .6s linear;
      animation: nav_opacityDown .6s linear;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-delay: .6s;
      animation-delay: .6s; }
    header.menu-hide .header-mob-img {
      display: block;
      -webkit-animation: header_mob_img_hide .7s;
      animation: header_mob_img_hide .7s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-delay: .1s;
      animation-delay: .1s;
      -webkit-box-shadow: none;
      box-shadow: none; }
      header.menu-hide .header-mob-img:before {
        -webkit-animation: header_mob_img_before .1s;
        animation: header_mob_img_before .1s; }
    header.menu-hide .header__logo__mob {
      z-index: 6; }
      header.menu-hide .header__logo__mob svg, header.menu-hide .header__logo__mob img {
        z-index: 6; }
      header.menu-hide .header__logo__mob svg path {
        /*-webkit-animation: header_logo_default .5s;
        animation: header_logo_default .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; */}
      header.menu-hide .header__logo__mob span {
        -webkit-animation: header_logo_default .5s;
        animation: header_logo_default .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        z-index: 6; }
    header.menu-hide .header__burger {
      z-index: 6;
      -webkit-animation: header_burger_default .9s;
      animation: header_burger_default .9s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
      header.menu-hide .header__burger span {
        background-color: #fff; }
        header.menu-hide .header__burger span:nth-child(2) {
          width: 100%; }
        header.menu-hide .header__burger span:nth-child(3) {
          width: 100%; }
  .header-mob-img {
    position: absolute;
    right: 0;
    z-index: 5;
    display: none;
    width: 100%;
    height: 100%;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    top: 0;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); }
    .header-mob-img.hide {
      display: none !important; }
    .header-mob-img img {
      width: 100%;
      height: auto; }
    .header-mob-img:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: inherit;
      background-color: transparent; }
  @-webkit-keyframes header_mob_img_show {
    0% {
      border-radius: 0;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      display: block; }
    100% {
      border-radius: 30px;
      width: 280px;
      height: 530px;
      right: -120px;
      top: 95px;
      display: block; } }
  @keyframes header_mob_img_show {
    0% {
      border-radius: 0;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      display: block; }
    100% {
      border-radius: 30px;
      width: 280px;
      height: 530px;
      right: -120px;
      top: 95px;
      display: block; } }
  @-webkit-keyframes header_mob_img_hide {
    0% {
      border-radius: 30px;
      width: 280px;
      height: 530px;
      right: -120px;
      top: 95px; }
    100% {
      border-radius: 0;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0; } }
  @keyframes header_mob_img_hide {
    0% {
      border-radius: 30px;
      width: 280px;
      height: 530px;
      right: -120px;
      top: 95px; }
    100% {
      border-radius: 0;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0; } }
  @-webkit-keyframes header_mob_img_before {
    0% {
      left: -1%;
      top: -1%;
      width: 101%;
      height: 101%;
      -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.6);
      box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.6); }
    100% {
      left: -5%;
      top: -3%;
      width: 105%;
      height: 105%;
      -webkit-box-shadow: 0px 0px 10px 12px rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 10px 12px rgba(255, 255, 255, 0); } }
  @keyframes header_mob_img_before {
    0% {
      left: -1%;
      top: -1%;
      width: 101%;
      height: 101%;
      -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.6);
      box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.6); }
    100% {
      left: -5%;
      top: -3%;
      width: 105%;
      height: 105%;
      -webkit-box-shadow: 0px 0px 10px 12px rgba(255, 255, 255, 0);
      box-shadow: 0px 0px 10px 12px rgba(255, 255, 255, 0); } }
  @-webkit-keyframes header_mob_hide {
    0% {
      background-color: #209F84;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      overflow: auto;
      overflow-x: hidden; }
    100% {
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;
      z-index: 10;
      overflow: auto;
      overflow-x: hidden; } }
  @keyframes header_mob_hide {
    0% {
      background-color: #209F84;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      overflow: auto;
      overflow-x: hidden; }
    100% {
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;
      z-index: 10;
      overflow: auto;
      overflow-x: hidden; } }
  @-webkit-keyframes nav_opacityUp {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes nav_opacityUp {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @-webkit-keyframes nav_opacityDown {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes nav_opacityDown {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes header_burger_active {
    0% {
      background-color: #209F84; }
    100% {
      background-color: #fff; } }
  @keyframes header_burger_active {
    0% {
      background-color: #209F84; }
    100% {
      background-color: #fff; } }
  @-webkit-keyframes header_burger_default {
    0% {
      background-color: #fff; }
    100% {
      background-color: #209F84; } }
  @keyframes header_burger_default {
    0% {
      background-color: #fff; }
    100% {
      background-color: #209F84; } }
  @-webkit-keyframes header_logo_active {
    0% {
      stroke: #209F84;
      color: #209F84; }
    100% {
      stroke: #fff;
      color: #fff; } }
  @keyframes header_logo_active {
    0% {
      stroke: #209F84;
      color: #209F84; }
    100% {
      stroke: #fff;
      color: #fff; } }
  @-webkit-keyframes header_logo_default {
    0% {
      troke: #fff;
      color: #fff; }
    100% {
      stroke: #209F84;
      color: #209F84; } }
  @keyframes header_logo_default {
    0% {
      troke: #fff;
      color: #fff; }
    100% {
      stroke: #209F84;
      color: #209F84; } }
  @-webkit-keyframes header_wrapp_z {
    0% {
      position: static;
      background-color: transparent; }
    100% {
      position: relative;
      background-color: #fff;
      z-index: 10; } }
  @keyframes header_wrapp_z {
    0% {
      position: static;
      background-color: transparent; }
    100% {
      position: relative;
      background-color: #fff;
      z-index: 10; } }
  header .header__menu__item a:hover {
    text-decoration: none;
    border: none; }
    header .header__menu__item a:hover:after {
      display: none; }
  header.header-show-contactbtn .header__burger {
    display: none; }
  header.header-show-contactbtn .header-contact-btn-mob {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #209F84;
    border: none;
    padding: 0;
    background-image: url("../img/header-contact-btn-mob.svg");
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat; }
    header.header-show-contactbtn .header-contact-btn-mob:focus {
      outline: none; } }

@media screen and (max-width: 360px) {
  .news-pagination {
    width: 100%; }
  .news-catalog__nav__link {
    width: 100%; }
  .news-pagination__list button {
    font-size: 14px;
    width: 20px;
    height: 20px; }
  .news-pagination__delimiter {
    font-size: 14px;
    letter-spacing: 0.1px; }
  .news-catalog .news__list__card__img {
    height: 220px; }
  .error-page__content h1 {
    font-size: 82px; }
  .error-page__content h2 {
    font-size: 17px;
    line-height: 20px; }
  .error-page__content a {
    font-size: 16px; }
  .about-banner__heading {
    max-width: 100%;
    font-size: 30px; }
  .vacancies-section__item {
    width: 100%; }
  .contact-us__heading {
    font-size: 22px;
    margin-bottom: 26px; }
  .contacts-section__map__info__item p, .contacts-section__map__info__item a {
    font-size: 15px;
    margin-bottom: 12px; }
  .banner-request__content__heading {
    font-size: 29px;
    line-height: 35px; }
  .banner-request__content__label {
    max-width: 100%; }
  .seo-section__text h2 {
    font-size: 22px; }
  .new__content__info__label {
    font-size: 16px; }
  .price-section__item__descr span {
    max-width: 73%; }
  header .header__menu__item a {
    font-size: 16px;
    margin-left: 9px; }
  header .header__menu__item {
    margin-bottom: 33px; }
  header .header__menu {
    margin-bottom: 70px; }
  @-webkit-keyframes header_mob_img_show {
    0% {
      border-radius: 0;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      display: block; }
    100% {
      border-radius: 30px;
      width: 280px;
      height: 470px;
      right: -140px;
      top: 95px;
      display: block; } }
  @keyframes header_mob_img_show {
    0% {
      border-radius: 0;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      display: block; }
    100% {
      border-radius: 30px;
      width: 280px;
      height: 470px;
      right: -140px;
      top: 95px;
      display: block; } }
  @-webkit-keyframes header_mob_img_hide {
    0% {
      border-radius: 30px;
      width: 280px;
      height: 470px;
      right: -140px;
      top: 95px; }
    100% {
      border-radius: 0;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0; } }
  @keyframes header_mob_img_hide {
    0% {
      border-radius: 30px;
      width: 280px;
      height: 470px;
      right: -140px;
      top: 95px; }
    100% {
      border-radius: 0;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0; } } }
