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

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

body{
    font-family: Noto;
    position: relative;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;

}
html {
  scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color: #08082a;
}

ul{
    list-style-type: disc;
    padding-left: 20px;
}

:focus {
    outline: none !important;
}

header {
    padding: 19px 0;
}
main{
    position: relative;
    z-index: 5;
    border-radius:  0 0 60px 60px;
    -webkit-border-radius:  0 0 60px 60px;
    -moz-border-radius:  0 0 60px 60px;
    -ms-border-radius:  0 0 60px 60px;
    -o-border-radius:  0 0 60px 60px;
}
.container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

.header-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 14px 7px 10px;
   background: #20B3B3;
    backdrop-filter: blur(4);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    width: 100%;
    /* position: fixed; */
    z-index: 30;
}
.img{
    width: 100%;
}
.header-logo{
    display: block;
    max-width: 48px;
}

.logo-text{
    color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    padding-left: 7px;
}

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

.globe-icon{
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
}
.navigation{
    display: flex;
    justify-content: space-between;
}
.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: #fff;
}

.header-modal button{
    border: 1px solid #0084FF;
    color: #0084FF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 11px;
    padding: 7px 12px;
    cursor: pointer;
}

.language-block {
    display: flex;
    /*cursor: pointer;*/
}
.language-block  a{
    cursor: pointer;
}
.language-block div{
   margin-left: 10px;
}

.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{
    padding: 54px 0 10px;
    position: relative;
}

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

.text-title{
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 0%;
    color: #20B3B3;
    max-width: 770px;
    position: absolute;
    top: 170px;
}

.first-section-bg{
    max-width: 1920px;
    margin: auto;
    position: absolute;
    bottom: 0;
}

.about-title{
font-weight: 700;
font-size: 50px;
text-align: right;
/*color: rgba(255, 72, 128, 1);*/
    color:#ca372f;
max-width: 1040px;

}

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

.about-section{
    margin: 87px 0 96px;
    position: relative;
}

.about-item{
    width: 48%;
    color: rgba(130, 129, 129, 1);
}

.about-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;

}

.icon-block {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    /*opacity: 0;*/
    /*transform: translateY(20px);*/
    /*transition: opacity 0.6s ease, transform 0.6s ease;*/
}

.icon-block.active {
    /*opacity: 1;*/
    /*transform: translateY(0);*/
    /*position: absolute;*/
    /*top: 20%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*-webkit-transform: translateY(0);*/
    /*-moz-transform: translateY(0);*/
    /*-ms-transform: translateY(0);*/
    /*-o-transform: translateY(0);*/
}

.icon-left{
    /*margin-top: -150px;*/
}

.icon-left {
    /*transform: translateX(-100px);*/
    /*opacity: 0;*/
    /*transition: transform 1s ease, opacity 1s ease;*/
    height: fit-content;
}

.icon-right {
    /*transform: translateX(200px);*/
    /*opacity: 0;*/
    /*transition: transform 1s ease, opacity 1s ease;*/
    /*-webkit-transform: translateX(200px);*/
    /*-moz-transform: translateX(200px);*/
    /*-ms-transform: translateX(200px);*/
    /*-o-transform: translateX(200px);*/
    /*margin-top: 100px;*/
    margin-top: 70px;
    position: absolute;
    /*left: 1200px;*/
    left:1283px;
    width: 92%;
}

.icon-block.active .icon-left {
    /*transform: translateX(200px);*/
    /*opacity: 1;*/
    /*height: max-content;*/
    /*-webkit-transform: translateX(200px);*/
    /*-moz-transform: translateX(200px);*/
    /*-ms-transform: translateX(200px);*/
    /*-o-transform: translateX(200px);*/
}

/*.icon-block.active .icon-right {*/
/*    transform: translateX(0);*/
/*    opacity: 1;*/
/*    height: max-content;*/
/*}*/



.block-title{
    font-weight: 700;
    font-size: 35px;
    color: #0B1D37;

}

.title-block{
    width: 70%;
}




.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;


}

.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;

}




.total-price-block{
    width: 60%;
}

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



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

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

}

.adv-item{
    padding: 36px 33px 28px 33px;
}
.adv-text-text{
    font-size: 15px;
    color: rgba(67, 67, 67, 1);

}

