@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.eot");
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Merriweather';
  src: url("../fonts/Merriweather-Bold.eot");
  src: local("Merriweather Bold"), local("Merriweather-Bold"), url("../fonts/Merriweather-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Merriweather-Bold.woff") format("woff"), url("../fonts/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
  font-size: 15px;
  min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 16px;
}

img {
  border-style: none;
}

button {
  border: 0;
  background: transparent;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #25282A;
  font-family: 'Merriweather', sans-serif;
  font-weight: 700;
}

a, button, input, input::-webkit-input-placeholder, textarea, textarea::-webkit-input-placeholder, label {
  font-family: 'Montserrat', sans-serif;
}

a, button, input, input:-ms-input-placeholder, textarea, textarea:-ms-input-placeholder, label {
  font-family: 'Montserrat', sans-serif;
}

a, button, input, input::-ms-input-placeholder, textarea, textarea::-ms-input-placeholder, label {
  font-family: 'Montserrat', sans-serif;
}

a, button, input, input::placeholder, textarea, textarea::placeholder, label {
  font-family: 'Montserrat', sans-serif;
}

.container {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.main-btn {
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 17px 29px 15px 29px;
  display: block;
}

.main-btn.light {
  background: rgba(29, 179, 147, 0.1);
  color: #0C987F;
}

.main-btn.light:hover {
  background: rgba(29, 179, 147, 0.3);
}

.main-btn.light:active {
  background: rgba(29, 179, 147, 0.2);
  color: #222;
}

.main-btn.blue {
  background: #0C987F;
  color: #fff;
}

.main-btn.blue:hover {
  background: #49a594;
}

.main-btn.blue:active {
  background: #1ba48b;
  color: rgba(255, 255, 255, 0.8);
}

.section-title h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
}

.offer-slider__title, .whom-list__title, .catalog-block__title, .product-info__title, .cart-title, .cart-list__title {
  font-family: 'Montserrat', sans-serif;
}

.header {
  padding-top: 12px;
  padding-bottom: 18px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(34, 34, 34, 0.05);
          box-shadow: 0px 10px 20px rgba(34, 34, 34, 0.05);
}

.header-toggle {
  display: none;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #F1F1F1;
}

.header-contact {
  margin-right: 30px;
}

.header-contact p {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #A2A2A2;
}

.header-contact a {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
  display: inline-block;
  margin-top: 5px;
}

.header-contact a:hover {
  color: #0C987F;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}

.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-btns button {
  margin-right: 6px;
}

.header-btns button:last-child {
  margin-right: 0;
}

.header-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #5363B5;
  max-width: 103px;
}

.header-cart::before {
  content: '';
  display: block;
  width: 100%;
  bottom: -17px;
  background: #5463B5;
  height: 1px;
  position: absolute;
}

.header-cart svg {
  margin-right: 18px;
}

.header-logo a img {
  width: 200px;
}

.header-search {
  margin-right: 20px;
}

.header-search input {
  background: rgba(84, 99, 181, 0.1);
  display: block;
  width: 200px;
  padding: 5px 10px;
  border-radius: 20px;
}

.header-nav {
  margin-top: 20px;
}

.header-nav__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav .header-menu__item {
  margin-right: 30px;
}

.header-nav .header-menu__item a {
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  line-height: 16px;
}

.header-nav .header-menu__item a:hover {
  color: #0C987F;
}

.header-nav .header-menu__item:last-child {
  margin-right: 0;
}

.mobile-nav {
  display: none;
}

.main {
  padding-top: 217px;
  padding-bottom: 20px;
  background: url("../img/main-bg.png") no-repeat center top/contain;
}

.main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 62px;
}

.main-content {
  width: 760px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-content__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
}

.main-content__paragraph {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #575757;
  position: relative;
  padding-left: 38px;
  margin-top: 27px;
}

.main-content__paragraph::before {
  content: '';
  display: block;
  width: 26px;
  height: 1px;
  background: #BCBCBC;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.main-services__btn {
  margin: 0 auto;
  margin-top: 30px;
  padding: 20px 50px;
  font-size: 15px;
}

.main-services__item {
  width: 23%;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.main-services__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-services__item:hover a::after {
  opacity: 1;
}

.main-services__item .main-services__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  max-width: 100%;
  z-index: 2;
}

.main-services__item .main-services__info h2 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 4px;
  margin-bottom: 8px;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
          text-decoration-color: rgba(255, 255, 255, 0.3);
}

.main-services__item .main-services__info p {
  font-weight: normal;
  font-size: 13px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.8);
}

.main-services__item .main-services__info p svg {
  margin-left: 8px;
}

.main-services__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: transparent;
}

.main-services__item a::after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-55.07%, #000000), color-stop(39.56%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 -55.07%, rgba(0, 0, 0, 0) 39.56%);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.main-services__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.main-subservices {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-subservices__item {
  height: 196px;
  width: 560px;
  background: #0C987F;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.main-subservices__item:hover {
  background: #07c5a2;
}

.main-subservices__item h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin-bottom: 38px;
  margin-left: 30px;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
          text-decoration-color: rgba(255, 255, 255, 0.3);
  max-width: 400px;
}

.main-subservices__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}

