/* ==========================================
    1600px+
   ========================================== */

@media (min-width: 1600px) {
    .footer__logo-block {
        display: flex;
        justify-content: center;     /* горизонтальне центрування */
        align-items: center;         /* вертикальне центрування */
        /*width: 100%;*/                 /* займає всю ширину */
        gap: 10px;                   /* відступ між елементами, якщо їх кілька */
    }
    .footer__logo-block img {
        max-width: 280px;   /* підбери під свій логотип */
        height: auto;
    }
    .footer__menu-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /*padding-top: 20px !important;*/
    padding: initial;
    }

    .footer__copy {
    color: #959595;
    text-align: right;
    transform: translateY(-20px);
    }

    .header__logo {
        width: 250px;
    }
    .affix {
        padding: 10px 300px !important;
    }

    .header__inner.affix .header__logo {
        width: 260px !important;
        height: auto;
        padding-top: 3px !important;
    }
}

/* ==========================================
    1440px - 1599px
   ========================================== */
@media (min-width: 1440px) and (max-width: 1599px){
            .footer__logo-block {
        display: flex;
        justify-content: center;     /* горизонтальне центрування */
        align-items: center;         /* вертикальне центрування */
        /*width: 100%;*/                 /* займає всю ширину */
        gap: 10px;                   /* відступ між елементами, якщо їх кілька */
    }
    .footer__logo-block img {
        max-width: 280px;   /* підбери під свій логотип */
        height: auto;
    }
    .footer__menu-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /*padding-top: 20px !important;*/
    padding: initial;
    }

    .footer__copy {
    color: #959595;
    text-align: right;
    transform: translateY(-20px);
    }

    .affix {
        padding: 10px 135px!important;
    }
}


/* ==========================================
    1025px - 1439px
   ========================================== */
@media (min-width: 1025px) and (max-width: 1439px) {
        .footer__logo-block {
        display: flex;
        justify-content: center;     /* горизонтальне центрування */
        align-items: center;         /* вертикальне центрування */
        /*width: 100%;*/                 /* займає всю ширину */
        gap: 10px;                   /* відступ між елементами, якщо їх кілька */
    }
    .footer__logo-block img {
        max-width: 280px;   /* підбери під свій логотип */
        height: auto;
    }
    .footer__menu-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px !important;
    padding: initial;
    }

    .footer__copy {
    color: #959595;
    text-align: right;
    transform: translateY(-20px);
    }
}

/* ==========================================
    768px - 992px
   ========================================== */
@media (min-width: 768px) and (max-width: 992px) {
    .footer__logo-block {
        display: flex;
        justify-content: center;     /* горизонтальне центрування */
        align-items: center;         /* вертикальне центрування */
        width: 100%;                 /* займає всю ширину */
        gap: 10px;                   /* відступ між елементами, якщо їх кілька */
    }

    /* Якщо логотип це img */
    .footer__logo-block img {
        max-width: 280px;   /* підбери під свій логотип */
        height: auto;
    }
}
/* ==========================================
   120px - 767px
   ========================================== */
@media (min-width: 120px) and (max-width: 767px) {
    .footer__logo-block {
        display: flex !important;
        justify-content: center !important;     /* горизонтальне центрування */
        align-items: center !important;         /* вертикальне центрування */
        width: 100% !important;                 /* займає всю ширину */
        gap: 10px !important;                   /* відступ між елементами, якщо їх кілька */
    }

    /* Якщо логотип це img */
    .footer__logo-block img {
        max-width: 280px !important;   /* підбери під свій логотип */
        height: auto !important;
    }
}
/* ==========================================
   480px
   ========================================== */
/* Якщо хочеш трохи адаптивності */
@media (max-width: 480px) {
         .footer__logo {
            width: 180px;
    }
        .footer__menu-block {
            padding-top: 20px !important;
            justify-content: center !important;
    }
        .contact__li {
            color: #959595;
             font-size: 16px;
            font-family: "product_sansregular";
            list-style: none;
            padding: 0 30px 10px 25px !important;
            line-height: 26px;
            position: relative;
    }
    .app__right-block {
            padding: 20px 10px 0px !important;
    }
}



.footer__copy {
    margin: 17px 0px 17px;
}

/* ==========================================
   1199px - 608px
   ========================================== */
@media (min-width: 1000px) and (max-width: 1200px) and (orientation: landscape) {
    .header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header__logo-block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        padding: 0 15px;
    }

    .header__menu-block {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
        padding: 0 15px;
    }

    .navbar {
        width: 100%;
        margin-bottom: 0;
    }

    .navbar-collapse,
    .header__nav {
        display: flex !important;
        align-items: center;
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        margin: 0;
    }

    .navbar-nav > li {
        display: flex;
        align-items: center;
    }

    .navbar-nav > li > a {
        padding: 15px 10px;
        font-size: 13px;
        line-height: 1;
        white-space: nowrap;
    }

    .header__logo {
        max-height: 35px;
        width: auto;
        display: block;
        width: 125px;
    }

    .header__waves-img {
        display: flex;
        align-items: center;
    }

    .header__link-visible {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }
}

