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

a {
    text-decoration: none;
}

.hero__wrap-btn .button {
  pointer-events:none;
}

body {
    font-family: "Mulish", sans-serif;
    color:#fff;
}

.logo svg {
    display: none;
}

.hero {
    height: 100vh;
    background-repeat: no-repeat;
    background: url(assets/images/daadb2defef619fa.png);
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

.header {
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
    position: relative;
}

.header__menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 427px;
}

.hero-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.wrap {
    max-width: 1780px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}




/* ======= */

 
 
  span{
    display: inline-block;
    overflow: hidden;
    animation: .3s swift-up ease-in-out forwards; 
  }
  
  
  i{
    font-style: normal;
    position: relative;
    top: 105px;
    animation: .5s swift-up ease-in-out forwards;
  }
  
  @keyframes swift-up {
    to {
      top: 0;
      opacity: 1;
    }
  }
  
  /* == */

.hero-rod {
    position: absolute;
    height: 1179px;
    width: REVERT;
    right: -23px;
    bottom: -310px;
    opacity: 0;
    transform: scale(2) rotate(-11deg);
    transition: opacity .3s ease, transform .6s ease;
}

.hero-rod-animation {
    transform: scale(1);
    opacity: 1;
}

.logo-image {
    
    max-width: 330px;
}


.nav {
    display: flex;
    flex-direction: column;
    margin-top: 74px;
    gap: 10px;
    display: flex;
}

.lang {
    font-size: 18px;
    font-weight: 300;
    font-family: "Mulish", sans-serif;
    color:#fff;
    display: flex;
    gap: 5px;
}

.video .product__description {
    max-width: 460px;
    font-size: 18px;
    margin-top: 15px;
}

.lang svg {
    margin-top: 5px;
}
                            
.nav-link {
    font-size: 18px;
    font-weight: 300;
    font-family: "Mulish", sans-serif;
    color:#fff;

}

.hero__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    max-width: 715px;
    width: 100%;
    margin-bottom: 28px;
    transform: scale(1.5);
    transition: transform .6s ease, opacity .3s ease;
    opacity: 0;
    transition-delay: .3s;
}

.hero__title-animation {
    opacity: 1;
    transform: scale(1);
}

.hero__title span {
    font-weight: 400;
}

.hero__description {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    max-width: 485px;
    width: 100%;
    margin-bottom: 77px;
}

.hero__content {
    position: relative;
    padding-bottom: 85px;

}

.main-button {
    color:#1F3791;
    font-size: 20px;
    background: #fff;
    border:1px solid #fff;
    border-radius: 53px;
    display: inline-block;
    display: flex;
    width: fit-content;
    font-weight: 500;
    align-items: center;
}

.close-popup {
    position: absolute;
    top: 35px;
    right: 35px;
}


.main-text {
    display: inline-block;
    padding: 0 35px;
}

.main-arrow {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 50%;
    background: #1F3791;
}

.main-button-min .main-arrow{
    width: 72px;
    height: 72px;
}

