@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

aside, nav, footer, header, section {
  display: block;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Inter";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.lock {
  overflow: hidden;
}
@media (max-width: 767px) {
  body.lock {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}

input {
  font-family: "Inter";
}

input::-ms-clear {
  display: none;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}
.wrapper.lock {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

.container {
  max-width: 1333px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .container {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: none;
    padding: 0 15px;
  }
}

/*ОСНОВНОЙ КОД*/
@media (max-width: 992px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

.header__wrapper:first-child {
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 21px;
}
.header__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
}
.header__top-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 905px) {
  .header__top-left {
    display: none;
  }
}
.header__top-left-item {
  margin-right: 39px;
}
@media (max-width: 1035px) {
  .header__top-left-item {
    margin-right: 26px;
  }
}
.header__top-left-item a {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header__top-left-item a:hover {
  color: rgba(31, 33, 37, 0.2);
}
.header__top-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 905px) {
  .header__top-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.header__top-right-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 905px) {
  .header__top-right-nav {
    display: none;
  }
}
.header__top-right-item {
  margin-right: 25px;
  padding-right: 22px;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 496px) {
  .header__top-right-item {
    margin-right: 10px;
  }
}
.header__top-right-item a {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header__top-right-item a:hover {
  color: rgba(31, 33, 37, 0.2);
}
.header__top-right-phone {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: black;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-right: 39px;
}
.header__top-right-phone--mob {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: black;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
	display: none;
  margin-top: 16px;
}
.fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    border-bottom: 1px solid rgba(0, 46, 122, 0.1);
    padding: 20px;
    margin-top: 0;
    z-index: 2999;
}
@media (max-width: 464px) {
	.header__top-right-phone--mob {
		display: block;
	}
	.header__top-right-phone {
		display: none;
	}
}
.header__top-right-phone:hover {
  text-decoration: underline;
}
.header__top-right-lc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__top-right-lc span {
  margin-left: 15px;
  font-weight: 500;
  color: black;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.header__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 44px;
  position: relative;
}
@media (max-width: 767px) {
  .header__bottom {
    padding-bottom: 24px;
  }
}
@media (max-width: 464px) {
  .header__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__bottom-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__bottom-left .custom-logo {
  margin-right: 54px;
}
.custom-logo {
	max-width: 171px !important;
	max-height: 42px !important;
}
.header__bottom-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
@media (max-width: 905px) {
  .header__bottom-nav {
    display: none;
  }
}
.header__bottom-nav-item {
  margin: 0 17px;
}
@media (max-width: 1035px) {
  .header__bottom-nav-item {
    margin: 0 12px;
  }
}
.header__bottom-nav-item a {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 600;
  color: #181B11;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  padding-bottom: 47px;
}
.header__bottom-nav-item a:hover, .current-menu-item a {
  color: #139349;
}
.header__bottom-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 905px) {
  .header__bottom-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 464px) {
  .header__bottom-btns {
    margin-top: 20px;
  }
}
.header__bottom-btns--adaptive {
  display: none;
}
@media (max-width: 1175px) {
  .header__bottom-btns--adaptive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 20px;
  }
}
@media (max-width: 905px) {
  .header__bottom-btns--adaptive {
    display: none;
  }
}
.header__bottom-connect {
  margin-left: 11px;
  padding: 14px 25px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  background: #139349;
  color: white;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .header__bottom-connect {
    padding: 14px 21px;
  }
}
.header__bottom-connect:hover {
  background: #0B7538;
}
.header .sub-menu {
  display: none;
  position: absolute;
  background: white;
  z-index: 2;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 15px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 3px 15px rgba(34, 60, 80, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
.header .sub-menu__item a {
  padding: 15px;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.header .sub-menu__item a:hover {
  background: rgba(34, 60, 80, 0.12);
}

.burger {
  z-index: 2000;
  display: none;
}
@media (max-width: 905px) {
  .burger {
    display: block;
  }
}
.burger__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #139349;
  display: none;
  z-index: 1999;
}
.burger__nav-items {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.burger__nav-item {
  margin-bottom: 20px;
}
.burger__nav-item a {
  color: white;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.burger__nav-item.active a {
  opacity: 0.8;
}

.main {
  margin-bottom: 53px;
  /* Слайдер */
  /* Слайдер запущен */
  /* Слайдер с точками */
  /* Ограничивающая оболочка */
  /* Лента слайдов */
  /* Слайд */
  /* Слайд активный (показывается) */
  /* Слайд основной */
  /* Слайд по центру */
  /* Клонированный слайд */
  /* Стрелка */
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Стрелка не активная */
  /* Точки (булиты) */
  /* Активная точка */
  /* Элемент точки */
}
.main__item {
  padding-left: 191px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F8F8F9;
  background-blend-mode: darken;
  min-height: 450px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media (max-width: 1175px) {
  .main__item {
    background-position: 130% 0px;
  }
}
@media (max-width: 1035px) {
  .main__item {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .main__item {
    padding-left: 75px;
    background-position: 150% 0px;
  }
}
@media (max-width: 905px) {
  .main__item {
    background-position: 200% 0px;
  }
}
@media (max-width: 767px) {
  .main__item {
    background-position: 200px bottom;
  }
}
@media (max-width: 565px) {
  .main__item {
    background-position: 100px bottom;
    padding-left: 20px;
  }
}
.main__offer {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 3.9rem;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .main__offer {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
}
.main__desc {
  margin-bottom: 35px;
  max-width: 437px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 50px;
}
.main__btn-one {
  border-radius: 5px;
  padding: 17px 25px;
  color: white;
  background: #139349;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-right: 17.5px;
}
@media (max-width: 767px) {
  .main__btn-one {
    padding: 14px 21px;
  }
}
.main__btn-one:hover {
  background: #0B7538;
}
.main__btn-two {
  border-radius: 5px;
  padding: 17px 25px;
  color: black;
  display: inline-block;
  background: white;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .main__btn-two {
    padding: 14px 21px;
  }
}
.main__btn-two:hover {
  background: #DEDEDE;
}
.main .slick-slider {
  position: relative;
}
.main .slick-list {
  overflow: hidden;
  margin: 0 -12px;
}
.main .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .slick-slide {
  margin: 0 12px;
}
.main .slick-slide > div {
  height: 100%;
}
.main .slick-arrow {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0.3;
  font-size: 0;
  background-image: url("../img/slider-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.69px;
  height: 27.32px;
  background-color: white;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
	z-index: 1000 !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main .slick-arrow:hover {
  opacity: 1;
}
.main .slick-arrow.slick-prev {
  left: 24px;
  z-index: 2;
}
.main .slick-arrow.slick-next {
  right: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 54px;
	z-index: 1000 !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main .slick-dots li {
  width: 10px;
  height: 10px;
  background: #000000;
  opacity: 0.15;
  border-radius: 100%;
  margin: 0 12px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.main .slick-dots li.slick-active {
  opacity: 1;
}
.main .slick-dots li button {
  font-size: 0;
}

.muni {
  padding: 0px 0 75px 0;
  /* Слайдер */
  /* Слайдер запущен */
  /* Слайдер с точками */
  /* Ограничивающая оболочка */
  /* Лента слайдов */
  /* Слайд */
  /* Слайд активный (показывается) */
  /* Слайд основной */
  /* Слайд по центру */
  /* Клонированный слайд */
  /* Стрелка */
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Стрелка не активная */
  /* Точки (булиты) */
  /* Активная точка */
  /* Элемент точки */
}
@media (max-width: 767px) {
  .muni {
    padding-bottom: 50px;
  }
}
.muni__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
          box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
  border-radius: 10px;
  padding: 32px 40px 37px 40px;
  cursor: pointer;
  min-height: 250px;
  transition: 0.3s ease;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 1px solid transparent;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .muni__item {
    min-height: 190px;
    padding: 28px 36px 33px 36px;
  }
}
@media (max-width: 767px) {
  .muni__item {
    min-height: 170px;
    padding: 28px 36px 33px 36px;
  }
}
.muni__item.active, .muni__item:hover {
  color: #139349;
  border: 1px solid #139349;
}
.muni__item.active .muni__item-img:first-child, .muni__item:hover .muni__item-img:first-child {
  opacity: 0;
}
.muni__item.active .muni__item-img + div, .muni__item:hover .muni__item-img + div {
  opacity: 1;
}
.muni__item-img {
  margin-bottom: 20px;
  position: absolute;
  top: 32px;
  left: 55px;
  transition: 0.3s ease;
}
.muni__item-img:first-child {
  opacity: 1;
}
.muni__item-img:first-child + div {
  opacity: 0;
}
@media (max-width: 992px) {
  .muni__item-img {
    left: 51px;
  }
}
.muni__item-img {
  margin-bottom: 20px;
}
.muni__item-offer {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-top: auto;
}
.muni__content {
  display: none;
  opacity: 0;
}
.muni__content.active {
  display: block;
}
.muni__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .muni__wrapper {
    display: block;
  }
}
.muni__desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.5);
  width: 57%;
  margin-right: 61px;
}
@media (max-width: 767px) {
  .muni__desc {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.muni__img {
  width: 43%;
  height: 350px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .muni__img {
    width: 100%;
  }
}
.muni .slick-slider {
  position: relative;
  padding-top: -78px;
}
.muni .slick-list {
  padding: 65px 0 78px 0;
  margin: 0 -12px;
}
@media (max-width: 767px) {
  .muni .slick-list {
    padding-bottom: 40px;
    padding-top: 50px;
  }
}
.muni .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.muni .slick-slide {
  margin: 0 12px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.muni .slick-slide > div {
  height: 100%;
}
.muni .slick-slide.slick-active {
  opacity: 1;
}
.muni .slick-arrow {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 0;
  background-image: url("../img/slider-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.69px;
  height: 27.32px;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.3;
  z-index: 2;
}
.muni .slick-arrow:hover {
  opacity: 0.5;
}
.muni .slick-arrow.slick-prev {
  left: -40px;
}
.muni .slick-arrow.slick-next {
  right: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.muni .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.muni .slick-dots li {
  width: 50px;
  height: 3px;
  background: rgba(0, 46, 122, 0.1);
  margin: 0 12.5px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.muni .slick-dots li.slick-active {
  background: #124891;
}
.muni .slick-dots li button {
  font-size: 0;
}

.fast input::-webkit-input-placeholder {
  color: black;
}

.fast input::-moz-placeholder {
  color: black;
}

.fast input:-ms-input-placeholder {
  color: black;
}

.fast input::-ms-input-placeholder {
  color: black;
}

.fast input::placeholder {
  color: black;
}
.fast__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  .fast__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.fast__left {
  -webkit-box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
          box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
  border-radius: 10px;
  padding: 38px 49px 47px 44px;
  width: 65%;
}
@media (max-width: 992px) {
  .fast__left {
    padding: 38px 20px 44px 20px;
  }
}
@media (max-width: 767px) {
  .fast__left {
    width: 100%;
  }
}
.fast__left-content {
  display: none;
}
.fast__left-content.active {
  display: block;
}
.fast__left-offer {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #1F2125;
  margin-bottom: 25px;
}
.fast__left-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.fast__left-tab {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #1F2125;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 565px) {
  .fast__left-tab {
    margin-right: 15px;
  }
}
.fast__left-tab.active {
  color: #139349;
  font-weight: 500;
}
.fast__left-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -7px 25px -7px;
}
@media (max-width: 565px) {
  .fast__left-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.fast__left-inputs input {
  margin: 0 7px;
  width: 33%;
  border: 1px solid rgba(31, 33, 37, 0.1);
  border-radius: 5px;
  padding: 17px 25px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 400;
}
@media (max-width: 565px) {
  .fast__left-inputs input {
    width: 100%;
    margin-bottom: 15px;
  }
}
.fast__left-form-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 565px) {
  .fast__left-form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.fast__left-form-bottom input[type=submit] {
  background: #139349;
  border-radius: 5px;
  color: white;
  padding: 17px 25px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-right: 25px;
  margin-top: 0;
}
.fast__left-form-bottom input[type=submit]:hover {
  background: #0B7538;
}
.fast__left-form-bottom label {
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 565px) {
  .fast__left-form-bottom label {
    margin-bottom: 20px;
    margin-left: -1px;
  }
}
.fast__left-form-bottom label input {
  margin-right: 15px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.fast__left-form-bottom label input:checked + label {
  background-image: url("../img/checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #139349;
}
.fast__left-form-bottom label span {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #1F2125;
}
.fast__left-form-bottom label span a {
  color: #00A7E0;
}
.fast__left-form-bottom label span a:hover {
  text-decoration: underline;
}
.fast__left-form-label {
  margin-top: 25px;
  max-width: 454px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.5);
}
.fast__label {
  content: "";
  position: absolute !important;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 46, 122, 0.1);
  border-radius: 5px;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: white;
}
.fast__right {
  -webkit-box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
          box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
  border-radius: 10px;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
  padding-left: 44px;
  padding-top: 38px;
  padding-right: 51px;
  width: 35%;
}
@media (max-width: 992px) {
  .fast__right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .fast__right {
    width: 100%;
    min-height: 250px;
    margin-left: 0;
    margin-top: 20px;
  }
}
.fast__right input[type=submit]{
  padding: 17px 25px;
  background: #139349;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: white;
  width: 139px;
  margin-bottom: 0;
  margin-top: 15px;
/*  margin-bottom: 39px;*/
}
.basic__right input[type=submit] {
  padding: 17px 25px;
  background: #139349;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: white;
  width: 139px;
  margin-bottom: 0;
  margin-top: 15px;
}
.fast__right {
  padding-bottom: 39px;
}
.fast__right input[type=submit]:hover, .basic__right input[type=submit]:hover {
  background: #0B7538;
}
.fast__right-offer {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #1F2125;
  margin-bottom: 20px;
  max-width: 320px;
  position: relative;
  z-index: 2;
}
.fast__right form, .basic__right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fast__right form input, .fast__right form select, .basic__right form input, .basic__right form select {
  padding: 17px 25px;
  border: 1px solid rgba(31, 33, 37, 0.1);
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-bottom: 15px;
}
.fast__right form select, .basic__right form select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../img/accordeon.svg");
  background-position: calc(100% - 22px) 50%, calc(100% - 22px) 1em, 100% 0;
  background-repeat: no-repeat;
  background-size: 11px 8px;
}
.fast__right form label, .basic__right form label {
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media (max-width: 565px) {
  .fast__right form label, .basic__right form label {
    margin-bottom: 20px;
    margin-left: -1px;
  }
}
.fast__right form label input, .basic__right form label input {
  margin-right: 15px;
  position: relative;
}
.fast__right form label input:checked + label, .basic__right form label input:checked + label {
  background-image: url("../img/checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #139349;
}
.fast__right form label span, .basic__right form label span {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #1F2125;
  margin-top: -10px;
}
.fast__right form label span a, .basic__right form label span a {
  color: #00A7E0;
}
.fast__right form label span a:hover, .basic__right form label span a:hover {
  text-decoration: underline;
}
.fast__right form .fast__label, .basic__right form .fast__label {
  top: -2px;
}

.promo {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .promo {
    margin-top: 50px;
  }
}
.promo__body {
  -webkit-box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
          box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 75px;
  position: relative;
  overflow: hidden;
  color: white;
  min-height: 338px;
  padding: 63px 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .promo__body {
    padding-left: 30px;
    background-size: cover;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}
.promo__img {
  position: absolute;
  right: 81px;
  bottom: 0;
}
@media (max-width: 1222px) {
  .promo__img {
    right: 30px;
  }
}
@media (max-width: 1136px) {
  .promo__img {
    right: -50px;
  }
}
@media (max-width: 1087px) {
  .promo__img {
    right: -150px;
  }
}
@media (max-width: 992px) {
  .promo__img {
    right: -300px;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .promo__img {
    right: -400px;
  }
}
@media (max-width: 565px) {
  .promo__img {
    display: none;
  }
}
.promo__offer {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 25px;
  max-width: 484px;
}
.promo--tv .promo__body {
  background-position: right 0px bottom 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.promo--tv .promo__body::after {
  background: transparent;
}
.promo__desc {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
  max-width: 522px;
}
.promo__btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 14px 25px;
  background: #139349;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .promo__btn {
    padding: 14px 21px;
  }
}
.promo__btn:hover {
  background: #0B7538;
}
.promo--black .promo__offer {
  color: black;
}
.promo--black .promo__desc {
  color: rgba(0, 0, 0, 0.5);
}

.basic {
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
}
.basic .aioseo-breadcrumbs a {
  color: white !important;
}
.basic .aioseo-breadcrumbs span {
  color: white !important;
}
.basic .aioseo-breadcrumb-separator::after {
  background-image: url('../img/breads-white.svg');
}
.basic__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .basic__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.basic__left {
  margin-bottom: -57px;
}
@media (max-width: 767px) {
  .basic__left {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.basic__offer {
  max-width: 446px;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.5rem;
  margin-bottom: 25px;
}
.basic__desc {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 437px;
}
.basic__right {
  color: black;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
          box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
  border-radius: 10px;
  margin-right: 85px;
  padding: 39px 42px;
  margin-bottom: -57px;
  max-width: 377px;
}
@media (max-width: 992px) {
  .basic__right {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .basic__right {
    margin-bottom: 50px;
    margin-top: 25px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 494px) {
  .basic__right {
    padding: 29px 22px;
  }
}
.basic__right-offer {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.basic__right input{
  max-width: 293px;
}
@media (max-width: 768px) {
  .basic__right input{
    max-width: 100%;
  }
}
.basic input::-webkit-input-placeholder {
  color: black;
}
.basic input::-moz-placeholder {
  color: black;
}
.basic input:-ms-input-placeholder {
  color: black;
}
.basic input::-ms-input-placeholder {
  color: black;
}
.basic input::placeholder {
  color: black;
}
.basic input[type=submit] {
  background: #139349;
  border-radius: 5px;
  border: none;
  color: white;
  cursor: pointer;
  margin-top: 17px;
  display: inline-block;
  width: 139px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.basic input[type=submit]:hover {
  background: #0B7538;
}

.benefits {
  padding: 65px 0 83px 0;
}
@media (max-width: 905px) {
  .benefits {
    padding: 40px 0;
  }
}
.benefits__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 75px 1fr 75px 1fr 75px 1fr 75px 1fr 75px 1fr 75px 1fr 75px 1fr 75px 1fr 75px 1fr 75px 1fr 75px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  row-gap: 75px;
  margin-top: 57px;
}
@media (max-width: 905px) {
  .benefits__body {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .benefits__body {
    margin-top: 0;
  }
}
@media (max-width: 565px) {
  .benefits__body {
    display: block;
    margin-bottom: -40px;
  }
}
.benefits__item {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
@media (max-width: 1087px) {
  .benefits__item {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
@media (max-width: 905px) {
  .benefits__item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (max-width: 565px) {
  .benefits__item {
    margin-bottom: 40px;
  }
}
.benefits__img {
  background: rgba(18, 72, 145, 0.05);
  border-radius: 10px;
  display: inline-block;
  background-size: 47px 47px !important;
  margin-bottom: 24px;
  height: 79px;
  width: 81px;
}
.benefits__offer {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 15px;
}
.benefits__desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.5);
}

.tarifs {
  background: #F8F8F9;
  padding: 75px 0 65px 0;
  /* Слайдер */
  /* Слайдер запущен */
  /* Слайдер с точками */
  /* Ограничивающая оболочка */
  /* Лента слайдов */
  /* Слайд */
  /* Слайд активный (показывается) */
  /* Слайд основной */
  /* Слайд по центру */
  /* Клонированный слайд */
  /* Стрелка */
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Стрелка не активная */
  /* Точки (булиты) */
  /* Активная точка */
  /* Элемент точки */
}
@media (max-width: 767px) {
  .tarifs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tarifs--page {
  padding-top: 0;
  padding-bottom: 93px;
}
@media (max-width: 767px) {
  .tarifs--page {
    padding-bottom: 50px;
  }
}
.tarifs__item, .tarifs__all .packets__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1) !important;
          box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1) !important;
  filter: none;
  border: none;
  border-radius: 10px;
  padding: 43px;
}
.tarifs__all.active {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 26px;
}
.tarifs__all {
  display: none;
}
.tarifs__all .tarifs__item, .tarifs__all .packets__item {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (max-width: 992px) {
  .tarifs__all .tarifs__item, .tarifs__all .packets__item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (max-width: 637px) {
  .tarifs__all .tarifs__item, .tarifs__all .packets__item {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
.tarifs__offer--page {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.5rem;
}
@media (max-width: 767px) {
  .tarifs__offer--page {
    margin-bottom: 25px;
  }
}
.tarifs__wrapper {
  height: 0;
  overflow: hidden;
}
.tarifs__wrapper.active {
  overflow: visible;
  height: 100%;
}
.tarifs__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.tarifs__bottom--mod {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .tarifs__bottom {
    margin-bottom: 25px;
  }
  .tarifs__bottom--mod {
    margin-bottom: 25px;
  }
}
.tarifs__cities {
  display: flex;
}
@media (max-width: 768px) {
  .tarifs__cities {
    display: block;
  }
}
.tarifs__city {
  margin-left: 20px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  cursor: pointer;
  transition: 0.2s ease;
  font-weight: 500;
  margin-bottom: 15px;
}
.tarifs__city.active {
  color: #139349;
}
.tarifs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tarifs__tab {
  background: #FFFFFF;
  border: 1px solid rgba(31, 33, 37, 0.1);
  border-radius: 5px;
  padding: 17px 25px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #000000;
  margin-bottom: 15px;
  margin-right: 15px;
  cursor: pointer;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .tarifs__tab {
    padding: 14px 22px;
  }
}
.tarifs__tab.active {
  background: #139349;
  color: white;
  border-color: transparent;
}
.tarifs__offer {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.tarifs__desc {
  margin-bottom: 25px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.5);
}
.tarifs__price {
  padding-bottom: 41px;
  border-bottom: 1px solid rgba(31, 33, 37, 0.1);
  margin-bottom: 25px;
}
.tarifs__price span:first-child {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin-right: 10px;
}
.tarifs__price span:last-child {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.tarifs__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 14.5px;
}
.tarifs__img {
  margin-right: 17px;
}
.tarifs__elem-offer {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.5);
}
.tarifs__elem-title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #1F2125;
}
.tarifs__btn {
  margin-top: 34.5px;
  display: block;
  background: #000000;
  border-radius: 5px;
  padding: 17px 25px;
  color: white;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .tarifs__btn {
    padding: 14px 21px;
  }
}
.tarifs__btn:hover {
  background: #139349;
}
.tarifs .slick-slider {
  position: relative;
  margin-top: -50px;
}
.tarifs .slick-list {
  overflow-x: hidden;
  background: transparent;
  margin: 0 -27px;
  padding: 50px 27px;
}
.tarifs .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tarifs .slick-slide {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 12px;
  position: relative;
}
.tarifs .slick-slide > div {
  height: 100%;
}
.tarifs .slick-slide.slick-active {
  opacity: 1;
}
.tarifs .slick-arrow {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0.3;
  font-size: 0;
  background-image: url("../img/slider-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.69px;
  height: 27.32px;
  background-color: white;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tarifs .slick-arrow:hover {
  opacity: 1;
}
.tarifs .slick-arrow.slick-prev {
  left: -40px;
  z-index: 2;
}
.tarifs .slick-arrow.slick-next {
  right: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tarifs .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tarifs .slick-dots li {
  width: 10px;
  height: 10px;
  background: #124891;
  opacity: 0.15;
  border-radius: 100%;
  margin: 0 12px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.tarifs .slick-dots li.slick-active {
  opacity: 1;
}
.tarifs .slick-dots li button {
  font-size: 0;
}

.news {
  margin-top: 75px;
/*  margin-bottom: 75px;*/
  /* Слайдер */
  /* Слайдер запущен */
  /* Слайдер с точками */
  /* Ограничивающая оболочка */
  /* Лента слайдов */
  /* Слайд */
  /* Слайд активный (показывается) */
  /* Слайд основной */
  /* Слайд по центру */
  /* Клонированный слайд */
  /* Стрелка */
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Стрелка не активная */
  /* Точки (булиты) */
  /* Активная точка */
  /* Элемент точки */
}
@media (max-width: 767px) {
  .news {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.news__body {
  position: relative;
}
.news__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 425px) {
  .news__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news__all {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 425px) {
  .news__all {
    margin-top: 10px;
  }
}
.news__all:hover {
  color: rgba(0, 0, 0, 0.2);
}
.news .offer {
  margin: 0;
}
.news__item {
  border-radius: 10px;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news__item-img {
  height: 250px;
  width: 100%;
  -webkit-filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
          filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-size: 100% 100% !important;
}
.news__item-img:hover {
  background-size: 120% 120% !important;
}
@media (max-width: 992px) {
  .news__item-img {
    background-size: cover !important;
  }
}
.news__item-offer {
  margin-top: 29px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #1F2125;
  margin-bottom: 15px;
  margin-left: 33px;
  margin-right: 27px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news__item-offer:hover {
  opacity: 0.5;
}
.news__item-p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.5);
  min-height: 61px;
  margin-bottom: 96px;
  margin-left: 33px;
  margin-right: 27px;
  margin-bottom: 15px;
  overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; 
}
.news__item-btn {
  display: block;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 17px 25px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #1F2125;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-left: 33px;
  margin-right: 33px;
  margin-bottom: 35px;
  bottom: 35px;
  margin-top: auto;
  border: 1px solid rgba(0, 46, 122, 0.1);
  white-space: nowrap;
}
.news__item-btn:hover {
  background: #E2EDF2;
}
.news .slick-slider {
  padding-top: -50px;
}
.news .slick-list {
  overflow-x: hidden;
  padding: 50px 27px;
  margin: 0 -27px;
}
@media (max-width: 767px) {
  .news .slick-list {
    padding-top: 25px;
  }
}
@media (max-width: 496px) {
  .news .slick-list {
    overflow: visible;
    padding: 0;
    margin-top: 25px;
  }
}
.news .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .slick-slide {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 12px;
}
.news .slick-slide > div {
  height: 100%;
}
.news .slick-slide.slick-active {
  opacity: 1;
}
.news .slick-arrow {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 0;
  background-image: url("../img/slider-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.69px;
  height: 27.32px;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.3;
}
.news .slick-arrow:hover {
  opacity: 0.5;
}
.news .slick-arrow.slick-prev {
  left: -40px;
}
.news .slick-arrow.slick-next {
  right: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.news .slick-dots li {
  width: 50px;
  height: 3px;
  background: rgba(0, 46, 122, 0.1);
  margin: 0 12.5px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news .slick-dots li.slick-active {
  background: #124891;
}
.news .slick-dots li button {
  font-size: 0;
}

.services {
  padding-top: 75px;
}
@media (max-width: 767px) {
  .services {
    padding-top: 50px;
  }
}
.services__items {
  margin-bottom: -25px;
}
.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  border: 1px solid rgba(31, 33, 37, 0.1);
  -webkit-filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
          filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
  border-radius: 10px;
  padding: 53px 56px 58px 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 905px) {
  .services__item {
    padding: 33px 36px 38px 30px;
  }
}
@media (max-width: 767px) {
  .services__item {
    display: block;
  }
}
.services__img {
  min-width: 97px;
  height: 94px;
  background: rgba(18, 72, 145, 0.05);
  border-radius: 10px;
  background-size: 56px 56px !important;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .services__img {
    max-width: 97px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.services__center {
  margin-right: 70px;
}
@media (max-width: 767px) {
  .services__center {
    margin-right: 0;
    text-align: center;
  }
}
.services__offer {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 22px;
}
.services__desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.5);
}
@media (max-width: 767px) {
  .services__desc {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .services__right {
    text-align: center;
  }
}
.services__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .services__price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.services__price span:first-child {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.services__price span:last-child {
  margin-left: 10px;
  font-size: 1.6rem;
  line-height: 2rem;
}
.services__btn {
  display: inline-block;
  background: #139349;
  border-radius: 5px;
  padding: 17px 25px;
  color: white;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  min-width: 249px;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .services__btn {
    padding: 14px 21px;
  }
}
.services__btn:hover {
  background: #0B7538;
}

.infra {
  background: #F8F8F9;
  padding-bottom: 81px;
}
@media (max-width: 767px) {
  .infra {
    padding-bottom: 35px;
  }
}
.infra__offer {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.5rem;
}
@media (max-width: 767px) {
  .infra__offer {
    margin-bottom: 25px;
  }
}
.infra__img {
  background-color: #D9D9D9;
  -webkit-box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
          box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
  border-radius: 10px;
  height: 350px;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .infra__img {
    margin-bottom: 30px;
  }
}
.infra__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .infra__bottom {
    display: block;
  }
}
.infra__left {
  margin-right: 68px;
}
@media (max-width: 992px) {
  .infra__left {
    margin-right: 0;
  }
}
.infra__desc {
  margin-top: -12px;
  max-width: 809px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .infra__desc {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.infra__right {
  width: 32.2%;
}
@media (max-width: 992px) {
  .infra__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(12, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 100%;
  }
}
.infra__right-item {
  margin-bottom: 35px;
  width: 100%;
  min-width: 299px;
}
@media (max-width: 992px) {
  .infra__right-item {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
    min-width: 1px;
  }
}
@media (max-width: 767px) {
  .infra__right-item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (max-width: 565px) {
  .infra__right-item {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
.infra__right-offer {
  border-top: 2px solid #139349;
  padding-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.5rem;
}
.infra__right-desc {
  max-width: 299px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.5);
}

.about--grey {
  background: #F8F8F9;
  padding-top: 75px;
  padding-bottom: 92px;
}
@media (max-width: 767px) {
  .about--grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.projects {
  border-top: 1px solid #F3F3F3;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .projects {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.projects__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 23px 1fr 23px 1fr 23px 1fr 23px 1fr 23px 1fr 23px 1fr 23px 1fr 23px 1fr 23px 1fr 23px 1fr 23px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
  row-gap: 26px;
}
.projects__item {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
          box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
  border-radius: 10px;
}
@media (max-width: 1087px) {
  .projects__item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (max-width: 637px) {
  .projects__item {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
.projects__img {
  -webkit-filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
          filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
  border-radius: 10px;
  height: 250px;
  margin-bottom: 29px;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-size: 100% 100% !important;
}
.projects__img:hover {
  background-size: 110% 110% !important;
}
.projects__offer {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #1F2125;
  margin-bottom: 20px;
  margin-left: 34px;
}
.projects__btn {
  color: #139349;
  margin-left: 34px;
  margin-bottom: 35px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.projects__btn:hover {
  opacity: 0.5;
}
.projects__btn img {
  margin-left: 19px;
  margin-top: 1px;
}

.info {
  padding-bottom: 75px;
  padding-top: 75px;
}
@media (max-width: 767px) {
  .info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.info__tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 25px;
}
@media (max-width: 767px) {
  .info__tabs {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }
}
.info__tab {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
          box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
  border-radius: 10px;
  padding: 24px 40px 24px 36px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  text-align: left;
  transition: 0.3s ease;
  border: 1px solid transparent;
}
@media (max-width: 992px) {
  .info__tab {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
@media (max-width: 767px) {
  .info__tab {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
    padding: 22px 38px 22px 34px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 494px) {
  .info__tab {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
.info__tab.active {
  border: 1px solid #139349;
  color: #139349;
}
.info__wrapper {
  margin-top: 53px;
  display: none;
/*  transition: 0.3s ease;*/
  opacity: 0;
}
.info__wrapper.active {
  display: block;
}
@media (max-width: 767px) {
  .info__wrapper {
    margin-top: 30px;
  }
}
.info__constr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .info__constr {
    display: block;
  }
}
.info__desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.5);
  max-width: 707px;
  margin-right: 61px;
  width: 60%;
}
@media (max-width: 767px) {
  .info__desc {
    width: 100%;
    margin-bottom: 25px;
  }
}
.info__img {
  height: 350px;
  width: 40%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .info__img {
    width: 100%;
  }
}

.footer {
  background: #F8F8F9;
  padding: 72px 0 77px;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 840px) {
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 840px) {
  .footer__top-left {
    width: 30%;
  }
}
@media (max-width: 565px) {
  .footer__top-left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 428px) {
  .footer__top-left {
    text-align: center;
  }
}
.footer__top-left .custom-logo {
  margin-bottom: 33px;
  display: inline-block;
}
.footer__phone {
  display: block;
  margin-bottom: 35px;
  font-weight: 600;
  color: black;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.footer__phone:hover {
  text-decoration: underline;
}
.footer__social-desc {
  margin-bottom: 18px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.5);
}
.footer__social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 428px) {
  .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -15px;
  }
}
.footer__social-item {
  margin-right: 15px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer__social-item:hover {
  opacity: 0.5;
}
.footer__top-items {
  margin-bottom: -25px;
}
@media (max-width: 840px) {
  .footer__top-items {
    width: 25%;
    margin-bottom: 25px;
  }
}
@media (max-width: 428px) {
  .footer__top-items {
    width: 100%;
    text-align: center;
  }
}
.footer__top-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #000000;
  margin-bottom: 35px;
}
@media (max-width: 565px) {
  .footer__top-title {
    margin-bottom: 25px;
  }
}
.footer__top-item {
  margin-bottom: 25px;
}
@media (max-width: 565px) {
  .footer__top-item {
    margin-bottom: 15px;
  }
}
.footer__top-item a {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer__top-item a:hover {
  color: #139349;
}
@media (max-width: 428px) {
  .footer__btn {
    margin: 0 auto;
  }
}
.footer__btn a {
  padding: 17px 25px;
  background: #139349;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: white;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .footer__btn a {
    padding: 14px 21px;
  }
}
.footer__btn a:hover {
  background: #0B7538;
}
.footer__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 94px;
}
@media (max-width: 565px) {
  .footer__bottom {
    display: block;
  }
}
@media (max-width: 840px) {
  .footer__bottom {
    margin-top: 25px;
  }
}
@media (max-width: 428px) {
  .footer__bottom {
    text-align: center;
  }
}
.footer__bottom-left {
  max-width: 747px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.5);
}
.footer__bottom-right {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #1F2125;
  margin-left: 30px;
  white-space: nowrap;
}
@media (max-width: 565px) {
  .footer__bottom-right {
    margin-left: 0;
    margin-top: 20px;
  }
}
.footer__bottom-right a {
  color: #139349;
}

.company {
  background: #F8F8F9;
}
.company__offer {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.5rem;
}
@media (max-width: 767px) {
  .company__offer {
    margin-bottom: 25px;
  }
}
.company__img {
  background-color: #D9D9D9;
  -webkit-box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
          box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
  border-radius: 10px;
  height: 350px;
  margin-bottom: 61px;
}
@media (max-width: 565px) {
  .company__img {
    margin-bottom: 36px;
    height: 250px;
  }
}
.company__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 565px) {
  .company__texts {
    display: block;
  }
}
.company__desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 44px;
  margin-bottom: 66px;
}
@media (max-width: 565px) {
  .company__desc {
    margin-bottom: 36px;
  }
}
.company__desc:last-child {
  margin-right: 0;
}
.company__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 27px 1fr 27px 1fr 27px 1fr 27px 1fr 27px 1fr 27px 1fr 27px 1fr 27px 1fr 27px 1fr 27px 1fr 27px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
}
.company__item {
  padding-bottom: 85px;
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  border-top: 2px solid #139349;
}
@media (max-width: 767px) {
  .company__item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
    padding-bottom: 50px;
  }
}
@media (max-width: 496px) {
  .company__item {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    padding-bottom: 45px;
  }
}
.company__item-offer {
  margin-top: 42px;
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.5rem;
}
@media (max-width: 767px) {
  .company__item-offer {
    margin-top: 22px;
    margin-bottom: 18px;
  }
}
.company__item-desc {
  max-width: 299px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.5);
}

.team {
  border-bottom: 1px solid #F3F3F3;
  padding: 75px 0;
  /* Слайдер */
  /* Слайдер запущен */
  /* Слайдер с точками */
  /* Ограничивающая оболочка */
  /* Лента слайдов */
  /* Слайд */
  /* Слайд активный (показывается) */
  /* Слайд основной */
  /* Слайд по центру */
  /* Клонированный слайд */
  /* Стрелка */
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Стрелка не активная */
  /* Точки (булиты) */
  /* Активная точка */
  /* Элемент точки */
}
@media (max-width: 767px) {
  .team {
    padding: 50px 0;
  }
}
.team .offer {
  margin-bottom: 0;
}
.team__img {
  -webkit-filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
          filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
  border-radius: 10px;
  height: 325px;
  margin-bottom: 40px;
}
@media (max-width: 637px) {
  .team__img {
    margin-bottom: 20px;
  }
}
.team__offer {
  margin: 0 auto;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #1F2125;
  max-width: 229px;
}
.team__desc {
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.5);
  max-width: 229px;
}
.team .slick-slider {
  position: relative;
  padding-top: -50px;
}
.team .slick-list {
  padding: 50px 20px;
  margin: 0 -27px;
}
.team .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team .slick-slide {
  margin: 0 12px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.team .slick-slide > div {
  height: 100%;
}
.team .slick-slide.slick-active {
  opacity: 1;
}
.team .slick-arrow {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 0;
  background-image: url("../img/slider-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.69px;
  height: 27.32px;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.3;
  z-index: 2;
}
.team .slick-arrow:hover {
  opacity: 0.5;
}
.team .slick-arrow.slick-prev {
  left: -40px;
}
.team .slick-arrow.slick-next {
  right: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.team .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.team .slick-dots li {
  width: 50px;
  height: 3px;
  background: rgba(0, 46, 122, 0.1);
  margin: 0 12.5px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.team .slick-dots li.slick-active {
  background: #1F2125;
}
.team .slick-dots li button {
  font-size: 0;
}

.join__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .join__body {
    margin-bottom: 50px;
  }
}
@media (max-width: 565px) {
  .join__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.join__img {
  width: 55%;
  margin-right: 40px;
}
.join__img img {
  max-width: 100%;
}
@media (max-width: 565px) {
  .join__img {
    width: 90%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .join__img {
    width: 100%;
  }
}
.join__right {
  width: 37%;
}
@media (max-width: 565px) {
  .join__right {
    width: 90%;
  }
}
@media (max-width: 425px) {
  .join__right {
    width: 100%;
  }
}
.join__offer {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3.2rem;
  color: #1F2125;
}
@media (max-width: 767px) {
  .join__offer {
    margin-bottom: 15px;
  }
}
.join__desc {
  margin-bottom: 50px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.8);
}
@media (max-width: 767px) {
  .join__desc {
    margin-bottom: 30px;
  }
}
.join__btn {
  display: inline-block;
  background: #1F2125;
  border-radius: 10px;
  color: white;
  padding: 15px 23px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  border: 2px solid #1F2125;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.join__btn:hover {
  background: transparent;
  color: #1F2125;
}

.office {
  padding-bottom: 90px;
}
.office__offer {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.5rem;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .office__offer {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .office__offer {
    margin-bottom: 25px;
  }
}
.office__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .office__wrapper {
    display: block;
  }
}
.office__left {
  margin-right: 41px;
  width: 45%;
}
@media (max-width: 1283px) {
  .office__left {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .office__left {
    width: 100%;
  }
}
.office__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 22px;
}
.office__img {
  margin-right: 27px;
  margin-top: 8px;
}
.office__elems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.office__elem {
  margin-right: 39px;
  margin-bottom: 20px;
}
.office__elem-offer {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.8);
}
.office__phone {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #1F2125;
  margin-top: -10px;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.office__phone:hover {
  color: #139349;
}
.office__elem-desc {
  max-width: 193px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #1F2125;
}
.office__right {
  width: 60%;
  -webkit-filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
          filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
}
@media (max-width: 992px) {
  .office__right {
    width: 100%;
  }
}
.office__right iframe {
  width: 100%;
  border-radius: 10px;
  height: 380px;
}

.packets {
  padding-top: 75px;
  /* Слайдер */
  /* Слайдер запущен */
  /* Слайдер с точками */
  /* Ограничивающая оболочка */
  /* Лента слайдов */
  /* Слайд */
  /* Слайд активный (показывается) */
  /* Слайд основной */
  /* Слайд по центру */
  /* Клонированный слайд */
  /* Стрелка */
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Стрелка не активная */
  /* Точки (булиты) */
  /* Активная точка */
  /* Элемент точки */
}
@media (max-width: 767px) {
  .packets {
    padding-top: 50px;
  }
}
.packets__item {
  text-align: center;
  border: 1px solid rgba(31, 33, 37, 0.1);
  -webkit-filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
          filter: drop-shadow(0px 10px 27px rgba(31, 33, 37, 0.1));
  border-radius: 10px;
  padding: 46px 45px 50px 45px;
}
@media (max-width: 1035px) {
  .packets__item {
    padding: 26px 25px 30px 25px;
  }
}
.packets__img {
  width: 97px;
  height: 94px;
  background-color: rgba(18, 72, 145, 0.05);
  border-radius: 10px;
  background-size: 56px 56px !important;
  margin: 0 auto;
  margin-bottom: 28px;
}
.packets__title {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.5);
}
.packets__offer {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.packets__desc {
  margin: 0 auto;
  margin-bottom: 27px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.5);
  max-width: 268px;
}
.packets__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 36px;
}
.packets__price span:first-child {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.packets__price span:last-child {
  margin-left: 10px;
  font-size: 1.6rem;
  line-height: 2rem;
}
.packets__btn {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: white;
  padding: 17px 25px;
  background: #000000;
  border-radius: 5px;
  display: block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .packets__btn {
    padding: 14px 21px;
  }
}
.packets__btn:hover {
  background: #139349;
}
.packets .slick-slider {
  position: relative;
}
.packets .slick-list {
  overflow: hidden;
  margin: 0 -12px;
}
.packets .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.packets .slick-slide {
  margin: 0 12px;
}
.packets .slick-slide > div {
  height: 100%;
}
.packets .slick-arrow {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 0;
  background-image: url("../img/slider-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.69px;
  height: 27.32px;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.3;
}
.packets .slick-arrow:hover {
  opacity: 0.5;
}
.packets .slick-arrow.slick-prev {
  left: -40px;
}
.packets .slick-arrow.slick-next {
  right: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.packets .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.packets .slick-dots li {
  width: 50px;
  height: 3px;
  background: rgba(0, 46, 122, 0.1);
  margin: 0 12.5px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.packets .slick-dots li.slick-active {
  background: #124891;
}
.packets .slick-dots li button {
  font-size: 0;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
          box-shadow: 0px 10px 27px rgba(31, 33, 37, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 637px) {
  .about__wrapper {
    display: block;
  }
}
.about__left {
  width: 50%;
}
@media (max-width: 637px) {
  .about__left {
    width: 100%;
    height: 250px;
  }
}
.about__right {
  width: 50%;
  padding: 47px 45px 48px 53px;
}
@media (max-width: 767px) {
  .about__right {
    padding: 37px 35px 38px 33px;
  }
}
@media (max-width: 637px) {
  .about__right {
    width: 100%;
  }
}
.about__desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.5);
}
.about__btn {
  margin-top: 24px;
  display: inline-block;
  color: #124891;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.about__btn:hover {
  opacity: 0.5;
}

.offer {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3.6rem;
  color: #1F2125;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .offer {
    margin-bottom: 25px;
    font-size: 2.9rem;
    line-height: 3.3rem;
  }
  .tarifs__bottom .offer {
    margin-bottom: 15px;
  }
}
.tarifs__bottom .offer {
  margin-bottom: 15px;
}

.desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.8);
  margin-bottom: 50px;
  margin-top: -25px;
  max-width: 596px;
}

.ibg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ibg img {
  display: none;
}

.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.8);
}
.bread span {
  margin: 0 14px;
}
.bread__item {
  color: rgba(31, 33, 37, 0.8);
}
.bread__item:hover {
  text-decoration: underline;
}

.burger {
  cursor: pointer;
  width: 25px;
  position: relative;
  z-index: 2000;
  padding-bottom: 5px;
}
.burger i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  background: black;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.burger i::before {
  content: "";
  width: 25px;
  height: 2px;
  background: black;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -7px;
}
.burger i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: black;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  bottom: -7px;
}
.burger.active i {
  background: transparent;
}
.burger.active i::before {
  background: white;
  top: 0;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.burger.active i::after {
  background-color: white;
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.aioseo-breadcrumbs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 45px;
}
.aioseo-breadcrumbs span {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #000000;
  margin-right: 15px;
}
.aioseo-breadcrumbs a {
  color: #000000;
}
@media (max-width: 767px) {
  .aioseo-breadcrumbs span {
    margin-right: 10px;
  }
}
.aioseo-breadcrumb-separator {
  margin-right: 15px;
  display: inline-block;
  margin-top: -1px;
  font-size: 0 !important;
  position: relative;
  width: 7px;
  height: 12px;
}
.aioseo-breadcrumb-separator::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/breads.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px 12px;
}
@media (max-width: 767px) {
  .aioseo-breadcrumb-separator {
    margin-right: 10px;
  }
}
.aioseo-breadcrumb:last-child {
	opacity: 0.5;
}

@media (max-width: 767px) {
  input {
    padding: 14px 21px !important;
  }
}

.article {
  padding-top: 25px;
  padding-bottom: 50px;
}
.article p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: rgba(31, 33, 37, 0.8);
  margin-bottom: 15px;
/*   padding-left: 40px; */
}
.article ul {
  padding-left: 40px;
}
@media (max-width: 768px ){
  .article p {
    padding-left: 0;
  }
  .article ul {
    padding-left: 40px;
  }
}
.article li {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.8);
  margin-bottom: 5px;
  list-style: disc;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  color: #1F2125;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 11px;
  font-weight: 600;
  opacity: 0.9;
}
.article strong {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(31, 33, 37, 0.8);
  margin-bottom: 5px;
}
.article .aioseo-breadcrumbs {
  padding-top: 0;
}
.article h1, .article h1.wp-block-heading strong {
  font-size: 3.6rem;
  line-height: 3.9rem;
  margin-bottom: 25px;
}
.article h2, .article h2.wp-block-heading strong {
  font-size: 3rem;
  line-height: 3.3rem;
  margin-bottom: 25px;
}
.article h3, .article h3.wp-block-heading strong {
  font-size: 2.5rem;
  line-height: 3rem;
}
.article h4, .article h4.wp-block-heading strong {
  font-size: 2rem;
  line-height: 3rem;
}
.article h5, .article h5.wp-block-heading strong {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.article h6, .article h6.wp-block-heading strong {
  font-size: 1.4rem;
  line-height: 2rem;
}
.article .wp-block-heading {
  margin-bottom: 11px;
}
.article .wp-block-heading strong {
  color: #1F2125;
  margin-bottom: 11px;
  font-weight: 600;
  opacity: 1;
}
.article__img {
  height: 300px;
  margin-bottom: 25px;
  margin-top: 25px;
  border-radius: 10px;
}


.news-all__body, .special-all__body {
  padding: 0px 0 40px 0;
}

.special-all__body .offer, .news-all__body .offer {
  margin-top: 20px;
}

.news-all__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

.news-all__items .news__item {
  grid-column: span 4;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .news-all__items .news__item {
    grid-column: span 6;
  }
}
@media (max-width: 637px) {
  .news-all__items .news__item {
    grid-column: span 12;
  }
} 

.wpcf7-form {
  position: relative;
}

.wpcf7-spinner {
/*  display: none;*/
  position: absolute;
  bottom: 12px;
  right: -20px;
}
.wpcf7-response-output {
  border: none !important;
  opacity: 0.5;
  font-size: 12px;
  line-height: 14px;
  color: green;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

.wpcf7-not-valid-tip {
  margin-bottom: 15px;
  margin-top: -10px;
}

/* .popup .basic__right {
  margin: 0 auto;
}
.popup {
  position: relative;
  max-width: 377px !important;
  margin: 0 auto;
} */
.popup {
	display: none;
	border-radius: 10px;
}
.popup .basic__right {
	padding: 0;
	box-shadow: none;
	background: transparent;
	padding: 0;
	border-radius: 0;
	margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}