@charset "UTF-8";

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

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

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

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  font-family: "Stolzl", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2em;
  min-height: 100%;
  color: #000000;
  font-style: normal;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
}

.no-scroll {
  overflow: hidden;
}

main {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
  height: auto !important;
}

figure {
  margin: 0;
}

.container {
  border-top: 1px solid transparent;
  max-width: 1284px;
  padding: 0 42px;
  margin: 0 auto;
  overflow: hidden;
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 62px;
  margin-bottom: 44px;
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
  }

  h2,
  .h2 {
    font-size: 24px;
    line-height: 62px;
    margin-top: 28px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    min-width: 320px;
    padding: 0 60px;
  }

  h2,
  .h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding: 0 20px;
  }
}

input[type=text],
textarea {
  border: none;
  height: 44px;
  width: 100%;
  border-radius: 30px;
  font-size: 16px;
  line-height: 20px;
  padding: 16px;
}

input[type=text]:focus,
input[type=text]:active,
textarea:focus,
textarea:active {
  border: none;
  outline: none;
}

.field-error {
  color: #f26060;
  font-weight: 300;
  font-size: 12px;
  margin-top: 10px;
}

.button {
  font-size: 16px;
  font-family: "Stolzl";
  font-weight: 300;
  padding: 13px 25px;
  border-radius: 34px;
  background-color: #00263a;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  max-width: 315px;
  display: block;
  border: none;
  transition: all 0.2s;
}

.button:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1024px) {
  .button {
    font-size: 12px;
  }
}

.button-load-more {
  font-family: "Stolzl";
  font-size: 16px;
  font-weight: 300;
  padding: 13px 25px;
  border-radius: 34px;
  background-color: #00263a;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  max-width: 315px;
  display: block;
  border: none;
}

@media screen and (max-width: 1024px) {
  .button-load-more {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .button-load-more {
    font-weight: 300;
    padding: 7px 32px;
    border-radius: 34px;
    background-color: transparent;
    color: #003049;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    max-width: 100%;
    display: block;
    border: 1px solid #003049;
  }
}

.burger {
  display: none;
}

@media screen and (max-width: 767px) {
  .burger {
    display: block;
    background-image: url("../img/icon-burger.svg");
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 30px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
  }

  .burger.active {
    background-image: url("../img/burger-close.svg");
  }
}

.modal {
  display: none;
}

.modal.fancybox-content {
  width: 100%;
  max-width: 954px;
  padding: 32px 36px;
  border-radius: 25px;
}

.modal--product.fancybox-content {
  padding: 32px 40px 50px 40px;
}

.fancybox-slide--html .modal .fancybox-close-small {
  right: 20px;
  top: 20px;
}

.modal .fancybox-button svg {
  width: 20px;
  height: 20px;
}

.modal .fancybox-button svg path {
  fill: rgb(0, 38, 58);
}

@media screen and (max-width: 767px) {
  .fancybox-container .fancybox-slide--html {
    padding: 0;
  }

  .modal.fancybox-content {
    border-radius: 0;
  }

  .fancybox-slide--html .modal.modal--form-parthner .fancybox-close-small,
  .fancybox-slide--html .modal.modal--product-new .fancybox-close-small {
    right: 40px;
    top: 13px;
  }

  .fancybox-slide--html .modal .fancybox-close-small {
    right: 12px;
    top: 12px;
  }

  .modal.modal--form-parthner.fancybox-content {
    padding: 18px 60px 20px 60px;
  }

  .modal.modal--product-new.fancybox-content {
    padding: 25px 60px 40px 60px;
  }
}

.header {
  background-size: cover;
  background-image: url("../img/hero-bg-inner.jpg");
  overflow: hidden;
}

.header:has(.header__bottom) {
  border-radius: 0 0 50px 50px;
  background-image: url("../img/hero-bg.jpg");
}

.header__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 43px;
  padding-bottom: 43px;
}

.header__menu {
  margin-right: auto;
}

.header__logo {
  margin-right: 60px;
}

.header__link-phone {
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  margin-right: 25px;
}

.header__offer-btn,
.header__btn-parthner {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  border: 1px solid;
  padding: 15px 18px;
  display: inline-block;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s;
}

.header__offer-btn {
  width: 100%;
  font-weight: 300;
  max-width: 149px;
  text-align: center;
  color: #02345D;
  background-color: #fff;
}

.header__offer-btn--bg-transparent {
  background-color: transparent;
  color: #ffffff;
  margin-left: 16px;
}

.header__offer-btn--bg-transparent:hover {
  opacity: 0.85;
}

.header__btn-parthner:hover {
  background-color: #ffffff;
  color: #02345D;
}

.header__offer-btn:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
}

.header__bottom {
  min-height: 600px;
  position: relative;
  border-top: 1px solid transparent;
}

.header__bottom::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 85px;
  background-color: #cccccc;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.header__hero-photo {
  position: absolute;
  bottom: 0;
  max-width: none;
  left: 50%;
  margin-left: -960px;
}

