/* button starting stylings ------------------------------- */
.black {
    color: black;
}
.toggle-hamburger {
    background-color: #fff;
    color: #ccc;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 56px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    border-radius: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.toggle-hamburger:focus {
    outline: none;
}

/* inner span stylings ------------------------------- */
.toggle-hamburger span {
    display: block;
    position: absolute;
    top: 20px;
    left: 13px;
    right: 18px;
    height: 3px;
    background: #333;
    width:30px;
}
.toggle-hamburger span::before, .toggle-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333;
    content: "";
}
.toggle-hamburger span::before {
    top: -7px;
}
.toggle-hamburger span::after {
    bottom: -7px;
}

.toggle-hamburger.toggle-hamburger__animx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.toggle-hamburger.toggle-hamburger__animx span::before, .toggle-hamburger.toggle-hamburger__animx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.toggle-hamburger.toggle-hamburger__animx span::before {
    -webkit-transition-property: top, transform;
    transition-property: top, transform;
}
.toggle-hamburger.toggle-hamburger__animx span::after {
    -webkit-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

/* when menu open: */
.toggle-hamburger.toggle-hamburger__animx.is-active span {
    background: none;
}
.toggle-hamburger.toggle-hamburger__animx.is-active span::before, .toggle-hamburger.toggle-hamburger__animx.is-active span::after {
    background-color: #333;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
.toggle-hamburger.toggle-hamburger__animx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle-hamburger.toggle-hamburger__animx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}






.btn3g{
    background-color:white;
    border:1px solid black;
    height:2.2rem;
    text-transform: uppercase;
    color:black;
    border:1px solid black;
    border-radius:1rem;
    padding:0.5rem 2rem;
    font-size: 1rem;
    line-height: 1rem;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s;
    line-height: 1rem!important;
}
.btn3g--all{
    font-size:1rem;
    height: 3.8rem;
    border-radius: 2rem;
    padding: 1.4rem 1.5rem;
    line-height: 1rem!important;
    /*margin-top:1rem;*/
    margin-bottom:1rem;
    text-align: center;
}
@media(min-width: 1600px) {
    .btn3g--all {
        min-width: 240px;
    }
}
.slider__form .btn3g--all{
    margin-right:0;
    margin-top:0;
}
@media(max-width:576px){
    .btn3g--all{
        width:100%;
        /*margin-top:1rem;*/
    }
}
.btn3g:hover{
    text-decoration: none;
}
.btn3g--black{
    background-color:black;
    color:white;
}
.btn3g--white-line {
    color:white;
    border-color:white;
    background-color: transparent;
}
.btn3g--white-line:hover {
    color:white!important;
}
.btn3g--red{
    background-color:#cf3b26;
    color:white!important;
    border:none;
}
.btn3g--lightblue{
    background-color:#0074C2;
    color:white !important;
    border:none;
}
.btn3g:hover{
    color:black;
}
.btn3g--black:hover{
    color:white;
}
.btn3g--15x{
    height: 3.4rem;
    border-radius: 1.7rem;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    line-height: 1.4rem!important;
}
.btn3g--2x{
    height: 4rem;
    border-radius: 2rem;
    padding: 1.5rem 3rem;
    font-size:1.2rem;
    line-height: 1rem!important;
}
.btn3g--long{
    padding-left: 7rem;
    padding-right: 7rem;
}

.btn3g--ttu{
    text-transform: unset;
}
.btn3g--grey-blue-hover{
    color:#555;
    border-color:#555;
    transition: all;
}
.btn3g--grey-blue-hover:hover{
    color:#fff;
    background-color:navy;
    transition: all 0.3s;
}

.btn3g--blue{
    color:#fff !important;
    background-color:navy;
    transition: all 0.3s;
}

.btn--tab1{
    height: 61px !important;
    width:296px !important;;
    border-radius: 30px;
    font-size:1.1rem;
    line-height: 1rem;
    margin-bottom:1rem;
    text-align: center;
    margin-left:28px;
    margin-right:28px;
    padding:0;
    line-height: 61px  !important;
}

.btn3g--light{
    background-color:#fff;
    color:#0074C2;
    border-color:#0074C2;
}
.btn3g--light:hover {
    background-color:#0074C2;
    color:#fff;
    border-color:#0074C2;
}

.navbar{
    padding:1rem;
    background-color:white;
}
body.menu-opened{
    padding-top:57px;
}
.menu-opened .navbar{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.menu-cover{
    position: fixed;
    width:100%;
    height: 100%;
    z-index:110;
    background-color:rgba(112,112,112,0.5);
}
.menu-opened .menu-cover{
    display:block !important;
}
.menu-opened{
    overflow: hidden;
}
.navbar-toggler-icon{
    background: url(/img/hamb.png) no-repeat center center;
}
.navbar-brand--3g {
    position: absolute;
    left: 1em;
    top: 0px;
    width: 50px;
    /* height: 30px; */
    background-image: url(/uploads/settings/logo.svg);
    /*background-image: url(/img/logo_new.png);*/
    height: 100%;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: left center;
}
}
.navbar-brand--3g img{
    max-width:100%;
}
.navbar-brand--samsung{
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    text-align: center;
    top: -8px;
    padding: 0.6rem 0;
}

.navbar-dark .navbar-toggler-icon {
    color:black;
    background: #000;
    }

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 6rem;
    overflow-y: hidden;
    padding: 1rem 1rem;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*padding-bottom: 1rem;*/
    /*margin-top: -1px;*/
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.navbar{
    border-bottom:1px solid #ccc;
}
.menu-opened .navbar{
    border-bottom:1px solid #333;
}
.nav-scroller{
    border-bottom:1px solid #ccc;
}
.navbar-nav >li >a{
    color:#434343;
    text-transform: uppercase;
    font-size:0.9rem;
    font-weight:600;
}

.nav-item--search{
    width:48px;
}
.nav-item--search a{
    position: absolute;
}

.header-bar{

}
.header-bar .header-bar__item, .header-bar__item{
    padding-left:60px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-top:0.6em;
    padding-bottom:0.6em;
    margin: .0rem 0.5em;
    background-size: 29px;
    background-position: 20px center;
}
.header-bar .header-bar__item.logo-wrp{
    padding-left:115px;
    /*background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.41 49.127"><defs><style>.a{fill:#249ce2;}.b{fill:#50ae53;}.c{fill:#e8b826;}.d{fill:#fff;}</style></defs><path class="a" d="M.3.1H38.7V37.126H.3v-7.47H31.176v-7.47H9.115v-7.42H31.2V7.5H.3Z" transform="translate(-0.225 -0.075)"/><path class="b" d="M158,0h38.819V7.42H165.594V29.506h23.232v-7.47h-7.271V14.89h15.264V37.051H158Z" transform="translate(-118.658)"/><rect class="c" width="78.41" height="11.255" transform="translate(0 37.873)"/><g transform="translate(5.752 39.441)"><path class="d" d="M23.1,165.549l2.963-3.361,1.594-1.618H23.125V159.1h6.9v1.1l-4.731,5.279H30.1v1.444h-7Z" transform="translate(-23.1 -158.926)"/><path class="d" d="M108.884,166.692a4.046,4.046,0,1,1,0-8.092,4.046,4.046,0,1,1,0,8.092Zm0-1.494a2.531,2.531,0,1,0-2.39-2.54A2.353,2.353,0,0,0,108.884,165.2Z" transform="translate(-84.457 -158.55)"/><path class="d" d="M190.353,165.506l.647,1.1h.05l-.2-1.369V160.7h1.569v7.42h-1.793l-3.536-4.806-.672-1.1h-.05l.224,1.369v4.532H185V160.7h1.818Z" transform="translate(-144.687 -160.127)"/><path class="d" d="M264.648,164l1.27.747a4.46,4.46,0,0,1-3.635,1.743A3.988,3.988,0,0,1,258,162.458a4.057,4.057,0,0,1,4.258-4.059,3.908,3.908,0,0,1,4.034,4.756h-6.474A2.381,2.381,0,0,0,262.283,165,2.673,2.673,0,0,0,264.648,164Zm-.025-2.116a2.175,2.175,0,0,0-2.39-2.017,2.152,2.152,0,0,0-2.39,2.017Z" transform="translate(-199.51 -158.399)"/></g></svg>');*/
    background-image:url('/uploads/settings/logo.svg');
    background-size:96px;
    /*background-image:url('/img/logo_new.png');
    background-size:88px;*/
    color:#aaa;
    background-position: left center;
    /*height:64px !important;*/
}
.header-bar .header-bar__item.phone-wrp {
    background-image: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)),  url(/img/phone.svg);
}
.header-bar .header-bar__item.email-wrp {
    background-image: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)),  url(/img/email.svg);
}
.header-bar .header-bar__item.address-wrp {
    background-image: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)),  url(/img/address.svg);
}
.header-bar .header-bar__item-title, .header-bar__item-title {
    color: #434343;
   /*text-transform: uppercase;*/
    font-size: 0.9rem;
    font-weight: 600;
}
.header-bar .header-bar__item-text, .header-bar .header-bar__item-text a, .header-bar__item-text{
    color: #aaa;
    text-transform: none;
    font-size: 0.8rem;
    font-weight: normal;
}

.help-you__form-popup{
    display: none;
    position: absolute;
    right: 15px;
    z-index: 30;
    margin-top: 44px;
    background-color: white;
    /* box-shadow: 0 0 10px 2px rgba(0,0,0,0.1); */
    border:none;
    border-left: 1px solid #ccc;
}
.help-you__form-popup .help-you__form{
    margin-top: 0;
    padding: 15px;
    padding-right:0;
    min-width: 530px;
    padding-right:0;
}
@media(max-width:767px) {
    body.menu-opened{
        padding-top:50px;
    }
}

