/* ---------------------------------- */
/* Структура */
/* ---------------------------------- */


body {
    min-width: 320px;
}

html,
body {
    background: #f3f4f5;
}

.header {
    z-index: 100;
    min-width: 320px;

}

body.fixfixed header.header {
    position: relative;
    left: 0px;
}

body.fixfixed .content {
    padding-top: 0px;
}

.content-wrapper {
    position: relative;
}

.content {
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer {
    background-color: transparent;
    border-top: 0px;
    color: #fff;
    text-align: left;
    padding: 0px;
}

.avoid-fout>.avoid-fout-indicator {
    z-index: 1000;
}

.avoid-fout-indicator .progress-circular {
    top: 60px;
}


/* ---------------------------------- */
/* Шапка */
/* ---------------------------------- */

#top-panel {
    background: #2c363e;
    box-shadow: 0px 1px 3.92px 2px rgba(0, 0, 0, 0.16);
    height: 50px;
    min-height: 50px;
    padding: 0px;
}

#top-panel .top-panel-row {
    display: table;
    width: 100%;
}

#top-panel .top-left-part {
    display: table-cell;
    position: relative;
}

#top-panel .top-left-part {
    display: table-cell;
    padding-left: 85px;
}

#top-panel .top-right-part {
    float: right;
}


/* мобильный оверлей (при отображении бокового меню)*/
#top-panel-mobile-overlay {
    display: none;
    position: absolute;
    top: 0px;
    left: 50px;
    height: 50px;
    background: #2c363e;
    z-index: 105;
    right: 0px;

    transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0s;
    -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0s;
    -moz-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0s;
    -o-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0s;

    background-color: transparent;


}

@media only screen and (max-width: 767px) {
    #top-panel-mobile-overlay.active {
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
    }
}




/* Кнопка меню*/

#top-menu-button-wrapper {
    float: left;
    display: none;
    margin-left: -15px;
    position: relative;
}

#top-menu-button {
    padding: 24px 15px;
    cursor: pointer;

    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#top-menu-button-wrapper.active #top-menu-button {
    background: #374048;
}


.header.fixed #top-menu-button-wrapper {
    display: block;
}

@media only screen and (max-width: 992px) {
    #top-menu-button-wrapper {
        display: block;
    }
}

#top-menu-button .layer {
    display: block;
    width: 17px;
    height: 2px;
    background: #fff;
    position: relative;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}

#top-menu-button .layer:before,
#top-menu-button .layer:after {
    display: block;
    width: inherit;
    height: 2px;
    position: absolute;
    background: inherit;
    left: 0;
    content: '';
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}

#top-menu-button .layer:before {
    bottom: 300%;
}

#top-menu-button .layer:after {
    top: 300%;
}

#top-menu-button .layer.icon--to-arrow {
    animation-name: top-menu-button-icon--slide;
    animation-fill-mode: forwards;
}

#top-menu-button .layer.icon--to-arrow:before {
    animation-name: top-menu-button-icon--slide-before;
    animation-fill-mode: forwards;
}

#top-menu-button .layer.icon--to-arrow:after {
    animation-name: top-menu-button-icon--slide-after;
    animation-fill-mode: forwards;
}

#top-menu-button .layer.icon--from-arrow {
    animation-name: top-menu-button-icon--slide-from;
}

#top-menu-button .layer.icon--from-arrow:before {
    animation-name: top-menu-button-icon--slide-before-from;
}

#top-menu-button .layer.icon--from-arrow:after {
    animation-name: top-menu-button-icon--slide-after-from;
}

@keyframes top-menu-button-icon--slide {
    0% {}

    100% {
        transform: rotate(180deg);
    }
}

@keyframes top-menu-button-icon--slide-before {
    0% {}

    100% {
        transform: rotate(40deg);
        margin: -18.27% 48%;
        width: 60%;
    }
}

@keyframes top-menu-button-icon--slide-after {
    0% {}

    100% {
        transform: rotate(-40deg);
        margin: -18.27% 48%;
        width: 60%;
    }
}

@keyframes top-menu-button-icon--slide-from {
    0% {
        transform: rotate(-180deg);
    }

    100% {}
}

@keyframes top-menu-button-icon--slide-before-from {
    0% {
        transform: rotate(45deg);
        margin: -18% 48%;
        width: 60%;
    }

    100% {}
}

@keyframes top-menu-button-icon--slide-after-from {
    0% {
        transform: rotate(-45deg);
        margin: -18% 48%;
        width: 60%;
    }

    100% {}
}

/* Ссылки на соцальные сети*/
#top_social_links {
    padding: 9px 0;
}

#top_social_links a.top_social_link {
    position: relative;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 15px;
    background-color: #3e4b55;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#top_social_links a.top_social_link:hover {
    -moz-box-shadow: 0 0 5px rgba(160, 205, 255, .3);
    -webkit-box-shadow: 0 0 5px rgba(160, 205, 255, .3);
    box-shadow: 0 0 5px rgba(160, 205, 255, .3);
}

#top_social_links a.top_social_link:before {
    content: '';
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 17px;
    height: 17px;
}

#top_social_links a.top_social_link:nth-child(1):before {
    top: 7.5px;
    left: 7.5px;
    background-image: url(images/icons/tiktok-white.svg);
}

#top_social_links a.top_social_link:nth-child(2):before {
    top: 7.5px;
    left: 7.5px;
    background-image: url(images/icons/instagram.png);
}

#top_social_links a.top_social_link:nth-child(3):before {
    top: 7.5px;
    left: 7.5px;
    background-image: url(images/icons/vk.png);
}

#top_social_links a.top_social_link:nth-child(4):before {
    top: 7.5px;
    left: 7.5px;
    background-image: url(images/icons/facebook.png);
}

/* Кнопка входа */
#top-login-button-wrapper {
    float: right;
}

#top-login-button {
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    padding: 14px 85px 14px 36px;
    position: relative;
}

#top-login-button .login-icon,
#top-user-button .login-icon {
    position: absolute;
    background-color: #f69537;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 0px;
    top: 9px;
    padding-left: 0px;

}

#top-login-button .login-icon:hover {
    -moz-box-shadow: 0 0 5px #febc7c
        /*rgba(254, 188, 124, .3)*/
    ;
    -webkit-box-shadow: 0 0 5px #febc7c
        /*rgba(254, 188, 124, .3)*/
    ;
    box-shadow: 0 0 5px #febc7c
        /*rgba(254, 188, 124, .3)*/
    ;
}

#top-login-button .login-icon:before,
#top-user-button .login-icon:before {
    position: absolute;
    top: 7px;
    left: 7px;
}

#top-login-button .login-icon:before {
    height: 17px;
    width: 17px;
    background: url(images/icons/icon-login.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#top-user-button {
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    padding: 14px 25px 14px 40px;
    position: relative;
}

#top-user-button .tail {
    position: absolute;
    width: 20px;
    height: 20px;

    top: 50%;
    margin-top: -10px;
    right: 0px;

    cursor: pointer;
}

#top-user-button .tail:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #e4e5e6 transparent transparent transparent;
    content: " ";
    display: block;

    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -5px;

}

#top-user-button img {
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    left: 0px;
    top: 10px;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    border: 1px solid #50585f;
}

#top-user-button:after {
    content: " ";
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    left: -1px;
    top: 9px;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    border: 2px solid #50585f;
}

#top-user-button.user-no-photo:after {
    display: none;
}

#top-user-button .user-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 180px;
}

@media only screen and (max-width: 768px) {
    #top-user-button {
        padding: 0px;
        width: 33px;
        height: 50px;
    }

    #top-login-button {
        padding: 0px;
        width: 36px;
        height: 50px;
    }

    #top-login-button .login-text,
    #top-user-button .user-name {
        display: none;
    }

    #top-user-button .tail {
        display: none;
    }


}