.adv-item:nth-child(2){
    box-shadow: 0px 4px 54px 0px rgba(237, 237, 237, 1);
    border-radius: 20px;
    background: #fff;
    width: 25%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.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: 100%;
}

.adv-item{
    width: 25%;
}

.section-title{
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    color: #20B3B3;

}


.group-block{
    margin: 65px -7px 0;
    display: flex;
    justify-content: space-between;
}

.group-item{
    width: 25%;
    position: relative;
    padding: 0 7px;
    cursor: pointer;
}

.group-item img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.group-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #20B3B3;
    padding: 20px 10px 25px;
    max-width: 200px;
    height: 120px;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.group-title-block{
    margin: auto;
    width: 90%;
    z-index: 999;
    box-shadow: 0px 4px 54px 0px rgba(237, 237, 237, 1);
    display: flex;
    justify-content: center;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    position: absolute;
    margin-top: -6px;
    left: 0;
    right: 0;
}

body.fixed {
  overflow: hidden;
}

.group-section.blur {
  filter: blur(5px);
  pointer-events: none;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden !important;
  backdrop-filter: blur(5px);
}

.modal-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  z-index: 10000;
}

.modal-content img {
  max-width: 100%;
  border-radius: 10px;
  margin: 0 15px 14px 0;
  float: left;
}

.modal-content button {
  margin-top: 20px;
}

.modal-form .modal-content{
    max-width: 540px;
    box-shadow: 0px 4px 54px 0px rgba(237, 237, 237, 0.17);

}

.form-title{
    font-weight: 700;
    font-size: 25px;
    line-height: 50px;
    color: #20B3B3;
    margin-bottom: 48px;

}
.form-item {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    position: relative;
    margin-bottom: 36px;
}

.form-item label{
    font-weight: 400;
    font-size: 12px;
    color: #636363;
    position: absolute;
    top: -8px;
    left: 15px;
    background: #fff;
    padding: 0 7px;
    z-index: 2;
}

.form-item input{
    padding: 16px 19px;
    margin-bottom: 13px;
    outline: none !important;
    border: 1px solid rgba(227, 227, 227, 1);
    border-radius: 6px;
}

.form-item textarea{
    padding: 16px 19px;
    margin-bottom: 13px;
    outline: none !important;
   border: 1px solid rgba(227, 227, 227, 1);
    border-radius: 6px;
    resize: none;
    height: 150px;
}

.bus-block{
    position: relative;
}

.bus-foto{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
}

.yellow-section{
    background: url(../img/yeloow-bg.png);
    height: 530px;
    position: relative;
}

.yellow-block-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.yellow-logo{
    padding-top: 100px;

}

.yellow-logo-text{
    font-weight: 700;
    font-size: 75px;
    line-height: 48px;
    /*color: #20B3B3;*/
    color: #ca372f;
    margin: 30px 0;
}

.yellow-block-info .yellow-number{
    font-weight: 700;
    font-size: 50px;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
}

.yellow-block-sky{
    margin-top: 20px;
    position: absolute;
    bottom: -5px;
}

.gallery-section{
    background: url(../img/00bg-home3-5-2\ 1.png);
    width: 100%;
    min-height: 900px;
    background-repeat: no-repeat;

}

.gallery-section .section-title{
    padding: 69px 0 110px;
}

.gallery-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.gallery-row > *:nth-child(2),
.gallery-row > *:nth-child(4),
.gallery-row > *:nth-child(6) {
    margin-top: 20px;
}
.gallery-item:nth-child(6n+2),
.gallery-item:nth-child(6n+4),
.gallery-item:nth-child(6n+6) {
  margin-top: -30px;
}



.gallery-item img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    max-width: 220px;
}



.modal-opens-btn{
    background: #20B3B3;
    border: 1px solid #20B3B3;
    color: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 18px 50px;
    cursor: pointer;
}



.credit-type-block{
    margin: 121px 0 71px;
}

.credit-text{
    max-width: 720px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 26px 0 68px;
    color: #434343;

}

.credit-card-item{
    width: 25%;
    padding:  0 19px;
    height: auto;
}

.credit-card{
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 57px 42px 52px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

}
.credit-card-info p{
    text-align: center;
    margin-bottom: 6px;

}

.credit-card-info{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.credit-card-block{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -19px;
    height: 100%;

}



.comment-section .block-title{
    color: #fff;
    max-width: 430px;
}



.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;
}

