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

@font-face{
    src: url("Noto_Sans_Armenian/NotoSansArmenian-VariableFont_wdth_wght.ttf");
    font-family: Noto;
    font-weight: 400;
    font-display: swap;
}

body{
    font-family: Noto;
    position: relative;
    background: #FAFAFA;

}
a{
    text-decoration: none;
    color: #08082a;
}
header {
    padding: 19px 0 15px;
}

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

.header-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 30;
}
.img{
    width: 100%;
}
.header-logo{
    display: block;
    max-width: 146px;
}
.globe-icon{
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
}
.navigation{
    display: flex;
    justify-content: space-between;
    margin-left: 73px;
}
.header-menu{
    margin-right: 12px;
    list-style: none;
    display: flex;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.header-menu-item{
    padding: 0 12px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000;
}

.header-modal button{
    border: none;
    background: #F2F0F0;
    color: #333333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 11px;
    padding: 12px 28px;
    cursor: pointer;
}

.header-logo-menu{
    display: flex;
    align-items: center;
}
.language-block {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.language-dropdown {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 4444;
    width: 100px;
}

.language-dropdown li {
    padding: 8px;
    cursor: pointer;
}

.language-dropdown li:hover {
    background-color: #f0f0f0;
}

.modal-lang-block{
    display: flex;
    align-items: center;
}

.burger-btn{
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    padding: 10px 0 11px 10px;
}
.burger-btn-color{
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
}
.bg-white{
    background-color: #fff;
    backdrop-filter: blur(10px);
}
.text-color{
    color: #000000;
}

.first-section{
    position: relative;
}

.first-section .container{
    display: flex;
    justify-content: space-between;
}



.baner-foto img{
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
}

.logo-bg{
    position: absolute;
    top: 20%;
}

.text-title{
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 0%;
    color: #fff;
    max-width: 730px;
    margin-top: -500px;

}

.number-text-block{
    display: flex;
    justify-content: flex-start;
    margin-top: 21px;
}

.number-text-item{
    border-radius: 3px;
    margin-left: 13px;
    width: 50%;
}

.number{
    font-weight: 700;
    font-size: 30px;
    line-height: 25px;
    text-align: left;
    color: #fff;
}

.number-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}


.banner-btn{
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 15px 44px;
    width: fit-content;
    margin-top: 41px;
    cursor: pointer;

}

.banner-btn p{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #fff;

}


.advantages{
    margin-top: 88px;
}

.advantages-item{
    background: #F2F0F0;
    box-shadow: 0px 4px 54px 0px #00A8C608;
    padding: 39px 33px 43px 29px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    height: 100%;
}

.circle-item{
    padding: 0 10px;
}

.adv-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #636363;
    margin-top: 12px;
}


.circle-item{
    width: 25%;
}

.circle-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 73px -10px;
}

.circle-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
}

.circle-text{
    margin-top: 38px;
    font-weight: 500;
    font-size: 30px;
    color: #0B1D37;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 80px;


}

.block-title{
    font-weight: 500;
    font-size: 50px;
    line-height: 100%;
    color: #333333;
    box-shadow: 0px 4px 38px 0px #E0E0E02B;



}

.title-block{
    max-width: 600px;
    z-index: 1;
}

.online-calc-section{
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 100%;
}



.online-form .calc label{
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0%;
    color: #636363;
    position: absolute;
    top: -8px;
    left: 20px;
    background: #fff;
    padding: 0 7px;
    z-index: 2;

}

.application-block{
    display: flex;
    flex-wrap: wrap;
}

.calc-item{
    display: flex;
    flex-direction: column;
    width: 50%;
    position: relative;
    padding: 0 2px;
}

.calc-input{
    padding: 16px 19px;
    margin-bottom: 11px;
    outline: none !important;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    width: 100%;
    color: #05A9C7;
}

.sole-proprietor,
.organization{
    display: flex;
    cursor: pointer;
}

.checked-item label{
    position: unset !important;
    top: 0 !important;
}


.calc select{
    padding: 16px 19px;
}
.calc option{
    width: 100%;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.dropdown-button {
    width: 100%;
    padding: 10px;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    text-align: left;
    cursor: pointer;
    border-radius: 6px;
    padding: 16px 19px;
    font-weight: normal;
    color: #0B1D37;
}
.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    z-index: 5;
    box-sizing: border-box;
}
.dropdown-content div {
    padding: 10px;
    cursor: pointer;
}

.dropdown.open .dropdown-content {
    display: block;
}
.dropdown-button::after {
    content: '🢓';
    position: absolute;
    right: 20px;
    top: 70%;
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 30px;
}


.shake {
    animation: shake 0.3s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
}

.total-price-title{
    font-weight: 600;
    font-size: 20px;
    color: #0084FF;

}

.red{
    color: red;
}

.result {
    margin-top: 17px;
    font-size: 30px;
    font-weight: 700;
    color: #0084FF;
}

.input-under-text{
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0%;
    color: #636363;
    margin-top: 7px;


}

.calc-ifo-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    color: #000;
    max-width: 250px;
    margin-bottom: 41px;

}

