@import url("https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap");
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope/ttf/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope/ttf/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope/ttf/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope/ttf/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope/ttf/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../../fonts/neue_machina/NeueMachina-Ultralight.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../../fonts/neue_machina/NeueMachina-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../../fonts/neue_machina/NeueMachina-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../../fonts/neue_machina/NeueMachina-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../../fonts/neue_machina/NeueMachina-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../../fonts/neue_machina/NeueMachina-Ultrabold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../../fonts/neue_machina/NeueMachina-Black.ttf") format("truetype");
  font-weight: 900;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Manrope";
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden scroll;
}
body.menu-open {
  overflow: hidden hidden;
}
body.overflow {
  overflow: hidden hidden;
}

button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  font-family: "Montserrat";
  cursor: pointer;
}

.btn {
  border: 2px solid #D0D9FF;
  font-weight: 800;
  font-size: 16px;
  line-height: 140%;
  color: #3E68FC;
  border-radius: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.35s ease-in;
}
.btn:hover {
  background: #3E68FC;
  border: none;
  color: #fff;
}

p {
  text-align: left;
  margin: 0;
}

ul {
  padding-left: 0;
}

img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a:active,
a:hover,
a {
  text-decoration: none;
  color: inherit;
}

input, textarea {
  outline: none;
  border: none;
}