/* Контейнер поиска и корзины */
#top-search-and-cart {
    position: relative;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    left: 0px;
    background: #2c363e;

}

@media only screen and (min-width: 769px) {
    #top-search-and-cart {
        z-index: 15;
    }
}


/* Логотип в панеле */
#top-panel-logo {
    display: none;
    position: relative;
    top: 2px;
    margin-left: 15px;
}

#top-panel-logo a,
#top-panel-logo a:hover,
#top-panel-logo a:focus {
    text-decoration: none;
    border-bottom: none;
}

.header.fixed #top-panel-logo {
    display: block;
}


@media only screen and (max-width: 768px) {

    .header.fixed #top-panel-logo {
        display: none;
    }
}

/* Логотип в панеле (мобильный)*/
#top-panel-logo-search-mobile {
    display: none;
    position: absolute;
    top: 0px;
    left: 50px;
    height: 50px;
    background: #2c363e;
    z-index: 200;
}

#top-panel-logo-search-mobile a,
#top-panel-logo-search-mobile a:hover,
#top-panel-logo-search-mobile a:focus {
    text-decoration: none;
    border-bottom: none;
}

@media only screen and (max-width: 768px) {
    #top-panel-logo-search-mobile {
        opacity: 0;
        display: block;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        width: 0px;
        overflow: hidden;
    }

    #top-menu-button-wrapper.active #top-panel-logo-search-mobile {
        width: 270px;
        overflow: visible;
        opacity: 1;
    }

    #top-menu-button-wrapper.active #top-panel-mobile-overlay {
        display: block;
    }
}

#top-panel-logo-mobile {
    position: absolute;
    top: 2px;
    left: 10px;
}



/* Поиск в панеле */
#top-panel-search {
    margin-right: 15px;
}

@media only screen and (max-width: 768px) {
    #top-panel-search {
        display: none;
    }
}

/* Поиск в панеле (мобильный)*/
#top-panel-search-mobile {
    position: absolute;
    top: 0px;
    left: 230px;
}

/* Блоки контактов в панеле */
#top-panel-contacts {
    display: none;
    width: 80%;
    position: absolute;
    left: 350px;
    top: 0px;
    height: 50px;
    z-index: 20;
}

.header.fixed #top-panel-contacts {
    display: block;
}

#top-panel-contacts .table-row {
    display: table-row;
}

#top-panel-contacts .table-cell {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
}

@media only screen and (max-width: 1700px) {
    #top-panel-contacts {
        width: 470px;
    }
}


@media only screen and (max-width: 1280px) {
    #top-panel-contacts {
        width: 370px;
    }
}

@media only screen and (max-width: 1200px) {
    #top-panel .top-left-part {
        padding-left: 0;
    }

    #top-login-button {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1160px) {
    #top-panel-contacts {
        width: 260px;
    }
}

@media only screen and (max-width: 1060px) {
    #top-panel-contacts {
        width: 140px;
    }
}

@media only screen and (max-width: 940px) {
    #top-panel-contacts {
        left: 300px;
    }
}

@media only screen and (max-width: 880px) {
    .header.fixed #top-panel-contacts {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .header.fixed #top-panel-contacts {
        display: block;
    }

    #top-panel-contacts {
        width: 120%;
        position: absolute;
        left: 50px;
        top: 0px;
        height: 50px;
    }
}

@media only screen and (max-width: 650px) {

    #top-panel-contacts {
        width: 100%;
    }
}

@media only screen and (max-width: 540px) {

    #top-panel-contacts {
        width: 160px;
    }
}

@media only screen and (max-width: 400px) {
    .header.fixed #top-panel-contacts {
        display: none;
    }
}


/* ---------------------------------- */
/* Левое раскрывающееся меню          */
/* ---------------------------------- */

#top-menu-left {
    height: auto;
    top: 50px;
    bottom: 0px;
}

#top-menu-left .menu-scroll {
    background-color: #fafafa;
    max-width: -webkit-calc(100% - 0px);
    max-width: calc(100% - 0px);
}

#top-menu-left .menu-scroll .menu-wrap {
    overflow-y: scroll;

}

html.bx-no-touch #top-menu-left .menu-scroll .menu-wrap {
    right: -16px;
}


#top-menu-left .menu-scroll .menu-wrap .menu-content {
    visibility: visible;
}

/* ---------------------------------- */
/* Правая раскрывающаяся панель       */
/* ---------------------------------- */

#top-profile-right {
    height: auto;
    top: 0px;
    bottom: 0px;
    z-index: 200;
}

#top-profile-right .menu-scroll {
    background-color: #fafafa;
    max-width: -webkit-calc(100% - 0px);
    max-width: calc(100% - 0px);
}

#top-profile-right .menu-scroll .menu-wrap {
    overflow-y: scroll;

}

html.bx-no-touch #top-profile-right .menu-scroll .menu-wrap {
    right: -16px;
}


#top-profile-right .menu-scroll .menu-wrap .menu-content {
    visibility: visible;
}

/* ---------------------------------- */
/* Контакты в шапке                   */
/* ---------------------------------- */
#header-contacts {
    background: #f2f2f2;
    padding: 20px 0px;

    -moz-box-shadow: 0 0 6px 0 rgba(56, 56, 56, 0.34);
    -webkit-box-shadow: 0 0 6px 0 rgba(56, 56, 56, 0.34);
    box-shadow: 0 0 6px 0 rgba(56, 56, 56, 0.34);
    position: relative;
    z-index: 12;
}

#header-contacts-logo {
    min-height: 90px;
    position: relative;
}

#header-contacts-logo img {
    position: absolute;
    margin: auto auto auto 0px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

#header-contacts-logo .logo-1x {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #header-contacts-logo .logo-1x {
        display: none;
    }

    #header-contacts-logo .logo-2x {
        display: inline;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #header-contacts-logo {
        min-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .header-contacts-logo-col {
        padding-right: 0px;
    }

    #header-contacts-logo {
        text-align: center;
        min-height: 68px;
    }

    #header-contacts-logo img {
        margin: auto;
    }
}

@media only screen and (max-width: 570px) {
    #header-contacts-logo {
        min-height: 54px;
    }
}

@media only screen and (max-width: 400px) {

    #header-contacts {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #header-contacts-table,
    .header-contacts-table-col {
        position: static;
    }
}

#header-contacts .table-row {
    display: table-row;
}

#header-contacts .table-cell {
    display: table-cell;
    width: 1%;
  /*  vertical-align: middle;*/
}

#header-contacts .table-cell:last-child {
    border-right: none;
}

#header-contacts-table {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

/* ---------------------------------- */
/* Стили элементов сайта               */
/* ---------------------------------- */

.editor_dialog .content {
    padding-top: 0px;
}

.form-group-label {
    margin-top: 30px;
    margin-bottom: 30px;
}

.starrequired {
    color: red;
}

.menu-content .nav a:focus,
.menu-content .nav a:hover,
.menu-content .nav .a:focus,
.menu-content .nav .a:hover,
.menu-content .nav li.selected>a {
    background-color: #eeeff0;
}

