::selection {
  background: #223E73;
  color: #fff;
}

::-moz-selection {
  background: #223E73;
  color: #fff;
}

* ::-webkit-input-placeholder {
  color: #D9DBE9 !important;
  font-weight: 300 !important;
  font-size: 14px !important;
}

* ::-moz-placeholder {
  color: #D9DBE9 !important;
  font-weight: 300 !important;
  font-size: 14px !important;
}

* {
  -moz-placeholder-color: #D9DBE9 !important;
  -moz-placeholder-font-weight: 300 !important;
  -moz-placeholder-font-size: 14px !important;
}

* {
  -ms-input-placeholder-color: #D9DBE9 !important;
  -ms-input-placeholder-font-weight: 300 !important;
  -ms-input-placeholder-font-size: 14px !important;
}

@media (max-width: 575.98px) {
  * ::-webkit-input-placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
  }
  * ::-moz-placeholder {
    line-height: 24px !important;
    font-size: 14px !important;
  }
  * {
    -moz-placeholder-line-height: 24px !important;
    -moz-placeholder-font-size: 14px !important;
  }
  * {
    -ms-input-placeholder-line-height: 24px !important;
    -ms-input-placeholder-font-size: 14px !important;
  }
}

input:focus, input:after, input:before, select:focus, select:after, select:before, label:focus, label:after, label:before, button:focus, button:after, button:before, textarea:focus, textarea:after, textarea:before {
  outline: none !important;
  box-shadow: none !important;
}

html, body {
  background: #ffffff;
  color: #171724;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  position: relative;
}

.container {
  max-width: 1440px;
}

a {
  transition: color 0.2s ease;
  text-decoration: none;
}

a:hover {
  transition: color 0.2s ease;
  text-decoration: none;
}

.sticky {
  position: sticky;
}

.mw-100 {
  max-width: 100%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(80, 130, 230, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(80, 130, 230, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(80, 130, 230, 0);
  }
}

.text-decoration-underline {
  text-decoration: underline;
}

button:disabled, button[disabled] {
  user-select: none;
  pointer-events: none;
  cursor: default;
}

input:read-only {
  user-select: none !important;
  pointer-events: none !important;
  background: #ffffff !important;
  box-shadow: inset 1px 0 0 #dddddd, inset 0 1px 0 #dddddd, inset 0 -1px 0 #dddddd, inset -1px 0 0 #dddddd !important;
}

@media (max-width: 575.98px) {
  input {
    font-size: 16px !important;
  }
}

@media (max-width: 575.98px) {
  select, textarea {
    font-size: 16px !important;
  }
}

.custom-label {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #223E73;
  margin-bottom: 10px;
}

.switch {
  display: block;
  padding-bottom: 10px;
}

.switch .switch__wrap {
  display: inline-block;
  position: relative;
  margin: 0px;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
}

.switch .switch__wrap .switch__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  opacity: 0;
  z-index: 0;
}

.switch .switch__wrap .switch__label {
  display: inline-block;
  padding: 0 0 0 55px;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.switch .switch__wrap .switch__label:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 42px;
  height: 17px;
  background-color: #aaaaaa;
  border-radius: 14px;
  z-index: 1;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch .switch__wrap .switch__label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: left, background-color;
}

.switch .switch__wrap .switch__input:checked + .switch__label:before {
  background-color: #223E73;
}

.switch .switch__wrap .switch__input:checked + .switch__label:after {
  left: 27px;
  background-color: #fff;
}

.radio-form .custom-control-label {
  font-style: italic !important;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
}

.radio-form .custom-control-input ~ .custom-control-label::before {
  background: #FFFFFF;
  border: 1px solid #dddddd;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 15px;
  height: 15px;
}

.radio-form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="%23279FB9"/%3e%3c/svg%3e');
}

.radio-form .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.checkbox-form .custom-control-label {
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  color: #333333;
}

.checkbox-form .custom-control-label::before {
  border: 1px solid #dddddd;
  width: 14px;
  height: 14px;
  border-radius: 0;
}

.checkbox-form .custom-control-label::after {
  position: absolute;
  top: 4px;
  left: -17px;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  background: no-repeat;
}