.container {
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .container {
    padding: 0 70px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.first, .second, .third {
  padding: 100px 0 0;
}
@media (max-width: 1300px) {
  .first, .second, .third {
    padding: 60px 0 0;
  }
}
@media (max-width: 576px) {
  .first, .second, .third {
    padding: 40px 0 0;
  }
}

.first {
  padding: 30px 0 0;
}
@media (max-width: 576px) {
  .first {
    padding-top: 16px;
  }
}

.third {
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .third {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .third {
    padding-bottom: 40px;
  }
}

.title {
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  font-family: "Neue Machina";
  color: #393E46;
}
@media (max-width: 1300px) {
  .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 23px;
  }
}

.splide {
  position: static;
}

.splide__track {
  overflow: unset;
  overflow-x: hidden;
}

.splide__arrows {
  position: absolute;
  right: 0px;
  top: -78px;
}
@media (max-width: 768px) {
  .splide__arrows {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}

.splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.splide__arrow {
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: #f1f1f1;
  transition: 0.25s;
}
.splide__arrow:hover {
  background-color: #A82249;
}
.splide__arrow:hover svg path {
  fill: #fff;
}
.splide__arrow svg {
  width: 17px;
  height: 17px;
  transition: 0.25s;
}
@media (max-width: 991px) {
  .splide__arrow svg {
    width: 14px;
    height: 14px;
  }
}
.splide__arrow--prev {
  left: auto;
  right: 70px;
}
@media (max-width: 768px) {
  .splide__arrow--prev {
    left: calc(50% - 32px);
    transform: translate(-50%, 0%);
  }
}
.splide__arrow--next {
  right: 0;
}
@media (max-width: 768px) {
  .splide__arrow--next {
    right: calc(50% - 32px);
    transform: translate(50%, 0%);
  }
}
.splide__arrow--prev, .splide__arrow--next {
  transition: 0.35s;
  bottom: -20px;
}
@media (max-width: 768px) {
  .splide__arrow--prev, .splide__arrow--next {
    bottom: 0px;
    top: 15px;
    width: 44px;
    height: 44px;
  }
}
.splide__arrow--prev:hover, .splide__arrow--next:hover {
  background: #A82249;
  opacity: 1 !important;
}

.splide__pagination__page {
  opacity: 1 !important;
}

.splide__pagination {
  bottom: 14px;
  transform: translateY(0%);
  z-index: 0;
}
.splide__pagination li {
  line-height: 0;
}
.splide__pagination__page {
  margin: 0 3px;
  width: 8px;
  height: 8px;
  background-color: #ddd;
  opacity: 1;
}
@media (max-width: 768px) {
  .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.splide__pagination__page.is-active {
  transform: none;
  background-color: #acbeff;
}

.simplebar-scrollbar:before {
  background: #c0ceff;
}

.pswp__zoom-wrap {
  width: 100%;
  height: 100%;
  transform: none;
}
.card_product {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
}
.card_product:hover .card_product__btn {
  opacity: 1;
}
.card_product.active {
  display: block;
}
.card_product.in-basket .card_product__btn {
  opacity: 1;
  outline: 1px solid #3E68FC;
  color: #224FEF;
  background: transparent;
}
.card_product.in-basket .card_product__btn .card_product__btn__text {
  color: #224FEF;
}
.card_product.in-basket .card_product__btn svg path {
  fill: #224FEF;
}
.card_product__bg {
  width: 100%;
  height: 230px;
  background: #fafafa;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1300px) {
  .card_product__bg {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .card_product__bg {
    height: 180px;
    border-radius: 12px;
  }
}
@media (max-width: 576px) {
  .card_product__bg {
    height: 140px;
  }
}
.card_product .splide {
  height: 100%;
}
.card_product .splide__list_lightbox-2 {
  height: 100%;
  width: 100%;
  display: flex;
}
.card_product .splide__track {
  height: 100%;
}
.card_product__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.85/1;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card_product__img_full {
  display: block;
  margin: auto;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
}
.card_product__text {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 1300px) {
  .card_product__text {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .card_product__text {
    margin-top: 12px;
  }
}
.card_product__price {
  font-weight: 800;
  font-size: 28px;
  line-height: 140%;
  color: #3E68FC;
}
@media (max-width: 1500px) {
  .card_product__price {
    font-size: 25px;
  }
}
@media (max-width: 1300px) {
  .card_product__price {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .card_product__price {
    font-size: 20px;
  }
}
.card_product__name {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5px;
  line-height: 140%;
}
@media (max-width: 1500px) {
  .card_product__name {
    margin-top: 10px;
  }
}
@media (max-width: 1300px) {
  .card_product__name {
    margin-top: 10px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .card_product__name {
    row-gap: 2px;
    margin-top: 6px;
  }
}
.card_product__title {
  font-weight: 600;
  color: #515151;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1300px) {
  .card_product__title {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .card_product__title {
    font-size: 14px;
  }
}
.card_product__descr {
  font-weight: 400;
  color: #7C7C7C;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .card_product__descr {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .card_product__descr {
    font-size: 13px;
  }
}
.card_product__options {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 10px 15px;
}
@media (max-width: 768px) {
  .card_product__options {
    gap: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  .card_product__options {
    gap: 8px;
    margin-top: 6px;
  }
}
.card_product__option {
  padding: 5px 8px;
  border-radius: 10px;
  border: 1px solid #eee;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .card_product__option {
    padding: 5px;
  }
}
.card_product__option.active {
  border-color: #3E68FC;
}
.card_product__option.active .card_product__option__val {
  color: #515151;
}
.card_product__option__val {
  font-size: 14px;
  font-weight: 500;
  color: #7C7C7C;
}
@media (max-width: 768px) {
  .card_product__option__val {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .card_product__option__val {
    font-size: 10px;
  }
}
.card_product__btn {
  opacity: 0;
  margin-top: 14px;
  padding: 0 13px;
  height: 44px;
  width: -moz-fit-content;
  width: fit-content;
  background: #3E68FC;
  border-radius: 9px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.35s;
}
@media (max-width: 991px) {
  .card_product__btn {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .card_product__btn {
    margin-top: 12px;
    padding: 0 10px;
    height: 35px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (max-width: 400px) {
  .card_product__btn {
    height: 32px;
    margin-top: 10px;
    padding: 0 8px;
  }
}
.card_product__btn__text {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1300px) {
  .card_product__btn__text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .card_product__btn__text {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .card_product__btn__text {
    font-size: 11px;
  }
}
.card_product__btn:hover {
  background: #224FEF;
  color: #fff;
}
.card_product__btn svg {
  width: 14px;
}
@media (max-width: 768px) {
  .card_product__btn svg {
    width: 12px;
  }
}
@media (max-width: 400px) {
  .card_product__btn svg {
    width: 10px;
  }
}

.modal_basket {
  padding: 50px 100px;
  max-height: calc(100% - 100px);
  max-width: calc(100% - 200px);
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
  .modal_basket {
    max-width: calc(100% - 140px);
    padding: 50px 70px;
  }
}
@media (max-width: 991px) {
  .modal_basket {
    max-width: calc(100% - 100px);
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .modal_basket {
    max-width: calc(100% - 80px);
    border-radius: 10px;
    padding: 50px 40px;
  }
}
@media (max-width: 576px) {
  .modal_basket {
    max-width: calc(100% - 40px);
    padding: 50px 20px;
  }
}
.modal_basket__close {
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 40px;
}
@media (max-width: 768px) {
  .modal_basket__close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1300px) {
  .modal_basket__close svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .modal_basket__close svg {
    width: 14px;
    height: 14px;
  }
}
.modal_basket__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  display: block;
}
.modal_basket__bg.active {
  opacity: 1;
  visibility: visible;
}
.modal_basket__row-1 {
  display: grid;
  grid-template-columns: 275px auto;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 1300px) {
  .modal_basket__row-1 {
    grid-template-columns: 220px auto;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 991px) {
  .modal_basket__row-1 {
    grid-template-columns: 130px auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.modal_basket__title {
  color: #3E68FC;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .modal_basket__title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .modal_basket__title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .modal_basket__title {
    font-size: 22px;
  }
}
.modal_basket__order-btn {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background: #F1F4FF;
  color: #5F81F7;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  padding: 0 18px;
  height: 46px;
  transition: 0.35s;
}
@media (max-width: 1300px) {
  .modal_basket__order-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 0 12px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .modal_basket__order-btn {
    font-size: 12px;
    font-weight: 500;
    padding: 0 8px;
    height: 29px;
  }
}
.modal_basket__order-btn:hover {
  color: #3E68FC;
}
.modal_basket__goods {
  margin-top: 50px;
  display: grid;
  row-gap: 50px;
}
@media (max-width: 1300px) {
  .modal_basket__goods {
    margin-top: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .modal_basket__goods {
    margin-top: 30px;
    row-gap: 35px;
  }
}
.modal_basket__product {
  display: none;
}
.modal_basket__product.active {
  display: grid;
  grid-template-columns: 275px 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  align-items: center;
}
@media (max-width: 1300px) {
  .modal_basket__product.active {
    grid-template-columns: 220px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 991px) {
  .modal_basket__product.active {
    grid-template-columns: 130px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.modal_basket__product__row-2 {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .modal_basket__product__row-2 {
    margin-top: 15px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 991px) {
  .modal_basket__product__row-2 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 576px) {
  .modal_basket__product__row-2 {
    margin-top: 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.modal_basket__product__title {
  color: #515151;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1300px) {
  .modal_basket__product__title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .modal_basket__product__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .modal_basket__product__title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .modal_basket__product__title {
    font-size: 15px;
  }
}
.modal_basket__product__descr {
  margin-top: 10px;
  color: #7C7C7C;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1300px) {
  .modal_basket__product__descr {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .modal_basket__product__descr {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .modal_basket__product__descr {
    margin-top: 6px;
    font-size: 12px;
  }
}
.modal_basket__product__price {
  margin-top: 15px;
  color: #3E68FC;
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1300px) {
  .modal_basket__product__price {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .modal_basket__product__price {
    margin-top: 10px;
    font-size: 20px;
  }
}
.modal_basket__product__option {
  margin-top: 10px;
  color: #557bff;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1300px) {
  .modal_basket__product__option {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .modal_basket__product__option {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .modal_basket__product__option {
    margin-top: 6px;
    font-size: 12px;
  }
}
.modal_basket__product__quantity {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 52px;
       column-gap: 52px;
  position: relative;
}
@media (max-width: 1300px) {
  .modal_basket__product__quantity {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}
@media (max-width: 768px) {
  .modal_basket__product__quantity {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
}
.modal_basket__product__quantity__decrease, .modal_basket__product__quantity__increase {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #F0F3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .modal_basket__product__quantity__decrease, .modal_basket__product__quantity__increase {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .modal_basket__product__quantity__decrease, .modal_basket__product__quantity__increase {
    width: 27px;
    height: 27px;
    border-radius: 8px;
  }
}
.modal_basket__product__quantity__decrease:hover svg path, .modal_basket__product__quantity__increase:hover svg path {
  stroke: #3E68FC;
}
.modal_basket__product__quantity__decrease svg, .modal_basket__product__quantity__increase svg {
  transition: 0.35s;
}
@media (max-width: 991px) {
  .modal_basket__product__quantity__decrease svg, .modal_basket__product__quantity__increase svg {
    width: 15px;
  }
}
.modal_basket__product__quantity__decrease svg path, .modal_basket__product__quantity__increase svg path {
  stroke: #5F81F7;
}
@media (max-width: 991px) {
  .modal_basket__product__quantity__decrease svg path, .modal_basket__product__quantity__increase svg path {
    stroke-width: 2;
  }
}
.modal_basket__product__quantity__decrease.disabled, .modal_basket__product__quantity__increase.disabled {
  background: #F5F5F5;
}
.modal_basket__product__quantity__decrease.disabled svg path, .modal_basket__product__quantity__increase.disabled svg path {
  stroke: #D0D9F6;
}
.modal_basket__product__quantity__number {
  color: #3E68FC;
  font-family: Manrope;
  font-size: 22px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .modal_basket__product__quantity__number {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .modal_basket__product__quantity__number {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .modal_basket__product__quantity__number {
    font-size: 14px;
  }
}
.modal_basket__product__trash {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 22px;
}
@media (max-width: 1300px) {
  .modal_basket__product__trash {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .modal_basket__product__trash {
    height: 18px;
  }
}
@media (max-width: 576px) {
  .modal_basket__product__trash {
    height: 16px;
  }
}
.modal_basket__product__trash svg {
  width: 22px;
  height: 22px;
  transition: 0.35s;
}
@media (max-width: 1300px) {
  .modal_basket__product__trash svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .modal_basket__product__trash svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 576px) {
  .modal_basket__product__trash svg {
    width: 16px;
    height: 16px;
  }
}
.modal_basket__product__trash svg:hover path {
  stroke: #3E68FC;
}
.modal_basket__product__img {
  max-width: 220px;
  width: 100%;
  height: calc(100% - 40px);
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 0.85/1;
}
@media (max-width: 1300px) {
  .modal_basket__product__img {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .modal_basket__product__img {
    max-width: 110px;
  }
}
.modal_basket__product__img__bg {
  width: 275px;
  height: 220px;
  border-radius: 18px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1300px) {
  .modal_basket__product__img__bg {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .modal_basket__product__img__bg {
    width: 130px;
    height: 120px;
  }
}
.modal_basket__summary {
  margin-top: 60px;
  background: #F1F4FF;
  padding: 40px;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .modal_basket__summary {
    margin-top: 35px;
    padding: 25px 20px;
  }
}
.modal_basket__summary__info {
  color: #BBB;
  font-size: 18px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 991px) {
  .modal_basket__summary__info {
    font-size: 16px;
  }
}
.modal_basket__summary__price {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .modal_basket__summary__price {
    margin-top: 20px;
  }
}
.modal_basket__summary__price__name, .modal_basket__summary__price__val {
  color: #3E68FC;
  font-size: 25px;
}
@media (max-width: 991px) {
  .modal_basket__summary__price__name, .modal_basket__summary__price__val {
    font-size: 22px;
  }
}
.modal_basket__summary__price__name {
  font-weight: 600;
}
.modal_basket__summary__price__val {
  font-weight: 700;
}
.modal_basket__summary__btn {
  margin-top: 25px;
  height: 54px;
  width: 100%;
  border-radius: 12px;
  background: #FAFAFA;
  box-shadow: 0px 4px 18px 0px rgba(62, 104, 252, 0.03);
  color: #3E68FC;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991px) {
  .modal_basket__summary__btn {
    margin-top: 20px;
    height: 50px;
  }
}
@media (max-width: 576px) {
  .modal_basket__summary__btn {
    font-size: 14px;
  }
}

.modal_order {
  padding: 50px 100px;
  max-height: calc(100% - 100px);
  width: 100%;
  max-width: calc(100% - 300px);
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
  .modal_order {
    max-width: calc(100% - 280px);
    padding: 50px 70px;
  }
}
@media (max-width: 991px) {
  .modal_order {
    max-width: calc(100% - 200px);
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .modal_order {
    max-width: calc(100% - 160px);
    border-radius: 10px;
    padding: 50px 40px;
  }
}
@media (max-width: 576px) {
  .modal_order {
    max-width: calc(100% - 80px);
    padding: 50px 20px;
  }
}
@media (max-width: 400px) {
  .modal_order {
    max-width: calc(100% - 40px);
    padding: 30px 20px;
  }
}
.modal_order__close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 768px) {
  .modal_order__close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1300px) {
  .modal_order__close svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .modal_order__close svg {
    width: 14px;
    height: 14px;
  }
}
.modal_order__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  display: block;
}
.modal_order__bg.active {
  opacity: 1;
  visibility: visible;
}
.modal_order__title {
  color: #1e1e1e;
  font-size: 25px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1300px) {
  .modal_order__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .modal_order__title {
    font-size: 21px;
  }
}
.modal_order__fields {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .modal_order__fields {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .modal_order__fields {
    margin-top: 30px;
  }
}
.modal_order__input {
  padding-left: 32px;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #CACACA;
  background: transparent;
  color: #555;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1500px) {
  .modal_order__input {
    padding-left: 28px;
  }
}
@media (max-width: 768px) {
  .modal_order__input {
    height: 66px;
    padding-left: 26px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .modal_order__input {
    padding-left: 20px;
  }
}
.modal_order__input::-moz-placeholder {
  color: #555;
  font-size: 18px;
  font-weight: 500;
}
.modal_order__input::placeholder {
  color: #555;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .modal_order__input::-moz-placeholder {
    font-size: 16px;
  }
  .modal_order__input::placeholder {
    font-size: 16px;
  }
}
.modal_order__mail {
  margin-top: 20px;
}
.modal_order__mail.error {
  border-color: #FFBFBF;
}
.modal_order__mail.error::-moz-placeholder {
  color: #FF8282;
}
.modal_order__mail.error::placeholder {
  color: #FF8282;
}
.modal_order__btn {
  margin-top: 40px;
  width: 100%;
  height: 75px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #7997FF;
  color: #3E68FC;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: 0.35s;
}
@media (max-width: 768px) {
  .modal_order__btn {
    margin-top: 35px;
    height: 66px;
  }
}
.modal_order__btn:hover {
  background: #7997FF;
  color: #eee;
}

.modal_success {
  padding: 55px 35px;
  width: 366px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .modal_success {
    border-radius: 10px;
  }
}
@media (max-width: 400px) {
  .modal_success {
    width: calc(100% - 40px);
  }
}
.modal_success__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  .modal_success__close {
    top: 10px;
    right: 10px;
  }
}
.modal_success__close svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .modal_success__close svg {
    width: 12px;
    height: 12px;
  }
}
.modal_success__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  display: block;
}
.modal_success__bg.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 400px) {
  .modal_success__img {
    width: 60px;
  }
}
.modal_success__title {
  margin-top: 30px;
  color: #1E1E1E;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 400px) {
  .modal_success__title {
    font-size: 25px;
  }
}
.modal_success__descr {
  margin-top: 12px;
  color: #626262;
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c4359;
  opacity: 0;
  transition: 1s;
}
.loader__bg.active {
  opacity: 1;
  z-index: 100;
  overflow: hidden;
}
.loader__bg.hide {
  display: none;
}
.loader__content {
  width: 300px;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* planet ring */
  /* to cover the back of the ring */
  /* planet spots */
}
.loader__content .planet {
  width: 65%;
  height: 65%;
  background-color: #546c8c;
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  transform-origin: center center;
  box-shadow: inset 2px -10px 0px rgba(0, 0, 0, 0.1);
  animation: planet 5s ease infinite alternate;
}
@keyframes planet {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.loader__content .ring {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #bacbd9;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 33% center;
  box-shadow: 2px -10px 0px rgba(0, 0, 0, 0.1), inset -5px -10px 0px rgba(0, 0, 0, 0.1);
  animation: ring 3s ease infinite;
  /* small ball */
  /* inner ring */
}
@keyframes ring {
  0% {
    transform: rotateX(110deg) rotateZ(0deg) translate(-50px, 5px);
  }
  100% {
    transform: rotateX(110deg) rotateZ(360deg) translate(-50px, 5px);
  }
}
.loader__content .ring:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 30px;
  border-radius: 100%;
  background-color: #7ea1bf;
  z-index: 2;
  left: -5px;
  box-shadow: inset -3px 3px 0px rgba(0, 0, 0, 0.2);
}
.loader__content .ring:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-color: #7ea1bf;
  box-shadow: inset 2px -10px 0px rgba(0, 0, 0, 0.1);
}
.loader__content .cover-ring {
  position: absolute;
  width: 100%;
  height: 50%;
  border-bottom-left-radius: 80%;
  border-bottom-right-radius: 80%;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  transform: translate(0px, -17px);
  background-color: #546c8c;
  z-index: 2;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1);
}
.loader__content .spots {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
.loader__content .spots span {
  width: 30px;
  height: 30px;
  background-color: #3c4359;
  position: absolute;
  border-radius: 100%;
  box-shadow: inset -2px 3px 0px rgba(0, 0, 0, 0.3);
  animation: dots 5s ease infinite alternate;
}
@keyframes dots {
  0% {
    box-shadow: inset -3px 3px 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: inset 3px 3px 0px rgba(0, 0, 0, 0.3);
  }
}
.loader__content .spots:nth-child(1) {
  top: 20px;
  right: 50px;
}
.loader__content .spots:nth-child(2) {
  top: 40px;
  left: 50px;
  width: 15px;
  height: 15px;
}
.loader__content .spots:nth-child(3) {
  top: 80px;
  left: 20px;
  width: 25px;
  height: 25px;
}
.loader__content .spots:nth-child(4) {
  top: 80px;
  left: 90px;
  width: 40px;
  height: 40px;
}
.loader__content .spots:nth-child(5) {
  top: 160px;
  left: 70px;
  width: 15px;
  height: 15px;
}
.loader__content .spots:nth-child(6) {
  top: 165px;
  left: 125px;
  width: 10px;
  height: 10px;
}
.loader__content .spots:nth-child(7) {
  top: 90px;
  left: 150px;
  width: 15px;
  height: 15px;
}
.loader .loader__text {
  color: #bacbd9;
  font-size: 14px;
  z-index: 2;
  position: absolute;
  bottom: -20px;
  animation: text 4s ease infinite;
  width: 100px;
  text-align: center;
}
@keyframes text {
  0% {
    transform: translateX(-30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
  25% {
    letter-spacing: 3px;
    color: #7ea1bf;
  }
  50% {
    transform: translateX(30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
  75% {
    letter-spacing: 3px;
    color: #7ea1bf;
  }
  100% {
    transform: translateX(-30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
}

.header {
  padding: 40px 0 0;
  position: relative;
}
@media (max-width: 576px) {
  .header {
    padding: 20px 0 0;
  }
}
.header__row {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
}
@media (max-width: 576px) {
  .header__row {
    padding-bottom: 15px;
    align-items: center;
  }
}
.header__menu {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 1300px) {
  .header__menu {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
}
@media (max-width: 991px) {
  .header__menu {
    display: none;
  }
}
.header__menu__item {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #777;
  transition: 0.35s;
}
@media (max-width: 1300px) {
  .header__menu__item {
    font-size: 18px;
  }
}
.header__menu__item:hover {
  color: #3E68FC;
}
.header__menu__mob {
  display: none;
}
@media (max-width: 991px) {
  .header__menu__mob {
    display: block;
  }
}
@media (max-width: 768px) {
  .header__menu__mob {
    width: 24px;
  }
}
.header__menu__mob.active svg g:first-child {
  opacity: 0;
}
.header__menu__mob.active svg g:first-child line {
  transition: transform 0.2s;
}
.header__menu__mob.active svg g:first-child line:first-child {
  transform: translateY(7px);
}
.header__menu__mob.active svg g:first-child line:last-child {
  transform: translateY(-7px);
}
.header__menu__mob.active svg g:last-child {
  opacity: 1;
}
.header__menu__mob.active svg g:last-child line {
  transition: transform 0.2s 0.2s;
}
.header__menu__mob.active svg g:last-child line:first-child {
  transform: rotate(45deg);
}
.header__menu__mob.active svg g:last-child line:last-child {
  transform: rotate(-45deg);
}
.header__menu__mob svg {
  stroke: #404040;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .header__menu__mob svg {
    width: 28px;
    height: 28px;
  }
}
.header__menu__mob svg g:first-child {
  opacity: 1;
  transition: opacity 0s 0.2s;
}
.header__menu__mob svg g:first-child line {
  transition: transform 0.2s 0.2s;
  transform: translateY(0px);
}
.header__menu__mob svg g:last-child {
  opacity: 0;
  transition: opacity 0s 0.2s;
}
.header__menu__mob svg g:last-child line {
  transition: transform 0.2s;
  transform: rotate(0deg);
  transform-origin: center;
}
.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1300px) {
  .header__logo {
    height: 24px;
  }
}
@media (max-width: 576px) {
  .header__logo {
    height: 19px;
  }
}
.header__basket {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.header__basket__notify {
  display: none;
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(0, 100%);
  width: 22px;
  height: 22px;
  background: #3E68FC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .header__basket__notify {
    width: 20px;
    height: 20px;
    transform: translate(0, 60%);
  }
}
.header__basket__notify.active {
  display: block;
}
.header__basket__notify__name {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 90%;
}
@media (max-width: 576px) {
  .header__basket__notify__name {
    font-size: 13px;
  }
}
.header__basket__name {
  margin-top: 3px;
  color: #BBB;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .header__basket__name {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header__basket__name {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .header__basket__name {
    display: none;
  }
}
@media (max-width: 400px) {
  .header__basket__name {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  .header__basket svg {
    height: 29px;
  }
}
@media (max-width: 991px) {
  .header__basket svg {
    height: 26px;
  }
}
@media (max-width: 576px) {
  .header__basket svg {
    height: 24px;
  }
}

.first__title {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  color: #3E68FC;
  line-height: 125%;
}
@media (max-width: 991px) {
  .first__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .first__title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .first__title {
    max-width: 330px;
    font-size: 23px;
  }
}
@media (max-width: 400px) {
  .first__title {
    max-width: 300px;
    font-size: 21px;
  }
}
.first__row-1 {
  margin-top: 40px;
}
.first__row-2 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .first__row-2 {
    margin-top: 35px;
  }
}
@media (max-width: 576px) {
  .first__row-2 {
    margin-top: 25px;
  }
}
.first__categories {
  padding-bottom: 15px;
}
.first__categories .simplebar-content {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 18px;
       column-gap: 18px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .first__categories .simplebar-content {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (max-width: 991px) {
  .first__categories .simplebar-content {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 576px) {
  .first__categories .simplebar-content {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.first__categories .simplebar-content::before {
  content: none;
}
.first__categories .simplebar-content .first__categories__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #7C7C7C;
  transition: 0.35s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1300px) {
  .first__categories .simplebar-content .first__categories__item {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .first__categories .simplebar-content .first__categories__item {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .first__categories .simplebar-content .first__categories__item {
    font-size: 14px;
  }
}
.first__categories .simplebar-content .first__categories__item:hover {
  color: #3E68FC;
}
.first__categories .simplebar-content .first__categories__item.active {
  color: #3E68FC;
}
.first__search {
  width: 350px;
  height: 62px;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1500px) {
  .first__search {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .first__search {
    height: 52px;
  }
}
@media (max-width: 991px) {
  .first__search {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .first__search {
    margin-top: 5px;
    height: 44px;
  }
}
.first__search__icon {
  position: absolute;
  left: 28px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .first__search__icon {
    left: 22px;
  }
}
@media (max-width: 991px) {
  .first__search__icon {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .first__search__icon {
    left: 16px;
  }
}
.first__search__icon svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 1300px) {
  .first__search__icon svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 991px) {
  .first__search__icon svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  .first__search__icon svg {
    width: 18px;
    height: 18px;
  }
}
.first__search__icon svg path {
  transition: 0.35s;
  stroke: #B7C1E7;
}
.first__search__input {
  width: 100%;
  height: 100%;
  padding-left: 70px;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #717171;
}
@media (max-width: 1300px) {
  .first__search__input {
    padding-left: 58px;
    border-radius: 8px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .first__search__input {
    padding-left: 52px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .first__search__input {
    font-size: 14px;
    padding-left: 40px;
  }
}
.first__search__input:focus + .first__search__icon path {
  stroke: #6A8BFF;
}
.first__search__input::-moz-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #717171;
  font-family: "Manrope";
}
.first__search__input::placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #717171;
  font-family: "Manrope";
}
@media (max-width: 1300px) {
  .first__search__input::-moz-placeholder {
    font-size: 16px;
  }
  .first__search__input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .first__search__input::-moz-placeholder {
    font-size: 15px;
  }
  .first__search__input::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .first__search__input::-moz-placeholder {
    font-size: 14px;
  }
  .first__search__input::placeholder {
    font-size: 14px;
  }
}
.first__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 40px;
}
@media (max-width: 1300px) {
  .first__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 28px;
  }
}
@media (max-width: 991px) {
  .first__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 22px;
  }
}
@media (max-width: 768px) {
  .first__cards {
    gap: 30px 16px;
  }
}
.first__btn_more {
  margin: 100px auto 0;
  width: 190px;
  height: 70px;
}
@media (max-width: 1300px) {
  .first__btn_more {
    margin: 55px auto 0;
  }
}
@media (max-width: 991px) {
  .first__btn_more {
    margin: 40px auto 0;
    font-size: 14px;
    width: 152px;
    height: 56px;
  }
}

.menu_mob {
  background: #fff;
  width: 100%;
  height: calc(100% - 117px);
  position: fixed;
  top: 117px;
  transform: translateX(100%);
  transition: 0.35s;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  .menu_mob {
    top: 115px;
    height: calc(100% - 115px);
  }
}
@media (max-width: 991px) {
  .menu_mob {
    top: 109px;
    height: calc(100% - 109px);
  }
}
@media (max-width: 768px) {
  .menu_mob {
    top: 69px;
    height: calc(100% - 69px);
  }
}
.menu_mob.active {
  transform: translateX(0%);
}
.menu_mob__container {
  padding: 0px 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.menu_mob__row {
  display: grid;
  justify-content: center;
  row-gap: 50px;
}
@media (max-width: 991px) {
  .menu_mob__row {
    row-gap: 35px;
  }
}
.menu_mob__items {
  display: grid;
  justify-content: center;
  row-gap: 40px;
}
@media (max-width: 991px) {
  .menu_mob__items {
    row-gap: 28px;
  }
}
.menu_mob__item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 120%;
  color: #404040;
  text-align: center;
  transition: 0.35s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}
@media (max-width: 991px) {
  .menu_mob__item {
    font-size: 25px;
  }
}
.menu_mob__item:hover {
  color: #3139FF;
}
.menu_mob__btn {
  margin: 0 auto 0;
  width: 203px;
  height: 82px;
  background: #FFFFFF;
  border-radius: 16px;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #1D1D1D;
  transition: 0.35s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .menu_mob__btn {
    width: 138px;
    height: 51px;
    font-size: 16px;
    border-radius: 8px;
  }
}
.menu_mob__btn:hover {
  color: #222AF4;
}

.second__row-1 {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .second__row-1 {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .second__row-1 {
    margin-top: 25px;
  }
}
.second__row-2 {
  margin-top: 100px;
  display: grid;
  -moz-column-gap: 100px;
       column-gap: 100px;
  grid-template-columns: 81fr 58fr;
  justify-content: space-between;
}
@media (max-width: 1500px) {
  .second__row-2 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 1300px) {
  .second__row-2 {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
}
@media (max-width: 991px) {
  .second__row-2 {
    margin-top: 50px;
    row-gap: 50px;
  }
}
@media (max-width: 768px) {
  .second__row-2 {
    row-gap: 30px;
  }
}
.second__banner {
  background-image: url("../../img/main/2/banner.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .second__banner {
    height: 400px;
  }
}
.second__banner__title {
  color: #EEE;
  text-shadow: 0px 4px 4px 0px rgba(28, 28, 28, 0.12);
  font-size: 80px;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  letter-spacing: 16px;
}
@media (max-width: 991px) {
  .second__banner__title {
    font-size: 40px;
    letter-spacing: 8px;
  }
}
@media (max-width: 991px) {
  .second__banner__title {
    font-size: 34px;
    letter-spacing: 5px;
  }
}
.second__descr {
  margin-top: 40px;
  display: grid;
  row-gap: 40px;
}
@media (max-width: 1500px) {
  .second__descr {
    margin-top: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .second__descr {
    margin-top: 20px;
    row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .second__descr {
    margin-top: 15px;
    row-gap: 15px;
  }
}
.second__descr__text {
  color: #626262;
  font-size: 28px;
  line-height: 155%;
  font-weight: 400;
}
@media (max-width: 1500px) {
  .second__descr__text {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .second__descr__text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .second__descr__text {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .second__descr__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .second__descr__text-3 {
    display: none;
  }
}
.second__descr__text__accent {
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 1500px) {
  .second__icon {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .second__icon {
    width: 35px;
  }
}
@media (max-width: 576px) {
  .second__icon {
    width: 32px;
  }
}
.second__img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .second__img {
    width: 70%;
    margin: 0 auto 0;
    height: 600px;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 991px) {
  .second__img {
    width: 100%;
    height: 550px;
    border-radius: 15px;
  }
}
@media (max-width: 768px) {
  .second__img {
    height: 350px;
  }
}

.third__row-2 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 54fr 101fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
  height: 455px;
}
@media (max-width: 1500px) {
  .third__row-2 {
    margin-top: 50px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 1300px) {
  .third__row-2 {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 991px) {
  .third__row-2 {
    margin-top: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 60px;
  }
}
@media (max-width: 576px) {
  .third__row-2 {
    row-gap: 50px;
  }
}
.third__subtitle {
  margin-top: 80px;
  color: #393E46;
  font-size: 30px;
  font-family: "Montserrat";
  font-weight: 700;
}
@media (max-width: 991px) {
  .third__subtitle {
    margin-top: 40px;
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .third__subtitle {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .third__subtitle {
    font-size: 23px;
  }
}
@media (max-width: 400px) {
  .third__subtitle {
    font-size: 20px;
  }
}
.third__map {
  margin-top: 60px;
  height: 500px;
}
@media (max-width: 991px) {
  .third__map {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .third__map {
    margin-top: 30px;
  }
}
.third__form, .third__contacts {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.third__form__title, .third__contacts__title {
  color: #393E46;
  font-size: 25px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1300px) {
  .third__form__title, .third__contacts__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .third__form__title, .third__contacts__title {
    font-size: 21px;
  }
}
.third__form {
  background: #F6F8FF;
  padding: 50px 50px 60px 50px;
}
@media (max-width: 1500px) {
  .third__form {
    padding: 40px 40px 50px 40px;
  }
}
@media (max-width: 1300px) {
  .third__form {
    padding: 30px 30px 40px 30px;
  }
}
@media (max-width: 576px) {
  .third__form {
    padding: 20px 20px 30px 20px;
  }
}
.third__form__fields {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .third__form__fields {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .third__form__fields {
    margin-top: 30px;
  }
}
.third__form__input {
  padding-left: 32px;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #CACACA;
  background: transparent;
  color: #555;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1500px) {
  .third__form__input {
    padding-left: 28px;
  }
}
@media (max-width: 768px) {
  .third__form__input {
    height: 66px;
    padding-left: 26px;
    font-size: 16px;
  }
}
.third__form__input::-moz-placeholder {
  color: #555;
  font-size: 18px;
  font-weight: 500;
}
.third__form__input::placeholder {
  color: #555;
  font-size: 18px;
  font-weight: 500;
}
.third__form__mail {
  margin-top: 20px;
}
.third__form__mail.error {
  border-color: #FFBFBF;
}
.third__form__mail.error::-moz-placeholder {
  color: #FF8282;
}
.third__form__mail.error::placeholder {
  color: #FF8282;
}
.third__form__btn {
  margin-top: 40px;
  width: 100%;
  height: 75px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #7997FF;
  color: #3E68FC;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: 0.35s;
}
@media (max-width: 768px) {
  .third__form__btn {
    margin-top: 35px;
    height: 66px;
  }
}
.third__form__btn:hover {
  background: #7997FF;
  color: #eee;
}
.third__contacts {
  background: linear-gradient(135deg, #F8F8F8 0%, #F4F4F4 100%);
  padding: 50px 70px 60px;
  position: relative;
}
@media (max-width: 1500px) {
  .third__contacts {
    padding: 40px 50px 50px;
  }
}
@media (max-width: 1300px) {
  .third__contacts {
    padding: 30px 30px 40px;
  }
}
@media (max-width: 576px) {
  .third__contacts {
    padding: 20px 20px 30px 20px;
  }
}
.third__contacts__row-1 {
  margin-top: 45px;
}
@media (max-width: 1300px) {
  .third__contacts__row-1 {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .third__contacts__row-1 {
    margin-top: 30px;
  }
}
.third__contacts__row-2 {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 40px;
       column-gap: 40px;
  position: absolute;
  bottom: 60px;
}
@media (max-width: 1300px) {
  .third__contacts__row-2 {
    grid-template-columns: 1fr;
    row-gap: 14px;
    bottom: 40px;
  }
}
.third__contacts__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 42px;
}
@media (max-width: 1300px) {
  .third__contacts__items {
    row-gap: 30px;
  }
}
.third__contacts__item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  color: #393E46;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 1300px) {
  .third__contacts__item {
    font-size: 20px;
  }
}
.third__contacts__icon {
  margin-right: 18px;
}
@media (max-width: 1300px) {
  .third__contacts__icon {
    margin-right: 14px;
    width: 22px;
  }
}
.third__contacts__privacy {
  color: #383838;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .third__contacts__privacy {
    font-size: 16px;
  }
}
.third__contacts__developer {
  color: #3E68FC;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .third__contacts__developer {
    font-size: 16px;
  }
}
.third__contacts__developer:hover {
  transition: 0.35s ease-in-out;
  color: #7997FF;
}/*# sourceMappingURL=main.css.map */