.card {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.card-shadow {
    -moz-box-shadow: 11px 18px 56.4px 3.6px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 11px 18px 56.4px 3.6px rgba(0, 0, 0, 0.24);
    box-shadow: 11px 18px 56.4px 3.6px rgba(0, 0, 0, 0.24);
}

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

.tab-nav .nav a {
    text-decoration: none;
}

.tab-nav .nav.nav-justified:before {
    display: none;
}

.tab-nav .nav.nav-justified:after {
    display: none;
}

.tab-nav li:before,
.dropdown-menu.nav li:before {
    display: none;

}

.tab-nav li,
.dropdown-menu.nav li {
    padding-left: 0px;
    padding-bottom: 0px;
}

.dropdown-menu.nav li a,
.dropdown-menu.nav li a:focus,
.dropdown-menu.nav li a:hover {
    border-bottom: 0px;
}

.form-group-label.control-multiple .floating-label {
    font-size: 12px;
    top: -16px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.modal {
    z-index: 220;
}
.modal-callback.modal {
    z-index: 9999999999;
}

.modal-backdrop {
    z-index: 219;
}

._show_1e.wrap_mW {
    z-index: 999999999 !important;
}

.modal .modal-dialog .close {
    position: absolute;
    top: 5px;
    right: 15px;
}

@media (min-width: 768px) {
    .modal .modal-dialog.modal-sm {
        width: 400px;
    }
}

.close {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: transparent url('images/close.png') center center no-repeat;
    cursor: pointer;
}

html.bx-retina .close {
    background-size: 13px 13px;
    background-image: url("images/close-retina.png");
}

@media only screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 19px;
        line-height: 25px;
    }

    h2,
    .h2 {
        font-size: 17px;
        line-height: 24px;
    }

    h3,
    .h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

.tooltip,
.tooltip:hover,
.tooltip:active,
.tooltip:focus {
    text-decoration: none;
    border-bottom: 1px dashed #2a98d3;
}

.compare-btn,
.favorite-btn {
    font-size: 14px;
    display: inline-block;
    height: 20px;
    padding-top: 2px;
    margin: 10px 0px;
}

.compare-btn,
.compare-btn:active,
.compare-btn:focus,
.compare-btn:hover,
.compare-btn:visited,
.favorite-btn,
.favorite-btn:active,
.favorite-btn:focus,
.favorite-btn:hover,
.favorite-btn:visited {
    border-bottom: 0px;
    color: #747474;
}

.compare-btn:after,
.favorite-btn:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
}

.icon-24-bf-19.compare-btn:after,
.icon-24-bf-19.favorite-btn:after {
    left: -3px;
    top: -3px;
    width: 26px;
    height: 26px;
}

.compare-btn .in-compare {
    display: none;
}

.compare-btn.active .in-compare {
    display: inline;
}

.compare-btn.active .to-compare {
    display: none;
}

.favorite-btn .in-favorites {
    display: none;
}

.favorite-btn.active .in-favorites {
    display: inline;
}

.favorite-btn.active .to-favorites {
    display: none;
}

.favorite-btn.hidden {
    display: none !important;
}

.add2basket-btn .in-basket,
.add2basket-btn .cant-buy {
    display: none;
}

.add2basket-btn.active .in-basket {
    display: inline;
}

.add2basket-btn.active .to-basket {
    display: none;
}

.add2basket-btn.cant-buy .cant-buy {
    display: inline;
}

.add2basket-btn.cant-buy .in-basket,
.add2basket-btn.cant-buy .to-basket {
    display: none;
}

.compare-btn.disabled,
.favorite-btn.disabled,
.add2basket-btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/*
    Кнопка удаления
*/

.delete-btn {
    display: inline-block;
    position: relative;
}

.delete-btn,
.delete-btn:hover,
.delete-btn:active,
.delete-btn:focus {
    border-bottom: 0px;
}

.delete-btn .icon-24-bf {
    padding-left: 20px;
}

.delete-btn .icon-24 {
    z-index: 2;
    position: relative;
}

.delete-btn:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;

    left: -3px;
    top: -4px;
    width: 26px;
    height: 26px;
}


.delete-btn .icon-close-24,
.delete-btn:hover .icon-delete-24 {
    display: none;
}

.delete-btn:hover .icon-close-24 {
    display: inline-block;
}

.delete-btn:hover:after {
    background: #f09911;
}




/* ---------------------------------- */
/* Подсказки к полям                  */
/* ---------------------------------- */

.b1t-ymservice-label-tooltip {
    display: block;
    padding-left: 0px !important;
    position: absolute !important;
    width: 24px;
    height: 24px;
    left: 100%;
    top: 0px;
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;
    z-index: 2;
}

.b1t-ymservice-label-tooltip.tooltip,
.b1t-ymservice-label-tooltip.tooltip:hover,
.b1t-ymservice-label-tooltip.tooltip:active,
.b1t-ymservice-label-tooltip.tooltip:focus {
    border: none;
}

/* ---------------------------------- */
/* Стили для owl-carousel             */
/* ---------------------------------- */

.owl-theme .owl-controls .owl-buttons div {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    z-index: 10;

    position: absolute;
    top: 50%;
    margin-top: -29px;
    width: 58px;
    height: 58px;

    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12), 1px 2px 4px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .12), 1px 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 0 4px rgba(0, 0, 0, .12), 1px 2px 4px rgba(0, 0, 0, .08);
}

.owl-theme .owl-controls .owl-buttons div:hover {
    box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18);
}

.owl-theme .owl-controls .owl-buttons div .icon-24 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.owl-theme .owl-controls .owl-buttons div.disabled {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div table {
    width: 100%;
    height: 100%;
}


.owl-theme .owl-controls .owl-buttons div table td {
    vertical-align: middle;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -29px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -29px;
}

.owl-theme .owl-controls {
    margin-top: 0px;
}

@media only screen and (max-width: 991px) {
    .owl-theme .owl-controls .owl-buttons div {
        margin-top: -20px;
        width: 40px;
        height: 40px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -15px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -15px;
    }

    #header-contacts .table-row {
        width: 100%;
    }
}


/* ---------------------------------- */
/* Ошибки/сообщения                   */
/* ---------------------------------- */

font.errortext,
.errortext {
    color: red;
}

font.notetext,
.notetext {
    color: green;
}

.b1t-ymservice-ajax-error {
    margin: 24px 0px;
    display: none;
}

/* ---------------------------------- */
/* Автоскрываемый контент             */
/* ---------------------------------- */
.b1t-ymservice-overflowable {
    max-height: 190px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .b1t-ymservice-overflowable {
        max-height: 120px;
    }
    body.modal-open {
         position: fixed!important;
    }
}

.b1t-ymservice-overflowable.show {
    max-height: none;
}

.b1t-ymservice-overflowable .more {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0px;
    height: 40px;
    z-index: 3;

    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */

    display: none;
}

