@font-face {
  font-family: "Circe";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Circe/Circe-Light.eot");
  src: url("../fonts/Circe/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Light.woff") format("woff"), url("../fonts/Circe/Circe-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Circe";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Circe/Circe-Regular.eot");
  src: url("../fonts/Circe/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Regular.woff") format("woff"), url("../fonts/Circe/Circe-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Circe";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Circe/Circe-Bold.eot");
  src: url("../fonts/Circe/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Bold.woff") format("woff"), url("../fonts/Circe/Circe-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Light.eot");
  src: url("../fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Light.eot");
  src: url("../fonts/OpenSans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/OpenSans/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
.home {
  position: relative;
}

.fixed-social {
  position: absolute;
  z-index: 10;
  right: 58px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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;
}
.fixed-social li {
  margin: 0 0 16px;
}
.fixed-social li:last-child {
  margin: 0;
}
.fixed-social li a {
  -webkit-box-shadow: 0 0 18px 0 rgba(41, 41, 41, 0.1);
  box-shadow: 0 0 18px 0 rgba(41, 41, 41, 0.1);
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  fill: rgba(153, 153, 153, 0.4);
  padding: 12px;
  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;
}
.fixed-social li a:hover {
  fill: #999;
}

.fixed-social-scroll {
  position: fixed;
}

.home-wrapper {
  position: relative;
  width: 100%;
}

.home-slider {
  position: relative;
  color: #fff;
}
.home-slider__nav {
  width: 100%;
  position: absolute;
  padding: 0 70px;
  bottom: 55px;
  left: 0;
}
.home-slider .box-text {
  margin: 40px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  max-width: 835px;
}
.home-slider .btn {
  padding: 0 28px;
}

.home-slider-item {
  position: relative;
  border-radius: 12px;
  z-index: 1;
  padding: 196px 70px;
}
.home-slider-item__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  z-index: -2;
}
.home-slider-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #030303;
  opacity: 0.48;
  border-radius: 12px;
  z-index: -1;
}

.home-v1 {
  margin: 40px 0;
}

.home-v2 .home-slider__nav {
  padding: 0 16.5px;
  bottom: 58px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1533px;
}
.home-v2 .home-slider__nav .slick-arrow {
  fill: #fff;
}
.home-v2 .home-slider__nav .slick-arrow:hover {
  fill: #6989ad;
}
.home-v2 .home-slider-item {
  border-radius: 0;
  padding: 337px 0 212px;
}
.home-v2 .home-slider-item__bg {
  border-radius: 0;
}
.home-v2 .home-slider-item::before {
  border-radius: 0;
}

.home-v3 .home-slider__nav {
  padding: 0 16.5px;
  bottom: 58px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1533px;
}
.home-v3 .home-slider__nav .slick-arrow {
  fill: #fff;
}
.home-v3 .home-slider__nav .slick-arrow:hover {
  fill: #6989ad;
}
.home-v3 .home-slider-item {
  border-radius: 0;
  padding: 200px 0 204px;
}
.home-v3 .home-slider-item__bg {
  border-radius: 0;
}
.home-v3 .home-slider-item::before {
  border-radius: 0;
}

.home-v4 {
  text-align: center;
}
.home-v4 .home-slider .box-text {
  margin: 40px auto;
}
.home-v4 .home-slider .btn {
  margin: 0 auto;
}
.home-v4 .home-slider__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-v5 .home-slider {
  color: #000;
  background: #f5f5f5;
}
.home-v5 .home-slider__nav {
  padding: 0 16.5px;
  bottom: 58px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1533px;
}
.home-v5 .home-slider__nav .slick-arrow {
  fill: rgba(0, 0, 0, 0.5);
}
.home-v5 .home-slider__nav .slick-arrow:hover {
  fill: #6989ad;
}
.home-v5 .home-slider-item {
  border-radius: 0;
  padding: 0;
}
.home-v5 .home-slider-item__bg {
  border-radius: 0;
  position: relative;
  min-width: 959px;
  height: 100%;
}
.home-v5 .home-slider-item__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-v5 .home-slider-item::before {
  display: none;
}
.home-v5 .home-slider-item__content {
  padding: 132px 0 177px;
}

.section-catalog {
  margin: 80px 0 100px;
}

.link-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 auto;
  font-size: 18px;
}
.link-catalog__icon {
  margin: 0 0 0 21px;
  width: 30px;
  height: 30px;
  fill: #6989ad;
  border: 1px solid #6989ad;
  border-radius: 50%;
  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;
}
.link-catalog__icon .svg-icon {
  width: 25px;
  height: 13px;
  margin: 0 0 0 -20px;
}
.link-catalog:hover .link-catalog__icon {
  border-color: #68BD29;
  fill: #68BD29;
}

.section-description {
  margin: 18px 0 49px;
  font-size: 18px;
  font-weight: 300;
}

.catalog-card {
  width: 100%;
  height: 100%;
  min-height: 300px;
  z-index: 1;
  border-radius: 12px;
  background-color: #eee;
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1.1;
}
.catalog-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.36;
  border-radius: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.catalog-card__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.catalog-card__body {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  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;
  padding: 29px;
}
.catalog-card__title {
  font-size: 22px;
  font-weight: bold;
}
.catalog-card__text {
  margin: 12px 0 0;
  font-weight: 300;
  font-size: 18px;
  display: none;
  line-height: 1.22;
}
.catalog-card:hover {
  color: #fff;
  -webkit-box-shadow: 0 13px 27px rgba(41, 41, 41, 0.5);
  box-shadow: 0 13px 27px rgba(41, 41, 41, 0.5);
}
.catalog-card:hover::before {
  opacity: 0.7;
}
.catalog-card:hover .catalog-card__text {
  display: block;
}

.catalog-card-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px;
  background: #f5f5f5;
  border-radius: 12px;
  color: #000;
  font-size: 18px;
  border: solid 2px #f5f5f5;
  min-height: auto;
}
.catalog-card-v2::before {
  display: none;
}
.catalog-card-v2 .catalog-card__bg {
  position: relative;
  left: 0;
  top: 0;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin: 0 32px 0 0;
  border-radius: 12px;
  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;
}
.catalog-card-v2 .catalog-card__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.catalog-card-v2 .catalog-card__title {
  font-size: 18px;
  font-weight: normal;
}
.catalog-card-v2:hover {
  color: #6989ad;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  border: solid 2px #6989ad;
}

.catalog-card-v3 {
  min-height: auto;
  text-align: center;
  padding: 30px 13px 20px;
  border-radius: 12px;
  background-color: #f5f5f5;
  border: 2px solid transparent;
  color: #000;
}
.catalog-card-v3 .catalog-card__title {
  font-size: 16px;
  font-weight: normal;
}
.catalog-card-v3::before {
  display: none;
}
.catalog-card-v3 .catalog-card__bg {
  position: relative;
  border-radius: 0;
  width: 100%;
  max-width: 100px;
  height: 78px;
  margin: 0 auto 18px;
  -o-object-fit: none;
  object-fit: none;
  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;
}
.catalog-card-v3 .catalog-card__bg img {
  max-height: 100%;
}
.catalog-card-v3:hover {
  color: #6989ad;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  border: solid 2px #6989ad;
}

