/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    src: url('/css/bold.otf') format('truetype');*/
/*}*/
@font-face {
    font-family: 'FONTSPRING';
    src: url('/css/heavy.otf') format('truetype');
}

/*font-family: ''Montserrat', sans-serif', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Tiro Devanagari Sanskrit', serif;*/

.btn-danger2 {

    border: none;
    outline: none;
    background: #E80B0B;
    display: inline-flex;
    padding: 6.122px 26.244px !important;
    justify-content: center;
    align-items: center;
}

.flagsirkul{
    width: 200px;
        height: 200px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
}

.text-qiz{
    color: #E80B0B;
}

.btn-danger3 {
    padding: 10.39px 41.558px;
    display: initial;
    gap: 31.169px;
    border-radius: 7.792px;
    background: #E80B0B;
    color: var(--text-withe-100, #FFF);
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
}
.btn-danger3:hover {
    color: var(--text-withe-100, #FFF);
}
.btn-danger4 {
    padding: 10.39px 41.558px;
    display: initial;
    gap: 31.169px;
    border-radius: 7.792px;
    background: rgba(255, 0, 0, 0.20);
    color: var(--text-withe-100, #FFF);
    font-family: 'Poppins';
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    cursor: pointer;
    transition: all linear 0.2s;
    position: absolute;
    top: calc(var(--mdb-card-cap-padding-y) * 1);
    right: calc(var(--mdb-card-cap-padding-x) * 1);
}

.btn-danger4:hover{
    background: rgba(255, 0, 0, 1);
    color: var(--text-withe-100, #FFF);
}

.btn-outline-danger2 {
    display: inline-flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    border: 3px solid #E80B0B;
    color: #252525;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: all linear 0.2s;
}

.btn-outline-danger2:hover {
    background-color: #E80B0B;
    color: #FFF;
}

.btn-outline-danger3 {
    display: inline-flex;
    padding: 20px 40px;
    display: initial;
    gap: 10px;
    border-radius: 10px;
    border: 3px solid #FFF;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: all linear 0.2s;
    background-color: rgba(255, 255, 255, 0);
}

.btn-outline-danger3:hover {
    background-color: #FFF;
    color: #E80B0B;
}

.header {
    height: 80vh;
    padding-top: 136px;
    background-image: url("../img/soyasiz.png");
    background-repeat: no-repeat;
    background-size: 62%;
    background-position-x: right;
}

.header h1 {
    color: #F00;
    font-family: 'FONTSPRING' , sans-serif;
    font-size: 69.63px;
    font-style: italic;
    font-weight: 900;
    line-height: 107%; /* 74.504px */
    letter-spacing: 1.393px;
    text-transform: uppercase;
}

.header p {
    color: #252525;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
}

.location{

}

.location .locat {
    padding: 48px 38px;
    border-radius: 87.736px;
    background: radial-gradient(2900.76% 50.13% at 50.00% 53.89%, rgba(181, 1, 1, 0.95) 0%, #F00 100%);
    box-shadow: 0px 3.8993709087371826px 3.8993709087371826px 0px rgba(192, 183, 232, 0.01);
}

.location .locat h4 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 23.396px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.location .locat p {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 13.648px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.servises{
    padding-bottom: 200px;
}

.servises h1 {
    color: #000;
    font-family: 'FONTSPRING' , sans-serif;
    font-size: 48px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.96px;
    margin-top: 86px;
}

.servises h2 {
    color: var(--text-black-100, #000);
    font-family: 'Poppins';
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%; /* 54.545px */
}

.servises p {
    color: var(--grayscale-900, #121127);
    text-align: center;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
}

.servises .card{
    border-radius: 15px;
    overflow: hidden;
}

.servises .card p {
    color: var(--grayscale-900, #121127);
    text-align: center;
    font-family: 'Poppins';
    opacity: 0.8;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
}

.servises .card .card-header {
    position: relative;
    padding: 0;
}

.servises .card .card-header .img {
    width: 370px;
    height: 530px;
    object-fit: cover;
}

.servises .card .card-header. header_btn {
    position: absolute;
    top: 0;
    right: 0;
}
.servises .anim{
    margin-top: 50px;
    position: relative;
}
.servises .anim .anim1{
    position: absolute;
    top: 0;
}
.servises .anim .anim2{
    position: absolute;
    top: 0;
}
.mt-300{
    margin-top: 300px;
}
.mt-150{
    margin-top: 150px;
}
.mijoz{
    background: rgba(236, 217, 217, 0.20);
    backdrop-filter: blur(25px);
    padding-top: 65px;
    padding-bottom: 65px;
}

.mijoz .hhhh{
    color: #000;
    font-family: 'FONTSPRING', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.56px;
}

.mijoz .card-title{
    color: #000;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mijoz .card-title2{
    color: #000;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.mijoz .cardimg1{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11.001px;
}
.mijoz .cardimg2{
    width: 103.591px;
    height: 85.256px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 11.001px;
}
.mySwiper3{
    height: 720px !important;
}
.mijoz .user{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 28px;
}
.swiper {
    width: 100%;
    height: 560px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;

    overflow: hidden;
}
.swiper .swiperweigh{
    width: 300px !important;
    height: 300px !important;
}
.swiper2 .swiperweigh2{
    height: 600px !important;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.controll{
    position: relative;
}
.controll .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 0;
}

.controll .swiper-button-next{
    right: 0;
    width: 77px;
    height: 77px;
}
.controll .swiper-button-prev {
    left: 70%;
    width: 77px;
    height: 77px;
}
.controll .swiper-button-next:hover{
    background: #E80B0B;
    color: #FFF;
    flex-shrink: 0;
    border-radius: 50%;
}
.controll .swiper-button-prev:hover {
    background: #E80B0B;
    color: #FFF;
    flex-shrink: 0;
    border-radius: 50%;
}
.country{
    padding-top: 210px;
}
.country .flagimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.country .yol1{
    color: #000;
    font-family: 'FONTSPRING' , sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.96px;
    text-align: center;
}
.country .yol2{
    color: var(--grayscale-900, #121127);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
}
.bg-img{
    height: 100vh;
    background-image: url('../img/Картинка.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.counter{
    background: linear-gradient(93deg, #E50B0B 0%, #33011B 100%);
    padding-top: 118px;
    padding-bottom: 118px;
}
.partnyor{
    padding-top: 118px;
    padding-bottom: 118px;
}
.bg-fill{
    background: #FBF7F7;

}
.news{
    padding-top: 118px;
    padding-bottom: 118px;
}
.h1h{
    font-family: 'FONTSPRING', sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.08px;
}
.news h1{
    color: #252525;
    font-family: 'FONTSPRING', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.96px;
}
.news .p2p{
    color: rgba(37, 37, 37, 0.80);
    text-align: center;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
}
.news .card h2{
    color: #101828;
    font-family: 'Poppins';
    font-size: 24.474px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 32.632px; /* 133.333% */
}
.news .card p{
    color: rgba(37, 37, 37, 0.80);
    font-family: 'Poppins';
    font-size: 18.355px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27.533px */
}
.savol{
    padding-top: 118px;
    padding-bottom: 118px;
}
.bg-savol{
    padding: 61px 52px;
    border-radius: 35px;
    background: linear-gradient(109deg, #B9080F 0%, #3D011A 100%);
    box-shadow: 0px 21.98581886291504px 54.964542388916016px 0px rgba(18, 17, 39, 0.08);
}
.bg-savol input{
    outline: none;
}
.bg-savol .submit{
    width: 33.318px;
    height: 33.318px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F00;
    border:none;

}



@media (max-width: 1024px) {
    .controll .swiper-button-prev {
        left: 50%;
    }
}

@media (max-width: 576px) {
    .header{
        background-image: none;
        height: auto;
    }
    .header h1{
        font-size: 47px;
    }
    .servises{
        padding-bottom: 0;
    }

    .servises h1{
        font-size: 25px;
    }

    .servises p {
        font-size: 10.363px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 14.508px */
    }
    .mijoz .hhhh{
        font-size: 18px;
    }

    .controll .swiper-button-next {
        right: 0;
        width: 38px;
        height: 38px;
    }

    .controll .swiper-button-prev {
        left: 35%;
        width: 38px;
        height: 38px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 25px;
    }
    .location{
        margin-top: 300px;
    }

    .swiper {

        height: 590px;

    }

    .swiper .swiperweigh{
        width: 150px !important;
        height: 150px !important;
    }

    .bg-img{
        height: 40vh;
        margin-bottom: 100px;
        margin-top: 100px;
    }
    .btn-outline-danger2{
        width: 100%;
    }
    .controll .swiper-button-prev {
        left: 40%;
    }
}
@media (max-width: 1200px) {
    .header{
        height: 90vh;
    }
}