.b1t-ymservice-overflowable.site-bg .more {
    background: -moz-linear-gradient(top, rgba(243, 244, 245, 0) 0%, rgba(243, 244, 245, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(243, 244, 245, 0) 0%, rgba(243, 244, 245, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(243, 244, 245, 0) 0%, rgba(243, 244, 245, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3f4f5', endColorstr='#f3f4f5', GradientType=0);
    /* IE6-9 */
}

.b1t-ymservice-overflowable .more.active {
    display: block;
}

.b1t-ymservice-overflowable.show .more.active {
    display: none;
}

.b1t-ymservice-overflowable .more .more-btn {
    cursor: pointer;
    background: 0;
    display: block;
    border-bottom: 1px solid #e9edf0;
    height: 23px;

    position: relative;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
    top: 10px;


}

.b1t-ymservice-overflowable .more .more-btn:hover {
    border-bottom-color: #2a98d3;
}

.b1t-ymservice-overflowable .more .more-btn:before {
    background: #fff;
    border: 1px solid #e6eaec;
    border-bottom: 0;
    bottom: -1px;
    content: '';
    height: 21px;
    left: 50%;
    margin-left: -32px;
    position: absolute;
    width: 63px;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
}

.b1t-ymservice-overflowable .more .more-btn:hover:before {
    border-color: #2a98d3;
}

.b1t-ymservice-overflowable .more .more-btn:after {

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #2a98d3 transparent transparent transparent;
    content: " ";
    display: block;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
}

.b1t-ymservice-overflowable .more .more-btn:hover:after {
    border-color: #2a98d3 transparent transparent transparent;
}

/* ---------------------------------- */
/* Наличие                            */
/* ---------------------------------- */

.b1t-ymservice-quantity-wrapper {
    display: inline-block;
    border-bottom: none !important;
    white-space: nowrap;
}

.b1t-ymservice-quantity-wrapper .quantity {
    height: 14px;
    width: 14px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    margin-right: 5px;
    background: #fff;
    border: 1px solid #ececec;

    float: left;
}

/* ---------------------------------- */
/* Стилизация слайдера диапазонов     */
/* ---------------------------------- */

.b1t-ymservice-nouislider-range.noUi-horizontal {
    height: 4px;
    margin: 15px 0px;
}

.b1t-ymservice-nouislider-range.noUi-horizontal.noUi-target {
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
}

.b1t-ymservice-nouislider-range.noUi-horizontal.noUi-background,
.b1t-ymservice-nouislider-range.noUi-horizontal .noUi-background {
    background: #a6a7a9;
    box-shadow: none;
}

.b1t-ymservice-nouislider-range.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -9px;
    top: -6px;

    border: none;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12), 1px 2px 4px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .12), 1px 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 0 4px rgba(0, 0, 0, .12), 1px 2px 4px rgba(0, 0, 0, .08);
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.b1t-ymservice-nouislider-range.noUi-horizontal .noUi-handle:before,
.b1t-ymservice-nouislider-range.noUi-horizontal .noUi-handle:after {
    display: none;
}


.b1t-ymservice-nouislider-range.noUi-horizontal .noUi-handle:hover {
    width: 26px;
    height: 26px;
    left: -13px;
    top: -10px;

}

.b1t-ymservice-nouislider-range.noUi-horizontal .noUi-handle:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/* ---------------------------------- */
/* Стилизация dropdown Material       */
/* ---------------------------------- */

.dropdown .dropdown-toggle-btn {
    text-transform: none;
    position: relative;
    padding-right: 40px;
}

.dropdown .dropdown-toggle-btn .tail {
    position: absolute;
    width: 20px;
    height: 20px;

    top: 50%;
    margin-top: -10px;
    right: 5px;

    cursor: pointer;
}

.dropdown .dropdown-toggle-btn .tail:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #bbbbbb transparent transparent transparent;
    content: " ";
    display: block;

    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -5px;
}

.dropdown.open .dropdown-toggle-btn .tail:before {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #bbbbbb transparent;
    margin-top: -3px;
}

.dropdown .dropdown-toggle-btn.btn-orange-light .tail:before {
    border-color: #fff transparent transparent transparent;
}


.dropdown.open .dropdown-toggle-btn.btn-orange-light .tail:before {
    border-color: transparent transparent #fff transparent;
}


.dropdown .btn {
    -webkit-box-shadow: 1px 1px 4.7px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 1px 1px 4.7px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 1px 1px 4.7px 1px rgba(0, 0, 0, 0.24);
}

.dropdown .btn:active,
.dropdown .btn:focus,
.dropdown .btn:hover,
.dropdown .dropdown-menu {
    box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18);
}

.dropdown.open .dropdown-toggle-btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown .dropdown-menu {
    border: none;
    padding-bottom: 0px !important;
}

.dropdown .dropdown-toggle-btn~.dropdown-menu {
    top: 0px;
    padding-top: 36px !important;
}

.dropdown .dropdown-menu.nav a {
    padding: 8px 16px;
}




/* ---------------------------------- */
/* Иконки 24x24                       */
/* ---------------------------------- */

.icon-24 {
    display: inline-block;
}

.icon-24-bf {
    position: relative;
    padding-left: 34px;
}

.icon-24-bf:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.icon-24,
.icon-24-bf:before {
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-image: url('images/icons/icon-48.png?v=13');
    background-size: 240px 408px;
    /* ИЗМЕНИТЬ РАЗМЕРЫ ЕСЛИ ИЗМЕНЯЕТСЯ ФАЙЛ*/
    background-position: 1000px 1000px;
}

.icon-24-19,
.icon-24-bf-19:before {
    background-size: 192px 326.4px;
    /* ИЗМЕНИТЬ РАЗМЕРЫ ЕСЛИ ИЗМЕНЯЕТСЯ ФАЙЛ - 80% */
    width: 19.2px;
    height: 19.2px;
}

.icon-24-bf-17:before {
    background-size: 168px 285.6px;
    /* ИЗМЕНИТЬ РАЗМЕРЫ ЕСЛИ ИЗМЕНЯЕТСЯ ФАЙЛ - 70% */
    width: 16.8px;
    height: 16.8px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    .icon-24,
    .icon-24-bf:before {
        background-image: url('images/icons/icon-48.png?v=13');
    }
}

.icon-24.icon-place-24,
.icon-24-bf.icon-place-24:before {
    background-position: 0px 0px;
}

.icon-24.icon-place-grey-24,
.icon-24-bf.icon-place-grey-24:before {
    background-position: 0px -120px;
}

.icon-24.icon-phone-24,
.icon-24-bf.icon-phone-24:before {
    background-position: -96px 0px;
}

.icon-24.icon-phone-grey-24,
.icon-24-bf.icon-phone-grey-24:before {
    background-position: -216px -96px;
}

.icon-24.icon-mail-24,
.icon-24-bf.icon-mail-24:before {
    background-position: -144px 0px;
}

.icon-24.icon-mail-grey-24,
.icon-24-bf.icon-mail-grey-24:before {
    background-position: -24px -120px;
}

.icon-24.icon-mail-blue-24,
.icon-24-bf.icon-mail-blue-24:before {
    background-position: -216px -120px;
}

.icon-24.icon-mail-orange-24,
.icon-24-bf.icon-mail-orange-24:before {
    background-position: -216px -240px;
}

.icon-24.icon-phone-talk-24,
.icon-24-bf.icon-phone-talk-24:before {
    background-position: -168px -96px;
}

.icon-24.icon-headset-mic-24,
.icon-24-bf.icon-headset-mic-24:before {
    background-position: -144px -96px;
}

.icon-24.icon-forum-24,
.icon-24-bf.icon-forum-24:before {
    background-position: -120px -96px;
}

.icon-24.icon-arrow-right-top-24,
.icon-24-bf.icon-arrow-right-top-24:before {
    background-position: -192px -96px;
}

.icon-24.icon-metro-mayakovskaya-24,
.icon-24-bf.icon-metro-mayakovskaya-24:before {
    background-position: -24px 0px;
}

.icon-24.icon-metro-barricade-24,
.icon-24-bf.icon-metro-barricade-24:before {
    background-position: -48px 0px;
}

.icon-24.icon-metro-university-24,
.icon-24-bf.icon-metro-university-24:before {
    background-position: -72px 0px;
}

.icon-24.icon-cart-24,
.icon-24-bf.icon-cart-24:before {
    background-position: -0px -144px;
}

.icon-24.icon-cart-white-24,
.icon-24-bf.icon-cart-white-24:before {
    background-position: -48px -120px;
}

.icon-24.icon-cart-blue-24,
.icon-24-bf.icon-cart-blue-24:before {
    background-position: -24px -144px;
}

.icon-24.icon-user-white-24,
.icon-24-bf.icon-user-white-24:before {
    background-position: -72px -120px;
}

.icon-24.icon-user-black-24,
.icon-24-bf.icon-user-black-24:before {
    background-position: -96px -120px;
}

.icon-24.icon-personal-24,
.icon-24-bf.icon-personal-24:before {
    background-position: -120px -120px;
}

.icon-24.icon-personal-blue-24,
.icon-24-bf.icon-personal-blue-24:before {
    background-position: -144px -120px;
}

.icon-24.icon-orders-24,
.icon-24-bf.icon-orders-24:before {
    background-position: -168px -120px;
}

.icon-24.icon-orders-blue-24,
.icon-24-bf.icon-orders-blue-24:before {
    background-position: -192px -120px;
}

.icon-24.icon-lock-24,
.icon-24-bf.icon-lock-24:before {
    background-position: -144px -24px;
}

.icon-24.icon-lock-blue-24,
.icon-24-bf.icon-lock-blue-24:before {
    background-position: -48px -144px;
}