@media (min-width: 768px) {
    .help-you__form-popup .help-you__form:before{
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border: 10px solid transparent;
        border-bottom: 10px solid #ccc;
        z-index: 1000;
        right: 15px;
        top: -21px;
    }
    .help-you__form-popup .help-you__form:after{
         content: "";
         display: block;
         position: absolute;
         width: 10px;
         height: 10px;
         border: 10px solid transparent;
         border-bottom: 10px solid white;
         z-index: 1000;
         right: 15px;
         top: -20px;
     }

    .help-you__form-popup {
        /*background-color: none;*/
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .8em;
        padding-left: .8em;
    }
    .help-you__form-popup .help-you__form input{
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius:0;
    }
    .help-you__form-popup .help-you__form .help-you__btn{
        border:none;
        background-image:url(/img/close.jpg);
    }
    .help-you__form-popup .help-you__form .help-you__btn:focus,.help-you__form-popup .help-you__form .help-you__btn:hover{
        outline: none !important;
    }
    .help-you__form-popup .help-you__form .help-you__btn--enter{
        background-image:url(/img/enter.jpg);
        line-height: 16px;
        height: 16px;
        margin-top: 16px;
        border-right: 1px solid #ccc !important;
        margin-left: 2em;
    }
    .help-you__form-popup .help-you__form .help-you__btn--enter:focus{
    }
}
@media (min-width: 992px) {
    .help-you__form-popup {
        margin-top:54px;
    }
    .help-you__form-popup .help-you__form{
        padding:23px 0 23px 15px;
    }
    .help-you__form-popup .help-you__form input{
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius:0;
    }
    .help-you__form-popup .help-you__form .help-you__btn{
        background-image:url(/img/close.jpg);
    }
    .help-you__form-popup .help-you__form .help-you__btn:focus,.help-you__form-popup .help-you__form .help-you__btn:hover{
        background-color: transparent !important;
    }
    .help-you__form-popup .help-you__form .help-you__btn--enter{
        background-image:url(/img/enter.jpg);
        line-height: 16px;
        height: 16px;
        margin-top: 16px;
        border-right: 1px solid #ccc !important;
        margin-left: 2em;
    }
}

@media(max-width:1199px){
    .logo-wrp .header-bar__item-title{
        white-space: normal;
    }
}
@media(max-width:1240px){
    .header-bar .header-bar__item.address-wrp {
        display: none;
    }
}
@media(min-width:1200px){
    .nav-scroller .nav {
        overflow: visible;
    }
}

