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

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

.h-mb-0 {
    margin-bottom: 0 !important;
}

.h-mb-10 {
    margin-bottom: 10px !important;
}

.h-mb-20 {
    margin-bottom: 20px !important;
}

.h-mb-30 {
    margin-bottom: 30px !important;
}

.h-mt-0 {
    margin-top: 0 !important;
}

.h-mt-10 {
    margin-top: 10px !important;
}

.h-mt-20 {
    margin-top: 20px !important;
}

.h-mt-30 {
    margin-top: 30px !important;
}

.h-pl-10 {
    padding-left: 10px !important;
}

.h-pl-20 {
    padding-left: 10px !important;
}

.h-text-center {
    text-align: center!important;
}

.h-text-left {
    text-align: left!important;
}

.kasko-moskva__steps-item_text {
    padding: 28px 32px;
    background: #f5f5f8;
    border-radius: 15px;
    box-sizing: border-box;
    height: calc(100% - 80px);
}

html {
    width: 100%;
    min-width: 320px;
}

body {
    width: 100%;
    font-family: "Noto Sans", Arial, sans-serif;
    min-width: 320px;
}

.content-wrap{
    max-width: 1132px;
    margin: 0 auto;
    padding-bottom: 30px;
}

@media (max-width: 1165px) {
    .content-wrap{
        padding: 0 20px 30px;
    }
}