.best-offers h2, .best-offers .list-sorting {
  margin: 0 0 40px;
}
.best-offers .list-sorting {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-sorting li {
  margin: 0 10px 0 0;
}
.list-sorting li:last-child {
  margin: 0;
}
.list-sorting li a {
  padding: 7px 15px;
  color: #010101;
  border-radius: 6px;
  border: none;
  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;
  line-height: 1;
}
.list-sorting li a:hover {
  background: #6989ad;
  color: #fff;
}
.list-sorting li a.active {
  background: #f5f5f5;
  color: #6989ad;
}

.list-sorting-v2 li {
  margin: 0 48px 0 0;
}
.list-sorting-v2 li:last-child {
  margin: 0;
}
.list-sorting-v2 li a {
  color: #000;
  padding: 0 0 5px;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}
.list-sorting-v2 li a:hover, .list-sorting-v2 li a.active {
  background: transparent;
  border-color: #6989ad;
  color: #000;
}

.product-card {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: solid 1px #d8d8d8;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 32px 30px 30px;
}
.product-card__title {
  text-align: center;
  width: 100%;
  margin: 0 auto 50px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.product-card__title:hover {
  color: #6989ad;
}
.product-card .slick-arrow {
  opacity: 0;
}
.product-card .slick-prev {
  left: -14px;
}
.product-card .slick-next {
  right: -14px;
}
.product-card__img {
  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;
  max-width: 232px;
  height: 185px;
  width: 100%;
  margin: 0 auto;
}
.product-card__img img {
  max-height: 100%;
}
.product-card__body {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-card__footer {
  width: 100%;
  margin: auto 0 0;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-card__price {
  font-size: 18px;
  font-weight: bold;
}
.product-card .btn {
  padding: 0 19px;
}
.product-card:hover {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  border-color: transparent;
}
.product-card:hover .product-card__title {
  color: #6989ad;
}
.product-card:hover .slick-arrow {
  opacity: 1;
}
.product-card:hover .btn {
  background: #68BD29;
  color: #fff;
}

.time-rent {
  margin: 0 0 0 auto;
}
.time-rent__title {
  font-weight: bold;
  margin: 0 0 10px;
}

.list-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-radio li {
  margin: 0 14px 5px 0;
}
.list-radio li:last-child {
  margin: 0 0 5px;
}

.label-radio-time {
  padding: 13px 16px;
  border-radius: 6px;
  line-height: 1;
  z-index: 1;
  cursor: pointer;
}
.label-radio-time .inp-radio {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 6px;
  z-index: -1;
}
.label-radio-time .inp-radio:checked {
  border: solid 1px #6989ad;
}
.label-radio-time .inp-radio:checked ~ .radio-text {
  color: #6989ad;
}

.product-card-v2 {
  border: none;
  padding: 0;
  background: transparent;
  position: relative;
  min-height: 355px;
  overflow: hidden;
}
.product-card-v2 .product-card-wrapper {
  padding: 30px 24px;
  border: solid 1px transparent;
  border-radius: 12px;
}
.product-card-v2 .product-card__title {
  margin: 10px 0 0;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}
.product-card-v2 .product-card__body {
  margin: 44px 0 15px;
}
.product-card-v2 .product-card__footer {
  opacity: 0;
}
.product-card-v2:hover {
  z-index: 2;
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-card-v2:hover .product-card-wrapper {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  border: solid 1px #f6f6f6;
}
.product-card-v2:hover .product-card__footer {
  opacity: 1;
}
.product-card-v2:hover .product-card__title {
  color: #000;
}
.product-card-v2:hover .btn {
  background: #6989ad;
}

.best-offers .list-sorting {
  margin: 0 auto 40px;
}

.link-all-catalog {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 40px auto;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 13px;
}
.link-all-catalog .link-catalog__icon {
  border: none;
  border-radius: 0;
  margin: -3px 0 0 11px;
  width: 5px;
  height: 9px;
}
.link-all-catalog .link-catalog__icon .svg-icon {
  margin: 0;
  width: 100%;
  height: 100%;
}

.products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-card-v3 {
  border: solid 1px #ededed;
  border-radius: 0;
  width: 20%;
  height: 380px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.product-card-v3 .product-card__footer {
  display: none;
}
.product-card-v3 .product-card__title {
  margin: 0 0 20px;
}
.product-card-v3:hover {
  opacity: 1;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}
.product-card-v3:hover .product-card-wrapper {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  border: solid 1px #ededed;
  z-index: 2;
}
.product-card-v3:hover .product-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-card-v3:hover .btn {
  background: #6989ad;
}

.product-card-wrapper {
  border: solid 1px transparent;
  background: #fff;
  width: 100%;
  position: absolute;
  padding: 34px 30px 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-load-products {
  margin: 30px auto 0;
  font-size: 13px;
  font-weight: normal;
  padding: 0 35px;
  text-transform: uppercase;
}

.types-cabins {
  margin: 100px 0;
}

.types-cabins-card .product-card__title {
  margin: 0 0 20px;
}
.types-cabins-card .product-card__img {
  height: 159px;
}
.types-cabins-card .product-card__body {
  margin: 20px 0 30px;
}
.types-cabins-card .product-card__price {
  width: 100%;
  margin: 0 0 16px;
}
.types-cabins-card .btn {
  padding: 0 26px;
}

.types-cabins-card-v2 {
  border: none;
}
.types-cabins-card-v2 .product-card__body, .types-cabins-card-v2 .product-card__footer {
  opacity: 0;
}
.types-cabins-card-v2 .btn {
  margin: 0 auto;
}
.types-cabins-card-v2 .product-card__footer {
  text-align: center;
}
.types-cabins-card-v2 .product-card__price {
  margin: 0 0 18px;
}
.types-cabins-card-v2:hover .product-card__body, .types-cabins-card-v2:hover .product-card__footer {
  opacity: 1;
}

.types-cabins-card-v3 {
  padding: 30px 30px 35px;
  border: solid 2px transparent;
}
.types-cabins-card-v3 .slide {
  position: relative;
}
.types-cabins-card-v3 .slide .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 27px;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  white-space: nowrap;
  opacity: 0;
  z-index: 2;
}
.types-cabins-card-v3 .product-card__price {
  text-align: center;
}
.types-cabins-card-v3 .product-card__body {
  margin: 19px auto;
}
.types-cabins-card-v3 .product-card__footer {
  opacity: 0;
}
.types-cabins-card-v3 .product-card__title {
  margin: 0 auto;
}
.types-cabins-card-v3:hover {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  border: solid 2px #6989ad;
}
.types-cabins-card-v3:hover .product-card__img {
  opacity: 0.6;
}
.types-cabins-card-v3:hover .btn {
  background: rgba(40, 40, 40, 0.6);
}
.types-cabins-card-v3:hover .slide .btn {
  opacity: 1;
}
.types-cabins-card-v3:hover .product-card__footer {
  opacity: 1;
}

.link-details {
  border-bottom: 1px dashed #6989ad;
  margin: 0 auto;
}

.additional-equipment {
  margin: 0 0 100px;
}

.additional-equipment-list {
  font-size: 18px;
}
.additional-equipment-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #6989ad;
  padding: 9px 14px 9px 26px;
  margin: 0 0 -1px;
  line-height: 1.2;
}
.additional-equipment-list-item:first-child {
  border-radius: 12px 12px 0 0;
  background: #fff;
}
.additional-equipment-list-item:last-child {
  border-radius: 0 0 12px 12px;
  margin: 0;
}
.additional-equipment-list-item:nth-child(even) {
  background: #f5f5f5;
}
.additional-equipment-list-item__icon {
  width: 22px;
  height: 27px;
  min-width: 22px;
  margin: 0 16px 0 0;
  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;
}
.additional-equipment-list-item__icon img {
  max-height: 100%;
}
.additional-equipment-list-item__price {
  margin: 0 0 0 auto;
}

.additional-equipment-list-v3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1;
}

.additional-equipment-list-item-v3 {
  margin: 0 0 30px;
  border: none;
  background: transparent;
  padding: 0 20px 0 66px;
  width: 25%;
  min-height: 48px;
  position: relative;
  -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;
}
.additional-equipment-list-item-v3 .additional-equipment-list-item__icon {
  border-radius: 6px;
  background-color: #6989ad;
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 10px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.additional-equipment-list-item-v3 .additional-equipment-list-item__icon img {
  -webkit-filter: invert(1) grayscale(0);
  filter: invert(1) grayscale(0);
}
.additional-equipment-list-item-v3 .additional-equipment-list-item__price {
  width: 100%;
  font-size: 14px;
  margin: 5px 0 0;
}
.additional-equipment-list-item-v3:last-child {
  border-radius: 0;
  margin: 0 0 30px;
}
.additional-equipment-list-item-v3:first-child {
  border-radius: 0;
  background: transparent;
}

.additional-equipment-wrapper {
  width: 100%;
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 40px 40px 10px;
}

.additional-equipment-wrapper-v2 {
  padding: 20px 20px 4px;
  position: relative;
}
.additional-equipment-wrapper-v2::before {
  content: "";
  position: absolute;
  left: 47%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: calc(100% - 40px);
  background: rgba(225, 225, 225, 0.5);
}
.additional-equipment-wrapper-v2 .additional-equipment-list-item {
  width: 50%;
  margin: 0 0 16px;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.additional-equipment-wrapper-v2 .additional-equipment-list-item__price {
  font-size: 14px;
  color: #999;
}

.additional-equipment-wrapper-v3 {
  padding-bottom: 0;
}

.additional-equipment-list-item-v2 {
  padding: 15px 10px 15px 25px;
  border-radius: 20px;
  height: 100%;
  border: none;
  background: #e7ecf2;
  margin: 0;
  font-size: 14px;
}
.additional-equipment-list-item-v2:last-child, .additional-equipment-list-item-v2:first-child {
  border-radius: 20px;
  background: #e7ecf2;
}
.additional-equipment-list-item-v2:nth-child(even) {
  background: #e7ecf2;
}
.additional-equipment-list-item-v2 .additional-equipment-list-item__icon {
  margin: 0 15px 0 0;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 10px;
  background: #282828;
}
.additional-equipment-list-item-v2 .additional-equipment-list-item__icon img {
  -webkit-filter: invert(1) grayscale(0);
  filter: invert(1) grayscale(0);
}
.additional-equipment-list-item-v2 .additional-equipment-list-item__name {
  font-size: 18px;
  margin: 0 0 2px;
}

.advantages {
  background: #3d3d3d;
  color: #fff;
  padding: 53px 0 30px;
}

.advantages-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.advantages-box__icon {
  width: 34px;
  min-width: 34px;
  margin: 0 19px 0 0;
  -webkit-filter: invert(1) grayscale(0);
  filter: invert(1) grayscale(0);
}
.advantages-box .box-text {
  max-width: 230px;
}

.advantages-v2 {
  margin: 100px 0 130px;
}
.advantages-v2 .advantages-box .h3 {
  white-space: nowrap;
}

.advantages-wrapper {
  background: #3d3d3d;
  border-radius: 30px;
  width: 100%;
  color: #fff;
  padding: 55px 40px 31px;
}

.advantages-v3 {
  margin: 100px 0;
}

.advantages-box-v3 {
  padding: 52px 28px 54px;
  border-radius: 30px;
  border: solid 2px #6989ad;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -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;
  text-align: center;
}
.advantages-box-v3:hover {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
}
.advantages-box-v3 .advantages-box__icon {
  -webkit-filter: none;
  filter: none;
  position: relative;
  margin: 0 auto 30px;
  z-index: 1;
}
.advantages-box-v3 .advantages-box__icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: rgba(204, 211, 219, 0.7);
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.advantages-box-v3 .box-text {
  max-width: 230px;
  margin: 0 auto;
}

.page-title-wrapper {
  padding: 40px 0;
}

.page-title-wrapper-v2 {
  margin: 38px 0 42px;
  padding: 15px 20px 20px;
  border-radius: 12px;
  background: #f5f5f5;
}

.page-title-wrapper-v3 {
  background: #e7ecf2;
  margin: 0 0 30px;
  padding: 30px 0;
}

.page-politics {
  padding: 0 0 120px;
}
.page-politics h2 {
  font-size: 30px;
  margin: 0 0 30px;
}
.page-politics .box-text {
  margin: 0 0 50px;
  line-height: 1.56;
  font-size: 18px;
}
.page-politics .box-text:last-child {
  margin: 0;
}
.page-politics .box-text p {
  margin: 0 0 30px;
}
.page-politics .box-text p:last-child {
  margin: 0;
}
.page-politics h3 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: bold;
}

.box-text__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  width: 100%;
  margin: 0 0 20px;
}

.info-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
  background: #e7ecf2;
  border-radius: 12px;
  line-height: 1.3;
  font-size: 18px;
  padding: 12px 30px 12px 26px;
}
.info-box__icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  fill: #6989ad;
  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;
  margin: 0 18px 0 0;
}

.meta-box {
  width: 100%;
  padding: 12px 80px 12px 25px;
  border-radius: 12px;
  border: solid 2px #29bd35;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin: 30px 0;
}

.description-box {
  margin: 0 0 30px;
  width: 100%;
  padding: 12px 45px 12px 27px;
  font-size: 18px;
  line-height: 1.3;
  background: #f5f5f5;
  border-left: 2px solid #6989ad;
}

.page-contacts-v1 {
  margin: 0 0 113px;
}

.contacts-advantage-card {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 40px 80px;
  color: #fff;
  border-radius: 30px;
}
.contacts-advantage-card__title {
  color: #fff;
  max-width: 245px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 19px;
}
.contacts-advantage-card__title:hover {
  color: #6989ad;
}
.contacts-advantage-card__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 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;
}
.contacts-advantage-card__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts-advantage-card__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
.contacts-advantage-card .link {
  text-transform: uppercase;
  font-size: 13px;
}
.contacts-advantage-card .link-icon {
  fill: #fff;
  width: 5px;
  height: 9px;
}

.contacts-map {
  width: 100%;
  border-radius: 6px;
}
.contacts-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.contacts-map-v1 {
  height: 100%;
}

.contacts-box {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 29px 30px 40px;
  border-radius: 6px;
  background-color: #f5f5f5;
  line-height: 1.1;
}
.contacts-box__icon {
  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: 30px;
  min-width: 30px;
  height: 30px;
  margin: 0 auto 34px;
}
.contacts-box__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1;
  width: 100%;
  margin: 0 auto 20px;
}
.contacts-box .address {
  font-size: 20px;
  line-height: 1.1;
}
.contacts-box .schedule {
  font-size: 16px;
  margin: 24px 0 0;
}
.contacts-box__list-social {
  width: 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;
  margin: 30px 0 0;
}
.contacts-box__list-social li {
  margin: 0 20px 0 0;
}
.contacts-box__list-social li:last-child {
  margin: 0;
}
.contacts-box__list-social li a {
  width: 30px;
  height: 30px;
  min-width: 30px;
  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;
}

.phone-box {
  margin: 0 auto 24px;
}
.phone-box:last-child {
  margin: 0;
}
.phone-box a {
  margin: 0 auto;
  font-size: 20px;
  color: #000;
}
.phone-box a:hover {
  color: #6989ad;
}

.callback-contacts {
  width: 100%;
  line-height: 1;
}
.callback-contacts__title {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: bold;
}
.callback-contacts__subtitle {
  font-size: 18px;
  margin: 0 0 24px;
}
.callback-contacts textarea {
  height: 120px;
}
.callback-contacts [type=submit] {
  padding: 0 42px;
}
.callback-contacts .consent {
  margin: 0 0 0 20px;
  color: #999;
  font-size: 13px;
}

.page-contacts-v2 {
  margin: 0 0 120px;
}

.contacts-map-v2 {
  height: 400px;
}

.contacts-box-v2 {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  background-color: #e7ecf2;
  padding: 36px 20px 34px;
  font-size: 20px;
}
.contacts-box-v2 .contacts-box__icon {
  margin: 0 auto 24px;
  fill: #6989ad;
}
.contacts-box-v2 a {
  color: #000;
  margin: 0 auto;
}

.callback-contacts-v2 {
  margin: 42px 0 0;
}
.callback-contacts-v2 [type=submit] {
  margin: 0 auto;
}
.callback-contacts-v2 .consent {
  text-align: center;
  margin: 10px auto 25px;
}
.callback-contacts-v2 .callback-contacts__title, .callback-contacts-v2 .callback-contacts__subtitle {
  text-align: center;
}

