@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"); }

@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"); }

@font-face {
  font-family: "OpenSans";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"); }

body {
  position: relative;
  background-image: url("../img/bg/bg-pattern.jpg");
  background-repeat: repeat;
  background-color: #d7d7d7; }

.container {
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      padding-left: 18px;
      padding-right: 18px; } }

.js-container {
  overflow: hidden; }

@media (max-width: 1199px) {
  .burger-menu-opened {
    overflow: hidden;
    position: relative;
    height: 100%; } }

p:not([class]) {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 14px;
  color: #1b1b1c; }
  @media (max-width: 767px) {
    p:not([class]) {
      font-size: 14px; } }

.content p:not([class]),
.content ul:not([class]) {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1b1b1c;
  padding-bottom: 14px; }
  @media (max-width: 767px) {
    .content p:not([class]),
    .content ul:not([class]) {
      font-size: 14px; } }

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

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  min-height: 100%;
  max-width: 1920px; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%; }

p {
  margin: 0; }

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

a {
  color: inherit;
  text-decoration: none; }

blockquote {
  margin: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

img:not([src]) {
  visibility: hidden; }

ul,
ol {
  margin: 0; }

button {
  cursor: pointer; }

input::-webkit-input-placeholder {
  line-height: normal !important; }

textarea,
input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: -2px;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #73237f; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 48%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1); }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #0b0000;
  text-align: center; }
  @media (max-width: 1199px) {
    .title {
      font-family: "Montserrat", "Arial", sans-serif;
      font-size: 34px;
      line-height: 36px;
      font-weight: 700; } }
  @media (max-width: 767px) {
    .title {
      font-family: "Montserrat", "Arial", sans-serif;
      font-size: 24px;
      line-height: 30px;
      font-weight: 500; } }

.title--white {
  color: #ffffff; }

.title--green {
  color: #006360; }

.title--gray {
  color: #666666; }

.title--section-decor {
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #1b1b1c;
  position: relative; }
  .title--section-decor::after {
    content: "";
    width: 50%;
    height: 3px;
    background-color: #8a0808;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0; }
    @media (max-width: 767px) {
      .title--section-decor::after {
        height: 2px; } }
  @media (max-width: 767px) {
    .title--section-decor {
      margin-bottom: 28px; } }

.pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7; }
  .pagination-bullet--active {
    opacity: 1; }

.pagination-bullet:not(:last-of-type) {
  margin-right: 7px; }
  @media (max-width: 767px) {
    .pagination-bullet:not(:last-of-type) {
      margin-right: 7px; } }

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

.slider-navigation__btn {
  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;
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none; }
  .slider-navigation__btn svg {
    width: 18px;
    height: 38px;
    fill: #ffffff; }
  .slider-navigation__btn:hover svg {
    opacity: 0.6; }
  .slider-navigation__btn:focus {
    outline: none; }
  .slider-navigation__btn--next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 767px) {
    .slider-navigation__btn {
      width: 30px;
      height: 30px; }
      .slider-navigation__btn svg {
        width: 14px;
        height: 27px;
        fill: #ffffff; } }

.slider-navigation__icon {
  color: #666666;
  pointer-events: none; }
  @media (max-width: 767px) {
    .slider-navigation__icon {
      width: 13px;
      height: 9px; } }

.slider-navigation__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.slider-navigation__bullet {
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 30px;
  background-color: #666666;
  border-radius: 50%;
  cursor: pointer; }
  .slider-navigation__bullet--active {
    background-color: #8a0808; }
  .slider-navigation__bullet:last-child {
    margin-right: 0; }
  @media (max-width: 767px) {
    .slider-navigation__bullet {
      margin-right: 22px; } }

.button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  color: #ffffff;
  background-color: #8a0808;
  border: none;
  outline: none;
  border-radius: 5px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  @media (max-width: 767px) {
    .button {
      font-size: 14px;
      font-weight: 500; } }
  .button:hover, .button:focus {
    background-color: #963535; }

.button__icon-arrow-right {
  margin-left: 5px; }

.button__icon-phone {
  margin-right: 7px; }
  @media (max-width: 767px) {
    .button__icon-phone {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.button__icon-tape {
  margin-right: 7px; }

.button--green {
  background-color: #006360; }
  .button--green:hover, .button--green:focus {
    background-color: #2f7977; }

.button--gray {
  background-color: #2e2e2e; }
  .button--gray:hover, .button--gray:focus {
    background-color: #434344; }

.link {
  font-family: "OpenSans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  color: #8a0808;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.link--phone {
  font-family: "OpenSans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  background-color: #006360;
  border-radius: 5px; }
  .link--phone svg {
    margin-right: 10px;
    fill: #ffffff; }
  .link--phone:hover, .link--phone:focus {
    background-color: #2f7977; }

.link--red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  background-color: #8a0808;
  border-radius: 5px; }
  .link--red:hover, .link--red:focus {
    background-color: #963535; }

.form-input {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 25px;
  background-color: #ffffff;
  border-radius: 2px; }
  @media (max-width: 1199px) {
    .form-input {
      padding-top: 18px;
      padding-bottom: 16px;
      padding-left: 14px;
      padding-right: 24px; } }
  @media (max-width: 767px) {
    .form-input {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px; } }

.form-input input {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  border: none;
  padding: 0;
  outline: none;
  color: #8f8f8f; }
  .form-input input:hover {
    color: #787878; }
  .form-input input:active, .form-input input:focus {
    color: #666666; }
    .form-input input:active::-webkit-input-placeholder, .form-input input:focus::-webkit-input-placeholder {
      color: #969696; }
    .form-input input:active::-moz-placeholder, .form-input input:focus::-moz-placeholder {
      color: #969696; }
    .form-input input:active:-ms-input-placeholder, .form-input input:focus:-ms-input-placeholder {
      color: #969696; }
    .form-input input:active::-ms-input-placeholder, .form-input input:focus::-ms-input-placeholder {
      color: #969696; }
    .form-input input:active::placeholder, .form-input input:focus::placeholder {
      color: #969696; }
  @media (max-width: 767px) {
    .form-input input {
      font-size: 14px; } }

.form-input__label {
  position: absolute;
  top: 50%;
  left: 20px;
  width: calc(100% - 48px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c2c2c2;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }
  @media (max-width: 1199px) {
    .form-input__label {
      left: 14px;
      width: calc(100% - 38px); } }
  @media (max-width: 767px) {
    .form-input__label {
      left: 20px;
      width: calc(100% - 44px);
      font-size: 14px; } }

.form-input:hover .form-input__label {
  color: #787878; }

.form-input__label--label-top {
  top: -20px;
  left: 0;
  color: #ffffff; }

.form-input--label-top:hover .form-input__label {
  color: #ffffff; }

.form-input__error {
  position: absolute;
  bottom: -18px;
  left: 24px;
  width: calc(100% - 48px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  color: #ff470d; }
  @media (max-width: 1199px) {
    .form-input__error {
      left: 14px;
      width: calc(100% - 38px); } }
  @media (max-width: 767px) {
    .form-input__error {
      left: 20px;
      width: calc(100% - 44px); } }

.form-input svg {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  fill: #ff470d; }

.form-input input:not(:-moz-placeholder-shown) + .form-input__label {
  opacity: 0;
  transform: translateY(-100%); }

.form-input input:not(:-ms-input-placeholder) + .form-input__label {
  opacity: 0;
  transform: translateY(-100%); }

.form-input input:focus + .form-input__label,
.form-input input:not(:placeholder-shown) + .form-input__label,
.form-input.error .form-input__label {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.form-input--label-top input:not(:-moz-placeholder-shown) + .form-input__label {
  opacity: 1;
  transform: translateY(-50%); }

.form-input--label-top input:not(:-ms-input-placeholder) + .form-input__label {
  opacity: 1;
  transform: translateY(-50%); }

.form-input--label-top input:focus + .form-input__label,
.form-input--label-top input:not(:placeholder-shown) + .form-input__label,
.form-input--label-top.error .form-input__label {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.form-input.error .form-input__error,
.form-input.error svg {
  opacity: 1; }

.form-input.error input:focus ~ .form-input__error,
.form-input.error input:focus ~ svg {
  opacity: 0; }

.form-input--marker {
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
  color: #f8f8f8; }
  .form-input--marker .form-input__label {
    left: 55px; }
    @media (max-width: 579px) {
      .form-input--marker .form-input__label {
        width: calc(100% - 80px); } }
  .form-input--marker input {
    padding-left: 30px; }
    @media (max-width: 1199px) {
      .form-input--marker input {
        padding-left: 56px; } }
    @media (max-width: 767px) {
      .form-input--marker input {
        padding-left: 47px; } }
  .form-input--marker .form-input__error {
    background-color: #f8f8f8; }

.form-input__marker {
  position: absolute;
  top: 35%;
  left: 24px;
  pointer-events: none; }

.form-textarea {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 25px;
  background-color: #ffffff;
  border-radius: 2px; }
  @media (max-width: 1199px) {
    .form-textarea {
      padding-top: 18px;
      padding-bottom: 16px;
      padding-left: 14px;
      padding-right: 24px; } }
  @media (max-width: 767px) {
    .form-textarea {
      padding-left: 20px; } }

.form-textarea textarea {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  border: none;
  padding: 0;
  outline: none;
  resize: none;
  color: #8f8f8f; }
  .form-textarea textarea:hover {
    color: #787878; }
  .form-textarea textarea:active, .form-textarea textarea:focus {
    color: #666666; }
    .form-textarea textarea:active::-webkit-input-placeholder, .form-textarea textarea:focus::-webkit-input-placeholder {
      color: #969696; }
    .form-textarea textarea:active::-moz-placeholder, .form-textarea textarea:focus::-moz-placeholder {
      color: #969696; }
    .form-textarea textarea:active:-ms-input-placeholder, .form-textarea textarea:focus:-ms-input-placeholder {
      color: #969696; }
    .form-textarea textarea:active::-ms-input-placeholder, .form-textarea textarea:focus::-ms-input-placeholder {
      color: #969696; }
    .form-textarea textarea:active::placeholder, .form-textarea textarea:focus::placeholder {
      color: #969696; }

.form-textarea__label {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: absolute;
  top: 24px;
  left: 20px;
  width: calc(100% - 48px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  color: #c2c2c2;
  pointer-events: none; }
  @media (max-width: 1199px) {
    .form-textarea__label {
      left: 14px;
      width: calc(100% - 38px); } }
  @media (max-width: 767px) {
    .form-textarea__label {
      font-size: 14px;
      left: 20px;
      width: calc(100% - 44px); } }

.form-textarea:hover .form-textarea__label {
  color: #787878; }

.form-textarea__label--label-top {
  top: -20px;
  left: 0;
  color: #ffffff; }

.form-textarea--label-top:hover .form-textarea__label {
  color: #ffffff; }

.form-textarea__error {
  position: absolute;
  bottom: -18px;
  left: 24px;
  width: calc(100% - 48px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  color: #ff470d; }
  @media (max-width: 1199px) {
    .form-textarea__error {
      left: 14px;
      width: calc(100% - 38px); } }
  @media (max-width: 767px) {
    .form-textarea__error {
      left: 20px;
      width: calc(100% - 44px); } }

.form-textarea svg {
  position: absolute;
  top: 20px;
  right: 10px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  fill: #ff470d; }
  @media (max-width: 1199px) {
    .form-textarea svg {
      top: 18px; } }

.form-textarea textarea:not(:-moz-placeholder-shown) + .form-textarea__label {
  opacity: 0;
  transform: translateY(-100%); }

.form-textarea textarea:not(:-ms-input-placeholder) + .form-textarea__label {
  opacity: 0;
  transform: translateY(-100%); }

.form-textarea textarea:focus + .form-textarea__label,
.form-textarea textarea:not(:placeholder-shown) + .form-textarea__label,
.form-textarea.error .form-textarea__label {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.form-textarea--label-top textarea:not(:-moz-placeholder-shown) + .form-textarea__label {
  opacity: 1;
  transform: translateY(-50%); }

.form-textarea--label-top textarea:not(:-ms-input-placeholder) + .form-textarea__label {
  opacity: 1;
  transform: translateY(-50%); }

.form-textarea--label-top textarea:focus + .form-textarea__label,
.form-textarea--label-top textarea:not(:placeholder-shown) + .form-textarea__label,
.form-textarea--label-top.error .form-textarea__label {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.form-textarea.error .form-textarea__error,
.form-textarea.error svg {
  opacity: 1; }

.form-textarea.error textarea:focus ~ .form-textarea__error,
.form-textarea.error textarea:focus ~ svg {
  opacity: 0; }

.contacts-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1b1b1c; }

.contacts-phone__icon {
  margin-right: 15px;
  fill: #1b1b1c; }
  @media (max-width: 1199px) {
    .contacts-phone__icon {
      margin-bottom: 10px;
      fill: #1b1b1c; } }

.contacts-phone__phones {
  margin-right: 40px; }
  .contacts-phone__phones--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contacts-phone__phones--col .contacts-phone__phone {
      font-family: "Montserrat", "Arial", sans-serif;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .contacts-phone__phones--col .contacts-phone__phone {
          font-family: "Montserrat", "Arial", sans-serif;
          font-size: 14px;
          line-height: 21px;
          font-weight: 400; } }
  @media (max-width: 1199px) {
    .contacts-phone__phones {
      margin-right: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .contacts-phone__phones--messenger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.contacts-phone__phone {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .contacts-phone__phone svg {
    margin-right: 10px;
    fill: currentColor; }
  .contacts-phone__phone:hover,
  .contacts-phone__phone :focus,
  .contacts-phone__phone :active {
    opacity: 0.7; }
  @media (max-width: 1199px) {
    .contacts-phone__phone {
      font-size: 14px;
      font-weight: 500; }
      .contacts-phone__phone svg {
        height: 14px; } }

.contacts-phone__phone--first {
  margin-right: 10px; }

.contacts-phone__messenger {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1b1b1c; }

.contacts-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.contacts-mail__icon {
  margin-right: 15px; }
  .contacts-mail__icon--messenger {
    margin-right: 25px; }
  @media (max-width: 767px) {
    .contacts-mail__icon {
      margin-right: 10px; }
      .contacts-mail__icon--messenger {
        margin-right: 20px; } }

.contacts-mail__mail {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1b1b1c; }
  .contacts-mail__mail:hover,
  .contacts-mail__mail :focus,
  .contacts-mail__mail :active {
    color: #717171; }
  .contacts-mail__mail--col {
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }

.contacts-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.contacts-point__icon {
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .contacts-point__icon--messenger {
    margin-right: 25px; }
  @media (max-width: 767px) {
    .contacts-point__icon {
      margin-right: 10px; }
      .contacts-point__icon--messenger {
        margin-right: 20px; } }

.contacts-point__point {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1b1b1c; }

.menu-nav {
  width: 100%; }

.menu-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  color: #2e2e2e; }
  @media (max-width: 1023px) {
    .menu-nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      overflow-y: auto; } }

.menu-nav__link {
  font-family: "OpenSans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  padding: 12px 10px 10px 10px;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .menu-nav__link:hover,
  .menu-nav__link :focus,
  .menu-nav__link :active {
    opacity: 0.5; }
  @media (max-width: 1023px) {
    .menu-nav__link {
      padding: 8px 10px 6px 0; } }
  @media (max-width: 767px) {
    .menu-nav__link {
      padding: 8px 0;
      font-size: 14px; } }

.menu-nav__item--more {
  position: relative;
  padding: 12px 40px 10px 10px;
  cursor: pointer;
  color: #2e2e2e;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .menu-nav__item--more:hover svg,
  .menu-nav__item--more :focus svg,
  .menu-nav__item--more :active svg {
    opacity: 0.5; }
  .menu-nav__item--more:hover .menu-nav__sublist,
  .menu-nav__item--more :focus .menu-nav__sublist,
  .menu-nav__item--more :active .menu-nav__sublist {
    display: block; }

.menu-nav__sublist {
  display: none;
  width: auto;
  padding: 20px;
  list-style: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 11px 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  top: 100%; }
  .menu-nav__sublist .menu-nav__link {
    padding: 5px 10px 4px 4px; }
  .menu-nav__sublist:hover {
    opacity: 1; }

.menu-nav__item--complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  color: #2e2e2e;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .menu-nav__item--complex svg {
    margin-top: 4px;
    fill: currentColor; }
  .menu-nav__item--complex:hover svg,
  .menu-nav__item--complex :focus svg,
  .menu-nav__item--complex :active svg {
    opacity: 0.5; }
  @media (min-width: 1024px) {
    .menu-nav__item--complex:hover .menu-nav__sublist,
    .menu-nav__item--complex :focus .menu-nav__sublist,
    .menu-nav__item--complex :active .menu-nav__sublist {
      display: block; } }
  @media (max-width: 767px) {
    .menu-nav__item--complex .menu-nav__link {
      padding-right: 5px; } }

.menu-nav__inner-item .menu-nav__link {
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 1023px) {
    .menu-nav__inner-item .menu-nav__link {
      padding: 5px;
      padding-left: 15px;
      font-size: 13px;
      line-height: 16px; } }
  @media (max-width: 767px) {
    .menu-nav__inner-item .menu-nav__link {
      font-size: 12px; } }

.menu-nav__item {
  position: relative; }
  @media (max-width: 1199px) {
    .menu-nav__item {
      margin-right: 5px; } }
  @media (max-width: 1023px) {
    .menu-nav__item {
      margin-right: 14px; } }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding-top: 10px;
  border-bottom: 1px solid #d7d7d7;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .header .header__toggle-svg-open {
    display: block; }
    @media (max-width: 767px) {
      .header .header__toggle-svg-open {
        width: 26px;
        height: 18px; } }
  .header .header__toggle-svg-close {
    display: none; }
  @media (max-width: 767px) {
    .header {
      padding-top: 10px;
      padding-bottom: 10px; } }

@media (min-width: 1024px) {
  .header--primary-position {
    position: absolute;
    width: 100%;
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header--primary-position .menu-nav__item {
      color: #ffffff; }
    .header--primary-position .menu-nav__list:hover .menu-nav__item,
    .header--primary-position .menu-nav__list:hover .menu-nav__link {
      opacity: 0.8;
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
      .header--primary-position .menu-nav__list:hover .menu-nav__item:hover,
      .header--primary-position .menu-nav__list:hover .menu-nav__item :focus,
      .header--primary-position .menu-nav__list:hover .menu-nav__item :active,
      .header--primary-position .menu-nav__list:hover .menu-nav__link:hover,
      .header--primary-position .menu-nav__list:hover .menu-nav__link :focus,
      .header--primary-position .menu-nav__list:hover .menu-nav__link :active {
        color: #ffffff;
        opacity: 1; }
        .header--primary-position .menu-nav__list:hover .menu-nav__item:hover svg,
        .header--primary-position .menu-nav__list:hover .menu-nav__item :focus svg,
        .header--primary-position .menu-nav__list:hover .menu-nav__item :active svg,
        .header--primary-position .menu-nav__list:hover .menu-nav__link:hover svg,
        .header--primary-position .menu-nav__list:hover .menu-nav__link :focus svg,
        .header--primary-position .menu-nav__list:hover .menu-nav__link :active svg {
          opacity: 1; }
    .header--primary-position .menu-nav__sublist .menu-nav__item {
      color: #2e2e2e; }
    .header--primary-position .menu-nav__list:hover .menu-nav__sublist {
      color: #2e2e2e;
      opacity: 1; }
      .header--primary-position .menu-nav__list:hover .menu-nav__sublist .menu-nav__item,
      .header--primary-position .menu-nav__list:hover .menu-nav__sublist .menu-nav__link {
        color: #2e2e2e; }
    .header--primary-position .contacts-phone__icon {
      fill: #ffffff; }
    .header--primary-position .contacts-phone__phone {
      color: #ffffff; }
    .header--primary-position.header--dark {
      background-color: #1b1b1c; } }

.header__main-nav-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;
  padding-bottom: 12px; }
  @media (max-width: 1023px) {
    .header__main-nav-container {
      padding: 0;
      margin: 0;
      margin-right: auto;
      border-bottom: none; } }
  @media (max-width: 579px) {
    .header__main-nav-container {
      width: 100%; } }

.header__logo {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    .header__logo {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 250px; } }
  @media (max-width: 767px) {
    .header__logo {
      width: 125px;
      margin-right: 0; } }

@media (max-width: 767px) {
  .header__logo-link {
    margin-top: 0; } }

.header__call-request {
  font-size: 13px; }

.header__main-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.header__contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 1023px) {
    .header__contacts-wrap {
      -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;
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid #006360; } }

.header__dropdown {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  -webkit-box-shadow: 0 11px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 11px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: auto;
  z-index: 5; }
  @media (max-width: 1199px) {
    .header__dropdown {
      height: 100vh; } }

.header__overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1; }

@media (max-width: 1199px) {
  .header--menu-opened .header__main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header--menu-opened .header__overlay {
    display: block; } }

@media (max-width: 767px) {
  .header--menu-opened .header__main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.header--menu-opened .header__dropdown {
  visibility: visible;
  width: 297px;
  padding: 24px 28px 17px;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  @media (max-width: 767px) {
    .header--menu-opened .header__dropdown {
      width: 320px;
      padding: 17px 18px 15px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; } }
  @media (max-width: 510px) {
    .header--menu-opened .header__dropdown {
      width: 100%; } }

.header__toggle {
  display: none;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 0; }
  .header__toggle:hover {
    opacity: 0.5; }
  .header__toggle:focus {
    outline: none; }
  @media (max-width: 1023px) {
    .header__toggle {
      position: absolute;
      right: 18px;
      bottom: 12px;
      display: block;
      cursor: pointer; } }
  @media (max-width: 767px) {
    .header__toggle {
      bottom: 14px; } }

.header.header--menu-opened .header__toggle-svg-open {
  display: none; }

.header.header--menu-opened .header__toggle-svg-close {
  display: block;
  color: #666666; }
  @media (max-width: 767px) {
    .header.header--menu-opened .header__toggle-svg-close {
      width: 17px;
      height: 17px; } }

.promotions-section {
  width: 100%;
  height: 100vh;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.promotions-section__content-container {
  width: 100%;
  margin: 0 auto; }

.promotions-section__promo-list {
  margin: 0 auto; }

.promotions-section__promo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg/bg-pattern.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #717171;
  overflow: hidden; }

.promotions-section__item-content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }
  .promotions-section__item-content a {
    z-index: 2; }

.promotions-section__title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 47px;
  line-height: 60px;
  font-weight: 700;
  width: 650px;
  margin-bottom: 30px;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .promotions-section__title {
      width: 90%;
      font-size: 36px;
      line-height: 48px; } }
  @media (max-width: 767px) {
    .promotions-section__title {
      margin-bottom: 5px;
      font-size: 32px;
      line-height: 46px; } }
  @media (max-width: 579px) {
    .promotions-section__title {
      margin-bottom: 5px;
      font-size: 26px;
      line-height: 36px; } }

.promotions-section__title--fs {
  width: 850px;
  font-size: 60px;
  line-height: 68px; }
  @media (max-width: 1199px) {
    .promotions-section__title--fs {
      font-size: 46px;
      line-height: 58px; } }
  @media (max-width: 767px) {
    .promotions-section__title--fs {
      width: 90%;
      font-size: 32px;
      line-height: 46px; } }
  @media (max-width: 579px) {
    .promotions-section__title--fs {
      font-size: 26px;
      line-height: 36px; } }

.promotions-section__title-description {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 20px;
  color: #ffffff;
  text-align: center; }
  @media (max-width: 579px) {
    .promotions-section__title-description {
      margin-bottom: 5px;
      font-size: 18px;
      line-height: 22px;
      font-weight: 400; } }

.promotions-section__slider-navigation {
  position: absolute;
  bottom: 45%;
  left: 25px;
  right: 25px;
  z-index: 1; }
  @media (max-width: 767px) {
    .promotions-section__slider-navigation {
      bottom: 50px;
      left: 55px;
      right: 55px; } }

.promotions-section__item-content--slide-1 {
  background-image: url("../img/bg/main-promo-1.jpg"); }
  .promotions-section__item-content--slide-1 .promotions-section__title-description {
    width: 80%; }

.promotions-section__item-content--slide-2 {
  background-image: url("../img/bg/main-promo-2-45.jpg"); }

.promotions-section__item-content--slide-3 {
  background-image: url("../img/bg/main-promo-3-50.jpg"); }
  @media (min-width: 768px) {
    .promotions-section__item-content--slide-3 .promotions-section__item-content {
      width: 565px;
      margin-right: 100px; }
    .promotions-section__item-content--slide-3 .promotions-section__title,
    .promotions-section__item-content--slide-3 .promotions-section__title-description {
      width: 100%;
      margin-right: 0;
      padding: 20px 0;
      text-align: left; }
    .promotions-section__item-content--slide-3 a {
      margin-right: auto; } }
  @media (max-width: 767px) {
    .promotions-section__item-content--slide-3 .promotions-section__title {
      color: #ffffff; } }

.promotions-section__slider-container * {
  -webkit-transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
          transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1); }

.advantages {
  padding: 65px 0 40px 0;
  text-align: center; }
  @media (max-width: 1023px) {
    .advantages {
      padding: 55px 0 30px 0; } }
  @media (max-width: 767px) {
    .advantages {
      padding-bottom: 20px; } }

.advantages__list {
  padding: 0;
  list-style: none;
  position: relative;
  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;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 1199px) {
    .advantages__list {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media (max-width: 767px) {
    .advantages__list {
      -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;
      width: auto; } }

.advantages__item {
  width: 350px;
  margin: 5px;
  margin-bottom: 40px;
  padding: 26px;
  padding-bottom: 40px;
  color: #ffffff;
  background-color: rgba(46, 46, 46, 0.35);
  -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1); }
  .advantages__item:nth-child(2n) {
    color: #393950;
    background-color: rgba(255, 255, 255, 0.35); }
  .advantages__item:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  @media (max-width: 1199px) {
    .advantages__item {
      width: 400px; } }
  @media (max-width: 767px) {
    .advantages__item {
      width: 270px; } }

.advantages__item-title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  color: #1b1b1c;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative; }
  .advantages__item-title::after {
    content: "";
    width: 50%;
    height: 2px;
    background-color: #006360;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0; }
  @media (max-width: 767px) {
    .advantages__item-title {
      margin-bottom: 20px;
      font-weight: 500; } }

.advantages__icon-container {
  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;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  color: #006360; }

.advantages__item-description {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .advantages__item-description {
      font-size: 14px;
      font-weight: 400; } }

.about-company {
  min-height: 600px;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 1px;
          perspective: 1px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  @media (max-width: 767px) {
    .about-company {
      background-image: none; } }

.about-company__img-wrapper {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/bg/company-description-bg.jpg");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 0%;
  background-size: cover;
  z-index: -2;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateZ(-1px) scale(2.1);
          transform: translateZ(-1px) scale(2.1);
  -webkit-transform-style: inherit;
          transform-style: inherit; }

.about-company__wrapper {
  background-color: rgba(0, 0, 0, 0.4); }

.about-company__container {
  width: 55%;
  min-height: 600px;
  margin-left: auto;
  padding: 140px 40px;
  padding-right: 2%;
  text-align: left; }
  .about-company__container p {
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff; }
  @media (max-width: 767px) {
    .about-company__container {
      width: 100%;
      padding: 5px;
      padding-top: 80px; }
      .about-company__container p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400; } }

.about-company__title {
  margin-bottom: 22px;
  padding-bottom: 20px;
  text-align: left;
  position: relative; }
  @media (max-width: 767px) {
    .about-company__title {
      text-align: center; } }
  .about-company__title::after {
    content: "";
    width: 385px;
    height: 3px;
    background-color: #8a0808;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 767px) {
      .about-company__title::after {
        width: 200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }

.about-company__all-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  color: #ffffff;
  outline: none; }
  @media (max-width: 767px) {
    .about-company__all-link {
      font-size: 15px; } }

.qualities {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .qualities {
      margin-top: 5px; } }

.qualities__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; }
  @media (max-width: 1199px) {
    .qualities__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.qualities__list-wrapper {
  width: 530px;
  text-align: left;
  -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1); }
  @media (max-width: 1199px) {
    .qualities__list-wrapper {
      width: 100%;
      margin: 0;
      padding: 15px;
      min-height: auto;
      text-align: center; } }
  .qualities__list-wrapper:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.qualities__list {
  padding: 0;
  list-style: none;
  width: 100%;
  margin-left: auto; }
  .qualities__list li {
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    position: relative;
    color: #000000; }
  @media (max-width: 767px) {
    .qualities__list {
      width: 100%; }
      .qualities__list li {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        padding-left: 0; } }

.qualities__title {
  padding-bottom: 20px;
  text-align: left;
  color: #000000;
  position: relative; }
  @media (max-width: 1199px) {
    .qualities__title {
      text-align: center;
      margin-bottom: 15px;
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .qualities__title {
      margin-top: 20px;
      font-size: 24px; } }
  .qualities__title::after {
    content: "";
    width: 70%;
    height: 3px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    @media (max-width: 1199px) {
      .qualities__title::after {
        width: 200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }

.qualities__img-container {
  margin-top: 60px;
  margin-left: 25px;
  text-align: left;
  -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1); }
  @media (max-width: 1023px) {
    .qualities__img-container {
      width: 100%;
      margin-top: 10px;
      margin-left: 0;
      padding: 15px;
      min-height: auto;
      text-align: center; } }
  @media (max-width: 767px) {
    .qualities__img-container {
      margin-top: 0; } }
  .qualities__img-container:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.qualities__img {
  margin: 0 auto; }

.scheme {
  background: transparent; }

.scheme__title {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px; }

.scheme__img-container {
  margin: 40px auto; }
  @media (max-width: 767px) {
    .scheme__img-container {
      margin-top: 20px;
      margin-bottom: 5px; } }

.scheme__img {
  margin: 0 auto; }

.packages {
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent; }

.packages__title {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px; }

.packages__img-container {
  margin: 40px auto; }
  @media (max-width: 767px) {
    .packages__img-container {
      margin-top: 20px;
      margin-bottom: 5px; } }

.packages__img {
  margin: 0 auto; }

.contact-form {
  width: 955px;
  margin: 0 auto;
  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; }
  @media (max-width: 1023px) {
    .contact-form {
      width: 630px; } }
  @media (max-width: 767px) {
    .contact-form {
      width: 300px; } }

.contact-form__form-input {
  width: 50%;
  border: 1px solid #d7d7d7; }
  @media (max-width: 767px) {
    .contact-form__form-input {
      width: 300px;
      margin-bottom: 10px; } }

.contact-form__file-input {
  cursor: pointer; }

.contact-form__form-textarea {
  margin-bottom: 45px;
  border: 1px solid #d7d7d7; }
  @media (max-width: 767px) {
    .contact-form__form-textarea {
      width: 300px;
      margin-bottom: 20px; } }

.contact-form__form-submit-button {
  margin: 0 auto;
  padding: 10px 60px; }
  @media (max-width: 767px) {
    .contact-form__form-submit-button {
      width: 100%; } }

.contact-form__upload-message {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  width: 100%;
  padding: 15px;
  color: #ffffff;
  text-align: center; }

.contact-form__file-input.uploaded span {
  text-transform: none; }

.footer-contact-form {
  padding-top: 20px;
  margin-bottom: 15px; }

.footer-contact-form__subtitle {
  margin-bottom: 40px;
  font-family: "OpenSans", "Arial", sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  color: #58c5d9;
  text-align: center; }
  @media (max-width: 1199px) {
    .footer-contact-form__subtitle {
      font-size: 21px; } }
  @media (max-width: 767px) {
    .footer-contact-form__subtitle {
      font-family: "OpenSans", "Arial", sans-serif;
      font-size: 14px;
      line-height: 14px;
      font-weight: 400;
      width: 280px;
      margin: 12px auto; } }

.footer-contact-form__contact-form {
  width: 450px;
  margin: 0 auto;
  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; }
  @media (max-width: 1023px) {
    .footer-contact-form__contact-form {
      width: 400px; } }
  @media (max-width: 767px) {
    .footer-contact-form__contact-form {
      width: 270px; } }

.footer-contact-form__form-input {
  width: 100%;
  margin-bottom: 35px;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .footer-contact-form__form-input {
      width: 300px;
      margin-bottom: 40px; } }

.footer-contact-form__file-input {
  cursor: pointer; }

.footer-contact-form__form-textarea {
  margin-bottom: 45px;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .footer-contact-form__form-textarea {
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  .footer-contact-form__form-submit-button {
    width: 100%; } }

.footer-contact-form__upload-message {
  font-family: "OpenSans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  width: 100%;
  padding: 15px;
  color: #ffffff;
  text-align: center; }

.footer-contact-form__file-input.uploaded span {
  text-transform: none; }

.our-services {
  padding: 60px 0;
  text-align: center; }
  @media (max-width: 1023px) {
    .our-services {
      padding: 55px 0; } }

.our-services__list {
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center; }
  @media (max-width: 1199px) {
    .our-services__list {
      -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;
      width: auto;
      margin-bottom: 20px; } }

.our-services__item {
  padding: 20px;
  background-color: rgba(46, 46, 46, 0.35);
  -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1); }
  .our-services__item:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  @media (max-width: 1199px) {
    .our-services__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px;
      padding: 20px; } }
  @media (max-width: 767px) {
    .our-services__item {
      -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;
      margin-bottom: 25px;
      padding: 0; } }

.our-services__thumbnail-container {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .our-services__thumbnail-container {
      width: 355px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .our-services__thumbnail-container {
      width: 300px;
      height: 198px;
      margin: 0 auto;
      margin-bottom: 20px; } }

.our-services__service-wrapper {
  width: 320px; }
  @media (max-width: 767px) {
    .our-services__service-wrapper {
      max-width: 300px;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

.our-services__service-title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  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;
  min-height: 75px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #0b0000;
  position: relative; }
  .our-services__service-title::after {
    content: "";
    width: 155px;
    height: 3px;
    background-color: #006360;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0; }
    @media (max-width: 1199px) {
      .our-services__service-title::after {
        left: 0;
        -webkit-transform: translateX(0%);
                transform: translateX(0%); } }
    @media (max-width: 767px) {
      .our-services__service-title::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  @media (max-width: 767px) {
    .our-services__service-title {
      padding-bottom: 14px;
      font-size: 18px; } }

.our-services__details-list {
  padding: 0;
  list-style: none; }

.our-services__detail-point {
  position: relative; }
  .our-services__detail-point p {
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #0b0000;
    text-align: left; }
    @media (max-width: 767px) {
      .our-services__detail-point p {
        font-size: 14px;
        font-weight: 400; } }

.our-services__all-services-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #ffffff;
  outline: none; }
  @media (max-width: 767px) {
    .our-services__all-services-link {
      font-size: 15px; } }

.services-welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 80px 0;
  background-image: url("../img/bg/servises-header-bg-35.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  background-color: #687289;
  overflow: hidden; }
  @media (max-width: 579px) {
    .services-welcome {
      padding: 60px 0;
      background-position: center center; } }

.services-welcome__wrapper {
  width: 520px;
  padding: 30px 0;
  margin-left: auto;
  text-align: center; }
  @media (max-width: 579px) {
    .services-welcome__wrapper {
      width: 100%; } }

.services-welcome__title {
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px; }
  @media (max-width: 579px) {
    .services-welcome__title {
      font-size: 36px;
      line-height: 42px; } }

.services-welcome__title-description {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff; }
  @media (max-width: 579px) {
    .services-welcome__title-description {
      font-weight: 400; } }

.services {
  padding: 60px 0;
  padding-bottom: 30px;
  text-align: center; }
  @media (max-width: 1023px) {
    .services {
      padding: 55px 0; } }
  @media (max-width: 1199px) {
    .services {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .services {
      padding-top: 40px; } }

.services__chart-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px; }

.services__chart-img {
  margin: 60px auto; }
  @media (max-width: 767px) {
    .services__chart-img {
      margin: 0 auto; } }

.services__title {
  margin-bottom: 20px; }
  .services__title::after {
    background-color: #006360; }
  @media (max-width: 767px) {
    .services__title {
      margin-bottom: 28px; } }

.services__title-description {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #1b1b1c; }
  @media (max-width: 1199px) {
    .services__title-description {
      padding: 10px;
      padding-top: 0;
      font-size: 16px;
      line-height: 24px;
      text-align: center; } }

.services__list {
  padding: 0;
  list-style: none;
  position: relative;
  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;
  margin: 40px 0; }
  @media (max-width: 1199px) {
    .services__list {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

.services__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 268px;
  margin: 0 5px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #687289;
  overflow: hidden;
  -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.67, 0.58, 1); }
  .services__item:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.services__img-container {
  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;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #687289; }
  .services__img-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.3); }

.services__img {
  width: 100%;
  height: 100%; }

.services__more-wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 40%; }

.services__service-title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }
  @media (max-width: 767px) {
    .services__service-title {
      padding-bottom: 14px;
      font-size: 18px; } }

.services__more-link {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 100px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .services__more-link:hover {
    color: #000000;
    background-color: #ffffff; }

.page-footer {
  width: 100%;
  background-image: url("../img/bg/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: cover;
  background-color: #582a1a;
  overflow: hidden; }

.page-footer--services {
  background-image: url("../img/bg/footer-bg.jpg");
  background-color: #582a1a; }

.page-footer__top {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 70px;
  width: 100%; }

.page-footer__title {
  padding-bottom: 20px; }

.page-footer__title-description {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #ffffff; }
  @media (max-width: 1199px) {
    .page-footer__title-description {
      margin-bottom: 20px;
      padding: 10px;
      padding-top: 0;
      font-size: 16px;
      line-height: 24px;
      text-align: center; } }

.page-footer__wrapper {
  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;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto;
  padding: 15px 0 15px;
  max-width: 1170px;
  width: 100%; }
  @media (max-width: 1199px) {
    .page-footer__wrapper {
      padding: 22px 35px 22px; } }
  @media (max-width: 767px) {
    .page-footer__wrapper {
      -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;
      padding: 16px 18px 16px; } }

@media (max-width: 767px) {
  .page-footer__contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.page-footer__contacts-title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ffffff; }
  @media (max-width: 1199px) {
    .page-footer__contacts-title {
      font-family: "Montserrat", "Arial", sans-serif;
      font-size: 34px;
      line-height: 36px;
      font-weight: 700;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .page-footer__contacts-title {
      font-family: "Montserrat", "Arial", sans-serif;
      font-size: 24px;
      line-height: 30px;
      font-weight: 500;
      margin-bottom: 20px; } }

.page-footer__contacts-info {
  font-family: "OpenSans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff; }

.page-footer__contacts-info p,
.page-footer__phones {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  width: 550px;
  margin-top: 10px;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 1199px) {
    .page-footer__contacts-info p,
    .page-footer__phones {
      width: 470px; } }
  @media (max-width: 1023px) {
    .page-footer__contacts-info p,
    .page-footer__phones {
      width: 270px; } }
  @media (max-width: 767px) {
    .page-footer__contacts-info p,
    .page-footer__phones {
      font-family: "Montserrat", "Arial", sans-serif;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400;
      width: auto; } }

.page-footer__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .page-footer__phones {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.page-footer__phone {
  margin-left: 20px;
  color: #ffffff; }
  .page-footer__phone .contacts-phone__phone {
    font-weight: 700; }
    @media (max-width: 767px) {
      .page-footer__phone .contacts-phone__phone {
        font-size: 14px;
        font-weight: 400; } }

.page-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 767px) {
    .page-footer__social {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 10px; } }

.page-footer__social-list {
  padding: 0;
  list-style: none;
  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;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .page-footer__social-list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.page-footer__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 9px; }
  .page-footer__social-item:not(:last-child) {
    margin-right: 10px; }
    @media (max-width: 1023px) {
      .page-footer__social-item:not(:last-child) {
        margin-right: 5px; } }

.page-footer__social-link {
  margin: 0;
  padding: 0;
  display: block;
  color: #666666;
  text-decoration: none; }

.page-footer__icon {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .page-footer__icon:hover, .page-footer__icon:focus {
    opacity: 0.7; }
  .page-footer__icon:active {
    opacity: 0.5; }

.page-footer__middle {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2e2e2e; }

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

.page-footer__logo-img {
  display: block;
  margin: 0 auto; }

.page-footer__nav {
  padding: 0;
  list-style: none;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #ffffff; }
  @media (max-width: 767px) {
    .page-footer__nav {
      width: 100%;
      padding: 10px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 14px; } }

.page-footer__nav-item {
  padding: 15px; }
  @media (max-width: 767px) {
    .page-footer__nav-item {
      padding: 5px; } }

.page-footer__nav-link {
  position: relative; }
  .page-footer__nav-link:hover::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #717171;
    left: 0;
    right: 0;
    bottom: -3px; }

.page-footer__middle--services {
  background-color: #ffffff; }
  .page-footer__middle--services .page-footer__nav {
    color: #1b1b1c; }

.page-footer__bottom {
  width: 100%;
  background-color: #1b1b1c; }

.page-footer__copyright {
  text-align: right; }

.page-footer__details,
.page-footer__copyright {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff; }
  @media (max-width: 1023px) {
    .page-footer__details,
    .page-footer__copyright {
      width: 268px; } }
  @media (max-width: 767px) {
    .page-footer__details,
    .page-footer__copyright {
      font-size: 14px;
      text-align: center; } }

.services-content {
  padding: 120px 0;
  padding-bottom: 60px; }
  @media (max-width: 1023px) {
    .services-content {
      padding: 75px 0; } }
  @media (max-width: 767px) {
    .services-content {
      padding-top: 60px;
      padding-bottom: 30px; } }

.services-content__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; }
  @media (max-width: 1023px) {
    .services-content__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    .services-content__container {
      width: 100%; } }

.services-content__content-wrapper {
  width: 640px; }
  @media (max-width: 1023px) {
    .services-content__content-wrapper {
      width: 80%; } }
  @media (max-width: 767px) {
    .services-content__content-wrapper {
      width: 100%; } }

.services-content__title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .services-content__title {
      font-size: 28px;
      line-height: 32px;
      font-weight: 500; } }

.services-content__title-description {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px; }

.services-content__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 515px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .services-content__img-container {
      width: 100%; } }

.services-content__img {
  -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 1s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 1s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 1s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 1s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 1s cubic-bezier(0.21, 0.67, 0.58, 1); }
  .services-content__img:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04); }

.samples {
  background: transparent; }
  @media (max-width: 767px) {
    .samples {
      padding-bottom: 40px; } }

.group-phase {
  padding: 40px 0; }

.group-phase__title {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .group-phase__title {
      font-size: 28px; } }

.group-phase__title-description {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .group-phase__title-description {
      font-size: 18px;
      line-height: 24px; } }

.group-phase__phase-list {
  padding: 0;
  list-style: none;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1199px) {
    .group-phase__phase-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 14px; } }

.group-phase__phase-item {
  width: 225px;
  margin: 15px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1), opacity 0.5s cubic-bezier(0.21, 0.67, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1); }
  .group-phase__phase-item:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  @media (max-width: 1199px) {
    .group-phase__phase-item {
      width: 355px; } }
  @media (max-width: 1023px) {
    .group-phase__phase-item {
      width: 330px; } }
  @media (max-width: 579px) {
    .group-phase__phase-item {
      width: 250px; } }

.group-phase__desc-container {
  padding: 20px; }

.group-phase__item-title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 15px; }

.group-phase__item-desc {
  margin-bottom: 20px; }

.cargo-transportation-welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg/transportation-header-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #687289;
  overflow: hidden; }

.cargo-transportation-welcome__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }
  @media (max-width: 579px) {
    .cargo-transportation-welcome__wrapper {
      width: 100%; } }

.cargo-transportation-welcome__title {
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px; }
  @media (max-width: 579px) {
    .cargo-transportation-welcome__title {
      font-size: 28px;
      line-height: 36px; } }

.cargo-transportation-welcome__title-description {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 20px;
  color: #ffffff;
  text-align: center; }
  @media (max-width: 579px) {
    .cargo-transportation-welcome__title-description {
      margin-bottom: 5px;
      font-size: 18px;
      line-height: 22px;
      font-weight: 400; } }

.cargo-transportation {
  padding: 60px 0;
  padding-bottom: 30px;
  text-align: center; }

.cargo-transportation__features-list {
  padding: 0;
  list-style: none;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
  padding-bottom: 14px; }
  @media (max-width: 767px) {
    .cargo-transportation__features-list {
      font-size: 14px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.cargo-transportation__features-item {
  position: relative;
  width: 30%;
  margin-top: 20px;
  padding-top: 80px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .cargo-transportation__features-item {
      width: 100%; } }
  .cargo-transportation__features-item::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-color: #006360;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.cargo-transportation__transportation-list {
  padding: 0;
  list-style: none;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1b1b1c; }
  @media (max-width: 1023px) {
    .cargo-transportation__transportation-list {
      font-size: 15px; } }

.cargo-transportation__transportation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .cargo-transportation__transportation-item {
      margin-top: 60px;
      margin-bottom: 20px;
      -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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.cargo-transportation__transportation-image-wrapper {
  width: 415px; }
  @media (max-width: 1023px) {
    .cargo-transportation__transportation-image-wrapper {
      width: 340px; } }
  @media (max-width: 579px) {
    .cargo-transportation__transportation-image-wrapper {
      width: 80%; } }
  @media (max-width: 767px) {
    .cargo-transportation__transportation-image-wrapper {
      margin-bottom: 20px; } }

.cargo-transportation__transportation-content {
  width: 700px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px; }
  @media (max-width: 1023px) {
    .cargo-transportation__transportation-content {
      width: 435px; } }
  @media (max-width: 767px) {
    .cargo-transportation__transportation-content {
      width: auto; } }

.cargo-transportation__transportation-title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  color: #1b1b1c;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative; }
  .cargo-transportation__transportation-title::after {
    content: "";
    width: 280px;
    height: 2px;
    background-color: #006360;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0; }
  @media (max-width: 1023px) {
    .cargo-transportation__transportation-title {
      font-size: 30px;
      line-height: 32px; } }
  @media (max-width: 767px) {
    .cargo-transportation__transportation-title {
      margin-bottom: 20px;
      font-size: 26px;
      line-height: 28px;
      font-weight: 500; } }

.cargo-transportation__transportation-more-link {
  margin-top: 20px; }

.contacts-welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 404px;
  margin-top: 40px;
  padding: 80px 0;
  background-image: url("../img/bg/contacts-header-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #687289;
  overflow: hidden; }
  @media (max-width: 767px) {
    .contacts-welcome {
      height: 315px; } }
  @media (max-width: 579px) {
    .contacts-welcome {
      height: 225px;
      padding: 60px 0;
      background-position: center center; } }

.contacts-welcome__wrapper {
  padding: 30px 0;
  text-align: left; }
  @media (max-width: 579px) {
    .contacts-welcome__wrapper {
      width: 100%; } }

.contacts-welcome__title {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
  text-align: left;
  position: relative; }
  @media (max-width: 767px) {
    .contacts-welcome__title {
      font-size: 36px;
      line-height: 42px; } }
  .contacts-welcome__title::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 0.111em;
    min-width: 1px;
    max-width: 2px;
    background: currentColor; }

.contacts-welcome__title-description {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff; }
  @media (max-width: 579px) {
    .contacts-welcome__title-description {
      font-weight: 400; } }
  .contacts-welcome__title-description img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    border-radius: 50%; }

.user-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff; }
  @media (max-width: 1199px) {
    .user-contacts {
      padding-top: 40px;
      padding-bottom: 40px; } }

.user-contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1199px) {
    .user-contacts .container {
      -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; } }

.user-contacts__phone-block {
  width: 590px; }
  @media (max-width: 1199px) {
    .user-contacts__phone-block {
      width: auto; } }

.user-contacts__phone-title {
  padding: 0;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  text-align: left; }
  @media (max-width: 1199px) {
    .user-contacts__phone-title {
      text-align: center; } }
  @media (max-width: 767px) {
    .user-contacts__phone-title {
      font-size: 18px;
      line-height: 22px; } }

.user-contacts__phone-description p {
  padding: 10px 0; }

.user-contacts__phone-description ul {
  padding-left: 20px; }

.user-contacts__phone-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  color: #ffffff;
  outline: none; }
  @media (max-width: 767px) {
    .user-contacts__phone-link {
      margin-top: 10px;
      font-size: 15px; } }

.user-contacts__contact-form {
  width: 570px;
  margin: 0; }
  @media (max-width: 1199px) {
    .user-contacts__contact-form {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .user-contacts__contact-form {
      width: 300px; } }

.contacts {
  background-color: #ffffff; }
  @media (max-width: 1023px) {
    .contacts {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .contacts {
      padding-top: 50px; } }

.contacts__title {
  margin-bottom: 90px; }
  @media (max-width: 1023px) {
    .contacts__title {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .contacts__title {
      margin-bottom: 40px; } }

.contacts__content {
  position: relative; }
  @media (max-width: 1023px) {
    .contacts__content {
      border-top: 1px solid #d7d7d7; } }

.contacts__company {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 100px;
  left: 15px;
  width: 400px;
  margin: 0;
  padding: 35px 50px;
  padding-bottom: 15px;
  background-color: #ffffff; }
  @media (max-width: 1023px) {
    .contacts__company {
      position: static;
      width: 100%;
      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-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 767px) {
    .contacts__company {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px 5px; } }

.contacts__company-header {
  border-bottom: 1px solid #d7d7d7; }
  .contacts__company-header h3 {
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #1b1b1c;
    padding-top: 20px;
    padding-bottom: 14px; }
    @media (max-width: 767px) {
      .contacts__company-header h3 {
        font-size: 18px; } }

.contacts__company-contacts {
  padding: 20px 0; }
  @media (max-width: 1023px) {
    .contacts__company-contacts a,
    .contacts__company-contacts p {
      font-size: 16px; } }
  .contacts__company-contacts .contacts-phone__phone {
    font-size: 16px;
    font-weight: 400; }

.contacts__company-phones,
.contacts__company-mail,
.contacts__company-point {
  margin-bottom: 25px; }
  @media (max-width: 1023px) {
    .contacts__company-phones,
    .contacts__company-mail,
    .contacts__company-point {
      margin-bottom: 15px; } }

.contacts__company-phones svg {
  margin-left: 5px;
  margin-right: 15px; }

.contacts__map {
  width: 100%;
  height: 720px;
  border: 0;
  background-image: url("../img/bg/map.jpg");
  background-repeat: no-repeat;
  background-position: center, bottom; }
  .contacts__map iframe {
    width: 100%;
    height: 720px; }
  @media (max-width: 1023px) {
    .contacts__map {
      height: 500px; }
      .contacts__map iframe {
        height: 500px; } }
  @media (max-width: 767px) {
    .contacts__map {
      height: 260px;
      background-position: center, center;
      background-size: 200%; }
      .contacts__map iframe {
        height: 260px; } }

.scroll-up {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 25px;
  z-index: 9999; }
  @media (max-width: 1199px) {
    .scroll-up {
      bottom: 90px;
      right: 10px; } }
  @media (max-width: 767px) {
    .scroll-up {
      bottom: 5px;
      right: 10px; } }

.scroll-up--show {
  display: block; }

.scroll-up__button {
  padding: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border: 1px solid #006360;
  border-radius: 50%;
  color: #ffffff;
  background-color: #006360;
  -webkit-transition: 0.17s linear all;
  transition: 0.17s linear all; }
  .scroll-up__button:hover, .scroll-up__button:focus, .scroll-up__button:active {
    color: #006360;
    background-color: #c2c2c2; }
  @media (max-width: 767px) {
    .scroll-up__button {
      padding: 10px; } }

.scroll-up__icon {
  fill: currentColor; }
  @media (max-width: 767px) {
    .scroll-up__icon {
      width: 14px;
      height: 14px; } }