.main-button-min .main-text {
    font-size: 16px;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.button {
    background: linear-gradient(90deg, #7F91D2 0%, #4157A9 100%);
    font-size: 16px;
    font-weight: 500;
    padding: 20px 25px;
    border-radius: 53px;
    display: block;
    color:#fff;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease;
    letter-spacing: -.5px;
}


.button-anim-first {
    opacity: 0;
    transition: all .5s ease;
}
.button-anim-second {
    opacity: 0;
    transition: all .8s ease;

}
.button-anim-third {
    opacity: 0;
    transition: all 1s ease;

}

.button-anim {
    opacity: 1;
    transition-delay: .8s;
}

.button-anim:nth-child(2){
    transition-delay: 1s;
}

.button-anim:nth-child(3){
    transition-delay: 1.5s;
}


.hero__wrap-btn {
    display: flex;
    gap: 10px;
}

.hero-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.numb {
    color: #A5B1E0;
    font-size: 100px;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.canvas {
    width: 100%;
    height: 100vh;
    z-index: 8;
}


/*===================================== our =====================================*/

.our {
    background-color: #32499D;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 60px;
}

.our__title {
    font-size: 80px;
    line-height: 80px;
    font-weight: 200;
    text-transform: uppercase;
}

.our__wrap {
    margin-top: 92px;
    display: flex;
    gap:28px;
}

.our-card__icon {
    width: 95px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
}

.our__description {
    font-size: 20px;
    line-height: 26px;
    max-width: 416px;
}

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

.our-card__row {
    display: flex;
}

.our-card {
    background: #4157A9;
    border-radius: 35px;
    min-height: 342px;
    background-repeat: no-repeat;
    max-width: 416px;
    padding: 0 45px;
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}

.corner{
    position: absolute;
    top: 0;
    left: 0;
}

.our-card-dark {
    background: #28397E;
}

.our-card__title {
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
    width: 100%;
    padding-left: 15px;
    padding-top: 31px;
    padding-right: 10px;
    letter-spacing: -1px;
    max-width: 268px;
    padding-left: 70px;
    min-height: 120px;

}

.our-card__description {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 25px;
}

.our__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}

.our__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.our__right {
    display: flex;
    gap:26px;
}

.our-card-width {
    max-width: 560px;
    /* background: url('../image/card-width.svg'); */
}

.our-anim .our-card{

}
.our-card {
    transform: translateX(-10vw);
    opacity: 0;
    transition: transform .6s ease, opacity 1s ease;
}

.our-anim .our-card:nth-child(1){
    transform: translateX(0);
    opacity: 1;

}


.our-anim .our-card:nth-child(2){
    transition-delay: .4s;
    opacity: 1;
    transform: translateX(0);

}
.our-anim .our-card:nth-child(3){
    transition-delay: .8s;
    opacity: 1;
    transform: translateX(0);

}

.our-anim .our-card:nth-child(4){
    transition-delay: 1.2s;
    opacity: 1;
    transform: translateX(0);

}

.our-anim  .our__right .our-card:nth-child(1){
    transition-delay: 1.6s;
    opacity: 1;
    transform: translateX(0);
}

.our-anim  .our__right .our-card:nth-child(2){
    transition-delay: 2s;
    opacity: 1;
    transform: translateX(0);
}

.our__left {
    transform: translateX(-10vw);
    opacity: 0;
    transition: transform .6s ease, opacity 1s ease;
}

.our-anim .our__left {
    transition-delay: 2.4s;
    opacity: 1;
    transform: translateX(0);
}


/*===================================== map =====================================*/

.map {
    background: #1F3791;
    height: 100vh;
    position: relative;
    padding-top: 97px;
    padding-bottom: 60px;
}

.map .wrap {
    height: 100%;
}

.map-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity .3s ease;
}
.map-show {
    opacity: 1;
}

.map-main {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    object-fit: cover;
    object-position: center;
}

.button:hover {
    color: #1F3791;
    background: #fff;
}

.active-button {
    color: #1F3791;
    background: #fff;
}

.map__wrap {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.map__bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.map__title {
    font-weight: 200;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
}

.map__description {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 38px;
    max-width: 343px;
    margin-bottom: 47px;
}

.map__right {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 423px;
}


.map-btns {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s ease;
}

.map-anim .map-btns {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.4s;

}

.maps {
    opacity: 0;
    transition: all 3s ease;
}

.map-anim .maps {
    opacity: 1;
}

/*===================================== content =====================================*/

.bg {
    background: linear-gradient(175.59deg, #1F3791 25.63%, #9EAEE7 50.65%, #798BCE 60.5%, #284097 75.31%);
    overflow: hidden;
}
.content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content__title {
    font-size: 85px;
    line-height: 85px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

/*===================================== rod =====================================*/

.rod {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


.rod__card {
    background: url(assets/images/01c6c2ceda56a0f9.svg);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 860px;
    min-height: 665px;
    padding-top: 63px;
    padding-left: 63px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: all 1s ease;
    transform: scale(.5);
}

.rod__numb {
    opacity: 0;
    transform: scale(.7);
    transition: all 1s ease;

}

.rod-anim .rod__numb {
    transition-delay: .9s;
    opacity: 1;
    transform: scale(1);
}

.rod-anim .rod__card{
    opacity: 1;
    transform: scale(1);

}

.rod__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    
}

.rod__bottom .main-button {
    transform: translateX(-50px);
    transition: all .5s ease;
    opacity: 0;
}

.rod-anim .rod__bottom .main-button {
    transition-delay: 2.6s;
    opacity: 1;
    transform: translateX(0);
}

.rod__link {
    margin-bottom: 63px;
}

.rod__numb {
    background: #fff;
    color: #28397E;
    font-size: 100px;
    line-height: 110px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 164px;
    font-weight: 300;
}

.rod__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;

}

/*===================================== product =====================================*/

.product {
    background: #1F3791;
    padding-bottom: 60px;
    padding-top: 60px;
}

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

.product__title {
    font-weight: 200;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
}

.product__subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
}

.product__image {
    width: 100%;
    max-width: 442px;
    border-radius: 25px;
    height: 100%;
}

.product__card {
    display: flex;
    background: #4157A9;
    border-radius: 20px;
    justify-content: space-between;
    max-width: 864px;
    width: 100%;
}

.product__content {
    padding-left: 47px;
    padding-top: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 25px;
    padding-right: 25px;
    width: 100%;
}

.product__description {
    font-weight: 300;
    
    font-size: 16px;
    line-height: 18px;
    margin-top: 12px;
    max-width: 299px;
}

.product__size {
font-weight: 500;
margin-top: 20px;
}

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

.product__button {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__button:hover {
    background-color: #fff;
}

.product__button path {
    transition: all .3s ease;
}

.product__button:hover path {
    fill: #203891;
}

.product__wrap {
    display: grid;
    margin-top: 75px;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);

    gap:30px;
}

.product-button {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}


/*===================================== video =====================================*/

.video {
    position: relative;
    padding-top: 60px;
    overflow: hidden;
    padding-bottom: 60px;
    background: linear-gradient(169.89deg, #203891 10.92%, #9EAEE7 44.24%, #203891 71.46%);

}

.video__card {
    background: #203891;
    padding-left: 45px;
    padding-bottom: 65px;
    padding-top: 64px;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    transform: translateY(-70px);
    opacity: 0;
    transition: all 2.2s ease;
}

.video__card .numb {
    transition: all .6s ease;
    transform: scale(1.2)  rotate(-5deg);
    opacity: 0;
}

.video-anim .video__card {
    transform: translateY(0);
    opacity: 1;
}

.video-anim .video__card .numb {
    transform: scale(1) rotate(0deg);
    transition-delay: 1s;
    opacity: 1;
}

.video-text {
    font-size: 19px;
    line-height: 24px;
}

.player video {
    width: 100%;
    height: 730px;
    object-fit: cover;
    border-radius: 30px;
}

.video__wrap {
    display: grid;
    grid-template-columns: calc(25% - 12px) calc(75% - 12px);
    gap: 24px;
    margin-top: 97px;
}

.video__bottom {
    display: flex;
    gap: 24px;
    margin-top: 31px;
    position: relative;
}

.video-blur {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.swiper-button-next, .swiper-button-prev{
    width: 83px !important;
    height: 134px !important;
    border-radius: 30px;
    background: rgba(158, 174, 231, .53);
    outline: none !important;
    cursor: pointer;
}

.swiper-button-next:after, .swiper-button-prev:after{
    color:#fff;
}


.video__left {
    width: 50%;
}

.slide-image {
    height: 828px;
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
}

.video__card--right {
    padding-left: 100px;
    height: 100%;
}



/*===================================== footer =====================================*/




.footer {
    background: linear-gradient(102.86deg, #788ACA -80.73%, #1F3791 91.72%);
    padding-top: 140px;
    position: relative;
    padding-bottom: 36px;
    overflow: hidden;
}


.footer .nav {
    display: flex;
}

.footer__description {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    margin-top: 56px;
    max-width: 315px;
    width: 100%;
}

.footer__right {
    width: 50%;
}

.footer__wrap {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

.footer__rod {
    position: absolute;
    width: 929px;
    height: 797px;
    bottom: -37px;
    z-index: -1;
    object-fit: contain;
    left: 195px;
    transform: scale(.5) rotate(-23deg);
    transition: all .4s ease;

}

.footer-anim .footer__rod{
    transform: scale(1) rotate(0);
}
.footer-an, .footer-ans {
    opacity: 0;
    transition: all .5s ease;
}
.footer-anim .footer-an {
    opacity: 1;
    transition-delay: .5s;
}

.footer-anim .footer-ans {
    opacity: 1;
    transition-delay: 1s;
}

.footer__left {
    display: flex;
    margin-bottom: 116px;
    justify-content: flex-end;
    flex-direction: column;
}

.footer__email {
    font-size: 16px;
    color: #fff;
    font-weight: 400;

}

.footer__link {
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
    font-weight: 300;
}

.footer__links {
    display: flex;
    gap: 45px;
    margin-top: 54px;
}

.footer__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.footer__row {
    max-width: 737px;
    margin-top: 165px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.width {
    width: 301px;
    position: relative;
    display: flex;
    justify-content: space-between;
  
}

.lang-liks,.lang-liks-m {
    background-color: #fff;
    display: none;
    position: absolute;
    flex-direction: column;
    width: 50px;
}

.show-lang {
    background: #1F3791;
    display: flex;
    flex-direction: column;
    z-index: 5;
}
.lang-liks a {color:#fff;}
.footer .nav {
    margin-top: 0;
}

.mb {
    margin-bottom: 10px;
}

.width .main-text {
    padding: 0;
    display: flex;
    padding-left: 42px;
}



.popup {
    position: fixed;
    background: rgba(0,0,0,.5);
    display: flex;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
   display: none;
}

.show-popup {
    display: flex;
}

.popup__title {
    font-size: 75px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 800;
    text-align: center;

}

.popup__description {
    font-weight: 400;
    font-size: 30px;
    margin-top: 52px;
    margin-bottom: 52px;
    line-height: 120%;


}

.popup__link {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    display: inline-block;
    margin-top: 70px;
}

.popup__wrap {
    background: linear-gradient(137.48deg, #1F3791 11.86%, #9EAEE7 90.56%);
    width: 100%;
    padding-top: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 1540px;
    padding-bottom: 80px;
    flex-direction: column;
    align-items: center;
    border-radius: 45px;
}

.burger {
    background-color: #1F3791;
    width: 100%;
    max-width: 700px;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    padding-left: 85px;
    flex-direction: column;
    padding-right: 15px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 85px;
    transform: translateY(-100%);
    transition: all .5s ease;
}

.show-burger {
    transform: translateY(0);
}

.burger .nav {
    display: flex;
}

.close {
    margin-top: 10px;
}

.burger__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.burger .logo-image {
    max-width: 386px;
    margin-top: 0;
}

.burger .lang {
    margin-top: 50px;
}

/*===================================== adaptive =====================================*/

/* @media screen (max-width: 1441px) (min-height: 899px) */
.logo-image-mob,.desctop-none {
    display: none;
}

.burger {
    position: fixed;
     z-index: 15;
}

.burger-menu {
    position: fixed;
    z-index: 5;
    right: 15px;
}

@media (max-width: 1680px) {
    .product__image {
        max-width: 300px;
        border-radius: 25px;
    }

    .width-sd {
        width: 133%;
    }

    .width-sd  .product__description {
        max-width: 500px;
    }

    
    .product__button {
        width: 69px;
        height: 69px;
    }


    .product__button svg {
        width: 20px;
        height: 20px;
    }

    .product__subtitle {
        font-size: 24px;
        line-height: 24px;
    }

    .our__title {
        font-size: 60px;
        line-height: 60px;
    }

    .our-card__title {
        font-size: 20px;
        line-height: 20px;
        padding-left: 95px;
    }

    .our-card {
        padding: 0 25px;
        padding-bottom: 25px;
    }

    .our__bottom {
        gap: 25px;
    }

    
}

@media (max-width: 1280px) {

    .hero__bottom {
     flex-direction: column;
     align-items: flex-start;   
    }

    .hero__wrap-btn {
        margin-top: 24px;
    }
    .hero__title {
        font-size: 40px;
        line-height: 46px;
    }
    .nav {
        display: none;
    }

    .hero-rod {
        right: -168px;
    }

    .main-arrow{
        width: 67px;
        height: 67px;
    }

    .content__title {
        font-size: 65px;
        line-height: 65px;
    }

    .product__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product__title {
        font-size: 60px;
        line-height: 60px;
    }

    .product .numb {
        line-height: 60px;
    }

    .our__title {
        font-size: 40px;
        line-height: 40px;
    }

    .video__card--right {
        padding-left: 25px;
    }

    .video__card  {
        padding-left: 28px;
    }

    .popup__title {
        font-size: 60px;
        line-height: 60px;
    }

    .our__wrap {
        display: grid;
        grid-template-columns: calc(50% - 14px) calc(50% - 14px);
    }

    .our-card {
        max-width: 100%;
    }

    .our__bottom {
       flex-direction: column-reverse;
    }

    .our__left .numb{
        margin-bottom: 25px;
    }

    .our__row {
        gap: 28px;
    }
}



@media (max-width: 1024px) {
.ft-mob {
    display: block;
}
    .footer__right {
        width: 100%;
    }
   
.product__card {
    max-width: 326px;
    width: 100%;
    justify-content: flex-start;
}

.product__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.button {
    font-size: 14px;
    padding: 15px 20px;
}
    .main-arrow {
        width: 47px;
        height: 47px;
    }

    .main-arrow svg {
        width: 17px;
        height: 17px;
    }

    .logo-image {
        margin-top: 40px;
        max-width: 380px;
    }

    .hero__wrap-btn {
        flex-wrap: wrap;
    }

    .hero__title {
        font-size: 30px;
        line-height: 36px;
    }

    .main-button-min .main-arrow {
        width: 42px;
        height: 42px;
    }

    .main-button-min .main-text {
        font-size: 14px;
    }

    /* =========== map */
    .map__wrap {
        align-items: flex-start;
        flex-direction: row-reverse;
    }

    .map .nump {
        line-height: 94px;
    }

    .map__title {
        max-width: 400px;
    }

    .map__bottom {
        flex-direction: column;
        justify-content:flex-start;
        height: 100%;
        align-items: flex-start;
    }

    .map__description {
        margin: 15px 0;
        font-size: 14px;
        line-height: 16px;
    }

    .map__right {
        margin-top: 24px;
    }

    .map__title {
        font-size: 40px;
        line-height: 40px;
        
    }

    .numb {
        font-size: 40px;
        line-height: 40px;
    }

    .map {
        padding-top: 40px;
    }

    .mobile-none {
        display: none;
    }

    .desctop-none {
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .content__title {
        font-size: 40px;
        line-height: 40px;
    }

    .rod__card {
        background-size: contain;
        max-width: 560px;
        padding-left: 25px;
        padding-top: 25px;
        min-height: 435px;
    }

    .rod__link {
        margin-bottom: 40px;
    }
    
    .rod__numb {
        width: 109px;
        height: 109px;
        font-size: 64px;
    }

    .rod__bottom {
        max-width: 528px;
    }

    .rod__title {
        max-width: 442px;
        font-size: 18px;
        line-height: 18px;
    }

    .product__card {
        flex-direction: column;
    }

    .product__image {
        max-width: 100%;
        height: 265px;
        object-fit: cover;
    }

    .product__content {
        padding-left: 15px;
    }

    .product__button {
        margin-top: 15px;
    }

    .video__wrap {
        display: flex;
        flex-direction: column-reverse;
         margin-top: 35px;
         gap: 10px;
    }

    

    .product__row {
        flex-direction: column;
    }

    .video-text {
        margin-top: 25px;
    }

    .player video {
        height: 530px;
    }

    .video__bottom {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .video__left {
        width: 100%;
    }

    .slide-image {
        height: 530px;
    }

    .video .product__description {
        max-width: 500px;
    }

    .footer__wrap {
        flex-direction: column;
    }

    .footer__row {
        max-width: 100%;
        flex-direction: column;
    }

    .footer__left img {
        max-width: 450px;
        margin: 0 auto;
    }

    .footer__left  {
        text-align: center;
    }
    .footer__link {
        margin-top: 25px;
    }

    .footer {
        padding-top: 60px;
    }

    .footer__left {
        margin-bottom: 40px;
        
    }

    .footer__row {
        margin-top: 80px;
    }

    .footer__row {
        gap: 40px;
    }

    .popup__title {
        font-size: 40px;
        text-align: center;
        line-height: 40px;
    }

    .popup__description {
        text-align: center;
        font-size: 18px;
    }

    .popup__wrap {
        padding: 0 25px;
        padding-top: 200px;
        padding-bottom: 60px;
    }
    .our__row {
        flex-direction: column;
    }
}


.mob-btn  {
    display: none;
}

@media (max-width: 704px) {
    .our__wrap,.our__right {
        flex-direction: column;
        display: flex;
    }
}


@media (max-width: 624px)  {
    .product__title {
        font-size: 40px;
        line-height: 40px;
    }
    .hero__title {
        font-size: 25px;
        line-height: 27px;
        margin-top: 270px;
    }

    .hero__description {
        font-size: 14px;
        line-height: 16px;
    }

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

    .button {
        font-size: 11px;
    }

    .logo-image {
        display: none;
    }

    .logo-image-mob {
        display: block;
        position: absolute;
        margin: 0 auto;
        margin-top: 74px;
        left: 0;
        right: 0;
        max-width: 362px;
    }

    .header__menu {
        width: 50%;
    }

    .hero-rod {
        right: -300px;
        bottom: -120px;
        height: 800px;
    }

    .hero {
        height: auto;
        position: relative;
    }
    
    .header__menu {
        width: 52%;
    }

    
    .map__title {
        font-size: 25px;
        line-height: 25px;
    }

    

    .desctop-none {
        bottom: 0;
    }

    .maps {
        position: absolute;
        height: 570px;
        top: 200px;
        width: 100%;
    }
    .map {
        position: relative;
        height: 770px;
    }

    .content__title {
        font-size: 30px;
        line-height: 30px;
    }
    
    .rod, .content {
        height: 50vh;
    }

    .rod__numb {
        font-size: 41px;
        width: 68px;
        height: 68px;
        border-radius: 15px;
        margin-bottom: 12px;
    }

    .rod__card {
        max-width: 345px;
        min-height: 278px;
        padding-top:20px;
        padding-left:15px;
    }
   
    .rod__title {
        font-size: 16px;        
        line-height: 17px;
        padding-right:15px ;
    }

    .rod__card  .main-button-min {
        margin-top: 15px;
    }

    .rod__card  .main-button-min .main-text {
        font-size: 15px;
        padding: 0 15px;
    }

    .product__title,.product .numb{
        font-size: 40px;
        line-height: 40px;
    }

    .product__wrap {
        display: flex;
        align-items: stretch;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: row;
        width: max-content;
    }

    .product__row {
        padding: 0 15px;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
  }
  
  .mob-btn {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

    .product-auto {
        overflow: auto;
    }
    .product .wrap{
        padding: 0;
    }
    .product-button {
        display: none;
    }

    .player video {
        height: 277px;
    }

    .video .product__description {
        font-size: 14px;
        line-height: 14px;
    }

    .swiper-button-next, .swiper-button-prev {
        /*display: none !important;*/
        height: 100px !important;
        border-radius: 25px;
        width: 50px !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 30px;
    }
    .slide-image {
        height: 360px;
    }

    .video__card {
        padding-top: 40px;
    }

    .footer__left img {
        max-width: 350px;
    }

    .footer__center {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    .footer__row {
        flex-direction: column-reverse;
        margin-top: 25px;
    }

    .footer__description {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        max-width: 100%;
    }

    .footer__description {
        margin-top: 25px;
    }

    .footer__title {
        margin-bottom: 25px;
    }

    .nav-link{
        font-size: 14px;
    }

    .footer__email {
        font-size: 14px;
    }

    .footer__rod {
        left: auto;
        width: 620px;
        right: -300px;
        bottom: -319px;
    }

    .burger .logo-image {
        display: block;
        max-width: 225px;
    }

    .burger {
        position: fixed;
        padding-left: 0;
        padding-right: 0;
        align-items: center;

    }

    .burger .nav {
        align-items: center;
    }

    .burger__row {
        padding: 0 15px;
    }

    .burger .lang {
        text-align: center;
    }
    
    .burger .lang {
        text-align: center;
        display: flex;
        justify-content: center;
        
    }
    
    .burger .lang-liks-m {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}


@media (max-width: 390px) {
    .logo-image-mob {
       
        max-width: 302px;
    }
}
.lang-liks-m a {color: #fff;}



/*# sourceMappingURL=main.css.map*/