.contacts-box-v3 {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  background-color: #fff;
  position: relative;
  text-align: left;
  padding: 19px 40px 19px 30px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-box-v3 .contacts-box__icon {
  margin: 0 20px 0 0;
  fill: #6989ad;
}
.contacts-box-v3 a {
  color: #000;
}
.contacts-box-v3 a:hover {
  color: #6989ad;
}
.contacts-box-v3 .contacts-box__list-social {
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 0 18px;
}
.contacts-box-v3 .contacts-box__text {
  min-width: 140px;
}

.callback-contacts-wrapper {
  width: 100%;
  border-radius: 6px;
  background-color: #f5f5f5;
  padding: 50px;
}

.callback-contacts-v3 .consent {
  max-width: 363px;
}

.callback-contacts__form-v2 input, .callback-contacts__form-v2 textarea {
  background: #fff;
}

.callback-contacts-manager {
  width: 100%;
  text-align: center;
  line-height: 1.1;
}
.callback-contacts-manager__photo {
  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: 100%;
  max-width: 340px;
  height: 258px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 17px;
}
.callback-contacts-manager__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.callback-contacts-manager .name {
  font-size: 18px;
  margin: 0 auto 5px;
}
.callback-contacts-manager .position {
  font-weight: 300;
}

.page-category {
  margin: 0 0 146px;
}

.sidebar {
  width: 100%;
  position: relative;
}
.sidebar-close {
  width: 18px;
  height: 18px;
  fill: #6989ad;
  right: 20px;
  top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  position: absolute;
}

.sidebar-menu {
  width: 100%;
  border-radius: 6px;
  background: rgba(105, 137, 173, 0.16);
  padding: 16px 0;
  margin: 0 0 30px;
}

.sidebar-menu-list {
  width: 100%;
  font-size: 20px;
  line-height: 1;
}
.sidebar-menu-list li {
  margin: 0 0 13px;
  border-left: 1px solid transparent;
}
.sidebar-menu-list li:last-child {
  margin: 0;
}
.sidebar-menu-list li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  padding: 0 0 0 24px;
}
.sidebar-menu-list li a:hover {
  border-color: #6989ad;
  color: #6989ad;
}
.sidebar-menu-list li.active {
  border-color: #6989ad;
}
.sidebar-menu-list li.active .sidebar-menu-list__icon {
  display: none;
}
.sidebar-menu-list__icon {
  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: 7px;
  min-width: 7px;
  height: 13px;
  margin: 0 10px 0 0;
}

.sidebar-submenu-list {
  margin: 15px 0 0;
  padding: 0 0 0 15px;
}
.sidebar-submenu-list li {
  margin: 0 0 14px;
}
.sidebar-submenu-list li:last-child {
  margin: 0;
}
.sidebar-submenu-list li a {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
.sidebar-submenu-list li a:hover {
  color: #6989ad;
}

.sidebar-filter {
  width: 100%;
}
.sidebar-filter .list-checkbox li {
  margin: 0 0 14px;
}
.sidebar-filter .list-checkbox li:last-child {
  margin: 0;
}

.accordion {
  width: 100%;
}

.accordion-item {
  border: none;
  border-radius: 6px;
  background: #f5f5f5;
  margin: 0 0 4px;
}
.accordion-item:last-child {
  margin: 0;
}
.accordion-item:last-of-type {
  border-radius: 6px;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 6px;
}

.accordion-button {
  background: transparent;
  padding: 18px 20px;
  line-height: 1;
  border-radius: 6px 6px 0 0;
}
.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: #6989ad;
  font-weight: bold;
}
.accordion-button:not(.collapsed)::after {
  background: url("../img/dropdown-icon-blue.svg") no-repeat center;
  background-size: 100%;
}
.accordion-button:after {
  border: none;
  margin: 0 0 0 auto;
  width: 7px;
  height: 7px;
  background: url("../img/dropdown-icon.svg") no-repeat center;
  background-size: 100%;
}
.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-body {
  padding: 0 20px 20px;
}

.accordion-v2 {
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  padding: 10px 0;
}
.accordion-v2 .accordion-item {
  margin: 0;
  background: transparent;
}
.accordion-v2 .accordion-button {
  padding: 10px 0;
}
.accordion-v2 .accordion-body {
  background: #e7ecf2;
  border-radius: 6px;
  padding: 19px 20px;
}

.accordion-v3 .accordion-item {
  margin: 0 0 13px;
}
.accordion-v3 .accordion-item:first-of-type .accordion-button {
  border-radius: 6px 6px 0 0;
}
.accordion-v3 .accordion-item:last-child {
  margin: 0;
}
.accordion-v3 .accordion-body {
  background: rgba(105, 137, 173, 0.16);
  border-radius: 0 0 6px 6px;
}
.accordion-v3 .accordion-button {
  padding: 15px 25px 15px 20px;
  font-size: 20px;
  font-weight: normal;
}
.accordion-v3 .accordion-button::after {
  width: 12px;
  height: 6px;
  background: url("../img/accordion-icon.svg") no-repeat center;
  background-size: 100%;
}
.accordion-v3 .accordion-button:not(.collapsed) {
  background: rgba(105, 137, 173, 0.16);
  color: #6989ad;
  font-weight: normal;
}
.accordion-v3 .accordion-button:not(.collapsed)::after {
  background: url("../img/accordion-icon-blue.svg") no-repeat center;
  background-size: 100%;
}

.menu-catalog {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
}
.menu-catalog li {
  margin: 0 0 10px;
}
.menu-catalog li:last-child {
  margin: 0;
}
.menu-catalog li a {
  color: #010101;
  position: relative;
}
.menu-catalog li a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  height: 0;
  width: 1px;
  background: #6989ad;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu-catalog li a:hover, .menu-catalog li a.active {
  color: #010101;
  font-weight: bold;
}
.menu-catalog li a:hover::before, .menu-catalog li a.active::before {
  height: 100%;
}

.sidebar-title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.sidebar-title-mobile {
  display: none;
}

.btn-clear {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
}
.btn-clear__icon {
  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: 13px;
  height: 15px;
  min-width: 13px;
  margin: 0 8px 0 0;
  fill: #777;
}

.sidebar-callback {
  margin: 30px 0 0;
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  background-color: #fff;
  padding: 30px 25px;
}
.sidebar-callback__title {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.3;
}
.sidebar-callback .form-callback [type=submit] {
  width: 100%;
}
.sidebar-callback .form-callback .label-checkbox {
  margin: 19px 0 0;
}

.btn-load-category {
  margin: 40px auto 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  padding: 0 35px;
}

.category-list-col-btn {
  width: 20%;
  padding: 0 7.5px;
  margin: 0 0 10px;
}

.category-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7.5px 30px;
}
.category-list-col {
  padding: 0 7.5px;
  width: 20%;
  display: none;
  margin: 0 0 10px;
  max-width: 225px;
}
.category-list-col:nth-child(-n+4) {
  display: block;
}
.category-list__item {
  position: relative;
  padding: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: #f5f5f5;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.category-list__item:hover {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  background: #fff;
}
.category-list__item.active {
  background: #e7ecf2;
  border-color: #6989ad;
}
.category-list__item.active .category-list__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-list__clear {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #6989ad;
  fill: #fff;
  border-radius: 50%;
  z-index: 1;
  top: -8px;
  right: -8px;
  padding: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.category-list-all {
  padding: 10px;
  height: auto;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  min-height: 46px;
}

.tab-content-category {
  width: 100%;
  margin: 35px 0 10px;
}

.nav-tabs-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  border: none;
  border-radius: 0;
}
.nav-tabs-category .nav-item {
  margin: 0 14px 0 0;
}
.nav-tabs-category .nav-link {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 13px;
  height: 13px;
  fill: #bbb;
  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;
}
.nav-tabs-category .nav-link.active {
  fill: #000;
}

.sorting-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.1;
}
.sorting-box p {
  color: #999999;
  margin: 0 10px 0 0;
}

.filter-category {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.filter-category-item {
  margin: 0 14px 10px 0;
}
.filter-category-item:last-child {
  margin: 0 0 10px;
}
.filter-category-item .dropdown-toggle {
  color: #010101;
  padding: 13.5px 14px;
  border: solid 1px #d8d8d8;
  border-radius: 6px;
  background: #fff;
  line-height: 1;
  position: relative;
}
.filter-category-item .dropdown-toggle:hover {
  color: #010101;
}
.filter-category-item .dropdown-toggle::after {
  border: none;
  margin: 0 0 0 20px;
  width: 7px;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("../img/dropdown-icon.svg") no-repeat center;
  background-size: 100%;
}
.filter-category-item .dropdown-toggle.show {
  border-color: transparent;
  z-index: 1001;
}
.filter-category-item__clear {
  position: absolute;
  right: 10px;
  top: 19px;
  width: 7px;
  height: 7px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  fill: #000;
  cursor: pointer;
}
.filter-category-item.active .filter-category-item__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-category-item.active .dropdown-toggle {
  pointer-events: none;
}
.filter-category-item.active .dropdown-toggle span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 95px;
  margin: 0 10px 0 0;
}
.filter-category-item.active .dropdown-toggle::after {
  display: none;
}
.filter-category-item .dropdown-menu {
  width: 100%;
  min-width: 188px;
  padding: 60px 15px 19px;
  margin: 0;
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  border: none;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
}
.filter-category-item .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 45px;
  width: calc(100% - 30px);
  height: 1px;
  background: #d8d8d8;
}
.filter-category-item .dropdown-menu .label-checkbox {
  color: #010101;
  font-size: 16px;
  line-height: 1;
}
.filter-category-item .dropdown-menu .checkbox-custom {
  width: 12px;
  height: 12px;
  min-width: 12px;
  margin: 0 7px 0 0;
}
.filter-category-item .dropdown-menu .inp-check:checked ~ .checkbox-custom {
  background-size: 8px;
}
.filter-category-item .dropdown-menu .inp-check:checked ~ .checkbox-text {
  color: #6989ad;
}
.filter-category-item .scroll-vertical {
  max-height: 153px;
}

.list-checkbox li {
  margin: 0 0 11px;
}
.list-checkbox li:last-child {
  margin: 0;
}

