@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/*********************************************** css reset ***********************************************/
*,
*::before,
*::after {
    box-sizing: border-box;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

ul[role='list'],
ol[role='list'] {
    list-style: none;
}

body {
    min-height: 100vh;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

img,
picture {
    display: block;
}

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

textarea:not([rows]) {
    min-height: 10em;
}


/********************************************************/


body {
    background-color: #1870D0;
}

.banner {
    display: flex;
    justify-content: space-between;
    padding: 100px;
    height: 750px;
    background: url("../img/banner-1920.png") top center no-repeat; /*center bottom no-repeat; */
    background-size: contain;
}

.banner-text {
    width: 799px;
    height: 128px;    
    color: #FFF;
    font-family: Roboto;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%; /* 64px */

}

.buy-5ka {
    width: 486px;
    height: 140px;
}

.banner-m {
    display: none;
}



@media (max-width: 1880px) {
    .banner {
        padding: 70px 70px 0;
        background-size: cover;
    }
    .buy-5ka {
        width: 365px;
        height: 105px;
    }
    .banner-text {
        width: 600px;
        height: 76px;    
        font-size: 60px;
    }    
}


@media (max-width: 1750px) {
    .banner {
        min-height: 600px;
        height: auto;
    }
}

@media (max-width: 1440px) {
    .banner {
        padding: 50px 50px 0;
        min-height: auto;
        height: 600px;
    }
    .buy-5ka {
        width: 365px;
        height: 105px;
    }
    .banner-text {
        width: 473px;
        height: 76px;    
        font-size: 50px;
    }    
}

@media (max-width: 1440px) {
    .banner {
        min-height: auto;
        height: 530px;
    }
}    


@media (max-width: 1024px) {
    .banner {
        padding: 71px 38px 0;
        min-height: auto;
        height: 480px;
        background: url("../img/banner-1024.png") top center no-repeat; /*center bottom no-repeat; */
        background-size: cover;
    }
    .buy-5ka {
        width: 285px;
        height: 82px;
    }
    .banner-text {
        width: 473px;
        height: 76px;    
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 80%; /* 38.4px */   
    }    
}


@media (max-width: 768px) {
    .banner {
        flex-direction: column-reverse;;
        justify-content: flex-start;
        padding: 0;
        min-height: 500px;
        height: auto;
        background: url("../img/banner-480.png") top center no-repeat;
        background-size: cover;
    }
    .buy-5ka {
        width: 210px;
        height: 60px;      
        margin-left: 20px;
    }
    .banner-text {
        font-size: 36px;
        margin-bottom: 306px;
        margin-top: 15px;
        margin-left: 20px;
    }    
}







.brands {
    min-height: 572px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.brands img {
    width: 1172px;
    height: 126px;
    margin: 130px auto;
}

.brands__text {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%; /* 76.8px */
    margin-bottom: 110px;
}


@media (max-width: 1024px) {
    .brands {
        min-height: 363px;
    }    
    .brands img {
        width: 670px;
        height: 72px;
        margin: 80px auto;
    }  
    .brands__text {       
        font-size: 64px;
        margin-bottom: 80px;
    }  
}

@media (max-width: 768px) {
    .brands {
        min-height: 222px;
    }    
    .brands img {
        width: 410px;
        height: 44px;
        margin: 55px auto;
    }   
    .brands__text {
        font-size: 36px;
        margin-bottom: 50px;
    }
}




.cards {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(5, 328px);
    grid-template-rows: repeat(2, 404px);
    gap: 20px 20px;
    padding-bottom: 30px;
    
}

.cards div {
    width: 328px;
    height: 404px;        
}

.card-1 {
    background: url("../img/1.png") center center no-repeat; 
    background-size: contain;
}

.card-1:hover {
    background: url("../img/1-h.png") center center no-repeat; 
    background-size: contain;
}



.card-2 {
    background: url("../img/2.png") center center no-repeat; 
    background-size: contain;
}

.card-2:hover {
    background: url("../img/2-h.png") center center no-repeat; 
    background-size: contain;
}

.card-3 {
    background: url("../img/3.png") center center no-repeat; 
    background-size: contain;
}

.card-3:hover {
    background: url("../img/3-h.png") center center no-repeat; 
    background-size: contain;
}

.card-4 {
    background: url("../img/4.png") center center no-repeat; 
    background-size: contain;
}

.card-4:hover {
    background: url("../img/4-h.png") center center no-repeat; 
    background-size: contain;
}

.card-5 {
    background: url("../img/5.png") center center no-repeat; 
    background-size: contain;
}

.card-5:hover {
    background: url("../img/5-h.png") center center no-repeat; 
    background-size: contain;
}

.card-6 {
    background: url("../img/6.png") center center no-repeat; 
    background-size: contain;
}

.card-6:hover {
    background: url("../img/6-h.png") center center no-repeat; 
    background-size: contain;
}

.card-7 {
    background: url("../img/7.png") center center no-repeat; 
    background-size: contain;
}

.card-7:hover {
    background: url("../img/7-h.png") center center no-repeat; 
    background-size: contain;
}

.card-8 {
    background: url("../img/8.png") center center no-repeat; 
    background-size: contain;
}

.card-8:hover {
    background: url("../img/8-h.png") center center no-repeat; 
    background-size: contain;
}

.card-9 {
    background: url("../img/9.png") center center no-repeat; 
    background-size: contain;
}

.card-9:hover {
    background: url("../img/9-h.png") center center no-repeat; 
    background-size: contain;
}

.card-10 {
    background: url("../img/10.png") center center no-repeat; 
    background-size: contain;
}

.card-10:hover {
    background: url("../img/10-h.png") center center no-repeat; 
    background-size: contain;
}


@media (max-width: 1750px) {
    .cards {
        grid-template-columns: repeat(3, 328px);
        grid-template-rows: repeat(4, 404px);
        gap: 20px 20px;
        padding-bottom: 30px;
        align-items: center;        
    }    
    .cards div:last-child {
        grid-column: span 3;
        margin: auto
    }
}


@media (max-width: 1024px) {
    .cards {
        grid-template-columns: repeat(3, 248px);
        grid-template-rows: repeat(4, 303px);
        gap: 20px 20px;
        padding-bottom: 30px;
        align-items: center;        
    }    
    .cards div {
        width: 248px;
        height: 303px;        
    }   
    .cards div:last-child {
        grid-column: span 3;
        margin: auto
    }
}



@media (max-width: 768px) {
    .cards {
        grid-template-columns: repeat(2, 210px);
        grid-template-rows: repeat(5, 260px);
        gap: 20px 20px;
        padding-bottom: 22px;
        align-items: center;        
    } 
    .cards div {
        width: 210px;
        height: 260px;        
    }   
    .cards div:last-child {
        grid-column: span 1;
        margin: auto
    }
}
@media (max-width: 450px) {
    .cards {
        grid-template-columns: repeat(2, 160px);
        grid-template-rows: repeat(5, 230px);
        gap: 20px 20px;
        padding-bottom: 22px;
        align-items: center;        
    } 
    .cards div {
        width: 160px;
        height: 230px;        
    }   
    .cards div:last-child {
        grid-column: span 1;
        margin: auto
    }
}



.disclaimer {
    padding-bottom: 90px  
}

.disclaimer p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;    
}


@media (max-width: 1024px) {
    .disclaimer {
        padding-bottom: 55px;
        max-width: 637px;
        margin: auto;
    }
    .disclaimer p {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;   
    }
}


@media (max-width: 768px) {
    .disclaimer {
        padding-bottom: 20px;
        max-width: 387px;
        margin: auto;
    }
    .disclaimer p {
        font-size: 10px;
        font-weight: 500;
        line-height: normal;   
    }
}


.footer {
    position: relative;
    overflow: hidden;
    margin-top: auto;
    width: 100%;
    color: #ffffff;
    background-color: #1870D0;
    font-family: Roboto;
}

.footer__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px
}

.footer__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 62px 37px 44px 55px
}