.container-left{
    max-width: 1800px;
    margin-left: 300px;
}

.comment-slider{
    margin-top: 70px;
}

.comment-card {
    color: #fff;
    padding: 40px 26px 63px 23px;
    /*cursor: pointer;*/
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    height: 240px;
}
.swiper-slide:nth-child(4n+1) .comment-card {
  background-color: #ca372f;
  /*background-color: rgba(250, 73, 110, 1);*/
}

.swiper-slide:nth-child(4n+2) .comment-card {
  /*background-color: rgba(254, 184, 87, 1);*/
  background-color: #FFDC82;
}

.swiper-slide:nth-child(4n+3) .comment-card {
  /*background-color: rgba(135, 75, 255, 1);*/
  background-color: #20B3B3;
}

.swiper-slide:nth-child(4n) .comment-card {
  background-color: rgba(0, 199, 13, 1);
}

.swiper-slide:nth-child(4n+2) .comment-card::after {
   background: url(../img/yellow.png);
}

.swiper-slide:nth-child(4n+3) .comment-card::after {
  background: url(../img/pink.png);
}

.swiper-slide:nth-child(4n) .comment-card::after {
  background: url(../img/green.png);
}

.comment-name {
    font-weight: 600;
    font-size: 22px;
    line-height: 100px;
    color: #20B3B3;
}


.comment-info {
    cursor:context-menu ;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    text-align: left;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 27px;
}

.comment-card-foto{
    position: absolute;
    bottom: -85px;
    left: 100px;
    display: flex;
    align-items: center;
}

.comment-card::after{
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -200px;
    height: 48px;
    width: 70px;
    background-position: center top;
    content: '';
    background-repeat: no-repeat;
    background: url(../img/red.png);
}

.comment-card-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.comment-card-img {
    max-width: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 16px;
}

.our-day-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    color: #20B3B3;
    padding-top: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.our-day-card img{
    max-width: 430px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.comment-block{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.comment-slider{
    width: 100%;
}

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

}
.swiper-wrapper {
    padding: 0 0 115px 0;
}

.faq {
    padding: 20px ;
    width: 60%;
    min-width:450px;
    margin: auto;
    position: relative;
    height: auto;
  }

  .faq-container {
    width: 100%;

  }
.faq-label-text, .faq-label-icon{
    cursor: pointer;
}
  .faq-label {
  /*cursor: pointer;*/
  width: 100%;
  padding: 17px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

  .faq-label-text {
    color: #0B1D37 !important;

  }

  .faq-label-icon {
    padding: 2px 3px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;

  }

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

  .faq-answer {
    transition: 0.3s ease;
    margin-top: 15px;
    height: 0;
    border-radius: 6px;
    color: rgba(127, 121, 121, 1);
    overflow: hidden;

  }

  .faq-answer-content {
    padding: 0 26px 29px;
      line-height: 1.5;


  }

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

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

  .faq-label {
    background-color: #fff;
    transition: background-color 0.3s;
    border: 1px solid rgba(238, 238, 238, 1)
}

.faq-label.blue {
   background: rgba(255, 173, 0, 1);

}

.faq-label-text,
.faq-label-icon {
    color: inherit; /* Default text color */
    transition: color 0.3s;
}

.faq-label-text.white,
.faq-label-icon.white {
    color: #fff;
}

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

.faq-block{
    width: 62%;
    padding-left: 55px;
}

.faq-title .section-title{
    text-align: left;
    margin-bottom: 35px;
}

.map-contact-block{
    display: flex;
    justify-content: space-between;
    padding: 117px 0 62px;
    text-align: center;
}

.contact-section{
    background: url("../img/footer-bg.jpg");
}

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

.custom-modal {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
      z-index: 999;
    }

    .custom-modal.open {
      display: flex;
    }

    .modal-content {
      background-color: #fff;
      padding: 23px 25px 50px 27px;
      border-radius: 10px;
      max-width: 800px;
      width: 100%;
      position: relative;
    }

    .modal-close {
      position: absolute;
      top: 10px; right: 10px;
      background: transparent;
      border: none;
      font-size: 20px;
      cursor: pointer;
    }

.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;
}
.modal-text * {
    list-style: none;
}
.header-modal-title{
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #0084FF;
    margin-bottom: 49px;

}

.header-modal-btn button{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 11px 27px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    cursor: pointer;
    margin-right: 10px;
}

.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;
}