.product-card-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: solid 1px #d8d8d8;
  background: #fff;
  margin: 0 0 -1px;
  padding: 15px 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.product-card-line:hover {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  z-index: 1;
}
.product-card-line:hover .btn {
  background: #68BD29;
}
.product-card-line:first-child {
  border-radius: 6px 6px 0 0;
}
.product-card-line:last-child {
  margin: 0 0 40px;
  border-radius: 0 0 6px 6px;
}
.product-card-line__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: 61px;
  min-width: 61px;
  margin: 0 30px 0 0;
}
.product-card-line__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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-card-line__title {
  margin: 0 0 4px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.product-card-line__title:hover {
  color: #6989ad;
}
.product-card-line__footer {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-card-line__price {
  margin: 0 24px 0 0;
  font-size: 18px;
  font-weight: bold;
}

.availability-item {
  color: #010101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.availability-item::before {
  content: "";
  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: 6px;
  height: 6px;
  margin: 0 9px 0 0;
  border-radius: 50%;
}

.are-available::before {
  background: #68BD29;
}

.order-available {
  color: #999;
}
.order-available::before {
  background: #999;
}

.table-category {
  margin: 0 0 40px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
}
.table-category td, .table-category th {
  vertical-align: middle;
}
.table-category td:first-child, .table-category th:first-child {
  text-align: left;
  max-width: 305px;
  padding: 20px;
}
.table-category td:last-child, .table-category th:last-child {
  min-width: 130px;
}
.table-category thead {
  color: #fff;
  border: solid 1px #d8d8d8;
  background-color: #3d3d3d;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
}
.table-category thead th {
  padding: 20px 10px;
}
.table-category thead th:first-child {
  padding: 20px;
}
.table-category .btn-order {
  display: none;
  padding: 0 15px;
  font-size: 18px;
  margin: 0 auto;
}
.table-category tbody tr {
  margin: 0 0 -1px;
  border: solid 1px #d8d8d8;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.table-category tbody tr:last-child {
  margin: 0;
}
.table-category tbody tr:hover {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  z-index: 1;
  position: relative;
}
.table-category tbody tr:hover .btn-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #68BD29;
}
.table-category tbody tr:hover .table-category__price {
  display: none;
}
.table-category tbody td {
  padding: 6px 10px;
  height: 60px;
}
.table-category .availability-item {
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table-category__title {
  color: #000;
}
.table-category__title:hover {
  color: #6989ad;
}

.btn-sidebar {
  display: none;
  width: 100%;
  margin: 0 0 20px;
}

.selected-filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.selected-filters-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  background: #6989ad;
  margin: 0 16px 10px 0;
  border-radius: 6px;
  padding: 12px 34px 12px 15px;
  line-height: 1;
}
.selected-filters-item:last-child {
  margin: 0 0 10px;
}
.selected-filters-item__close {
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 14px;
  width: 10px;
  height: 10px;
  fill: #fff;
}

.list-sorting-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-sorting-v3 li {
  margin: 0 20px 0 0;
}
.list-sorting-v3 li:last-child {
  margin: 0;
}
.list-sorting-v3 li a {
  color: #010101;
  padding: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.list-sorting-v3 li a:hover {
  color: #6989ad;
  background: transparent;
}
.list-sorting-v3 li a.active {
  background: transparent;
  color: #6989ad;
  border-color: #6989ad;
}

.page-catalog .section-description {
  margin: 0 0 35px;
}

.product-gallery-wrapper {
  margin: 0 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-gallery-wrapper-v2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-gallery {
  width: 100%;
  margin: 0 0 9px;
}
.product-gallery-item {
  padding: 57px;
  width: 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;
}

.product-gallery-preview {
  padding: 0 20px;
}
.product-gallery-preview .product-gallery-item {
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 15px;
  width: 100%;
  height: 100px;
  background: #fff;
  cursor: pointer;
  opacity: 0.5;
}
.product-gallery-preview .product-gallery-item img {
  max-height: 100%;
}
.product-gallery-preview .slide {
  padding: 20px 10px;
}
.product-gallery-preview .slick-current .product-gallery-item {
  opacity: 1;
  border-color: #6989ad;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
}

.product-gallery2 {
  width: calc(100% - 120px);
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.product-gallery-preview2 {
  max-width: 120px;
  padding: 30px 0;
}
.product-gallery-preview2 .slick-slide {
  padding: 10px;
}
.product-gallery-preview2 .product-gallery-item {
  width: 100%;
  height: 68px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 13px;
}
.product-gallery-preview2 .slick-arrow {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product-gallery-preview2 .slick-arrow svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-gallery-preview2 .slick-prev {
  top: 0;
}
.product-gallery-preview2 .slick-next {
  bottom: 0;
  top: auto;
}

.description-product .link-details {
  margin: 19px 0 0;
}
.description-product-box {
  margin: 0 0 30px;
  line-height: 1.1;
}
.description-product-box ul li {
  margin: 0 0 8px;
}
.description-product-box ul li:last-child {
  margin: 0;
}
.description-product-box .list-radio li {
  margin: 0 14px 8px 0;
}
.description-product-box .list-radio li:last-child {
  margin: 0 0 5px;
}
.description-product-box:last-child {
  margin: 0;
}
.description-product-box__title {
  margin: 0 0 19px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
.description-product__footer {
  width: 100%;
  padding: 30px 0 0;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
}

.description-product-v2 {
  margin: 28px 0 0;
}

.equipment-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 16px;
  line-height: 1.1;
}
.equipment-box:last-child {
  margin: 0;
}
.equipment-box__icon {
  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;
  margin: 0 18px 0 0;
  background: #282828;
  border-radius: 6px;
  padding: 10px;
  width: 48px;
  height: 48px;
  min-width: 48px;
}
.equipment-box__icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.equipment-box__price {
  color: #999;
  font-size: 14px;
  margin: 7px 0 0;
}

.label-radio-product {
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
}
.label-radio-product input {
  display: none;
}
.label-radio-product input:checked ~ .radio-text {
  text-decoration: underline;
  color: #6989ad;
}
.label-radio-product input:checked ~ .radio-text .radio-checked {
  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;
}
.label-radio-product .radio-image {
  border-radius: 6px;
  background-color: #282828;
  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: 48px;
  height: 48px;
  min-width: 48px;
}
.label-radio-product .radio-image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.label-radio-product .radio-text {
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.label-radio-product-v2 {
  font-size: 14px;
}
.label-radio-product-v2 .radio-image {
  border: 1px solid transparent;
  margin: 0 auto;
}
.label-radio-product-v2 .radio-text {
  font-weight: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.label-radio-product-v2 .radio-checked {
  position: relative;
  margin: 0 5px 0 0;
  right: 0;
  top: 0;
  border: solid 1px #d8d8d8;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
}
.label-radio-product-v2 input:checked ~ .radio-image {
  border-color: #6989ad;
  -webkit-box-shadow: 0px 4px 5px 0 rgba(105, 137, 173, 0.21);
  box-shadow: 0px 4px 5px 0 rgba(105, 137, 173, 0.21);
}
.label-radio-product-v2 input:checked ~ .radio-text {
  text-decoration: none;
  color: #000;
}
.label-radio-product-v2 input:checked ~ .radio-text .radio-checked {
  border-color: #6989ad;
  background: #6989ad;
}

.label-radio-product-v3 {
  font-size: 14px;
  font-weight: normal;
}
.label-radio-product-v3 .radio-image {
  position: relative;
  border: none;
  overflow: visible;
}
.label-radio-product-v3 .radio-image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 6px;
  border: 2px solid #6989ad;
  opacity: 0;
}
.label-radio-product-v3 .radio-checked {
  top: -8px;
  right: -8px;
}
.label-radio-product-v3 input:checked ~ .radio-image::before {
  opacity: 1;
}
.label-radio-product-v3 input:checked ~ .radio-text {
  text-decoration: none;
}

.radio-checked {
  top: 3px;
  right: 4px;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #6989ad;
  padding: 3px;
  display: none;
}

.product-order-info {
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  background: #fff;
  padding: 28px 25px 32px;
}
.product-order-info .btn {
  width: 100%;
  margin: 0 auto 15px;
}
.product-order-info .btn:last-child {
  margin: 0 auto;
}
.product-order-info .price {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.product-order-info .availability-item {
  margin: 17px 0 20px;
}

.product-order-info-v2 {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
}
.product-order-info-v2 .price {
  margin: 0 0 20px;
}

.product-order-info-v3 {
  margin-left: auto;
}

.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper:hover .tooltip-box {
  display: block;
}

.tooltip-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 13px;
  line-height: 1.1;
  cursor: pointer;
}
.tooltip-btn__icon {
  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;
  margin: 0 10px 0 0;
  border: solid 1px #d8d8d8;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  min-width: 16px;
  font-size: 13px;
  padding: 3px 0 0;
}

.tooltip-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  padding: 10px;
  font-size: 14px;
  line-height: 1.1;
  z-index: 2;
  min-width: 280px;
  max-width: 280px;
  border-radius: 6px;
  margin: 0 0 10px;
  display: none;
}
.tooltip-box::before {
  content: "";
  position: absolute;
  border-top: 8px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
}

.nav-tabs-v2 {
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 20px;
}
.nav-tabs-v2 .nav-item {
  margin: 0 20px 10px 0;
}
.nav-tabs-v2 .nav-item:last-child {
  margin: 0 0 10px;
}
.nav-tabs-v2 .nav-link {
  margin: 0;
  padding: 10px 17px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #f5f5f5;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-tabs-v2 .nav-link svg {
  height: 15px;
  width: 15px;
  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;
  fill: #6989ad;
  margin: 0 9px 0 0;
}
.nav-tabs-v2 .nav-link.active {
  border: 1px solid #6989ad;
  color: #6989ad;
  background: #f5f5f5;
}

.nav-tabs-v3 {
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 20px;
}
.nav-tabs-v3 .nav-item {
  margin: 0 20px 10px 0;
}
.nav-tabs-v3 .nav-item:last-child {
  margin: 0 0 10px;
}
.nav-tabs-v3 .nav-link {
  margin: 0;
  padding: 10px 17px;
  line-height: 1;
  border: none;
  border-radius: 6px;
  background: #f5f5f5;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-tabs-v3 .nav-link svg {
  height: 15px;
  width: 15px;
  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;
  fill: #6989ad;
  margin: 0 9px 0 0;
}
.nav-tabs-v3 .nav-link.active {
  color: #fff;
  background: #6989ad;
}

.nav-tabs-v4 {
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-tabs-v4 .nav-item {
  margin: 0 20px 10px 0;
}
.nav-tabs-v4 .nav-item:last-child {
  margin: 0 0 10px;
}
.nav-tabs-v4 .nav-link {
  margin: 0;
  padding: 0 0 2px;
  line-height: 1;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-tabs-v4 .nav-link svg {
  height: 15px;
  width: 15px;
  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;
  fill: #6989ad;
  margin: 0 9px 0 0;
}
.nav-tabs-v4 .nav-link.active {
  color: #282828;
  border-color: #6989ad;
}

.nav-tabs-v5 {
  width: 100%;
  border-bottom: 1px solid #282828;
  border-radius: 0;
  font-size: 20px;
}
.nav-tabs-v5 .nav-item {
  margin: 0;
}
.nav-tabs-v5 .nav-link {
  margin: 0;
  padding: 8px 40px;
  line-height: 1;
  border: none;
  border-radius: 4px 4px 0 0;
  background: transparent;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-tabs-v5 .nav-link svg {
  height: 15px;
  width: 15px;
  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;
  fill: #6989ad;
  margin: 0 9px 0 0;
}
.nav-tabs-v5 .nav-link.active {
  color: #fff;
  background: #282828;
}

.tab-content-product {
  margin: 24px 0 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
}

.nav-tabs-product-v2 {
  margin: 60px 0 0;
  border-bottom: 1px solid #6989ad;
}
.nav-tabs-product-v2 .nav-item {
  margin: 0;
}
.nav-tabs-product-v2 .nav-item:last-child {
  margin: 0;
}
.nav-tabs-product-v2 .nav-link {
  border: none;
  background: transparent;
  border-radius: 6px 6px 0 0;
}
.nav-tabs-product-v2 .nav-link.active {
  background: #6989ad;
  color: #fff;
}

.nav-tabs-product-v3 {
  margin: 80px 0 0;
}
.nav-tabs-product-v3 .nav-item {
  margin: 0 10px 0 0;
}
.nav-tabs-product-v3 .nav-item:last-child {
  margin: 0;
}
.nav-tabs-product-v3 .nav-link {
  border-radius: 6px 6px 0 0;
  background: transparent;
  margin-bottom: -1px;
}
.nav-tabs-product-v3 .nav-link.active {
  color: #000;
  background: #e7ecf2;
  border-bottom-color: transparent;
}

.tab-content-product-v2 {
  margin: 0;
  background: #e7ecf2;
  border: 1px solid #6989ad;
  border-radius: 0 6px 6px 6px;
  padding: 28px 34px 27px 17px;
}

.recommended-products {
  margin: 87px 0 0;
}

.slider-nav-v2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slider-nav-v2 .slick-next {
  margin: 0 0 0 12px;
}
.slider-nav-v2 .slick-arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 6px;
  background: #f5f5f5;
  padding: 10px 15px;
}
.slider-nav-v2 .slick-arrow:hover {
  background: #e7ecf2;
}

.slider-nav-v3 .slick-next {
  margin: 0 0 0 12px;
}
.slider-nav-v3 .slick-arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 6px;
  background: #fff;
  padding: 10px 15px;
}
.slider-nav-v3 .slick-arrow:hover {
  background: #e7ecf2;
}

.recommended-products-slider .slick-list {
  margin: 0 -16.5px;
}
.recommended-products-slider .slide {
  padding: 28px 16.5px;
}

.landing-home {
  padding: 86px 0 82px;
  position: relative;
  z-index: 1;
}
.landing-home__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}
.landing-home h1 {
  font-size: 70px;
  margin: 0 auto 55px;
  line-height: 1.1;
}

.landing-home-v1 {
  color: #fff;
}
.landing-home-v1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #030303;
  opacity: 0.64;
  z-index: -1;
}

.landing-home-v2 {
  background: #f5f5f5;
  padding: 210px 0 70px;
}
.landing-home-v2 h2 {
  font-size: 60px;
  margin: 0 0 50px;
}
.landing-home-v2 .landing-home-advantages-item {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 37px;
}
.landing-home-v2 .landing-home-advantages-item:last-child {
  margin: 0 0 37px;
}
.landing-home-v2 .landing-home-advantages-item__icon {
  background: #6989ad;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border: none;
  padding: 13px;
}
.landing-home-v2 .landing-home-advantages-item__body {
  max-width: 160px;
}

.landing-home-v3 {
  padding: 106px 0;
}
.landing-home-v3 .box-text {
  margin: 30px 0 59px;
  font-size: 24px;
  font-weight: 300;
  max-width: 835px;
}
.landing-home-v3 h1 {
  margin: 0;
}
.landing-home-v3 .landing-home-advantages-item {
  max-width: 350px;
  width: 100%;
  border: solid 1px #fff;
  margin: 0 0 30px auto;
  padding: 30px;
  font-size: 26px;
  line-height: 1.2;
}
.landing-home-v3 .landing-home-advantages-item strong {
  display: block;
}
.landing-home-v3 .landing-home-advantages-item__icon {
  border: none;
  border-radius: 0;
  width: 37px;
  min-width: 37px;
  height: 34px;
  padding: 0;
}
.landing-home-v3 .landing-home-advantages-item:last-child {
  margin: 0 0 0 auto;
}

.special-offer {
  width: 100%;
  margin: 10px 0 0;
}
.special-offer__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}
.special-offer-form {
  max-width: 530px;
  width: 100%;
  position: relative;
}
.special-offer-form button {
  position: absolute;
  right: 0;
  top: 0;
}
.special-offer-form input {
  border: solid 1px #cecece;
  background: #fff;
}
.special-offer-form .consent {
  font-size: 12.5px;
  color: #999;
  line-height: 1.1;
}

.special-offer-form-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: none;
}
.special-offer-form-v2 label {
  max-width: 400px;
}
.special-offer-form-v2 button {
  position: relative;
  margin: 0 0 0 17px;
}
.special-offer-form-v2 .label-checkbox {
  width: 100%;
  max-width: none;
}

.special-offer-form-v3 {
  max-width: 600px;
  margin: 24px auto 0;
}
.special-offer-form-v3 .consent {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.landing-home__image {
  min-width: 1354px;
}

.landing-home-advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 22px;
  font-size: 30px;
  font-weight: 300;
}
.landing-home-advantages-item strong {
  font-weight: bold;
}
.landing-home-advantages-item:last-child {
  margin: 0;
}
.landing-home-advantages-item__icon {
  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;
  margin: 0 30px 0 0;
  border: dashed 1px #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  min-width: 70px;
  padding: 15px;
}

.landing-home-callback {
  width: 100%;
  max-width: 540px;
  border-radius: 6px;
  padding: 53px 70px;
  background: rgba(255, 255, 255, 0.18);
}
.landing-home-callback__title {
  text-align: center;
  margin: 0 auto 27px;
  font-size: 24px;
  font-weight: bold;
}
.landing-home-callback .form-callback input {
  background: #fff;
  border: none;
}
.landing-home-callback .form-callback button {
  width: 100%;
  margin: 19px 0 0;
}

.calculate-box {
  width: 100%;
  height: 100%;
  background: #6989ad;
  color: #fefefe;
  border-radius: 12px;
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.calculate-box__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1;
  width: 100%;
  margin: 0 0 18px;
  color: #fff;
}
.calculate-box__body {
  width: 100%;
}
.calculate-box__footer {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto 0 0;
}
.calculate-box .btn {
  padding: 10px 20px;
}
.calculate-box__total p {
  font-size: 18px;
  font-weight: bold;
  margin: 4px 0 0;
}
.calculate-box .dropdown {
  margin: 0 0 60px;
}

.dropdown-v1 {
  width: 100%;
}
.dropdown-v1 .dropdown-toggle {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 20px;
  color: #999;
}
.dropdown-v1 .dropdown-toggle:after {
  border: none;
  width: 12px;
  height: 6px;
  min-width: 12px;
  background: url("../img/arrow-bottom-black.svg") no-repeat center;
  background-size: 100%;
}
.dropdown-v1 .dropdown-menu {
  border: none;
  width: 100%;
  top: 100%;
  margin: -10px 0 0 !important;
  padding: 20px 20px 15px;
  border-radius: 6px;
}
.dropdown-v1 .scroll-vertical {
  max-height: 300px;
}

.dropdown-v2 .dropdown-toggle {
  border: solid 1px #d8d8d8;
}
.dropdown-v2 .dropdown-toggle.show {
  border-radius: 6px 6px 0 0;
  border-color: transparent;
  z-index: 1002;
  position: relative;
  background: transparent;
}
.dropdown-v2 .dropdown-menu {
  padding: 54px 0 0;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  margin: -50px 0 0 !important;
  border: none;
  top: 0 !important;
}
.dropdown-v2 .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 46px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: solid 1px #d8d8d8;
  border-radius: 0.5px;
  width: calc(100% - 40px);
}
.dropdown-v2 .calculate-box-list {
  font-size: 16px;
  line-height: 1.1;
}
.dropdown-v2 .calculate-box-list li {
  margin: 0;
}
.dropdown-v2 .calculate-box-list li a {
  padding: 7px 20px;
  width: 100%;
}
.dropdown-v2 .calculate-box-list li a:hover {
  color: #6989ad;
  background: #e7ecf2;
}
.dropdown-v2 .calculate-box-list li a.active {
  text-decoration: none;
  color: #6989ad;
  background: #e7ecf2;
}

.calculate-box-list li {
  margin: 0 0 10px;
}
.calculate-box-list li:last-child {
  margin: 0;
}
.calculate-box-list li a {
  color: #000;
}
.calculate-box-list li a:hover {
  color: #6989ad;
}
.calculate-box-list li a.active {
  color: #6989ad;
  text-decoration: underline;
}

.calculate-box-range {
  width: 100%;
  margin: 0 0 60px;
}
.calculate-box-range .ui-widget.ui-widget-content {
  border: none;
  border-radius: 2px;
  height: 4px;
}
.calculate-box-range .ui-slider .ui-slider-range {
  background: #68BD29;
}
.calculate-box-range .ui-slider .ui-slider-handle {
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #68BD29;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calculate-box-range .ui-slider .ui-slider-handle.ui-state-focus, .calculate-box-range .ui-slider .ui-slider-handle.ui-state-hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
}
.calculate-box-range__title {
  margin: 14px 0 0;
  width: 100%;
}

.slider-range__value {
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 26px;
  background: #fff;
  text-align: center;
  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: 6px;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto 9px;
  color: #000;
  font-size: 16px;
}
.slider-range__value::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 7px solid #fff;
}