.main-subservices__icon {
  position: absolute;
  top: 25px;
  right: 31px;
}

.default-space {
  display: none;
}

.advantages {
  padding-top: 81px;
}

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

.advantages-content {
  width: 400px;
}

.advantages-content__paragraph {
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  margin-top: 26px;
  color: #25282A;
}

.advantages-content__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantages-content__btns .main-btn:first-child {
  width: 189px;
  text-align: center;
  padding: 22px 0px 20px 0px;
  font-size: 13px;
}

.advantages-content__btns .main-btn:last-child {
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
  padding: 0;
  color: #0C987F;
  border-bottom: 1px solid transparent;
}

.advantages-content__btns .main-btn:last-child:hover {
  border-color: #0ea388;
}

.advantages-list {
  width: 667px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 302px;
  margin-bottom: 40px;
}

.advantages-list__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 37px;
}

.advantages-list__text {
  padding-left: 26px;
}

.advantages-list__text p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.advantages-list__text span {
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  color: #363636;
  margin-top: 15px;
  display: block;
}

.count {
  padding-bottom: 98px;
}

.count .container {
  padding-top: 81px;
  border-top: 1px solid #DCDCDC;
}

.count-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.count-list__item {
  width: 200px;
  text-align: center;
}

.count-list__circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(12, 152, 127, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.count-list__circle span {
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  color: #0C987F;
  display: block;
}

.count-list__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  margin-top: 27px;
}

.partners {
  padding-top: 84px;
  padding-bottom: 85px;
  background: #F5F6FA;
}

.partners-slider {
  margin-top: 59px;
}

.partners-slider__item {
  padding: 0 20px;
}

.partners-slider__image {
  width: 263px;
  height: 154px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-slider__image img {
  display: block;
  max-width: 170px;
}

.partners-slider__name {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin-top: 26px;
}

.slider-config .slider-arrow {
  position: absolute;
  top: -120px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0C987F;
  z-index: 1;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider-config .slider-arrow:hover {
  background: #05bf9d;
}

.slider-config .left-arrow {
  right: 60px;
}

.related-news {
  padding-top: 162px;
  padding-bottom: 11px;
}

.related-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
}

.related-news__title {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #25282A;
}

.related-news__link.mobile {
  display: none;
}

.related-news__link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  color: #0C987F;
}

.related-news__link a::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #0C987F;
  bottom: -24px;
  position: absolute;
  pointer-events: none;
}

.news-wrap {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-item {
  width: 360px;
  margin-bottom: 95px;
  margin-right: 40px;
}

.news-item:nth-child(3n+3) {
  margin-right: 0;
}

.news-item__image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.news-item__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.news-item__content {
  margin-top: 40px;
}

.news-item__published {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #25282A;
  display: block;
}

.news-item__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 15px;
}

.news-item__title a {
  color: #25282A;
}

.news-item__title a:hover {
  color: #0C987F;
}

.news-item__link {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0C987F;
  margin-top: 40px;
  display: inline-block;
}

.news-item__link path {
  fill: #0C987F;
}

.news-item__link:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.news-item__link svg {
  margin-left: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.contacts {
  padding-top: 59px;
  padding-bottom: 63px;
  background: #F4F5F9;
}

.contacts-page {
  padding-top: 162px;
}

.contacts.contacts-white {
  background: #fff;
}

.contacts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-content {
  width: 503px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contacts-map {
  -webkit-box-shadow: 0px 0px 55px rgba(25, 21, 74, 0.07);
          box-shadow: 0px 0px 55px rgba(25, 21, 74, 0.07);
  width: 600px;
  height: 473px;
  overflow: hidden;
}

.contacts-map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts .section-title h2 span {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  color: #E74545;
  padding: 17px 30px 17px 30px;
  border: 1px solid rgba(225, 114, 114, 0.25);
  border-radius: 125px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contacts .section-title h2 span img {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-right: 6px;
}

.contacts-info {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts-info__item {
  margin-right: 45px;
  margin-bottom: 20px;
}

.contacts-info__item:nth-child(2) {
  margin-right: 0;
}

.contacts-info__item p {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: #8F8F8F;
}

.contacts-info__item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 5px;
  display: inline-block;
}

.contacts-info__item a:hover {
  color: #0C987F;
}

.contacts-info__item .phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-info__item .phone-wrap p {
  margin: 0 7px;
  margin-top: 5px;
}

.credits {
  padding-top: 33px;
  background: #0C987F;
}

.credits-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 33px;
}

.credits-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.credits-logo img {
  width: 200px;
  display: block;
}

.credits .credits-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 67px;
  width: 400px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.credits .credits-menu__item {
  min-width: 150px;
  margin-right: 0px;
  margin-bottom: 20px;
}

.credits .credits-menu__item a {
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  color: #fff;
}

.credits .credits-menu__item a:hover {
  color: #dadada;
}

.credits-contacts {
  text-align: right;
}

.credits-contacts__item {
  margin-bottom: 4px;
}

.credits-contacts__item:last-child {
  margin-bottom: 0;
}

.credits-contacts__item a {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
}

.credits-contacts__item a.phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.credits .contacts-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}

.credits .contacts-btns button:first-child {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: 7px;
}

.credits .contacts-btns button:last-child {
  background: #0A0A0A;
  color: #fff;
}

.credits-politic {
  background: #055849;
  padding-top: 7px;
  padding-bottom: 9px;
}

.credits .politic-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.credits .politic-link a {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}

.credits .politic-link a:hover {
  color: #fff;
}

.credits .politic-link p {
  font-size: 13px;
  color: #A3AACC;
  margin: 0 7px;
}

.credits .politic-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 66px;
}