.footer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px solid #ffffff;
    padding: 41px 53px 46px 55px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2142857143
}

.footer__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 50px
}

.footer__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 50px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2272727273
}

.footer__caption {
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1875;
    color: #ffffff
}

.footer__caption--bottom {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -2px
}

.footer__caption--wa {
    position: relative;
    top: -4px
}

.footer__link {
    position: relative;
    display: block
}

.footer__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.footer__link--underlined::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.footer__link--tg {
    margin-left: 34px
}

.footer__link--bottom {
    margin-left: 43px;
    text-transform: uppercase
}

.footer__link--bottom::before {
    bottom: 0
}

.footer__link--bottom:first-child {
    margin-left: 0
}

.footer__icon {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer__icon--tg {
    position: absolute;
    left: -34px;
    top: 3px;
    width: 22px
}

.footer__logo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 6px;
    margin-left: auto;
    width: 126px
}

.footer__copy {
    margin-left: auto
}

.footer a {
    text-decoration: none;
    color: currentColor;
}

@media(max-width: 1679px) {
    .footer__container {
        max-width: 1200px
    }

    .footer__top {
        padding-right: 0;
        padding-left: 0
    }

    .footer__bottom {
        padding-right: 0;
        padding-left: 0
    }

    .footer__info {
        padding-right: 30px
    }

    .footer__logo {
        margin-right: -17px
    }
}