.information-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 0;
  font-size: 13px;
}
.information-box__icon {
  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;
  fill: #fff;
  margin: 0 13px 0 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
}

.calculate-box-v2 {
  background: #f5f5f5;
  border: 2px solid #6989ad;
  color: #000;
}
.calculate-box-v2 .calculate-box__title {
  color: #000;
}
.calculate-box-v2 .dropdown {
  margin: 0 0 20px;
}
.calculate-box-v2 .calculate-box-range {
  margin: 0 0 30px;
}
.calculate-box-v2 .calculate-box-range__title {
  margin: 0 0 16px;
}
.calculate-box-v2 .ui-widget.ui-widget-content {
  background: #c5c5c5;
}
.calculate-box-v2 .ui-slider .ui-slider-handle {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 2px solid #6989ad;
  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;
  top: -10px;
}
.calculate-box-v2 .ui-slider .ui-slider-handle:hover, .calculate-box-v2 .ui-slider .ui-slider-handle:focus {
  border: 2px solid #6989ad;
}
.calculate-box-v2 .slider-range__value {
  bottom: 0;
  font-size: 14px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.calculate-box-v2 .slider-range__value::before {
  display: none;
}
.calculate-box-v2 .ui-slider .ui-slider-range {
  background: #6989ad;
}
.calculate-box-v2 .information-box__icon {
  fill: #6989ad;
  margin: 0 9px 0 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
}

.quick-calculation-v3 .quick-calculation-wrapper {
  padding: 60px 100px;
}

.calculate-box-v3 {
  background: transparent;
  padding: 0;
  border-radius: 0;
  max-width: 600px;
  margin: 44px 0 0;
  height: auto;
}
.calculate-box-v3 .dropdown {
  margin: 0 0 43px;
}
.calculate-box-v3 .dropdown .dropdown-toggle-selected {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.calculate-box-v3 .calculate-box-range {
  margin: 0 0 43px;
}
.calculate-box-v3 .calculate-box-range .ui-slider .ui-slider-handle, .calculate-box-v3 .calculate-box-range .ui-slider .ui-slider-range {
  background: #6989ad;
}
.calculate-box-v3 .calculate-box-range__title {
  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;
  margin: 0 0 30px;
}
.calculate-box-v3 .calculate-box__footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.calculate-box-v3 .calculate-box__footer .btn {
  margin: 0 0 0 28px;
}
.calculate-box-v3 .calculate-box__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calculate-box-v3 .calculate-box__total p {
  margin: 0 0 0 10px;
}

.dropdown-v3 .dropdown-toggle {
  padding: 8px 15px;
  font-size: 13px;
  line-height: 1.1;
  min-height: 46px;
}
.dropdown-v3 .dropdown-toggle.show {
  position: relative;
  z-index: 1001;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
}
.dropdown-v3 .dropdown-toggle.show .dropdown-toggle-selected {
  display: none;
}
.dropdown-v3 .dropdown-menu {
  padding: 16px 15px;
}

.calculate-box-range__val {
  font-size: 18px;
  font-weight: bold;
}

.slider-range-variable {
  width: 100%;
  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;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 300;
  margin: 15px 0 0;
}

.quick-calculation__image {
  max-width: 527px;
  width: 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;
}
.quick-calculation__image img {
  width: 100%;
}

.callback-offer {
  margin: 110px 0;
}
.callback-offer .box-text {
  font-size: 18px;
  font-weight: 300;
  margin: 30px 0;
}

.callback-offer-wrapper {
  width: 100%;
  background: #f5f5f5;
  border-radius: 30px;
  padding: 0 70px;
}

.callback-offer-content {
  margin: 107px 0 103px;
}

.form-callback-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 616px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-callback-offer label {
  width: calc(50% - 8px);
  max-width: 300px;
}
.form-callback-offer button {
  width: calc(50% - 8px);
}
.form-callback-offer input {
  background: #fff;
}
.form-callback-offer .consent {
  width: calc(50% - 8px);
  color: #999;
  font-size: 13px;
}

.callback-offer-image {
  max-width: 376px;
  height: 466px;
  overflow: hidden;
}

.works-slider {
  margin: 34px 0 0;
}
.works-slider__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 0;
}
.works-slider__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 29px;
}

.works-slider2 .slick-list {
  margin: 0 -16.5px;
}
.works-slider2 .slick-slide {
  padding: 0 16.5px;
}
.works-slider2 .works-slider-gallery-item {
  height: 400px;
  width: 100%;
  border-radius: 12px;
  position: relative;
}
.works-slider2 .works-slider-gallery-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #6989ad url("../img/zoom-in.svg") no-repeat center;
  background-size: 36px;
}
.works-slider2 .works-slider-gallery-item img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.works-slider2 .works-slider-gallery-item:hover::before {
  opacity: 1;
}

.works-slide-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works-slider-gallery {
  width: calc(100% - 500px);
}
.works-slider-gallery .slick-arrow {
  top: auto;
  -webkit-transform: none;
  transform: none;
  bottom: 9px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 6px;
  fill: #cfcfcf;
  padding: 10px 15px;
}
.works-slider-gallery .slick-arrow:hover {
  background: #e7ecf2;
  fill: #6989ad;
}
.works-slider-gallery .slick-prev {
  left: auto;
  right: 62px;
}
.works-slider-gallery .slick-next {
  right: 10px;
}

.works-slider-gallery-item {
  width: 100%;
  border-radius: 12px;
  height: 690px;
  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;
}
.works-slider-gallery-item img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-slider3 .slick-slide {
  padding: 0 16.5px;
}

