@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI.woff') format('woff'),
    url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUIBold.eot');
    src: url('../fonts/SegoeUIBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUIBold.woff') format('woff'),
    url('../fonts/SegoeUIBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 999999999;
    transition: 1s;
}
.callback{
    width: 257px;
    height: 46px;
    font-weight: bold;
}
.modal-form{
    background: white;
    padding: 64px;
    width: 578px;
    opacity: 1;
    margin: auto;
    height: fit-content;
    margin-top: 5rem;
    position: relative;
}
.close{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.form-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 37px;
    text-align: center;
    color: #EE233C;
    display: block;
}
.form-input{
    background: #FFFFFF;
    border: 1px solid rgba(43, 45, 65, 0.25);
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 32px;
    display: block;
    padding-left: 8px;
}
textarea{
    height: 60px!important;
}
.form-label{
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    margin-top: 28px;
    display: block;
    margin-bottom: 5px;
}
.form-label > span{
    color: #EE233C;
}
form .callback{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}
.form-check{
    margin-top: 12px;
}



*{
    padding: 0;
    margin: 0;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    outline: none;
}
.container-fluid{
    width: 90%;
}
header{
    box-shadow: 0px 4px 12px rgba(43, 45, 65, 0.25);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.dropdown{
    margin-right: 48px;
}
.top-header{
    background: #2B2D41;
    color: white;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 37px;
    height: 47px;
    padding-top: 5px;
}
.top-header a{
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.bottom-header{
    background: white;
}
.navbar-nav {
    flex-direction: inherit;
}
.btn-primary{
    background: #EE233C;
    border-radius: 4px;
    color: #fff;
    border-color: #EE233C;
}
.btn-secondary{
    background: #FFFFFF;
    border-radius: 4px;
    color: #2B2D41;
    border-color: #FFFFFF;
}
.btn-primary:hover {
    color: #EE233C;
    background-color: #fff;
    border-color: #EE233C;
    transition: 1s;
}
.btn-secondary:hover{
    color: #FFFFFF;
    background-color: #2B2D41;
    border-color: #FFFFFF;
    transition: 1s;
}
.btn-primary:active{
    color: #fff;
    background: #2B2D41;
    border-color: #2B2D41;
}
.btn-secondary:focus, .btn-secondary:active{
    background: #EE233C;
    border-radius: 4px;
    color: #fff;
    border-color: #EE233C;
    box-shadow: none;
}
.btn-primary:focus {
    color: #fff;
    background-color: #2B2D41;
    border-color: #2B2D41;
    box-shadow: none;
}
.main-block{
    margin-top: 152px;
    color: white;
}
.bg-img{
    width: 100%;
    position: absolute;
    z-index: -1;
    min-height: 572px;
    object-fit: cover;
    object-position: right;
}
.category li{
    background: white;
    padding: 18px;
    margin: 0;
    list-style: none;
    max-width: 309px;
    border-bottom: 1px solid rgba(43, 45, 65, 0.25);
}
.category li:hover{
    background: #EBEBED;
}
.category li a, .category li span{
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}
ul{
    padding-left: 0;
}
.menu-img{
    width: 28px;
}
.category{
    filter: drop-shadow(2px 5px 10px rgba(43, 45, 65, 0.1));
}
h1{
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    padding: 0!important;
}
h2{
    font-weight: bold;
    font-size: 28px;
    line-height: 37px;
    color: #333333;
    margin-bottom: 18px;
}
a:hover{
    color: #EE233C;
}
.main-name{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 32px;
}
.main-desc{
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: -0.01em;
}
.btn-callback{
    margin-top: 32px;
    width: 238px;
    height: 40px;
    font-weight: 700;
}
.img-about{
    background: #FFFFFF;
    border-radius: 4px;
    width: fit-content;
    padding: 10px 26px;
    float: right;
}
.img-about-name{
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #2B2D41;
}
.img-about-desc{
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    color: #2B2D41;
}
.block-text{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    margin-top: 120px;
}

@media screen and (min-width: 1441px) {
    .block-text {
        margin-top: 120px;
    }
}
.populars{
    margin-top: 79px;
}
.zapchasti{
    margin-top: 54px;
}
.block-m{
    display: none;
}
.search{
    margin-top: 32px;
    width: 464px;
    height: 40px;
}
.input-search{
    border: 1px solid #EE233C;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
    border: 1px solid #EE233C;
}
.btn-search{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -10px;
}
.btn-search:hover .svg-search{
    stroke: #EE233C;
}
.link-cart{
    position: relative;
    margin-top: 39px;
    display: block;
    text-decoration: none;
}
.header-cart-text{
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}
#count{
    position: absolute;
    bottom: -10px;
    left: -7px;
}
.drop-menu{
    border:none;
    border-radius: 0;
    box-shadow: 2px 2px 4px rgba(43, 45, 65, 0.25);
    padding: 0;
    inset: 3px auto auto 0px!important;
}
.drop-menu a{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #2B2D41;
    padding: 9px 12px;
}
.btn-main{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    width: 278px;
    height: 52px;
}

.dropdown>.drop-menu:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.hit{
    position: absolute;
    top: -12px;
    right: 22px;
    width: 44px;
}
.card-image{
    height: 183px;
    object-fit: contain;
}
.card{
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    margin-bottom: 25px;
    width: 100%!important;
}
.card-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    min-height: 58px;
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
}
.card-title:hover{
    color: #333333;
}
.card-mat{
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: block;
    color: #333333;
    margin-bottom: 6px;
}
.card-m-wrap{
    height: 64px;
    margin-bottom: 16px;
}
.card-m{
    background: #BA5811;
    border-radius: 4px;
    padding: 7px;
    font-weight: normal;
    font-size: 12px;
    /*line-height: 16px; */
    color: #FFFFFF;
    margin-right: 2px;
    margin-bottom: 6px;
    height: 26px;
}
.old-price{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: #6C757D;
    margin-top: 38px;
    height: 16px;
    margin-bottom: 12px;
}
.old-price-m{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: #6C757D;
    margin-top: 25px;
    height: 16px;
    margin-bottom: 12px;
}
.card-price{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 36px;
}
.btn-card{
    height: 28px;
    width: 100%;
    line-height: 0;
    font-weight: bold;
    font-size: 12px;
}
.btn-card-info{
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #EE233C;
    text-decoration: none;
}
.btn-card-info:hover{
    color: #333333;
    transition: all 500ms;
}

