@charset "UTF-8";
:root {
    --black: #093F59;
    --gray: #F5F5F5;
    --gray-light: #F8F8F8;
    --dark-gray: #212121;
    --orange: #00C2BF;
    --green: #A7C186;
    --yellow: #DFD1A7;
    --red: #d72448d8
}

html {
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    width: 100%
}
.points__icon {
    width: 100px;
    height: 100px
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: "Courier New";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local("Courier New"), url(https://it6.landumr.com/files/fonts/couriernew.woff2) format("woff2")
}

@font-face {
    font-family: "Courier New";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(https://it6.landumr.com/files/fonts/CourierNewPS-BoldMT.woff2) format("woff2")
}

* {
    box-sizing: border-box
}

body,
html {
    font-family: Montserrat, sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 18px;
    color: var(--dark-gray);
    line-height: 1.6
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden
}

main {
    display: block;
    flex-grow: 1
}

footer {
    flex-shrink: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4 {
    font-family: Montserrat, sans-serif;
    font-variation-settings: "wght" 700;
    color: var(--dark-gray);
    line-height: 1.2
}

.main-title {
    color: var(--gray-light);
    font-style: normal;
    font-variation-settings: "wght" 400;
    font-size: 48px;
    max-width: 680px;
    text-transform: uppercase;
    font-family: Montserrat;
    line-height: 120%;
    text-transform: uppercase;
    color: #f2f2f2
}

.main-h2 {
    text-align: center;
    color: var(--dark-gray);
    font-size: 36px;
    text-transform: uppercase;
    max-width: 620px;
    margin: 0 auto;
    padding-bottom: 60px;
    font-variation-settings: "wght" 700
}

.main-h2_wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1020px
}

.main-h2-title {
    max-width: 603px
}

.main-h2-subtitle {
    display: flex;
    flex-direction: column;
    max-width: 181px
}

.main-h2-subtitle__span:first-child,
.main-h2-subtitle__span:last-child {
    color: rgba(10, 9, 13, .5);
    font-size: 18px;
    font-variation-settings: "wght" 400;
    text-transform: none
}

.main-h2-subtitle__span:nth-child(2) {
    color: #393939;
    font-size: 96px;
    line-height: 1
}

.section {
    padding-top: 100px
}

.container-wrapper {
    max-width: 1440px;
    margin: 0 auto
}

.container {
    max-width: 1196px;
    padding: 0 15px;
    margin: 0 auto
}

.main {
    display: block;
    padding: 100px 0;
    background-color: var(--gray)
}

.bold {
    font-variation-settings: "wght" 700
}

.active-color {
    color: #2b3b89;
}

.main-btn {
    display: inline-block;
    padding: 20px 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #2b3b89;
    font-size: 14px;
    line-height: 16px;
    border: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    font-variation-settings: "wght" 700;
    box-shadow: 0 0 40px rgba(0, 185, 244, .25);
    border-radius: 8px
}

.main-btn:hover {
    background-color: #2b2a89;
    box-shadow: 0 0 40px rgba(215, 36, 71, .25)
}

.base-link {
    text-transform: uppercase;
    font-weight: 700;
    color: #2b3b89;
    border-bottom: 1px solid #2b3b89;
    text-decoration: none;
    transition: .3s
}

.base-link:hover {
    color: var(--yellow);
    border-color: var(--yellow)
}

.page-title__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    margin-bottom: 50px;
    border-bottom: 2px solid var(--gray)
}

.page-title__h1 {
    text-transform: uppercase;
    font-size: 48px
}

.page-title__link {
    text-decoration: none;
    color: var(--dark-gray);
    position: relative;
    padding: 10px 0 10px 68px;
    font-weight: 700
}

.page-title__link::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(https://it6.landumr.com/img/sprites/arrow-left-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 12px;
    padding: 10px 0;
    width: 53px;
    top: 50%;
    transform: translateY(-50%)
}

.sorry {
    position: relative;
    text-align: center;
    padding-bottom: 150px;
    padding-top: 100px
}

.sorry::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 740px;
    background-image: url(https://it6.landumr.com/img/sprites/gray-logo.svg);
    z-index: -1
}

.sorry__h1 {
    font-size: 288px
}

.sorry__p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 60px
}

.header {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    transition: .3s;
    z-index: 10000;
    transform: translate(0)
}

.header__body {
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff
}