.header__offer {
  max-width: 525px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.header__offer h1 {
  font-size: 46px;
  line-height: 53px;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
  margin-bottom: 28px;
}

.header__offer-descr {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 125px;
}

@media screen and (max-width: 1024px) {
  .header {
    background-image: url("../img/hero-bg-mobile-inner.jpg");
  }

  .header:has(.header__bottom) {
    background-image: url("../img/hero-bg-mobile.jpg");
  }

  .header__top {
    padding-top: 29px;
    padding-bottom: 29px;
    flex-wrap: nowrap;
  }

  .header__logo {
    margin-right: 52px;
    width: 75px;
  }

  .header__link-phone {
    font-size: 15px;
    margin-right: 28px;
    flex-shrink: 0;
  }

  .header__btn-parthner {
    font-size: 12px;
    font-weight: 300;
    padding: 10px 10px;
    flex-shrink: 0;
  }

  .header__offer-btn {
    font-size: 12px;
    max-width: 130px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header__hero-photo {
    margin-left: -512px;
  }

  .header__bottom {
    min-height: 480px;
  }

  .header__bottom::before {
    height: 58px;
  }

  .header__offer h1 {
    font-size: 36px;
    line-height: 42px;
    max-width: 460px;
    margin-bottom: 16px;
  }

  .header__offer-descr {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .header:has(.header__bottom) {
    border-radius: 0 0 30px 30px;
  }

  .header__logo {
    width: 60px;
    margin-right: auto;
    margin-left: 20px;
  }

  .header__top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header__bottom {
    min-height: 550px;
  }

  .header__bottom::before {
    height: 44px;
  }

  .header__link-phone {
    font-size: 12px;
  }

  .header__btn-parthner {
    padding: 0px 8px;
    max-width: 90px;
    text-align: center;
  }

  .header__offer-btn--bg-transparent {
    margin-left: 20px;
  }

  .header__offer {
    margin-top: 5px;
  }

  .header__offer h1 {
    font-size: 22px;
    line-height: 24px;
    max-width: 285px;
    margin-bottom: 12px;
  }

  .header__offer-descr {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 18px;
  }

  .header__offer-btn {
    padding-top: 7px;
    padding-bottom: 7px;
    max-width: 159px;
  }

  .header__hero-photo {
    margin-left: -240px;
  }
}

@media screen and (max-width: 479px) {
  .header__link-phone {
    display: none;
  }

  .header__btn-parthner {
    padding: 7px;
    max-width: none;
  }

  .header__offer-btn {
    max-width: 125px;
  }
}

.menu__list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.menu__link {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.menu__item:not(:last-child) {
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  .menu__link {
    font-size: 12px;
  }

  .menu__item {
    margin: 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}

.features {
  border-top: 1px solid transparent;
  padding-bottom: 70px;
}

.features__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}

.features__head {
  text-align: center;
}

.features__item {
  text-align: center;
}

.features__icon {
  margin-bottom: 10px;
}

.features__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 0;
  color: #02345D;
}

.features__descr {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

@media screen and (max-width: 1024px) {
  .features {
    padding-bottom: 24px;
  }

  .features__icon {
    max-height: 60px;
    margin-bottom: 5px;
  }

  .features__title {
    font-size: 14px;
  }

  .features__descr {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .features__head {
    font-size: 22px;
    margin-top: 3px;
    margin-bottom: 5px;
  }

  .features__list {
    grid-template-columns: 1fr;
    grid-gap: 14px 0;
  }

  .features__item {
    display: grid;
    text-align: left;
    grid-gap: 0 25px;
    grid-template-columns: 54px 1fr;
  }

  .features__icon {
    grid-row: 1/3;
    width: 54px;
    max-height: 54px;
  }

  .features__title {
    font-size: 14px;
    line-height: 20px;
    grid-row: 1/2;
  }

  .features__descr {
    font-size: 12px;
    line-height: 18px;
    grid-row: 2/3;
  }
}

.catalog-main {
  background-color: #012547;
  padding-bottom: 70px;
}

.catalog-main__head {
  color: #ffffff;
}

.catalog-main__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  max-width: 1200px;
}

.catalog-main__item {
  display: block;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  padding: 25px;
  text-decoration: none;
}

.catalog-main__title {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 29px;
  color: #3A3A3A;
}

.catalog-main__item:nth-child(1) {
  height: 178px;
  grid-column: 1/3;
}

.catalog-main__item:nth-child(2) {
  height: 178px;
  grid-column: 3/4;
}

.catalog-main__item:nth-child(3) {
  height: 462px;
  grid-row: 3 span;
}

.catalog-main__item:nth-child(4) {
  height: 178px;
  grid-column: 2/4;
}

.catalog-main__item:nth-child(5) {
  height: 264px;
  grid-column: 2/3;
  grid-row: 2 span;
}

.catalog-main__item:nth-child(6) {
  height: 462px;
  grid-row: 3 span;
}

.catalog-main__item:nth-child(7) {
  grid-column: 1/3;
  height: 178px;
}

.catalog-main__img {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .catalog-main__popular-container {
    padding-right: 0;
  }

  .catalog-main__list {
    grid-gap: 15px;
  }

  .catalog-main__item {
    padding: 10px 18px;
  }

  .catalog-main__item:nth-child(1),
  .catalog-main__item:nth-child(2),
  .catalog-main__item:nth-child(4),
  .catalog-main__item:nth-child(7) {
    height: 141px;
  }

  .catalog-main__item:nth-child(5) {
    height: 206px;
  }

  .catalog-main__item:nth-child(3),
  .catalog-main__item:nth-child(6) {
    height: 362px;
  }

  .catalog-main__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-main {
    padding-bottom: 30px;
  }

  .catalog-main__popular-container {
    padding-left: 0;
  }

  .catalog-main__head {
    margin-top: 27px;
    margin-bottom: 27px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
    line-height: 24px;
  }

  .catalog-main__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 15px;
  }

  .catalog-main__item {
    height: 178px !important;
    padding: 5px 15px;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .catalog-main__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .catalog-main__title {
    line-height: 20px;
    max-width: 225px;
  }
}

@media screen and (max-width: 568px) {
  .catalog-main__list {
    display: block;
  }
}

.catalog-popular {
  padding-bottom: 70px;
}

.catalog-popular__head {
  color: rgb(1, 37, 71);
}

@media screen and (max-width: 1024px) {
  .catalog-popular__container {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog-popular {
    padding-bottom: 30px;
  }

  .catalog-popular__container {
    padding-left: 0;
  }

  .catalog-popular__head {
    margin: 27px auto;
    text-align: center;
    max-width: 150px;
    line-height: 24px;
  }
}

.product-popular {
  max-width: 378px;
  min-height: 456px;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  padding: 30px 0 0 0;
}

.product-popular__img {
  height: 276px;
  margin-bottom: 10px;
}

.product-popular__img img {
  display: block;
  margin: 0 auto;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-popular__title {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  max-width: 208px;
  margin: 0 auto 20px;
}

.product-popular__button-more {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .product-popular {
    min-height: 360px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 20px 24px 20px 24px;
  }

  .product-popular__img {
    height: 217px;
  }

  .product-popular__title {
    font-size: 14px;
    line-height: 17px;
  }

  .product-popular__button-more {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .product-popular {
    min-width: 282px;
  }
}

.slick-popular {
  margin: 0 -15px;
}

.slick-popular.slider-no-init {
  display: flex;
  opacity: 0;
}

.slick-popular.slider-no-init.slick-initialized {
  display: block;
  opacity: 1;
}

.slick-popular.slider-no-init.slick-initialized .slick-popular__item {
  min-width: auto;
}

.slick-popular.slider-no-init .slick-popular__item {
  min-width: 378px;
}

.slick-popular__item {
  overflow: hidden;
  padding: 0 15px;
}

.slick-popular .slick-prev,
.slick-popular .slick-next,
.slick-popular .slick-prev:hover,
.slick-popular .slick-prev:focus,
.slick-popular .slick-next:hover,
.slick-popular .slick-next:focus {
  background-image: url("../img/slide-arrow.svg");
  width: 16px;
  height: 29px;
}

.slick-popular .slick-prev {
  transform: rotate(180deg);
}

.slick-popular .slick-next::after,
.slick-popular .slick-next::before,
.slick-popular .slick-prev::after,
.slick-popular .slick-prev::before {
  content: "";
}

.slick-popular--light .slick-prev,
.slick-popular--light .slick-next,
.slick-popular--light .slick-prev:hover,
.slick-popular--light .slick-prev:focus,
.slick-popular--light .slick-next:hover,
.slick-popular--light .slick-next:focus {
  background-image: url("../img/slide-dark-arrow.svg");
}

.slick-popular--light .product-popular {
  background-color: rgb(234, 234, 234);
}

@media screen and (max-width: 1024px) {
  .slick-popular {
    margin: 0 -12px;
  }

  .slick-popular__item {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .slick-popular {
    margin: 0 -10px;
  }

  .slick-popular__item {
    padding: 0 10px;
  }
}

.slick-products-new {
  margin: 0 -12px;
}

.slick-products-new__item {
  overflow: hidden;
  padding: 0 12px;
}

.slick-products-new.slider-no-init {
  display: flex;
  opacity: 0;
}

.slick-products-new.slider-no-init.slick-initialized {
  display: block;
  opacity: 1;
}

.slick-products-new.slider-no-init.slick-initialized .slick-products-new__item {
  min-width: auto;
}

.slick-products-new.slider-no-init .slick-products-new__item {
  min-width: 282px;
}

.slick-products-new .slick-prev,
.slick-products-new .slick-next,
.slick-products-new .slick-prev:hover,
.slick-products-new .slick-prev:focus,
.slick-products-new .slick-next:hover,
.slick-products-new .slick-next:focus {
  background-image: url("../img/slide-dark-arrow.svg");
  width: 16px;
  height: 29px;
  top: 142px;
}

.slick-products-new .slick-prev {
  transform: rotate(180deg);
}

.slick-products-new .slick-next::after,
.slick-products-new .slick-next::before,
.slick-products-new .slick-prev::after,
.slick-products-new .slick-prev::before {
  content: "";
}

@media screen and (max-width: 1024px) {
  .slick-products-new {
    margin: 0 -10px;
  }

  .slick-products-new__item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .slick-products-new {
    margin: 0 -12px;
  }

  .slick-products-new__item {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .slick-products-new.slider-no-init {
    opacity: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  .slick-products-new.slider-no-init .slick-products-new__item {
    min-width: auto;
  }

  .slick-products-new {
    margin: 0;
  }

  .slick-products-new__item {
    padding: 0;
  }
}

@media screen and (max-width: 568px) {
  .slick-products-new.slider-no-init {
    grid-template-columns: 1fr;
  }
}

.slick-reviews {
  margin: 0 -16px;
}

.slick-reviews__item {
  overflow: hidden;
  padding: 0 16px;
}

.slick-reviews .slick-list {
  height: 260px;
}

.slick-reviews .slick-prev,
.slick-reviews .slick-next,
.slick-reviews .slick-prev:hover,
.slick-reviews .slick-prev:focus,
.slick-reviews .slick-next:hover,
.slick-reviews .slick-next:focus {
  background-image: url("../img/slide-dark-arrow.svg");
  width: 16px;
  height: 29px;
  top: 116px;
}

.slick-reviews .slick-prev {
  transform: rotate(180deg);
}

.slick-reviews .slick-next::after,
.slick-reviews .slick-next::before,
.slick-reviews .slick-prev::after,
.slick-reviews .slick-prev::before {
  content: "";
}

.slick-reviews.slider-no-init {
  display: flex;
  opacity: 0;
}

.slick-reviews.slider-no-init .slick-reviews__item {
  max-height: 260px;
}

.slick-reviews.slider-no-init.slick-initialized {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .slick-reviews {
    margin: 0 -10px;
  }

  .slick-reviews__item {
    padding: 0 10px;
  }
}

.catalog-new {
  padding-bottom: 70px;
}

.catalog-new__container {
  position: relative;
}

.catalog-new__head {
  color: rgb(1, 37, 71);
}

.catalog-new__button-load-more {
  display: none;
}

.catalog-new__link-all-new {
  position: absolute;
  top: 75px;
  right: 42px;
  font-size: 14px;
  font-weight: 300;
  color: rgb(1, 37, 71);
  background-repeat: no-repeat;
  background-image: url("../img/icon-all-new.svg");
  background-position: right;
  padding-right: 15px;
}

@media screen and (max-width: 1024px) {
  .catalog-new {
    padding-bottom: 36px;
  }

  .catalog-new__link-all-new {
    top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .catalog-new__container {
    padding-right: 0;
  }

  .catalog-new__link-all-new {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .catalog-new {
    padding-bottom: 30px;
  }

  .catalog-new__container {
    padding-right: 60px;
  }

  .catalog-new__button-load-more {
    display: block;
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .catalog-new__container {
    padding-right: 20px;
  }
}

.products-new {
  position: relative;
  text-decoration: none;
}

.products-new__head {
  color: #012547;
}

.products-new__img {
  height: 279px;
  margin-bottom: 15px;
  border-radius: 25px;
  overflow: hidden;
}

.products-new__img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.products-new__title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #000000;
}

.products-new__descr {
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: #000000;
}

.products-new::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  top: 21px;
  right: 13px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}

.reviews {
  padding-bottom: 70px;
}

.reviews__head {
  margin-top: 0;
  color: #00263A;
}

@media screen and (max-width: 1024px) {
  .reviews {
    padding-bottom: 50px;
  }

  .reviews__container {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .reviews__container {
    padding-left: 0;
  }

  .reviews__head {
    margin: 0 auto 27px auto;
    line-height: 25px;
    max-width: 234px;
    text-align: center;
  }
}

.review {
  background-color: #EAEAEA;
  border-radius: 25px;
  padding: 25px 30px 27px 30px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.review__top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.review__shop {
  margin-left: auto;
  font-size: 20px;
}

.review__shop--ozon {
  color: #2A62FF;
}

.review__shop--wb {
  color: #E50A7D;
}

.review__bottom {
  display: flex;
  margin-top: auto;
}

.review__date {
  margin-left: auto;
}

.review__title {
  font-size: 16px;
  line-height: 20px;
  margin-right: 40px;
  margin-bottom: 10px;
}

.review__descr {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.review__client-name {
  font-size: 14px;
  font-weight: 300;
}

.review__date {
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .review {
    width: 360px;
  }
}

.feedback {
  min-height: 470px;
  background: radial-gradient(50% 50% at 50% 50%, #034A77 0%, #012547 100%);
  padding-top: 70px;
  border-radius: 50px;
}

.feedback__container {
  display: grid;
  grid-template-columns: 1fr auto;
}

.feedback__info {
  max-width: 424px;
  margin-right: auto;
  margin-top: -8px;
  padding-right: 40px;
  grid-row: 3 span;
  grid-column: 1/2;
  margin-bottom: 80px;
}

.feedback__title {
  color: rgb(255, 245, 240);
  font-size: 48px;
  font-weight: 300;
  line-height: 59px;
  max-width: 312px;
  margin-bottom: 30px;
}

.feedback__descr {
  color: rgb(255, 245, 240);
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.feedback__right {
  max-width: 407px;
  margin-right: 70px;
  grid-row: 1/5;
  grid-column: 2/3;
}

.feedback__social-link {
  display: inline-block;
}

.feedback__social-link:not(:first-child) {
  margin-left: 17px;
}

@media screen and (max-width: 1024px) {
  .feedback {
    min-height: 430px;
    padding-top: 66px;
  }

  .feedback__container {
    padding-left: 56px;
  }

  .feedback__title {
    font-size: 36px;
    line-height: 45px;
    max-width: 270px;
    margin-bottom: 15px;
  }

  .feedback__descr {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .feedback__info {
    max-width: 312px;
  }

  .feedback__right {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .feedback {
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .feedback__container {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
  }

  .feedback__title {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .feedback__info {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .feedback__right {
    max-width: 100%;
    margin-right: 0;
  }

  .feedback__social {
    order: 1;
    text-align: center;
  }

  .feedback__social-link {
    max-width: 25px;
  }
}

@media screen and (max-width: 479px) {
  .feedback__container {
    padding-left: 20px;
  }
}

.feedback-form__field input[type=text],
.feedback-form__field textarea {
  background-color: rgba(255, 255, 255, 0.87);
}

.feedback-form__field textarea {
  min-height: 67px;
}

.feedback-form__field:not(:last-child) {
  margin-bottom: 15px;
}

.feedback-form__submit {
  max-width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
  background-color: transparent;
  padding: 12px 32px;
}

.feedback-form {
  /* Для современных браузеров */
}

.feedback-form__field input[type=text]::-moz-placeholder,
.feedback-form__field textarea::-moz-placeholder {
  color: #babec2;
}

.feedback-form__field input[type=text]::placeholder,
.feedback-form__field textarea::placeholder {
  color: #babec2;
}

.feedback-form {
  /* Chrome, Safari, Opera */
}

.feedback-form__field input[type=text]::-webkit-input-placeholder,
.feedback-form__field textarea::-webkit-input-placeholder {
  color: #babec2;
}

.feedback-form {
  /* Firefox 19+ */
}

.feedback-form__field input[type=text]::-moz-placeholder,
.feedback-form__field textarea::-moz-placeholder {
  color: #babec2;
  opacity: 1;
  /* предотвращает снижение прозрачности в некоторых версиях Firefox */
}

.feedback-form {
  /* Internet Explorer 10+ и Edge */
}

.feedback-form__field.field-is-error input[type=text]:-ms-input-placeholder,
.feedback-form__field.field-is-error textarea:-ms-input-placeholder {
  color: #babec2;
}

.feedback-form {
  /*Ошибки валидации*/
  /* Для современных браузеров */
}

.feedback-form__field.field-is-error input[type=text]::-moz-placeholder,
.feedback-form__field.field-is-error textarea::-moz-placeholder {
  color: #ca0000;
}

.feedback-form__field.field-is-error input[type=text]::placeholder,
.feedback-form__field.field-is-error textarea::placeholder {
  color: #ca0000;
}

.feedback-form {
  /* Chrome, Safari, Opera */
}

.feedback-form__field.field-is-error input[type=text]::-webkit-input-placeholder,
.feedback-form__field.field-is-error textarea::-webkit-input-placeholder {
  color: #ca0000;
}

.feedback-form {
  /* Firefox 19+ */
}

.feedback-form__field.field-is-error input[type=text]::-moz-placeholder,
.feedback-form__field.field-is-error textarea::-moz-placeholder {
  color: #ca0000;
}

.feedback-form {
  /* Internet Explorer 10+ и Edge */
}

.feedback-form__field.field-is-error input[type=text]:-ms-input-placeholder,
.feedback-form__field.field-is-error textarea:-ms-input-placeholder {
  color: #ca0000;
}

.feedback-form__checkbox {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  cursor: pointer;
  position: relative;
  margin-left: auto;
  margin-right: 5px;
  justify-content: end;
  margin-top: 10px;
}

.feedback-form__checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  z-index: 100;
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  opacity: 0;
}

.feedback-form__checkbox-custom {
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  flex-shrink: 0;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: 1px;
}

.feedback-form__checkbox-custom-text {
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
  color: #ffffff;
}

.feedback-form__checkbox-custom-text a {
  color: #ffffff;
}

.feedback-form__checkbox input:not(:disabled):checked+.feedback-form__checkbox-custom {
  background-image: url("../img/checkbox-checked.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .feedback-form__field input[type=text] {
    height: 40px;
  }

  .feedback-form__submit {
    font-size: 12px;
    line-height: 20px;
    padding: 9px 32px;
  }
}

@media screen and (max-width: 767px) {
  .feedback-form__field input[type=text] {
    height: 30px;
    font-size: 12px;
    padding: 10px 16px 10px 16px;
  }

  .feedback-form__field textarea {
    border-radius: 20px;
    padding: 10px 16px 10px 16px;
  }

  .feedback-form__checkbox input[type=checkbox] {
    margin-top: 0;
    margin-right: 9px;
  }

  .feedback-form__submit {
    font-size: 12px;
    margin-top: 16px;
    padding: 4px 32px;
  }
}

.contacts__head {
  color: rgb(1, 37, 71);
}

.contacts__container {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.contacts__info {
  position: absolute;
  top: 286px;
  width: 100%;
  max-width: 479px;
  min-height: 207px;
  background-color: #fff;
  border-radius: 25px;
  z-index: 2;
  padding: 25px 18px 30px 21px;
}

.contacts__info-title {
  color: rgb(0, 38, 58);
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 16px;
}

.contacts__item {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.contacts__item:not(:last-child) {
  margin-bottom: 16px;
}

.contacts__item--phone {
  background-image: url("../img/icon-phone.svg");
}

.contacts__item--phone a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.contacts__item--email {
  background-image: url("../img/icon-email.svg");
  background-position: 0;
}

.contacts__item--address {
  background-image: url("../img/icon-marker.svg");
}

.contacts__map {
  min-height: 577px;
  position: relative;
}

.contacts__map::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.26);
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .contacts__title {
    max-width: 270px;
  }

  .contacts__info {
    top: 218px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__head {
    display: none;
  }

  .contacts__info {
    position: static;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 23px;
    max-width: 100%;
  }

  .contacts__info-title {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }

  .contacts__item {
    font-size: 14px;
  }

  .contacts__map {
    min-height: 141px;
    position: relative;
    margin: 0 60px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgb(0, 38, 58);
  }

  .contacts__map::after {
    display: none;
  }
}

.footer {
  background-color: rgb(1, 37, 71);
  padding-top: 70px;
  min-height: 333px;
  margin-top: auto;
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}

.footer__brands {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  max-width: 205px;
}

.footer__brands img:not(:last-child) {
  margin-right: 30px;
}

.footer__brands-title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  color: rgb(242, 242, 242);
  margin-bottom: 20px;
  width: 100%;
}

.footer__address-place {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 20px;
  color: rgb(242, 242, 242);
  margin-bottom: 24px;
}

.footer__work-mode {
  font-family: "Montserrat";
  font-size: 12px;
  color: rgb(242, 242, 242);
}

.footer__contacts {
  text-align: center;
  max-width: 150px;
}

.footer__contacts>a {
  font-family: "Montserrat";
  display: inline-block;
  color: rgb(242, 242, 242);
}

.footer__phone {
  font-size: 18px;
  text-decoration: none;
}

.footer__link-parthner {
  font-size: 14px;
  text-decoration: underline;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 780px;
  margin: 80px auto 0 auto;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
}

.footer__copyright {
  color: rgb(242, 242, 242);
}

.footer__link {
  color: rgb(242, 242, 242);
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer__container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 116px 1fr;
  }

  .footer__menu {
    grid-row: 2 span;
  }

  .footer__brands {
    text-align: center;
    grid-column: 2/3;
    margin-left: auto;
  }

  .footer__brands-title {
    font-size: 12px;
  }

  .footer__address {
    grid-column: 2/3;
    margin-top: 32px;
    margin-left: auto;
    margin-bottom: 5px;
    text-align: right;
  }

  .footer__address-place {
    font-size: 12px;
    line-height: 16px;
  }

  .footer__contacts {
    display: flex;
    align-items: center;
    text-align: left;
    max-width: none;
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: auto;
  }

  .footer__phone {
    font-size: 12px;
    margin-right: 24px;
  }

  .footer__link-parthner {
    font-size: 12px;
    text-decoration: none;
    border: 1px solid;
    max-width: 90px;
    text-align: center;
    border-radius: 30px;
  }

  .footer__bottom {
    flex-direction: column;
    text-align: left;
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 35px;
    width: 140px;
  }

  .footer__bottom .footer__copyright {
    margin-bottom: 16px;
  }

  .footer__bottom .footer__link:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .footer__address {
    grid-column: 1/3;
    grid-row: 3/4;
    margin-left: 0;
    text-align: left;
    margin-top: 10px;
  }

  .footer__address-place {
    margin-bottom: 10px;
  }

  .footer__menu {
    grid-row: 1 span;
  }

  .footer__brands {
    grid-row: 1/2;
    text-align: left;
  }

  .footer__brands img:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer__contacts {
    flex-direction: column;
    align-items: start;
    grid-column: 1/3;
    margin-top: 10px;
    margin-left: 0;
  }

  .footer__phone {
    margin-bottom: 10px;
  }

  .footer__link-parthner {
    padding: 7px 10px;
    max-width: 160px;
  }

  .footer__bottom {
    grid-row: 4/5;
    margin-top: 10px;
  }
}

.menu-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-footer__item:not(:last-child) {
  margin-bottom: 20px;
}

.menu-footer__link {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .menu-footer__item:not(:last-child) {
    margin-bottom: 18px;
  }

  .menu-footer__link {
    font-size: 12px;
  }
}

.subscribe {
  padding-bottom: 70px;
}

.subscribe__head {
  color: rgb(1, 37, 71);
  margin-bottom: 16px;
}

.subscribe__descr {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  max-width: 780px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1025px) {
  .subscribe {
    padding-bottom: 48px;
  }

  .subscribe__head {
    margin-bottom: 4px;
  }

  .subscribe__descr {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .subscribe {
    padding-bottom: 30px;
  }

  .subscribe__head {
    line-height: 29px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .subscribe__descr {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0px;
  }
}

.subscribe-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 32px;
  max-width: 620px;
}

.subscribe-form__field input[type=text] {
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
  background-color: #f1f1f1;
  padding-left: 4px;
}

.subscribe-form {
  /* Для современных браузеров */
}

.subscribe-form__field input[type=text]::-moz-placeholder,
.subscribe-form__field textarea::-moz-placeholder {
  color: #babec2;
}

.subscribe-form__field input[type=text]::placeholder,
.subscribe-form__field textarea::placeholder {
  color: #babec2;
}

.subscribe-form {
  /* Chrome, Safari, Opera */
}

.subscribe-form__field input[type=text]::-webkit-input-placeholder,
.subscribe-form__field textarea::-webkit-input-placeholder {
  color: #babec2;
}

.subscribe-form {
  /* Firefox 19+ */
}

.subscribe-form__field input[type=text]::-moz-placeholder,
.subscribe-form__field textarea::-moz-placeholder {
  color: #babec2;
  opacity: 1;
  /* предотвращает снижение прозрачности в некоторых версиях Firefox */
}

.subscribe-form {
  /* Internet Explorer 10+ и Edge */
}

.subscribe-form__field input[type=text]:-ms-input-placeholder,
.subscribe-form__field textarea:-ms-input-placeholder {
  color: #babec2;
}

.subscribe-form {
  /*Ошибки валидации*/
  /* Для современных браузеров */
}

.subscribe-form__field.field-is-error input[type=text]::-moz-placeholder,
.subscribe-form__field.field-is-error textarea::-moz-placeholder {
  color: #ca0000;
}

.subscribe-form__field.field-is-error input[type=text]::placeholder,
.subscribe-form__field.field-is-error textarea::placeholder {
  color: #ca0000;
}

.subscribe-form {
  /* Chrome, Safari, Opera */
}

.subscribe-form__field.field-is-error input[type=text]::-webkit-input-placeholder,
.subscribe-form__field.field-is-error textarea::-webkit-input-placeholder {
  color: #ca0000;
}

.subscribe-form {
  /* Firefox 19+ */
}

.subscribe-form__field.field-is-error input[type=text]::-moz-placeholder,
.subscribe-form__field.field-is-error textarea::-moz-placeholder {
  color: #ca0000;
}

.subscribe-form {
  /* Internet Explorer 10+ и Edge */
}

.subscribe-form__field.field-is-error input[type=text]:-ms-input-placeholder,
.subscribe-form__field.field-is-error textarea:-ms-input-placeholder {
  color: #ca0000;
}

.subscribe-form__bottom {
  display: flex;
  align-items: center;
  grid-column: 1/3;
  margin-top: 30px;
}

.subscribe-form__submit {
  max-width: 138px;
  margin-right: 24px;
}

.subscribe-form__policy {
  max-width: 302px;
  color: rgb(0, 0, 0);
}

.subscribe-form__policy>a {
  color: rgb(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .subscribe-form {
    grid-template-columns: 1fr;
  }

  .subscribe-form__field input[type=text] {
    font-size: 14px;
  }

  .subscribe-form__bottom {
    display: block;
    grid-column: auto;
  }

  .subscribe-form__submit {
    max-width: 100%;
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .subscribe-form__policy {
    text-align: center;
    margin: 16px auto 0 auto;
    font-weight: 300;
  }
}

.modal-form-parthner__title {
  font-size: 32px;
  line-height: 38px;
  color: rgb(0, 38, 58);
  margin-bottom: 18px;
}

.modal-form-parthner__descr {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: rgb(43, 42, 41);
  margin-bottom: 25px;
}

.modal-form-parthner__policy,
.modal-form-parthner__policy a {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  color: rgb(0, 0, 0);
}

.modal-form-parthner__field:not(:last-child) {
  margin-bottom: 15px;
}

.modal-form-parthner {
  /* Chrome, Safari, Opera */
}

.modal-form-parthner__field input[type=text]::-webkit-input-placeholder,
.modal-form-parthner__field textarea::-webkit-input-placeholder {
  color: #babec2;
}

.modal-form-parthner {
  /* Firefox 19+ */
}

.modal-form-parthner__field input[type=text]::-moz-placeholder,
.modal-form-parthner__field textarea::-moz-placeholder {
  color: #babec2;
  opacity: 1;
  /* предотвращает снижение прозрачности в некоторых версиях Firefox */
}

.modal-form-parthner {
  /* Internet Explorer 10+ и Edge */
}

.modal-form-parthner__field.field-is-error input[type=text]:-ms-input-placeholder,
.modal-form-parthner__field.field-is-error textarea:-ms-input-placeholder {
  color: #babec2;
}

.modal-form-parthner {
  /*Ошибки валидации*/
  /* Для современных браузеров */
}

.modal-form-parthner__field.field-is-error input[type=text]::-moz-placeholder,
.modal-form-parthner__field.field-is-error textarea::-moz-placeholder {
  color: #ca0000;
}

.modal-form-parthner__field.field-is-error input[type=text]::placeholder,
.modal-form-parthner__field.field-is-error textarea::placeholder {
  color: #ca0000;
}

.modal-form-parthner {
  /* Chrome, Safari, Opera */
}

.modal-form-parthner__field.field-is-error input[type=text]::-webkit-input-placeholder,
.modal-form-parthner__field.field-is-error textarea::-webkit-input-placeholder {
  color: #ca0000;
}

.modal-form-parthner {
  /* Firefox 19+ */
}

.modal-form-parthner__field.field-is-error input[type=text]::-moz-placeholder,
.modal-form-parthner__field.field-is-error textarea::-moz-placeholder {
  color: #ca0000;
}

.modal-form-parthner {
  /* Internet Explorer 10+ и Edge */
}

.modal-form-parthner__field.field-is-error input[type=text]:-ms-input-placeholder,
.modal-form-parthner__field.field-is-error textarea:-ms-input-placeholder {
  color: #ca0000;
}

.modal-form-parthner__input {
  border: 1px solid rgb(0, 38, 58) !important;
  border-radius: 39px;
}

.modal-form-parthner__field textarea {
  border: 1px solid rgb(0, 38, 58) !important;
  min-height: 111px;
}

.modal-form-parthner__submit {
  max-width: 100%;
  margin-bottom: 15px;
}

.modal-form-parthner__policy {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .modal-form-parthner__title {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .modal-form-parthner__field .modal-form-parthner__input {
    height: 40px;
    font-size: 12px;
  }

  .modal-form-parthner__field:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .modal-form-parthner__title {
    font-size: 16px;
  }

  .modal-form-parthner__descr {
    display: none;
  }

  .modal-form-parthner__field:not(:last-child) {
    margin-bottom: 10px;
  }

  .modal-form-parthner__submit {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .modal-form-parthner__field .modal-form-parthner__input {
    height: 30px;
    padding: 14px;
  }

  .modal-form-parthner__field textarea {
    border-radius: 16px;
  }
}

.notify {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 494px;
  z-index: 99999;
}

.notify__item {
  position: relative;
  padding: 32px 100px 32px 100px;
  background-color: rgb(242, 242, 242);
  border-radius: 25px;
  margin-bottom: 5px;
  overflow: hidden;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 25px;
  box-sizing: border-box;
  text-align: center;
}

.notify__close {
  display: none;
}

@media (max-width: 568px) {
  .notify {
    left: 20px;
    width: auto;
  }

  .notify__item {
    padding: 24px 100px;
    font-size: 14px;
    line-height: 18px;
    max-width: none;
    width: 100%;
  }
}

.modal-product-card {
  display: grid;
  grid-template-columns: 306px 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 0 50px;
  align-items: start;
}

.modal-product-card.hide {
  opacity: 0;
}

.modal-product-card__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: rgb(0, 38, 58);
  margin-top: 0;
  margin-bottom: 25px;
}

.modal-product-card__image {
  overflow: hidden;
  border-radius: 15px;
  width: 306px;
  max-height: 430px;
  grid-row: 3 span;
}

.modal-product-card__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.modal-product-card__text {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: rgb(43, 42, 41);
  height: 100%;
}

.modal-product-card__descr {
  margin-bottom: 25px;
}

.modal-product-card__info span {
  display: block;
}

.modal-product-card__info span:not(:last-child) {
  margin-bottom: 20px;
}

.modal-product-card__links {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.modal-product-card__links-label {
  font-size: 20px;
  color: rgb(0, 38, 58);
  margin-right: 20px;
}

.modal-product-card__shop-link:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .modal-product-card__title {
    font-size: 24px;
    line-height: 29px;
    max-width: 330px;
    margin-bottom: 30px;
  }

  .modal-product-card__descr {
    margin-bottom: 16px;
    max-width: 450px;
  }

  .modal-product-card__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .modal-product-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    min-height: 650px;
    max-height: 770px;
  }

  .modal-product-card--new .modal-product-card__title {
    grid-row: 1;
  }

  .modal-product-card__title {
    font-size: 16px;
    line-height: 22px;
    max-width: 215px;
    margin-bottom: 12px;
  }

  .modal-product-card__descr {
    margin-bottom: 0;
  }

  .modal-product-card__image {
    width: 100%;
    grid-row: auto;
    margin-bottom: 10px;
  }

  .modal-product-card__text {
    grid-column: auto;
  }

  .modal-product-card__info span:not(:last-child) {
    margin-bottom: 0;
  }

  .modal-product-card__links-label {
    font-size: 16px;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  position: relative;
  display: inline;
}

.breadcrumb li:not(:first-child) {
  padding-left: 20px;
}

.breadcrumb li:not(:first-child):before {
  position: absolute;
  top: 0;
  left: 6px;
  content: "/";
  display: inline-block;
}

.breadcrumb li,
.breadcrumb a {
  color: rgb(0, 38, 58);
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {

  .breadcrumb li,
  .breadcrumb a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {

  .breadcrumb li,
  .breadcrumb a {
    font-size: 14px;
    line-height: 24px;
  }

  .breadcrumb li:not(:first-child) {
    padding-left: 10px;
  }

  .breadcrumb li:not(:first-child):before {
    top: -2px;
    left: 0px;
  }
}

.page-inner {
  padding-top: 70px;
}

.page-inner__head {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  color: rgb(1, 37, 71);
  margin-top: 40px;
  margin-bottom: 45px;
}

.page-inner__subhead {
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 22px;
  color: rgb(1, 37, 71);
}

.page-inner__grid {
  display: grid;
  grid-template-columns: 246px auto;
  grid-gap: 0 50px;
}

.page-inner__descr {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 30px;
  color: rgb(0, 38, 58);
}

.page-inner__grid-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

.page-inner__button-load-more {
  margin: 70px auto 0;
}

.page-inner__products-new-grid {
  padding-bottom: 70px;
}

.page-inner__products-new-list {
  display: grid;
  grid-gap: 30px;
}

.page-inner__head--text-content {
  text-align: center;
  margin-bottom: 18px;
}

.page-inner__text-content {
  padding-bottom: 70px;
}

.page-inner__text-content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.page-inner__text-content p:first-child {
  margin-top: 0;
}

.page-inner__text-content p:not(:last-child) {
  margin-bottom: 22px;
}

.page-inner__text-content p:last-child {
  margin-bottom: 0;
}

.page-inner__text-content strong {
  font-weight: 400;
}

.page-inner__text-content>h2 {
  font-size: 32px;
  line-height: 24px;
  color: rgb(1, 37, 71);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 15px;
}

.page-inner__text-content ul,
.page-inner__text-content ol {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  padding-left: 0;
  list-style-position: inside;
}

.page-inner__text-content ul {
  list-style: none;
}

.page-inner__text-content ul li {
  position: relative;
}

.page-inner__text-content>ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #012547;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .page-inner {
    padding-top: 40px;
  }

  .page-inner__head {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .page-inner__subhead {
    margin-bottom: 8px;
  }

  .page-inner__grid {
    grid-template-columns: 230px auto;
    grid-gap: 0 37px;
  }

  .page-inner__descr {
    font-size: 15px;
    line-height: 23px;
  }

  .page-inner__grid-products {
    grid-gap: 24px;
  }

  .page-inner__products-new-grid {
    padding-bottom: 50px;
  }

  .page-inner__products-new-grid .page-inner__button-load-more {
    max-width: 315px;
  }

  .page-inner__products-new-list {
    grid-gap: 20px;
  }

  .page-inner__button-load-more {
    max-width: 236px;
    margin: 50px auto 0;
  }

  .page-inner__text-content {
    padding-bottom: 50px;
  }

  .page-inner__text-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .page-inner__text-content>h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .page-inner__text-content ul,
  .page-inner__text-content ol {
    font-size: 14px;
    line-height: 20px;
  }

  .page-inner__text-content>ul li::before {
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 768px) {
  .page-inner__grid-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .page-inner {
    padding-top: 22px;
  }

  .page-inner__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-inner__head {
    font-size: 22px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .page-inner__subhead {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
  }

  .page-inner__descr {
    font-size: 13px;
    line-height: 19px;
  }

  .page-inner__grid-products {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .page-inner__button-load-more {
    max-width: 100%;
    margin-top: 30px;
  }

  .page-inner__products-new-grid {
    padding-bottom: 30px;
  }

  .page-inner__products-new-grid .page-inner__button-load-more {
    max-width: 100%;
  }

  .page-inner__text-content {
    padding-bottom: 30px;
  }

  .page-inner__text-content p {
    font-size: 12px;
    line-height: 19px;
  }

  .page-inner__text-content>h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .page-inner__text-content ul,
  .page-inner__text-content ol {
    font-size: 12px;
    line-height: 20px;
  }

  .page-inner__text-content ul:not(:last-child),
  .page-inner__text-content ol:not(:last-child) {
    margin-bottom: 28px;
  }
}

.menu-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.menu-tags__item {
  margin-bottom: 20px;
}

.menu-tags__item:not(:last-child) {
  margin-right: 20px;
}

.menu-tags__link {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: rgb(43, 42, 41);
  border-radius: 40px;
  border: 1px solid rgb(0, 38, 58);
  padding: 12px 30px;
  text-decoration: none;
}

.menu-tags__link:hover,
.menu-tags__link.active {
  color: rgb(242, 242, 242);
  background-color: rgb(0, 38, 58);
}

@media screen and (max-width: 1024px) {
  .menu-tags {
    margin-bottom: 28px;
  }

  .menu-tags__link {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-tags__item:not(:last-child) {
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .menu-tags {
    margin-bottom: 0;
  }

  .menu-tags__link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .menu-tags__item {
    margin-bottom: 8px;
  }

  .menu-tags__item:not(:last-child) {
    margin-right: 13px;
  }
}

.product-card {
  background-color: rgb(234, 234, 234);
  min-height: 404px;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card__img {
  height: 234px;
  overflow: hidden;
  margin-bottom: 14px;
}

.product-card__img img {
  display: block;
  margin: 0 auto;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card__title {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.product-card__button-more {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .product-card {
    padding: 24px 24px 12px 24px;
    min-height: 302px;
  }

  .product-card__img {
    height: 172px;
    margin-bottom: 16px;
  }

  .product-card__title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
  }

  .product-card__button-more {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  .product-card__img {
    height: 202px;
    margin-bottom: 5px;
  }

  .product-card__title {
    max-width: 204px;
    margin: 0 auto 10px auto;
    text-align: center;
  }

  .product-card__button-more {
    padding-top: 9px;
    padding-bottom: 9px;
    max-width: 230px;
    margin: 0 auto;
  }
}

.product-card-new {
  position: relative;
  display: grid;
  grid-template-columns: 157px 1fr;
  grid-template-rows: auto 1fr;
  background-color: rgb(234, 234, 234);
  padding: 23px;
  grid-gap: 0 23px;
  border-radius: 25px;
  text-decoration: none;
}

.product-card-new::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 15px;
  background-image: url("../img/arrow-product-new.svg");
  width: 10px;
  height: 10px;
}

.product-card-new__img {
  grid-row: 1/5;
  overflow: hidden;
  height: 200px;
  border-radius: 15px;
}

.product-card-new__img img {
  display: block;
  margin: 0 auto;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card-new__title {
  font-size: 20px;
  line-height: 24px;
  color: rgb(0, 38, 58);
  margin-bottom: 10px;
  margin-top: 20px;
}

.product-card-new__descr {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: rgb(0, 38, 58);
}

.product-card-new__date {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: rgb(0, 38, 58);
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .product-card-new::after {
    right: 20px;
    top: 20px;
  }

  .product-card-new__descr {
    font-size: 14px;
  }

  .product-card-new__date {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .product-card-new {
    grid-template-columns: auto;
    border-radius: 15px;
  }

  .product-card-new::after {
    display: none;
  }

  .product-card-new__img {
    height: 145px;
  }

  .product-card-new__title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px;
    margin-top: 10px;
  }

  .product-card-new__descr {
    font-size: 12px;
    line-height: 15px;
  }

  .product-card-new__date {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

.filter__title {
  font-size: 20px;
  font-weight: 300;
  color: rgb(0, 38, 58);
  margin-bottom: 30px;
  margin-top: 5px;
  pointer-events: none;
}

.filter__name {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: rgb(0, 38, 58);
  margin-bottom: 15px;
  margin-top: 0px;
}

.filter__type {
  padding-top: 16px;
  padding-bottom: 10px;
  border-top: 1px solid rgb(0, 38, 58);
  min-height: 86px;
}

.filter__checkbox {
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
}

.filter__checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  z-index: 100;
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.filter__checkbox input:not(:disabled):checked+.filter__checkbox-custom {
  background-image: url("../img/checkbox-checked-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.filter__checkbox-custom {
  width: 14px;
  height: 14px;
  border: 1px solid rgb(43, 42, 41);
  flex-shrink: 0;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}

.filter__checkbox span {
  font-size: 14px;
  font-weight: 300;
}

.filter .noUi-horizontal {
  height: 3px;
}

.filter .noUi-target {
  background-color: rgba(0, 38, 58, 0.5);
  border: none;
  box-shadow: none;
  padding: 0 5px;
  margin-top: 20px;
}

.filter .noUi-connect {
  background-color: rgb(43, 42, 41);
}

.filter .noUi-horizontal .noUi-tooltip {
  bottom: auto;
  top: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-weight: 300;
}

.filter .noUi-horizontal .noUi-handle {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: rgb(255, 245, 240);
  border: 1px solid rgb(43, 42, 41);
  top: -5px;
  cursor: grabbing;
}

.filter .noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: -6px;
}

.filter .noUi-horizontal .noUi-handle.noUi-handle-lower {
  right: -6px;
}

.filter .noUi-horizontal .noUi-handle::after,
.filter .noUi-horizontal .noUi-handle::before {
  display: none;
}

@media screen and (max-width: 1024px) {
  .filter__title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .filter {
    margin-bottom: 10px;
  }

  .filter__title {
    font-size: 14px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-bottom: 12px;
    pointer-events: all;
    position: relative;
    display: inline-block;
  }

  .filter__title::after {
    content: "";
    background-image: url("../img/arrow-toggler.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 6px;
    position: absolute;
    right: -20px;
    top: 8px;
    transform: rotate(180deg);
  }

  .filter__title.active::after {
    transform: rotate(0);
  }

  .filter__list {
    display: none;
  }

  .filter__list.active {
    display: block;
  }

  .filter__type {
    border: 1px solid #00263a;
    margin-bottom: 15px;
    border-radius: 12px;
    padding: 12px 15px 6px 15px;
  }

  .filter__name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .filter .noUi-target {
    margin-top: 15px;
  }

  .filter .noUi-horizontal {
    height: 2px;
  }
}

.results-in-numbers {
  max-width: 830px;
  margin: 50px auto 0 auto;
  color: rgb(1, 37, 71);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.results-in-numbers__item {
  max-width: 240px;
  margin: 0 18px 45px 18px;
}

.results-in-numbers__nubmer {
  font-size: 96px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 5px;
}

.results-in-numbers__nubmer.is-plus::after {
  content: "+";
  font-size: 40px;
  line-height: 24px;
  display: inline-block;
  transform: translate(3px, -17px);
}

.results-in-numbers__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .results-in-numbers {
    margin: 25px auto 0;
  }

  .results-in-numbers__item {
    max-width: 190px;
    margin: 0 42px 15px 42px;
  }

  .results-in-numbers__nubmer {
    font-size: 75px;
    margin-bottom: 0px;
  }

  .results-in-numbers__nubmer.is-plus::after {
    font-size: 32px;
    line-height: 24px;
  }

  .results-in-numbers__text {
    font-size: 16px;
    line-height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .results-in-numbers {
    margin: 30px auto 0;
  }

  .results-in-numbers__item {
    max-width: 160px;
    margin: 0 10px 18px;
  }

  .results-in-numbers__nubmer {
    font-size: 70px;
    line-height: 60px;
  }

  .results-in-numbers__text {
    font-size: 14px;
    line-height: 17px;
  }
}

.our-values__head {
  font-size: 32px;
  line-height: 62px;
  text-align: center;
  color: rgb(1, 37, 71);
  margin-top: 40px;
  margin-bottom: 30px;
}

.our-values__list {
  margin: 0;
  padding: 0;
}

.our-values__item {
  display: flex;
  align-items: center;
}

.our-values__item:not(:last-child) {
  margin-bottom: 30px;
}

.our-values__icon {
  margin-right: 30px;
  width: 150px;
  flex-shrink: 0;
}

.our-values__icon img {
  display: block;
}

.our-values__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 29px;
  color: rgb(1, 37, 71);
  text-transform: uppercase;
}

.our-values__descr {
  font-size: 22px;
  font-weight: 300;
  line-height: 29px;
  color: rgb(0, 0, 0);
}

@media screen and (max-width: 1024px) {
  .our-values__head {
    font-size: 24px;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .our-values__icon {
    width: 116px;
  }

  .our-values__title {
    font-size: 20px;
    line-height: 20px;
  }

  .our-values__descr {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .our-values__icon {
    width: 95px;
    margin-right: 20px;
  }

  .our-values__title {
    font-size: 14px;
    line-height: 18px;
  }

  .our-values__descr {
    font-size: 12px;
    line-height: 18px;
  }

  .our-values__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.out-products__head {
  text-align: center;
  margin-top: 40px;
  color: rgb(1, 37, 71);
}

.out-products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 27px;
}

.out-products__item {
  position: relative;
  height: 195px;
  overflow: hidden;
  border-radius: 25px;
  padding: 15px 27px 15px 27px;
  text-decoration: none;
}

.out-products__img {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
}

.out-products__title {
  position: relative;
  font-size: 22px;
  line-height: 29px;
  z-index: 1;
  color: #3a3a3a;
  max-width: 220px;
}

@media screen and (max-width: 1024px) {
  .out-products__head {
    margin-top: 10px;
  }

  .out-products__item {
    height: 152px;
    padding: 15px 20px 15px 20px;
  }

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

@media screen and (max-width: 768px) {
  .out-products__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .out-products__list {
    grid-template-columns: 1fr;
    padding: 0 32px;
    grid-gap: 20px;
  }

  .out-products__item {
    padding: 12px 15px 12px 15px;
  }
}

@media screen and (max-width: 479px) {
  .out-products__list {
    padding: 0;
  }

  .out-products__item {
    height: 145px;
  }
}

.menu-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 0;
    padding: 30px 60px 30px 60px;
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none;
  }

  .menu-mobile.active {
    opacity: 1;
    transition: all 0.2s;
    z-index: 200;
    pointer-events: all;
  }

  .menu-mobile__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .menu-mobile__item:not(:last-child) {
    margin-bottom: 21px;
  }

  .menu-mobile__link {
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    text-decoration: none;
    color: rgb(43, 42, 41);
  }

  .menu-mobile__address {
    font-family: "Montserrat";
    font-size: 12px;
    text-align: center;
    color: rgb(43, 42, 41);
    margin: auto auto 0 auto;
    max-width: 285px;
  }

  .menu-mobile__phone {
    text-align: center;
    margin-top: 10px;
  }

  .menu-mobile__phone a {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: rgb(43, 42, 41);
  }
}

.rating {
  background-image: url("../img/stars-gray.svg");
  width: 70px;
  height: 11px;
}

.rating__stars {
  width: 100%;
  height: 100%;
  background-image: url("../img/stars.svg");
}

/*# sourceMappingURL=style.css.map */