.checkbox-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 5.13636L4.18182 8.31818L11 1.5" stroke="%23279FB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}

.checkbox-form .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.form-control {
  padding: 0 15px;
  height: 32px;
  border: 0;
  box-shadow: inset 1px 0 0 #dddddd, inset 0 1px 0 #dddddd, inset 0 -1px 0 #dddddd, inset -1px 0 0 #dddddd !important;
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: inset 1px 0 0 #223E73, inset 0 1px 0 #223E73, inset 0 -1px 0 #223E73, inset -1px 0 0 #223E73 !important;
}

.form-control.novalid {
  box-shadow: inset 1px 0 0 #EB5757, inset 0 1px 0 #EB5757, inset 0 -1px 0 #EB5757, inset -1px 0 0 #EB5757 !important;
}

.custom-select {
  padding-left: 15px;
  background: url("../img/custom-select.png") no-repeat right 1rem center #ffffff;
}

.form-group .input-password-type .form-control {
  border-radius: 2px 0 0 2px;
  padding-right: 0;
  box-shadow: inset 1px 0 0 #dddddd, inset 0 1px 0 #dddddd, inset 0 -1px 0 #dddddd, inset -1px 0 0 transparent !important;
}

.form-group .input-password-type .form-control:focus {
  box-shadow: inset 1px 0 0 #223E73, inset 0 1px 0 #223E73, inset 0 -1px 0 #223E73, inset -1px 0 0 #ffffff !important;
}

.form-group .input-password-type .input-group-text {
  background: #ffffff;
  box-shadow: inset 1px 0 0 transparent, inset 0 1px 0 #dddddd, inset 0 -1px 0 #dddddd, inset -1px 0 0 #dddddd !important;
  transition: box-shadow 0.2s ease;
  border: 0;
  border-radius: 0px 2px 2px 0px;
}

.form-group .input-password-type .input-group-text .edit {
  cursor: pointer;
  width: 14px;
  height: 9px;
  background: url("../img/input/icon-eye-closed.png") no-repeat center center;
}

.form-group .input-password-type .input-group-text .edit.active {
  cursor: pointer;
  width: 14px;
  height: 9px;
  background: url("../img/input/icon-eye-opened.png") no-repeat center center;
}

.form-group .input-password-type .input-group-text.active {
  box-shadow: inset 1px 0 0 transparent, inset 0 1px 0 #223E73, inset 0 -1px 0 #223E73, inset -1px 0 0 #223E73 !important;
  transition: box-shadow 0.2s ease;
}

.main {
  padding: 100px 0 50px 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .main {
    padding: 100px 0 10px 0;
  }
}

.main--info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.main--info h1 {
  font-family: 'Museo Cyrl 900';
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #171724;
  padding-bottom: 20px;
  position: relative;
}

.main--info h1::after {
  position: absolute;
  right: 20px;
  top: -53px;
  background-image: url("/upload/landings/nasekomie/main/img/main/juk.png");
  background-size: 86px 82px;
  display: inline-block;
  width: 86px;
  height: 82px;
  content: "";
}

@media (max-width: 575.98px) {
  .main--info h1::after {
    right: 8%;
    top: -22%;
    background-image: url("/upload/landings/nasekomie/main/img/main/juk-m.png");
    background-size: 66px 63px;
    width: 66px;
    height: 63px;
  }
}

@media (max-width: 575.98px) {
  .main--info h1 {
    font-size: 28px;
  }
}

.main--info p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #3A3A4D;
  padding-bottom: 40px;
}

@media (max-width: 575.98px) {
  .main--info p {
    font-size: 16px;
    padding-bottom: 15px;
  }
}

.main--info .more {
  border-radius: 10px;
  background: #223E73;
  width: 161px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  box-shadow: 1px 1px 15px rgba(23, 23, 36, 0.1);
}

.main--info .more:hover {
  background: #294B8C;
}

.main--cover {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 575.98px) {
  .main--cover {
    margin-top: 30px;
  }
}

.advantages {
  padding: 50px 0;
  background: #FFFFFF;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 99;
}

@media (max-width: 575.98px) {
  .advantages {
    padding: 20px 0 10px 0;
  }
}

.advantages h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #171724;
  padding: 0;
  margin: 0;
}

