/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

html,
body {
    scrollbar-gutter: stable;
}

html {
    scroll-behavior: smooth;
}

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

/* Links */
a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
    display: block;
}

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

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

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

button,
input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

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

label {
    cursor: pointer;
}

legend {
    display: block;
}

body {
    background: #F6F6F6;
}

.container {
    max-width: var(--width);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

.none {
    display: none !important;
}

a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

a span,
.header__main-adress span,
.header__main-phone a {
    color: var(--black);
    font-family: var(--font-semibold);
    font-size: 18px;
    line-height: 22px;
}

@media (max-width: 1235px) {

    a span,
    .header__main-adress span,
    .header__main-phone a {
        font-size: 16px;
    }
}

.btn {
    padding: 16px 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn span {
    font-family: var(--font-semibold);
    font-size: 16px;
    line-height: 21.79px;
}

.btn.blue {
    background-color: var(--blue);
}

.btn.blue span {
    color: var(--white);
}

.btn.white {
    background-color: var(--white);
}

.btn.white span {
    color: var(--black);
}

.btn.white-blue {
    background-color: var(--white);
    border: 1px solid var(--blue);
}

.btn.white-blue span {
    color: var(--blue);
}

.btn.white-black {
    background-color: var(--white);
    border: 1px solid var(--black);
}

.btn.white-black span {
    color: var(--black);
}

.btn.white-white {
    background-color: transparent;
    border: 1px solid var(--white);
}

.btn.white-white span {
    color: var(--white);
}

@media screen and (min-width: 1024px) {
    .mobile-hidden {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .mobile-hidden {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .desktop-hidden {
        display: flex;
    }
}

@media screen and (min-width: 1024px) {
    .desktop-hidden {
        display: none !important;
    }
}

label[for=agreement] {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
}

label[for=agreement] span {
    font-family: var(--font-regular);
    font-size: 12px;
    line-height: 13.2px;
}

label[for=agreement] span a {
    color: var(--black);
    text-decoration: underline;
}

:root {
    --font-bold: "Bold", sans-serif;
    --font-semibold: "SemiBold", sans-serif;
    --font-regular: "Regular", sans-serif;
    --font-regular: "Regular", sans-serif;
    --font-medium: "Medium", sans-serif;
    --width: 1296px;
    --white: #ffffff;
    --black: #262626;
    --gray: #4D4D4D;
    --gray-light: #666666;
    --gray-line: #D4D4D4;
    --blue: #1C69D4;
    --blue-dark: #1C69D41A;
}

.icon-logo {
    width: 185px;
    height: 20px;
    fill: none;
}

@media screen and (max-width: 800px) {
    .icon-logo {
        width: 91px;
        height: 11px;
    }
}

.icon-top {
    width: 20px;
    height: 20px;
    fill: none;
    stroke-width: 1.5;
    stroke: var(--white);
}

.icon-call-us {
    width: 26px;
    height: 26px;
    stroke-width: 2px;
    stroke: var(--black);
    fill: none;
}

.icon-call-order {
    width: 18px;
    height: 20px;
    fill: none;
    stroke: var(--white);
    stroke-width: 1.5px;
}

.icon-benefits {
    width: 34px;
    height: 34px;
    fill: none;
    stroke-width: 1.5px;
    stroke: var(--blue);
}

.icon-arrow {
    width: 23px;
    height: 22px;
    fill: none;
    stroke: var(--black);
    stroke-width: 1.5px;
}

.icon-arrow-white {
    width: 23px;
    height: 22px;
    fill: none;
    stroke: var(--white);
    stroke-width: 1.5px;
}

.icon-credit {
    width: 23px;
    height: 22px;
    fill: none;
    stroke: var(--blue);
    stroke-width: 1.5px;
}

.icon-credit-black {
    stroke: var(--black);
    stroke-width: 1.5px;
    width: 23px;
    height: 22px;
    fill: none;
}

.icon-test {
    width: 20px;
    height: 20px;
    fill: none;
    stroke-width: 1.5;
    stroke: var(--blue);
}

.icon-sale {
    width: 23px;
    height: 22px;
    fill: none;
}

.header__top {
    background-color: var(--gray);
    padding: 10px 0;
}

@media screen and (min-width: 1024px) {
    .header__top {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .header__top {
        display: none;
        position: fixed;
        top: 55px;
        padding-top: 40px;
        left: 0;
        flex-direction: column;
        background-color: var(--white);
    }
}

.header__top.open {
    display: flex;
    z-index: 99;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .header__top .row {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        max-width: 400px;
    }
}

.header__top .items {
    display: flex;
    gap: 40px;
}

@media screen and (max-width: 1024px) {
    .header__top .items {
        flex-direction: column;
    }
}

.header__top .item {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

@media screen and (min-width: 1024px) {
    .header__top .item.mobile {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .header__top .item.mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        color: var(--black);
    }
}

.header__top .item.mobile .btn {
    width: 100%;
}

.header__top .item.mobile .btn span {
    color: var(--white);
}

.header__top .item.mobile .title {
    font-family: var(--font-semibold);
    font-size: 22px;
    line-height: 30.8px;
    color: var(--black);
}

.header__top .item.mobile .title-company {
    text-transform: uppercase;
    font-family: var(--font-bold);
    font-size: 30px;
    line-height: 33px;
}

.header__top .item.mobile .subtitle {
    font-family: var(--font-regular);
    font-size: 14px;
    line-height: 19.6px;
    color: var(--gray-dark);
}

.header__top .item span {
    font-family: var(--font-semibold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--white);
    text-transform: none;
}

@media screen and (max-width: 1024px) {
    .header__top .item span {
        color: var(--black);
    }
}

.header__main {
    background-color: var(--white);
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.1019607843);
    padding: 15px 0px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header__main-btns {
    display: flex;
    align-items: center;
    gap: 60px;
}

@media screen and (max-width: 800px) {
    .header__main-btns {
        gap: 20px;
    }
}

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

.header__main-phone,
.header__main-adress {
    display: flex;
    flex-direction: column;
}

.header__main-phone span:last-child {
    font-size: 12px;
    line-height: 14.5px;
    font-family: var(--font-regular);
    position: relative;
    padding-left: 10px;
}

.header__main-phone span:last-child::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--blue);
    border-radius: 100%;
}

.burger {
    display: none;
    position: relative;
    z-index: 10;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 18px;
}

.burger span {
    height: 2px;
    width: 80%;
    transform: scale(1);
    background-color: var(--black);
}

.burger::before,
.burger::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: var(--black);
    transition: all 0.3s ease 0s;
}

.burger::before {
    top: 0;
}

.burger::after {
    bottom: 0;
}

.burger.active span {
    transform: scale(0);
}

.burger.active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

@media (max-width: 1024px) {
    .burger {
        display: flex;
    }

    @keyframes burgerAnimation {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
}

.hero {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    position: relative;
    height: 550px;
}

@media screen and (min-width: 1051px) {
    .hero {
        height: 550px;
    }
}
@media screen and (max-width: 1050px) and (min-width:801px) {
    .hero {
        height: 450px;
    }
}
@media screen and (max-width: 800px) {
    .hero {
        height: auto;
        margin-bottom: 20px;
    }
}

.hero__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 800px) {
    .hero__background {
        position: relative;
    }
}

.hero__background img {
    width: 100%;
}



@media screen and (min-width: 1545px) {
    .hero__background img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right;
    }
}
@media screen and (max-width: 1544px) and (min-width:1171px) {
    .hero__background img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
         object-position: -200px;
    }
}

@media screen and (max-width: 1170px) and (min-width: 800px) {
    .hero__background img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: -300px;
    }
} 

