@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: 400;
  line-height: 24px;
  background-color: #e5e5e5;
}

input,
button,
textarea {
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

button {
  cursor: pointer;
  display: block;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/* --------------- */

/* Global Style main */

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}

.head {
  text-align: center;
  margin-bottom: 50px;
}

.title-main {
  color: #0E4E8B;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.title-secondary {
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.main-btn {
  text-align: center;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECA30B), to(#E58019));
  background: -o-linear-gradient(top, #ECA30B 0%, #E58019 100%);
  background: linear-gradient(180deg, #ECA30B 0%, #E58019 100%);
  height: 60px;
  padding: 0px 22px;
  z-index: 1;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.main-btn:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#E58119), to(#EDA709));
  background: -o-linear-gradient(top, #E58119 0%, #EDA709 100%);
  background: linear-gradient(180deg, #E58119 0%, #EDA709 100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-btn:hover:before {
  opacity: 1;
}

.main-btn-secondary {
  display: block;
  text-align: center;
  height: 60px;
  padding: 0px 22px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: transparent;
  color: #E3771C;
  border: 2px solid;
  -o-border-image: -o-linear-gradient(top, #ECA30B 0%, #E58019 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#ECA30B), to(#E58019));
     border-image: linear-gradient(180deg, #ECA30B 0%, #E58019 100%);
  border-image-slice: 1;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-btn-secondary:hover {
  color: #ffffff;
  border-color: #E3771C;
}

.main-btn-secondary:hover:after {
  opacity: 1;
}

.main-btn-secondary:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECA30B), to(#E58019));
  background: -o-linear-gradient(top, #ECA30B 0%, #E58019 100%);
  background: linear-gradient(180deg, #ECA30B 0%, #E58019 100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-btn-last {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 60px;
  padding: 0px 22px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#009ABB), to(#015B93));
  background: -o-linear-gradient(top, #009ABB 0%, #015B93 100%);
  background: linear-gradient(180deg, #009ABB 0%, #015B93 100%);
}

.main-btn-last:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#016197), to(#0197B9));
  background: -o-linear-gradient(top, #016197 0%, #0197B9 100%);
  background: linear-gradient(180deg, #016197 0%, #0197B9 100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-btn-last:hover:before {
  opacity: 1;
}

.logo {
  display: block;
  width: 270px;
  height: 60px;
}

.logo img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.indentation {
  padding: 70px 0px;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.error {
  border: 2px #ff4019 solid !important;
}

.btn-reset {
  border: none;
  background: transparent;
  cursor: pointer;
}

.is-hidden {
  display: none !important;
}

.form-group {
  margin-bottom: 30px;
}

.form-group input {
  width: 100%;
  height: 60px;
  color: #000000;
  padding: 0 30px;
  font-size: 18px;
}

.form-group input::-webkit-input-placeholder {
  color: #8C9CB3;
}

.form-group input::-moz-placeholder {
  color: #8C9CB3;
}

.form-group input:-ms-input-placeholder {
  color: #8C9CB3;
}

.form-group input::-ms-input-placeholder {
  color: #8C9CB3;
}

.form-group input::placeholder {
  color: #8C9CB3;
}

.reviews__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 5px;
}

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

.documents__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #0E4E8B;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 5px;
}

.documents__pagination .swiper-pagination-bullet-active {
  background: #0E4E8B;
}

.swiper-pagination {
  position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../libs/icomoon/fonts/icomoon.eot?1ws3o2");
  src: url("../libs/icomoon/fonts/icomoon.eot?1ws3o2#iefix") format("embedded-opentype"), url("../libs/icomoon/fonts/icomoon.ttf?1ws3o2") format("truetype"), url("../libs/icomoon/fonts/icomoon.woff?1ws3o2") format("woff"), url("../libs/icomoon/fonts/icomoon.svg?1ws3o2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-location-1:before {
  content: "";
}

.icon-guarantee:before {
  content: "";
}

.icon-delivery:before {
  content: "";
}

.icon-blob:before {
  content: "";
}

.icon-consult:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-location-2 .path1:before {
  content: "";
  color: black;
}

.icon-location-2 .path2:before {
  content: "";
  margin-left: -0.703125em;
  color: white;
}

.icon-install:before {
  content: "";
}

.icon-card:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-service:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.header {
  padding-top: 30px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__top {
  padding-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

.header__logo {
  position: relative;
  z-index: 11;
}

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

.header__info-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.666rem;
  position: relative;
  z-index: 11;
}

.header__info-phone .icon-phone {
  color: #eca808;
  margin-right: 15px;
  font-size: 20px;
}

.header__info-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 11;
}

.header__btn-phone {
  margin-right: 1.666rem;
}

.header__phone .phone-none-mobile {
  display: inline-block;
  color: #0E4E8B;
  line-height: 21px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__phone .phone-none-mobile:hover {
  color: #E3771C;
}

.menu__list {
  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 -10px;
}

.menu__list-item {
  padding: 0 10px;
}

.menu__list-link {
  display: inline-block;
  color: #0E4E8B;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700;
  padding-bottom: 25px;
  transition: all 0.4s ease;
  position: relative;
}

.menu__list-link:hover {
  color: #E3771C;
}

.menu__list-link:hover:before {
  width: 100%;
}

.menu__list-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 3px;
  background-color: #E3771C;
  -webkit-transition: width .4s ease;
  -o-transition: width .4s ease;
  transition: width .4s ease;
}

.menu__list-mobile {
  display: none;
}

.burger {
  display: none;
}

.header .header__bottom {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.btn-close {
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  -o-transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.btn-close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-close:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: .8;
}

.btn-close:before {
  content: '';
  background: #ffffff;
  position: absolute;
  height: 18px;
  width: 2px;
  border: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-close:after {
  content: '';
  background: #ffffff;
  position: absolute;
  height: 18px;
  width: 2px;
  border: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.btn-close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.popup.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.popup__wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.popup__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0px;
}

.popup-form {
  margin-top: 30px;
}

.popup__title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 35px;
}

.popup-btn {
  width: 100%;
}

.popup__content {
  background: -webkit-gradient(linear, left top, left bottom, from(#009ABB), to(#015B93));
  background: -o-linear-gradient(top, #009ABB 0%, #015B93 100%);
  background: linear-gradient(180deg, #009ABB 0%, #015B93 100%);
  max-width: 507px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: var(--color-black);
  padding: 40px 60px 60px 60px;
  text-align: left;
}

.popup__order-content {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
  padding: 70px;
}

.popup__order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__order-image {
  margin-right: 50px;
  text-align: center;
}

.popup__order-image img {
  width: 170px;
  height: 300px;
}

.order__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #0E4E8B;
  margin-bottom: 26px;
}

.order-title-main {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  padding-right: 20px;
}

.order-description {
  color: #8092AD;
  line-height: 20px;
  font-size: 16px;
}

.order__info {
  margin-top: 30px;
  margin-bottom: 40px;
}

.order__info p span {
  font-weight: 700;
}

.order-btn {
  width: 100%;
  max-width: 285px;
}

.popup-order .btn-close {
  border-color: #0E4E8B;
}

.popup-order .btn-close:after {
  background: #0E4E8B;
}

.popup-order .btn-close:before {
  background: #0E4E8B;
}

.hero-slider {
  margin-top: 165px;
  position: relative;
  background-color: #e5e5e5;
}

.hero-slider-container {
  position: relative;
  z-index: 3;
}

.swiper-pagination.hero-slider-pagination {
  position: absolute;
  bottom: 30px;
  z-index: 100;
}

.swiper-container .hero-slider-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-pagination.hero-slider-pagination > .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  background-color: transparent;
  opacity: 1;
}

.swiper-pagination.hero-slider-pagination > .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.swiper-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-parallax-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.swiper-parallax-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#858580), color-stop(50.22%, rgba(133, 133, 133, 0)));
  background: -o-linear-gradient(right, #858580 0%, rgba(133, 133, 133, 0) 50.22%);
  background: linear-gradient(270deg, #858580 0%, rgba(133, 133, 133, 0) 50.22%);
  z-index: 2;
}

.swiper-parallax-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 110px 210px 110px 165px;
  position: relative;
  z-index: 100;
}

.hero-item {
  position: relative;
  z-index: 100;
}

.hero__info {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  max-width: 420px;
  margin-right: 20px;
}

.hero__info-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECA30B), to(#E58019));
  background: -o-linear-gradient(top, #ECA30B 0%, #E58019 100%);
  background: linear-gradient(180deg, #ECA30B 0%, #E58019 100%);
  max-width: 375px;
  padding: 10px;
  margin-bottom: 15px;
}

.hero__info-title h3 {
  font-weight: 700;
}

.hero__image {
  min-width: 352px;
  max-width: 352px;
  height: 400px;
  text-align: center;
}

.hero__image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-2 {
  max-width: 1920px;
  margin: 0 auto;
}

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

.promotions__info-count {
  background-color: #ffffff;
}

.promotions__info-form {
  background: -webkit-gradient(linear, left top, left bottom, from(#009ABB), to(#015B93));
  background: -o-linear-gradient(top, #009ABB 0%, #015B93 100%);
  background: linear-gradient(180deg, #009ABB 0%, #015B93 100%);
}

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

.promotions__info-count-description {
  max-width: 320px;
}

.promotions__info-count-image {
  width: 129px;
  height: 210px;
  text-align: center;
  margin-left: 10px;
}

.promotions__info-count-image img {
  max-width: 100%;
  height: 100%;
}

.promotions__title {
  font-size: 30px;
  line-height: 40px;
  color: #0E4E8B;
  margin-bottom: 15px;
}

.promotions__title span {
  font-weight: 700;
}

.promotions__form-row {
  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 -7.5px;
}

.promotions__form-item {
  padding: 0 7.5px;
  width: 50%;
}

.promotions__form-title {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.promotions__info-count,
.promotions__info-form {
  padding: 40px 45px 40px 45px;
  width: 50%;
}

.count-wrapper {
  margin-top: 15px;
  color: #E3771C;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

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

.countdown-el {
  text-align: center;
  margin-right: 10px;
}

.countdown-el:last-child {
  margin-right: 0px;
}

.big-text {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  width: 50px;
  height: 50px;
  color: #ffffff;
  padding: 7.5px;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECA30B), to(#E58019));
  background: -o-linear-gradient(top, #ECA30B 0%, #E58019 100%);
  background: linear-gradient(180deg, #ECA30B 0%, #E58019 100%);
  border-radius: 5px;
  margin: 0 auto;
}

.days-text,
.hours-text,
.seconds-text,
.mins-text {
  font-size: 12px;
  color: #8092AD;
}

.seconds,
.mins,
.hours,
.days {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.company {
  position: relative;
  z-index: 1;
}

.company:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.company__head {
  max-width: 880px;
  margin: 0 auto 30px auto;
}

.company__head p {
  color: #ffffff;
  line-height: 30px;
}

.company__title {
  margin-bottom: 15px;
}

.company__row {
  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;
}

.company__item {
  width: 15%;
  margin-bottom: 20px;
  color: #ffffff;
}

.company__item-body {
  text-align: center;
  padding: 10px;
}

.company__item-body img {
  max-width: 100%;
}

.company__item-body span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 40px;
  color: #ffffff;
}

.company__item-body p {
  font-size: 21px;
}

.blob {
  position: relative;
  margin: 0 auto 25px auto;
}

.about {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECA30B), to(#E58019));
  background: -o-linear-gradient(top, #ECA30B 0%, #E58019 100%);
  background: linear-gradient(180deg, #ECA30B 0%, #E58019 100%);
}

.about__head {
  max-width: 750px;
  margin: 0 auto 30px auto;
}

.about__head p {
  color: #ffffff;
}

.about__title {
  margin-bottom: 15px;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.about__item {
  padding: 0 15px;
  width: 25%;
  margin-bottom: 30px;
}

.about__item-body {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 300px;
  color: #ffffff;
  padding: 20px;
  z-index: 10;
}

.about__item-body p {
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  max-width: 240px;
}

.about__item-body:after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(50%, rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.1) 50%);
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.1) 50%);
  z-index: -1;
}

.advantage {
  background-color: #ffffff;
}

.advantage__logo {
  width: 137px;
  height: 35px;
  margin-left: 10px;
}

.advantage__logo img {
  max-width: 100%;
}

.advantage__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

.advantage__item {
  width: 46%;
  padding: 0 15px;
}

.advantage__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  color: #0e4e8b;
}

.advantage__description-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.advantage__description-item img {
  width: 80px;
  height: 60px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.advantage__description-item:last-child {
  margin-bottom: 0;
}

.advantage__image {
  max-width: 810px;
  margin: 30px auto 0 auto;
}

.advantage__image img {
  max-width: 100%;
}

.advantage__row-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.advantage__item-second {
  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;
  width: 25%;
  text-align: center;
  font-weight: 700;
  padding: 0 10px;
}

.advantage__item-second p {
  max-width: 170px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.advantage__item-circle {
  width: 105px;
  height: 105px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECA30B), to(#E58019));
  background: -o-linear-gradient(top, #ECA30B 0%, #E58019 100%);
  background: linear-gradient(180deg, #ECA30B 0%, #E58019 100%);
  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;
  border-radius: 50%;
  margin-bottom: 25px;
  padding: 15px;
}

.advantage__item-circle img {
  max-width: 100%;
}

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

.advantage-before {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.advantage-before:before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  height: 30px;
  margin-right: 15px;
  background-color: #E3771C;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/advantage/check-arrow.svg);
  background-size: 15 11;
}

.video__wrapper {
  overflow: hidden;
}

.video__image {
  position: relative;
  width: 100%;
  height: 480px;
}


.video__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-intro {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.catalog__item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.catalog__product {
  background-color: #ffffff;
  padding-top: 30px;
}

.catalog__tabs-content {
  display: none;
}

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

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.product__img {
  display: block;
  margin: 0 auto 15px;
  width: 147px;
  height: 226px;
}

.product__content {
  padding: 20px 30px 20px 30px;
}

.product__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #0E4E8B;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.product__info {
  font-size: 16px;
  line-height: 20px;
}

.product__info p span {
  font-weight: 700;
}

.product__btn {
  margin-top: auto;
}

.products__tabs-wrapper {
  max-width: 875px;
  margin: 0 auto 20px auto;
}

.products__tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  margin: 0 -5px;
}

.products__tabs-item {
  padding: 0 5px;
}

.products__tabs-btn {
  text-transform: uppercase;
  background-color: transparent;
  padding-bottom: 14px;
  position: relative;
  color: #000000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

.products__tabs-btn.active {
  color: #E3771C;
}

.products__tabs-btn.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E3771C;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.products__tabs-btn:hover {
  color: #E3771C;
}

.products__tabs-btn:hover:after {
  width: 100%;
}

.products__tabs-btn:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #E3771C;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.work {
  position: relative;
  z-index: 1;
  background-color: #8092ad;
}

.work:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.work__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.work__item {
  padding: 0 15px;
  width: 25%;
  margin-bottom: 30px;
}

.work__body {
  padding: 30px 30px 30px 30px;
  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;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.work__body p {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.work__body:hover p {
  color: #0E4E8B;
}

.work__image {
  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;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#009ABB), to(#015B93));
  background: -o-linear-gradient(top, #009ABB 0%, #015B93 100%);
  background: linear-gradient(180deg, #009ABB 0%, #015B93 100%);
  margin-bottom: 25px;
}

.work__image span {
  color: #ffffff;
  font-size: 50px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.work__panel {
  text-align: center;
}

.work__panel p {
  font-size: 15px;
  color: #8092ad;
  padding: 30px 0px 20px 0px;
}

.work__body.collupse.active {
  background-color: #ffffff;
}

.work__body.collupse.active p {
  color: #0E4E8B;
}

.collupse-content {
  overflow: hidden;
  transition: height .4s ease;
  height: 0px;
}

.reviews-slider {
  position: relative;
}

.reviews {
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECA30B), to(#E58019));
  background: -o-linear-gradient(top, #ECA30B 0%, #E58019 100%);
  background: linear-gradient(180deg, #ECA30B 0%, #E58019 100%);
}

.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.reviews__item-info {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 24px;
  background-color: #fff;
  opacity: 0;
  width: 0;
  overflow: hidden;
}

.reviews__item-info p {
  color: #8c9cb3;
}

.reviews__item-title {
  font-size: 21px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.reviews__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 285px;
}

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

.reviews-slider .rewiews-swiper-container {
   overflow: visible;
   height: 350px; 
}

.reviews-slider .reviews__item-info {
  /* padding: 15px; */
}

.reviews-slider .swiper-slide.swiper-slide-active .reviews__item-info {
  opacity: 1;
  width: 100%;
}

.reviews-slider .swiper-slide.swiper-slide {
  opacity: 0.4;
  width: 285px;
}

.reviews-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  width: 600px;
}

.reviews-slider .swiper-slide.swiper-slide .reviews__item-image {
  height: 250px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.reviews-slider .swiper-slide.swiper-slide-active .reviews__item-image {
  height: 100%;
}

.reviews-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  z-index: 2;
  left: -30px;
}

.reviews-slider .swiper-button-prev:hover:after {
  opacity: 1;
}

.reviews-slider .swiper-button-prev:hover span {
  color: #ffffff;
}

.reviews-slider .swiper-button-prev:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#016197), to(#0197B9));
  background: -o-linear-gradient(top, #016197 0%, #0197B9 100%);
  background: linear-gradient(180deg, #016197 0%, #0197B9 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.reviews-slider .swiper-button-prev span {
  color: #E3771C;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.reviews-slider .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  z-index: 2;
  right: 48%;
}

.reviews-slider .swiper-button-next:hover span {
  color: #ffffff;
}

.reviews-slider .swiper-button-next:hover:after {
  opacity: 1;
}

.reviews-slider .swiper-button-next:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#016197), to(#0197B9));
  background: -o-linear-gradient(top, #016197 0%, #0197B9 100%);
  background: linear-gradient(180deg, #016197 0%, #0197B9 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.reviews-slider .swiper-button-next span {
  color: #E3771C;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.reviews__pagination {
  margin-top: 30px;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.documents {
  position: relative;
}

.documents:after {
  content: '';
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/bg-documents-circle.png);
  width: 70%;
  height: 70%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.documents__image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.documents__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-slide {
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.documents__slider .swiper-slide-active {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  text-align: center;
}

.documents__slider .swiper-slide-active .documents__image {
  height: 100%;
}

.documents__slider .swiper-container {
  height: 260px;
}

.swiper-button-prev.documents-prev {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  z-index: 2;
  left: 29%;
}

.swiper-button-prev.documents-prev:hover span {
  color: #ffffff;
}

.swiper-button-prev.documents-prev:hover:after {
  opacity: 1;
}

.swiper-button-prev.documents-prev:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#009ABB), to(#015B93));
  background: -o-linear-gradient(top, #009ABB 0%, #015B93 100%);
  background: linear-gradient(180deg, #009ABB 0%, #015B93 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.swiper-button-prev.documents-prev span {
  color: #0E4E8B;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.swiper-button-next.documents-next {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  z-index: 2;
  right: 29%;
}

.swiper-button-next.documents-next:hover span {
  color: #ffffff;
}

.swiper-button-next.documents-next:hover:after {
  opacity: 1;
}

.swiper-button-next.documents-next:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#009ABB), to(#015B93));
  background: -o-linear-gradient(top, #009ABB 0%, #015B93 100%);
  background: linear-gradient(180deg, #009ABB 0%, #015B93 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.swiper-button-next.documents-next span {
  color: #0E4E8B;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.documents__pagination {
  margin-top: 30px;
}

.partners__image {
  height: 80px;
}

.partners__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partners__slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#map {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.maps__info {
  width: 30%;
}

.maps__right {
  width: 70%;
}

.text {
  color: #E3771C;
  font-size: 20px;
}

.ymaps-2-1-78-balloon__content {
  width: 150px;
  margin-right: 0px;
}

.maps__info {
  background-color: #ffffff;
  padding: 40px 75px 40px;
}

.maps__info p {
  color: #8C9CB3;
  line-height: 30px;
}

.maps__title {
  color: #0E4E8B;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 25px;
}

.maps__info-description p {
  color: #0E4E8B;
}

.maps-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #0E4E8B;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px;
}

.maps-group a {
  color: #0E4E8B;
}

.maps-group span {
  color: #ECA50A;
  font-size: 25px;
  margin-right: 20px;
}

.contacts {
  background: -webkit-gradient(linear, left top, left bottom, from(#009ABB), to(#015B93));
  background: -o-linear-gradient(top, #009ABB 0%, #015B93 100%);
  background: linear-gradient(180deg, #009ABB 0%, #015B93 100%);
}

.contacts__head {
  max-width: 880px;
  margin: 0 auto 50px auto;
}

.contacts__head p {
  color: #ffffff;
}

.contacts__title {
  margin-bottom: 15px;
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.contacts__item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.contacts__item-body input {
  width: 100%;
  height: 60px;
  color: #000000;
  padding: 0 30px;
  font-size: 18px;
}

.contacts__item-body input::-webkit-input-placeholder {
  color: #8C9CB3;
}

.contacts__item-body input::-moz-placeholder {
  color: #8C9CB3;
}

.contacts__item-body input:-ms-input-placeholder {
  color: #8C9CB3;
}

.contacts__item-body input::-ms-input-placeholder {
  color: #8C9CB3;
}

.contacts__item-body input::placeholder {
  color: #8C9CB3;
}

.contacts button {
  width: 100%;
}

.footer {
  padding: 70px 0px 0px 0px;
  background-color: #ffffff;
}

.footer__top-row {
  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;
}

.footer__logo {
  margin-bottom: 15px;
}

.footer__center-row {
  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 -15px;
  padding-bottom: 33px;
}

.footer__center-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 27%;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #0E4E8B;
}

.footer__center-item:nth-of-type(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__center-item a {
  color: #0E4E8B;
}

.footer__center-item span {
  margin-right: 15px;
  color: #E3771C;
  font-size: 20px;
}

.footer__center-title {
  text-align: center;
}

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

.footer-phone {
  font-weight: 700;
}

.footer-bottom {
  background-color: #f1f3f5;
  padding: 18px 0px;
}

.footer-center {
  padding-top: 30px;
  margin-bottom: 80px;
}

.footer-btn {
  padding: 0 67px;
}

.copy {
  color: #8c9cb3;
  font-size: 14px;
  line-height: 16px;
  padding: 0 5px;
}

.main-link {
  font-size: 14px;
  line-height: 16px;
  color: #8c9cb3;
}

.main-link:hover span {
  color: #E3771C;
}

.main-link span {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #0192bb;
  font-style: italic;
}

@media (min-width: 575px) {
  
  .reviews-slider .swiper-slide.swiper-slide-active .reviews__item-info {
    padding: 40px 10px 40px 40px;
  }
}

@media (min-width: 992px) {
  .header .header__bottom.scrolled {
    position: fixed;
    left: 0;
    top: 0px;
    padding-top: 20px;
    width: 100%;
    background-color: #ffffff;
  }
}

@media (max-width: 1610px) {
  .hero__row {
    padding: 60px 100px 60px 100px;
  }
}

@media (max-width: 1600px) {
  .maps__info {
    padding: 40px;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: 1100px;
  }

  .popup__order-content {
    padding: 50px;
  }

  .order__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .hero__row {
    padding: 60px;
  }

  .promotions__info-count-description {
    max-width: 270px;
  }

  .promotions__title {
    font-size: 25px;
    line-height: 35px;
  }

  .promotions__info-count,
  .promotions__info-form {
    padding: 30px 30px 30px 30px;
  }

  .company__item {
    width: 25%;
  }

  .product__content {
    padding: 20px 20px 20px 20px;
  }

  .maps__info {
    padding: 30px;
  }

  .maps__title {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (max-width: 1200px) {
  .popup__order-content {
    max-width: 750px;
  }

  .reviews-slider .swiper-button-prev {
    display: none;
  }

  .reviews-slider .swiper-button-next {
    display: none;
  }
}

@media (max-width: 1100px) {
  .reviews-slider {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .swiper-parallax-bg {
    background-position-x: 65%;
  }
}

@media (max-width: 992px) {
  .reviews-slider .swiper-slide.swiper-slide-active .reviews__item-image {
    height: auto;
    align-self: stretch;
  }
  html,
  body {
    font-size: 16px;
    line-height: 20px;
  }

  .container {
    max-width: 775px;
  }

  .head {
    margin-bottom: 30px;
  }

  .main-btn {
    padding: 0 20px;
    height: 40px;
    font-size: 12px;
    line-height: 14px;
  }

  .main-btn-secondary {
    padding: 0 20px;
    height: 40px;
    font-size: 12px;
    line-height: 14px;
  }

  .main-btn-last {
    padding: 0 20px;
    height: 40px;
    font-size: 12px;
    line-height: 14px;
  }

  .logo {
    width: 180px;
    height: 40px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group input {
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
  }

  .header {
    position: fixed;
  }

  .header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__top {
    padding-bottom: 0px;
  }

  .header__info-phone {
    margin-right: 0;
  }

  .header__btn-phone {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .obloshka {
    margin-top: 100px;
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu__list-item {
    margin-bottom: 10px;
  }

  .menu__list-link {
    padding-bottom: 15px;
  }

  .menu__list-mobile {
    display: block;
  }

  .burger {
    display: block;
    position: relative;
    top: 0;
    right: 0px;
    min-width: 38px;
    height: 38px;
    z-index: 100;
    background-color: transparent;
  }

  .burger span {
    top: 17px;
    left: 4px;
    position: absolute;
    width: 80%;
    height: 3px;
    background-color: #0E4E8B;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .burger span:first-child {
    top: 9px;
  }

  .burger span:last-child {
    top: auto;
    bottom: 10px;
    width: 80%;
  }

  .burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .burger.active span:first-child {
    -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
            transform: rotate(-42deg);
    top: 17px;
  }

  .burger.active span:last-child {
    -webkit-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
            transform: rotate(42deg);
    bottom: 17px;
    width: 80%;
  }

  .header__btn-service,
  .header__btn-phone {
    width: 100%;
    max-width: 250px;
  }

  .popup__content {
    max-width: 400px;
  }

  .popup__order-content {
    max-width: 500px;
  }

  .popup__order-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup__order-image {
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .order__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .order-title-main {
    font-size: 20px;
    line-height: 25px;
    max-width: 380px;
  }

  .order__info {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .order-btn {
    max-width: 100%;
  }

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

  .swiper-container .hero-slider-pagination .swiper-pagination-bullet {
    margin: 0 7px;
  }

  .hero__row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 80px 10px 60px 10px;
  }

  .hero__info {
    font-size: 30px;
    line-height: 40px;
  }

  .hero__info-title {
    max-width: 100%;
  }

  .promotions__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .promotions__info-count-description {
    max-width: 500px;
  }

  .promotions__info-count,
  .promotions__info-form {
    width: 100%;
  }

  .big-text {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }

  .company__item {
    width: 50%;
  }

  .company__item-body span {
    font-size: 30px;
  }

  .blob {
    margin: 0 auto 15px auto;
  }

  .about__row {
    margin: 0 -15px;
  }

  .about__item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .advantage__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantage__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .advantage__image {
    margin: 30px 0px;
  }

  .advantage__item-second {
    width: 50%;
    margin-bottom: 30px;
  }

  .video__image {
    height: 400px;
  }

  .catalog__item {
    width: 50%;
  }

  .products__tabs-wrapper {
    margin: 0 auto 30px auto;
    max-width: 600px;
  }

  .products__tabs-btn {
    margin: 0 auto 15px auto;
  }

  .work__item {
    width: 50%;
  }

  .work__body {
    font-size: 18px;
    padding: 25px 25px 20px 25px;
  }

  .work__image {
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
  }

  .work__image span {
    font-size: 30px;
  }

  .work__panel p {
    padding: 15px 0px 10px 0px;
  }

  .reviews {
    padding-bottom: 70px;
  }

  .reviews__item-info {
    font-size: 16px;
    width: 100%;
    opacity: 1;
  }

  .reviews__item-title {
    margin-bottom: 15px;
  }

  .reviews-slider .rewiews-swiper-container {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    height: 100%;
  }

  .reviews-slider .swiper-slide.swiper-slide {
    width: 100%;
  }

  .reviews-slider .swiper-slide.swiper-slide-active {
    width: 100%;
  }

  .documents__slider .swiper-slide-active .documents__image {
    height: auto;
  }

  .swiper-button-prev.documents-prev {
    display: none;
  }

  .swiper-button-next.documents-next {
    display: none;
  }

  #map {
    height: 500px;
  }

  .maps__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .maps__info {
    width: 100%;
  }

  .maps__right {
    width: 100%;
  }

  .contacts__item {
    width: 50%;
  }

  .contacts__item-body input {
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
  }

  .footer {
    padding: 20px 0px 0px 0px;
  }

  .footer__center-row {
    padding-bottom: 30px;
  }

  .footer__center-item {
    width: 50%;
  }

  .footer__center-item:nth-of-type(2) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer-center {
    margin-bottom: 40px;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .hero__image {
    width: 250px;
    height: 350px;
  }
}

@media (max-width: 600px) {
  .reviews__item {
    -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;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .work__body:hover .collupse-content {
    height: 200px;
  }
  .title-main {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .title-secondary {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .main-btn {
    padding: 0 12px;
    font-size: 10px;
    line-height: 12px;
  }

  .main-btn-secondary {
    padding: 0 12px;
    font-size: 10px;
    line-height: 12px;
  }

  .main-btn-last {
    padding: 0 12px;
    font-size: 10px;
    line-height: 12px;
  }

  .logo {
    width: 120px;
    height: 30px;
  }

  .indentation {
    padding: 40px 0px;
  }

  .form-group input {
    font-size: 14px;
  }

  .header__info-phone .icon-phone {
    margin-right: 0;
  }

  .header__phone .phone-none-mobile {
    display: none;
  }

  .popup-form {
    margin-top: 20px;
  }

  .popup__title {
    font-size: 20px;
    line-height: 25px;
  }

  .popup__content {
    padding: 40px 30px 30px 30px;
    max-width: 300px;
  }

  .popup__order-content {
    padding: 30px;
  }

  .popup__order-image img {
    height: 220px;
    width: 130px;
  }

  .swiper-pagination.hero-slider-pagination {
    bottom: 10px;
  }

  .swiper-pagination.hero-slider-pagination > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .hero__row {
    padding: 120px 10px 40px 10px;
  }

  .hero__info {
    font-size: 12px;
    line-height: 16px;
    margin-right: 15px;
  }

  .hero__info-title {
    margin-bottom: 5px;
  }

  .hero__image {
    min-width: 100px;
    max-width: 100px;
    height: 135px;
    text-align: right;
  }

  .promotions__info-count-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .promotions__info-count-image {
    margin-left: 0;
    margin: 0 auto;
  }

  .promotions__title {
    font-size: 16px;
    line-height: 20px;
  }

  .promotions__form-item {
    width: 100%;
  }

  .promotions__form-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .count {
    font-size: 14px;
    line-height: 16px;
  }

  .promotions__info-count,
  .promotions__info-form {
    padding: 20px;
  }

  .count-wrapper {
    margin-bottom: 10px;
  }

  .company__head {
    font-size: 14px;
    line-height: 16px;
  }

  .company__item-body p {
    font-size: 14px;
    line-height: 16px;
  }

  .about__item-body {
    height: 200px;
    padding: 10px;
  }

  .about__item-body p {
    font-size: 14px;
    line-height: 18px;
  }

  .advantage__item-circle {
    width: 70px;
    height: 70px;
  }

  .video__image {
    height: 300px;
  }

  .catalog__item {
    width: 80%;
    margin: 0 auto 40px auto;
  }

  .products__tabs-wrapper {
    max-width: 450px;
  }

  .products__tabs-row {
    padding-bottom: 0;
  }

  .products__tabs-btn {
    font-size: 11px;
    padding-bottom: 10px;
  }

  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }

  .work__item {
    width: 100%;
  }

  .reviews {
    padding-bottom: 40px;
  }

  .reviews__item-image {
    width: 100%;
  }

  .reviews-slider .swiper-slide.swiper-slide .reviews__item-image {
    height: 220px;
  }

  .reviews-slider .swiper-slide.swiper-slide-active .reviews__item-image {
    height: 220px;
  }

  .documents:after {
    display: none;
  }

  .documents__slider .swiper-container {
    height: auto;
  }

  #map {
    height: 300px;
  }

  .maps-group {
    font-size: 16px;
    line-height: 20px;
  }

  .maps-group span {
    font-size: 20px;
    margin-right: 10px;
  }

  .contacts__item {
    width: 100%;
  }

  .contacts__item-body input {
    font-size: 14px;
  }

  .footer__center-item {
    width: 100%;
  }

  .footer__center-item span {
    font-size: 16px;
    margin-right: 10px;
  }

  .copy {
    font-size: 12px;
  }

  .main-link {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .catalog__item {
    width: 100%;
  }
}