@media (max-width: 575.98px) {
  .advantages h2 {
    padding: 20px 0;
  }
}

.advantages .advantages-all, .advantages .advantages-delivery, .advantages .advantages-gaurante {
  position: relative;
  display: block;
}

@media (max-width: 575.98px) {
  .advantages .advantages-all, .advantages .advantages-delivery, .advantages .advantages-gaurante {
    padding: 15px 0;
  }
}

.advantages .advantages-all--title, .advantages .advantages-delivery--title, .advantages .advantages-gaurante--title {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #171724;
  position: relative;
  padding-left: 50px;
}

@media (max-width: 575.98px) {
  .advantages .advantages-all--title, .advantages .advantages-delivery--title, .advantages .advantages-gaurante--title {
    padding-left: 50px;
  }
}

.advantages .advantages-all--title::after, .advantages .advantages-delivery--title::after, .advantages .advantages-gaurante--title::after {
  position: absolute;
}

.advantages .advantages-all--title.active, .advantages .advantages-delivery--title.active, .advantages .advantages-gaurante--title.active {
  color: #54B655;
}

.advantages .advantages-all--description, .advantages .advantages-delivery--description, .advantages .advantages-gaurante--description {
  margin-top: 50px;
  background: #ffffff;
  position: absolute;
  padding: 0px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.05);
}
.advantages .advantages-all--description p, .advantages .advantages-delivery--description p, .advantages .advantages-gaurante--description p {
  padding: 15px 20px;
}
@media (max-width: 575.98px) {
  .advantages .advantages-all--description, .advantages .advantages-delivery--description, .advantages .advantages-gaurante--description {
    margin-top: 5px;
    position: relative;
    box-shadow: none;
    padding: 0px;
  }
  .advantages .advantages-all--description p, .advantages .advantages-delivery--description p, .advantages .advantages-gaurante--description p {
    padding: 25px 5px 15px 5px;
  }
}

.advantages .advantages-all--description p, .advantages .advantages-delivery--description p, .advantages .advantages-gaurante--description p {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #171724;
  margin-bottom: 0;
}

.advantages .advantages-all--title::after {
  left: 5px;
  top: -7px;
  background-image: url("../img/advantages/all.png");
  background-size: 37px 37px;
  display: inline-block;
  width: 37px;
  height: 37px;
  content: "";
}

@media (max-width: 575.98px) {
  .advantages .advantages-all--title::after {
    left: 2px;
    top: -6px;
    background-image: url("../img/advantages/all.png");
    background-size: 37px 37px;
    display: inline-block;
    width: 37px;
    height: 37px;
    content: "";
  }
}

.advantages .advantages-delivery--title::after {
  left: 0px;
  top: -8px;
  background-image: url("../img/advantages/delivery.png");
  background-size: 37px 37px;
  display: inline-block;
  width: 37px;
  height: 37px;
  content: "";
}

@media (max-width: 575.98px) {
  .advantages .advantages-delivery--title::after {
    left: 0px;
    top: -6px;
    background-image: url("../img/advantages/delivery.png");
    background-size: 37px 37px;
    display: inline-block;
    width: 37px;
    height: 37px;
    content: "";
  }
}

.advantages .advantages-gaurante--title::after {
  left: 6px;
  top: -7px;
  background-image: url("../img/advantages/gaurante.png");
  background-size: 37px 37px;
  display: inline-block;
  width: 37px;
  height: 37px;
  content: "";
}

@media (max-width: 575.98px) {
  .advantages .advantages-gaurante--title::after {
    left: 3px;
    top: -6px;
    background-image: url("../img/advantages/gaurante.png");
    background-size: 37px 37px;
    display: inline-block;
    width: 37px;
    height: 37px;
    content: "";
  }
}

.getpdf {
  background: #fff;
  padding: 60px 0;
}

.getpdf .title {
  font-family: 'Museo Cyrl 900';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #171724;
  transform: rotate(-2deg);
  background: #FDE000;
  padding: 7px 11px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
}

.getpdf .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #171724;
  text-align: left;
}

@media (max-width: 576px) {
  .getpdf .subtitle {
    padding-bottom: 25px;
  }
}