.icon-24.icon-requests-24,
.icon-24-bf.icon-requests-24:before {
    background-position: -168px -24px;
}

.icon-24.icon-requests-blue-24,
.icon-24-bf.icon-requests-blue-24:before {
    background-position: -72px -144px;
}

.icon-24.icon-exit-24,
.icon-24-bf.icon-exit-24:before {
    background-position: -96px -144px;
}

.icon-24.icon-exit-blue-24,
.icon-24-bf.icon-exit-blue-24:before {
    background-position: -120px -144px;
}

.icon-24.icon-settings-white-24,
.icon-24-bf.icon-settings-white-24:before {
    background-position: -144px -144px;
}

.icon-24.icon-settings-24,
.icon-24-bf.icon-settings-24:before {
    background-position: -192px -24px;
}

.icon-24.icon-phone-forwarded-white-24,
.icon-24-bf.icon-phone-forwarded-white-24:before {
    background-position: -168px -144px;
}

.icon-24.icon-phone-forwarded-24,
.icon-24-bf.icon-phone-forwarded-24:before {
    background-position: -168px -168px;
}

.icon-24.icon-forum-white-24,
.icon-24-bf.icon-forum-white-24:before {
    background-position: -192px -144px;
}

.icon-24.icon-phone-android-white-24,
.icon-24-bf.icon-phone-android-white-24:before {
    background-position: -216px -144px;
}

.icon-24.icon-phone-android-24,
.icon-24-bf.icon-phone-android-24:before {
    background-position: -216px -168px;
}

.icon-24.icon-place-white-24,
.icon-24-bf.icon-place-white-24:before {
    background-position: 0px -168px;
}

.icon-24.icon-chat-white-24,
.icon-24-bf.icon-chat-white-24:before {
    background-position: -24px -168px;
}

.icon-24.icon-chat-24,
.icon-24-bf.icon-chat-24:before {
    background-position: -24px -96px;
}

.icon-24.icon-courier-white-24,
.icon-24-bf.icon-courier-white-24:before {
    background-position: -48px -168px;
}

.icon-24.icon-courier-24,
.icon-24-bf.icon-courier-24:before {
    background-position: -48px -96px;
}

.icon-24.icon-info-white-24,
.icon-24-bf.icon-info-white-24:before {
    background-position: -72px -168px;
}

.icon-24.icon-info-24,
.icon-24-bf.icon-info-24:before {
    background-position: -192px -168px;
}

.icon-24.icon-phone-msg-white-24,
.icon-24-bf.icon-phone-msg-white-24:before {
    background-position: -96px -168px;
}

.icon-24.icon-phone-msg-24,
.icon-24-bf.icon-phone-msg-24:before {
    background-position: -0px -192px;
}

.icon-24.icon-clock-24,
.icon-24-bf.icon-clock-24:before {
    background-position: -120px 0px;
}

.icon-24.icon-phone-white-24,
.icon-24-bf.icon-phone-white-24:before {
    background-position: -120px -168px;
}

.icon-24.icon-email-white-24,
.icon-24-bf.icon-email-white-24:before {
    background-position: -144px -168px;
}

.icon-24.icon-arrow-forward-white-24,
.icon-24-bf.icon-arrow-forward-white-24:before {
    background-position: -144px -216px;
}

.icon-24.icon-arrow-back-white-24,
.icon-24-bf.icon-arrow-back-white-24:before {
    background-position: -168px -216px;
}

.icon-24.icon-skype-24,
.icon-24-bf.icon-skype-24:before {
    background-position: -192px -216px;
}

.icon-24.icon-repair-24,
.icon-24-bf.icon-repair-24:before {
    background-position: -216px -216px;
}

.icon-24.icon-sort-24,
.icon-24-bf.icon-sort-24:before {
    background-position: 0px -264px;
}

.icon-24.icon-done-24,
.icon-24-bf.icon-done-24:before {
    background-position: -168px -240px;
}

.icon-24.icon-done-orange-24,
.icon-24-bf.icon-done-orange-24:before {
    background-position: -168px -264px;
}

.icon-24.icon-close-24,
.icon-24-bf.icon-close-24:before {
    background-position: -192px -240px;
}

.icon-24.icon-close-orange-24,
.icon-24-bf.icon-close-orange-24:before {
    background-position: -192px -264px;
}

.icon-24.icon-properties-24,
.icon-24-bf.icon-properties-24:before {
    background-position: -120px -24px;
}

.icon-24.icon-delete-24,
.icon-24-bf.icon-delete-24:before {
    background-position: 0px -336px;
}

.icon-24.icon-users-24,
.icon-24-bf.icon-users-24:before {
    background-position: -24px -336px;
}

.icon-24.icon-users-blue-24,
.icon-24-bf.icon-users-blue-24:before {
    background-position: -48px -336px;
}

.icon-24.icon-download-grey-24,
.icon-24-bf.icon-download-grey-24:before {
    background-position: -72px -336px;
}

.icon-24.icon-download-blue-24,
.icon-24-bf.icon-download-blue-24:before {
    background-position: -96px -336px;
}

.icon-24.icon-sort-orange-24,
.icon-24-bf.icon-sort-orange-24:before {
    background-position: -120px -336px;
}

.icon-24.icon-compare-white-24,
.icon-24-bf.icon-compare-white-24:before {
    background-position: -144px -336px;
}

.icon-24.icon-compare-grey-24,
.icon-24-bf.icon-compare-grey-24:before {
    background-position: -168px -336px;
}

.icon-24.icon-favorite-white-24,
.icon-24-bf.icon-favorite-white-24:before {
    background-position: -192px -336px;
}

.icon-24.icon-favorite-grey-24,
.icon-24-bf.icon-favorite-grey-24:before {
    background-position: -216px -336px;
}

.icon-24.icon-star-light-grey-24,
.icon-24-bf.icon-star-light-grey-24:before {
    background-position: 0px -360px;
}

.icon-24.icon-star-grey-24,
.icon-24-bf.icon-star-grey-24:before {
    background-position: -24px -360px;
}

.icon-24.icon-alphabet-light-grey-24,
.icon-24-bf.icon-alphabet-light-grey-24:before {
    background-position: -48px -360px;
}

.icon-24.icon-alphabet-grey-24,
.icon-24-bf.icon-alphabet-grey-24:before {
    background-position: -72px -360px;
}

.icon-24.icon-price-light-grey-24,
.icon-24-bf.icon-price-light-grey-24:before {
    background-position: -96px -360px;
}

.icon-24.icon-price-grey-24,
.icon-24-bf.icon-price-grey-24:before {
    background-position: -120px -360px;
}

.icon-24.icon-sort-grey-24,
.icon-24-bf.icon-sort-grey-24:before {
    background-position: -144px -360px;
}

.icon-24.icon-payment-orange-24,
.icon-24-bf.icon-payment-orange-24:before {
    background-position: -168px -360px;
}

.icon-24.icon-settings-blue-24,
.icon-24-bf.icon-settings-blue-24:before {
    background-position: -192px -360px;
}

/*иконки соц сетей (белые)*/
.icon-24.icon-fb-white-24,
.icon-24-bf.icon-fb-white-24:before {
    background-position: -24px -192px;
}

.icon-24.icon-gplus-white-24,
.icon-24-bf.icon-gplus-white-24:before {
    background-position: -48px -192px;
}

.icon-24.icon-ok-white-24,
.icon-24-bf.icon-ok-white-24:before {
    background-position: -72px -192px;
}

.icon-24.icon-tw-white-24,
.icon-24-bf.icon-tw-white-24:before {
    background-position: -96px -192px;
}

.icon-24.icon-vk-white-24,
.icon-24-bf.icon-vk-white-24:before {
    background-position: -120px -192px;
}

.icon-24.icon-youtube-white-24,
.icon-24-bf.icon-youtube-white-24:before {
    background-position: -144px -192px;
}

