* {
    box-sizing: border-box
}

.all-unset {
    all: unset;
}

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

ol[class], ul[class] {
    padding: 0
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol[class], p, ul[class] {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ol[class], ul[class] {
    list-style: none
}

a {
    color: inherit
}

a[class] {
    text-decoration: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

button, input, select, textarea {
    font: inherit;
    outline: 0
}

@font-face {
    font-family: Gotham;
    font-display: swap;
    src: url(/fonts/Gotham-Bold.woff) format("woff"), url(/fonts/Gotham-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

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

@font-face {
    font-family: OpenSans;
    font-display: swap;
    src: url(/fonts/OpenSans-ExtraBold.woff) format("woff"), url(/fonts/OpenSans-ExtraBold.woff2) format("woff2");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    font-display: swap;
    src: url(/fonts/OpenSans-Bold.woff) format("woff"), url(/fonts/OpenSans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

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

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

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

@font-face {
    font-family: Georgia;
    font-display: swap;
    src: url(/fonts/georgiai.woff) format("woff"), url(/fonts/georgiai.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

body {
    font-family: OpenSans
}

.main-title {
    font-size: 30.48px;
    letter-spacing: -.05em;
    line-height: 32.01px;
    color: #21a9e1
}

.main-title--black {
    color: #000
}

.main-title--primary {
    color: #21a9e1
}

.wrap {
    max-width: 768px;
    margin: 0 auto;
    overflow: hidden
}

.container {
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto
}

.guarantee {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px
}

.guarantee__content {
    margin-top: 15px
}

.guarantee__title {
    font-size: 16px;
    line-height: 25.03px;
    color: #1a1a1a;
    font-weight: 400;
    text-align: center
}

.guarantee__text {
    margin-top: 10px
}

.collapse-element {
    display: none !important
}

.collapse-element__active {
    display: block !important
}

.order-btn {
    border-radius: 3px;
    background: #fbb03b;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    padding: 23px 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.order-btn__icon {
    margin-left: 14px
}

.checkbox, .radio {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox__input, .radio__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.radio {
    display: flex
}

.radio__checkmark {
    position: relative;
    height: 19px;
    min-width: 19px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000
}

.radio__checkmark::after {
    content: "";
    display: none;
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000
}

.radio__input:checked ~ .radio__checkmark::after {
    display: block
}

.checkbox {
    display: block
}

.checkbox__inner {
    display: flex;
    align-items: center
}

.checkbox__inner--between {
    justify-content: space-between
}

.checkbox__inner--wrap {
    flex-wrap: wrap
}

.checkbox__label {
    font-size: 13px;
    margin-left: 12px;
    line-height: 14px;
    color: #1a1a1a
}

.checkbox__checkmark {
    position: relative;
    display: inline-block;
    height: 18px;
    min-width: 19px;
    border-radius: 2.84px;
    border: 1px solid #000
}

.checkbox__checkmark::after {
    display: none
}

.checkbox__input:checked ~ .checkbox__checkmark {
    background: url(images/icons/checkbox-checkmark.svg) no-repeat center center !important
}

.checkbox__checkmark.checked {
    background: url(images/icons/checkbox-checkmark.svg) no-repeat center center !important
}

.checkout-checkbox {
    padding: 16.4px 10.3px
}

.checkout-checkbox__inner {
    display: block;
    margin-top: 25px
}

.checkout-checkbox__figure {
    display: flex;
    justify-content: center
}

.checkout-checkbox__content {
    width: 100%
}

.checkout-checkbox__content {
    display: block;
    margin-top: 20px
}

.checkout-checkbox__text {
    display: block;
    margin-top: 15px
}

.checkout-checkbox__text:first-child {
    margin-top: 0
}

.checkout-checkbox__price {
    margin-top: 15px;
    max-width: 97px;
    margin-left: auto
}

.checkout-checkbox__col {
    display: flex;
    width: 57%
}

.header {
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #dee2e6 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    padding: 10px 0;
    background-color: #fff
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

/*.header__logo {*/
/*    width: 220px*/
/*}*/

.header__branding {
    display: flex;
    align-items: center
}

.header__text {
    font-size: 12px;
    line-height: 14.4px;
    color: #666;
    font-weight: 300;
    display: none
}

.header__action {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    display: flex;
    justify-content: center
}

.header__btn {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    background-color: #fbb03b;
    padding: 10px 40px;
    border: 1px solid #ffc400;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.header-contacts {
    align-items: flex-start;
    display: flex;
    width: 60%;
    min-width: 130px;
    justify-content: flex-end;
    margin-left: 10px;
    text-align: right;
    padding-right: 3px
}

.header-contacts__text {
    margin-left: 5px;
    position: relative;
    bottom: 2px;
    font-size: 14px
}

.header-contacts__phone {
    display: block;
    color: #21a9e1;
    font-weight: 900
}

.header-contacts__icon {
    transform: rotate(260deg)
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.footer {
    margin-top: 66px;
    padding-bottom: 50px
}

.footer__text {
    font-size: 12px;
    line-height: 14.4px;
    color: #666;
    font-weight: 300;
    margin-top: 20px
}

.info-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 8px 15px 8px 11px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    border-radius: 5px
}

.info-block__item {
    width: 49%;
    padding: 5px 5px 15px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #f2f2f2
}

.info-block__item:nth-child(3), .info-block__item:nth-child(4) {
    padding: 15px 5px 5px
}

.info-block__icon {
    display: inline-block
}

.info-block__col {
    margin-left: 6px;
    line-height: 0
}

.info-block__text {
    font-size: 12px;
    line-height: 14.4px;
    color: #1a1a1a
}

.info-block__text--orange {
    color: #f15a24;
    font-weight: 300
}

.info-block__status {
    margin-top: 6px
}

.home-page.lazy-bg-loaded {
    background: url(images/background_2.jpg) no-repeat left top;
    background-size: auto 1100px
}

.secondary-page {
    background-size: cover !important;
}

.secondary-page {
    background-size: cover !important;
}

.promo-section {
    margin-top: 80px;
    position: relative
}

.promo-section__title {
    font-size: 30.67px;
    line-height: 32.41px;
    color: #21a9e1;
    text-align: center;
    font-weight: 900
}

.promo-section__figure {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    position: relative;
    margin-top: 60px
}

.promo-section__badge {
    position: absolute;
    top: -45px;
    left: 20px;
    width: 140px
}

.promo-section__content {
    margin-top: 20px;
    padding: 25px 13px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

.promo-section__heading {
    font-size: 20.89px;
    line-height: 23.09px;
    color: #21a9e1;
    text-align: center
}

.promo-section__item {
    margin-top: 15px;
    max-width: 400px
}

.promo-section__footer {
    margin-top: 20px
}

.promo-section__btn {
    max-width: 247px;
    margin: 0 auto
}

.promo-section__info-block {
    margin: 20px auto 0 !important
}

.promo-item {
    display: flex;
    align-items: flex-start
}

.promo-item__icon {
    min-width: 16.8px;
    margin-top: 5px
}

.promo-item__col {
    margin-left: 11px
}

.promo-item__title {
    font-size: 15px;
    line-height: 18px
}

.promo-item__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 14.4px;
    margin-top: 2px
}

.features-section {
    margin-top: 30px
}

.features-section__title {
    text-align: center;
    font-size: 28px
}

.features-section__inner {
    margin-top: 30px
}

.features-section__item {
    margin-top: 30px
}

.features-section__item:first-child {
    margin: 0
}

.features {
    padding: 25px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.features__title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 900
}

.features__text {
    margin-top: 10px;
    font-weight: 300;
    line-height: 21px
}

.feedback-section {
    margin-top: 30px
}

.feedback-section__title {
    text-align: center
}

.feedback-section__rating {
    margin-top: 30px
}

.feedback-section__inner {
    margin-top: 30px
}

.feedback-section__feedback {
    margin-top: 20px
}

.rating-block {
    background: #1a1a1a;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .2));
    padding-bottom: 10px
}

.rating-block__col {
    width: 90%;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.rating-block__col:last-child {
    border: none
}

.rating-block__heading {
    font-weight: 900;
    color: #21a9e1;
    font-size: 32px
}

.rating-block__title {
    color: #21a9e1;
    font-weight: 900
}

.rating-block__text {
    color: #fff;
    font-style: italic;
    font-size: 14px
}

.feedback {
    max-width: 736px;
    display: flex
}

.feedback__body {
    background-color: #e9e9e9;
    border-radius: 15px;
    padding: 10px 15px 15px;
    position: relative
}

.feedback__name {
    color: #0f3f79;
    font-size: 15px
}

.feedback__message {
    font-size: 14px
}

.feedback__button {
    cursor: pointer;
    position: absolute;
    bottom: -15px;
    right: 10px;
    display: flex;
    align-items: center;
    padding: 3px 10px 3px 5px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 25px;
    color: #868686;
    min-width: 62.5px
}

.feedback__button svg {
    margin-right: 5px;
    position: relative;
    z-index: 2
}

.feedback__button svg:not(:first-child) {
    position: relative;
    right: 12px;
    z-index: 1;
    margin-right: -5px
}

.feedback__controls {
    padding: 15px 15px 0;
    font-size: 13px;
    font-weight: 600
}

.feedback__link {
    cursor: pointer;
    margin-left: 7px;
    color: #0f3f79
}

.feedback__link:first-child {
    margin-left: 0
}

.feedback__link::after {
    content: ".";
    display: inline-block;
    margin-left: 7px
}

.feedback__time {
    color: #b2b2b2;
    margin-left: 7px
}

.page-action {
    margin: 30px 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .2));
    padding: 15px;
    position: relative
}

.page-action__btn {
    padding: 17px 33px
}

.page-action__img {
    width: 170px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    bottom: -80px
}

.checkout-page.lazy-bg-loaded {
    background: url(images/background.jpg) no-repeat center center fixed;
    background-size: cover
}

.checkout-heading {
    position: relative;
    padding-top: 20px
}

.checkout-heading__media {
    display: flex;
    flex-direction: column;
    align-items: center
}

.checkout-heading__img {
    width: 270px;
    min-width: 50px;
    min-height: 50px;
}

.checkout-heading__badge {
    position: absolute;
    left: 50%;
    transform: translateX(-30%);
    bottom: -60px
}

.benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 470px;
    margin: 20px 0 0 -27px
}

.benefits__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 27px;
    width: 30%
}

.benefits__item-text {
    letter-spacing: -.05em;
    line-height: 27.42px;
    font-weight: 700;
    color: #1a1a1a
}

.checkout-details {
    margin-top: 80px
}

.available-badge {
    display: flex;
    align-items: center
}

.available-badge__text {
    font-size: 10px;
    line-height: 9.43px;
    color: #39b54a;
    margin-left: 1px
}

.danger-badge {
    background: #f15a24;
    border-radius: 2px;
    padding: 2px;
    display: flex;
    align-items: flex-start
}

.danger-badge__text {
    font-size: 10px;
    line-height: 9.43px;
    color: #fff;
    margin-left: 3px
}

.checkout-discount {
    background-color: #39b54a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 8px 34px 5px 19.7px;
    margin: 9px auto 0;
    max-width: 294px
}

.checkout-discount__text {
    margin-left: 10px;
    font-size: 12px;
    line-height: 14.4px;
    color: #fff
}

.checkout-discount__price {
    display: block;
    font-size: 10px;
    color: #ff0
}

.checkout-form {
    border-radius: 5px;
    background: #f7f7f7;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    padding: 10px 10px 20px;
    position: relative
}

.checkout-form__col {
    margin-top: 25px
}

.checkout-form__col:first-child {
    margin-top: 0
}

.checkout-form__text {
    font-size: 12px;
    line-height: 14.4px;
    color: #1a1a1a;
    font-weight: 300
}

.checkout-form__text--grey {
    color: #666
}

.checkout-form__submit {
    border-radius: 3px;
    background: #fbb03b;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 22.8px;
    text-align: center;
    color: #000;
    padding: 17px;
    border: none;
    font-weight: 700
}

.checkout-form__sticker {
    position: absolute;
    bottom: -50px;
    right: 0
}

.checkout-actions__footer {
    background-color: #fff;
    padding: 21px 12px 30px
}

.checkout-actions__inner {
    margin: 0 auto
}

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

.checkout-actions__arrow {
    margin: 0 8px 0 0;
    display: none
}

.checkout-actions__arrow--right {
    transform: rotate(180deg);
    margin: 0 0 0 8px
}

.checkout-actions__text {
    padding: 15px 0 0
}

.checkout-actions__security {
    margin: 10px 0 0 auto
}

.checkout-item {
    border-radius: 5px;
    background: #fff;
    padding: 14px 10px 17px;
    position: relative;
    margin-top: 25px
}

.checkout-item:first-child {
    margin-top: 0
}

.checkout-item__headline {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.checkout-item__headline-col {
    width: 100%;
    display: flex;
    align-items: center
}

body {
    counter-reset: section; /* Set a counter named 'section', and its initial value is 0. */
}

.checkout-item__step::before {
    counter-increment: section;
    content: counter(section);
}

.checkout-item__step {
    width: 40px;
    height: 40px;
    background: #21a9e1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20.7px;
    letter-spacing: .05em;
    line-height: 0;
    color: #fff;
    font-weight: 700
}

.checkout-item__step_finish {
    width: 40px;
    height: 40px;
    background: #21a9e1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20.7px;
    letter-spacing: 0.05em;
    line-height: 0;
    color: #fff;
    font-weight: bold;
}

.checkout-item__title {
    color: #21a9e1;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400
}

.checkout-item__body {
    margin-top: 15px
}

.checkout-item__name {
    line-height: 19.4px;
    margin-left: 10px;
    font-size: 14px
}

.checkout-item__extra {
    font-size: 13px;
    line-height: 12.58px;
    color: #1a1a1a;
    margin-left: 25px
}

.checkout-item__extra--blue {
    color: #21a9e1
}

.checkout-item__discount {
    position: absolute;
    right: 0;
    bottom: -12px
}

.checkout-item__price {
    display: block;
    position: relative;
    border-radius: 2px;
    background: #f7f7f7;
    padding: 4px 7.5px 4px 38px;
    font-size: 14px;
    letter-spacing: -.05em;
    text-align: right;
    color: #1a1a1a
}

.checkout-item__price--yellow {
    background-color: #fef4e3 !important
}

.checkout-item__pair {
    font-size: 12px;
    opacity: .6;
    margin-left: 5px
}

.checkout-item__sticker {
    position: absolute;
    left: -50px;
    top: 22.5px;
    border-radius: 3px;
    padding: 5px 0;
    font-size: 11.11px;
    line-height: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 60px;
    transform: rotate(-90deg)
}

.checkout-item__sticker--blue {
    background-color: #21a9e1
}

.checkout-item__sticker--green {
    background-color: #39b54a
}

.checkout-item__select {
    width: 100%;
    margin-top: 19px
}

.checkout-item__after {
    display: none;
    position: absolute;
    right: -25px;
    top: -25px
}

.checkout-item__arrow {
    width: 20px
}

.checkout-item__headline-img {
    margin: 0 auto;
    display: block
}

.checkout-item--yellow {
    background-color: #ffffec !important
}

.checkout-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 7px;
    flex-wrap: wrap
}

.checkout-radio--border {
    border-top: 1px solid #f2f2f2
}

.checkout-radio__col {
    display: flex;
    align-items: center;
    position: relative
}

.checkout-radio__col:first-child {
    flex-wrap: wrap;
    width: 40%
}

.checkout-radio__col--nowrap {
    flex-wrap: nowrap !important;
    width: auto !important
}

.checkout-radio__text {
    width: 100%;
    margin: 10px 0 0 29px
}

.checkout-radio__subtitle {
    color: #000;
    display: block
}

.checkout-radio__inner {
    width: 100%
}

.order-finish__collapse {
    margin-top: 10px
}

.order-finish__badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0 0 -10px
}

.order-finish__badge {
    margin: 10px 0 0 10px
}

.order-finish__sticker {
    position: absolute;
    top: -17px;
    right: 0
}

.details-badge {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    min-height: 14.55px;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    font-size: 10px;
    line-height: 9.43px;
    text-align: right;
    color: #fff;
    padding: 0 3px;
    font-weight: 700;
    white-space: nowrap;
    z-index: 10;
}

.details-badge--orange {
    background-color: #fbb03b
}

.details-badge--green {
    background: #39b54a
}

.details-badge--blue {
    background-color: #21a9e1
}

.details-badge--text-black {
    color: #000 !important
}

.details-badge__icon {
    margin-right: 2.5px
}

.default-select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    padding: 14.5px 50px 14.5px 18px;
    background: url(images/icons/select-arrow.svg) no-repeat right 15px center;
    transition: .2s ease-out;
    font-weight: 700
}

.default-select:focus, .default-select:focus:hover {
    border-color: #39b54a
}

.checkout-field {
    width: 100%;
    padding: 17px 18px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #1a1a1a;
    line-height: 19.4px;
    margin-top: 11px
}

.checkout-field:focus {
    border: 1px solid #39b54a
}

.checkout-field::-moz-placeholder {
    color: #999
}

.checkout-field:-ms-input-placeholder {
    color: #999
}

.checkout-field::placeholder {
    color: #999
}

.payment-info__body {
    padding: 0 10px 10px
}

.payment-info__paypal {
    width: 80px
}

.payment-info__credit {
    width: 35px;
    display: none
}

.payment-info__method {
    font-size: 16px;
    color: #1a1a1a;
    margin-left: 10px
}

.payment-info__cards {
    width: 110px
}

.payment-info__select {
    box-shadow: none;
    margin-top: 10px;
    background-position: right 6.5px center;
    padding-right: 35px;
    font-weight: 400
}

.payment-info__checkbox {
    padding-left: 20px
}

.payment-info__headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.payment-info__title {
    margin: 0
}

.checkout-cart {
    border-radius: 3px;
    background: #f7f7f7;
    padding: 35px 16.8px 10px 20px;
    position: relative;
    margin-bottom: 15px
}

.checkout-cart__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 10px
}

.checkout-cart__item:first-child {
    margin-top: 0
}

.checkout-cart__product {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.checkout-cart__figure {
    min-width: 40px;
    max-width: 40px
}

.checkout-cart__info {
    margin-left: 10px
}

.checkout-cart__pair {
    font-size: 12px;
    opacity: .6
}

.checkout-cart__extra {
    color: #21a9e1;
    display: block
}

.checkout-cart__price--free {
    display: block
}

.checkout-cart__badge {
    background-color: #21a9e1;
    color: #fff;
    font-size: 11px;
    padding: 4px 15px 3.5px 7px;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0 0 3px 3px;
    position: absolute;
    top: 0;
    left: 83px;
    white-space: nowrap
}

.checkout-cart__badge svg {
    margin-right: 7px
}

.security-tools {
    display: flex;
    justify-content: center;
    margin-top: 25px
}

.radio-element.selected {
    border: 1px solid #39b54a
}

.radio-element.selected .checkout-item__after {
    display: block !important
}

.checkout-up ul {
    list-style-image: url("images/bullet.png");
}

.checkout-up .ul .li {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 32px;
    font-size: 22px;
}

.checkout-up .ul .li img {
    margin-right: 10px;
}

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

.checkout-radio-total {
    margin-bottom: 16px;
}

@media screen and (min-width: 500px) {
    .main-title {
        font-size: 42.48px;
        line-height: 50px
    }

    /*.header__logo {*/
    /*    width: auto*/
    /*}*/

    .info-block__item {
        width: 37%
    }

    .info-block {
        justify-content: space-evenly;
        max-width: 460px;
        margin: 0 auto
    }

    .checkout-heading__title {
        text-align: center;
        max-width: 600px;
        margin: 0 auto
    }

    .checkout-heading__img {
        width: auto
    }

    .checkout-heading {
        padding-top: 28px
    }

    .benefits {
        max-width: 100%
    }

    .benefits__item {
        flex-direction: row;
        width: auto
    }

    .benefits__item-text {
        margin-left: 6.2px
    }

    .checkout-actions__inner {
        max-width: 400px
    }

    .checkout-actions__arrow {
        display: block
    }

    .checkout-actions__text {
        padding: 15px 50px 0
    }

    .checkout-item__headline {
        flex-wrap: nowrap
    }

    .checkout-item__headline-col {
        width: auto
    }

    .checkout-item__extra {
        margin-left: 10px
    }

    .checkout-item__discount {
        right: 67px;
        bottom: 50%;
        transform: translateY(50%)
    }

    .checkout-item__select--sm {
        max-width: 98px;
        padding-right: 35px;
        margin-top: 0
    }

    .checkout-item__headline-img {
        margin: 0 0 0 auto
    }

    .checkout-item--flex {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .checkout-radio__col:first-child {
        flex-wrap: nowrap;
        width: auto
    }

    .order-finish__sticker {
        position: static;
        margin-left: 10px
    }

    .payment-info__credit {
        display: block
    }

    .checkout-cart__item {
        font-size: 17px
    }

    .checkout-radio-total {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 678px) {
    .guarantee {
        flex-direction: row;
        align-items: flex-end
    }

    .guarantee__content {
        margin-left: 30px
    }

    .guarantee__title {
        text-align: left;
        font-size: 22px
    }

    .order-btn {
        font-size: 19px
    }

    .header__action {
        position: static;
        width: auto;
        padding: 0
    }

    .header {
        padding: 20px 0
    }

    .header-contacts__text {
        font-size: 16px
    }

    .header-contacts {
        width: auto;
        margin: 0;
        justify-content: flex-start;
        border: none;
        padding: 0
    }

    .home-page {
        background-size: 100%
    }

    .secondary-page {
        background-size: cover !important;
    }

    .promo-section__title {
        font-size: 40px;
        line-height: 42px
    }

    .promo-section__badge {
        width: auto;
        top: -70px
    }

    .promo-section__heading {
        font-size: 26px;
        line-height: 29px
    }

    .promo-section {
        margin-top: 110px
    }

    .promo-item__title {
        font-size: 16px
    }

    .features__item {
        margin: 0 0 0 15px;
        max-width: 366px
    }

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

    .feedback-section__inner {
        display: flex;
        justify-content: space-between;
        align-content: flex-start
    }

    .feedback-section__col {
        width: 48%
    }

    .feedback-section__feedback {
        margin-top: 40px
    }

    .rating-block__col {
        flex-direction: row;
        justify-content: space-between;
        text-align: right
    }

    .page-action__img {
        width: auto;
        right: -80px;
        bottom: -17px
    }

    .page-action {
        flex-direction: row;
        max-width: 412px;
        margin: 30px auto
    }

    .checkout-form {
        padding: 30px
    }

    .checkout-item__step {
        width: 50px;
        height: 50px;
        font-size: 30px
    }

    .checkout-item__title {
        font-size: 20px
    }

    .checkout-item__name {
        font-size: 16px
    }

    .checkout-item__discount {
        right: 78px
    }

    .checkout-item__price {
        font-size: 17.87px
    }

    .checkout-item__arrow {
        width: auto
    }

    .payment-info__paypal {
        width: auto
    }

    .payment-info__credit {
        width: auto
    }

    .payment-info__method {
        width: auto;
        font-size: 20px
    }

    .payment-info__cards {
        width: auto
    }

    .checkout-cart__figure {
        min-width: 50px;
        max-width: 50px
    }
}

@media screen and (min-width: 768px) {
    .checkout-checkbox__inner--flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    .checkout-checkbox__figure {
        width: 45%
    }

    .checkout-checkbox__content {
        width: 50%;
        margin: 0
    }

    .footer {
        padding-bottom: 100px
    }

    .footer__text {
        margin-top: 34px
    }

    .info-block__item {
        padding: 0 !important;
        border-bottom: none;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 180px
    }

    .info-block__item::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 37px;
        background: #f2f2f2;
        margin: 0 10px
    }

    .info-block__item:last-child {
        max-width: 130px
    }

    .info-block__item:last-child::after {
        display: none
    }

    .info-block {
        justify-content: space-between;
        max-width: 578px;
        flex-wrap: nowrap;
        align-items: center
    }

    .benefits__item-text {
        font-size: 21.89px
    }

    .checkout-item__sticker {
        left: -55px;
        top: 24px
    }
}

@media screen and (min-width: 900px) {
    .header__text {
        margin: 0 0 0 30px;
        display: flex;
        align-items: center
    }

    .header__text::before {
        content: "";
        display: inline-block;
        height: 39px;
        width: 1px;
        background-color: #b3b3b3;
        margin-right: 24px
    }

    .page-action {
        margin: 70px auto 30px
    }

    .checkout-heading__title {
        text-align: left
    }

    .checkout-heading__media {
        position: relative;
        bottom: 70px
    }

    .checkout-heading {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-content: center;
    }

    .benefits {
        max-width: 470px
    }

    .checkout-details {
        margin-top: 10px
    }

    .checkout-item__step {
        width: 66px;
        height: 66px;
        font-size: 45px
    }

    .checkout-item__name {
        font-size: 19px
    }

    .payment-info__method {
        font-size: 26px
    }

}

@media screen and (min-width: 1024px) {
    .main-title {
        font-size: 62.48px;
        line-height: 61.01px
    }

    .wrap {
        max-width: 100%
    }

    .container {
        padding: 0 40px
    }

    .info-block {
        margin: 0
    }

    .promo-section__title {
        text-align: left;
        font-size: 53px;
        line-height: 56px;
        max-width: 900px
    }

    .promo-section__figure {
        position: absolute;
        top: 100px;
        right: -20px;
        width: 500px;
        z-index: 3
    }

    .promo-section__content {
        padding-bottom: 10px
    }

    .promo-section__heading {
        text-align: left;
        max-width: 450px;
        font-size: 33px;
        line-height: 36px
    }

    .promo-section__footer {
        display: flex;
        justify-content: flex-end
    }

    .promo-section__btn {
        position: absolute;
        left: 40px;
        bottom: -13px
    }

    .promo-section__info-block {
        box-shadow: none;
        margin: 0 !important;
        padding: 0
    }

    .promo-section {
        margin-top: 150px
    }

    .features-section__inner {
        margin-top: 62px
    }

    .features-section {
        margin-top: 71px
    }

    .features__item {
        margin-left: 60px
    }

    .features {
        padding: 60px 0
    }

    .feedback-section__rating {
        margin-top: 40px
    }

    .feedback-section__inner {
        margin-top: 50px
    }

    .rating-block__col {
        width: auto;
        margin: 0;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, .3);
        text-align: left
    }

    .rating-block__content {
        margin-left: 10px
    }

    .rating-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0
    }

    .checkout-heading__content {
        width: 60%
    }

    .checkout-heading__title {
        max-width: 100%;
        margin: 0
    }

    .checkout-details {
        display: flex;
        align-items: center;
        margin-top: 0
    }

    .checkout-discount {
        margin: 0 0 0 9px
    }

    .checkout-form {
        /*display: flex;*/
        /*justify-content: space-between;*/
        padding: 10px 10px 20px
    }

    .checkout-form__col {
        width: 49%;
        margin-top: 0
    }

    .checkout-form__col.left {
        float: left;
    }

    .checkout-form__col.right {
        float: right;
    }
}

@media screen and (min-width: 1190px) {
    .promo-section__title {
        max-width: 488px;
        margin-left: 43px
    }

    .promo-section__heading {
        max-width: 100%
    }

    .promo-section__item {
        max-width: 542px
    }

    .promo-section__footer {
        margin-top: 40px
    }

    .rating-block__col {
        padding: 15px 30px
    }

    .rating-block__heading {
        font-size: 53px
    }

    .rating-block__title {
        font-size: 22px;
        line-height: 27px
    }
}

@media screen and (min-width: 1280px) {
    .promo-section__figure {
        width: 600px;
        margin-top: 0
    }

    .features__icon {
        width: 80px
    }

    .features__title {
        font-size: 26px
    }

    .features__text {
        font-size: 18px
    }

    .rating-block__text {
        font-size: 19px
    }

    .checkout-page__main {
        position: relative;
        bottom: 65px
    }

    .checkout-heading__content {
        width: auto;
        max-width: 813px
    }

    .checkout-form {
        padding: 40px
    }

    .checkout-form__submit {
        font-size: 19px
    }

    .checkout-actions__inner {
        max-width: 500px
    }

    .checkout-item__title {
        font-size: 26px
    }
}

@media screen and (min-width: 1350px) {
    .container {
        padding: 0
    }

    .promo-section__figure {
        width: 640px;
        top: 35px;
        height: 420px
    }
}

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

    img.header__logo {
        max-width: 100%;
        width: auto;
        height: auto;
        display: block;
        max-height: 36px;
    }

}

/** COMPONENTS CUSTOM START **/

.optional-checkout-button .checkout-item__headline {
    display: none;
}

.optional-checkout-button .radio-element.selected {
    border: none;
}

.optional-checkout-button .checkout-item__body {
    background: #ffffec!important;
    margin-left: -10px;
    margin-right: -10px;
    padding-text: 10px;
    padding-bottom: 10px;
}

.optional-checkout-button .checkout-checkbox__figure {
    display: none;
}

.optional-checkout-button .checkout-checkbox__content {
    width: 100%;
}

.optional-checkout-button .checkout-item__name {
    font-size: 13px;
    margin-left: 12px;
    line-height: 14px;
    color: #1a1a1a;
}

.optional-checkout-button .checkout-checkbox__text {
    font-size: 12px;
    line-height: 14.4px;
    color: #1a1a1a;
    font-weight: 300;
}

.optional-checkout-button .checkout-checkbox__inner {
    margin: 10px 0 0 29px;
}

.optional-checkout-button .checkout-item__body {

}

.optional-checkout-button .checkbox__label {
    font-weight: bold;
}

.optional-checkout-button .checkout-form__text {
    margin-top: 20px;
}

.component-shipping-address-information .checkout-item {
    padding-bottom: 0px;
}

.component-shipping-address-information .checkout-item__step {
    display: none;
}

.component-billing-address-information .checkout-item {
    padding-top: 0px;
}

.component-billing-address-information .checkout-item__headline {
    display: none;
}

.component-billing-address-information .checkout-item__body {
    margin-top: 0px;
}

/** COMPONENTS CUSTOM END **/