.getpdf .form-control {
  height: 55px;
  padding: 23px 20px;
  background: #fff;
  box-shadow: inset 1px 0 0 #D9DBE9, inset 0 1px 0 #D9DBE9, inset 0 -1px 0 #D9DBE9, inset -1px 0 0 #D9DBE9 !important;
  border-radius: 10px;
  color: #171724;
}

.getpdf .form-control:focus {
  box-shadow: inset 1px 0 0 #6E7191, inset 0 1px 0 #6E7191, inset 0 -1px 0 #6E7191, inset -1px 0 0 #6E7191 !important;
}

.getpdf .bnt-subscribe {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border-radius: 10px;
  background: #223E73;
  padding: 11px 5px;
  width: 100%;
  height: 55px;
  max-width: 170px;
  border: 0;
  box-shadow: 1px 1px 15px rgba(23, 23, 36, 0.1);
  margin-bottom: 44px;
}

.getpdf .bnt-subscribe:hover {
  background: #294B8C;
}

.getpdf .bnt-subscribe:after {
  content: url(../img/logo-download.png);
  margin-top: 10px;
  position: relative;
  top: 3px;
  margin-left: .5em;
}

@media (max-width: 992px) {
  .getpdf .bnt-subscribe {
    margin-top: 0;
  }
}

@media (max-width: 580px) {
  .getpdf .bnt-subscribe {
    margin-top: 20px;
  }
}

.variables-subs {
  background: #C8E3F1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
  z-index: 98;
  position: relative;
}

@media (max-width: 575.98px) {
  .variables-subs {
    padding: 40px 0;
  }
}

.variables-subs .shadow {
  box-shadow: none !important;
}

.variables-subs .description p {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #223E73;
  margin: auto;
  padding-bottom: 10px;
  padding-top: 30px;
}

@media (max-width: 575.98px) {
  .variables-subs .description p {
    padding-top: 0px;
    font-size: 18px;
    line-height: 26px;
  }
}

.variables-subs .description .info {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 21px;
  color: #FFFFFF;
}

.variables-subs h1 {
  font-weight: 900;
  font-family: 'Museo Cyrl 900';
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 80px;
}

@media (max-width: 575.98px) {
  .variables-subs h1 {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 20px;
  }
}

.variables-subs .tarifs .tarifs__wrap {
  min-height: 520px;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0) !important;
  transition: all 0.2s ease;
}

.variables-subs .tarifs .tarifs__wrap:hover {
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.2s ease;
}

@media (max-width: 1366px) {
  .variables-subs .tarifs .tarifs__wrap {
    min-height: 856px;
  }
}

@media (max-width: 1024px) {
  .variables-subs .tarifs .tarifs__wrap {
    min-height: 1024px;
  }
}

@media (max-width: 575.98px) {
  .variables-subs .tarifs .tarifs__wrap {
    margin-bottom: 40px;
    min-height: auto;
  }
}

.variables-subs .tarifs__wrap .price {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 30px;
}

.variables-subs .tarifs__wrap .old-price {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 0px;
  text-decoration: line-through;
  color: #AEAEAE;
}