.icon-24.icon-instagram-white-24,
.icon-24-bf.icon-instagram-white-24:before {
    background-position: -216px -360px;
}

.icon-24.icon-tiktok-white-24{
    background-image: url(images/icons/tiktok-white.svg);
    background-size: 14px;
    background-position: center;
}
.b1t-ymservice-social-icon.tiktok:hover{
    background-color: #ea1c50;
}

/*иконки соц сетей (серые)*/
.icon-24.icon-fb-grey-24,
.icon-24-bf.icon-fb-grey-24:before {
    background-position: -24px -240px;
}

.icon-24.icon-gplus-grey-24,
.icon-24-bf.icon-gplus-grey-24:before {
    background-position: -48px -240px;
}

.icon-24.icon-ok-grey-24,
.icon-24-bf.icon-ok-grey-24:before {
    background-position: -72px -240px;
}

.icon-24.icon-tw-grey-24,
.icon-24-bf.icon-tw-grey-24:before {
    background-position: -96px -240px;
}

.icon-24.icon-vk-grey-24,
.icon-24-bf.icon-vk-grey-24:before {
    background-position: -120px -240px;
}

.icon-24.icon-youtube-grey-24,
.icon-24-bf.icon-youtube-grey-24:before {
    background-position: -144px -240px;
}

/*иконки соц сетей (цветные)*/
.icon-24.icon-fb-24,
.icon-24-bf.icon-fb-24:before {
    background-position: -24px -264px;
}

.icon-24.icon-gplus-24,
.icon-24-bf.icon-gplus-24:before {
    background-position: -48px -264px;
}

.icon-24.icon-ok-24,
.icon-24-bf.icon-ok-24:before {
    background-position: -72px -264px;
}

.icon-24.icon-tw-24,
.icon-24-bf.icon-tw-24:before {
    background-position: -96px -264px;
}

.icon-24.icon-vk-24,
.icon-24-bf.icon-vk-24:before {
    background-position: -120px -264px;
}

.icon-24.icon-youtube-24,
.icon-24-bf.icon-youtube-24:before {
    background-position: -144px -264px;
}

/*Иконки характеристик*/
.icon-24.icon-search-white-24,
.icon-24-bf.icon-search-white-24:before {
    background-position: -168px -192px;
}

.icon-24.icon-question-24,
.icon-24-bf.icon-question-24:before {
    background-position: -192px -192px;
}

.icon-24.icon-home-24,
.icon-24-bf.icon-home-24:before {
    background-position: -216px -192px;
}

.icon-24.icon-display-size-24,
.icon-24-bf.icon-display-size-24:before {
    background-position: -72px -48px;
}

.icon-24.icon-resolution-24,
.icon-24-bf.icon-resolution-24:before {
    background-position: -120px -48px;
}

.icon-24.icon-camera-24,
.icon-24-bf.icon-camera-24:before {
    background-position: -96px -48px;
}

.icon-24.icon-save-24,
.icon-24-bf.icon-save-24:before {
    background-position: -24px -48px;
}

.icon-24.icon-price-24,
.icon-24-bf.icon-price-24:before {
    background-position: -144px -48px;
}

.icon-24.icon-phone-call-24,
.icon-24-bf.icon-phone-call-24:before {
    background-position: -168px -48px;
}

.icon-24.icon-chip-24,
.icon-24-bf.icon-chip-24:before {
    background-position: -96px -72px;
}

.icon-24.icon-devices-other-24,
.icon-24-bf.icon-devices-other-24:before {
    background-position: 0px -216px;
}

.icon-24.icon-settings-overscan-24,
.icon-24-bf.icon-settings-overscan-24:before {
    background-position: -24px -216px;
}

.icon-24.icon-ring-volume-24,
.icon-24-bf.icon-ring-volume-24:before {
    background-position: -48px -216px;
}

.icon-24.icon-battery-charging-full-24,
.icon-24-bf.icon-battery-charging-full-24:before {
    background-position: -72px -216px;
}

.icon-24.icon-zoom-out-map-24,
.icon-24-bf.icon-zoom-out-map-24:before {
    background-position: -96px -216px;
}

.icon-24.icon-wifi-tethering-24,
.icon-24-bf.icon-wifi-tethering-24:before {
    background-position: -120px -216px;
}

.icon-24.icon-clock-white-24,
.icon-24-bf.icon-clock-white-24:before {
    background-position: 0px -240px;
}

/*Иконки видов работ*/
.icon-24.icon-common-repair-24,
.icon-24-bf.icon-common-repair-24:before {
    background-position: -216px -264px;
}

.icon-24.icon-connector-24,
.icon-24-bf.icon-connector-24:before {
    background-position: -72px -72px;
}

.icon-24.icon-speaker-24,
.icon-24-bf.icon-speaker-24:before {
    background-position: -216px -312px;
}

.icon-24.icon-keyboard-24,
.icon-24-bf.icon-keyboard-24:before {
    background-position: 0px -288px;
}

.icon-24.icon-microphone-24,
.icon-24-bf.icon-microphone-24:before {
    background-position: -24px -288px;
}

.icon-24.icon-display-24,
.icon-24-bf.icon-display-24:before {
    background-position: -48px -288px;
}

.icon-24.icon-display-repair-24,
.icon-24-bf.icon-display-repair-24:before {
    background-position: -120px -72px;
}

.icon-24.icon-battery-24,
.icon-24-bf.icon-battery-24:before {
    background-position: -0px -72px;
}

.icon-24.icon-carcase-24,
.icon-24-bf.icon-carcase-24:before {
    background-position: -72px -288px;
}

.icon-24.icon-headset-connector-24,
.icon-24-bf.icon-headset-connector-24:before {
    background-position: -120px -288px;
}

.icon-24.icon-wifi-24,
.icon-24-bf.icon-wifi-24:before {
    background-position: -192px -288px;
}

.icon-24.icon-sim-24,
.icon-24-bf.icon-sim-24:before {
    background-position: -144px -288px;
}

.icon-24.icon-trackpad-24,
.icon-24-bf.icon-trackpad-24:before {
    background-position: -168px -288px;
}

.icon-24.icon-kuller-24,
.icon-24-bf.icon-kuller-24:before {
    background-position: -216px -288px;
}

.icon-24.icon-sliding-mechanism-24,
.icon-24-bf.icon-sliding-mechanism-24:before {
    background-position: 0px -312px;
}

.icon-24.icon-btn-home-24,
.icon-24-bf.icon-btn-home-24:before {
    background-position: -24px -312px;
}

.icon-24.icon-accessory-24,
.icon-24-bf.icon-accessory-24:before {
    background-position: -48px -312px;
}

.icon-24.icon-assembled-unit-24,
.icon-24-bf.icon-assembled-unit-24:before {
    background-position: -96px -288px;
}

.icon-24.icon-cdrom-24,
.icon-24-bf.icon-cdrom-24:before {
    background-position: -72px -312px;
}

.icon-24.icon-power-button-24,
.icon-24-bf.icon-power-button-24:before {
    background-position: -96px -312px;
}

.icon-24.icon-vibromotor-24,
.icon-24-bf.icon-vibromotor-24:before {
    background-position: -120px -312px;
}

.icon-24.icon-additional-servicer-24,
.icon-24-bf.icon-additional-servicer-24:before {
    background-position: -144px -312px;
}

.icon-24.icon-insurance-24,
.icon-24-bf.icon-insurance-24:before {
    background-position: -168px -312px;
}

.icon-24.icon-guarantee-24,
.icon-24-bf.icon-guarantee-24:before {
    background-position: -192px -312px;
}

.icon-24.icon-program-24,
.icon-24-bf.icon-program-24:before {
    background-position: -48px -72px;
}

/* уменьшенные иконки с 24x24 до 19x19*/
.icon-24-bf-19.icon-place-24:before {
    background-position: 0px 0px;
}

.icon-24-bf-19.icon-phone-24:before {
    background-position: -76.8px 0px;
}