.page-breadcrumbs__item {
  position: relative;
}

.page-breadcrumbs__item::after {
  content: url("../img/bread-arrow.svg");
  margin: 0 15px;
}

.page-breadcrumbs__item:last-child::after {
  display: none;
}

.page-breadcrumbs__item:last-child a {
  pointer-events: none;
  color: #959595;
}

.page-breadcrumbs__item a {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #CBCBCB;
}

.request {
  padding-top: 105px;
  background: #F5F6FA;
  padding-bottom: 5px;
}

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

.request-form {
  width: 571px;
}

.request-form .main-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.request-form .main-form__row .main-form__item {
  width: 49%;
  margin-bottom: 10px;
}

.request-form .main-form__item textarea {
  height: 87px;
  margin-bottom: 10px;
}

.request-content {
  width: 490px;
  position: relative;
}

.request-content figure {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.request-paragraph {
  margin-top: 36px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #979797;
}

.request .main-form__btn {
  margin-top: 26px;
}

.main-form__item {
  position: relative;
}

.main-form__item input, .main-form__item textarea {
  background: #FFFFFF;
  padding: 17px 10px 19px 21px;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #262626;
  border: 1px solid transparent;
}

.main-form__item input:focus, .main-form__item textarea:focus {
  border-color: #DFDFDF;
}

.main-form__item input::-webkit-input-placeholder, .main-form__item textarea::-webkit-input-placeholder {
  color: #979797;
}

.main-form__item input:-ms-input-placeholder, .main-form__item textarea:-ms-input-placeholder {
  color: #979797;
}

.main-form__item input::-ms-input-placeholder, .main-form__item textarea::-ms-input-placeholder {
  color: #979797;
}

.main-form__item input::placeholder, .main-form__item textarea::placeholder {
  color: #979797;
}

.main-form__item input.error, .main-form__item textarea.error {
  color: #D24848;
  border: 1px solid #D24848;
}

.main-form__item input.error::-webkit-input-placeholder, .main-form__item textarea.error::-webkit-input-placeholder {
  color: #D24848;
}

.main-form__item input.error:-ms-input-placeholder, .main-form__item textarea.error:-ms-input-placeholder {
  color: #D24848;
}

.main-form__item input.error::-ms-input-placeholder, .main-form__item textarea.error::-ms-input-placeholder {
  color: #D24848;
}

.main-form__item input.error::placeholder, .main-form__item textarea.error::placeholder {
  color: #D24848;
}

.main-form__item label.error {
  color: #D24848;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
}

.main-form__item.textarea textarea.error {
  margin-bottom: 30px;
}

.main-form__item.textarea label.error {
  margin-top: -30px;
  margin-bottom: 20px;
  position: absolute;
}

.main-form__drop {
  width: 100%;
  position: relative;
}

.main-form__drop .drop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-form__drop .drop-wrap.telegram {
  color: #3295DD;
}

.main-form__drop .drop-wrap.whatsapp {
  color: #4CAF50;
}

.main-form__drop.active span::after {
  -webkit-transform: translateY(-35%) rotate(180deg);
          transform: translateY(-35%) rotate(180deg);
}

.main-form__drop.active .main-form__list {
  opacity: 1;
  pointer-events: all;
}

.main-form__drop span {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  padding: 17px 50px 19px 20px;
  cursor: pointer;
}

.main-form__drop span .drop-wrap svg {
  margin-right: 9px;
}

.main-form__drop span::after {
  content: url("../img/select-arrow.svg");
  display: block;
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.main-form__list {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 25px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 12px 25px 5px rgba(0, 0, 0, 0.05);
  width: 100%;
  position: absolute;
  padding: 10px 0;
  top: calc(100% + 4px);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.main-form__list-item {
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.main-form__list-item.active {
  background: #FAFAFA;
}

.main-form__list-item:hover {
  background: #FAFAFA;
}

.main-form__list-item label {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
}

.main-form__list-item label svg {
  margin-right: 7px;
}

.main-form__list-item input {
  display: none;
}

.main-form__btn button {
  width: 100%;
  padding: 22px 0 20px 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}

.page-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-pagination__item {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F8F8F8;
  padding: 0 10px;
}

.page-pagination__item a {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #9B9A9A;
}

.page-pagination__item a.active {
  color: #0C987F;
}

.page-pagination__item a:hover {
  color: #0C987F;
}

.page-pagination__item:nth-child(2) {
  padding-left: 29px;
}

.page-pagination__item:nth-last-child(2) {
  padding-right: 29px;
}

.page-pagination__item.arrow {
  padding: 0 27px;
  border-right: 1px solid #E3E3E3;
}

.page-pagination__item.arrow:last-child {
  border-right: unset;
  border-left: 1px solid #E3E3E3;
}

.page-pagination__item.arrow path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page-pagination__item.arrow a:hover path {
  fill: #0C987F;
}

.blog {
  padding-bottom: 101px;
}

.about {
  padding-top: 162px;
  padding-bottom: 0px;
}

.about-advantages {
  margin-top: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-advantages__item {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

.about-advantages__count {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background: #0C987F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
}

.about-advantages__count span {
  font-weight: 300;
  font-size: 45px;
  line-height: 30px;
  display: block;
  color: #fff;
}

.about-advantages__paragraph {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #232323;
}

.about-block {
  margin: 0 auto;
  margin-top: 144px;
  width: 541px;
  position: relative;
}

.about-block__title {
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 27px;
}

.about-block__paragraph {
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
}

.about-block figure {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -560px;
}

.about-block figure svg {
  display: block;
}

.about-note {
  margin-top: 185px;
  background: #E7E9F2;
  padding: 152px 165px 177px 165px;
}

.about-note__title {
  font-weight: bold;
  font-size: 35px;
  line-height: 48px;
  color: #232323;
}

.document {
  padding-top: 101px;
  padding-bottom: 132px;
}

.document-slider {
  margin-top: 64px;
}

.document-slider__item {
  padding: 10px 0;
}

.document-slider__image {
  border-radius: 5px;
  width: 260px;
  margin: 0 auto;
}

.document-slider__image img {
  display: block;
  border-radius: 5px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.connection {
  padding-top: 94px;
  padding-bottom: 96px;
  background: #F5F6FA;
}

.connection-form {
  margin-top: 47px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.connection-form .main-form__item {
  width: 281px;
}

.connection-form .main-form__btn {
  width: 287px;
}

.connection-block__paragraph {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #929292;
  margin-top: 31px;
}

.article {
  padding-top: 162px;
  padding-bottom: 57px;
}

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

.article-nav__item a {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #0C987F;
}

.article-nav__item a svg {
  margin-left: 11px;
}

.article-nav__item a svg path {
  fill: #0C987F;
}

.article-content {
  width: 800px;
  margin: 0 auto;
  margin-top: -17px;
}

.article-content ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 10px;
	padding: 15px 0 5px 0;
	font-size: 18px;
}

.article-content ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

.article-content ol li:before {
	content: counter(num) '.'; 
	counter-increment: num;
	display: inline-block;	
	position: absolute;
	top: 0px;
	left: -26px;
	width: 20px;    
	color: #000;
	text-align: right;
}

.content-block ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 10px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}

.content-block ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

.content-block ol li:before {
	content: counter(num) '.'; 
	counter-increment: num;
	display: inline-block;	
	position: absolute;
	top: 0px;
	left: -26px;
	width: 20px;    
	color: #000;
	text-align: right;
}

.article-content__published {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

.article-content__title {
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 14px;
  margin-bottom: 30px;
}

.article-content img {
  display: block;
  width: 100%;
}

.article-content h2 {
  margin-top: 68px;
  font-weight: 600;
  font-size: 25px;
  line-height: 27px;
  font-family: 'Montserrat', sans-serif;
}

.article-content p {
  margin-top: 14px;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
}

.article-content ul {
  margin-top: 56px;
  margin-bottom: 50px;
}

.article-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCFCFC;
  padding: 7px 21px;
  border-bottom: 1px solid #EFEFEF;
  font-weight: normal;
  font-size: 16px;
  line-height: 55px;
  margin-top: 0;
  color: rgba(7, 34, 18, 0.6);
}

.article-content ul li:last-child {
  border-bottom: 0;
}

.article-content ul li strong {
  font-weight: normal;
  font-size: 16px;
  line-height: 55px;
  color: #072212;
}

.services {
  padding-top: 162px;
  padding-bottom: 133px;
}

.services .page-breadcrumbs a {
  color: rgba(255, 255, 255, 0.5);
}

.services .page-breadcrumbs__item:last-child a {
  color: #fff;
}

.services .section-title h2 {
  color: #fff;
}

.services-content {
  width: 444px;
}

.services-content .main-btn {
  max-width: 202px;
}

.services-paragraph {
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin-top: 23px;
  margin-bottom: 58px;
}

.content {
  padding-top: 122px;
  padding-bottom: 95px;
}

.content-block h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}

.content-block p {
  font-weight: normal;
  font-size: 16px;
  line-height: 35px;
  color: #262626;
}

.price {
  padding-top: 78px;
  padding-bottom: 100px;
  background: #F8F8F8;
}

.price .section-title h2 {
  font-size: 30px;
  line-height: 40px;
}

.price-list {
  background: #FFFFFF;
  margin-top: 43px;
  padding: 34px 48px 63px 48px;
}

.price-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  padding: 4px 0;
}

.price-list__item p {
  font-weight: normal;
  font-size: 20px;
  line-height: 65px;
  color: #2C2C2C;
}

.price-list__item span {
  font-weight: bold;
  font-size: 20px;
  line-height: 65px;
  color: #2C2C2C;
}

.price-services {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.price-services__item {
  width: 49%;
  background: #FFFFFF;
  margin-bottom: 20px;
}

.price-services__title {
  padding: 30px;
  font-weight: 600;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 22px;
  color: #000000;
  font-family: 'Montserrat';
  cursor: pointer;
}

.price-services__title.open .price-services__plus {
  background: transparent;
}

.price-services__title.open .price-services__plus::before {
  opacity: 0;
}

.price-services__title.open .price-services__plus::after {
  background: #0C987F;
}

.price-services__plus {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #0C987F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  background: #0C987F;
  margin-left: 15px;
}

.price-services__plus::after {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.price-services__plus::before {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.price-services__content {
  padding: 30px;
  padding-top: 0;
  display: none;
}

.price-points__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.price-points__item:first-child {
  padding-top: 0;
}

.price-points__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.price-points__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Montserrat';
}

.price-points__price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #0C987F;
  flex-shrink: 0;
  margin-left: 10px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 10;
}

.popup.active {
  opacity: 1;
  pointer-events: all;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 29, 0.8);
  overflow-y: auto;
}

.popup-body {
  width: 453px;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background: #FFFFFF;
  padding: 58px 59px 35px 59px;
}

.popup-close {
  position: absolute;
  top: -27px;
  right: -27px;
  cursor: pointer;
}

.popup-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 24px;
}

.popup .main-form {
  margin-top: 32px;
}

.popup .main-form__item {
  margin-bottom: 9px;
}

.popup .main-form input {
  background: #F5F5F5;
}

.popup .main-form__drop span {
  background: #F5F5F5;
}

.popup .main-form__btn {
  margin-top: 25px;
}

.popup-warn {
  margin: 0 auto;
  text-align: center;
  margin-top: 29px;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  width: 260px;
  color: #929292;
  position: relative;
  z-index: 2;
}

.calc {
  background: #F8F8F8;
  padding-top: 78px;
  padding-bottom: 84px;
}

.calc-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  margin-top: 40px;
}

.calc-list {
  width: 610px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 54px;
}

.calc-list__item {
  margin-bottom: 60px;
}

.calc-list__item:last-child {
  margin-bottom: 0;
}

.calc-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc-list__header svg {
  display: block;
  margin-right: 12px;
}

.calc-list__header p {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}

.calc-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 29px;
}

.calc-type__item {
  background: #F1F1F1;
  padding: 17px 27px;
  margin-right: 11px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.calc-type__item.active {
  background: #354A95;
}

.calc-type__item.active p {
  color: #fff;
}

.calc-type__item:last-child {
  margin-right: 0;
}

.calc-type__item input {
  display: none;
}

.calc-type__item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.calc-range {
  margin-top: 77px;
}

.calc-range .range-slider .noUi-horizontal {
  height: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 23px;
  border: none;
  background: #EDECEC;
}

.calc-range .range-slider .noUi-connect {
  background: #354A95;
}

.calc-range .range-slider .noUi-horizontal .noUi-handle {
  background: #fff;
  border: 3px solid #354A95;
  -webkit-box-shadow: 0px 1px 4px rgba(53, 74, 149, 0.25);
          box-shadow: 0px 1px 4px rgba(53, 74, 149, 0.25);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  right: -8px;
}

.calc-range .range-slider .noUi-horizontal .noUi-handle::after, .calc-range .range-slider .noUi-horizontal .noUi-handle::before {
  display: none;
}

.calc-range .range-slider .noUi-pips-horizontal {
  top: -60px;
}

.calc-range .range-slider .noUi-marker-horizontal.noUi-marker {
  display: none;
}

.calc-range .range-slider .noUi-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #354A95;
}

.calc-info {
  width: 336px;
  background: #242424;
  padding: 40px 37px 0 37px;
  height: 592px;
  position: relative;
}

.calc-info .calc-total {
  color: #fff;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.calc-info .calc-total p {
  font-weight: 500;
  font-size: 13px;
  line-height: 27px;
}

.calc-info .calc-total span {
  font-weight: bold;
  font-size: 35px;
  line-height: 27px;
  display: block;
  margin-top: 10px;
}

.calc-info .calc-warn {
  margin-top: 25px;
  font-weight: normal;
  font-size: 13px;
  line-height: 27px;
  color: #fff;
}

.calc-info .main-btn {
  bottom: 0;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 11px;
  line-height: 27px;
  padding: 20px 0;
  display: block;
  width: 100%;
}

.offer {
  padding-top: 177px;
  background: #F4F5F9;
  padding-bottom: 87px;
}

.offer-title {
  font-weight: bold;
  font-size: 55px;
  line-height: 65px;
  max-width: 768px;
  text-align: center;
  margin: 0 auto;
}

.offer-slider {
  margin-top: 57px;
}

.offer-slider__item {
  height: 430px;
  background: linear-gradient(99.87deg, #7481BF 2.03%, #3A4BA0 97.23%), #354A95;
  border-radius: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.offer-slider .slider-arrow {
  position: absolute;
  z-index: 1;
  bottom: 44px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.offer-slider .slider-arrow path {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.offer-slider .slider-arrow:hover {
  background: #00b7ff;
}

.offer-slider .slider-arrow:hover path {
  fill: #fff;
}

.offer-slider .slider-arrow.right-arrow {
  right: 109px;
}

.offer-slider .slider-arrow.left-arrow {
  right: 168px;
}

.offer-slider__content {
  max-width: 467px;
  margin-left: 100px;
  margin-right: 46px;
}

.offer-slider__image img {
  display: block;
  max-width: 519px;
  max-height: 346px;
}

.offer-slider__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}

.offer-slider__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  margin-top: 24px;
}

.offer-slider__link {
  background: #FFFFFF;
  padding: 16px 48px 16px 48px;
  display: inline-block;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #25282A;
  margin-top: 43px;
}

.offer-slider__link:hover {
  background: #00b7ff;
  color: #fff;
}

.whom {
  padding-top: 76px;
  padding-bottom: 72px;
}

.whom-list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.whom-list__image img {
  max-width: 120px;
  max-height: 120px;
  display: block;
}

.whom-list__item {
  background: #F4F5F9;
  width: 360px;
  margin-right: 40px;
  margin-bottom: 30px;
  padding: 46px 33px;
}

.whom-list__item:nth-child(3n+3) {
  margin-right: 0;
}

.whom-list__title {
  margin-top: 40px;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
}

.whom-list__paragraph {
  margin-top: 17px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #232323;
}

.catalog {
  background: #F8F8F8;
  padding-top: 71px;
  padding-bottom: 63px;
}

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

.catalog .section-title a {
  color: #232323;
}

.catalog-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.catalog-category::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -25px;
  left: 0;
  height: 1px;
  background: #C1C1C1;
}

.catalog-category__item {
  margin-right: 34px;
}

.catalog-category__item:last-child {
  margin-right: 0;
}

.catalog-category__item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #25282A;
  position: relative;
  display: inline-block;
}

.catalog-category__item a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -25px;
  left: 0;
  height: 1px;
  background: #0C987F;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.catalog-category__item a.active {
  color: #354A95;
}