/* ==========================================
   768px - 834px
   ========================================== */
@media (min-width: 768px) and (max-width: 834px) {
        .contact__li {
        color: #959595;
         font-size: 16px;
        font-family: "product_sansregular";
        list-style: none;
        padding: 0 30px 10px 25px !important;
        line-height: 26px;
        position: relative;
    }
    .app__right-block {
            padding: 20px 10px 0px !important;
    }

    .header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header__logo-block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        padding: 0 15px;
    }

    .header__menu-block {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
        padding: 0 15px;
    }

    .navbar {
        width: 100%;
        margin-bottom: 0;
    }

    .navbar-collapse,
    .header__nav {
        display: flex !important;
        align-items: center;
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        width: 100%;
        margin: 0;
    }

    .navbar-nav > li {
        display: flex;
        align-items: flex-start;
    }

    .navbar-nav > li > a {
        padding: 15px 10px;
        font-size: 12px;
        line-height: 1;
        white-space: nowrap;
    }

    .header__logo {
        width: 134px;
        display: block;
    }

    .header__waves-img {
        display: flex;
        align-items: center;
    }

    .header__link-visible {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }
}

/* ==========================================
   835px - 991px
   ========================================== */
@media (min-width: 835px) and (max-width: 991px) {

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

    .header__logo-block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        padding: 0 15px;
    }

    .header__menu-block {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
        padding: 0 15px;
    }

    .navbar {
        width: 100%;
        margin-bottom: 0;
    }

    .navbar-collapse,
    .header__nav {
        display: flex !important;
        align-items: center;
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        align-items: flex-start;
        justify-content: end;
        width: 100%;
        margin: 0;
    }

    .navbar-nav > li {
        display: flex;
        align-items: flex-start;
    }

    .navbar-nav > li > a {
        padding: 15px 10px;
        font-size: 13px;
        line-height: 1;
        white-space: nowrap;
    }

    .header__logo {
        max-height: 60px;
        width: auto;
        display: block;
    }

    .header__waves-img {
        display: flex;
        align-items: center;
    }

    .header__link-visible {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }
}

/* ==========================================
   992px - 1024px
   ========================================== */

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

        .affix {
        padding: 10px 14px;
    }

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

    .header__logo-block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        padding: 0 15px;
    }

    .header__menu-block {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
        padding: 0 15px;
    }

    .navbar {
        width: 100%;
        margin-bottom: 0;
    }

    .navbar-collapse,
    .header__nav {
        display: flex !important;
        align-items: center;
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        margin: 0;
    }

    .navbar-nav > li {
        display: flex;
        align-items: flex-start;
    }

    .navbar-nav > li > a {
        padding: 15px 10px;
        font-size: 13px;
        line-height: 1;
        white-space: nowrap;
    }

    .header__logo {
        max-height: 60px;
        width: auto;
        display: block;
    }

    .header__waves-img {
        display: flex;
        align-items: center;
    }

    .header__link-visible {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }
}

/* ==========================================
   1025px - 1199px
   ========================================== */
@media (min-width: 1025px) and (max-width: 1199px) {

    .affix {
        padding: 10px 14px;
    }

    .header__inner.affix .header__logo {
    width: 200px;
    height: auto;
    }

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

    .header__logo-block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        padding: 0 15px;
    }

    .header__menu-block {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
        padding: 0 15px;
    }

    .navbar {
        width: 100%;
        margin-bottom: 0;
    }

    .navbar-collapse,
    .header__nav {
        display: flex !important;
        align-items: flex-start;
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        width: 100%;
        margin: 0;
    }

    .navbar-nav > li {
        display: flex;
        align-items: flex-start;
    }

    .navbar-nav > li > a {
        padding: 15px 10px;
        font-size: 13px;
        line-height: 1;
        white-space: nowrap;
    }

    .header__logo{
        max-height: 60px;
        display: block;
 		width: 200px;
  		height: auto;
 		/* max-width: 100%;*/
  		transition: all 0.3s ease;
    }

    .header__waves-img {
        display: flex;
        align-items: center;
    }

    .header__link-visible {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }

	.app__caption {
		margin: 0 auto;
 	   	margin-bottom: 20px;
 	   	font-family: "product_sansbold";
 	   	font-size: 30px;
 	   	color: #535353;
 	   	display: block;
  	  	width: 300px;
  	  	position: relative;
	}
}

/* ==================== МОБІЛЬНІ ПРИСТРОЇ ==================== */