h2{
    color: #CF0A2C;
    font-size: 26px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

h2.accordion__title{
    color: #5B6770;
    font-weight: bold;
}
h2.accordion__title img{
    position: absolute;
    left: -65px;
    bottom: -5px;
}
.accordion__content {
    padding-bottom: 20px;
}
@media (max-width: 1024px) {
    h2.accordion__title img{
        display: none;
    }
}

.list {
    list-style-type: disc;
    display: inline-block;
}

.list li {
    display: block;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.list li:last-child {
    margin-bottom: 0;
}

.list li::before {
    content:"\2022";
    position: absolute;
    top: 0;
    left: 0;
}

.only-mobile {
    display: none;
}

.main-wrapper {
    width: 100%;
    min-height: 100%;
    min-width: 320px;
    padding: 0
}

a {
    color: #ce253d;
    border-bottom: 1px solid #ce253d;
    text-decoration: none;
}

p {
    margin: 0 0 20px 0;
}

p:last-child {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.header {
    max-width: 1132px;
    margin: 0 auto;
    position: relative;
}

.header img.banner-img{
    border-radius: 10px;
}

@media (max-width: 1124px) {
    .header{
        padding: 0 15px;
    }
    .header img.banner-img{
        display: block;
        z-index: 10;
        position: relative;
    }
}

.topline {
    height: 80px;
    position: relative;
    background: #f0f0f2;
	margin-bottom: 15px;
}

.topline-wrap{
    display: flex;
    max-width: 1132px;
    margin: 0 auto;
    height: 80px;
    justify-content: space-between;
}

.topline__logo {
    top: -4px;
    left: -10px;
    min-width: 160px;
    height: 100%;
    background-image: url(../img/logo_white.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 196px;
}

.topline__logo a {
    display: block;
    width: 200px;
    height: 100%;
    border: 0;
}

.topline__tel {
    top: 0;
    right: 0;
    height: 100%;
    min-width: 160px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 15px;
}

.topline__tel div {
    display: inline-block;
    text-align: right;
    padding: 0 15px 0 0;
}

.topline__tel a {
    display: flex;
    align-items: center;
    border: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #5B6770;
}

.topline__tel span {
    margin: 0 0 0 10px;
    line-height: 14px;
    color: #5B6770;
    font-size: 20px;
    font-weight: normal;
}

@media (max-width: 1124px) {
    .topline-wrap{
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .topline__tel{
        min-width: 185px;
    }
    .topline__tel {
        min-width: 140px;
    }
}

.background {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin: 30px 0;
    background-image: url(../img/mob2024-1132x400.png);
    background-position: left -10px center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner {
    width: 100%;
    height: 343px;
    border-radius: 20px;
    overflow: hidden;
    margin: 30px 0;
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.banner__stores {
    font-size: 0;
}

.banner__stores a {
    border: 0;
}

.banner__overlay {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 53%;
    background: #fff;
    border-radius: 15px;
    margin-right: 50px;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    padding: 20px 40px;
    min-width: 400px;
    display: flex;
    flex-direction: column;
    color: #5B6770;
}


.banner__overlay h1 {
    font-weight: 700;
    color: #C8102E;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -.01em;
    margin: 0;
    text-align: left;
    padding: 0;
}
@media (max-width: 1124px) {
    .banner__overlay {
        width: 100%;
        background: #F0F0F2;
        position: relative;
        top: auto;
        left: auto;
        margin-top: -60px;
    }
    .banner__overlay h1{
        margin-top: 45px;
        font-size: 32px;
    }
    .background {
        z-index: 10;
    }
}

.banner__overlay p {
    margin: 15px 0 60px 0;
    font-size: 24px;
}
@media (max-width: 1124px) {
    .banner__overlay p {
        margin: 0 0 20px 0;
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .banner__overlay h1{
        font-size: 24px;
        line-height: 26px;
    }
    .banner__overlay p {
        font-size: 16px;
        margin: 10px 0 20px;
    }
    .banner__overlay {
        padding: 20px 10px;
        min-width: auto;
    }
}
.banner__overlay a {
    text-decoration: none;
    border: none;
	display: inline-block;
}
.banner__overlay a:not(:last-child){
    margin-right: 15px;
	margin-bottom: 10px;
}

.banner__overlay img {
	margin: 0;
}

.banner small {
    font-size: 10px;
}

.banner__button {
    display: block;
    border: 0;
    font-size: 17px;
    line-height: 14px;
    padding: 15px 20px;
    color: #d70222;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 25px 0.5%;
    transition: 0.3s;
    font-weight: bold;
    font-size: 14px;
}

hr{
    background: #D9D9D9;
    margin: 20px 0;
    height: 1px;
}

.image-wrap{
    text-align: center;
}

@media (max-width: 1024px) {
    .image-wrap .icon-android{
        width: 193px;
    }
    .banner__overlay a img {
		height: 19px;
    }
}

h3{
    font-family: "Kievit Pro", Arial, sans-serif;
    font-weight: normal;
    color: #5B6770;
    display: flex;
    align-items: center;
    margin-top: 40px;
	padding-right: 150px;
}

h3 .number{
    color: #C8102E;
    font-size: 20px;
    padding: 10px 20px;
    border: 1px solid #C8102E;
    border-radius: 50%;
    margin-right: 20px;
}

.stores-wrap{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
    gap: 25px;
}

.store-item{
    min-width: 32%;
    background: #F2F2F4;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    flex: 1;
}

.store-item img{
    display: block;
}

.btn{
    color: #fff;
    background: #C8102E;
    border-radius: 10px;
    display: inline-block;
    padding: 13px 25px;
}

.store-item .btn{
    color: #fff;
    background: #C8102E;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 39px;
}

@media (max-width: 1024px) {
    .stores-wrap{
        flex-direction: column;
        align-items: center;
    }
    .store-item{
        margin-bottom: 20px;
        min-width: 330px;
    }

    .store-item .btn{
        margin-top: 33px;
    }
}
.qr-wrap{
     position: absolute;
     right: 18px;
     top: 20px;
     padding: 13px 13px 5px;
     border: 1px solid #C8102E;
     border-radius: 10px;
     background: #fff;
    width: 111px;
 }

.store-item .qr-wrap{
    position: absolute;
    right: 18px;
    top: 20px;
    padding: 13px;
    border: 1px solid #C8102E;
    border-radius: 10px;
    background: #fff;
}

.apk-wrap{
    position: relative;
}

    .apk-wrap .qr-wrap{
        top: -68px;
    }

.apk-wrap .btn{
    margin-top: -10px;
    margin-left: 64px
}


@media (max-width: 768px) {
    .apk-wrap .qr-wrap{
        position: relative;
        top: 0;
        right: 0;
        width: 110px;
        margin: 0 auto;
    }

    .apk-wrap .btn{
        margin: 20px auto 0;
        max-width: fit-content;
        display: block;
    }

	h3 {
		padding-right: 0;
	}
}

.text-red{
    color: #C8102E;
}

.js-slider{
    margin-top: 30px;
    padding: 15px 15px 0;
    border-radius: 10px;
}

.js-slider.slider-apk{
    background: #F2F2F4;
    display: flex;
    justify-content: space-around;
}

.js-slider.slider-custom{
margin: 0;
    padding: 0;
}

.apk-item{
    width: 211px;
}

@media (max-width: 1124px) {
    .apk-item{
        width: 100%;
        text-align: center;
    }
}

.js-slider.slider-pwa{
    background: #F2F2F4;
    padding: 20px;
    display: flex;
    justify-content: space-around;
}

.js-slider.slider-pwa img, .js-slider.slider-apk img{
    margin-right: 15px;
}
@media (max-width: 1024px) {
    .js-slider.slider-pwa img, .js-slider.slider-apk img{
        margin-right: 0;
    }
}
.js-slider.slider-apk img, .js-slider.slider-pwa img, .js-slider .slider-app img{
     display: inline;
 }

.pwa-item{
    width: 232px;
}
@media (max-width: 1024px) {
    .pwa-item{
        width: 100%;
        text-align: center;
    }
}

.arrow-desktop{
    margin: auto 0;
}
@media (max-width: 1024px) {
    .arrow-desktop{
        display: none!important;
    }
}

.js-slider.slider-preview{
    background: #F2F2F4;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    gap: 10px;
}
.preview-item{
    max-width: 317px;
	margin: 0 10px;
}
.preview-item{
	font-weight: bold;
}

.js-slider .slider-app{
    padding: 10px 0 20px;
    display: flex;
    justify-content: space-between;
}
.app-wrap{
    min-width: 1130px;
}
.app-item{
     width: 154px
 }

@media (max-width: 1124px) {
    .app-wrap{
        min-width: auto;
    }
    .app-item{
        width: 100%;
        text-align: center;
    }
}

.js-slider .slick-dots li button:before{
    content: '';
    background: #D9D9D9;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.js-slider .slick-dots li.slick-active button:before{
    background: #5B6770;
}

@media (max-width: 1024px) {
    .preview-item{
        max-width: none;
        text-align: center;
    }
    .preview-item img{
        display: inline;
    }
    body{
        padding: 0;
    }
}