.modal-next{
    background: #20B3B3;
    border: 1px solid #20B3B3;
    color: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 15px 34px;
    margin-top: 55px;
    cursor: pointer;
}

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

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

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

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

#customModal,
#newsModal {
    display: none;
}

#customModal.active,
#newsModal.active {
    display: block;
}

.social-media{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-day-section{
    padding-top: 70px;
}

.mobile-info{
    display: none;
}

.comment-section{
    position: relative;
    padding-top: 50px;
}

.bottom-scroll-block{
   position: absolute;
    left: -100px;
    right: 0;
    margin: auto;
    text-align: center;
    top: 70px;
}

.bottom-scroll-block img{
    margin-top: 38px;
}

/* Prevent body from scrolling */
body.fixed {
  overflow: hidden;

}

/* Blur background section */
.blur {
  filter: blur(5px);
  transition: filter 0.3s ease;
}

/* Optional: fade-in modal */
.modal {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.bus-foto{
    max-width: 970px;
}



















.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;
}


.news-section{
    padding: 86px 0 93px 0;
}

.news-title{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 75px;
}



.news-text{
    font-size: 16px;
    text-align: left;
    color: #9b9b9b;
    line-height: 24px;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.header-menu-logo{
    max-width: 478px;
    margin:auto 0 0 0;
    display: none;
}
.burger-close-btn{
    /* position: absolute;
    top: 52px;
    right: 30px; */
    margin: 0 4px 2px 0px;
    font-size: 11px;
    border: none;
    display: none;
    color: #0084FF;
    background: transparent;
    cursor: pointer;
}

.burger-close-btn i{
    color: #fff;
}

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

/* Firefox */


.map-block{
    position: relative;
    height: 400px;
    width: 68%;
}
.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;

}


.footer-number{
    font-weight: 700;
    font-size: 50px;
    line-height: 48px;
    color: #fff;

}

.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: #fff;
    z-index: 5;

}
.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{
    clear: both;
    width: 100%;
    background: url("../img/footer-bg.jpg");
    padding: 127px 0 82px;
}
.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-info p{
    margin-bottom: 5px;
}

.footer-information a{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
}

.footer-information{
    text-align: center;
}

.footer-menu li{
    list-style: none;
    padding-bottom: 19px;
}
.footer-menu a{
    font-weight: 500;
    font-size: 25px;
    text-align: left;
   color: rgba(255, 255, 255, 1);
    max-width: 420px;
}
.footer-logo{
    display: block;
    margin: 44px 0;
}

.footer-modal button{
    background: rgba(255, 173, 0, 1);
    color: #fff;
    border: none;
    padding: 18px 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    cursor: pointer;
}

.footer-modal{
    margin-top: 57px;
}


.footer-block,
.contact-section {
  position: relative;
  overflow: hidden;
}

.floating-img {
  position: absolute;
  pointer-events: none;
  z-index: 5;
  transition: transform 0.2s ease-out;
}


/* Set default corner positions */
.top-left { top: 10%; left:8%; }
.top-right { top: 10%; right: 10%; }
.bottom-left { bottom: 10%; left: 8%; }
.bottom-right { bottom: 1%; right: 8%; }

.yellow-section .top-left { top: 10%; left:20%; max-width: 84px;}
.yellow-section .top-right { top: 10%; right: 20%; }
.yellow-section .bottom-left { bottom: 10%; left: 20%; }
.yellow-section .bottom-right { bottom: 1%; right: 20%; }



.call-text{
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    color: #fff;
}


.footer-logo-text{
    font-weight: 700;
    font-size: 75px;
    line-height: 48px;
    color: rgba(255, 173, 0, 1);

}

.footer-soc-block{
    width: 35%;
}

.map-block{
    width: 55%;
}

.footer-info{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.footer-info a,
.footer-info p{
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #fff
}

.social-icon-block{
    margin: 16px 0;
}

.social-icon-block a{
    margin: 0 3px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

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

}


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

  }

  .modal-title {
   color: #20B3B3;
    font-weight: 700;
    font-size: 25px;
    line-height: 50px;



  }

  .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;
  }