.calc-info{
    padding: 24px 25px 22px 22px;
    background: #F6F7F9;
    border-radius: 10px;
    margin-top: 32px;
}

.calc-info label{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #636363;
    background: #F6F7F9;
    top: 0px;
    left: 20px;
}

.calc-info-input{
    position: relative;
    margin-bottom: 36px;
    width: 100%;
}

.calc-info-input input{
    padding: 16px 19px;
    margin-bottom: 13px;
    outline: none !important;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    background: #F6F7F9;
    width: 100%;
}

.calc-info-input:first-child{
    padding-right: 20px;
}

.form-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 35px 0 12px;

}

.call-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #697381;
    margin: 0 0 30px 6px;

}

.calc form{
    display: flex;
    justify-content: space-between;

}

.online-form{
    display: flex;
}


.calc-block {
    background: #fff;
    width: 100%;
    box-shadow: 0px 4px 38px 0px #7c77772b;
    padding: 30px 22px 26px 30px;
    height: 535px;
    overflow-y: auto;
    direction: rtl; /* moves scrollbar to left */
}

.calc-block > * {
    direction: ltr; /* keep content normal */
}


.online-form form{
    display: flex;
    width: 50%;
}

.online-calc-block form{
    display: flex;
    flex-direction: row-reverse;
}

.online-calc-block .calc-block {
    width: 50%;
    height: auto;
}

.online-calc-block{
    margin-top: 73px;
}

.total-price-block{
    width: 50%;
    height: auto;
}
.total-price-block img{
    height: 100%;
}

.call-block{
    display: flex;
    align-items: baseline;
}

.calc-btn button{
    border: none;
    background: #0084FF;
    color: #fff;
    padding: 10px 60px;
    cursor: pointer;
    border-radius: 5px;
}

.calc-btn{
    display: flex;
    justify-content: flex-end;
}

.calc-name-tel{
    display: flex;
    justify-content: space-between;
}

.adv-text-foto{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.adv-text-foto h3{
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin-left: 28px;

}

.adv-item{
    padding: 36px 20px 28px 32px;
}

.adv-item:first-child{
    box-shadow: 0px 4px 54px 0px #0084FF2B;
    border-radius: 10px;
    background: #fff;
    width: 45%;
    margin:-70px 0 113px 0;
}

.adv-first-block{
    width: 40%;
}

.adv-first-block .editor{
    margin-top: 33px;
    color: #434343;

}

.our-advantage {
    display: flex;
}

.adv-item-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
    padding-left: 50px;
}

.adv-item{
    width: 45%;
}




.card-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #0084FF;
    margin: 80px 0 28px;

}


.close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    background: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 5px;
}

.modal-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
}



.star-foto-block {
    display: flex;
}
.star-foto-block {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
}



.star-rating-block{
    display: flex;
    flex-direction: column;
}

.star-rating {
    display: flex;
    gap: 5px;
}

.star-rating input {
    display: none; /* Hides the radio buttons */
}

.star-rating label {
    font-size: 16px; /* Bigger size for visibility */
    color: #f5c518; /* Default star color */
    cursor: pointer;
}

.star-rating input:checked ~ label {
    color: #f5c518; /* Highlighted stars */
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #f5c518; /* Hover effect */
}

.star-rating label::before {
    content: '★'; /* Star symbol */
}
.star-rating label {
    font-size: 16px !important;
    color: #f5c518 !important;
}


.swiper-slide-visible{
    padding:  0 6px;

}

.online-calc{
    margin: -40px 0 128px;
}

.material-icons {
    transition: 0.3s ease;
}



.active {
    background: transparent;
    height: auto;
    color: #828181;

}
.rotate{
    transform: rotate(180deg)
}



.question-block{
    display: flex;
    justify-content: space-between;
}




.footer-logo{
    margin-bottom: 32px;
}

body.modal-open {
    overflow: hidden;
}

.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 27px 26px;
    width: 100%;
    max-width: 440px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 54px 0px #0084FF2B;

}

.modal-logo {
    margin-bottom: 31px;
}

.custom-modal input, .send-btn {
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    outline: none;
}

.send-btn {
    background-color: #0084FF;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 8px;
}

.header-modal-title{
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #0084FF;
    margin-bottom: 49px;

}

.custom-modal label{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #636363;
    position: absolute;
    top: -5px;
    background: #fff;
    left: 15px;
    padding: 0px 10px;

}

.modal-input{
    position: relative;
    margin-bottom: 17px;
}

.notification{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 54px 67px 63px;
    width: 100%;
    max-width: 440px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 54px 0px #0084FF2B;

}
.notification-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    backdrop-filter: blur(5px);
}


.not-phooto{
    margin: 54px 0 49px;
}

.not-text{
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    color: #0084FF;

}



.modal-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.modal-desc {
    margin-bottom: 15px;
}

.modal-img {
    width: 100%;
    border-radius: 8px;
}

body.modal-open-1,
body.modal-open-2 {
    overflow: hidden;
}


.social-media{
    display: flex;
}