@media (max-width: 467px) {
    .start__caption {
        font-size: 24px;
        padding: 330px 0 0 0;
    }

    .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer__menu-block {
        padding-top: 20px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .header__logo {
        width: 230px;
    }

    .header__link-visible {
        font-family: "product_sansbold";
        text-transform: uppercase;
        background-color: white;
        color: #535353;
        padding: 12px 60px;
        border-radius: 25px;
        border: 2px solid white;
        margin: 10px 0;
        cursor: pointer;
    }

    .navbar-toggle {
        padding: 9px 12px;
        background-color: white;
        border-radius: 25px;
        width: 50px;
        height: 50px;
        margin: 0;
        float: none;
    }

    .start__caption {
        font-size: clamp(20px, 5.5vw, 26px);
        padding: clamp(200px, 38vh, 320px) 20px 0 20px;
        text-align: center;
        box-sizing: border-box;
    }

    .start__fees {
        position: static;
    }

    .start__fees-desc {
        font-size: 24px;
    }


    .footer__copy {
        text-align: center;
        padding: 0 5px;
        transform: none;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .start__caption {
        font-size: 19px;
        padding-top: clamp(140px, 28vh, 200px);
    }

    .start__fees-desc {
        font-size: 22px;
    }

            .footer__menu-block {
            padding-top: 20px !important;
            display: flex !important;
            justify-content: space-between;
            align-items: center !important;
            flex-wrap: wrap !important;
            padding: initial;
    }
        .contact__li {
            color: #959595;
             font-size: 16px;
            font-family: "product_sansregular";
            list-style: none;
            padding: 0 30px 10px 25px !important;
            line-height: 26px;
            position: relative;
    }
    .app__right-block {
            padding: 20px 10px 0px !important;
    }
}

/* ==================== ПЛАНШЕТИ ==================== */


@media (min-width: 772px) and (max-width: 1024px) {
    .header__logo {
        width: 200px; 
        height: auto;
    }
}


/* Планшети (768px - 1024px) — загальні правила */
@media (min-width: 768px) and (max-width: 1024px) {
    .footer__logo-block {
        display: flex;
        justify-content: center;
        align-items: center;
        /*width: 100%;*/
        gap: 10px;
    }

    .footer__logo-block img {
        max-width: 280px;
        height: auto;
    }


    .footer__menu-block {
        padding-top: 20px !important;
        padding-right: inherit;
        padding: initial;
    }

    .col-sm-11 {
        width: 100% !important;     /* або auto */
        max-width: 100% !important;
    }


    .navbar-header,
    .header__container,
    header > div {
        display: flex;
        align-items: center;
        justify-content: flex-start;  
    }

    .header__inner.affix .header__logo {
        width: 200px;
        height: auto;
    }
    
    .start__caption {
        font-size: clamp(28px, 4.5vw, 42px);
        text-align: center;
    }

    .start__btn-block {
      margin-top: 20px;
    }

    .start__fees-desc {
        font-size: 28px;
    }

    .footer__copy {
        margin-top: 15px;
        text-align: center;
        transform: none;
    }

    .start__text-block {
        transform: translateY(-50px);
        text-align: center;
        margin: 0 100px;
        position: relative;
    }

    .app__caption {
        margin: 0 auto;
        font-size: 30px;
        font-family: "product_sansbold";
        color: #535353;
        display: block;
        width: 300px;
        position: relative;
    }

    .help__caption {
        text-align: center;
        padding: 0;
    }

    .help__caption {
        margin: 0 auto;
        font-size: 30px;
        font-family: "product_sansbold";
        color: white;
        display: block;
        padding: 0 20px;
        width: 365px;
        position: relative;
    }

    .footer__login-visible, .footer__login {
        display: none;
    }

    .app__caption {
        width: 300px;
	}
}

@media (max-width: 1027px) {
    .menu-left {
        gap: 18px;
        font-size: 15px;
    }
    
    .header__link {
        padding: 6px 10px;
    }
}

/* На менших екранах (планшет/мобіль) */
@media (max-width: 768px) {
    .container {
        justify-content: center;
    }
    
    .menu-left {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 15px;
    }
    
    .nav-login {
        margin: 10px auto 0;
 
    }
}



/* ==========================================
   1200px+
   ========================================== */
@media (min-width: 1200px) {

    .affix {
        padding: 10px 14px;
    }

    .header__inner.affix .header__logo {
        width: 200px;
        height: auto;
        padding-top: 7px;
    }

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

    .header__logo-block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        padding: 0 20px;
    }

    .header__menu-block {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
        padding: 0 20px;
    }

    .navbar {
        width: 100%;
        margin-bottom: 0;
    }

    .navbar-collapse,
    .header__nav {
        display: flex !important;
        align-items: flex-start;
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        margin: 0;
    }

    .navbar-nav > li {
        display: flex;
        align-items: flex-start;
    }

    .navbar-nav > li > a {
        padding: 18px 15px;
        font-size: 15px;
        line-height: 1;
        white-space: nowrap;
    }

    .header__logo {
        display: block;
        height: auto;
        max-height: 70px;
        transition: all 0.3s ease;
        padding-top: 7px;
    }

    .header__waves-img {
        display: flex;
        align-items: center;
    }

    .header__link-visible {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }

    .app__caption {
        margin: 0 auto 25px;
        font-family: "product_sansbold";
        font-size: 36px;
        color: #535353;
        display: block;
        width: 360px;
        position: relative;
        text-align: center;
    }
}