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

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

:focus,
:active {
  outline: none;
}

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

nav,
footer,
aside {
  display: block;
}

html,
body {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

@font-face {
  font-family: "PTSans Bold";
  src: url("./fonts/PTSans-Bold.ttf");
  src: local("Helvetica-Bold"), local("Helvetica-Bold"), url("./fonts/PTSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "PTSans";
  src: url("./fonts/PTSans-Regular.ttf");
  src: local("PTSans"), local("PTSans"), url("./fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "PTSans";
  background: #FFF;
}

body.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  color: #1D3557;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding: 13px 32px;
}

.footer {
  margin-top: 33px;
  padding-bottom: 23px;
}

.footer__logo {
  display: flex;
  align-self: flex-start;
  height: 34px;
}

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

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.footer__text {
  color: #363636;
  font-size: 15px;
  line-height: 23px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D2D2D2;
}

.footer__text a {
  color: #363636;
  font-size: 14px;
  line-height: 17px;
}

.footer__links {
  width: 100%;
  gap: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer__links a,
.footer__links span {
  cursor: pointer;
  color: #363636;
  text-align: center;
  font-size: 13px;
  line-height: 17px;
}

@media (max-width: 575px) {
  .footer__links {
    margin-top: 15px;
    gap: 10px;
  }
}

.cookie {
  position: fixed;
  bottom: 40px;
  z-index: 10;
  width: 100%;
  padding: 15px;
}

.cookie.remove-cookie {
  display: none;
}

.cookie__container {
  max-width: 1110px;
  display: flex;
  margin: 0 auto;
  gap: 14px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 575px) {
  .cookie__container {
    flex-direction: column;
    padding: 15px;
  }
}

.cookie__content {
  display: flex;
  gap: 14px;
  align-items: center;
}

@media (max-width: 575px) {
  .cookie__content {
    display: inline;
    align-items: flex-start;
  }
}

.cookie__img {
  float: left;
}

@media (max-width: 575px) {
  .cookie__img {
    shape-outside: circle(50%);
    margin: 10px;
    width: 34px;
    height: 34px;
  }

  .cookie__img img {
    width: 100%;
    height: 100%;
  }
}

.cookie__text {
  max-width: 757px;
  width: 100%;
  color: #000;
  font-size: 15px;
  line-height: 17px;
}

.cookie__btn {
  margin: 0 auto;
  min-width: 227px;
  cursor: pointer;
  border-radius: 8px;
  background: #1DAA2B !important;
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.overlay.active-overlay {
  display: block;
}

.modal {
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 625px;
}

@media (max-width: 768px) {
  .modal {
    transform: translate(0, -50%);
    left: 0;
    width: auto;
  }
}

.modal.active-modal {
  display: block;
}

.modal__content {
  margin: 0 auto;
  max-width: 635px;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.modal__title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-family: "PTSans Bold";
  font-weight: 700;
  line-height: 20px;
}

.modal__input-block {
  max-width: 445px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.modal__input-block label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.modal__input {
  position: relative;
  width: 100%;
}

.modal__input input {
  width: 100%;
  border-radius: 100px;
  border: 1px solid #B9B9B9;
  padding: 14px 20px;
  color: #000;
  font-size: 15px;
  line-height: 17px;
}

.modal__send {
  margin: 0 auto;
  max-width: 445px;
  background-position: center;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.info {
  padding: 47px 0;
}

.info .faq__title {
  margin-bottom: 10px;
}

.info__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}


.info__card span.title {
  color: #030303;
  text-align: center;
  font-size: 13px;
  font-family: "PTSans Bold";
  font-weight: 700;
  line-height: 14px;
}

.info__card span:last-child {
  border-bottom: transparent;
}

.info__card-img {
  position: absolute;
  z-index: 0;
  top: 40%;
  left: 0;
  transform: scaleX(-1);
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(90deg, #145BA6 0%, #32BCC6 100%);
  overflow: hidden;
}

.top-block-wrapper {
  width: 100% !important;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 0px 15px;
}

.header__top-block {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1026px;
  padding: 0px 20px;
}

.counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  background: #7CAE08;
  padding: 6px 18px;
  max-height: 33px;
  border-radius: 16px;
  color: white;
  font-size: 16px;
  font-family: "PTSans Bold";
  font-weight: 700;
}

.counter svg {
  margin: 0px 5px;
}

@media (max-width: 575px) {
  .header {
    overflow: hidden;
  }
}

.header__container {
  display: flex;
  align-items: center;
  position: relative;
  height: 345px;
}


.header__imgs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 400px;
  position: relative;
  height: 345px;
  width: 30%;
}

.header__img {
  position: relative;
  z-index: 2;
}

.header__girl {
  max-height: 398px;
  position: absolute;
  left: 63%;
  z-index: 3;
  max-width: 100%;
  min-width: 221px;
}

.header__sun {
  position: absolute;
  top: 55%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.header__sun-left {
  display: none;
  position: absolute;
  top: 74%;
  left: 0px;
}

.header__precent {
  max-width: 100%;
}

.header__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  color: white;
  padding: 0px 50px 0px 0px;
  max-width: 48%;
}

.header__title {
  font-size: 32px;
  line-height: 40px;
  max-width: 473px;
  font-family: "PTSans Bold";
  font-weight: 700;
}

.header__recomended {
  font-size: 17px;
  line-height: 17px;
}

.header__recomended span {
  font-size: 24px;
  font-family: "PTSans Bold";
  font-weight: 700;
  line-height: 17px;
}

/* Catalog */
.catalog {
  position: relative;
  z-index: 3;
}

.catalog__container {
  position: relative;
  z-index: 1;
  padding: 35px 0px 38px 0px;
  display: flex;
  flex-direction: column;
  max-width: 1140px;
}

.center__center {
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}

.catalog__top {
  display: flex;
  align-self: center;
  padding: 30px 0;
  align-items: center;
  gap: 5px;
  color: #8C8C8C;
  font-size: 21px;
  line-height: 17px;
}

.catalog__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  row-gap: 34px;
  justify-items: center;
}

.catalog__info__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  row-gap: 30px;
  width: 100%;
}

@media (max-width: 991px) {
  .catalog__content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .catalog__content {
    grid-template-columns: 1fr;
  }
}

.catalog__spoiler {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.catalog-spoiler {
  color: #363636;
  text-align: left;
  font-size: 12px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.catalog-spoiler.active {
  display: none;
}

.spoiler-content {
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 6px;
}

.spoiler-content.active {
  display: flex;
}

.spoiler-content a {
  color: #1E1A99;
  text-align: left;
  font-size: 12px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.dasshed--top {
  width: calc(100% - 32px);
  margin: 0px 16px 0px 16px;
}

.catalog__card-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
  margin: 16px 20px;
}

.catalog__card-links a {
  color: #363636;
  text-align: center;
  font-size: 12px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.catalog__card {
  max-width: 496px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFF;
  transition: transform 0.3s;
  border: 1px solid #DBDBDB;
}

.catalog__card:hover {
  transform: translateY(-2px);
}

.catalog__card:nth-child(2) .catalog__card-rait svg rect {
  fill: #B7B7B7;
}

.catalog__card:nth-child(3) .catalog__card-rait svg rect {
  fill: #B89744;
}

.catalog__card:nth-child(n+4) .catalog__card-rait {
  display: none;
}

.catalog__card-top-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: stretch;
  gap: 10px;
  padding: 10px;
}

.catalog__card-logo-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0px;
}

.catalog__card-logo-block img,
.catalog__card-logo-block a {
  width: 50%;
}

.catalog__card-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.catalog__card-header {
  background-color: #ffffff;
  display: flex;
  padding-bottom: 0;
  justify-content: center;
  padding: 10px;
  align-items: center;
}

.catalog__card-description-top {
  padding: 13px 20px;
  text-align: center;
  color: #141414;
  font-size: 16px;
  background: #D2FCFF;
}

.catalog__card-logo {
  align-self: center;
  width: 50%;
  height: 100%;
}

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

.catalog__card-fill {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

.catalog__card-info {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.catalog__card-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 7px;
}

.catalog__card-text {
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.catalog__cart-block {
  display: flex;
  justify-content: space-between;
}

.catalog__cart-block .catalog__cart-text:nth-child(even) {
  font-family: "PTSans Bold";
  font-weight: 700;
}

.catalog__card-description-bottom {
  margin: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #363636;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background: #FAF3E280;
}

.catalog__card-button {
  background: #7CAE08;
  font-size: 16px;
  color: #ffffff;
  max-height: 58px;
  height: 54px;
  font-family: "PTSans Bold";
  font-weight: 700;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 27px;
  padding: 20px 17px;

  a {
    color: white !important;
    max-height: 16px;
  }
}

/* MOBILE */
@media (max-width: 575px) {
  .catalog__info__content {
    grid-template-columns: 1fr !important;
  }

  .catalog__card-top-block {
    flex-direction: column !important;
  }

  .catalog__card-top-block section {
    width: 100% !important;
    max-width: unset;
    flex-direction: column;
    align-items: center;
  }

  .catalog__card-logo {
    max-height: 75px;
    width: unset;
  }

  .catalog__card-content {
    grid-template-columns: 1fr;
  }

  .catalog__card-logo-block a {
    width: 100%;
  }

  .catalog__card-top-block section:nth-child(2) {
    max-width: unset !important;
  }

  .catalog__card-info {
    gap: 19px;
  }
  .catalog__card-logo img  {
    max-height: 86px;
  }
}

/* End catalog */

/* Info */
.info__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}

.catalog__info__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  row-gap: 30px;
}

.info__card {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
  background: #FAF3E280;
  transition: transform 0.3s;
  padding: 21px 16px;
  gap: 12px;
  width: 100%;
  border-radius: 10px;
}

.info__card:hover {
  transform: translateY(-2px);
}

.info__card span {
  position: relative;
  color: #363636;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.info__card span.title {
  color: #141414;
  text-align: left;
  font-size: 15px;
  line-height: 14px;
  font-family: "PTSans Bold";
  font-weight: 700;
}

.info__card-section {
  display: grid;
  grid-template-columns: 110px 1fr;
}

.info__card-section span:nth-child(even) {
  font-weight: 400;
}

.info__card span:last-child {
  border-bottom: transparent;
}

/* End info */
.btn-container {
  margin-top: 10px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.faq {
  padding: 48px 0px;
  background: linear-gradient(90deg, #145BA6 0%, #32BCC6 100%);
}

.faq__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  z-index: 9;
  width: 100%;
  gap: 20px;
}

.faq__title-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.faq__title-content img {
  min-width: 60px;
}

.faq__title {
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-family: "PTSans Bold";
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 768px) {
  .faq__title {
    font-size: 21px;
  }
}

.faq__content {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(50% - 14px);
}

.faq__block {
  cursor: pointer;
  border-radius: 8px;
  background: #FFF;
  transition: all 0.5s;
}

.faq__block.active {
  transition: all 0.5s;
}

.faq__block.active .faq__block-header .faq__block-title {
  color: #000;
}

.faq__block.active .faq__sun {
  visibility: visible;
  opacity: 1;
}

.plus__block {
  border-radius: 50%;
  background: #E4B12E;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.faq__block.active .plus__block .plus-block-minus {
  display: block;
}

.faq__block.active .plus__block svg {
  transform: rotate(30deg);
  display: none;
}

.faq__block.active .faq__block-info {
  display: block;
}

.faq__block-header {
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.faq__block-header svg {
  transition: 0.3s;
}

@media (max-width: 575px) {
  .faq__block-header {
    padding: 10px;
  }
}

.faq__block-title {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  color: #3D3D3D;
  font-size: 14px;
  font-family: "PTSans Bold";
  font-weight: 700;
}

@media (max-width: 479.98px) {
  .faq__block-title {
    font-size: 14px;
  }
}

.faq__block-info {
  margin-top: 8px;
  position: relative;
  z-index: 1;
  padding: 20px;
  padding-top: 0;
  display: none;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  transition: all 0.5s;
}

.faq__block-info p {
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .faq__block-info {
    font-size: 11px;
    padding: 10px;
    padding-top: 0;
  }
}

.faq .plus__block {
  transition: 0.3s;
}

.faq .plus__block .plus-block-minus {
  display: none;
  width: 11px;
  height: 1px;
  background: #242424;
}

.copy-icon {
  margin-left: 3px;
}

.copy-icon:hover {
  cursor: pointer;
}

.section-email {
  display: inline;
}

/* TABLET */
@media (max-width: 768px) {
  .catalog__info__content {
    grid-template-columns: 1fr 1fr !important;
  }

  .info__container {
    align-items: center !important;
  }

  .counter {
    transform: none;
    position: unset;
    font-size: 14px;
  }

  .header__top-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .header__container {
    display: flex;
    flex-direction: column;
    height: 575px;
  }

  .header__content {
    max-width: 86%;
    padding: 50px 80px 0px 0px;
  }

  .header__imgs {
    max-width: unset;
    height: 400px;
    width: 50%;
  }

  .header__sun-left {
    display: block;
  }

  .header__sun {
    display: none;
  }

  .header__img {
    position: absolute;
    top: -20px;
  }

  .catalog__info__content {
    grid-template-columns: 1fr !important;
  }

  .faq__container {
    flex-direction: column;
    position: relative;
    z-index: 9;
    width: 100%;
    gap: 15px;
  }

  .faq__content {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .header__content {
    padding: 30px 20px 0px 20px;
    max-width: 100%;
  }

  .header__title {
    font-size: 25px;
  }

  .header__girl {
    left: 50%;
    max-height: 345px;
  }

  .header__imgs {
    width: 100%;
  }

  .info__container {
    align-items: center !important;
  }

  .info__card {
    grid-template-columns: 1fr;
  }

  .footer__logo {
    align-self: center;
  }

  .header__recomended {
    max-width: 70%;
  }
}

@media (max-width: 478px) {
  .header__precent {
    max-width: 200px;
  }

  .header__girl {
    left: 39%;
  }
}

@media (max-width: 330px) {
  .header__precent {
    max-width: 176px;
  }
}