.header__item:nth-child(2) {
    display: flex;
    justify-content: space-between;
    flex-basis: 530px
}

.header__check-icon {
    width: 24px;
    height: 24px
}

.header__link {
    display: flex;
    flex-direction: column;
    color: #2b3b89;
    font-variation-settings: "wght" 700;
    text-decoration: none
}

.header__link-span:first-child {
    font-size: 18px
}

.header__link-span:last-child {
    font-size: 14px;
    color: var(--black)
}

.header__check {
    display: flex;
    align-items: center;
    font-size: 14px
}

.header__check-txt {
    display: flex;
    flex-direction: column
}

.header.out {
    transform: translateY(-100%)
}

.page1 {
    max-height: 700px;
    padding-bottom: 80px
}

.page1__body {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: -100px
}

.page1__item:first-child {
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    max-width: 570px
}

.page1__item:last-child {
    flex-shrink: 0;
    flex-grow: 1;
    transform: translateY(100px);
}

.page1__title {
    font-size: 64px;
    color: #2b3b89;
}

.page1__txt {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.page1__list {
    list-style: none
}

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

.page1__li:not(:first-child) {
    margin-top: 15px
}

.page1__btn-wrapper {
    margin-top: 30px
}

.container-wrapper_page1 {
    position: relative
}

.container-wrapper_page1::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 120px;
    background-image: url(../img/left-leef.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 140px;
    height: 170px
}

.container-wrapper_page1::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/scroll-down.png);
    width: 102px;
    height: 84px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.container-wrapper_page-last::after {
    display: none
}

.section-dang {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 120px;
    padding-bottom: 100px
}

.section-dang__h2 {
    border-left: 4px solid #2b3b89;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 48px;
    max-width: 940px
}

.dang {
    position: relative;
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.dang::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 220px;
    right: -90px;
    top: -110px;
    background-image: url(../img/right-leef.png);
    z-index: 0
}

.dang::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 220px;
    left: 20%;
    bottom: -100px;
    background-image: url(../img/left-leef.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0
}

.dang__item {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 10px 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(79, 113, 120, .07)
}

.dang__title {
    font-size: 20px;
    margin: 10px 0
}

.dang__txt {
    font-size: 16px
}

.you-dead {
    display: flex;
    justify-content: space-between
}

.you-dead__item {
    flex-basis: 33.333%;
    text-align: center
}

.you-dead__item img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto
}

.you-dead__title {
    font-size: 16px;
    text-align: left;
    margin-top: 10px
}

.you-dead__item:not(:first-child) {
    margin-left: 40px
}

.dang-txt {
    color: #ffffff;
    background-color: rgb(43 59 137);
    text-align: center;
    padding: 20px 40px;
    margin-bottom: 60px;
    max-width: 838px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto
}

.dang-offer {
    text-align: center;
    margin-top: 40px
}

.dang-offer__title {
    font-size: 36px;
    color: #2b3b89;
}

.dang-offer .main-btn {
    margin-top: 20px
}

.you-dead-sub {
    color: #2b3b89;
    border-left: 3px solid #2b3b89;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 40px
}

.section-offer {
    padding: 80px 0
}

.main-offer {
    position: relative;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 8px;
    padding: 40px 20px;
    overflow: hidden
}

.main-offer__item:last-child {
    margin-left: 40px;
    position: relative;
    z-index: 5
}

.main-offer::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background-image: url(../img/right-leef.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -60px;
    top: -60px;
    transform: rotate(180deg)
}

.main-offer__img {
    position: relative;
    z-index: 5
}

.main-offer__title {
    position: relative;
    font-size: 42px;
    text-transform: uppercase;
    color: #2b3b89;
}

.main-offer__title::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    left: -265px;
    background-image: url(../img/right-circle.webp);
    background-size: contain;
    background-repeat: no-repeat
}

.main-offer__h3 {
    text-align: center
}