.news-card-item{
    width: 32%;
    display: block;
    background: #fff;
    box-shadow: 0px -1px 24px 0px rgba(193, 229, 255, 0.4);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.news-card-text{
    padding: 21px 27px 19px 16px;
    height: 210px;
}

.news-card-row{
    display: flex;
    justify-content: space-between;
}




.news-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 46px 47px;
    width: 80%;
    max-width: 900px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    height: -webkit-fill-available;
}



.modal-content .close-modal ,
.news-modal-content .close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}

.modal-text-info{
    text-align: left;
}

/* .modal-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
} */

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


.modal-content #modal-title,
.news-modal-content .modal-title {
    font-size: 30px;
    margin: 10px 0;
    text-align: left;
    margin-bottom: 27px;
}

.modal-content .modal-text,
.news-modal-content .modal-text {
    font-size: 16px;
    color: #555;
}

#modal-img{
    float: left;
    padding-right: 23px;
    max-width: 420px;
}

.modal-content .modal-img,
.news-modal-content .modal-img{
    max-width: 470px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 0;
    float: left;
    padding: 0 27px 25px 0;
}

.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 rgba(255, 173, 0, 1);
    color: rgba(255, 173, 0, 1);
    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;
}


/* Fullscreen blur background */
.notification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Notification itself */
.notification-info {
    padding: 20px 30px;
    border-radius: 8px;
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    text-align: center;
    max-width: 500px;
    width: 90%;
    transition: opacity 0.5s ease;
    background: #fff;
}

/* Closing animation (optional) */
.notification-overlay.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}









.video-thumbnail-wrapper {
    position: relative;
    display: inline-block;
}
.video-thumbnail-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.color-red{
    border-color:#ca372f ;
    background: #ca372f;
}



    /* Responsive */
    @media all and (max-width: 1750px){
        .comment-card::after {
        margin-left: -150px;
        }
}

@media all and (max-width: 1500px){
    .container{
        max-width: 100%;
        padding: 0 30px;
    }
    .bus-foto{
    max-width: 670px;
    }
    .more{
        width: 80%;
    }
    .mores{
        width: 80%;
    }
    .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;
    }
    .gallery-row {
    /*grid-template-columns: repeat(5, 1fr);*/
    /*gap: 10px;*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    justify-content: center;*/
    }

    /*.gallery-item{*/
    /*    width: 16.6%;*/
    /*}*/

    .footer-logo-text {
    font-size: 55px;
    }
    .footer-number {
    font-size: 40px;
    }

}

@media all and (max-width: 1450px){
    .icon-right{
        display: none;
    }
}

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

    .total-price-block {
        width: 65%;
    }
    .news-title {
        padding-bottom: 6px;
    }
}


@media all and (max-width: 1300px){
    .icon-right{
        left: 900px;
    }
}