.mobile-info{
    display: none;
}

.page-title{
    color: transparent;
    font-size: 75px;
    -webkit-text-stroke: 2px #505050;
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-position: -2000px 0;
    animation: backcolor 9s linear forwards;
    -webkit-animation: backcolor 9s linear forwards;
}



.media-card-row{
    padding-top: 123px;
}



.header-menu-logo{
    max-width: 478px;
    margin:auto 0 0 0;
    display: none;
}
.burger-close-btn{
    margin-left: 17px;
    font-size: 20px;
    border: none;
    display: none;
    color: #0084FF;
    background: transparent;
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.map-block{
    position: relative;
    height: 620px;
    width: 100%;
}
.map-block>.container{
    display: flex;
    justify-content: flex-end;
}
.map-info{
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 34px 20px 25px 44px;
    background: rgb(255, 255, 255);
    filter: drop-shadow(0px 3px 53px rgba(40, 40, 40, 0.07));
}
.map-info-logo{
    max-width: 300px;
    margin-bottom: 62px;
    margin-left: auto;
}

.map-contact{
    display: flex;
    flex-direction: column;

}
.map-contact>a{
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    color: #535050;
    margin-bottom: 18px;
    max-width: 430px;
}

.map-block iframe{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


.social-media div{
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
    color: #000;
    margin-right: 34px;

}
.social-media svg{
    margin-right: 30px;
    stroke: #fff;
}


.social-media>a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 0 10px 19px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-size: 15px;
}

.footer-block{
    border-top: 1px solid #E2E2E2;
    padding-top: 53px;
    clear: both;
    width: 100%;

}
.footer-item{
    width: 50%;
}
.footer-menu:last-child{
    padding: 0;
}
.footer-block-info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 250px 0 48px;
}

.footer-menu li{
    list-style: none;
    padding-bottom: 19px;
}
.footer-menu a{
    font-weight: 500;
    font-size: 25px;
    text-align: left;
    color: #2B3B36;
    max-width: 420px;
}
.footer-logo{
    display: block;
    margin: 34px 0 30px;
    max-width: 340px;
}

.footer-info{
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid #fff;
}
.footer-info a,
.footer-info p{
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #636363;
}
.footer-menu li:hover a,
.footer-info:hover a{
    color: #FF5E15;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}


.footer-block p,
.footer-block .editor{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #636363;
}

.footer-link-block{
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
    padding-bottom: 52px;
    border-bottom: 1px solid #E2E2E2;

}

.footer-link-block div{
    display: flex;
    margin-right: 11px;
}

.central-bank a{
    display: flex;
}

.central-bank img{
    margin-right: 11px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 32px 22px 32px 30px;
}

.modal-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;

}

.star-foto-block{
    display: flex;
}



.modal-img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 32px;

}

.modal-title {
    font-size: 35px;
    font-weight: 400;
    margin-left: 18px;
    color: #000;

}

.modal-text {
    font-size: 15px;
    text-align: left;
    color: #1A1A1A;

}

.close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 28px;
    cursor: pointer;
}

.modal-stars {
    margin-top: 10px;
}

.modal-stars label {
    display: inline-block;
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}

.modal-stars input {
    display: none; /* Hide radio buttons */
}

.modal-stars input:checked ~ label {
    color: #FFD700; /* Highlight selected stars */
}
.close-btn {
    background: none;
    border: none;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    padding: 5px;
}

.close-icon {
    width: 10px;
    height: 10px;
}

.baner-section .page-title{
    padding: 121px 0 168px;
}



.modal-content .modal-img{
    float: left;
    max-width: 420px;
    padding-right: 23px;
}
.modal-content #modal-title{
    margin-bottom: 29px;
}