.catalog-category__item a.active::after {
  opacity: 1;
}

.catalog-category__item a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #BBC1D9;
  display: inline-block;
}

.catalog-block {
  margin-top: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-block__load {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-block__load .load-more {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #0C987F;
  display: inline-block;
}

.catalog-block__item {
  width: 360px;
  margin-right: 40px;
  margin-bottom: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 22px 15px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 22px 15px rgba(0, 0, 0, 0.02);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 32px 33px;
}

.catalog-block__item:hover {
  -webkit-box-shadow: 0px 30px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 25px rgba(0, 0, 0, 0.1);
}

.catalog-block__item:nth-child(3n+3) {
  margin-right: 0;
}

.catalog-block__item:last-child {
  margin-right: 0;
}

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

.catalog-block__image img {
  display: block;
  max-width: 100%;
}

.catalog-block__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-top: 5px;
}

.catalog-block__paragraph {
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}

.catalog-block__price {
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  margin-top: 25px;
  color: #000000;
  display: inline-block;
}

.catalog-block__link {
  margin-top: 36px;
}

.catalog-filter {
  margin-top: 47px;
  background: #E6E8EF;
  border: 1px solid #C4CADE;
  padding: 33px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog-filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.catalog-filter__title svg {
  margin-right: 18px;
}

.catalog-page {
  padding-top: 163px;
}

.catalog-page .catalog-block {
  margin-top: 43px;
}

.catalog-page .page-pagination__item {
  background: #fff;
}

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 17px;
}

.filter-list__item {
  margin-right: 26px;
  margin-bottom: 19px;
}

.filter-list__item.active label {
  background: #FFFFFF;
}

.filter-list__item input {
  display: none;
}

.filter-list__item label {
  background: #DCE0EC;
  border-radius: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  display: block;
  padding: 1px 19px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.product {
  padding-bottom: 117px;
}

.product-block {
  background: #FFFFFF;
  padding: 50px;
}

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

.product-image {
  width: 380px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-info {
  max-width: 605px;
}

.product-info__status {
  font-weight: 600;
  font-size: 15px;
  line-height: 42px;
  color: #4CAF50;
}

.product-info__title {
  margin-top: 6px;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 20px;
}

.product-info__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #828282;
}

.product-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.product-services select {
  padding: 18px 60px 18px 21px;
  cursor: pointer;
  border: 1px solid #A8ACAE;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  background: #F5F5F5;
  font-family: 'Montserrat', sans-serif;
  color: #232323;
}

.product-services__item {
  margin-right: 21px;
}

.product-services__item.active label {
  border-color: #0C987F;
}

.product-services__item:last-child {
  margin-right: 0;
}

.product-services__item label {
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 13px 32px 12px 32px;
  display: block;
  border: 1.5px solid #D4D9ED;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.product-order {
  margin-top: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-order__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-order__flex .product-order__price:last-child {
  margin-left: 5px;
}

.product-order__price {
  font-weight: 500;
  font-size: 26px;
  line-height: 20px;
  margin-left: 48px;
}

.product .cart-order {
  width: 334px;
  padding: 21px 0;
}

.product-tabs {
  margin-top: 100px;
}

.product-offer {
  padding-top: 41px;
}

.product-content__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}

.product .desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DEDEDE;
}

.product .desc-list__item {
  margin-right: 65px;
}

.product .desc-list__item:last-child {
  margin-right: 0;
}

.product .desc-list__item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #232323;
  display: block;
  padding-bottom: 18px;
  position: relative;
}