.icon-24-bf-19.icon-mail-24:before {
    background-position: -115.5px 0px;
}

.icon-24-bf-19.icon-metro-mayakovskaya-24:before {
    background-position: -19.2px 0px;
}

.icon-24-bf-19.icon-metro-barricade-24:before {
    background-position: -38.4px 0px;
}

.icon-24-bf-19.icon-metro-university-24:before {
    background-position: -57.6px 0px;
}

.icon-24-bf-19.icon-arrow-right-top-24:before {
    background-position: -153.6px -78px;
}

.icon-24-19.icon-cart-white-24,
.icon-24-bf-19.icon-cart-white-24:before {
    background-position: -38.4px -96px;
}

.icon-24-bf-19.icon-user-white-24:before {
    background-position: -57.6px -97px;
}

.icon-24-bf-19.icon-user-black-24:before {
    background-position: -76.8px -97px;
}

.icon-24-bf-19.icon-clock-24:before {
    background-position: -95px 0px;
}

.icon-24-bf-19.icon-phone-white-24:before {
    background-position: -96px -134.4px;
}

.icon-24-bf-19.icon-email-white-24:before {
    background-position: -115.2px -134.4px;
}

.icon-24-bf-19.icon-place-white-24:before {
    background-position: 0px -134.4px;
}

.icon-24-19.icon-search-white-24 {
    background-position: -134.4px -153.6px;
}

.icon-24-19.icon-home-24 {
    background-position: -172.8px -153.6px;
}

.icon-24-19.icon-settings-24,
.icon-24-bf-19.icon-settings-24:before {
    background-position: -153.6px -19.2px;
}

.icon-24-19.icon-phone-android-24,
.icon-24-bf-19.icon-phone-android-24:before {
    background-position: -172.8px -134.4px;
}

.icon-24-19.icon-display-size-24,
.icon-24-bf-19.icon-display-size-24:before {
    background-position: -57.6px -38.4px;
}

.icon-24-19.icon-resolution-24,
.icon-24-bf-19.icon-resolution-24:before {
    background-position: -96px -38.4px;
}

.icon-24-19.icon-camera-24,
.icon-24-bf-19.icon-camera-24:before {
    background-position: -76.8px -38.4px;
}

.icon-24-19.icon-save-24,
.icon-24-bf-19.icon-save-24:before {
    background-position: -19.2px -38.4px;
}

.icon-24-19.icon-price-24,
.icon-24-bf-19.icon-price-24:before {
    background-position: -115.2px -38.4px;
}

.icon-24-19.icon-skype-24,
.icon-24-bf-19.icon-skype-24:before {
    background-position: -153.6px -172.8px;
}

.icon-24-19.icon-repair-24,
.icon-24-bf-19.icon-repair-24:before {
    background-position: -172.8px -172.8px;
}

.icon-24-19.icon-sort-24,
.icon-24-bf-19.icon-sort-24:before {
    background-position: 0px -211.2px;
}

.icon-24-19.icon-sort-orange-24,
.icon-24-bf-19.icon-sort-orange-24:before {
    background-position: -96px -268.8px;
}

.icon-24-19.icon-delete-24,
.icon-24-bf-19.icon-delete-24:before {
    background-position: 0px -268.8px;
}

.icon-24-19.icon-close-24,
.icon-24-bf-19.icon-close-24:before {
    background-position: -153.6px -192px;
}

.icon-24-19.icon-cart-24,
.icon-24-bf-19.icon-cart-24:before {
    background-position: -0px -115.2px;
}

.icon-24-19.icon-star-light-grey-24,
.icon-24-bf-19.icon-star-light-grey-24:before {
    background-position: 0px -288px;
}

.icon-24-19.icon-star-grey-24,
.icon-24-bf-19.icon-star-grey-24:before {
    background-position: -19.2px -288px;
}

.icon-24-19.icon-alphabet-light-grey-24,
.icon-24-bf-19.icon-alphabet-light-grey-24:before {
    background-position: -38.4px -288px;
}

.icon-24-19.icon-alphabet-grey-24,
.icon-24-bf-19.icon-alphabet-grey-24:before {
    background-position: -57.6px -288px;
}

.icon-24-19.icon-price-light-grey-24,
.icon-24-bf-19.icon-price-light-grey-24:before {
    background-position: -76.8px -288px;
}

.icon-24-19.icon-price-grey-24,
.icon-24-bf-19.icon-price-grey-24:before {
    background-position: -96px -288px;
}

.icon-24-19.icon-sort-grey-24,
.icon-24-bf-19.icon-sort-grey-24:before {
    background-position: -115.2px -288px;
}

.icon-24-19.icon-compare-white-24,
.icon-24-bf-19.icon-compare-white-24:before,
.icon-24-19.icon-compare-grey-24.compare-btn.active,
html.bx-no-touch .icon-24-19.icon-compare-grey-24.compare-btn:hover,
.icon-24-bf-19.icon-compare-grey-24.compare-btn.active:before,
html.bx-no-touch .icon-24-bf-19.icon-compare-grey-24.compare-btn:hover:before {
    background-position: -115.2px -268.8px;
}

.icon-24-19.icon-compare-grey-24,
.icon-24-bf-19.icon-compare-grey-24:before {
    background-position: -134.4px -268.8px;
}

.icon-24-19.icon-favorite-white-24,
.icon-24-bf-19.icon-favorite-white-24:before,
.icon-24-19.icon-favorite-grey-24.favorite-btn.active,
html.bx-no-touch .icon-24-19.icon-favorite-grey-24.favorite-btn:hover,
.icon-24-bf-19.icon-favorite-grey-24.favorite-btn.active:before,
html.bx-no-touch .icon-24-bf-19.icon-favorite-grey-24.favorite-btn:hover:before {
    background-position: -153.6px -268.8px;
}

.icon-24-19.icon-favorite-grey-24,
.icon-24-bf-19.icon-favorite-grey-24:before {
    background-position: -172.8px -268.8px;
}

.icon-24-19.icon-devices-other-24,
.icon-24-bf-19.icon-devices-other-24:before {
    background-position: 0px -172.8px;
}

.icon-24-19.icon-settings-overscan-24,
.icon-24-bf-19.icon-settings-overscan-24:before {
    background-position: -19.2px -172.8px;
}

.icon-24-19.icon-ring-volume-24,
.icon-24-bf-19.icon-ring-volume-24:before {
    background-position: -38.4px -172.8px;
}

.icon-24-19.icon-battery-charging-full-24,
.icon-24-bf-19.icon-battery-charging-full-24:before {
    background-position: -57.6px -172.8px;
}

.icon-24-19.icon-zoom-out-map-24,
.icon-24-bf-19.icon-zoom-out-map-24:before {
    background-position: -76.8px -172.8px;
}

.icon-24-19.icon-wifi-tethering-24,
.icon-24-bf-19.icon-wifi-tethering-24:before {
    background-position: -96px -172.8px;
}

.icon-24-19.icon-clock-white-24,
.icon-24-bf-19.icon-clock-white-24:before {
    background-position: 0px -192px;
}

.icon-24-19.icon-clock-24,
.icon-24-bf-19.icon-clock-24:before {
    background-position: -96px 0px;
}

/* уменьшенные иконки с 24x24 до 17x17*/
.icon-24-bf-17.icon-cart-white-24:before {
    background-position: -33.6px -84px;
}

.icon-24-17.icon-clock-white-24,
.icon-24-bf-17.icon-clock-white-24:before {
    background-position: 0px -168px;
}

/* ---------------------------------- */
/* Иконки 36x36                       */
/* ---------------------------------- */

.icon-36 {
    display: inline-block;
}

.icon-36-bf {
    position: relative;
    padding-left: 50px;
}