.works-slider-gallery-item-v2 {
  color: #fff;
  position: relative;
  border-radius: 0;
  margin: 0 0 32px;
  height: 576px;
}
.works-slider-gallery-item-v2:last-child {
  margin: 0;
}
.works-slider-gallery-item-v2 img {
  border-radius: 0;
}
.works-slider-gallery-item-v2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: rgba(0, 0, 0, 0.6) url("../img/search+.svg") no-repeat center;
  background-size: 45px;
}
.works-slider-gallery-item-v2:hover {
  color: #fff;
}
.works-slider-gallery-item-v2:hover .works-slider-gallery-item__body {
  opacity: 1;
}
.works-slider-gallery-item-v2:hover::before {
  opacity: 1;
}
.works-slider-gallery-item-v2 .works-slider-gallery-item__body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 20px;
  opacity: 0;
}
.works-slider-gallery-item-v2 .works-slider-gallery-item__title {
  font-size: 22px;
  font-weight: bold;
  display: block;
}
.works-slider-gallery-item-v2 .works-slider-gallery-item__text {
  font-size: 18px;
  font-weight: 300;
  max-width: 270px;
  display: block;
}
.works-slider-gallery-item-v2.h-328 {
  height: 328px;
}

.works-slider-content {
  max-width: 500px;
  width: 100%;
  padding: 23px 0 0 50px;
}

.works-slider-content__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.works-slider-content__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
  color: #010101;
}
.works-slider-content__info-item span {
  display: block;
  font-weight: bold;
}

.works-slider-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 468px;
}

.info-box-item__icon {
  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: 0 18px 0 0;
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: #f5f5f5;
  padding: 20px;
  fill: #6989ad;
}

.manager-quote {
  margin: 46px 0 0;
  width: 100%;
}
.manager-quote__content {
  position: relative;
  padding: 46px 0 0;
  line-height: 1.44;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.manager-quote__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 34px;
  background: url("../img/quotation.svg") no-repeat center;
  background-size: 100%;
}

.manager-quote-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}
.manager-quote-author__photo {
  border-radius: 50%;
  margin: 0 13px 0 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
}
.manager-quote-author__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.manager-quote-author p {
  font-size: 18px;
  font-weight: bold;
}
.manager-quote-author span {
  display: block;
  margin: 2px 0 0;
  color: #010101;
  font-size: 15px;
}

.advantages-company {
  margin: 130px 0 100px;
}

.advantages-company-box {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #e7ecf2;
  border-radius: 30px;
  padding: 55px 20px 46px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.advantages-company-box:hover {
  color: #fff;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  background: #6989ad;
}
.advantages-company-box:hover .advantages-company-box__icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.advantages-company-box__icon {
  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: 52px;
  height: 52px;
  margin: 0 auto 30px;
  fill: #6989ad;
}
.advantages-company-box__text {
  max-width: 180px;
  margin: 0 auto;
}
.advantages-company-box span {
  display: block;
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 300;
}

.advantages-company-box-v2 {
  background: transparent;
  padding: 0;
  border-radius: 0;
  text-align: left;
}
.advantages-company-box-v2 .advantages-company-box__text {
  max-width: none;
}
.advantages-company-box-v2 .advantages-company-box__icon {
  margin: 0 0 28px;
}
.advantages-company-box-v2:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: initial;
}
.advantages-company-box-v2:hover .advantages-company-box__icon {
  -webkit-filter: none;
  filter: none;
}

.advantages-company-v2 .advantages-company-box {
  line-height: 1.4;
}
.advantages-company-v2 .advantages-company-box__text {
  margin: 0;
  max-width: 320px;
}
.advantages-company-v2 .advantages-company-box__text span {
  max-width: 260px;
}

.advantages-company-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 35px;
}
.advantages-company-title__number {
  width: 160px;
  height: 160px;
  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: 6px solid #6989ad;
  border-radius: 2px;
  font-size: 120px;
  font-weight: bold;
  line-height: 1.1;
}
.advantages-company-title__number span {
  display: inline-block;
  margin: 0 0 -10px;
}
.advantages-company-title h2 {
  margin: 0;
  text-align: left;
  width: calc(100% - 160px);
  padding: 0 0 0 30px;
  max-width: 450px;
}

.advantages-company-description {
  max-width: 670px;
  width: 100%;
  background: #f5f5f5;
  padding: 30px 45px;
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 46px;
}
.advantages-company-description ul li {
  margin: 0 0 10px;
}
.advantages-company-description ul li:last-child {
  margin: 0;
}

.certificates-slider {
  margin: 40px 0 0;
}
.certificates-slider__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
}
.certificates-slider .slick-list {
  margin: 0 -12.5px;
}
.certificates-slider .slide {
  padding: 10px 12.5px;
}
.certificates-slider-item {
  width: 100%;
  height: 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;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}
.certificates-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.certificates-slider-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.51);
  z-index: 1;
  border-radius: 12px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.certificates-slider-item::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("../img/zoom-in.svg") no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}
.certificates-slider-item:hover {
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
}
.certificates-slider-item:hover::before, .certificates-slider-item:hover::after {
  opacity: 1;
}

.certificates-v2 {
  padding: 140px 0 130px;
  color: #000;
  background: #f5f5f5;
}
.certificates-v2 .section-description {
  margin: 30px 0 120px;
  max-width: 360px;
}

.certificates-slider2 {
  min-width: 1350px;
  margin: 0;
}

.certificates-slider3 {
  padding: 0 80px;
}

.certificates-slider-item-v2 {
  width: 280px;
}
.certificates-slider-item-v2::before {
  display: none;
}
.certificates-slider-item-v2:after {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #68BD29 url("../img/zoom-in.svg") no-repeat center;
  background-size: 36px;
}

.certificates-slider-item-v3 {
  max-width: 350px;
  margin: 0 auto;
}
.certificates-slider-item-v3::after {
  width: 45px;
  height: 45px;
  background: url("../img/search+.svg") no-repeat center;
  background-size: 100%;
}

.video-reviews {
  margin: 130px 0;
}

.video-reviews-slider {
  margin: 40px 0 0;
}
.video-reviews-slider .slick-list {
  margin: 0 -14px;
}
.video-reviews-slider .slide {
  padding: 10px 14px;
}
.video-reviews-slider__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
}

.video-reviews-slider-item {
  position: relative;
  width: 100%;
  height: 270px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.1;
  color: #fff;
  overflow: hidden;
}
.video-reviews-slider-item__preview {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  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: 12px;
}
.video-reviews-slider-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  border-radius: 12px;
}
.video-reviews-slider-item__body {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -100%;
  z-index: 1;
  left: 0;
  padding: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video-reviews-slider-item__body span {
  display: block;
}
.video-reviews-slider-item__name {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
.video-reviews-slider-item:hover {
  color: #fff;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
}
.video-reviews-slider-item:hover .svg-icon-play {
  opacity: 1;
}
.video-reviews-slider-item:hover .video-reviews-slider-item__body {
  bottom: 0;
}

.video-reviews-slider-item-v2 {
  height: 410px;
}
.video-reviews-slider-item-v2 .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video-reviews-slider-item-v2 .icon-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.3;
  width: 18px;
  height: 21px;
  background: url("../img/play.svg") no-repeat center;
  background-size: 100%;
}
.video-reviews-slider-item-v2:hover .icon-play {
  background: #6989ad;
}
.video-reviews-slider-item-v2:hover .icon-play:before {
  opacity: 1;
}

.svg-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  fill: #fff;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.employee-card {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  color: #fff;
  line-height: 1.1;
}
.employee-card__name {
  font-size: 22px;
  font-weight: bold;
}
.employee-card__position {
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0 0;
}
.employee-card__body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  z-index: 1;
}
.employee-card__photo {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
.employee-card__photo img {
  width: 100%;
  border-radius: 12px;
}
.employee-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 12px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.7;
}

.employee-card-v2 {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 30px 22px 36px;
  color: #000;
  height: 100%;
}
.employee-card-v2::before {
  display: none;
}
.employee-card-v2 .employee-card__photo {
  height: 300px;
}
.employee-card-v2 .employee-card__body {
  padding: 0;
  position: relative;
  margin: 24px 0 0;
}