.tooltip {
    z-index: 9999;
    opacity: 1;
    display: none;
    font-size: 12px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 1em;
    padding: 0.7em;
    max-width: 40vw;
    transition: top .2s ease-out, left .2s ease-out;
    pointer-events: none;

    background: #FFFFFF; /* Синий цвет фона */
    border: 1px solid #EE233C;
    border-radius: 6px;
    color: black; /* Цвет текста */
}

.product-price-status {
    cursor:default;
    align-items: center;
    display: flex;
}
.product-info{
    padding: 16px;
    border: 1px solid #C9C6CE;
    box-sizing: border-box;
    border-radius: 2px;
}
.pers-nabor{
    border-radius: 8px;
    background: #2B2D41;
    padding: 20px;
    width: 388px;
}
.pers-nabor-block{
    border: 1px solid #DFDFDF;
    border-radius: 6px;
}
.pn-title{
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 38px;
    color: #FFFFFF;
    margin-top: 42px;
    margin-left: 52px;
}
.pn-text{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 21px;
    display: block;
    margin-left: 32px;
}
.pn-img{
    width: 152px;
    margin-top: -30px;
}
.pn-ul{
    margin-left: 52px;
    margin-top: -15px;
}
.pn-li{
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.training{
    background: url("/img/training.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content;
    margin-top: 47px;
}
.training h2{
    font-weight: bold;
    font-size: 28px;
    line-height: 37px;
    color: #FFFFFF;
    margin-top: 59px;
    margin-bottom: 32px;
}
.training p{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 51px;
}
.tr-btn{
    width: 278.04px;
    height: 52px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}
.review-img{
    width: 95px;
    height: 95px;
    object-fit: cover;
    margin-left: 12px;
}
.review{
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 32px;
    min-width: 351px;
    max-width: 410px;
}
.reviews{
    margin-top: 72px;
    margin-bottom: 72px;
}
@media (max-width: 1024px) {
    #splide01-list{
        height: 460px;
    }
    #splide02-list{
        height: 570px;
    }
    .reviews > .container-fluid{
        width: 100%!important;
    }
}
.review-name{
    font-weight: bold!important;
    font-size: 16px!important;
    line-height: 21px!important;
    color: #333333!important;
    margin-top: 18px!important;
    margin-bottom: 4px!important;
    margin-left: 12px;
}
.review-company{
    font-weight: normal!important;
    font-size: 12px!important;
    line-height: 16px!important;
    color: #6C757D!important;
    margin-left: 12px;
    height: 20px;
}
.review-text{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-top: 32px;
    margin-bottom: 64px;
    min-height: 150px;
}
.review-link{
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #2B2D41;
    margin-bottom: 24px;
    display: block;
}
.review-url, .blog-url{
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #EE233C;
    text-decoration: none;
}
.left, .m-left{
    margin-right: auto;
}
.center, .m-center{
    margin-left: auto;
    margin-right: auto;
}
.end, .m-end{
    margin-left: auto;
}