.icon-36-bf:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.icon-36,
.icon-36-bf:before {
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    background-image: url('images/icons/icon-36-1x.png?v=2');
    background-size: 144px 144px;
    /* ИЗМЕНИТЬ РАЗМЕРЫ ЕСЛИ ИЗМЕНЯЕТСЯ ФАЙЛ*/
    background-position: 1000px 1000px;
}


.icon-36.icon-ready-36,
.icon-36-bf.icon-ready-36:before {
    background-position: -0px 0px;
}

.icon-36.icon-wait-36,
.icon-36-bf.icon-wait-36:before {
    background-position: -36px 0px;
}

.icon-36.icon-place-36,
.icon-36-bf.icon-place-36:before {
    background-position: -72px 0px;
}

/* ---------------------------------- */
/* Иконки 72x72                       */
/* ---------------------------------- */

.icon-72-bf {
    position: relative;
    padding-left: 90px;
}

.icon-72-bf:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-image: url('images/icons/icon-72.png');
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    background-size: 360px 72px;
    /* ИЗМЕНИТЬ РАЗМЕРЫ ЕСЛИ ИЗМЕНЯЕТСЯ ФАЙЛ*/
}

.icon-72-bf-48:before {
    background-size: 240px 48px;
    /* ИЗМЕНИТЬ РАЗМЕРЫ ЕСЛИ ИЗМЕНЯЕТСЯ ФАЙЛ - 60,66666666% */
    width: 48px;
    height: 48px;
}

.icon-72-bf.icon-cost-72:before {
    background-position: 0px 0px;
}

.icon-72-bf.icon-repair-72:before {
    background-position: -72px 0px;
}

.icon-72-bf.icon-get-72:before {
    background-position: -144px 0px;
}

/* уменьшенные иконки с 72x72 до 48x48*/
.icon-72-bf-48.icon-cost-72:before {
    background-position: 0px 0px;
}

.icon-72-bf-48.icon-repair-72:before {
    background-position: -48px 0px;
}

.icon-72-bf-48.icon-get-72:before {
    background-position: -96px 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    .icon-72-bf:before {
        background-image: url('images/icons/icon-144.png');
    }
}

/* иконки социальных сетей - оформление контейнера, цвета */
.b1t-ymservice-social-icon {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #475057;
    background-position: center center;
    background-repeat: no-repeat;

    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);


    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.b1t-ymservice-social-icon,
.b1t-ymservice-social-icon:hover,
.b1t-ymservice-social-icon:active,
.b1t-ymservice-social-icon:focus {
    text-decoration: none;
}

.b1t-ymservice-social-icon .icon-24 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto auto auto;
}


.b1t-ymservice-social-icon:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 8px 13px 16px 0px rgba(0, 0, 0, 0.13);
}

.b1t-ymservice-social-icon.vkontakte:hover {
    background-color: #2b80ad;
}

.b1t-ymservice-social-icon.facebook:hover {
    background-color: #196d9a;
}

.b1t-ymservice-social-icon.twitter:hover {
    background-color: #39d6ed;
}

.b1t-ymservice-social-icon.odnoklassniki:hover {
    background-color: #f5a409;
}

.b1t-ymservice-social-icon.google-plus:hover {
    background-color: #f65353;
}

.b1t-ymservice-social-icon.youtube:hover {
    background-color: #d32121;
}

.b1t-ymservice-social-icon.instagram:hover {
    background-color: #dd2b72;
}

/*
 * Иконки файлов
 */

.b1t-ymservice-file {
    position: relative;
    min-height: 55px;
    padding-left: 60px;
}

.b1t-ymservice-file:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 46px;
    height: 55px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 46px 55px;
}

.b1t-ymservice-file.ext-pdf:before {
    background-image: url("images/ext/pdf.png");
}

.b1t-ymservice-file.ext-jpg:before,
.b1t-ymservice-file.ext-jpeg:before {
    background-image: url("images/ext/jpg.png");
}

.b1t-ymservice-file.ext-png:before {
    background-image: url("images/ext/png.png");
}

.b1t-ymservice-file.ext-doc:before,
.b1t-ymservice-file.ext-docx:before {
    background-image: url("images/ext/doc.png");
}

.b1t-ymservice-file.ext-xls:before,
.b1t-ymservice-file.ext-xlsx:before {
    background-image: url("images/ext/xls.png");
}

.b1t-ymservice-file.ext-rar:before {
    background-image: url("images/ext/rar.png");
}

.b1t-ymservice-file.ext-zip:before {
    background-image: url("images/ext/zip.png");
}



/* ---------------------------------- */
/* Стикеры                            */
/* ---------------------------------- */

.b1t-ymservice-stikers {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.b1t-ymservice-stiker {
    display: block;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    background-image: url('images/icons/stikers-1x.png');
    background-size: 40px 80px;
    /* ИЗМЕНИТЬ РАЗМЕРЫ ЕСЛИ ИЗМЕНЯЕТСЯ ФАЙЛ*/
    background-position: 0px 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    .b1t-ymservice-stiker {
        background-image: url('images/icons/stikers-2x.png');
    }
}

.b1t-ymservice-stiker-discount {
    background-position: 0px 0px;
}

.b1t-ymservice-stiker-hit {
    background-position: 0px -40px;
}

/* ---------------------------------- */
/* Тема для плагина скролбара         */
/* ---------------------------------- */

.ps-theme-b1t-ymservice-perferct-scrollbar .ps-scrollbar-x-rail {
    opacity: 0.5;
}

/*google captcha*/
.custom-g-recaptcha > div{width: 100% !important;}
@media screen and (max-height: 575px){
    #rc-imageselect, .g-recaptcha {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .b1t-ymservice-ymservice-custom-main-blocks-tab-repair-send-request .g-recaptcha,
    .b1t-ymservice-form-result-new-request .g-recaptcha {
        -webkit-transform: scale(0.89);
        -moz-transform: scale(0.89);
        -ms-transform: scale(0.89);
        -o-transform: scale(0.89);
        transform: scale(0.89);    
    }
    .b1t-ymservice-catalog-element-model .g-recaptcha {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
    .b1t-ymservice-news-reviews-news .g-recaptcha {
        -webkit-transform: scale(0.83);
        -moz-transform: scale(0.83);
        -ms-transform: scale(0.83);
        -o-transform: scale(0.83);
        transform: scale(0.83);
    }
}
/* стили для видео YouTube на странице сотрудничество */

.video_yt {
    width: 920px;
    height: 690px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1199px) {
    .video_yt {
        width: 750px;
        height: 600px;
    }
}
@media screen and (max-width: 991px) {
    .video_yt {
        width: 680px;
        height: 510px;
    }
}
@media screen and (max-width: 767px) {
    .video_yt {
        width: calc(100vw - 70px);
        height: calc(70vw);
    }
}
/* garantyform */
.garantyform{
    background: url(/upload/medialibrary/3e8/3e86e1bb538952c6d9952664ba65dede.png) no-repeat;
    background-size: cover;
    padding: 20px 0 50px 0;
}
.garantyform h2{
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 101.7%;
    text-align: center;
    color: #FFFFFF;
}
.garantyform p{
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 108.7%;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 20px;
}
.garantyform  input{
    padding: 5px 0 0 10px;
    width: 404px;
    height: 48px;
    border: none;
}
.garantyform  input[type="submit"] {
    background: #39A1FF;
    border-radius: 50px;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 101.19%;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    margin-left: 30px;
    padding: 7px 40px;
    border: none;
    width: inherit;
}
.garantyform .garantyformlavel span{
    display: none;
}
.garantyform .garantyformlavel{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;


}
.cad-fixed-call__btn {
    width: 100px!important;
    height: 65px!important;
    font-size: 40px!important;
    top:  -10px!important;
   
}

/********* Media ***********/

/* Extra small devices (phones, less than 768px) */
@media (min-width: 320px) and (max-width: 767px) {
    .cad-fixed-call__body {
        height: 70px!important;
        width: 340px!important;
        
    }
   
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