.employee-card-v3 {
  border-radius: 50%;
  height: 350px;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.employee-card-v3:hover .employee-card__body {
  bottom: 0;
}
.employee-card-v3 .employee-card__photo {
  border-radius: 50%;
}
.employee-card-v3::before {
  border-radius: 50%;
}
.employee-card-v3 .employee-card__body {
  padding: 20px 10px 40px;
  bottom: -100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.employee-card-v3 .employee-card__position {
  max-width: 220px;
  margin: 4px auto 0;
}

.employee-slider {
  margin: 50px 0 0;
}
.employee-slider .slick-slide {
  padding: 0 16.5px;
  height: auto;
}
.employee-slider .slick-list {
  margin: 0 -16.5px;
}
.employee-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.employee-slider {
  padding: 0 50px;
}

.question h2 {
  margin: 0 0 49px;
}

.accordion-item-v2 {
  border-top: 1px solid rgba(211, 211, 211, 0.5);
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.accordion-item-v2.open {
  background: #6989ad;
}
.accordion-item-v2:first-of-type .accordion-button {
  border-radius: 0;
}
.accordion-item-v2:last-child {
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}
.accordion-item-v2:not(:first-of-type) {
  border-top: 1px solid rgba(211, 211, 211, 0.5);
}
.accordion-item-v2 .accordion-button {
  position: initial;
  border-radius: 0;
  padding: 40px 0;
}
.accordion-item-v2 .accordion-button:after {
  display: none;
}
.accordion-item-v2 .accordion-button.collapsed .accordion-item__arrow {
  fill: #000;
  background: #f5f5f5;
}
.accordion-item-v2 .accordion-button.collapsed .accordion-item__arrow svg {
  -webkit-transform: none;
  transform: none;
}
.accordion-item-v2 .accordion-button:not(.collapsed) {
  color: #fff;
}
.accordion-item-v2 .accordion-button:not(.collapsed) .accordion-item__title {
  max-width: 310px;
  padding: 0 30px 0 0;
}
.accordion-item-v2 .accordion-button:not(.collapsed) .accordion-item__number span {
  display: none;
}
.accordion-item-v2 .accordion-button:not(.collapsed) .accordion-item__number svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion-item-v2 .accordion-header {
  padding: 0;
}
.accordion-item-v2 .accordion-body {
  padding: 40px 0;
}
.accordion-item-v2 .accordion-item__arrow {
  position: absolute;
  right: 16.5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 22px;
  fill: #6989ad;
  background: #fff;
}
.accordion-item-v2 .accordion-item__arrow svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-item-v2 .accordion-item__number {
  min-width: 75px;
  margin: 0 45px 0 0;
}
.accordion-item-v2 .accordion-item__number span {
  font-size: 100px;
  font-weight: 300;
  line-height: 1;
}
.accordion-item-v2 .accordion-item__number svg {
  width: 71px;
  height: 62px;
  min-width: 71px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  fill: #fff;
  display: none;
}
.accordion-item-v2 .accordion-item__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
}
.accordion-item-v2 .accordion-collapse {
  max-width: 884px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.accordion-item-v4 {
  border-radius: 0;
  background: #fff;
  border: none;
  margin: 0 0 20px;
}
.accordion-item-v4.open {
  background: #fff;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  color: #000;
}
.accordion-item-v4:first-of-type {
  border-radius: 0;
}
.accordion-item-v4:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-item-v4:not(:first-of-type) {
  border: none;
}
.accordion-item-v4:last-child {
  border-radius: 0;
}
.accordion-item-v4 .accordion-item__number {
  font-size: 22px;
  line-height: 1;
  min-width: auto;
  margin: 0 20px 0 0;
}
.accordion-item-v4 .accordion-item__number span {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
.accordion-item-v4 .accordion-button {
  padding: 23px 30px;
  width: 100%;
  color: #000;
}
.accordion-item-v4 .accordion-button.collapsed .accordion-item__arrow {
  background: transparent;
}
.accordion-item-v4 .accordion-button:not(.collapsed) {
  color: #000;
}
.accordion-item-v4 .accordion-button:not(.collapsed) .accordion-item__title {
  max-width: none;
  padding: 0;
}
.accordion-item-v4 .accordion-button:not(.collapsed) .accordion-item__number span {
  display: block;
}
.accordion-item-v4 .accordion-item__arrow {
  padding: 0;
  border-radius: 0;
  background: transparent;
  fill: #000;
  width: 21px;
  min-width: 21px;
  height: 11px;
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  margin: 0 0 0 auto;
}
.accordion-item-v4 .accordion-collapse {
  color: #000;
  max-width: none;
  padding: 0;
}
.accordion-item-v4 .accordion-body {
  padding: 0 109px 30px 74px;
}

.accordion-item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.question-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 6px solid #6989ad;
  border-radius: 2px;
  font-size: 100px;
  font-weight: bold;
  width: 160px;
  height: 160px;
}

.accordion-item-v3 {
  margin: 0 0 30px;
  background: transparent;
  font-size: 18px;
  font-weight: 300;
}
.accordion-item-v3:last-child {
  margin: 0;
}
.accordion-item-v3 .accordion-button {
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 66px;
  font-size: 22px;
  font-weight: bold;
  min-height: 40px;
  color: #000;
}
.accordion-item-v3 .accordion-button:after {
  display: none;
}
.accordion-item-v3 .accordion-button:not(.collapsed) {
  color: #000;
}
.accordion-item-v3 .accordion-button:not(.collapsed) .accordion-item__icon {
  background: #6989ad;
  border-color: #6989ad;
}
.accordion-item-v3 .accordion-button:not(.collapsed) .accordion-item__icon:after {
  background: #fff;
}
.accordion-item-v3 .accordion-button:not(.collapsed) .accordion-item__icon::before {
  height: 0;
}
.accordion-item-v3:first-of-type {
  border-radius: 0;
}
.accordion-item-v3:first-of-type .accordion-button {
  border-radius: 0;
}
.accordion-item-v3 .accordion-item__icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 1px #cecece;
  border-radius: 50%;
}
.accordion-item-v3 .accordion-item__icon::before, .accordion-item-v3 .accordion-item__icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.accordion-item-v3 .accordion-item__icon::before {
  width: 2px;
  height: 18px;
}
.accordion-item-v3 .accordion-item__icon:after {
  width: 18px;
  height: 2px;
}
.accordion-item-v3 .accordion-body {
  padding: 20px 0 0 66px;
}

.clients h2 {
  margin: 0 auto 60px;
}

.clients-slider__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 70px 0 0;
}

.clients-slider-item {
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 65px;
}
.clients-slider-item img {
  max-height: 100%;
}
.clients-slider-item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.clients-v2 {
  margin: 130px 0 0;
  background: #f5f5f5;
  padding: 110px 0;
}
.clients-v2 h2 {
  margin: 0 0 29px;
}
.clients-v2 .section-text {
  margin: 0;
  max-width: 310px;
}
.clients-v2 .slider-nav {
  margin: 39px 0 0;
}

.clients-slider3 {
  padding: 0 50px;
}

.contacts-section {
  padding: 70px 0;
  position: relative;
}
.contacts-section__map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contacts-section__map iframe {
  width: 100%;
  height: 100%;
}
.contacts-section .container {
  z-index: 0;
  position: initial;
}

.contacts-section-v2 {
  padding: 150px 0;
}

.contacts-section-v3 {
  padding: 0;
  margin: 0 0 130px;
}
.contacts-section-v3 h2 {
  margin: 0 auto 55px;
}
.contacts-section-v3 .contacts-section-wrapper {
  background: #fff;
  padding: 60px 40px;
  color: #000;
  -webkit-box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
}
.contacts-section-v3 .contacts-section-wrapper a {
  color: #000;
  font-weight: normal;
}
.contacts-section-v3 .contacts-section-wrapper a:hover {
  color: #6989ad;
}
.contacts-section-v3 .contacts-section-wrapper .contacts-section-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0;
  margin: 0 0 30px;
  font-size: 18px;
}
.contacts-section-v3 .contacts-section-wrapper .contacts-section-box .phone-box, .contacts-section-v3 .contacts-section-wrapper .contacts-section-box .mail-box {
  font-size: 18px;
}
.contacts-section-v3 .contacts-section-wrapper .contacts-section-box span {
  font-weight: 300;
}
.contacts-section-v3 .contacts-section-wrapper .contacts-section-box__head {
  margin: 0;
}
.contacts-section-v3 .contacts-section-wrapper .contacts-section-box__title {
  font-weight: normal;
  padding: 0;
  font-size: 18px;
}
.contacts-section-v3 .contacts-section-wrapper .contacts-section-box__icon {
  fill: #6989ad;
  position: relative;
  margin: 0 16px 0 0;
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.contacts-section-v3 .contacts-section-wrapper .schedule {
  margin: 0;
  font-weight: 300;
}
.contacts-section-v3 .contacts-section-wrapper .address {
  font-size: 18px;
  max-width: 570px;
}
.contacts-section-v3 .contacts-section__map {
  height: 460px;
  width: 100%;
  position: relative;
  border-radius: 12px;
}
.contacts-section-v3 .contacts-section__map iframe {
  border-radius: 12px;
}

.contacts-section-wrapper {
  background: #6989ad;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  padding: 65px 50px;
}
.contacts-section-wrapper a {
  color: #fff;
}
.contacts-section-wrapper a:hover {
  color: #000;
}
.contacts-section-wrapper .phone-box, .contacts-section-wrapper .mail-box {
  font-size: 16px;
  margin: 0 0 24px;
}
.contacts-section-wrapper .phone-box:last-child, .contacts-section-wrapper .mail-box:last-child {
  margin: 0;
}
.contacts-section-wrapper .phone-box span, .contacts-section-wrapper .mail-box span {
  display: block;
}
.contacts-section-wrapper .phone-box a, .contacts-section-wrapper .mail-box a {
  margin: 0;
  font-size: 20px;
}
.contacts-section-wrapper .list-social {
  margin: 30px 0 0;
}

.list-social-v2 li a {
  fill: #fff;
}

.list-social-v3 li {
  margin: 0 20px 0 0;
}
.list-social-v3 li:last-child {
  margin: 0;
}
.list-social-v3 li a {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  padding: 13px;
  fill: #999999;
  background: rgba(206, 206, 206, 0.3);
  -webkit-box-shadow: 0 0 18px 0 rgba(41, 41, 41, 0.1);
  box-shadow: 0 0 18px 0 rgba(41, 41, 41, 0.1);
}
.list-social-v3 li a:hover {
  fill: #fff;
  background: #6989ad;
}

.contacts-section-wrapper-v2 {
  background: #fff;
  color: #000;
  font-size: 18px;
  max-width: 700px;
  padding: 40px 40px 10px;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.contacts-section-wrapper-v2::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -39px;
  border-left: 40px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.contacts-section-wrapper-v2 .contacts-section-box {
  padding: 0;
}
.contacts-section-wrapper-v2 .contacts-section-box .schedule {
  margin: 0;
  font-weight: 300;
}
.contacts-section-wrapper-v2 .contacts-section-box a {
  color: #000;
}
.contacts-section-wrapper-v2 .contacts-section-box a:hover {
  color: #6989ad;
}
.contacts-section-wrapper-v2 .contacts-section-box__title {
  padding: 0;
  margin: 0 0 20px;
}
.contacts-section-wrapper-v2 .contacts-section-box span {
  font-weight: 300;
}
.contacts-section-wrapper-v2 .contacts-section-box:last-child {
  margin: 0 0 30px;
}
.contacts-section-wrapper-v2 .contacts-section-box__subtitle {
  font-weight: normal;
}
.contacts-section-wrapper-v2 .contacts-section-box__head {
  margin: 0;
}
.contacts-section-wrapper-v2 .list-social {
  margin: 0 0 0 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.contacts-section-wrapper-v2 .list-social li {
  margin: 0 19px 0 0;
}
.contacts-section-wrapper-v2 .list-social li:last-child {
  margin: 0;
}
.contacts-section-wrapper-v2 .list-social li a {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  padding: 13px;
  fill: #999999;
  background: #cecece;
  -webkit-box-shadow: 0 0 18px 0 rgba(41, 41, 41, 0.1);
  box-shadow: 0 0 18px 0 rgba(41, 41, 41, 0.1);
}
.contacts-section-wrapper-v2 .list-social li a:hover {
  fill: #fff;
  background: #6989ad;
}

.contacts-section-box {
  margin: 0 0 35px;
  padding: 0 0 0 44px;
  position: relative;
  line-height: 1.1;
}
.contacts-section-box:last-child {
  margin: 0;
}
.contacts-section-box__icon {
  fill: #fff;
  width: 30px;
  height: 30px;
  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;
  left: 0;
  top: 0;
  position: absolute;
}
.contacts-section-box__head {
  margin: 0 0 24px;
}
.contacts-section-box__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  padding: 4px 0 0;
}
.contacts-section-box .schedule {
  margin: 20px 0 0;
}
.contacts-section-box .address {
  font-size: 20px;
}

.quick-calculation {
  margin: 130px 0;
}
.quick-calculation-wrapper {
  color: #fff;
  background: #282828;
  padding: 100px 60px;
  border-radius: 30px;
}
.quick-calculation .section-description {
  margin: 23px 0 0;
}

.quick-calculation-v2 .quick-calculation-wrapper {
  background: #6989ad;
  padding: 65px 20px;
  text-align: center;
}

.reviews-slider {
  margin: 50px 0 0;
}
.reviews-slider .slick-slide {
  padding: 0 34px;
}
.reviews-slider .slick-list {
  margin: 0 -34px;
}

.reviews-card {
  margin: 0;
}

.reviews-slider2 {
  padding: 0 80px;
}

.reviews-card-v2 {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.reviews-card-v2 .video-reviews-slider-item {
  height: 164px;
  border-radius: 0;
}
.reviews-card-v2 .video-reviews-slider-item::before {
  border-radius: 0;
}
.reviews-card-v2 .video-reviews-slider-item img {
  border-radius: 0;
}
.reviews-card-v2 .manager-quote__body {
  background: #f5f5f5;
  padding: 30px;
  position: relative;
  margin: 0 0 68px;
  min-height: 380px;
}
.reviews-card-v2 .manager-quote__body::before {
  content: "";
  position: absolute;
  border-right: 47px solid transparent;
  border-top: 46px solid #f5f5f5;
  bottom: -46px;
  left: 20px;
}
.reviews-card-v2 .manager-quote-author {
  margin: 0;
}
.reviews-card-v2 .manager-quote__title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 18px;
}

.btn-toggle-portfolio {
  margin: 20px auto 0;
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  color: #6989ad;
  text-transform: uppercase;
}

.nav-tabs-blog {
  margin: 0 0 30px;
}

.blog-card {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  border: solid 1px #f5f4f0;
  background: #fff;
  overflow: hidden;
}
.blog-card:hover {
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.blog-card__date {
  position: absolute;
  z-index: 1;
  min-width: 84px;
  top: 20px;
  left: 20px;
  color: #fefefe;
  border-radius: 6px;
  text-align: center;
  background: #6989ad;
  padding: 10px;
  font-size: 14px;
}
.blog-card__date p {
  margin: 0 auto;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
.blog-card__img {
  width: 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;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-card__title {
  color: #000;
  margin: 0 0 19px;
  font-size: 20px;
  line-height: 1.3;
}
.blog-card__title:hover {
  color: #6989ad;
}
.blog-card .link {
  margin: 10px 0 0;
}
.blog-card .link .svg-icon {
  fill: #6989ad;
}
.blog-card .link-icon {
  width: 14px;
}
.blog-card .box-text {
  position: relative;
  line-height: 1.43;
  font-size: 14px;
}

.blog-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.blog-card-row .blog-card__img {
  width: 388px;
}
.blog-card-row .blog-card__body {
  width: calc(100% - 388px);
  padding: 20px 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-card-row .link {
  margin: 20px 0 0;
}

.blog-card-row-v2 .blog-card__img {
  width: 551px;
  height: 320px;
}
.blog-card-row-v2 .blog-card__body {
  width: calc(100% - 551px);
}

.blog-card-column .blog-card__img {
  height: 250px;
}
.blog-card-column .blog-card__body {
  width: 100%;
  height: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
.blog-card-column .box-text {
  margin: 0 0 auto;
  height: 100%;
  overflow: hidden;
}
.blog-card-column .box-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  left: 0;
  bottom: 0;
}

.blog-card-v2 {
  background: #f7f7f7;
  border: none;
}
.blog-card-v2 .box-text::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#f7f7f7));
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
}

.status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  margin: 0 0 22px;
  border-radius: 6px;
  border: solid 1px #6989ad;
  font-size: 14px;
}
.status-box .svg-icon {
  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;
  height: 15px;
  width: 15px;
  margin: 0 7px 0 0;
  fill: #6989ad;
}

.sidebar-blog {
  width: 100%;
}
.sidebar-blog .links-toggle-menu {
  margin: 20px 0 0;
}

.sidebar-blog-box {
  width: 100%;
  margin: 0 0 40px;
}
.sidebar-blog-box__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.3;
}

.status-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  margin: 0 0 25px -6px;
}
.status-new:hover {
  color: #6989ad;
}
.status-new .svg-icon {
  margin: 0 9px 0 0;
  width: 15px;
  height: 15px;
  fill: #6989ad;
}

.category-blogs {
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 30px;
}
.category-blogs-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 0 20px;
}
.category-blogs-list li::before {
  background: #464646;
  top: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.category-blogs-list li.active::before, .category-blogs-list li:hover::before {
  background: #6989ad;
}
.category-blogs-list li.active a, .category-blogs-list li:hover a {
  text-decoration: underline;
  color: #6989ad;
}
.category-blogs-list li:last-child {
  margin: 0;
}
.category-blogs-list li a {
  color: #000;
}

.last-notes-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 20px;
  border: solid 1px #f5f4f0;
  border-radius: 6px;
  padding: 20px;
  color: #000;
  line-height: 1.25;
}
.last-notes-box__img {
  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: 80px;
  height: 80px;
  border-radius: 6px;
}
.last-notes-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.last-notes-box__body {
  width: calc(100% - 80px);
  padding: 0 0 0 16px;
}
.last-notes-box__title {
  height: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.last-notes-box__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.last-notes-box__date {
  color: #6989ad;
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 4px;
}
.last-notes-box:hover {
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  color: #6989ad;
}
.last-notes-box:hover .last-notes-box__date {
  color: #000;
}
.last-notes-box:hover .last-notes-box__title {
  text-decoration: underline;
}

.last-notes-box-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.last-notes-box-column .last-notes-box__img {
  width: 100%;
  height: 140px;
}
.last-notes-box-column .last-notes-box__body {
  width: 100%;
  padding: 19px 0 0;
}

.subscribe-blog {
  margin: 0 0 30px;
}
.subscribe-blog .h4 {
  margin: 0 0 25px;
}

.banner-faq {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 45px 35px;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 6px;
}
.banner-faq::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: solid 1px #ece4d4;
  border-radius: 6px;
  z-index: -1;
}
.banner-faq .h4 {
  font-size: 20px;
  font-weight: bold;
}
.banner-faq .subtitle {
  margin: 20px 0;
  font-size: 16px;
}
.banner-faq .consent {
  margin: 19px 0 0;
  width: 100%;
  color: #606060;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
}
.banner-faq .form [type=submit] {
  width: 100%;
}

.page-article {
  margin: 0 0 95px;
}
.page-article .box-text {
  line-height: 1.5;
}
.page-article .box-text > p {
  margin: 0 0 30px;
}
.page-article .box-text ul li {
  margin: 0 0 15px;
}
.page-article .social-share {
  font-size: 14px;
  font-weight: normal;
}
.page-article .social-share p {
  text-transform: none;
}

.info-article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.info-article a:hover {
  color: #6989ad;
}
.info-article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 40px 20px 0;
  color: #000;
}
.info-article-item:last-child {
  margin-right: 0;
}
.info-article-item__icon {
  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;
  margin: 0 9px 0 0;
  width: 16px;
  height: 16px;
  fill: #6989ad;
}