@media all and (max-width: 1200px){
    header {
        padding: 19px 0;
    }
    .icon-right{
        display: none;
    }
    .gallery-item img {
        width: 100% !important;
        max-width: 100%;
    }


    .text-title{
        font-size: 25px;
        line-height: 54px;
        max-width: 500px;
    }
    .text-title {
    top: 10px;
    }
    .about-info{
        flex-wrap: wrap;
    }
    .about-item{
        width: 100%;
    }
    .about-title {
    font-size: 25px;
    }
    .adv-item{
        width: 50%;
    }
    .adv-item:nth-child(2){
        width: 50%;
    }

    .our-advantage {
        flex-direction: column;
    }

    .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;
    }
    .comment-block{
        flex-direction: column;
    }
    .comment-section {
        padding: 47px 0 53px;
    }
    .comment-section .block-title {
        max-width: 630px;
        margin-bottom: 35px;
    }
    .comment-slider {
        width: 100%;
    }
    .comment-name{
        font-size: 20px;
    }
    .question-block{
        flex-direction: column;
    }

    .faq-block{
        margin-top: 53px;
    }
    .faq-block {
        width: 100%;
    }

    .news-section {
        padding: 34px 0 51px 0;
    }
    .news-item {
        width: 50%;
    }
    .map-block {
        height: 250px;
        width: 46%;
    }

    .map-contact-block {
        align-items: center;
    }
    .footer-soc-block{
        width: 50%;
    }

    .circle-text{
        font-size: 16px;
    }

    .credit-type-block {
        margin: 67px 0 33px;
    }
    .comment-section{
        margin-bottom: 67px;
    }

    .news-item{
        padding: 0 11px 22px;
    }
    .burger-btn{
        display: block;

    }

    .header-menu{
        padding: 80px 30px 23px;
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        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: #141414;
        padding: 0;
    }

    .header-menu li{
        margin-bottom: 50px;
    }

    .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: 20px 0 0 25px;
    }
    .our-day-section{
        padding-top: 0;
    }

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

    .mob-tel,
    .mob-mail{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 8px;
    }

    .mob-tel a,
    .mob-mail a{
        margin-right: 11px;
    }

    .mobile-info{
        margin-top: 170px;
    }
    .mobile-info{
        display: block;
    }
    .news-item:first-child {
        margin-top: 0;
    }
    .news-item:last-child {
        margin-top: 0;
    }
    .container-left {
    margin-left: 100px;
    }
    .icon-block.active .icon-left {
    transform: translateX(50px);
    opacity: 1;
    height: max-content;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    }
    .top-left { top: 10%; left:5%; z-index: 0; }
    .top-right { top: 10%; right: 5%; }
    .bottom-left { bottom: 10%; left: 5%; }
    .bottom-right { bottom: 1%; right: 5%; }

    .yellow-section .top-left { top: 10%; left:5%; max-width: 84px;}
    .yellow-section .top-right { top: 10%; right: 5%; }
    .yellow-section .bottom-left { bottom: 10%; left: 5%; }
    .yellow-section .bottom-right { bottom: 1%; right: 5%; }

}


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


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

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

    .news-popup-img{
        margin-left: 0;
        float: unset;
    }
    .bus-foto {
        max-width: 450px;
    }

    .yellow-logo-text {
    font-size: 55px;
    }

    .yellow-block-info .yellow-number {
    font-size: 25px;
    }

    /*.gallery-row {*/
    /*grid-template-columns: repeat(3, 1fr);*/
    /*gap: 10px;*/
    /*}*/


    .news-card-row {
        padding: 100px 0 100px;
    }

    .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;
    }

    .total-price-block {
        width: 100%;
    }


    .block-title{
        font-size: 25px;
    }

    .credit-card-item {
        width: 50%;
        padding: 0 19px 38px;
    }
    .credit-text {
        margin: 15px 0 67px;
    }

    .credit-card img{
        max-width: 220px;
    }
    .card-title{
        margin: 74px 0 28px;
    }
    .about-section{
        margin: 87px 0 0;
    }
    .bottom-scroll-block {
        position: absolute;
        left: 25px;
        right: 0;
        margin: auto;
        text-align: center;
        top: 50px;
    }

}


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

@media all and (max-width: 900px){
    .more{
        width: 100%;
    }
    .modal-content .modal-img,
    .news-modal-content .modal-img{
        float: unset;
        padding: 0 0 20px 0;
    }
    .top-slider-info {
        bottom: 0px;
    }
    .top-slider-info-btn {
        margin-top: 10px;
    }


}