@media(max-width:1040px){
    /*.logo-wrp .header-bar__item-title{
        display:none;
    }*/
}
@media (max-width: 991px) {
    .help-you__form-popup{
        display: none;
    }
    .nav-item--search{
        display: none;
    }
    .navbar{
        padding: .5rem 0.5rem;
    }
    .nav-scroller {
        padding: .7rem 0.5rem;
        height:5em;
    }
    .navbar-brand--samsung img{
        height:1.1em;
    }
    .navbar-brand--samsung{

        padding: 0.6rem 0;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5em;
        padding-left: .5em;
    }
    .navbar-nav >li,.navbar-nav >li >a{
        font-size:13px;
        font-weight:600;
        text-align:right;
    }

        .navbar-collapse {
            /* padding-top: 1em; */
            margin-left: -1.5rem;
            margin-right: -1.5rem;
            padding: 1rem 35px;
            border-top: 1px solid #777;
            margin-top: 0.4rem;
            position: absolute;
            right: 0;
            background: white;
            top: 42px;
            z-index: 111;
            width: 290px;
    }

}
@media (max-width: 767px) {

    .navbar {
        padding: .3rem 1rem;
    }
    .navbar{
        /*box-shadow:0 0 50px 1px rgba(110,110,110,0.1);*/
    }
    .navbar-brand--samsung img{
        height:1em;
    }
    .navbar-brand--samsung{
        padding: 0.7rem 0;
    }
    .navbar-brand--3g{
        left:0;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5em;
        padding-left: .5em;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .navbar-collapse{
        padding-top:1em;
        top: 39px;
    }
   /* .help-you__form-popup{
        display:block;
        position: relative;
        right:0;
        margin-top:0;
        border:none;
    }*/
    .help-you__form-popup .help-you__form{
        width:100%;
        border:none;
        min-width: unset;
        width:100%;
        margin-top: 0;
        padding: 15px 0;
        min-width: unset;
        width:100%;
    }
}


.help-you-wrp{
    border-bottom:1px solid #eee;
}
.help-you{
    /*min-height:560px;
    height:560px;*/
    /*background:url(/img/help-you-bg.webp) no-repeat right 1rem bottom;
    background-size: contain;*/
}
.help-you__title{
    font-family: "Samsung Sharp Sans";
    font-size: 3.4rem;
    font-weight: bold;
    line-height:1em;
    letter-spacing: 0px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.help-you__form{
    margin-top:2rem;
}
.help-you__form input{
    border-color:#ccc;
    border-right:none;
    height:4rem;
}
.help-you__form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;opacity:0.6;
}
.help-you__form input::-moz-placeholder { /* Firefox 19+ */
    color: black;opacity:0.6;
}
.help-you__form input:-ms-input-placeholder { /* IE 10+ */
    color: black;opacity:0.6;
}
.help-you__form input:-moz-placeholder { /* Firefox 18- */
    color: black;opacity:0.6;
}
.help-you__form button{
    border-color:#ccc;
    background-color:white;
    border-left:none;
    background: url(/img/lupa.png) no-repeat center center;
    padding:0 1.5em;
}
.help-you__form .input-group{
    /*max-width: 560px;*/
    background: white;
    border-radius: .25rem;
}
.help-you__how-link{
    font-size:0.9em;
    margin-top:0.75em;
    margin-bottom:2em;
    color:black;
    text-decoration:underline;
}
.help-you__how-link:hover{
    text-decoration:none;
}

@media(max-width:1199px){
    .help-you{
        /*background-size: 60%;*/
    }
}
@media(max-width:991px){
    .help-you__title {
        font-size: 3em;
    }
    .help-you {
        min-height: 450px;
    }
}

@media(max-width:767px){
    .help-you__title {
        font-size: 2.5em;
        margin-top: 1em;
        text-align: center;
    }
    /*.help-you{
        min-height:500px;
        background: none;
    }*/
    /*.help-you__bg{
        min-height:280px;
    }*/
    /*.help-you__bg{
        background:url(/img/help-you-bg.webp) no-repeat right bottom;
        background-size: contain;
    }*/
    .help-you__frm-wrp{
        margin-bottom: 20px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media(max-width:767px){
    .help-you{
        min-height:unset;
        height:unset;
    }
}


.slider-wrp{
    margin-top:4rem;
}
.slider__images{

}
.slider__form{
    font-size:1.2rem;
}
.slider__title{
    font-family: "Samsung Sharp Sans";
    font-size:2.4em;
    font-weight: bold;
    color:black;
    margin-bottom:0.8em;
    line-height: 1.2em;
    letter-spacing: 0px;
}

.slider__dots{
    margin-top:2.2rem;
}
.slick-dots {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    /* font-family: 'slick'; */
    /* font-size: 38px; */
    line-height: 0.8rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    content: '';
    text-align: center;
    /* opacity: 1; */
    background-color: white;
    -webkit-font-smoothing: antialiased;
    border-radius: 0.5rem;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid black;
}
.slick-dots li.slick-active button:before{
    background-color: black;
}
.slider__btn{
    height: 4rem;
    border-radius: 2rem;
    padding: 1.5rem 3rem;
    font-size:1.2rem;
}
@media(max-width:1199px){
    .slider__form{
        font-size:1.1rem;
    }
}
@media(max-width:991px){
    .slider__form{
        font-size:0.8rem;
    }
}
@media(max-width:767px){
    .slider-wrp{
        margin-top:0rem;
    }
    .slider__form{
        font-size:0.8rem;
    }
    .slider-wrp-row{
        position:relative;
    }
    .slider__images{
        padding:0;
        /*opacity:0.5;*/
    }
    .slider__form{
        /*margin-top: -50%;*/
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .slider__btn{
        height: 3rem;
        border-radius: 1.5rem;
        padding: 1rem 2rem;
        font-size:1rem;
    }
}


.advantages-wrp{
    margin-top:3rem;
}
.advantages__title{
    font-family: "Samsung Sharp Sans";
    font-weight:500;
    font-size: 2.4rem;
    color:black;
}
.advantages-items{

}

.advantage-blue{
    width:350px;
    background-color:#0074C2;
    padding:1rem;
    color:white;
    font-size:1rem;
    line-height:19px;
    padding-right:85px;
    background-repeat: no-repeat;
    background-position: right 1rem center;
}
@media(max-width: 991px){
    .advantage-blue {
        width: 310px;
    }
}
.advantage-blue1 {
    background-image:url('/img/advantage1.svg');
    margin-bottom:2rem;
}
.advantage-blue2 {
    background-image:url('/img/advantage2.svg');
}
.advantage-blue-sm{
    max-width:320px;
    background-color:#0074C2;
    padding:1rem;
    color:white;
    font-size:14px;
    line-height:18px;
    padding-right:55px;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 32px;
    min-height: 86px;
    display: flex;
    align-items:center;
}
.advantage-blue-sm.advantage-blue1{
    margin-bottom:1rem;
}
@media(min-width:992px){
    .good .advantages__items{
        margin-top:2em;
    }
}
.advantage__item{
    margin-top: 2rem;
    padding-left: 30px;
    padding-right:0;
}
.good .advantage__item{
    margin-top:0;
    margin-bottom:1.5em;
    padding-right: 15px;
}
.good .advantage__item:last-child {
    border-bottom:none;
}
.advantage__inner{
    padding-right: 48px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
}
.good .advantage__inner{
    padding-bottom: 2rem;
}
.advantage__title{
    /*font-family: "Acrom";*/
    font-weight: 600;
    font-size: 1.6rem;
    color: black;
    line-height: 1.1em;
    min-height:4rem;
}
.advantage__text{
    font-weight: normal;
    font-size:1rem;
    line-height: 1.2em;
    color:#707070;
    margin-top:0.8rem;
    min-height:3.6em;
}
.good .advantage__text{
    margin-top:0;
}
.advantages__items{
    margin-left:-30px;
}
.advantage__item--i1 .advantage__inner {
    background:url(/img/bdv1.svg) right center no-repeat;
    background-size:48px;
}
.advantage__item--i2 .advantage__inner {
    background:url(/img/bdv2.svg) right center no-repeat;
    background-size:48px;
}
.advantage__item--i3 .advantage__inner {
    background:url(/img/bdv3.svg) right center no-repeat;
    background-size:48px;
}
.advantage__item--i4 .advantage__inner {
    background:url(/img/bdv4.svg) right center no-repeat;
    background-size:48px;
}
@media(max-width:767px){
    .advantages-wrp{
        margin-top:2rem;
    }
    .advantage__inner{
        padding-right: 55px;
    }
    .advantages__title{
        font-weight:normal;
        font-size: 2rem;
        color:black;
    }
    .advantage__title{
        font-weight: 600;
        font-size: 1.75rem;
        color: black;
        line-height: 1.1em;
        min-height:4rem;
    }
}
@media(max-width:575px) {
    .advantage__item{
        margin-right: 48px;
        padding-right:15px;
    }
    .navbar-brand--samsung img{
        height:0.9em;
    }
}

.about-wrp{
    margin-top:3rem;
}
.about__title{
    font-family: "Samsung Sharp Sans";
    font-weight:500;
    font-size: 2.4rem;
    color:black;
}
.about__text{
    font-weight: normal;
    font-size:1rem;
    line-height: 1.8em;
    color:#707070;
    margin-top:1.5rem;
    min-height:3.6em;
 }

@media(max-width:767px){
    .about-wrp{
        margin-top:3rem;
    }
    .about__title{
        font-weight:normal;
        font-size: 2rem;
        color:black;
    }
    .about__text{
        margin-top:1.5rem;
    }
}
.bg-container {
    padding-bottom: 5rem;
}
.footer-wrp{
    background-color:#F7F7F7;
    border-top:1px solid #eee;
    /*margin-top:5rem;*/
    padding-top:4rem;
    padding-bottom:2rem;
    bborder-bottom:82px solid #363636;
}
.footer__menu{
    margin-bottom:2rem;
}
.footer__menu-title{
    font-weight:600;
    font-size: 1.2rem;
    color:#434343;
    /*margin-bottom:1.2em;*/
    line-height: 1.2em;
    min-height:2.4em;
    white-space: nowrap;
}
.footer__menu ul{
    list-style: none;
    padding:0;
    margin:0;
}
.footer__menu ul li{
    padding:0;
    margin:0;
}
.footer__menu a{
    font-weight:normal;
    font-size: 0.9rem;
    line-height: 2em;
    color:#434343;
    display: inline-block;
    color:#434343;
    margin-bottom:5px;
}
.footer__menu--icon ul li a{
    padding-left:32px;
    color:#434343;
    margin-bottom:5px;
}
.subfooter-wrp{
    min-height: 54px;
    padding-top:14px;
    padding-bottom:14px;
}
.menu-item--icon a{
    background-repeat:no-repeat;
    background-position: left center;
    background-size:18px;
}
.menu-item--icon-i1 a{
    background-image:url(/img/chat.svg);
}
.menu-item--icon-i2 a{
    background-image:url(/img/email.svg);
}
.menu-item--icon-i3 a{
    background-image:url(/img/phone.svg);
}
.menu-item--icon-i4 a{
    background-image:url(/img/address.svg);
}

.menu-item--icon-fb a{
    background-image:url(/img/fb.svg);
    background-size:44px;
    background-position: left top;
    width:44px;
    height:44px;
}

.menu-item--icon-inst a{
    background-image:url(/img/inst.svg);
    background-size:44px;
    background-position: left top;
    width:44px;
    height:44px;
}


.breadcrumb{
    background-color: white;
    font-size:0.8rem;
    margin-bottom:0;
}
.breadcrumb a{
    color:#aaa;
}
@media(max-width:767px){
    .breadcrumb{
        visibility: hidden;
    }
}

.ebnr{
    background-size:cover;
    background-position: center center;
    min-height:300px;
    height:300px;
    color:white!important;
}
.ebnr-1{
    background-image:url(/img/b1.jpg);
}
.ebnr-2{
    background-image: url(/img/ebnr/katalog.jpg);
}
.ebnr-3{
    background-image:url(/img/b3.jpg);
}
.ebnr h1{
     margin-top:0;
}
@media(max-width: 767px) {
    .ebnr h1 {
        font-size:2em;
    }
}


.contacts{
    margin-bottom:50px;
}
.contacts__title{
    font-weight: 600;
    font-size:3.5rem;
    margin-top:4rem;
    margin-bottom:3rem;
}
.contacts__data{
  font-weight:600;
    font-size:1.1rem;
    line-height: 1.4em;
    color:black;
    margin-bottom: 1rem;
}
.contacts__description{
    font-weight:normal;
    font-size:1rem;
    line-height: 1.5em;
    /*color:#777;*/
    margin-bottom: 1rem;
}
.contacts__description--left{
    padding-right:4rem;
    /*border-right:1px solid #ccc;*/
}
.contacts__description--right{
    padding-left:4rem;
}
.contacts__subtitle{
    font-weight:600;
    font-size:1.6rem;
    line-height: 1.5em;
    color:black;
    margin-bottom: 1.2rem;
}
.contacts__subsubtitle{
    font-weight:600;
    font-size:1.2rem;
    line-height: 1.5em;
    color:black;
    margin-bottom: 1.2rem;
}
.contacts__btn{
    text-transform: none;
    height: 2.8rem;
    border-radius: 1.5rem;
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
    margin-top: 1.4rem;
    margin-bottom: 2rem;
}

.contacts__geo-wrp{
    margin-bottom:2rem;
    padding-bottom:1.5rem;
    border-bottom:1px solid #ccc;
}
.contacts__geo-row{
    margin-bottom:0;
}

.contacts__phone-wrp{
    margin-bottom:1em;
    border-bottom:1px solid #ccc;
}

.contacts__phone{
    font-size: 1.4rem;
    margin-bottom:10px;
}
.contacts__phone a{
    color:#212529;
}

.diler__phone{
    font-size: 1.4rem;
    margin-bottom:1rem;
}

.contacts__feedback-wrp{
    background-color:#F7F7F7;
    padding: 2rem 0;
}
.contacts__feedback-wrp .col{
    margin: 2rem 0;
}
.contacts__feedback-wrp .contacts__btn{
    margin-bottom:0;
}

.contacts__map{
    max-width: 1440px;
    margin-left:auto;
    margin-right:auto;
    height: 500px;
    width:100%;
}
.contacts__map + .footer-wrp{
    margin-top:50px;
}
@media(max-width:767px){
    .contacts{
        margin-bottom:3rem;
    }
    .contacts__title{
        font-weight: 600;
        font-size:2.5rem;
        margin-top:2rem;
        margin-bottom:1.5rem;
    }
    .contacts__description--left{
        padding-right:15px;
        border-right:none;
    }
    .contacts__description--right{
        padding-left:15px;
    }
}

.ebnr-2 .help-you__form{
    mmargin-top:200px;
}



.samsung{
    margin-top:6rem;
    margin-bottom:6rem;
}

.gadgets{
    margin-top:6em;
 }
.gadget{
    margin-bottom:6rem;
}
.gadget__year{
    padding:0;
    border-bottom:1px solid #ccc;
    height: 20px;
    margin-bottom: 1.5rem;
}
.gadget__year span{
    position: absolute;
    left:0;
    display: block;
    background-color: white;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    padding: 0 1rem;
}
.gadget__inner{
    text-align:center;
}
.gadget__title, .gadget__title a{
    font-weight: normal;
    font-size:0.9rem;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
    line-height:1.5em;
    min-height:1.5em;
    color:#777;
}
.gadget__img-wrp{
    min-height:250px;
    display:block;
}
.gadget__img{
    max-width: 100%;
    max-height:250px;
}
.gadget__btn{
    height:37px !important;
    width:122px;
    line-height:33px !important;
    padding:0;
    transition: all 0.3s;
}
.gadget__btn:hover{
   background-color: #0074C2;
    border-color:#0074C2;
    color:white;
    transition: all 0.3s;
}
@media(max-width:1199px){
    .gadget__img-wrp{
        min-height:220px;
        display:block;
    }
}
@media(max-width:991px){
    .samsung .gadget .btn3g--15x{
        height: 2.2rem;
        border-radius: 1.2rem;
        ppadding: 0.5rem 1.6rem;
        font-size: 1rem;
        line-height: 1rem;
    }
    .samsung .btn--tab{
        height: 3.2rem;
        border-radius: 1.6rem;
        padding: 1rem 3rem;
        font-size:1.1rem;
        line-height: 1rem;
        margin-bottom:1rem;
    }
    .gadget__img-wrp{
        min-height:160px;
    }
}
@media(max-width:767px){
    .samsung{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .gadgets {
        margin-top: 3em;
    }
    .gadget {
        margin-bottom: 3rem;
    }
    .samsung .btn--tab{
        height: 2.4rem;
        border-radius: 1.2rem;
        padding: 0.6rem 2rem;
        font-size: 1.1rem;
        line-height: 1rem;
    }
    .gadget__title, .gadget__title a{
        font-size: 0.8rem;
    }
    .gadget__img-wrp{
        min-height:160px;
    }
}

.alpha{
    padding-top:6rem;
}
.alpha__logo{
    max-width: 100%;
}
.alpha__btn{
    margin-top:2rem;
}
.alpha__text{
    color:white;
    font-size:0.8rem;
    line-height: 1.2em;
    margin-top:1rem;
}
@media(max-width:767px){
    .alpha{
        padding-top:8rem;
    }
    .alpha__btn{
        margin-top:0rem;
    }
}

@media(max-width:575px) {
    .alpha{
        padding-top:2rem;
    }
    .alpha__btn{
        margin-top:2rem;
    }
    .alpha__text{

    }
}


.good__title {
    font-family: "Samsung Sharp Sans";
    font-weight: 600;
    font-size: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    letter-spacing: 0px;
}
.good__subtitle{
    font-family: "Samsung Sharp Sans";
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    color:#000;
}
.good__text{
    color:#707070;
}
.good__image-wrp{

}
.good__image{
    max-height: 300px;
    max-width: 100%;
}
.good__no-time{
    text-transform: uppercase;
    font-weight: 600;
    font-size:1.2rem;
    margin-top:4rem;
    margin-bottom:0.5rem;
}
.good__courier-text{
    margin-bottom:2rem;
 }
.good__courier-comment{
    margin-top:2rem;
    font-size:0.8rem;
    line-height: 1.5em;
    color:#777;
}
.good__discount-text{
    margin-top:2rem;
    font-weight: 600;
    font-size:1.2rem;
    margin-bottom:2rem;
}
.good__request-btn{

}

.good__request-response{
    font-weight: 600;
    font-size: 2.5rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
}
.good__response-comment{
    font-weight: normal;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0rem;
}




.table.good__jobs {
    color: #707070;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.table.good__jobs thead th{
    font-weight:600;
}
.table.good__jobs thead th {
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
}
.table.good__jobs tfoot {
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
 }
.table.good__jobs tfoot th{
    font-weight:600;
    vertical-align: top;
}
.table.good__jobs tfoot tr:first-child th{
    padding:2rem 1rem 0 1rem;
}
.table.good__jobs tfoot tr:last-child th{
    padding:0 1rem 2rem 1rem;
}
.table.good__jobs tfoot th{
    border:none;
    padding:0;
}

.good__jobs{
    color:#777;
}
.good__jobs-wrp{
    overflow: auto;
    margin-top:2.5em;
   /*margin-left:10%;
    width:80%;*/
}
.table.good__jobs td, .table.good__jobs th{
    padding:1.5rem 0.75rem;
}

.good__jobs tfoot{
    background-color:#707070;
    color:white;
}
.good__jobs tfoot td,.good__jobs tfoot th{
    color:white;
}


@media(max-width:767px){
    .good__title{
        font-weight: 600;
        font-size:2.5rem;
        margin-top:2rem;
        margin-bottom:1.5rem;
    }
    .good__no-time{
        margin-top:2em;
    }
}


.good__request-form{
margin-top:3rem;
    color:#777;
}
.good__request-form .form-group {
    margin-bottom: 1.5rem;
}
.good__request-form input[type=text],.good__request-form input[type=email],.good__request-form input[type=number],.good__request-form textarea {
    background-color:#fafafa;
    padding:1.4rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border:1px solid #ccc;
    color:#555;
}
.good__request-form input:disabled {
    background-color:#e9ecef;
}
.good__request-form textarea {
    padding:0.6rem 1.2rem;
    height: 11.8em;
}

.good__request-form input[type=checkbox]{
    border:1px solid #ccc;
    width:1.2rem;
    height:1.2rem;
    background-color:#fafafa;
    margin-right:0.5rem;
    vertical-align: middle;
}

.free-delivery-wrp{
    background-color:#F7F7F7;
}
.free-delivery{
    display:block;
    padding-top:1rem;
    padding-bottom:1.5rem;
    text-align:center;
    margin-top:0.5rem;
    mmargin-bottom:3rem;
    font-size:1.2em;
}
.free-delivery__link{
    text-decoration: none !important;
    color:#000 !important;
    font-size:22px;
}

.free-delivery2{
    display: block;
    padding-top:1rem;
    padding-bottom:1rem;
    margin-top:1rem;
    margin-bottom:1rem;
    font-size:1em;
    background-color:#F7F7F7;
}

.dialog__panel{
    padding:2rem 1rem 1rem;
}
.dialog__header{
    color:#0074C2;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom:1.5rem;
}
.dialog__form-control{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color:#707070;
    height:50px;
}
.dialog__form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #707070;
    font-size:0.8rem;
}
.dialog__form-control::-moz-placeholder { /* Firefox 19+ */
    color: #707070;
    font-size:0.8rem;
}
.dialog__form-control:-ms-input-placeholder { /* IE 10+ */
    color: #707070;
    font-size:0.8rem;
}
.dialog__form-control:-moz-placeholder { /* Firefox 18- */
    color: #707070;
    font-size:0.8rem;
}
.dialog__help{
    font-size: 0.8rem;
}

.page__title{
    font-family: "Samsung Sharp Sans";
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 3em;
    text-align: center;
    margin-top:2rem;
}
.page__text{
    color:#21252999;
}


.rasspochka__head-wrp{
    margin-top:3em;
    padding-bottom:3em;
    border-bottom:1px solid #eeeeee;
    margin-bottom:3em;
}
h1.rassrochka__h1{
    display: block;
    font-family: "Samsung Sharp Sans";
    font-weight: 700;
    margin-top:2.7em;
    letter-spacing: 0px;
}
.rassrchka__aplha{
    height: 150px;
}
.rassrchka__aplha img{
    max-height: 100%;
}
@media(max-width:1199px){
    h1.rassrochka__h1{
        font-weight: 700;
        margin-top:1.4em;
    }
}
@media(max-width:991px){
    .rassrchka__aplha{
        height: 120px;
    }
    h1.rassrochka__h1{
        font-size: 2.2em;
        font-weight: 700;
        margin-top:1.1em;
    }
}
@media(max-width:767px){
    .rassrchka__aplha{
        height: 100px;
    }
    h1.rassrochka__h1{
        font-size: 2.2em;
        font-weight: 700;
        margin-top:0.6em;
    }
}

.rassrochka__subtitle{
    font-family: "Samsung Sharp Sans";
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 1.6em;
    text-align: center;
    margin-bottom:1em;
    color:#333;
}
.rassrochka__subtitle--red{
    color:#CF3B26;
}

.rassrochka__form input[type=text],.rassrochka__form input[type=number]{
    border-color:#707070;
    height:52px;
    border-radius:0;
}




.table.good__jobs{
    color:#777;
    border-bottom: 1px solid #888;
}

.table.good__jobs .tfoot{
    background-color:#707070;
    color:white;
}
.table.good__jobs .tfoot .col,.good__jobs .tfoot .th{
    color:white;
}
.table.good__jobs .thead .th {
    font-weight: 600;
}
.table.good__jobs .thead {
    border-bottom: 1px solid #888;
    border-top:1px solid #888;
    margin-bottom:-1px;
    z-index: 2;
    position: relative;
}
.table.good__jobs .row{
    margin:0;
    border-top: 1px solid #dee2e6;
}
.table.good__jobs .row.promo{
    color:#B22D2D;
}
.table.good__jobs .row.promo .btn3g{
    color:#B22D2D;
    border-color:#B22D2D;
}
.table.good__jobs .row.promo .price-old{
    color:#555;
    text-decoration: line-through;
}
.table.good__jobs .row.promo .btn3g--lightblue{
    background-color:#B22D2D;
}
.table.good__jobs .thead .row{
    border-top: none
}
.table.good__jobs .col,.table.good__jobs .col-auto{
    vertical-align: top;
}
.table.good__jobs .col,.table.good__jobs .col-auto, .table.good__jobs .th {
    padding: 0.5rem 0.75rem;
    font-size:0.9rem;
}
.table.good__jobs .th {
    padding: 1.25rem 0.75rem;
    font-size:0.9rem;
    border-top:none;
    color:black;
    line-height: 14px;
}

/*.table.good__jobs .td_parts_price:after{
    content:"+";
    float:right;

}*/
/*.table.good__jobs .td_price:after{
    content:"=";
    float:right;
}*/
.table.good__jobs .row>div:first-child {
    padding-left: 50px;
}
.table.good__jobs .row>div:nth-child(2) {
    width: 120px;
}
.table.good__jobs .row>div:nth-child(3) {
    width: 120px;
}
.table.good__jobs .row>div:nth-child(4) {
    width: 120px;
}
.table.good__jobs .row>div:nth-child(5) {
    width: 120px;
}
.table.good__jobs .row>div:nth-child(6) {
    width: 200px;
}
.table.good__jobs .row>div:last-child {
    padding-right: 50px;
}
.table.good__jobs .tbody .row>div:nth-child(8),.table.good__jobs .tfoot .row>div:nth-child(8) {
    width: 200px;
}
@media(max-width: 991px){
    .table.good__jobs .row>div:first-child {
        padding-left: 15px;
    }
    .table.good__jobs .row>div:nth-child(2) {
        width: unset;
    }
    .table.good__jobs .row>div:nth-child(3) {
        width: unset;
    }
    .table.good__jobs .row>div:nth-child(4) {
        width: unset;
    }
    .table.good__jobs .row>div:last-child {
        padding-right: 15px;
    }
    .table.good__jobs .thead .row>div:nth-child(5){
        width: unset;
    }
}

/*@media(min-width: 768px){
    .table.good__jobs .td_parts_price:after{
        display: none;
    }
    .table.good__jobs .td_price:after{
        display: none;
    }
}*/
@media(max-width: 767px){
    .good__jobs-wrp{
        /*margin-left:-15px;
        margin-right:-15px;*/
        margin-left:0px;
        margin-right:0px;
        width:auto;
    }
    .table.good__jobs .col, .table.good__jobs .th {
        padding: 0.5rem 0.5rem;
    }

    .table.good__jobs .tbody .col:nth-child(1){
        padding-top:0.3rem;
        padding-bottom:0.2rem;
    }

    .table.good__jobs .tbody .col:nth-child(2),
    .table.good__jobs .tbody .col:nth-child(3),
    .table.good__jobs .tbody .col:nth-child(4){
        border-top:0;
        padding-top:0.2rem;
        font-size: 0.8em;
        padding-bottom:0.5rem;
    }
    /*.table.good__jobs .td_sum{
        color:#0074C2
    }*/
    .table.good__jobs .tfoot{
        background-color: #fff;
    }
    .table.good__jobs .tfoot .col:nth-child(1){
        color:#707070;
    }
    .table.good__jobs .tfoot .col:nth-child(2){
        color:#0074C2;
    }
    .table.good__jobs .tbody {
            }
    .table.good__jobs .tfoot {
        border-bottom: 2px solid #ccc;
    }

}

.table.good__jobs .tfoot--fix {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #777;
    color: white;
    z-index: 11;
    left:auto;
    right:auto;
    max-width:1100px;
}

.table.good__jobs .tfoot--fix .th{
    color:white !important;
    oopacity:0;
}

@media(max-width:1200px){
    .table.good__jobs .tfoot--fix {
        display: none;
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: #777;
        color: white;
        z-index: 11;
        left:0;
        right:unset;
        max-width:unset;
    }
}
.good__item-discount{
    color:#333;
}
.good__item-discount-value{
    color:red;
}



.payment-info{
    border-top:1px solid #ccc;
}
.payment-info>div{
    margin-top:1rem;
}
.payment-info>div>div:first-child{
    text-align: right;
}
.payment-info>div>div:last-child{
    font-weight: bold;
}


.slick-slide img{
    max-width: 100%;
}




.order-part{
    margin-bottom:1.5rem;
}
.order-part h2{
    color:white;
    background-color:#353535;
    font-size:18px;
    text-transform:uppercase;
    padding-top:1.5rem;
    padding-bottom:1.5rem;
    text-align:center;
    margin-bottom:1.5rem;
    margin-left:-15px;
    margin-right:-15px;
//padding-left:2rem;
//padding-right:2rem;
}

.order-part h3 {
    color: black;
    font-size: 17px;
    margin-bottom: 1rem;
    font-weight: bold;
}


.replacement-container{
    padding-left:55px;
    padding-right:55px;
}
.table.good__jobs-replacement .row>div:first-child{
    padding-left:50px;
}
.table.good__jobs-replacement .row>div:last-child{
    padding-right:50px;
}
.table.good__jobs-replacement .row>div:nth-child(2) {
    width: 205px;
}
.table.good__jobs-replacement .row>div:nth-child(3) {
    width: 181px;
}
.table.good__jobs-replacement .row>div:nth-child(4) {
    width: 125px;
}
.table.good__jobs-replacement{
    color:#707070;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.table.good__jobs-replacement .thead {
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
}
.table.good__jobs-replacement .col, .table.good__jobs-replacement .col-auto {
    border-top: 1px solid rgba(112,112,112,0.21);
}
.table.good__jobs-replacement .thead .col,.table.good__jobs-replacement .thead .col-auto{
    border-bottom: none;
    border-top: none;
}

.table.good__jobs-replacement .col, .table.good__jobs-replacement .col-auto{
    padding: 0.9rem 0.75rem
}
.table.good__jobs-replacement .th {
    padding: 1.4rem 0.75rem;
    font-size:0.9rem;
    line-height: 1rem;
    border-top:none;
}

@media (max-width: 1200px) {
    .replacement-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .table.good__jobs-replacement .row>div:first-child{
        padding-left:15px;
    }
    .table.good__jobs-replacement .row>div:last-child{
        padding-right:15px;
    }
    .table.good__jobs-replacement .row>div:nth-child(2) {
        width: 205px;
    }
    .table.good__jobs-replacement .row>div:nth-child(3) {
        width: 181px;
    }
    .table.good__jobs-replacement .row>div:nth-child(4) {
        width: 80px;
    }
}


@media (max-width: 767px) {
    .table.good__jobs-replacement .row>div:nth-child(4) {
        /*width: auto;*/
    }
    .table.good__jobs .tbody .col:nth-child(1) {
        padding: 0.5rem 0.5rem;
    }
    .table.good__jobs-replacement .tbody .col:nth-child(2),
    .table.good__jobs-replacement .tbody .col:nth-child(3),
    .table.good__jobs-replacement .tbody .col:nth-child(4),
    .table.good__jobs-replacement .tbody .col:nth-child(5) {
        font-size: 0.9rem;
        padding: 0.5rem 0.5rem;
        bborder-top: 1px solid #dee2e6;
    }
    .table.good__jobs-replacement .tbody .col:nth-child(2),
    .table.good__jobs-replacement .tbody .col:nth-child(3),
    .table.good__jobs-replacement .tbody .col:nth-child(4),
    .table.good__jobs-replacement .tbody .col:nth-child(5) {
        bborder-top:1px dotted #eee;
    }
}
@media (max-width: 575px) {

}


.replacement-tab>div{
    cursor:pointer;
}

.replacement-tab-container{
    display:none;
}



@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .col-xl-onefifth{
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;

        ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.search-result-title{
    font-size:28px;
    font-weight: 400;
}
.search-result-title__section{
    font-size:28px;
    font-weight: 600;
    color:#0074C2;
}
.search-result__link{
    color:#0074C2;
    text-decoration:none;
}
.search-value{
    color:#000;
}


.change-display{
    font-size:28px;color:#0074C2;text-decoration: none!important;
}
.continue-garantee{
    font-size:28px;color:#0074C2;text-decoration: none!important;
}

@media(max-width: 575px)
{
    .btn-mobile-less{
        font-size:1rem;
        height:42px;
        padding:12px 1.5rem;
        border-radius: 21px;
    }

    .slider__form {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .slider__title{
        font-size:1.5rem;
        margin-bottom: 0.5em;
    }

    .slider__dots {
        margin-top: 0rem;
    }

    .advantages-wrp{
        margin-top:2rem;
        padding-right: 4rem;
        padding-left: 4rem;
    }
    .advantages__title,.about__title {
        font-size: 1.8rem;
    }
    .bg-container {
        padding-bottom: 4rem;
    }
    .footer-wrp{
        /*margin-top: 4rem;*/
        padding-top: 1.5rem;
    }
    .footer__menu {
        margin-bottom: 1rem;
    }
    .footer__need-support-wrp{
        border-bottom:1px solid rgba(112,112,112,0.2);
    }
    .change-display{
        font-size:22px;
        font-weight: 600;
        color:#0074C2;
    }
    .continue-garantee{
        font-size:12px;
        font-weight: 600;
        color:#0074C2;
    }
}















.about-page-wrp{
    font-size:18px;
    margin-top: 20px;
}
.about-bg{
    background-color:#F7F7F7;
}
.about-title{
    font-size:48px;
    color:#000;
    font-family: "Samsung Sharp Sans";
    font-weight:600;
    line-height: 130%;

}
.about-sumsung{
    background-color:#000;
    background-image:url('/img/sumsung.svg');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:auto 30px;
    height:105px;
}
.about-sennheiser{
    background-color:#0095D5;
    background-image:url('/img/sennheiser.svg');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:auto 40px;
    height:105px;
}
.about-bg1{
    background-image:url('/img/about1.webp');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:100%;
    min-height:300px;
}
.about-bg2{
    background-image:url('/img/about2.webp');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:100%;
    min-height:300px;
}
.about-block1{
    padding-left: 127px;
    padding-right: 127px;
}
.about-block2{
    margin-top: 71px;
}
.about-block3 {
    padding: 20px 93px 20px 94px;
}
.about-block4{
    margin-top: 67px;
    padding: 59px 94px;
}
.about-block5{
    margin-top: 68px;
}
.about-block6{
    padding: 20px 20px 20px 101px;
}
.about-block7{
    margin-top: 66px;
}
.about-block8{
    padding: 52px 94px;
}

@media(max-width: 767px){

    .container{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .row{
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .row>*{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }


    .about-page-wrp{
        font-size:18px;
        margin-left:-1.5rem;
        margin-right:-1.5rem;
        margin-top: 30px;
        font-size:16px;
    }
    .about-title{
        font-size:32px;
        color:#000;
        font-family: "Samsung Sharp Sans";
        font-weight:600;
        line-height: 100%;
        text-align:center;
        margin-bottom:20px;
    }

    .about-sumsung{
        background-color:#24388C;
        background-image:url('/img/sumsung.svg');
        background-position:center center;
        background-repeat:no-repeat;
        background-size:auto 20px;
        height:80px;
    }
    .about-sennheiser{
        background-color:#0095D5;
        background-image:url('/img/sennheiser.svg');
        background-position:center center;
        background-repeat:no-repeat;
        background-size:auto 30px;
        height:80px;
    }
    .about-block1{
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .about-block2{
        margin-top: 30px;
        margin-left:0;
        margin-right:0;
        margin-bottom:0px !important;
    }
    .about-block3 {
        padding: 20px 1.5rem 20px 1.5rem;
        margin-bottom:0px !important;
    }
    .about-block4 {
        margin-top: 30px;
        padding: 1.5rem;
        margin-bottom:38px !important;
    }
    .about-block5 {
        margin-top:38px !important;
        margin-left:0;
        margin-right:0;
        margin-bottom:0 !important
    }
    .about-block6 {
        margin-bottom:0 !important
    }
    .about-block7 {
        margin-top: 27px;
        margin-bottom:0px !important;
        padding: 0 1.5rem;
    }
    .about-block7>.row{
        padding:0 !important
    }
    .about-block8 {
        padding: 27px 1.5rem 41px 1.5rem;
    }

    .ebnr{
        min-height: 130px;
        height: 130px;
        margin-top:2rem;
        margin-left:-1.5rem;
        margin-right:-1.5rem;
        margin-bottom: 1.5rem !important;
    }
    /*.page__text{
        line-height: 28px;
    }*/
    .page__text ol,.page__text ul{
        list-style-position: inside;
        padding:0;
    }
}


.order-repair-wrp{

}
.order-part{
    margin-bottom:1.5rem;
}
.order-part h2{
    color:white;
    background-color:#353535;
    font-size:18px;
    text-transform:uppercase;
    padding-top:1.5rem;
    padding-bottom:1.5rem;
    text-align:center;
    margin-bottom:1.5rem;
    margin-left:-15px;
    margin-right:-15px;
}

.order-part h3{
    color:black;
    font-size:17px;
    margin-bottom:1rem;
    font-weight:bold;
}
@media(max-width: 767px){
    .order-part h2{
        color:white;
        background-color:#353535;
        font-size:18px;
        text-transform:uppercase;
        padding-top:1.5rem;
        padding-bottom:1.5rem;
        text-align:center;
        margin-bottom:1.5rem;
        margin-left:-1.5rem;
        margin-right:-1.5rem;
    }

    .free-delivery__link {
        text-decoration: none !important;
        color: #000 !important;
        font-size: 16px;
    }
    .free-delivery{
        margin-top:0;
    }
    .free-delivery-wrp {
        margin-left:-1.5rem !important;
        margin-right:-1.5rem !important;
        padding-left:1.5rem;
        padding-right:1.5rem;
    }

    .contacts__subtitle{
        font-size:1.2rem;
    }
    .contacts__phone {
        font-size: 1.2rem;
    }
    .contacts__btn {
        text-transform: none;
        height: 2.8rem;
        border-radius: 1.5rem;
        padding: 0.8rem 2rem;
        font-size: 1.1rem;
        margin-top: 1.2rem;
        margin-bottom: 2rem;
    }
    .contacts__phone-wrp {
        margin-bottom: 0em;
        border-bottom:none;
    }
    .contacts__data {
        font-size: 1rem;
    }
    .contacts__map {
        margin-top: 0px;
    }
        .contacts {
            margin-bottom: 2rem;
        }


    .help-you__form {
        margin-top: 0rem;
    }

    .btn--tab1{
        height: 42px !important;
        width: 140px !important;
        border-radius: 21px;
        font-size: 0.9rem;
        line-height: 0.9rem;
        margin-bottom: 0.9rem;
        text-align: center;
        padding: 0;
        line-height: 42px !important;
        margin-left:12px !important;
        margin-right:12px !important;;
    }

    .good__title {
        font-size: 28px;
    }

    .navbar-toggler,.navbar-toggler:focus{
        outline: none !important;
        box-shadow: none!important;
    }
}

@media(max-width: 575px){
    .gadget__img-wrp {
        min-height: unset;
        /* max-height: 138px; */
        height: 150px;
        /* padding-bottom: 20px; */
    }
    .gadget__img {
        max-width: 100%;
        max-height: 100%;
    }
}


.navbar-mobile-extra{
    border-top:1px solid rgba(112,112,112,0.2);
    padding-top:1rem;
    margin-top:1rem;
    margin-left:-35px;
    margin-right:-35px;
    padding-left:35px;
    padding-right:35px;
}
.navbar-mobile-extra-top{
    border-bottom:1px solid rgba(112,112,112,0.2);
    padding-bottom:1rem;
    margin-bottom:1rem;
    margin-left:-35px;
    margin-right:-35px;
    padding-left:35px;
    padding-right:35px;
}




.grecaptcha-badge {
    display: none !important;
}

.h1-responsive{
    font-weight: 600;
    font-family: 'Samsung Sharp Sans';
    line-height: 4rem;
    max-width: 1100px;
}

@media(max-width:575px){
    .h1-responsive{
        font-size:1.5rem;
        line-height: 2rem;
    }
}


label.error{
    color:Red;
    font-size:11px;
}





















.hour{
    overflow: hidden;
}
.hour .top-block {
    height: auto;
    background-color: #F7F7F7;
    padding: 41px 49px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 69px;
}
.hour .top-block .title {
    color: #000000;
    font-weight: bold;
    font-size: 48px;
    font-family: "Samsung Sharp Sans";
    padding: 0 24px;
    line-height: 96px;
}
.hour .top-block .title .number {
    font-size: 148px;
}
.hour .top-block .text {
    padding: 30px 24px;
}
@media(max-width:991px){
    .hour .top-block {
        height: auto;
    }
}
@media(max-width:767px){
    .hour{
        overflow: unset;
        margin: 0 -1.5rem;
    }
    .hour .top-block {
        padding: 17px 27px;
        font-size: 16px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 24px;
        height: auto;
    }
    .hour .top-block .title {
        color: #000000;
        font-weight: bold;
        font-size: 32px;
        font-family: "Samsung Sharp Sans";
        padding: 0px;
        line-height: 43px;
        margin-bottom:20px;
        margin-top:10px;
        text-align: center;
    }
    .hour .top-block .title .number {
        font-size: 32px;
    }
    .hour .top-block .text {
        padding: 0px;
        margin-bottom:20px;
        font-weight: 300;
    }
}
@media(max-width:575px) {
    .hour .top-block {
        margin-top: 38px;
    }
}
.hour .block{
    background:#F7F7F7;
}
.hour .block.white {
    background: #FFFFFF;
}
.bg-gray {
    background-color: #F7F7F7;
}

.bg-white {
    background-color: #FFFFFF;
}
.hour .block .title{
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    padding-right: 73px;
    font-weight: 300;
}
.hour .block .number{
    font-size: 248px;
    line-height: 140px;
    color: #000;
    opacity: 0.11;
    padding: 0 20px 0 73px;
    font-family: "Samsung Sharp Sans";
    vertical-align: middle;
}
.hour .block .img img{
    max-width:100%;
    width: 100%;
    height: auto;
}
.hour .block .inner{
    height: 200px;
}


@media(max-width:991px){
    .hour .block .inner {
        height: 230px;
        padding: 45px 35px !important;
    }
    .hour .block .title{
        font-size:16px;
        line-height: 28px;
        color: #000000;
        padding-right: 0px;
        font-weight: 300;
    }
    .hour .block .number {
        font-size: 160px;
        line-height: 100px;
        color: #000;
        opacity: 0.11;
        padding: 0 20px 0 0;
    }
}

@media (max-width: 757px){
    .hour .block .inner {
        height: 250px;
        padding: 60px 35px !important;
    }
}


.hour .bottom-block{
    height:238px;
    background-color:#F7F7F7;
    padding:54px 73px;
    font-size:18px;
    line-height: 28px;
    color: #000000;
    margin-top:69px;
    text-align: center;
}
.hour .bottom-block .title{
    color:#000000;
    font-weight:bold;
    font-size:48px;
    line-height: 65px;
    font-family: "Samsung Sharp Sans";
    margin-bottom:20px
}
@media (max-width: 1200px){
    .hour .bottom-block{
        height:auto;
    }
}

@media(max-width:767px) {
    .hour .bottom-block {
        padding: 17px 27px 34px 27px;
        font-size: 16px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 0;
        height: auto;
        margin-top: 28px;
    }

    .hour .bottom-block .title {
        color: #000000;
        font-weight: bold;
        font-size: 32px;
        font-family: "Samsung Sharp Sans";
        padding: 0px;
        line-height: 43px;
        margin-bottom: 20px;
        margin-top: 10px;
        text-align: center;
    }

}

.hour .block.hour-text .img {
    padding: 40px 40px 30px;
}

.hour .block.hour-text .screen-list-title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.hour .block.hour-text .screen-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.hour .block.hour-text .screen-list li {
    margin-bottom: 6px;
}

.hour .block.hour-text .inner {
    height: auto;
}



.notebooks-page-wrp {
    font-size: 18px;
    margin-top: 20px;
}
.notebooks-bg {
    background-color: #F7F7F7;
}
.notebooks-block1{
    padding-left: 127px;
    padding-right: 127px;
}
.notebooks-block2{
    margin: 71px 0 0 0;
}
.notebooks-block3 {
    padding: 20px 93px 20px 94px;
}

.notebooks-block7 {
    margin-top:110px;
    padding-top:3rem;
    padding-bottom:3rem;
}

.notebooks-title{
    font-size:48px;
    color:#000;
    font-family: "Samsung Sharp Sans";
    font-weight:600;
    line-height: 130%;

}
.notebooks-sumsung {
    background-color: #24388C;
    background-image: url(/img/sumsung.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    height: 105px;
}
.notebooks-small-title{
    font-size:28px;
    color:#000;
    font-family: "Samsung Sharp Sans";
    font-weight:600;
    line-height: 37px;
    margin-bottom:46px;
    margin-top:33px;
}

.notebooks-small-text{
    font-size:18px;
    color:#707070;
    font-weight:300;
    line-height: 28px;
}
.notebooks-block6{
    margin-top:33px;
}
.notebooks-block6 .inner{
    border-bottom:1px solid rgba(112, 112, 112, 0.34);
    margin: 0 15px;
    padding-bottom:36px;
    height:100%;
}

@media(max-width: 1599px) {
    .notebooks-block2 .notebooks-title {
        font-size: 36px;
        line-height: 120%;
    }
    .notebooks-block3 {
        padding: 30px 50px 30px 50px;
        margin-bottom:0 !important;
    }
}
@media(max-width: 991px){
    .notebooks-block6 .inner{
        height:auto;
        padding-bottom:22px;
    }
    .notebooks-block7 {
        margin-top: 72px;
    }

}
@media(max-width: 767px){
    .notebooks-page-wrp{
        font-size:18px;
        margin-left:-1.5rem;
        margin-right:-1.5rem;
        margin-top: 30px;
        font-size:16px;
    }
    .notebooks-sumsung{
        background-color:#24388C;
        background-image:url('/img/sumsung.svg');
        background-position:center center;
        background-repeat:no-repeat;
        background-size:auto 20px;
        height:80px;
    }
    .notebooks-block1{
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .notebooks-block2{
        margin-top: 30px;
        margin-left:0;
        margin-right:0;
        margin-bottom:0px !important;
    }
    .notebooks-block3 {
        padding: 30px 1.5rem 30px 1.5rem;
        margin-bottom: 0px !important;
    }
    .notebooks-block4 {
        margin-top: 30px;
        padding: 1.5rem;
        margin-bottom:38px !important;
    }
    .notebooks-block8 {
        padding: 27px 1.5rem 41px 1.5rem;
    }
    .notebooks-title{
        font-size:32px;
        color:#000;
        font-family: "Samsung Sharp Sans";
        font-weight:600;
        line-height: 100%;
        text-align:center;
        margin-bottom:20px;
    }
    .notebooks-sumsung {
        background-color: #24388C;
        background-image: url(/img/sumsung.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 30px;
        height: 105px;
    }
    .notebooks-small-title{
        font-size:24px;
        color:#000;
        font-family: "Samsung Sharp Sans";
        font-weight:600;
        line-height: 35px;
        margin-bottom:22px;
        text-align: center;
    }
    .notebooks-small-text{
        font-size:16px;
        color:#707070;
        font-weight:300;
        line-height: 28px;
    }
    .notebooks-block6{
        margin:0px;
    }
    .notebooks-block6 .inner{
        border-bottom:1px solid rgba(112, 112, 112, 0.34);
        margin: 0;
        padding-bottom:22px;
    }
    .notebooks-block7 {
        margin-top:37px;
    }
    .notebooks-block7>.row{
        margin:0;
    }
    .notebooks-block7>.row>div:first-child{
        margin-bottom:2rem;
    }

}



.notebooks-link{
    display: flex;
    text-decoration: none;
}

.notebooks-link span{
    font-size:20px;
    color:#000;
    font-weight:300;
    line-height: 27px;
}

.notebooks-link:hover{
    text-decoration: none;
}

.notebooks-link .fa{
    height:45px;
    width:45px;
    border-radius: 22px;
    background-color:#000;
    color:white;
    line-height: 45px;
    text-align: center;
    font-size: 140%;
    margin-left: 34px;
    text-decoration: none;
}
.notebooks-link .fa:before {
    padding:2px 0 0 2px;
}

.more{
    color:#000;
    display: inline-block;
    margin-top:1rem;
    text-decoration: none;
    border-bottom: 1px solid #777;
}
.more:hover{
    text-decoration: none;
    border-bottom: 1px solid #777;
}


.mart8-subtitle1{
    color:#0074C2;
    font-size:41px;
    line-height:normal;
    font-weight: 600;
    margin-bottom:0.5rem;
    margin-top:1rem;
}
.mart8-subtitle2{
    color:#0074C2;
    font-size:41px;
    line-height:normal;
    font-weight: 600;
    margin-bottom:1rem;
}
.mart8-subtitle3{
    color:#707070;
    font-size:26px;
    line-height:normal;
    margin-top:20px;
}
@media(max-width:991px){
    .mart8-subtitle1{
        color:#0074C2;
        font-size:30px;
        line-height:normal;
        font-weight: 600;
        margin-bottom:0.5rem;
    }
    .mart8-subtitle2{
        color:#0074C2;
        font-size:30px;
        line-height:normal;
        font-weight: 600;
        margin-bottom:1rem;
    }
    .mart8-subtitle3{
        color:#707070;
        font-size:20px;
        line-height:35px;
    }
}


.cashback-banner1{
    color:#0074C2;
    font-size:40px;
    line-height: 55px;
    font-weight: 600;
}
@media(max-width:1200px) {
    .cashback-banner1 {
        font-size: 24px;
        line-height: 30px;
    }
}


.news_filter_subscr { border:1px solid #EEEEEE; display:flex; justify-content:space-between; margin-top:30px; }
.news_filter_subscr a, .news_subscr a { font-size:14px; color:#707070; text-transform:uppercase; display:block; padding:20px 30px; }
.news_filter_subscr a.active { background:#EEEEEE; }
.news_filter { display:flex; }
.news_filter a { border-right:1px solid #EEEEEE; }
.news_filter select { display:none; }
.news_subscr a.subscribe { padding-left:45px; background:url(/img/subscr1.png) left no-repeat; }
@media (max-width: 991px){
	.news h1 { font-size:32px; }
	.news_filter_subscr { border:none; display:block; margin-top:0px; }
	.news_filter a { display:none; }
	.news_filter select { display:block; width:100%; color:#707070; font-size:16px; border:none; border-bottom:1px solid #EEEEEE; padding:10px 0;  }
	.news_subscr { display:none; }
}

.news_items { margin-right:-35px; }
.news_item { display:block; float:left; width:326px; height:440px; border:1px solid #EEEEEE; margin:35px 35px 0 0; overflow:hidden; }
.about-wrp .news_item{margin-top:0;}
.news_item:hover { text-decoration:none; }
.news_item .news_img { height:220px; background:center no-repeat; background-size:cover; cursor:pointer; }
.news_item .news_content { padding:20px 10px 0 30px; background:white; height:220px; }
.news_item .news_content .news_category { text-transform:uppercase; font-size:14px; color:#707070; }
.news_item .news_content .news_name { font-size:18px; padding-top:20px; height:130px; display:block; overflow:hidden; color:#0074C2; font-weight:bold; }
.news_item .news_content .news_date { font-size:16px; color:#707070; }

.news_item.news_first { width:687px; background:center no-repeat; background-size:cover; }
.news_item.news_first .news_img { display:none; }
.news_item.news_first .news_content { width:50%; margin:220px 0 0 auto; }
@media (max-width: 1199px){
	.news_item {  width:286px; }
	.news_item.news_first { width:607px; }
}
@media (max-width: 991px){
	.news_item, .news_item.news_first {  width:300px; }
	.news_item.news_first { background:none !important; }
	.news_item.news_first .news_img { display:block; }
	.news_item.news_first .news_content { width:100%; margin:0; }								
}
@media (max-width: 767px){
	.news_items { margin-right:0; }
	.news_item, .news_item.news_first { width:100%; margin-right:0; }
}
.news_pages { font-size:20px; text-align:center; padding-top:30px; }
.news_pages .paginator { margin:0 auto; }
.news_pages .paginator td { padding:0 10px; }
.news_pages .current { font-weight:bold; }


.new_h1 { font:38px 'Segoe UI'; text-align:left; }
.new_content { padding-top:30px; display:flex; align-items:flex-start; }
.new_cont .new_img { height:386px; background:center no-repeat; background-size:cover; }
.new_cont .new_date_cat_print_share { padding:30px 0; display:flex; justify-content:space-between; align-items:center; }
.new_cont .new_date_cat_print_share .new_date { font-size:16px; color:#707070; }
.new_cont .new_date_cat_print_share .new_date a { text-transform:uppercase; margin-left:30px; color:#707070; }
.new_cont .new_date_cat_print_share .new_print_share .new_print { background:url(/img/print.png) center no-repeat; background-size:contain; display:inline-block; width:24px; height:24px; }
.new_cont .new_date_cat_print_share .new_print_share .new_share { background:url(/img/share.png) center no-repeat; background-size:contain; display:inline-block; width:24px; height:24px; margin-left:35px; }
.new_cont .ya-share2 { position:absolute; display:none; }
.new_cont .new_share_links { background:white; position:absolute; z-index:300; box-shadow:0 0 16px rgba(67,67,67,0.44); margin:10px 0 0 50px; display:none; }
.new_cont .new_share_links a { display:block; padding:7px 15px; border-bottom:1px solid #EEEEEE; text-align:center; }
.new_cont .new_text { padding-top:10px; color:#000000; }
.new_cont .new_source { padding-top:20px; }
.new_subscr { width:310px; margin-left:50px; border:1px solid #EEEEEE; background:url(/img/telega.png) center 35px no-repeat; text-align:center; padding-top:168px; }
.new_subscr .a1 { font-size:20px; color:#232323; }
.new_subscr .t1 { margin-top:20px; font-size:16px; color:#707070; }
.new_subscr .a2 { width:310px; display:block; border:none; background:none; border-top:1px solid #EEEEEE; text-transform:uppercase; padding:20px; margin-top:20px; font-size:16px; color:#707070; }
@media (max-width: 1199px){
	.new_subscr { width:260px; margin-left:30px; }
	.new_subscr .a2 { width:260px; }
}
@media (max-width: 991px){
	.new_content { display:block; }
	.new_subscr { width:auto; max-width:360px; margin:30px auto 0; }
	.new_subscr .a2 { width:100%; }
}
@media (max-width: 767px){
	.new_h1 { font-size:24px; }
	.new_cont .new_date_cat_print_share { padding:20px 0; }
	.new_cont .new_date_cat_print_share .new_date { font-size:12px; }
	.new_cont .new_date_cat_print_share .new_print_share .new_print, .new_cont .new_date_cat_print_share .new_print_share .new_share { width:16px; height:16px; }
	.new_cont .new_date_cat_print_share .new_print_share .new_share { margin-left:25px; }
	.new_cont .ya-share2.ya-share2_inited { margin:10px 0 0 20px; }
}

form .new_subscr { width:280px; margin:0; }
form .new_subscr .a2 { width:100%; }


.s_info { margin:80px auto 0; width:1050px;
    text-align: center; }
.s_info .zag { font-size:25px; text-transform:uppercase; font-weight:bold; color:#434343; }
.s_info .text1 { padding-top:60px; font-size:18px; }
.s_info .btn { margin-top:40px; text-transform:uppercase; padding:20px 50px; display:inline-block; height:auto; border-radius:40px; font-size:18px; }
.s_info .text2 { padding-top:50px; font-size:25px; font-weight:bold; color:#434343; }
@media (max-width: 1199px){
	.s_info { margin:60px 0 0; width:100%; }
}
@media (max-width: 767px){
	.s_info { background:none; padding:0; margin:40px 0 0; }
	.s_info .text1 { padding-top:30px; } 
	.s_info .btn { margin-top:20px; width:100%; padding-left:10px;padding-right:10px; font-size:14px }
	.s_info .text2 { padding-top:30px; text-align:center; }
}

.s_frm { background:#F7F7F7; padding:68px 60px 65px; margin-top:50px; }
.s_frm .w25 { width:25%; display:inline-block; margin-right:20px; }
.s_frm .form-control { padding:15px 20px; height:auto; border-radius:0; }
.s_frm button { padding:20px 40px;  width:200px; display:block; margin:20px auto 0; height:auto; border-radius:40px; font-size:18px; text-transform:uppercase; }
.sertif__alert{
    font-size:18px;
    color:#BA2828;
    margin-top:23px;
    margin-bottom:43px;
}
.sertif__agreement{
    font-size:14px;
    font-style: normal;
    color: #000000;
    margin-top:30px;
    margin-bottom:17px;
    text-align: center;
}
@media (max-width: 991px){
	.s_frm .name_phone { display:flex; justify-content:space-between; }
	.s_frm .w25 { width:48%; margin:0; }
}
@media (max-width: 767px){
	.s_frm { margin-top:30px; margin-left:-1.5rem;margin-right:-1.5rem;padding:24px;padding-top:45px; padding-bottom:49px; }
    .s_head { margin-left:-1.5rem;margin-right:-1.5rem;}
}














.status-remonta-form__wrp{
    background-color: #F7F7F7;
}

.status-remonta-form{
    padding:4rem 0;
}

.status-remonta-form input{
    height: 4rem;
    border:1px solid #EEEEEE;
    padding:20px 30px;
}
.status-remont-btn{
    height: 4rem;
    font-size: 18px;
    min-width: 262px;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    padding:22px 30px;
}
.status-remont-info{

}
.status-remont__header{
    color:#434343;
    padding-bottom:2rem;
    margin-top:3rem;
    border-bottom:1px solid #ccc;
    font-size:25px;
    font-weight: 500;
}
.status-remont__number{
    font-size:25px;
    font-weight: 700;
}
.status-remont__table{
    font-size:16px;
}
.status-remont__table .d-flex{
    margin-bottom:11px;
}
.status-remont__table .col:first-child{
    min-width: 200px;
}
.status-remont__table .col:last-child{
    font-weight:bold;
}
.status-remont__works-table{
    width:auto;
}
.status-remont__works label{
    color:#000000;
    font-size:16px;
    margin-bottom:2rem;
    margin-top:2rem;
}
.status-remont__works .table td,.status-remont__works .table th {
    border-color: #707070;
    color:#707070;
    font-size:16px;
}
.status-remont__works .table td{
    padding:18px 54px;
    border-color: #eee;
}
.status-remont__works .table th{
    padding:32px 54px;
    font-weight:700;
}
.status-remont__works .table tr:last-child td{
    border-bottom:1px solid #eee;
}
.status-remont__description{
    font-weight: 700;
    font-size:16px;
}
.status-remont__question-field{
    width:100%;
    height: 200px;
}

@media(max-width:767px){
    .status-remont__works .table td{
        padding:8px 16px;
    }
    .status-remont__works .table th{
        padding:12px 16px;
        font-weight:700;
    }
    .status-remonta-form{
        padding: 3rem 0;
    }
    .status-remonta-form__wrp{
        margin-left:-1.5rem;
        margin-right:-1.5rem;
        padding-left:1.5rem;
        padding-right:1.5rem;
    }
}

.show-if-has-discount{
    display: none;
}


.custom-switch{
    padding-left:62px;
}
.custom-switch .custom-control-label::before{
    height: 25px;
    width: 47px;
    border-radius: 13px;
    left: -62px;
    border-color:#000;
}
.custom-switch .custom-control-label::after{
    background-color: #000;
    height: 17px;
    width:17px;
    border-radius: 9px;
    left: -57px;
    top:8px;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #0074C2;
    -webkit-transform: translateX(21px);
    transform: translateX(21px);
}
.custom-switch .custom-control-label {
    line-height: 32px;
    margin-left:0;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0074C2;
    background-color: #fff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #000;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 1px;
    border: #000 solid 1px;
}


.search_good{
    font-size:18px;
}

.link-all-devices{
    display: inline-flex;
    align-items:center;
    padding:12px;
    padding-right:76px;
    height:82px;
    background:url('/img/btn-black-right.png') no-repeat right 16px center;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #777;
}


.faqs{

}
.faq__name{
    font: Bold 18px/24px Segoe UI;
    letter-spacing: 0px;
    color: #101010;
}
.faq__question{

}
.faq__3gzone{
    font: Bold 18px/24px Segoe UI;
    letter-spacing: 0px;
    color: #0074C2;
}


.anchor{
    color: #000000;
    line-height:20px
}



/**
modal
 */
.modal--vasya{

}
.modal--vasya .close{
    width:24px;
    height:24px;
    padding:0;
    background: url(../img/close.svg) no-repeat center;
    margin-right:0;
    margin-top:0;
}
.modal--vasya .modal-header{
    border:none;
    padding:25px 0px 25px 0px;
    margin: 0 40px;
    border-bottom:1px solid #ccc;
}
.modal--vasya .modal-body{
    padding: 25px 40px 40px 40px;
}
.modal--vasya .modal-title{
    text-align: left;
    font: normal normal 600 28px/28px 'Segoe UI';
    letter-spacing: 0;
    color: #0074C2;
}
.modal--vasya form .form-group label{
    font-size: 15px;
    line-height: 25px;
    color: #919191;
    margin-bottom:0;
}
.modal--vasya form .form-group label a{
    font-size: 15px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #1B53AF;
}
.modal--vasya form .form-control{
    border: 2px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 6px;
    height:50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding:17px 21px;
}
.modal--vasya form .custom-select{
    border: 2px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 6px;
    height:50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding:10px 21px;
}

.modal--vasya form .custom-checkbox .custom-control-label::before,
.modal--vasya form .custom-control-label::after{
    width: 1.25rem;
    height: 1.25rem;
    left:-2rem;
}
.modal--vasya form .custom-checkbox{
    padding-left:2rem;
}
.modal--vasya form .custom-control-input[type=checkbox]~.custom-control-label::before {
    border: #adb5bd solid 2px;
}
.modal--vasya form .custom-control-input[type=checkbox]:checked~.custom-control-label::before {
    color: #fff;
    border-color: #37B46C;
    background-color: #37B46C;
}
.modal--vasya .modal-footer {
    display: block;
    border: none;
    padding: 25px 0px 25px 0px;
    margin: 0 40px;
    border-top: 1px solid #ccc;
    text-align: left;
}


.location-trigger{
    color:#0074C2!important;
    font-size: 15px!important;
}
.free-delivery{
    text-align: center;
    font: normal normal normal 22px/30px 'Segoe UI';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding:35px 0;
    background-color: #F7F7F7;
}

.location-options{
}
.location-option{
    text-align: left;
    font: normal normal 300 17px/38px 'Segoe UI';
    letter-spacing: 0;
    color: #000000;
    width:20%;
    padding-left: 3.25rem;
}
.location-option--free-delivery{
    background: url(/img/car.svg) no-repeat left 1rem center;
    background-size: 24px;
}
.suggest-city{
    border-color: #ccc;
    border-radius: 0;
    height: 4rem;
}


.location.nav-link{
    padding-right: 16px;
    position: relative;
}
.location.nav-link::after{
    display: block;
    content: '\1F893';
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}



.inner-video-content {
    position: relative;
    overflow: hidden;
    line-height: 0px;
}
.inner-video-content video {
    width: 100%;
}
.inner-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 72px;
    width: 72px;
    cursor: pointer;
    font-family: "SamsungSansRegular", sans-serif;
    font-size: 14px;
    line-height: 64px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    background-image: url(/img/play.svg);
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.inner-video-plug {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 42%;
    background: rgba(39, 95, 186, 1);
    background: -moz-linear-gradient(right, rgba(39, 95, 186, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(right top, left top, color-stop(60%, rgba(39, 95, 186, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(39, 95, 186, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, rgba(39, 95, 186, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(right, rgba(39, 95, 186, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(39, 95, 186, 1) 60%, rgba(255, 255, 255, 0) 100%);
}

@media(min-width: 1600px) {
    .d-xxl-block {
        display: block!important;
    }
    .d-xxl-none{
        display: none!important;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
.screen-list-title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.screen-list {
    list-style-type: disc;
    padding-left: 40px;
    margin: 0;
}

.screen-list li {
    margin-bottom: 6px;
}
.hour .block.hour-text .inner {
    height: auto;          /* вместо фиксированной высоты */
    padding-top: 40px;     /* отступ сверху */
    padding-bottom: 20px;  /* небольшой отступ снизу */
    align-items: flex-start;
}
.hour .block .inner {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    align-items: flex-start;
}
.hour .block .inner.d-flex {
    height: auto !important;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
    align-items: flex-start !important;
}



/* News detail width/image constraints (20260402) */
.new_content .new_cont { max-width: 1120px; width: 100%; margin: 0 auto; }
.new_cont .new_text { max-width: 1120px; overflow-wrap: anywhere; }
.new_cont .new_text img,
.new_cont .new_text iframe,
.new_cont .new_text video,
.new_cont .new_text embed,
.new_cont .new_text object { max-width: 100% !important; height: auto !important; }
.new_cont .new_text table { display: block; max-width: 100%; overflow-x: auto; }
.news_more_mobile { display:none; text-align:center; padding-top:20px; }
.news_more_mobile a { display:inline-block; border:1px solid #0074C2; color:#0074C2; padding:10px 16px; text-decoration:none; border-radius:4px; font-weight:bold; }

@media (max-width: 767px) {
  .new_cont .new_img { height: 220px; }
  .new_cont .new_text img { width: 100%; max-width: 100% !important; }
  .news_pages { display:none; }
  .news_more_mobile { display:block; }
}



/* Hide news subscription blocks (20260402) */
.news_subscr, .new_subscr { display:none !important; }


/* Home news show-more (20260402) */
.about-wrp .news_items .news_item_hidden { display: none; }
.about-wrp .news_more_home { clear: both; width: 100%; text-align: center; padding-top: 24px; }
.about-wrp .news_more_home a { display:inline-block; border:1px solid #0074C2; color:#0074C2; padding:10px 16px; text-decoration:none; border-radius:4px; font-weight:bold; }



/* Home news show-more (mobile-safe 20260402) */
.about-wrp .news_items .news_item_hidden { display: none !important; }
.about-wrp .news_more_home { clear: both; width: 100%; text-align: center; padding-top: 24px; }
.about-wrp .news_more_home a { display:inline-block; border:1px solid #0074C2; color:#0074C2; padding:10px 16px; text-decoration:none; border-radius:4px; font-weight:bold; }




/* Hero title size tune (20260402) */
.help-you__title {
  font-size: 58px !important;
  line-height: 1.05 !important;
}
@media (max-width: 1199px) {
  .help-you__title {
    font-size: 46px !important;
  }
}
@media (max-width: 767px) {
  .help-you__title {
    font-size: 36px !important;
    line-height: 1.1 !important;
  }
}




/* Hero title force smaller (20260402_v2) */
body .help-you-wrp .help-you__title {
  font-size: 46px !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
}
@media (max-width: 1199px) {
  body .help-you-wrp .help-you__title {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  body .help-you-wrp .help-you__title {
    font-size: 30px !important;
    line-height: 1.12 !important;
  }
}