.keep-wrapper {
  width: 100%;
  background: #f9f2e3;
  padding: 19px;
  border-radius: 6px;
  margin: 0 0 30px;
}

.keep-title {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  margin: 0 0 20px;
}

.keep-menu > li {
  width: 100%;
  margin: 0 0 17px;
}
.keep-menu > li:last-child {
  margin: 0;
}
.keep-menu > li a {
  color: #000;
}
.keep-menu > li a:hover {
  color: #a9a9a9;
}
.keep-menu ul {
  width: 100%;
  margin: 24px 0;
}
.keep-menu ul li::before {
  top: 6px;
  background: #464646;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.keep-menu ul li:hover::before {
  background: #6989ad;
}
.keep-menu ul li:hover a {
  color: #6989ad;
  text-decoration: underline;
}
.keep-menu.hidden {
  max-height: 100px;
  overflow: hidden;
}

.keep-menu-v2 {
  font-size: 14px;
  list-style-type: decimal;
  padding: 0 0 0 20px;
}
.keep-menu-v2 > li {
  margin: 0 0 19px;
}
.keep-menu-v2 ul {
  margin: 18px 0;
}
.keep-menu-v2 ul li {
  margin: 0 0 12px;
}
.keep-menu-v2.hidden {
  max-height: 120px;
}

.links-toggle-menu {
  color: #6989ad;
  text-transform: uppercase;
  margin: 35px 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.links-toggle-menu:hover {
  color: #000;
}
.links-toggle-menu:after {
  content: "";
  border-top: 6px solid #6989ad;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  display: inline-block;
  margin: 0 0 0 10px;
}
.links-toggle-menu.trigger:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.article-image {
  width: 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;
  margin: 0 0 40px;
  border-radius: 6px;
}
.article-image img {
  width: 100%;
  border-radius: 6px;
}

.article-box {
  margin: 60px 0 0;
}
.article-box .h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px;
}
.article-box .h5 {
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 700;
}

.article-quote {
  width: 100%;
  margin: 0 0 30px;
  background: #f8c098;
  border-radius: 6px;
  padding: 27px 42px 27px 30px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}

.slider-my .slide {
  padding: 0 10px;
}
.slider-my .slick-list {
  margin: 0 -10px;
}
.slider-my .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #f5f5f5;
  padding: 10px 15px;
}

.offers-offers-item {
  width: 100%;
  height: 350px;
  text-align: center;
  border-radius: 6px;
  border: solid 1px #f5f4f0;
  padding: 22px 30px 35px;
  line-height: 1.25;
}
.offers-offers-item__img {
  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;
  margin: 0 auto;
}
.offers-offers-item__title {
  text-align: center;
  width: 100%;
  margin: 16px auto 12px;
  color: #000;
  position: relative;
  height: 50px;
  overflow: hidden;
}
.offers-offers-item__title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.offers-offers-item__title:hover {
  color: #6989ad;
}

.attention-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 27px 98px 27px 32px;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  line-height: 1.3;
  border-radius: 6px;
  border: solid 1px #f18231;
  margin: 0 0 40px;
}
.attention-info img {
  margin: 0 24px 0 0;
}

.recommended-articles {
  margin: 0 0 125px;
}
.recommended-articles .h3 {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 30px;
}

.recommended-articles-slider .slide {
  padding: 20px 10px;
}
.recommended-articles-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.recommended-articles-slider .slide {
  height: auto;
}

.article-home {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 38px;
  color: #fff;
  padding: 60px 60px 40px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-home h1 {
  font-weight: bold;
  max-width: 600px;
  margin: 0 0 30px;
}
.article-home::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #fff;
  border-radius: 6px;
  opacity: 0.4;
  z-index: -1;
  background: #000;
}
.article-home__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.article-home .info-article {
  margin: auto 0 0;
  color: #fff;
}
.article-home .info-article-item {
  color: #fff;
}
.article-home .info-article-item__icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.social-share p {
  margin: 0 12px 0 0;
  text-transform: uppercase;
}

.social-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-share-list li {
  margin: 0 10px 0 0;
}
.social-share-list li:last-child {
  margin: 0;
}
.social-share-list li a {
  width: 18px;
  height: 18px;
  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;
}
.social-share-list li a img {
  max-height: 100%;
}


.similar-products {
  padding: 3.75rem 0 0;
}
.similar-products h2 {
  margin-bottom: 1.1rem;
}
.similar-products__btns {
  margin-top: 1.5rem;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.similar-products__btns.active .similar-products__btn {
  display: inline-flex;
}
.similar-products__btns.v1 .similar-products__btn.active {
  background: #6989ad;
  border-color: #6989ad;
  color: #fff;
}
.similar-products__btns.v1 .similar-products__btn:hover {
  background: #6989ad;
  border-color: #6989ad;
  color: #fff;
}
.similar-products__btns.v1 + .similar-products__more::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%230890D4' d='M12.707 15.707a1 1 0 0 1-1.414 0L5.636 10.05A1 1 0 1 1 7.05 8.636l4.95 4.95l4.95-4.95a1 1 0 0 1 1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}
.similar-products__btns.v2 .similar-products__btn {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.similar-products__btns.v2 .similar-products__btn.active {
  background: #3d3d3d;
  border-color: #3d3d3d;
  color: #fff;
}
.similar-products__btns.v2 .similar-products__btn:hover {
  background: #3d3d3d;
  border-color: #3d3d3d;
  color: #fff;
}
.similar-products__btns.v2 + .similar-products__more.active::after {
  content: "-";
}
.similar-products__btns.v2 + .similar-products__more::after {
  content: "+";
}
.similar-products__btns.v3 .similar-products__btn {
  background: #e7ecf2;
  border-color: #e7ecf2;
  color: #3d3d3d;
}
.similar-products__btns.v3 .similar-products__btn.active {
  background: #fff;
  border-color: #6989ad;
  color: #3d3d3d;
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
}
.similar-products__btns.v3 .similar-products__btn:hover {
  background: #fff;
  border-color: #6989ad;
  color: #3d3d3d;
  box-shadow: 0px 2px 16px 0 rgba(41, 41, 41, 0.21);
}
.similar-products__btns.v3 + .similar-products__more {
  border-bottom: 1px dotted;
}
.similar-products__btn {
  display: inline-flex;
  border: solid 1px #d8d8d8;
  color: #262626;
  padding: 0.7rem 1.1rem;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  display: none;
}
.similar-products__btn:nth-child(1) {
  display: inline-flex;
}
.similar-products__btn:nth-child(2) {
  display: inline-flex;
}
.similar-products__btn:nth-child(3) {
  display: inline-flex;
}
.similar-products__btn:nth-child(4) {
  display: inline-flex;
}
.similar-products__btn:nth-child(5) {
  display: inline-flex;
}
.similar-products__btn:nth-child(6) {
  display: inline-flex;
}
.similar-products__btn:nth-child(7) {
  display: inline-flex;
}
.similar-products__btn:nth-child(8) {
  display: inline-flex;
}
.similar-products__btn:nth-child(9) {
  display: inline-flex;
}
.similar-products__btn:nth-child(10) {
  display: inline-flex;
}
.similar-products__btn:nth-child(11) {
  display: inline-flex;
}
.similar-products__btn:nth-child(12) {
  display: inline-flex;
}
.similar-products__btn:nth-child(13) {
  display: inline-flex;
}
.similar-products__btn:nth-child(14) {
  display: inline-flex;
}
.similar-products__btn:nth-child(15) {
  display: inline-flex;
}
.similar-products__more {
  margin-top: 1.5rem;
  background: transparent;
  color: #6989ad;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  padding: 0;
  font-weight: 400;
  transition: color 0.3s ease;
}
.similar-products__more:hover {
  color: #507093;
}
.similar-products__more.active::after {
  transform: rotate(180deg);
}