.product .desc-list__item a.active::after {
  opacity: 1;
}

.product .desc-list__item a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
  background: #354A95;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.cart {
  padding-bottom: 117px;
}

.cart .product-block {
  padding-bottom: 97px;
}

.cart-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 42px;
}

.cart-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-list {
  width: 68%;
}

.cart-list__item {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border: 1px solid #E0E2EB;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 22px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 22px 15px rgba(0, 0, 0, 0.05);
}

.cart-list__item:last-child {
  margin-bottom: 0;
}

.cart-list__delete {
  position: absolute;
  top: 18px;
  right: 21px;
}

.cart-list__delete path {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.cart-list__delete:hover path {
  fill: #0C987F;
}

.cart-list__image {
  width: 135px;
  height: 127px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 26px;
}

.cart-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-list__content {
  max-width: 449px;
}

.cart-list__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
}

.cart-list__paragraph {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
  margin-bottom: 21px;
}

.cart-list__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-list__price {
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  color: #000000;
  margin-right: 24px;
}

.cart-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-count__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  width: 30px;
  color: #97AFD4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.cart-count__item:first-child {
  border-radius: 5px 0 0 5px;
  border: 1px solid #97AFD4;
  border-right: 0;
}

.cart-count__item:last-child {
  border-radius: 0 5px 5px 0;
  border: 1px solid #97AFD4;
  border-left: 0;
}