.hero__info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    align-items: flex-start;
    gap: 20px;
}

.hero__info .title {
    max-width: 526px;
    width: 100%;
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 54px;
    line-height: 59.4px;
    color: var(--white);
    text-transform: uppercase;
}

@media screen and (max-width: 800px) {
    .hero__info .title {
        color: var(--black);
        font-size: 30px;
        line-height: 33px;
        margin-top: 20px;
    }
}

.hero__info .offer {
    position: relative;
    max-width: 570px;
    color: var(--white);
    font-family: var(--font-regular);
    font-size: 24px;
    line-height: 26.4px;
    text-transform: none;
}

@media screen and (max-width: 800px) {
    .hero__info .offer {
        font-size: 18px;
        line-height: 19.8px;
        color: var(--black);
    }
}

.hero__info .btn {
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (max-width: 480px) {
    .hero__info .btn {
        width: 100%;
    }
}

@media screen and (min-width: 800px) {
    .hero__info .btn {
        margin-top: 20px;
    }
}

.timer {
    max-width: 1920px;
    width: 100%;
    background-color: var(--black);
    margin: auto;
}

.discount__time {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1296px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    background-color: transparent;
}

@media screen and (max-width: 1150px) {
    .discount__time {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
}

@media screen and (min-width: 769px) {
    .discount__time {
        padding: 32px 0px;
    }
}

@media screen and (max-width: 769px) and (min-width: 410px) {
    .discount__time {
        padding: 24px 20px;
    }
}

@media screen and (max-width: 410px) {
    .discount__time {
        padding: 24px 15px;
    }
}

.discount__time-text {
    max-width: 415px;
}

@media screen and (max-width: 1150px) {
    .discount__time-text {
        margin: auto;
        max-width: 482px;
    }
}

.discount__time-text p {
    font-family: var(--font-bold), sans-serif;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
}

@media screen and (min-width: 411px) {
    .discount__time-text p {
        font-size: 30px;
        line-height: 33px;
    }
}

@media screen and (max-width: 480px) {
    .discount__time-text p {
        font-size: 26px;
    }
}

@media screen and (max-width: 1150px) {
    .discount__time-btn {
        margin: auto;
        max-width: 482px;
    }
}

.discount__time-container {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.discount__time-container-deadline {
    display: flex;
    gap: 10px;
    align-items: center;
}

@media screen and (max-width: 350px) {
    .discount__time-container-deadline {
        flex-direction: column;
    }
}

.discount__time-container-deadline .offer__timeline {
    position: absolute;
}

@media screen and (min-width: 551px) {
    .discount__time-container-deadline .offer__timeline {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 550px) {
    .discount__time-container-deadline .offer__timeline {
        width: 70px;
        height: 70px;
    }
}

.discount__time-container-deadline .offer__timeline-line {
    position: absolute;
    border-radius: 50%;
    overflow: unset;
    border: 3px solid var(--gray);
}

@media screen and (min-width: 551px) {
    .discount__time-container-deadline .offer__timeline-line {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 550px) {
    .discount__time-container-deadline .offer__timeline-line {
        width: 70px;
        height: 70px;
    }
}

.discount__time-container-deadline .offer__timeline-circle {
    fill: none;
    stroke-width: 4px;
    stroke: var(--white);
    stroke-dasharray: 314;
    stroke-dashoffset: 0;
    transition: all 0.6s ease;
}

.discount__time-container-deadline .separator {
    font-family: var(--bold-medium-family);
    font-size: 34px;
    line-height: 37.4px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 410px) {
    .discount__time-container-deadline .separator {
        display: none;
    }
}

.discount__time-container-deadline .time {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    border-radius: 50%;
}

@media screen and (min-width: 551px) {
    .discount__time-container-deadline .time {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 550px) {
    .discount__time-container-deadline .time {
        width: 70px;
        height: 70px;
        justify-content: start;
    }
}

.discount__time-container-deadline .time .count {
    font-family: var(--font-bold);
    font-weight: 700px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 551px) {
    .discount__time-container-deadline .time .count {
        font-size: 34px;
        line-height: 46.3px;
    }
}

@media screen and (max-width: 550px) {
    .discount__time-container-deadline .time .count {
        font-size: 24px;
        padding-top: 12px;
    }
}

.discount__time-container-deadline .time .time-of {
    font-family: var(--font-regular);
    line-height: 100%;
    text-align: center;
    color: var(--white);
}

@media screen and (min-width: 551px) {
    .discount__time-container-deadline .time .time-of {
        font-size: 12px;
        line-height: 13.2px;
    }
}

@media screen and (max-width: 550px) {
    .discount__time-container-deadline .time .time-of {
        font-size: 12px;
    }
}

/*# sourceMappingURL=first_screen.css.map */