.footer-item:first-child{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-item:last-child{
    width: 50%;
}

.get-btn a{
    font-size: 13px;
    font-weight: 400;
    line-height: 15.85px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: #fff;
    cursor: pointer;

}

.get-menu{
    display: flex;
    align-items: flex-end;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    z-index: 99;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}


.scroll-progress {
    position: fixed;
    top: 60px;
    left: 0;
    height: 10px;
    background-color: #FFD655;
    width: 0%;
    z-index: 20;
}

.content {
    margin-top: 70px;
}


.steam{
    position: relative;
    top:40px;
    left:125px;
    -webkit-animation: steam 2s linear infinite 4s;
    -moz-animation: steam 2s linear infinite 4s;
    -ms-animation: steam 2s linear infinite 4s;
    -o-animation: steam 2s linear infinite 4s;
}

.steam:after{
    content: " ";
    position: absolute;
    top:-150px;
    left:-15px;
    border-right: 0px solid transparent;
    border-top: 2px solid #4d4c4c;
    border-left: 5px solid #1c1c1c;
    border-bottom: 2px solid transparent;
    width: 50px;
    height: 100px;
    z-index: 4;
    border-radius: 80% 0 10% 10%;
    -webkit-transform: rotate(168deg) skewY(10deg);
    -moz-transform: rotate(168deg) skewY(10deg);
    -ms-transform: rotate(168deg) skewY(10deg);
    -o-transform: rotate(168deg) skewY(10deg);
    transform: rotate(168deg) skewY(10deg);
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}
.steam:before{
    content: " ";
    position: absolute;
    top:-180px;
    left:-15px;
    border-right: 0px solid transparent;
    border-top: 2px solid #4d4c4c;
    border-left: 5px solid #1c1c1c;
    border-bottom: 2px solid transparent;
    width: 50px;
    height: 100px;
    z-index: 4;
    border-radius: 80% 0 10% 10%;
    -webkit-transform: rotate(168deg) skewY(10deg);
    -moz-transform: rotate(168deg) skewY(10deg);
    -ms-transform: rotate(168deg) skewY(10deg);
    -o-transform: rotate(168deg) skewY(10deg);
    transform: rotate(168deg) skewY(10deg);
    -webkit-filter: blur(6px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}

.steam:after{
    top:-120px;
    left:-35px;
    z-index: 4;
    border-radius: 80% 0 10% 10%;
    -webkit-transform: rotate(315deg) skewY(10deg);
    -moz-transform: rotate(315deg) skewY(10deg);
    -ms-transform: rotate(315deg) skewY(10deg);
    -o-transform: rotate(315deg) skewY(10deg);
    transform: rotate(315deg) skewY(10deg);

    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}

.coffee-bg-lid img{
    margin-top: 50px;
}


@-webkit-keyframes steam {
    0% { top: 100px; opacity: .075; visibility: visible; }
    20% { top: 80px; opacity: 0.2; }
    40% { top: 60px; opacity: 0.4; }
    60% { top: 40px; opacity: 0.2; }
    80% { top: 20px; opacity: .075; }
    100% { top: 0px; opacity: 0; visibility: hidden; }
}

@-moz-keyframes steam {
    0% { top: 100px; opacity: .075; visibility: visible; }
    20% { top: 80px; opacity: 0.2; }
    40% { top: 60px; opacity: 0.4; }
    60% { top: 40px; opacity: 0.2; }
    80% { top: 20px; opacity: .075; }
    100% { top: 0px; opacity: 0; visibility: hidden; }
}

@-ms-keyframes steam {
    0% { top: 100px; opacity: .075; visibility: visible; }
    20% { top: 80px; opacity: 0.2; }
    40% { top: 60px; opacity: 0.4; }
    60% { top: 40px; opacity: 0.2; }
    80% { top: 20px; opacity: .075; }
    100% { top: 0px; opacity: 0; visibility: hidden; }
}

@-o-keyframes steam {
    0% { top: 100px; opacity: .075; visibility: visible; }
    20% { top: 80px; opacity: 0.2; }
    40% { top: 60px; opacity: 0.4; }
    60% { top: 40px; opacity: 0.2; }
    80% { top: 20px; opacity: .075; }
    100% { top: 0px; opacity: 0; visibility: hidden; }
}

@keyframes steam {
    0% { top: 100px; opacity: .075; visibility: visible; }
    20% { top: 80px; opacity: 0.2; }
    40% { top: 60px; opacity: 0.4; }
    60% { top: 40px; opacity: 0.2; }
    80% { top: 20px; opacity: .075; }
    100% { top: 0px; opacity: 0; visibility: hidden; }
}


.product-block{
    display: flex;
    flex-wrap: wrap;
}

.product-item{
    width: 33.333%;
    margin-bottom: 30px;
    padding: 10px;
}

.card {
    position: relative;
    width: 100%;
    /* aspect-ratio: 3/4; */
    border-radius: 8px;
    overflow: hidden;
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: 0.7s ease;
}
.card:hover img {
    transform: scale(1.05);
}

.card .text-info{
    position: absolute;
    bottom: 0;
    left: 10px;
    transform: translateY(-17%);
    color: white;
    text-align: left;
    z-index: 2;
    -webkit-transform: translateY(-17%);
    -moz-transform: translateY(-17%);
    -ms-transform: translateY(-17%);
    -o-transform: translateY(-17%);
}
.card .text-info h2 {
    text-transform: uppercase;
    transform: translateY(30px);
    opacity: 0;
    margin-bottom: 8px;
    transition: 0.3s ease-out 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card:hover .text-info h2 {
    transform: translateY(0);
    opacity: 1;
}
.card:hover:nth-child(1) .textext-infot h2 {
    color: #ff7f50;
}
.card:hover:nth-child(2) .text-info h2 {
    color: #56ffe5;
}
.card .text-info p {
    font-size: 14px;
    font-weight: 300;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.5s ease-out 0.3s;
}
.card:hover .text-info p {
    transform: translateY(0);
    opacity: 1;
}

.card::before,
.card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    transform-origin: left;
    transform: scaleX(0);
    transition: all 0.5s cubic-bezier(0.66, 0.08, 0.19, 0.97);
}
.card::after {
    top: 50%;
    transition-delay: 0.2s;
}
.card:hover::after,
.card:hover::before {
    transform: scale(1);
}

.serveces-btn{
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 8px 17px;
    background: transparent;
    color: #fff;
    margin-top: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.sevices-desc{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


body.modal-open {
    overflow: hidden;
}

.choose-us-section{
    padding: 0 0 123px;
}

.foto-item{
    width: 25%;
    padding: 0 19px;
}

.foto-item-info{
    box-shadow: 0px 4px 24px 0px #A1A1A140;
    border-radius: 10px;
    text-align: center;
}

.foto-item-info img{
    padding: 71px 0 42px;
    width: 160px;
}

.foto-name{
    padding: 0 0 65px;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.foto-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 123px 0 0;
}

.gallery-section{
    margin-top: 123px;
}


.gallery-card-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    padding: 123px 0 0;
}

.gallery-card img {
    width: 100%;
    height: auto;
    display: block;
}


.gallery-section-slider.swiper .swiper-wrapper {
    display: contents;
}

.for-user-btn{
    display: flex;
    margin: 61px 0 38px;
}

.guarantor,
.borrower{
    padding: 10px 36px;
    border-radius: 100px;
    border: 1px solid #05A9C7;
    background: transparent;
    color: #05A9C7;
    font-size: 16px;
    font-weight: 400;

}

#borrowerBlock{
    display: flex;
}

.btn-active{
    background: #05A9C7;
    color: #fff;
}

.line-div{
    margin: 0 19px;
}

.calc-item label{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #636363;
    position: absolute;
    top: -6px;
    left: 14px;
    padding: 0 5px;
    background: #fff;

}

.modal {
    position: fixed;
    inset: 0;
    background: rgb(254 254 254 / 60%);
    display: none;
    align-items: center;
    justify-content: center;
}

.modal.show {
    display: flex;
}

.modal-content {
    background: #fff;
    max-width: 684px;
    /* max-height: 80vh; */
    padding: 20px;

}

.modal-scroll {
    height: 450px;
    margin-bottom: 20px;
    padding: 10px;
    overflow-y: auto;
}

.agree-btn:disabled {
    opacity: .5;
    pointer-events: none;
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.agree-btn{
    padding: 12px 32px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #05A9C7;
    color: #fff;
    border: none;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

.agreement-conditions-block .checkbox-item label{
    position: unset;
    top: 0;
    cursor: pointer;
}

.modal-scroll::-webkit-scrollbar {
    width: 8px;
}

.modal-scroll::-webkit-scrollbar-track {
    background: #EAEAEA;
    border-radius: 10px;
}

.modal-scroll::-webkit-scrollbar-thumb {
    background: #05A9C7;
    border-radius: 10px;
}

.modal-scroll::-webkit-scrollbar-thumb:hover {
    background: #048aa3;

}
body::-webkit-scrollbar{
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #05A9C7;
}

body {
    scrollbar-color: #05A9C7 #EAEAEA;
}

.modal-scroll {
    scrollbar-color: #05A9C7 #EAEAEA;
    scrollbar-width: thin;
}


.modal-btn{
    display: flex;
    justify-content: flex-end;
}


.for-organization,
.for-sole {
    display: none;
}

.checked-item label,
.checked-item input{
    cursor: pointer;
}

.guarantor-block{
    display: flex;
    flex-wrap: wrap;
}

.guarantor-block {
    display: none;
}

.guarantorAgreement-block .checkbox-item label {
    position: unset;
    top: 0;
    cursor: pointer;
}

.currency-select {
    display: flex;
    gap: 20px;
    padding: 59px 0 150px;
}

/* Hide default checkbox */
.currency-item input {
    display: none;
}

/* Label style */
.currency-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
    color: #05A9C7;
}

/* Custom square checkbox */
.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #05A9C7;
    border-radius: 4px;
    position: relative;
}

/* Checked state */
.currency-item input:checked + .checkmark {
    border-color: #05A9C7;
    background: #fff;
}

/* Check icon */
.currency-item input:checked + .checkmark::after {
    content: "✓";
    color: #05A9C7;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Currency icon */
.icon {
    font-size: 18px;
    font-weight: bold;
}

.two-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.varks-item{
    margin-top: 90px;
}

.branches-info{
    background: #fff;
    box-shadow: 0px 4px 54px 0px #1B31560F;
    padding: 47px 38px 32px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 50px 0 73px;
}

.branches-block{
    display: flex;
    justify-content: space-between;
}

.branches{
    width: 30%;

}

.map-contact-block{
    width: 65%;
}

.bramnches-item h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #05A9C7;
    margin-bottom: 6px;
    max-width: 200px;

}

.branches .block-title{
    margin-bottom: 40px;
}

/* .branches div{
    max-width: 200px;
} */

.branches-work-time{
    display: flex;
    max-width: 200px;
}

.branches-work-time img{
    margin-right: 6px;
    height: min-content;
}

.bramnches-item{
    border-bottom: 1px solid #0000000F;
    padding: 14px 0 10px;
}

.all-branches{
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
}

.send-block{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.send-block button{
    border: 1px solid #D9E0E3;
    color: #D9E0E3;
    padding: 10px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.mobile-baner{
    display: none;
}

.total-price p{
    color: #636363;
    font-size: 16px;
    font-weight: 400;

}

.total-price{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 42px;
}

.total-price span{
    font-size: 30px;
    font-weight: 400;
    color: #05A9C7;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: #fff;
}

.calc-range {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #F0F0F0; /* initial track */
    outline: none;
    transition: background 0.3s ease;
}

/* Track (Chrome / Edge / Safari) */
.calc-range::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 5px;
    background: transparent; /* JS will control bg */
}

/* Thumb */
.calc-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #05A9C7;
    border: 4px solid #eeeeee;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    box-shadow: 0px 1px 2px 0px #00000040;
    background: #05A9C7;;

}

.calc-range::-moz-range-track {
    height: 6px;
    background: #F0F0F0;
    border-radius: 5px;
}

.calc-range::-moz-range-progress {
    height: 6px;
    background: #05A9C7;
    border-radius: 5px;
}

.calc-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #05A9C7;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0px #00000040;
    cursor: pointer;
}

.error-message{
    font-size: 10px;
    margin: -5px 0 7px;
    color: red;
}











/* Responsive */

@media all and (max-width: 1500px){
    .container{
        max-width: 100%;
        padding: 0 30px;
    }
    .text-title {
        margin-top: -400px;
        font-size: 40px;
        line-height: 50px;
    }

    .contact-block {
        right: 2%;
    }
    .top-slider-info-text {
        font-size: 70px;
    }
    .about-us-info h1 {
        font-size: 60px;
    }
    .about-us-info {
        width: 58%;
    }
    .foto-item-info img{
        width: 140px;
    }

}

@media all and (max-width: 1400px){
    .contact-text {
        max-width: 500px;
        font-size: 40px;
    }
    .number {
        font-size: 25px;
    }

}

@media all and (max-width: 1300px){
    .number {
        font-size: 20px;
    }

}

@media all and (max-width: 1200px){
    header {
        padding: 19px 0;
    }
    .header-section{
        padding: 0;
    }
    .mobile-number{
        font-weight: 500;
        font-size: 25px;
        line-height: 100%;
        color: #101820;
    }
    .mobile-branch{
        font-size: 15px;
        line-height: 100%;
        text-align: right;
        color: #05A9C7;

    }
    .text-title{
        font-size: 40px;
        line-height: 54px;
    }

    .number-text-item{
        width: 44%;
        margin: 0 9px 11px 0;
    }
    .number {
        font-size: 18px;
    }
    .our-advantage {
        flex-direction: column;
    }
    .calc {
        margin: 71px 0 90px;
    }
    .adv-first-block {
        width: 70%;
    }
    .adv-item-block {
        width: 100%;
        padding-left: 0;
        margin-top: 80px;
    }
    .adv-item:first-child {
        margin: -40px 0 70px 0;
    }
    .adv-text-foto{
        margin-bottom: 29px;
    }

    .question-block{
        flex-direction: column;
    }
    .online-calc {
        margin: -40px 0 53px;
    }

    .footer-logo{
        max-width: 250px;
    }
    .map-contact-block {
        align-items: center;
    }
    .footer-soc-block{
        width: 50%;
    }
    .number-text-block {
        margin-top: 30px;
    }
    .online-calc-section {
        padding: 0;

    }



    .burger-btn{
        display: block;

    }

    .header-menu{
        padding: 0 33px 30px 23px;
        position: fixed;
        top: 68px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #F3F6FA;
        margin-right: 0;
        display: none;
        flex-direction: column;
        align-items: flex-end;
        overflow-y: auto;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 555;
    }
    .burger-close-btn {
        display: none;
    }
    .header-menu.active {
        display: flex;
    }

    .header-menu-item{
        font-weight: 500;
        font-size: 25px;
        line-height: 100%;
        text-align: center;
        color: #6A6A6A;
        padding: 0;
    }

    .header-menu li{
        border-bottom: 1px solid #0000001A;
        width: 100%;
        text-align: end;
        padding: 27px 0;
    }

    .header-logo{
        max-width: 120px;
    }
    .soc-icon{
        width: 43px;
        height: 43px;
        border: 1px solid#E4E4E4;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 13px 0 0 6px;
    }

    .mob-soc-icon{
        display: flex;
        justify-content: flex-end;
        margin-bottom: 46px;
    }

    .mob-tel{
        position: absolute;
        bottom: 32px;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: self-end;
        margin-bottom: 8px;
    }

    .mob-tel p{
        margin-right: 11px;
    }

    .mobile-info{
        margin-top: 170px;
    }
    .mobile-info{
        display: block;
    }

    .banner-btn {
        margin-top: 15px;
    }
    .circle-block{
        flex-wrap: wrap;
    }
    .circle-item{
        width: 50%;
    }
    .circle-item {
        padding: 10px;
    }
    .advantages {
        margin-top: 50px;
    }
    .circle-block{
        margin: 50px -10px;
    }
    .circle-text{
        margin-top: 35px;
    }
    .online-form{
        flex-direction: column;
    }
    .online-form form{
        width: 100%;
    }
    .total-price-block{
        width: 100%;
    }
    .calc{
        margin: 50px 0;
    }

    .online-calc-block{
        margin-top: 0;
    }
    .online-calc-block form{
        flex-direction: column;
    }
    .online-calc-block .calc-block{
        width: 100%;
    }
    .branches-info{
        margin-bottom: 50px;
    }
    .branches {
        width: 40%;
    }
    .map-contact-block {
        width: 55%;
    }
    .bramnches-item h3 {
        width: 100%;
        max-width: 100%;

    }

}


@media all and (max-width: 1024px){

    .header-menu-logo{
        display: block;
    }

    .select-languages{
        border-left: none!important;
    }



    .text-title {
        margin-top: -310px;
    }


    .map-block {
        height: 429px;
        margin-top: 30px;
    }
    .footer-block-info {
        padding: 150px 0 0;
    }
    .map-info-logo {
        margin-bottom: 52px;
    }
    .map-contact>a {
        font-size: 25px;
    }
    .social-media>a {
        font-size: 16px;
    }
    .social-media>a{
        width: 32px;
        height: 32px;
    }
    .calc form{
        flex-direction: column;
    }
    .calc-block {
        width: 100%;
    }

    .total-price-block {
        width: 100%;
    }
    .online-calc-block {
        margin-top: 34px;
    }

    .block-title{
        font-size: 40px;
    }
    .calc-info {
        margin-top: 55px;
    }

    .calc-info label {
        top: -10px;
    }

    .card-title{
        margin: 74px 0 28px;
    }

}


@media all and (max-width: 960px){
    .product-item {
        width: 50%;
    }

}

@media all and (max-width: 900px){
    .more{
        width: 100%;
    }

    .top-slider-info {
        bottom: 0px;
    }
    .top-slider-info-btn {
        margin-top: 10px;
    }


}


@media all and (max-width: 767px){
    .header-menu-item{
        font-size: 20px;
    }

    .number-text-item {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .mobile-baner{
        display: flex;
    }
    .baner-foto{
        display: none;
    }

    .text-title {
        font-size: 40px;
        line-height: 57px;
    }
    .circle-block{
        flex-direction: column;
    }
    .circle-item{
        width: 100%;
        flex-direction: unset;
        padding: 10px 0;
    }
    .circle-text {
        margin: 29px 0 12px;
        height: auto;
    }
    .advantages-item{
        padding: 39px 11px 43px 29px;
    }
    .adv-first-block {
        width: 100%;
    }
    .adv-item:first-child {
        width: 100%;
    }
    .adv-item {
        width: 100%;
    }
    .adv-item:first-child {
        margin: -40px 0 30px 0;
    }

    .map-contact-block{
        flex-direction: column;
    }
    .map-block {
        width: 100%;
    }
    .footer-soc-block {
        width: 100%;
    }
    .number-text-item:first-child{
        width: 100%;
    }

    .number-text-block {
        margin-top: 34px;
        flex-direction: column;
    }
    .number-text{
        font-size: 18px;
    }
    .number{
        font-size: 30px;

    }
    .text-title {
        margin-top: -440px;
    }
    .banner-btn{
        margin-top: 20px;
    }
    .advantages {
        margin-top: 38px;
    }
    .circle-block{
        margin: 33px 0;
    }
    .calc-item{
        width: 100%;
        max-width: 100%;
    }
    .calc-block{
        padding: 21px 14px 26px 16px;
        height: auto;
    }
    .block-title {
        font-size: 30px;
    }
    .for-user-btn {
        margin: 38px 0 32px;
    }
    .calc-input{
        margin-bottom: 18px;
    }
    .agreement-conditions-block{
        margin-top: 20px;
    }
    #sole {
        margin-bottom: 20px;
    }

    .guarantor, .borrower{
        padding: 10px 30px;
        font-size: 14px;
    }
    .line-div {
        margin: 0 5px;
    }
    .currency-select{
        padding: 46px 0 37px;
    }
    .varks-item{
        margin-top: 0;
    }
    .input-under-text {
        margin-bottom: 37px;
    }
    .input-under-text p{
        font-size: 16px;
    }
    .total-price {
        margin-top: 0;
    }
    .branches-info{
        padding: 21px 16px;
    }
    .branches-block{
        flex-direction: column;
    }
    .branches{
        width: 100%;
    }
    .map-contact-block{
        width: 100%;
    }
    .map-block {
        height: 510px;
    }
    .branches-info {
        margin-bottom: 26px;
    }
    .footer-block {
        padding-top: 36px;
    }
    .footer-block .editor{
        margin-top: 29px;
    }
    .footer-link-block{
        flex-direction: column;
    }
    .central-bank{
        margin-top: 29px;
    }
    .footer-link-block{
        padding-bottom: 21px;
    }

}
@media all and (max-width: 575px){


    .container{
        max-width: 100%;
        padding: 0 15px;
    }

    .header-menu {
        padding: 0 20px;
    }
    .burger-close-btn {
        top: 30px;
    }
    .header-logo{
        max-width: 100px;
    }


    .footer-item{
        width: 100%;
        padding: 0;
    }
    .footer-block-info {
        padding: 150px 0 0;
    }
    .footer-item:first-child {
        width: 100%;
    }

    .page-title {
        font-size: 30px;
    }

    .map-block {
        height: 300px;
    }
    .map-contact>a {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .map-info-logo{
        max-width: 180px;
        margin-bottom: 36px;
    }

    .map-info{
        padding: 34px 18px 25px 30px;
    }
    .social-media>a {
        margin: 0 0 0 11px;
        font-size: 12px;
    }
    .social-media>a{
        width: 22px;
        height: 22px;
    }

    .footer-info{
        flex-direction: column;
    }
    .header-menu {
        top: 65px;
    }

    .modal-title {
        font-size: 18px;
        margin-bottom: 18px;

    }
    .modal-img {
        max-width: 40px;
    }
    .modal-title {
        margin-left: 10px;
    }

    .social-media svg {
        margin-right: 20px;
    }

    .online-calc-block {
        margin-top: 48px;
    }
    .calc {
        margin: 34px 0 34px;
    }
    .block-title {
        font-size: 30px;
    }
    .calc-name-tel {
        flex-direction: column;
    }
    .calc-info {
        margin-top: 32px;
    }
    .calc-ifo-title {
        font-size: 18px;
    }
    .calc-ifo-title{
        max-width: 100%;
    }

    .header-modal button {
        font-size: 13px;
        padding: 6px 14px;
    }
}
@media all and (max-width: 480px){
    .top-slider-info-text {
        font-size: 19px;
        line-height: 20px;
    }
    /* .top-slider-info {
        top: 90%;
        transform: translateY(-90px);
        -webkit-transform: translateY(-90px);
        -moz-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
    }  */
    .top-slider-info-btn{
        margin-top: 10px;
    }
    .social-media svg {
        margin-right: 15px;
    }
    .coffee {
        width: 310px;

    }
}



@media all and (max-width: 767px){

    .top-slider-info {
        bottom: 45px;
    }

    .contact-img {
        margin: 0 auto 75px;
        width: 80%;
    }
    .contact-tel-block {
        left: 0;
        bottom: unset;
        top: unset;
        right: 0;
        max-width: 264px;
        bottom: -50px;
        margin: auto;
        padding: 20px 13px 17px
    }
    .contact-tel{
        font-size: 22px;
        padding-bottom: 9px;
    }
    .contact-mail{
        font-size: 12px;
    }
    .top-slider-info-btn{
        margin-top: 20px;
    }
    .top-slider-info-text{
        font-size: 19px;
        line-height: 23px;
    }
    /* .top-slider-info {
        top: 50%;
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
    } */
    .modal-title {
        font-size: 25px;
    }
    .modal-img {
        max-width: 60px;
    }
    .modal-content {
        width: 90%;
    }

    .about-us-info h1 {
        font-size: 55px;
    }
    .top-slider-info-btn{
        font-size: 16px;
    }

    .circle {
        position: relative;
        width: 350px;  /* Adjust to fit the smaller logo and text */
        height: 350px; /* Match width and height */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo {
        position: absolute;
        width: 300px; /* New size for the background photo */
        height: 300px; /* Match width and height */
        background: url("../img/about-foto.png");
        background-size: cover;
        background-position: center;
        border-radius: 50%;
    }

    .text {
        position: absolute;
        width: 350px; /* Match the new circle size */
        height: 350px; /* Match width and height */
        border-radius: 50%;
        color: #000;
        font-size: 17px;
        animation: textRotation 10s linear infinite;
        -webkit-animation: textRotation 10s linear infinite;
    }

    @keyframes textRotation {
        to {
            transform: rotate(360deg);
        }
    }

    .text span {
        position: absolute;
        left: 50%;
        font-size: 20px;
        transform-origin: 0 175px; /* Half of the new text size (350px) */
    }
}
@media all and (max-width: 575px){
    .container{
        max-width: 100%;
        padding: 0 15px;
    }


    .burger-close-btn {
        top: 30px;
    }
    .header-logo{
        max-width: 100px;
    }
    .header-menu-item {
        font-size: 20px;
    }

    .map-block {
        height: 300px;
    }
    .map-contact>a {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .map-info-logo{
        max-width: 180px;
        margin-bottom: 36px;
    }

    .map-info{
        padding: 34px 18px 25px 30px;
    }
    .social-media>a {
        margin: 0 0 0 11px;
        font-size: 12px;
    }
    .social-media>a{
        width: 22px;
        height: 22px;
    }

    .footer-info{
        flex-direction: column;
    }
    .header-menu {
        top: 65px;
    }
    header {
        padding: 12px 0;
    }

    .foto-item{
        width: 100%;
    }





}
@media all and (max-width: 480px){
    .top-slider-info-text {
        font-size: 19px;
        line-height: 20px;
    }
    /* .top-slider-info {
        top: 90%;
        transform: translateY(-90px);
        -webkit-transform: translateY(-90px);
        -moz-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
    }  */

    .social-media svg {
        margin-right: 15px;
    }



}