.video-reviews{
    background: url("/img/video-reviews.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content;
}
.video-reviews-m{
    background: url("/img/vr-m.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content;
    padding-top: 205px;
}
.vr-name{
    font-weight: bold;
    font-size: 28px;
    line-height: 37px;
    color: #FFFFFF;
    margin-top: 45px;
}
.vr-text{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.video-reviews button{
    margin-bottom: 46px;
}

.blog{
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 25px;
}
.blog-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    margin-top: 31px;
    margin-bottom: 24px;
    min-height: 63px;
}
.blog-img{
    height: 203px;
    width: 100%;
    object-fit: cover;
}
.blog-date{
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #6C757D;
    margin-bottom: 16px;
}
.blog-text{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    color: #000000;
    margin-bottom: 16px;
    min-height: 105px;
}
.blog-url{
    margin-bottom: 3px;
}

.yt-m{
    text-decoration: none;
    margin-bottom: 46px;
    display: block;
    transition: 1s;
}
.yt-m span{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-left: 20px;
}
.yt-m:hover circle{
    fill: white;
}
.yt-m:hover path{
    fill: #2B2D41;
}

#menu{
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    background: white;
    transition: 1s;
}
#menu ul{
    margin-top: 80px;
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
#menu li{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-left: 15px;
    list-style: none;
}
#menu a{
    text-decoration: none;
    color: #2B2D41;
    font-weight: bold;
}
.menu-callback{
    /*background: #EE233C;*/
    /*padding: 8px 0px 10px 0px;*/
    display: block;
    color: white!important;
    border: 1px solid #EE233C;
    text-decoration: none;
    font-weight: bold;
    line-height: 22px;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}
#close-menu{
    position: fixed;
    top: 0;
    right: 0;
    display: none;
}