.variables-subs .tarifs__wrap button {
  display: flex;
  justify-content: center;
  width: auto;
  padding: 18px 30px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(0deg, #1C9949 0%, #47AA3D 105%);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  box-shadow: 1px 1px 15px rgba(23, 23, 36, 0.1);
}

.variables-subs .tarifs__wrap button:hover, .variables-subs .tarifs__wrap button:active, .variables-subs .tarifs__wrap button:focus {
  background: linear-gradient(0deg, #1DA14D 0%, #4BB340 105%);
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .variables-subs .tarifs__wrap button {
    width: 100%;
    padding: 15px 25px;
  }
}

.variables-subs .tarifs .merchant__name, .variables-subs .tarifs .prince__name, .variables-subs .tarifs .king__name {
  padding: 19px;
  font-weight: 900;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.variables-subs .tarifs__wrap__description {
  display: inline-block;
  margin: 30px 0px;
  background: #EFEFEF;
  border-radius: 20px;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}

.variables-subs .tarifs__wrap__ul {
  padding: 40px 15px 15px;
}

.variables-subs .tarifs__wrap__ul ul li {
  font-weight: 300;
  padding: 0 0 25px 0;
  font-size: 14px;
  line-height: 18px;
  background-position: 0px 3px;
  padding-left: 27px;
  list-style: none;
  margin: 0;
}

.variables-subs .tarifs__wrap__ul ul li.no {
  list-style: none;
}

.variables-subs .tarifs .merchant__name, .variables-subs .tarifs .prince__name, .variables-subs .tarifs .king__name {
  border-radius: 20px 20px 0 0;
  font-family: 'Museo Cyrl 900';
}

.variables-subs .tarifs .merchant__name {
  background: #1C9949;
}

.variables-subs .tarifs .prince__name {
  background: #54B655;
}

.variables-subs .tarifs .king__name {
  background: #8FC741;
}

.variables-subs .tarifs__wrap__ul {
  padding: 20px 0 0 0;
}

.variables-subs .tarifs__wrap__ul ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  padding: 0px 0px 10px 40px;
  background-position: 0px 2px;
  background: url(../img/ul-small.png) no-repeat left top;
  margin-bottom: 10px;
}

.variables-subs .tarifs__wrap__ul ul li.no {
  background: url(../img/ul-small-no.png) no-repeat left top;
}

.variables-subs .tarifs__wrap__content {
  padding: 25px 50px;
}

@media (max-width: 575.98px) {
  .variables-subs .tarifs__wrap__content {
    padding: 25px 20px;
  }
}

.variables-subs .tarifs__wrap__description {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}

.variables-subs .tarifs__wrap .price {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  padding: 10px 0 20px;
}

.variables-subs .tarifs__wrap .old-price {
  color: #aeaeae;
  font-size: 14px;
  font-weight: 400;
}

.variables-subs .tarifs__wrap .typesub-info {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}

.mainfaq {
  padding: 50px 0;
}

.mainfaq h4 {
  font-family: 'Museo Cyrl 900';
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 50px;
}

@media (max-width: 575.98px) {
  .mainfaq h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.release {
  padding: 50px 0;
}

.release h4 {
  font-family: 'Museo Cyrl 900';
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 50px;
}

@media (max-width: 575.98px) {
  .release h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.collections {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.collections h4 {
  font-family: 'Museo Cyrl 900';
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 50px;
}

@media (max-width: 575.98px) {
  .collections h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.marketplace {
  padding: 20px 0;
  background: #223E73;
}

.marketplace .marketplace__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 575.98px) {
  .marketplace .marketplace__wrap {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.marketplace .marketplace__wrap--text {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 575.98px) {
  .marketplace .marketplace__wrap--text {
    font-size: 16px;
    line-height: 24px;
  }
}

.marketplace .marketplace__wrap--text a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 600;
}

.marketplace .marketplace__wrap--links {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

@media (max-width: 575.98px) {
  .marketplace .marketplace__wrap--links {
    padding-top: 20px;
  }
}

.marketplace .marketplace__wrap--links img {
  width: 44px;
  height: 44px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.marketplace .marketplace__wrap--links .wildberries {
  margin-right: 15px;
}
/*# sourceMappingURL=style.css.map */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 48px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border-radius: 10px;
  background-color: #65B454;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color ease 0.15s, background-color ease 0.15s, color ease 0.15s;
}
@media (hover: hover) {
  .btn:hover {
    border-color: #F4F6F9;
    background-color: #40b628;
    color: #ffffff;
  }
}
.btn:active {
  border-color: #fff;
  background-color: #fff;
  color: #ffffff;
}
.btn:disabled, .btn [disabled=disabled] {
  background-color: #C8CADC;
  color: #ffffff;
  border-color: #C8CADC;
  cursor: auto;
}
.btn--size-56 {
  height: 56px;
}
.btn--size-52 {
  height: 52px;
}
.btn--size-48 {
  height: 48px;
}
.btn--size-36 {
  height: 36px;
  padding: 0 16px;
}
.btn--line {
  color: #65B454;
  border: 1px solid #65B454;
  background-color: #ffffff;
}
.btn--line:disabled, .btn--line [disabled=disabled] {
  color: #C8CADC;
  border-color: #C8CADC;
  background-color: #ffffff;
  cursor: auto;
}
.btn--text, .btn--text-green {
  border-color: transparent;
  background-color: transparent;
}
@media (hover: hover) {
  .btn--text:hover, .btn--text-green:hover {
    border-color: transparent;
    background-color: transparent;
    color: #85c477;
  }
}
.btn--text:active, .btn--text-green:active {
  border-color: transparent;
  background-color: transparent;
  color: #509441;
}
.btn--text:disabled, .btn--text [disabled=disabled], .btn--text-green:disabled, .btn--text-green [disabled=disabled] {
  color: #C8CADC;
  border-color: transparent;
  background-color: transparent;
}
.btn--text-green {
  color: #65B454;
}
.btn--block {
  display: flex;
  width: 100%;
}
.btn.hidden {
  display: none;
}
.checkbox--width {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.checkbox__input {
  display: none;
}
.checkbox__input.error + .checkbox__label:before {
  border-color: red;
}
.checkbox__input:checked + .checkbox__label:after {
  opacity: 1;
}
.checkbox__input:checked + .checkbox__label:before {
  background-color: #65B454;
  border-color: #65B454;
}
@media (hover: hover) {
  .checkbox__input:checked + .checkbox__label:hover:before {
    background-color: #85c477;
    border-color: #85c477;
  }
}
.checkbox__input:checked + .checkbox__label:active:before {
  background-color: #509441;
  border-color: #509441;
}
.checkbox__label {
  position: relative;
  display: flex;
  cursor: pointer;
}
.checkbox__label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #E5E7F5;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  transition: border-color ease 0.15s, background-color ease 0.15s;
}
.checkbox__label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 7px;
  height: 12px;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity ease 0.15s;
}
@media (hover: hover) {
  .checkbox__label:hover:before {
    border-color: #262633;
  }
}
.checkbox__label--cart-box {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 10px 5px 5px 5px;
  z-index: 5;
}
.checkbox__label--cart-box:before, .checkbox__label--cart-box:after {
  position: absolute;
  top: 50%;
  left: 50%;
}
.checkbox__label--cart-box:before {
  transform: translate(-50%, -50%);
}
.checkbox__label--cart-box:after {
  transform: translate(-50%, -60%) rotate(45deg);
}
@media (max-width: 768px) {
  .checkbox__label--cart-box {
    position: absolute;
    top: -15px;
    left: -10px;
  }
}
.checkbox__text {
  padding-left: 34px;
  font-size: 14px;
  line-height: 20px;
  color: #262633;
}
.checkbox__text a {
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
  color: #65B454;
}
.checkbox__text--text-bigger {
  font-size: 16px;
  line-height: 24px;
}
.checkbox__text--text-green a {
  color: #65B454;
}
.header-code {
  margin-top: 16px;
}
.header-code__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 8px;
}
@media (max-width: 579px) {
  .header-code__wrapper {
    max-width: 355px;
  }
}
.header-code__wrapper.novalid .header-code__input {
  border-color: #BA2130;
}
.header-code__input {
  border: 1px solid #DCDEF2;
  padding: 0 !important;
  width: 51px !important;
  height: 48px;
  text-align: center;
  box-shadow: none !important;
  border-radius: 10px;
}
@media (max-width: 579px) {
  .header-code__input {
    width: 45px !important;
    height: 44px;
  }
}
.header-code__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #8E91AF;
}
.header-code__error {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #BA2130;
}

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

input[type='number'] {
  -moz-appearance: textfield;
}


.slick-next:focus, .slick-prev:focus {
  border-color: #c4c4c4;
  color: #c4c4c4;
}
.slick-next:focus::before, .slick-prev:focus::before {
  color: #c4c4c4;
}

.slick-next:active, .slick-prev:active {
  border-color: #3671e6;
  color: #3671e6;
}
.slick-next:active::before, .slick-prev:active::before {
  color: #3671e6;
}

.getpdf-consent {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #000;
  line-height: 1.4;
  margin-top: 6px;
}

.getpdf-consent input[type="checkbox"] {
  margin-right: 6px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.getpdf-consent a {
  color: #000;
  text-decoration: underline;
}

.getpdf-consent a:hover {
  text-decoration: none;
}