@media all and (max-width: 767px){
   .first-section .container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
   }

    .text-title {
        font-size: 28px;
    }
    .bottom-scroll-block img {
        margin-top: 8px;
    }


    .circle-text {
        margin: 0 0 0 25px;
    }
    .adv-first-block {
        width: 100%;
    }
    .adv-item:first-child {
        width: 100%;
    }
    .adv-item {
        width: 100%;
    }
    .adv-item:first-child {
        margin: -40px 0 30px 0;
    }
    .credit-type-block {
        margin: 37px 0 53px;
    }
    .map-contact-block{
        flex-direction: column;
    }
    .map-block {
        width: 100%;
    }
    .footer-soc-block {
        width: 100%;
    }

    .first-section {
        padding: 21px 0 10px;
    }
    .text-title {
        line-height: 34px;
    }
    .gallery-row {
    grid-template-columns: unset;
    gap: unset;
        display: flex;
        flex-wrap: wrap;
    }
    .gallery-item{
        width: 33.333%;
       padding: 5px;
    }
    .gallery-item:nth-child(6n+2), .gallery-item:nth-child(6n+4){
        margin-top: 0;
    }
    .icon-block{
        display: none;
    }
    .gallery-item:nth-child(6n+2),
    .gallery-item:nth-child(6n+4),
    .gallery-item:nth-child(6n+6){
        margin: 0;
    }
    .gallery-item img {
         max-width: 100%;
        width: 100%;
    }
    .top-left {
        /*top: 15%;*/
        top: 35%;
        z-index: 0;
        left: 0;
    }



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


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

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


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

    .page-title {
        font-size: 30px;
    }
    .news-title {
        font-size: 16px;
    }
    .gallery-item{
        width: 50%;
    }


    .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: 55px;
    }
    header {
        padding: 4px 0;
    }
    .modal-title {
        font-size: 18px;
        margin-bottom: 18px;

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

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

    .news-photos{
        float: unset;
    }
    .news-photos img{
        width: 100%;
        max-width: 100%;
    }

    .block-title {
        font-size: 20px;
    }
    .group-block {
        margin: 5px -7px 0;
    }
    .yellow-block-info .yellow-number {
        margin-bottom: 25px;
    }
    .yellow-block-info .yellow-number {
        font-size: 30px;
    }

    .faq-label {
        padding: 17px 32px;
    }
    .news-item {
        width: 100%;
    }
    .credit-card-item {
        width: 100%;
        padding: 0 15px 30px;
    }
    .header-modal button {
        font-size: 11px;
    }
        .container-left {
        margin-left: 30px;
    }
    .footer-modal {
    margin-top: 5px;
    }
    .map-contact-block {
        padding: 50px 0 62px;
    }
    .faq-block{
        padding-left: 0;
    }
    .yellow-logo {
    padding-top: 70px;
    }
    .text-title{
        font-size: 25px;
    }
    .text-title {
        top: 0;

    }
    .about-title{
        text-align: left;
    }
    .first-section {
        padding: 50px 0 10px;
    }
    .language-block img{
        max-width: 25px;
    }
    .header-modal-btn button{
        padding: 7px 10px;
        font-size: 11px;
        margin-right: 10px;
    }
    .logo-text {
        padding-left: 7px;
        font-size: 12px;
    }
    .comment-card-img{
        margin-right: -30px;
    }



}
@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%;
        height: 600px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .news-card-row{
        flex-wrap: wrap;
    }
    .news-card-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .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) */
    }
    .adv-item:nth-child(2){
        width: 100%;
    }
    .group-block{
        flex-wrap: wrap;
    }
    .group-item{
        width: 50%;
    }
    .group-title-block{
        position: unset;
    }
    .bus-foto{
        width: 350px;
    }
    .group-item {
        margin-bottom: 25px;
    }

    }
@media all and (max-width: 575px){
    .container{
        max-width: 100%;
        padding: 0 15px;
    }
    .group-title {
        font-size: 19px;
    }
    .group-title-block {
        width: 100%;
    }


    .burger-close-btn {
        top: 30px;
    }

    .header-menu-item {
        font-size: 18px;
    }
    .header-menu li {
        margin-bottom: 38px;
    }
    .map-block {
        height: 300px;
    }
    .map-contact>a {
        font-size: 35px;
        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: 66px;
    }
    header {
        padding: 8px 0 10px;
    }

    .foto-item{
        width: 100%;
    }
    /*.gallery-item img{*/
    /*    max-width: 170px;*/
    /*}*/
    .section-title {
    font-size: 30px;
        padding: 69px 0 50px!important;
    }
    .header-menu.active {
        text-align: end;
    }
    .comment-section .section-title{
        padding: 5px 0 0 !important;
    }
    .comment-slider{
        margin-top: 40px;
    }
    .top-left {
        /* top: 15%; */
        top: 15%;
        z-index: 0;
        left: 0;
        max-width: 110px;
    }
    .comment-card-foto {
        left: 160px;
    }
    .comment-section {
        margin-bottom: -25px;
    }
    .faq-block {
        margin-top: -40px;
    }
    .footer-information a{
        font-size: 22px;
    }
    .comment-info{
        text-overflow: ellipsis;
        overflow: hidden;
        display: -moz-box;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }




}
@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;
    }



}

@media all and (max-width: 420px){
    .language-block img {
        max-width: 20px;
    }
    .header-logo {
        max-width: 30px;
    }
    .logo-text {
        padding-left: 5px;
        font-size: 10px;
    }
    .comment-card-img {
        margin-right: -80px;
    }

}