footer{
    background: #2B2D41;
    display: flex;
    padding-left: 75px;
    padding-right: 75px;
    justify-content: space-around;
    padding-top: 75px;
    padding-bottom: 135px;
}
footer span{
    color: #FFFFFF;
    display: block;
}
.col{
    width: 20%;
    min-width: 200px;
    display: inline-block;
}
footer p, footer a{
    color: rgba(255, 255, 255, 0.5);
    display: block;
}
footer a:hover, header a:hover {
    color: #EE233C;
}
footer a:active, header a:active {
    color: #007BFF;
}
b {
    font-weight: bold;
}
.col-2 span, .col-3 span, .col-4 span{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.col-1 img{
    margin-bottom: 30px;
}
.col-1 p{
    margin-top: 30px;
    margin-bottom: 30px;
}
.col-1 a{
    margin-bottom: 30px;
    text-decoration: none;
}
.col-2 a, .col-3 a{
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 2px;
    display: none;
}

.back_to_top-show {
    display: block;
}
.f-right-arrow{
    display: none;
}
.m-main-block{
    background: url("/img/mobile/main-block.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 58px;
}
.m-h1{
    margin-top: 147px;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.m-main-name{
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 2px;
}
.m-main-text{
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.m-main-btn{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 35px;
    margin-top: 50px;
    width: 100%;
    height: 52px;
}
.m-text-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 24px;
    margin-top: 46px;
}
.m-text-text{
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    color: #333333;
}
.m-training{
    background: url("/img/mobile/training-blog.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 43px;
}
.m-training-title, .m-video-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    margin-top: 216px;
    margin-bottom: 24px;
}
.m-training-text, .m-video-text{
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    color: #FFFFFF;
}
.m-training-btn{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    height: 52px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 25px;
}
.m-logo{
    width: 34px;
    margin-top: 15px;
}
.m-span {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-top: 12px;
    display: block;
}
.m-phone{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #EE233C;
    display: block;
    margin-top: -24px;
}
.m-cart{
    margin-top: 20px;
    margin-left: -15px;
}
#count2{
    position: absolute;
    left: -21px;
    bottom: -8px;
}
.m-search{
    margin-top: 21px;
    margin-left: -7px;
}
.m-menu{
    margin-top: 20px;
    margin-right: -8px;
}
.img-partner {
    display: inline-block;
    margin-right: 85px;
    margin-top: 50px;
}
.splide__pagination__page{
    display: none!important;
}
.cookie-block{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 300px;
    padding: 20px 24px;
    background: #FFFFFF;
    border: 1px solid #EE233C;
    box-sizing: border-box;
    border-radius: 8px;
    transition: 1s;
}
.cookie-btn{
    background: #EE233C;
    border-radius: 8px;
    width: 175px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.cookie-text{
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #252738;
    display: block;
    margin-bottom: 9px;
}
.cookie-text a{
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #EE233C;
}
.partner {
    justify-content: center;
}
.partner img{
    margin-bottom: 24px;
    width: 100%;
    max-height: 64px;
    object-fit: contain;
}
.breadcrumbs ol{
    padding-left: 0!important;
}


@media screen and (min-width: 1200px){
    .splide__slide {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}
@media screen and (min-width: 1280px){
    .splide__slide {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media screen and (max-width: 768px){
    .nav-link {
        padding: .5rem .8rem;
    }
    .block-m{
        display: block;
    }
    .category li {
        max-width: inherit;
    }
    .cookie-block {
        display: none;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 300px;
        padding: 25px 25px 0 25px;
        background: #FFFFFF;
        border: none;
        box-sizing: border-box;
        border-radius: 8px;
        transition: 1s;
        width: 100%;
        z-index: 99999;
    }
    .cookie-btn{
        background: #EE233C;
        border-radius: 0;
        width: 100vw;
        padding-top: 12px;
        padding-bottom: 12px;
        font-family: Segoe UI;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        color: white;
        display: block;
        cursor: pointer;
        margin-left: -25px;
        margin-top: 20px;
    }
    .populars-col .card{
        width: 95% !important;
    }
    header{
        height: 58px;
        background: #FFFFFF;
        display: block;
    }
    .populars, .zapchasti{
        margin-top: 43px;
    }
    .col-sm-12{
        margin-left: auto;
        margin-right: auto;
    }
    .review{
        width: 100%;
    }
    .review-name{
        font-weight: bold;
        font-size: 16px!important;
        margin-bottom: 7px!important;
        margin-top: 12px!important;
        line-height: 21px;
    }
    .review-company{
        font-weight: normal;
        font-size: 12px!important;
        line-height: 16px;
        margin-bottom: 0!important;
        margin-top: 0!important;
    }
    .review-text{
        margin-left: inherit;
        font-weight: normal;
        font-size: 12px;
        line-height: 21px;
        margin-top: 24px;
        margin-bottom: 24px;
        min-height: 105px;
    }
    .review-link{
        margin-left: -12px;
        width: 65vw;
    }
    footer{
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }
    #links-info, #links-help, #links-chpu, #links-training{
        display: none;
        transition: 1s;
    }
    .f-toggle{
        display: block!important;
    }
    .f-right-arrow{
        float: right;
        margin-top: 13px;
        display: block;
    }
    .col{
        width: 100%;
    }
    .img-partner {
        display: inline-block;
        margin-right: 0px;
        margin-top: 20px;
        width: 30%;
    }
    .img-partner {
        height: 30%;
    }
    .img-partner:nth-child(1) {
        width: 36%;
    }
    .img-partner:nth-child(2) {
        width: 14%;
    }
    .img-partner:nth-child(3) {
        width: 38%;
    }
    .img-partner:nth-child(4) {
        width: 30%;
    }
    .img-partner:nth-child(5) {
        width: 30%;
    }
    .img-partner:nth-child(6) {
        margin-top: 10px;
        width: 30%;
    }
    .img-partner:nth-child(7) {
        margin-left: -16px;
        width: 40%;
    }
    .img-partner:nth-child(8) {
        margin-top: 10px;
        width: 27%;
    }
    .img-partner:nth-child(9) {
        margin-top: 25px;
        width: 31%;
    }
    .hidden-m {
        display: none;
    }

    .modal-form {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }
    form{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    form .callback{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
    }
    .form-title{
        text-align: left;
        width: 50%;
        margin-left: 12px;
        font-weight: bold;
        font-size: 20px;
        line-height: 21px;
        padding-top: 10px;
    }
    .close{
        right: 0;
        top: 0;
    }
}


.category li{
    background: white;
    padding: 18px;
    margin: 0;
    list-style: none;
    max-width: 309px;
    border-bottom: 1px solid rgba(43, 45, 65, 0.25);
}
.category li:hover{
    background: #EBEBED;
}
.category li a, .category li span{
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}
ul{
    padding-left: 0;
}
.menu-img{
    width: 28px;
    margin: 18px;
}
.list-group-item {
    padding: 0;
    height: 70px;
}
.category{
    filter: drop-shadow(2px 5px 10px rgba(43, 45, 65, 0.1));
}
.menu-item{
    position: relative;
}
.menu-items{
    background: white;
    padding: 25px 0px 5px 25px;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 1px;
    display: none;
    color: #2B2D41;
    min-width: 385px;
}
.sub-cat{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #2B2D41;
    text-decoration: none;
    display: block;
}
.sub-cat:hover{
    color: #EE233C;
}
.item-3 .menu-items{
    top: -310px!important;
    min-width: 980px;
}
.item-4 .menu-items{
    min-width: 980px;
    top: auto;
    bottom: 0;
}
.item-3 .sub-cat, .item-4 .sub-cat{
    font-weight: normal!important;
    font-size: 14px!important;
    color: #2B2D41;
    margin-bottom: 14px!important;
}
.item-3 .sub-main, .item-4 .sub-main{
    font-weight: bold!important;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
    color: #2B2D41;
    text-decoration: none;
}
.item-4 .sub-main, .item-4 .sub-cat{
    margin-bottom: 20px;
}
.menu-item:hover .menu-items{
    display: block;
}
.list-group-item span{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    display: flex;
    align-items: center;
    color: #333333;
}
.list-group-item:hover{
    background: #EBEBED;
}
.list-group-flush {
    border-radius: 4px;
}

.social{
    display: flex;
    margin-bottom: 40px;
}
.social a{
    margin-right: 10px;
}

@media screen and (max-width: 340px){
    .yt-m span {
        font-size: 12px;
    }
}
