.scrolled .logo-box .logo img {
    height: 48px;
    width: auto;
}

.scrolled .tf-btn {
    min-height: 24px;
    padding: 5px 20px;
}

.scrolled .main-menu .navigation>li>a {
    padding: 10px 0px;
}

.scrolled  .main-menu .navigation>li>a::before {

    bottom: 10px;

}

.box-icon.social.social-vk {
    background-color: #0077ff;
}

.box-icon.social.social-whatsapp {
    background-color: #32d951;
}

.box-icon.social.social-telegram {
    background-color: #11aade;
}


.slide-title {
    font-size: 30px;
    line-height: 38px;
}

.border-top-header {
    position: absolute;
    border-top: 1.5px var(--bs-border-style) var(--bs-border-color) !important;
}

@media only screen and (min-width: 1441px) {
    .border-top-header {
        left: -30px;
        width: calc(100% + 60px);
    }
}


@media only screen and (min-width: 1520px) {
    .border-top-header {
        left: -100px;
        width: calc(100% + 200px);
    }
}


.tf-btn.mini-border{
    border-radius: 10px;
}
.social-icon-svg{
    max-width: 24px;
}




/* Header */
.top-menu-wrapper {
    background: #131F24;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}

.top-menu>ul>li {
    display: inline-block;
    position: relative;
}

.top-menu>ul {
    font-size: 0;
}

.top-menu>ul>li>a {
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0 40px;
    font-size: 15px;
    font-weight: 600;
}

.top-menu>ul>li>ul>li>a {
    font-size: 15px;
}

.top-menu li.active>a,
.top-menu li:hover>a {
    background-color: #1563df;
    color: #fff;
}

.top-menu>ul>li>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    z-index: 9999;
    background: #131F24;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    text-align: left;
}

.top-menu>ul>li:hover>ul {
    display: block;
}

.top-menu ul ul li a {
    display: block;
    color: #fff;
    padding: 8px 40px;
}

.header {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 100;
}

.header-body {
    height: 104px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}


.logo img {
    max-width: 100%;
}

.header-contacts {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: calc(50% - 150px);
    left: 34%;
}

@media(max-width: 1200px) {
    .header-contacts {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        width: calc(65% - 150px);
        left: 20%;
    }
}

.header-contacts .item {
    margin-right: 40px;
    margin-left: 40px;
}

.header-contacts .item.last {
    margin-right: 0;
}

.header-contacts .item-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.header-contacts .item-body {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.header-contacts .item-body a {
    color: #333;
}

.header-contacts .item-body a:hover {
    color: #1E7BAE;
}

.header-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50% - 150px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-buttons .item {
    display: flex;
}

#msMiniCart.header-cart {
    position: relative;
    top: 0;
    font-size: 16px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#msMiniCart .not_empty {
    display: none;
}

#msMiniCart.full .not_empty {
    display: block;
}

#msMiniCart.full .empty {
    display: none;
}

.header-cart-inner {
    height: 34px;
    position: relative;
    padding-left: 45px;
}

.header-cart-inner .header-cart-icon {
    position: absolute;
    left: 0;
    top: 2px;
}

.header-cart-icon svg {
    fill: #333;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#msMiniCart.full:hover .header-cart-icon svg {
    fill: #1E7BAE;
}

.header-cart-title {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
    font-size: 16px;
}

.header-cart-summ {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.header-cart-inner .ms2_total_count {
    background: #b0b0b0;
    color: #fff;
    position: absolute;
    font-size: 11px;
    line-height: 10px;
    text-align: center;
    padding: 5px 3px;
    border-radius: 10px;
    top: -4px;
    right: -10px;
    min-width: 20px;
    box-shadow: 0px 0px 0px 2px #fff;
}

#msMiniCart.full .header-cart-inner .ms2_total_count {
    background: #ff2829;
}

.currency-icon svg {
    width: 13px;
    height: 17.328px;
    position: relative;
    bottom: -1px;
}