.cart-count__input {
  width: 50px;
  border: 1px solid #97AFD4;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
}

.order-info {
  width: 300px;
}

.order-info__title {
  background: #E0E2EB;
}

.order-info__point {
  padding: 20px 10px 20px 33px;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
}

.order-info__point span {
  font-weight: 600;
}

.order-info__point:nth-child(2) {
  border-bottom: 1px solid #E0E2EB;
}

.order-info__offer {
  border: 1px solid #E0E2EB;
}

.order-wrap {
  background: #E0E2EB;
  padding: 26px 20px 35px 20px;
}

.order-form__text {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #232323;
  margin-bottom: 26px;
}

.order-form__item {
  margin-bottom: 17px;
}

.order-form__item input {
  display: block;
  width: 100%;
  padding: 14px 10px 13px 16px;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
}

.order-form__item input::-webkit-input-placeholder {
  color: #979797;
}

.order-form__item input:-ms-input-placeholder {
  color: #979797;
}

.order-form__item input::-ms-input-placeholder {
  color: #979797;
}

.order-form__item input::placeholder {
  color: #979797;
}

.cart-btn {
  width: 100%;
  padding: 21px 0;
}

.product-content {
  display: none;
}

.product-content.active {
  display: block;
}

.catalog {
  position: relative;
}