.main-offer__prices {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.main-offer__prices .active-color {
    font-size: 24px
}

.main-form__item {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.main-form__input, .form-control {
    border: 1px solid transparent;
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 20px 15px;
    transition: .3s;
    outline: 0;
    width: 100%;
}

.main-form__input:focus {
    border-color: #2b3b89;
}

.main-form__span {
    font-size: 16px
}

.flip-clock-wrapper {
    display: flex;
    margin-left: 0;
    margin-right: 0
}

.flip-clock-label {
    display: none
}

.flip-clock-wrapper .flip {
    box-shadow: none
}

.flip-clock-wrapper ul {
    background-color: #2b3b89;
}

.shadow {
    display: none
}

.flip-clock-dot {
    background-color: #2b3b89;
    box-shadow: none
}

.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    text-shadow: none
}

.flip-clock-wrapper ul li a div.down,
.flip-clock-wrapper ul li a div.down div.inn,
.flip-clock-wrapper ul li a div.up div.inn {
    background-color: #2b3b89;
}

.flip-clock-wrapper ul li a div.up:after {
    background-color: rgba(255, 255, 255, .575)
}

.clock,
.clock2 {
    zoom: .7
}

.docs {
    border-radius: 8px;
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 80px
}

.docs__body {
    position: relative;
    display: flex;
    padding: 0 40px
}

.docs__body::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 220px;
    top: -90px;
    left: -90px;
    background-image: url(https://it6.landumr.com/img/docs/left-leef.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0
}

.docs__body::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 220px;
    bottom: -90px;
    right: -90px;
    background-image: url(https://it6.landumr.com/img/docs/right-leef.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0
}

.docs__item {
    position: relative;
    z-index: 5;
    padding: 40px 20px 60px;
    box-shadow: 0 0 20px rgba(79, 113, 120, .07);
    border-radius: 8px;
    flex-basis: 50%
}

.docs__item:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    background-image: url(https://it6.landumr.com/img/docs/kov.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.docs__item:last-child {
    margin-left: 40px
}

.docs__header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.docs__img {
    width: 140px;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px
}

.docs__name-p {
    font-size: 16px;
    margin-top: 15px
}

.docs__p:not(:first-child) {
    margin-top: 20px
}

.how-to {
    margin-top: 70px
}

.how-to__body {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px rgba(79, 113, 120, .07)
}

.how-to__item {
    padding: 15px 10px;
    display: flex;
    align-items: center
}

.how-to__item:first-child {
    color: #fff;
    background-color: #2b3b89;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px
}

.how-to__item:nth-child(2) {
    border-bottom: 1px solid var(--gray)
}

.how-to__icon {
    width: 40px;
    margin-right: 15px
}

.section-fast {
    padding: 50px 0
}

.fast {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.fast__p {
    text-align: center;
    margin-bottom: 1em
}

.reviews {
    padding-top: 70px;
    background-color: #fff;
    border-radius: 8px
}

.points {
    text-align: left;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.points__item {
    flex-basis: calc(50% - 30px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    font-size: 16px
}

.points__txt {
    padding-left: 15px;
    padding-right: 15px
}

.points__title {
    color: #2b3b89;
}

.points__p {
    margin-top: 20px
}

.reviews__body {
    display: flex;
    margin: 0 15px;
    padding-bottom: 60px
}

.reviews__item {
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(79, 113, 120, .07);
    flex-basis: 33.333%
}

.reviews__item:not(:first-child) {
    margin-left: 20px
}

.reviews__h3 {
    text-align: center;
    margin: 15px 0 5px
}

.reviews__sub-title {
    display: block;
    text-align: center
}

.reviews__p {
    font-size: 16px
}

.footer {
    text-align: center;
    padding-top: 60px
}

.footer__p:not(:first-child) {
    margin-top: 20px
}

.footer__link {
    display: block;
    margin: 40px 0;
    color: #2b3b89;
    font-variation-settings: "wght" 500;
    transition: .3s
}

.footer__link:hover {
    color: var(--red)
}

@media (max-width:1239px) {
    .main-h2_wrapper {
        flex-direction: column;
        margin-bottom: 0
    }
    .main-h2-subtitle {
        text-align: center;
        align-items: center;
        align-self: center;
        margin-top: 30px
    }
}

@media (max-width:1023px) {
    .header__item:nth-child(2) {
        display: none
    }
	.main-offer::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    right: 100px;
    top: -60px;
    transform: rotate(180deg);
}
.docs__body::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -90px;
    right: 100px;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
}
.dang::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 19px;
    top: -110px;
    background-image: none;
    z-index: 0;
}
    .page1 {
        max-height: 100%;
        padding-bottom: 60px
    }
    .page1__body {
        flex-direction: column-reverse;
        margin-top: 0
    }
    .page1__item:last-child {
        transform: translate(0)
    }
    .dang {
        grid-template-columns: auto;
        justify-content: center;
        max-width: 520px;
        margin: 0 auto
    }
    .dang__item:last-child {
        margin: 0 auto;
        grid-template-columns: auto;
        justify-self: center;
        align-self: center
    }
    .docs__header {
        flex-direction: column
    }
    .docs__img {
        margin-right: 0;
        margin-bottom: 30px
    }
    .reviews__body {
        flex-direction: column
    }
    .reviews__item {
        padding: 40px 15px;
        border-radius: 12px;
        box-shadow: 0 0 20px rgba(79, 113, 120, .07)
    }
    .reviews__item:not(:first-child) {
        margin-left: 0;
        margin-top: 30px
    }
}

@media (max-width:767px) {
	 
    .main {
        padding-top: 70px;
        padding-bottom: 60px
    }
	.dang::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 19px;
    top: -110px;
    background-image: none;
    z-index: 0;
}
    .section {
        padding-top: 70px
    }
    .columns-wrapper {
        flex-direction: column
    }
    .columns-wrapper__item:first-child {
        padding-right: 0
    }
    .columns-wrapper__item:last-child {
        margin-top: 30px
    }
    .main-title {
        font-size: 32px
    }
    .main-h2 {
        margin-bottom: 0;
        font-size: 24px;
        padding-bottom: 30px
    }
    .main-btn {
        width: 100%
    }
    .page-title__body {
        padding: 25px 0 12px;
        margin-bottom: 25px;
        flex-direction: column;
        align-items: flex-start
    }
    .page-title__h1 {
        font-size: 24px
    }
    .page-title__link {
        display: inline-block;
        margin-top: 15px
    }
    .sorry {
        position: relative;
        padding-bottom: 150px;
        padding-top: 100px;
        text-align: center
    }
    .sorry::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 740px;
        background-image: url(https://it6.landumr.com/img/sprites/gray-logo.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        z-index: -1
    }
    .sorry__h1 {
        font-size: 144px
    }
    .sorry__p {
        font-family: Montserrat;
        font-size: 24px;
        text-transform: none;
        margin-bottom: 60px
    }
    .page1__title {
        font-size: 38px
    }
    .page1__item:last-child {
        position: relative;
        height: 420px;
        width: 100%
    }
    .page1__item:last-child img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        transform: scale(1.0)
    }
    .section-dang__h2 {
        font-size: 32px;
        padding-left: 15px
    }
    .dang-txt {
        padding: 15px
    }
    .you-dead {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto
    }
    .you-dead__item:not(:first-child) {
        margin-left: 0;
        margin-top: 30px
    }
    .dang-offer__title {
        font-size: 24px;
        color: #2b3b89;
    }
    .points {
        flex-direction: column;
        grid-template-columns: repeat(2, 1fr)
    }
    .points__item:not(:first-child) {
        margin-top: 30px
    }
    .points__icon {
        width: 80px;
        height: 80px
    }
    .main-offer {
        flex-direction: column
    }
    .main-offer__item:last-child {
        margin-left: 0;
        margin-top: 40px;
        position: relative;
        z-index: 5
    }
    .main-offer::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    right: 88px;
    top: -40px;
    transform: rotate(180deg);
}
    .flip-clock-wrapper {
        justify-content: center
    }
    .docs__body {
        flex-direction: column;
        padding: 0
    }
    .docs__item:last-child {
        margin-left: 0;
        margin-top: 40px
    }
    .fast {
        flex-direction: column
    }
    .fast__item:last-child {
        margin-top: 25px
    }
}

@media (max-width:660px) {
    .page1__item:last-child img {
        position: absolute;
        top: 26px
    }
    .container-wrapper_page1::before {
        content: "";
        left: -10px;
        top: -50px
    }
}

@media (max-width:550px) {
    .main-btn {
        padding: 15px 10px;
        width: 100%
    }
    .header__item:nth-child(3) {
        margin-left: 15px
    }
}

@media (max-width:440px) {
    .page1__item:last-child img {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 15px;
        transform: scale(1)
    }
}

@media (max-width:425px) {
    .main-offer__title {
        font-size: 32px
    }
    .main-offer__timer {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .clock,
    .clock2 {
        zoom: .7
    }
    .flip-clock-wrapper {
        justify-content: center
    }
    .points__p {
        font-size: 14px
    }
}