.application-btn {
    display: inline-block;
    text-decoration: none;
    /* background: rgb(3, 158, 215); */
    color: #039ed7;
    border: solid 2px #039ed7;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    padding: 10px 16px 12px 10px;
    position: relative;
    border-radius: 5px;
    margin-right: 30px;
}

.application-btn2 {
    display: inline-block;
    text-decoration: none;
    /* background: rgb(3, 158, 215); */
    color: #E01410;
    border: solid 2px #E01410;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    padding: 10px 16px 12px 10px;
    position: relative;
    border-radius: 5px;
    margin-right: 30px;
}

.application-btn svg {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 16px;
}

.application-btn:hover {
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
    color: #fff;
}

.header-menu-wrapper {
    /*border-top: 1px solid #E8E9EA;*/
    padding: 12px 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.header-menu>ul {
    display: flex;
    justify-content: space-between;
}

.header-menu li {
    position: relative;
}

.header-menu>ul>li>a {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    color: #333;
}

.header-menu>ul>li.down>a {
    padding-right: 17px;
    position: relative;
}

.header-menu>ul>li.down>a:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    right: 0;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.header-menu .delimiter {
    color: #c3c3c3;
    font-weight: 100;
}

.header-menu .last+.delimiter,
.header-menu ul ul .delimiter {
    display: none;
}

.header-menu li:hover>a,
.header-menu li.active>a {
    color: rgb(3, 158, 215);
}

.header-menu li.down:hover>a:after,
.header-menu li.down.active>a:after {
    border-color: rgb(3, 158, 215);
}

.header-menu ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 250px;
    z-index: 500;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding: 12px 0;
}

.header-menu>ul>li.last>ul {
    left: auto;
    right: 0;
}

.header-menu>ul>li:hover>ul {
    display: block;
}

.header-menu ul ul li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    padding: 8px 20px;
}

.header-menu ul ul:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}

@media(min-width: 992px) {
    .logo img {
        height: 88px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

    .header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 900;
    }

    .header.fixed .logo img {
        height: 44px;
    }

    .header.fixed .header-body {
        height: 50px;
    }

    .header.fixed .header-menu-wrapper {
        padding: 4px 0;
    }

    .header.fixed .header-contacts .item-title {
        font-size: 8px;
        margin-bottom: 3px;
    }

    .header.fixed .header-contacts .item-body {
        font-size: 15px;
        line-height: 15px;
    }

    .header.fixed .application-btn {
        /*  font-size: 9px;
        padding: 6px 12px 6px 40px;*/
    }

    .header.fixed .application-btn svg {
        margin-top: -10px;
        left: 12px;
        width: 20px;
        height: 20px;
    }

    .header.fixed .header-cart {
        font-size: 13px;
        top: auto;
        bottom: -2px;
    }

    .header.fixed .header-cart-summ {
        font-size: 13px;
    }

    .header.fixed .header-cart .currency-icon svg {
        width: 8px;
        height: 10.656px;
    }

    .header.fixed .header-cart-icon svg {
        width: 24px;
        height: 28px;
    }

    .header.fixed .header-menu>ul>li>a {
        font-size: 13px;
    }

    .header.fixed .header-menu ul ul {
        top: calc(100% + 4px);
    }

    .header.fixed .header-menu ul ul:before {
        height: 4px;
        top: -4px;
    }

    .header.fixed .header-cart-inner {
        padding-left: 40px;
    }

    .header-push {
        height: 0;
    }

    .header.fixed+.header-push {
        height: 87px;
    }
}