@media(max-width: 1279px) {
    .footer__container {
        padding: 0 40px;
        max-width: 1280px
    }

    .footer__logo {
        margin-right: 0
    }
}

@media(min-width: 1025px) {
    .footer__item:nth-child(-n+3) {
        margin-top: 0
    }

    .footer__item:nth-child(3n+1) {
        max-width: 245px
    }

    .footer__item:nth-child(3n+2) {
        margin-left: 65px;
        width: 100%;
        max-width: 470px
    }

    .footer__item:nth-child(3n+3) {
        margin-left: 86px
    }

    .footer__link::before {
        transition: -webkit-transform .35s ease;
        transition: transform .35s ease;
        transition: transform .35s ease, -webkit-transform .35s ease
    }

    .footer__link:hover::before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }

    .footer__link--underlined:hover::before {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }

    .footer__logo {
        transition: opacity .35s ease
    }

    .footer__logo:hover {
        opacity: .75
    }
}

@media(min-width: 1025px)and (max-width: 1679px) {

    .footer__item:nth-child(3n+2),
    .footer__item:nth-child(3n+3) {
        margin-left: 57px
    }
}

@media(min-width: 1025px)and (max-width: 1279px) {
    .footer__item {
        margin-top: 30px;
        padding-right: 40px;
        width: 50%
    }

    .footer__item:nth-child(3) {
        -ms-flex-order: 1;
        order: 1;
        margin-top: 30px
    }

    .footer__item:nth-child(3n+1),
    .footer__item:nth-child(3n+2),
    .footer__item:nth-child(3n+3) {
        margin-left: 0;
        width: 50%;
        max-width: none
    }
}

@media(max-width: 1024px)and (min-width: 769px) {
    .footer__item {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 30px;
        width: 50%;
        font-size: 18px
    }

    .footer__item:nth-child(1),
    .footer__item:nth-child(2) {
        margin-top: 0
    }

    .footer__icon--tg {
        top: 0
    }
}

@media(max-width: 1024px) {
    .footer__container {
        padding: 53px 26px 56px;
        max-width: none
    }

    .footer__top {
        display: block;
        padding: 0 0 57px
    }

    .footer__bottom {
        padding: 52px 0 0
    }

    .footer__info {
        padding-right: 0
    }

    .footer__link--bottom {
        margin-left: 30px
    }

    .footer__logo {
        margin: 57px auto 0
    }
}

@media(max-width: 768px) {
    .footer__bottom {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__info {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__item {
        margin-top: 31px
    }

    .footer__item:first-child {
        margin-top: 0
    }

    .footer__item:nth-child(3) {
        -ms-flex-order: 2;
        order: 2
    }

    .footer__item:nth-child(4) {
        -ms-flex-order: 4;
        order: 4
    }

    .footer__item:nth-child(5) {
        -ms-flex-order: 1;
        order: 1
    }

    .footer__item:nth-child(6) {
        -ms-flex-order: 3;
        order: 3
    }

    .footer__caption--bottom {
        position: relative;
        top: -2px;
        margin-top: 0
    }

    .footer__link--bottom {
        margin-top: 31px;
        margin-left: 0
    }

    .footer__link--bottom:first-child {
        margin-top: 0
    }

    .footer__copy {
        margin-top: 31px;
        margin-left: 0
    }
}

@media(max-width: 400px) {
    .footer__item {
        font-size: 18px
    }

    .footer__caption {
        font-size: 14px
    }

    .footer__caption--bottom {
        top: 0
    }

    .footer__icon--tg {
        top: 0
    }
}

@media(max-width: 360px) {
    .footer__bottom {
        font-size: 13px
    }

    .footer__item {
        font-size: 16px
    }

    .footer__caption {
        font-size: 13px
    }

    .footer__icon--tg {
        top: -1px
    }
}




.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}