.proposal {
  background: #F8F8F8;
  padding-top: 190px;
}

.proposal-wrapper {
  padding: 0 26px;
  padding-bottom: 68px;
  border-bottom: 1px solid #D7D7D7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.proposal-image {
  width: 452px;
  height: 256px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.proposal-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.proposal-content {
  padding-left: 44px;
}

.proposal-content__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  font-family: 'Montserrat', sans-serif;
}

.proposal-content__paragraph {
  margin-top: 19px;
  max-width: 506px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #232323;
}

.proposal-content .main-btn {
  max-width: 169px;
  margin-top: 21px;
}

.reviews {
  padding-top: 55px;
  background: #F5F6FA;
  padding-bottom: 55px;
}

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

.reviews-figure {
  margin-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews .section-title {
  max-width: 527px;
}

.recommendation {
  padding-top: 60px;
  padding-bottom: 60px;
}

.recommendation-slider {
  margin-top: 60px;
}

.recommendation-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recommendation-slider .slick-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fotorama__nav-wrap {
  margin-top: 20px;
}


.politic {
    padding: 40px 0;
}

.politic-block {
    font-size: 17px;
    color: #222;
}

.credits-social {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 15px;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .credits-social {
        justify-content: center;
    }
}

.header-lang__main {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-lang.active .header-lang__arrow {
    transform: rotate(180deg);
}

.header-lang.active .header-lang__drop {
    opacity: 1;
    pointer-events: all;
}

.header-lang {
    margin-left: 20px;
    position: relative;
}

.header-lang__current {
    font-weight: 500;
}

.header-lang__drop {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
}

.header-lang__drop li a {
    color: #000;
    
}

.header-lang__drop li a:hover {
    opacity: .5;
}

.header-lang__drop li {
    margin-bottom: 5px;
}

.header-lang__drop li:last-child {
    margin-bottom: 0;
}

.header-lang__arrow {
    margin-left: 5px;
    transition: all .4s ease;
}

.header-lang__arrow svg {
    display: block;
}

/*# start cases about team */
 .u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 0px;
}

.u-section-1 .u-list-1 {
  width: 822px;
  grid-template-rows: repeat(3, auto);
  margin: 15px auto 0px;
}

.u-section-1 .u-repeater-1 {
  grid-auto-columns: 100%;
  grid-template-columns: repeat(1, 100%);
  min-height: 2123px;
  grid-gap: 10px;
}

.u-section-1 .u-container-layout-1 {
  padding: 0px 0px 0px;
}

.u-section-1 .u-image-1 {
  width: 308px;
  height: 308px;
  background-image: url("images/dsc_3292-4.jpg");
  background-position: 50% 50%;
  margin: 0 auto 0 0;
}

.u-section-1 .u-text-1 {
  text-transform: uppercase;
  font-size: 3rem;
  margin: -276px 0 0 347px;
}

.u-section-1 .u-text-2 {
  margin: 14px 0 0 347px;
}

.u-section-1 .u-social-icons-1 {
  white-space: nowrap;
  height: 32px;
  min-height: 16px;
  width: 116px;
  min-width: 68px;
  margin: 23px 299px 0 auto;
}

.u-section-1 .u-icon-1 {
  height: 100%;
}

.u-section-1 .u-icon-2 {
  height: 100%;
}

.u-section-1 .u-icon-3 {
  height: 100%;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px 30px 99px;
}

.u-section-1 .u-image-2 {
  width: 308px;
  height: 308px;
  background-image: url("images/alina.jpg");
  background-position: 50% 50%;
  margin: 0 auto 0 0;
}

.u-section-1 .u-text-3 {
  text-transform: uppercase;
  font-size: 3rem;
  margin: -276px 0 0 347px;
}

.u-section-1 .u-text-4 {
  margin: 14px 0 0 347px;
}

.u-section-1 .u-social-icons-2 {
  white-space: nowrap;
  height: 32px;
  min-height: 16px;
  width: 116px;
  min-width: 68px;
  margin: 23px 299px 0 auto;
}

.u-section-1 .u-icon-4 {
  height: 100%;
}

.u-section-1 .u-icon-5 {
  height: 100%;
}

.u-section-1 .u-icon-6 {
  height: 100%;
}

.u-section-1 .u-container-layout-3 {
  padding: 30px 30px 99px;
}

.u-section-1 .u-image-3 {
  width: 308px;
  height: 308px;
  background-image: url("images/julia.jpg");
  background-position: 50% 50%;
  margin: 0 auto 0 0;
}

.u-section-1 .u-image-4 {
    background-image: url("images/dsc-9320-4.jpg");
    width: 308px;
  height: 308px;
   background-position: 50% 50%;
  margin: 0 auto 0 0;
}

.u-section-1 .u-text-5 {
  text-transform: uppercase;
  font-size: 3rem;
  margin: -276px 0 0 347px;
}

.u-section-1 .u-text-6 {
  margin: 14px 0 0 347px;
}

.u-section-1 .u-social-icons-3 {
  white-space: nowrap;
  height: 32px;
  min-height: 16px;
  width: 116px;
  min-width: 68px;
  margin: 23px 299px 0 auto;
}

.u-section-1 .u-icon-7 {
  height: 100%;
}

.u-section-1 .u-icon-8 {
  height: 100%;
}

.u-section-1 .u-icon-9 {
  height: 100%;
}

@media (max-width: 1199px) {
  .u-section-1 .u-list-1 {
    height: auto;
    min-height: 2120px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1393px;
  }

  .u-section-1 .u-list-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-1 .u-container-layout-1 {
    padding-bottom: 30px;
  }

  .u-section-1 .u-text-1 {
    margin-top: 20px;
    margin-left: 245px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 245px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-bottom: 30px;
  }

  .u-section-1 .u-image-2 {
    width: 258px;
    height: 258px;
  }

  .u-section-1 .u-text-3 {
    margin-top: 20px;
    margin-left: 245px;
  }

  .u-section-1 .u-text-4 {
    margin-left: 245px;
  }

  .u-section-1 .u-container-layout-3 {
    padding-bottom: 30px;
  }

  .u-section-1 .u-image-3 {
    width: 258px;
    height: 258px;
  }
  
    .u-section-1 .u-image-4 {
    width: 258px;
    height: 258px;
  }

  .u-section-1 .u-text-5 {
    margin-top: 20px;
    margin-left: 245px;
  }

  .u-section-1 .u-text-6 {
    margin-left: 245px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    margin-left: 105px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 105px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-2 {
    width: 235px;
    height: 235px;
  }

  .u-section-1 .u-text-3 {
    font-size: 2.25rem;
    margin-left: 105px;
  }

  .u-section-1 .u-text-4 {
    margin-left: 105px;
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-3 {
    width: 235px;
    height: 235px;
  }
  
    .u-section-1 .u-image-4 {
    width: 235px;
    height: 235px;
  }

  .u-section-1 .u-text-5 {
    font-size: 2.25rem;
    margin-left: 105px;
  }

  .u-section-1 .u-text-6 {
    margin-left: 105px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 1.5rem;
    margin-left: 0;
  }

  .u-section-1 .u-text-2 {
    margin-left: 0;
  }

  .u-section-1 .u-image-2 {
    margin-left: auto;
  }

  .u-section-1 .u-text-3 {
    font-size: 1.5rem;
    margin-left: 0;
  }

  .u-section-1 .u-text-4 {
    margin-left: 0;
  }

  .u-section-1 .u-image-3 {
    margin-left: auto;
  }
  
  .u-section-1 .u-image-4 {
    margin-left: auto;
  }

  .u-section-1 .u-text-5 {
    font-size: 1.5rem;
    margin-left: 0;
  }

  .u-section-1 .u-text-6 {
    margin-left: 0;
  }
}
/*# sourceMappingURL=main.css.map */