@media(max-width: 1329px) {
    .header-contacts .item-title {
        font-size: 10px;
    }

    .header-contacts .item-body {
        font-size: 16px;
        line-height: 20px;
    }

    .application-btn {
        /*    font-size: 11px;
        padding: 10px 10px 10px 55px;*/
    }

    .application-btn svg {
        width: 26px;
        height: 26px;
        margin-top: -13px;
    }

    .header-cart {
        font-size: 14px;
    }

    .header-cart-icon svg {
        width: 24px;
        height: 28px;
    }

    .header-cart-summ {
        font-size: 13px;
    }

    .header-cart .currency-icon svg {
        width: 8px;
        height: 10.656px;
    }

    .header-cart-inner {
        padding-left: 40px;
    }

    .header-menu>ul>li>a {
        font-size: 11px;
    }

    .top-menu>ul>li>a {
        padding: 0 30px;
    }
}

@media(max-width: 1200px) {
    .header-menu .delimiter {
        display: none;
    }
}

@media(max-width: 1100px) {
    .top-menu>ul>li>a {
        padding: 0 20px;
    }

    .header-contacts .item-body {
        font-size: 14px;
        line-height: 18px;
    }

    .header-contacts .item-title {
        font-size: 8px;
    }

    .header-menu>ul>li>a {
        font-size: 11px;
    }

    .header-menu>ul>li.down>a {
        padding-right: 15px;
    }

    .application-btn {
        font-size: 9px;
        /* padding: 8px 8px 8px 35px;*/
    }

    .application-btn2 {
        font-size: 9px;
        /* padding: 8px 8px 8px 35px;*/
    }

    .application-btn svg {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        left: 8px;
    }
}

@media(max-width:991px) {

    .top-menu-wrapper,
    .header-menu-wrapper {
        display: none;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 900;
    }

    .logo {
        width: 136px;
        margin-left: 0;
        left: 0;
    }

    .header .logo img {
        height: 44px;
    }

    .header-body {
        height: 50px;
    }

    .header-menu-wrapper {
        padding: 4px 0;
    }

    .header-contacts .item-title {
        font-size: 8px;
        margin-bottom: 3px;
    }

    .header-contacts .item-body {
        font-size: 14px;
        line-height: 14px;
    }

    .application-btn {
        font-size: 9px;
        /*  padding: 6px 12px 6px 40px;*/
    }

    .application-btn svg {
        margin-top: -10px;
        left: 12px;
        width: 20px;
        height: 20px;
    }

    .header-cart {
        font-size: 13px;
        top: auto;
        bottom: -2px;
    }

    .header-cart-summ {
        font-size: 13px;
    }

    .header-cart .currency-icon svg {
        width: 8px;
        height: 10.656px;
    }

    .header-cart-icon svg {
        width: 24px;
        height: 28px;
    }

    .header-menu>ul>li>a {
        font-size: 13px;
    }

    .header-menu ul ul {
        top: calc(100% + 4px);
    }

    .header-menu ul ul:before {
        height: 4px;
        top: -4px;
    }

    .header-cart-inner {
        padding-left: 40px;
    }

    .header-push {
        height: 50px;
    }

    .header-contacts .item {
        margin-right: 20px;
        margin-left: 0px;
    }

    .application-btn {
        margin-right: 20px;
    }

    .header-buttons {
        width: auto;
    }

    .header-contacts {
        width: auto;
        left: 150px;
    }
}

@media(max-width: 767px) {
    .header-contacts {
        position: static;
        width: 100%;
        height: auto;
        padding: 15px 0;
        text-align: center;
        justify-content: center;
    }

    .header-cart-content {
        display: none;
    }

    .menu-button {
        width: 20px;
        margin-left: 10px;
    }

    .application-btn {
        margin-right: 15px;
        font-size: 8px;
        padding: 6px 6px;
        font-weight: 500;
    }

    .application-btn svg {
        display: none;
    }

    .header-cart-icon svg {
        width: 19px;
        height: 28px;
    }

    .header-cart-inner {
        padding-left: 28px;
    }

    .header-cart-inner .ms2_total_count {
        font-size: 10px;
        padding: 2px 4px;
        top: 0;
        right: -8px;
        min-width: 10px;
    }
}

/* /. Header */