@media (min-width: 1200px) {
    .xv-slider-container,
    .container {
        max-width: 1290px !important;
    }
}
body {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background: #1F1F1F;
}
.xv-header {
    position: relative;
}
.xv-header-main {
    padding: 20px 0;
}
.xv-top-header {
    padding: 8px 0;
    background: #fff;
}
.xv-dropdown .xv-dropdown-toggle:not(.xv-nav-link) {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
}
.xv-dropdown .xv-dropdown-toggle.dropdown-toggle:not(.xv-nav-link)::after {
    width: 10px;
    height: 6px;
    background-image: url(/svg/xv/dropdown_icon.svg);
    background-size: 10px 6px;
    background-repeat: no-repeat;
    content: ' ';
    border: 0;
    vertical-align: 0;
}
.xv-dropdown .dropdown-menu {
    min-width: 340px;
    top: 16px!important;
    margin-top: 0;
    padding: 24px;
    box-shadow: 0 8px 36px rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    border: 0;
    background: #292929;
}
.xv-header-left-dropdowns .xv-dropdown {
    float: left;
}
.xv-contacts-dropdown-menu .xv-contacts-block:last-child {
    margin-bottom: 0;
}
.xv-contacts-block {
    position: relative;
    margin-bottom: 24px;
}
.xv-contacts-title {
    color: #1F1F1F;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.xv-contacts-row {
    position: relative;
    margin-bottom: 16px;
    padding-left: 28px;
    font-size: 14px;
}
.xv-contacts-row-time {
    color: #1F1F1F;
}
.xv-contacts-row-time:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: ' ';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(/svg/xv/clock_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.xv-contacts-row-address {
    color: #1F1F1F;
}
.xv-contacts-row-address:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: ' ';
    width: 16px;
    height: 22px;
    display: block;
    background-image: url(/svg/xv/map_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.xv-contacts-action {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    color: #225ac9;
    cursor: pointer;
}
.xv-contacts-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #225ac9;
    transition: 0.2s;
}
.xv-contacts-phone:hover,
.xv-contacts-phone:focus {
    color: #0e469f;
}
.xv-contacts-phone:active {
    color: #092c62;
}
.xv-contacts-row.xv-contacts-row-phones {
    padding-left: 0;
}
.xv-show-write-director:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: ' ';
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(/svg/xv/write_icon.svg);
    background-position: center;
    background-size: contain;
}
.xv-show-on-map:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: ' ';
    width: 18px;
    height: 16px;
    display: block;
    background-image: url(/svg/xv/map_icon_2.svg);
    background-position: center;
    background-size: contain;
}
.xv-header-phones {
    text-align: right;
}
.xv-phone {
    color: #222;
}
.xv-phone:hover,
.xv-phone:focus {
    color: #222;
    text-decoration: none;
}
.xv-delimeter {
    display: inline-block;
    color: #CCCCCC;
    margin: 0 10px;
}
.xv-call-us {
    position: relative;
    color: #225ac9;
}
.xv-call-us-header {
    font-size: 14px;
}
.xv-call-us:before,
.xv-call-us:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 100%;
    content: ' ';
    height: 1px;
    background: #225ac9;
    opacity: 0;
    transition: 0.2s;
}
.xv-call-us:focus:before,
.xv-call-us:hover:before {
    opacity: 1;
}
.xv-call-us:hover,
.xv-call-us:focus {
    color: #225ac9;
    text-decoration: none;
}
.xv-icon {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.xv-phone-icon_social-vb {
    margin-right: 5px;
    margin-bottom: -7px;
    width: 25px;
    height: 25px;
    background-image: url(/svg/xv/icon_viber.svg);
}
.xv-phone-icon_social-tele {
    margin-left: 5px;
    margin-bottom: -7px;
    width: 25px;
    height: 25px;
    background-image: url(/svg/xv/icon_tele.svg);
}
.xv-phone-icon_social-tele-mob {
    margin-right: 5px;
    margin-bottom: -7px;
    width: 25px;
    height: 25px;
    background-image: url(/svg/xv/icon_tele.svg);
}
.xv-phone-icon_social-wts {
    margin-right: 5px;
    margin-bottom: -7px;
    width: 25px;
    height: 25px;
    background-image: url(/svg/xv/icon_wts.svg);
}
.xv-search-form {
    position: relative;
    width: 615px;
    padding-left: 30px;
}
.xv-search-form p {
    margin: 8px 0 0;
    font-size: 14px;
    color: #888888;
}
.xv-search-form p span {
    color: #225ac9;
}
.xv-search-form-control-wrap {
    position: relative;
}
.xv-search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(/svg/xv/search_icon_red.svg);
    background-image: url(/svg/xv/search_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.xv-search-form-control-wrap .form-control {
    transition: border-color 0.2s;
}
.xv-search-form-control-wrap:hover .form-control,
.xv-search-form-control-wrap:focus .form-control {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #225ac9;
}
.xv-search-form-control-wrap:hover .xv-search-icon,
.xv-search-form-control-wrap:focus .xv-search-icon {
    background-image: url(/svg/xv/search_icon_red.svg);
}
.xv-header-search-icon {
    display: none;
}
.xv-header-search-icon .xv-search-icon {
    position: relative;
    right: initial;
    transform: none;
    top: 0;
    margin-top: 9px;
    width: 18px;
    height: 18px;
    margin-right: 20px;
}
.xv-header-basket {
    display: inline-block;
    position: relative;
    padding-top: 20px;
    padding-left: 80px;
    padding-bottom: 12px;
    cursor: default!important;
    transition: 0.5s;
}
.xv-header-basket-total {
    position: relative;
    margin-right: 30px;
}
.xv-header-basket-count {
    position: absolute;
    display: inline-block;
    padding: 0 6px;
    min-width: 24px;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background: #CC9966;
    border-radius: 12px;
    text-align: center;
    transition: 0.5s;
}
.xv-header-basket-icon {
    width: 22px;
    height: 20px;
    background-image: url(/svg/xv/shop_icon.svg);
}
.xv-header-basket-price {
    font-weight: bold;
    transition: 0.5s;
}
.xv-header-basket:hover .xv-header-basket-price,
.xv-header-basket:focus .xv-header-basket-price {
    color: #225ac9;
}
.xv-header-basket:hover .xv-header-basket-count,
.xv-header-basket:focus .xv-header-basket-count {
    background: #225ac9;
}
.xv-header-price-basket-currency {
    font-weight: bold;
}
.xv-menu {
    background: #292929;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.xv-menu .xv-nav {
    position: relative;
    justify-content: space-between;
}
.xv-dropdown-toggle.xv-nav-link,
.xv-nav > li > a {
    position: relative;
    display: inline-block;
    padding: 18px 24px 18px 60px;
    font-weight: bold;
    color: #fff;
    transition: 0.2s;
    box-shadow: none;
    height: 60px;
}
a.xv-nav-link-dropdown {
    position: relative;
    display: inline-block;
    padding: 18px 24px;
    font-weight: bold;
    color: #fff;
    transition: 0.2s;
}
a.xv-nav-link-dropdown:focus,
a.xv-nav-link-dropdown:hover {
    color: #225ac9;
    text-decoration: none;
}
.xv-nav-link.xv-dropdown-toggle::after {
    display: none;
}
.xv-nav > li > a:focus,
.xv-nav > li > a:hover {
    background: #1F1F1F;
    color: #225ac9;
    text-decoration: none;
}
.xv-nav > li:first-child > a .xv-catalog-icon {
    left: -12px;
}
.xv-nav > li:first-child > a{
    padding-left: 24px;
}
.xv-nav-link:before {
    position: absolute;
    display: block;
    content: ' ';
    left: 24px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.xv-nav-link-3:before {
    background-image: url(/svg/xv/menu_service_icon.svg);
}
.xv-nav-link-4:before {
    background-image: url(/svg/xv/menu_user_icon.svg);
}
.xv-nav-link-5:before {
    background-image: url(/svg/xv/menu_info_icon.svg);
}
.xv-nav-link-6:before {
    background-image: url(/svg/xv/menu_calculation_icon.svg);
}
.xv-nav-link-7:before {
    background-image: url(/svg/xv/menu_pin_icon.svg);
}
.xv-nav-link-info:before {
  background-image: url(/svg/xv/icon_more.svg);
}
.xv-icon.xv-catalog-icon {
    top: 5px;
    left: -12px;
}
.navbar-toggler-icon {
    display: block;
    margin-bottom: 4px;
    height: 2px;
    background: #225ac9;
}
.xv-footer-menu {
  padding-top: 40px;
    background: #292929;
}
.xv-footer-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.xv-footer-subtitle {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}
.xv-footer-links {
    margin-bottom: 24px;
}
.xv-footer-links > li {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.xv-footer-links > li:last-child {
    margin-bottom: 0;
}
.xv-footer-links > li > a {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.xv-footer-links > li > a:hover,
.xv-footer-links > li > a:focus {
    color: #225ac9;
}
.xv-socials {
    margin-bottom: 24px;
}
.xv-socials > li > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 1px;
    border-radius: 50%;
    border: 2px solid #E0E0E0;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: border-color 0.2s;
}
.xv-socials > li > a:hover,
.xv-socials > li > a:focus {
    border: 2px solid #225ac9;
    padding: 0;
}
.xv-socials > li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 40px;
    height: 40px;
}
.xv-socials > li:last-child {
    margin-right: 0;
}
.xv-social-fb {
    background-image: url(/svg/xv/icon_fb.svg);
}
.xv-social-vk {
    background-image: url(/svg/xv/icon_vk.svg);
}
.xv-social-ok {
    background-image: url(/svg/xv/icon_ok.svg);
}
.xv-social-inst {
    background-image: url(/svg/xv/icon_insta.svg);
}
.xv-social-wts {
    background-image: url(/svg/xv/icon_wts.svg);
}
.xv-social-vb {
    background-image: url(/svg/xv/icon_viber.svg);
}
.xv-social-tele {
    background-image: url(/svg/xv/icon_tele.svg);
}
.xv-offer-file {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #225ac9!important;
}
.xv-footer-bottom {
    padding: 20px 0;
}
.xv-footer-cp {
    font-size: 14px;
}
.xv-payment-system {
    display: inline-block;
    margin: 0 10px;
}
.xv-footer-dev {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
}
.xv-footer-dev > a {
    color: #225ac9;
}
.xv-section-sliders {
    padding: 60px 0 80px;
}
.xv-section-slider,
.xv-section-items-wrapper {
    position: relative;
}
.xv-section-title {
    margin-bottom: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}
.xv-section-title > a {
    display: inline-block;
    margin-left: 24px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    border: 2px solid #225ac9;
    border-radius: 4px;
    color: #fff;
    transition: 0.2s;
}
.xv-section-title > a:hover,
.xv-section-title > a:focus {
    background: #225ac9;
    color: #fff;
    text-decoration: none;
}
.xv-section-item {
    display: block;
    position: relative;
    padding: 16px;
    height: 236px;
    width: 184px;
    margin-bottom: 10px;
    background: #292929;
    border-radius: 8px;
    transition: 0.2s;
}
.xv-section-item.xv-section-card-item {
    min-height: 288px;
    height: 100%;
    width: 100%;
    padding: 24px;
}
.xv-section-img {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.xv-section-item.xv-section-card-item .xv-section-img {
    height: 244px;
}
.xv-section-item-title {
    display: inline-block;
    margin: 8px 0;
    min-height: 42px;
    font-size: 14px;
    color: #fff;
}
.xv-section-item.xv-section-card-item .xv-section-item-title {
    font-weight: bold;
}
.xv-section-item-link {
  display: block;
    text-decoration: none!important;
    color: inherit!important;
}
.xv-section-item:hover,
.xv-section-item:focus{
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}
.xv-section-item:hover .xv-section-item-title,
.xv-section-item:focus .xv-section-item-title{
    color: #225ac9;
    text-decoration: none;
}
.xv-section-item-price {
    font-weight: bold;
}
.xv-section-item.xv-section-card-item .xv-section-item-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}
.xv-section-item-desc {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
.xv-section-item.xv-section-card-item .xv-section-item-desc {
    font-size: 14px;
    line-height: 24px;
}
.xv-section-items .owl-wrapper .owl-item:first-child {
    margin-left: 0;
}
.xv-section-items .owl-wrapper .owl-item {
    margin-left: 2px;
}
.xv-serts-btn,
.xv-section-slider-btn {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    opacity: 0.8;
    border-radius: 4px;
    transform: translateY(-50%);
    transition: 0.2s;
}
.xv-serts-btn:hover,
.xv-serts-btn:focus,
.xv-slider-btn:hover,
.xv-slider-btn:focus,
.xv-section-slider-btn:hover,
.xv-section-slider-btn:focus {
    opacity: 1;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}
.xv-section-slider-btn-left {
    left: -64px;
}
.xv-section-slider-btn-right {
    right: -64px;
}
.xv-serts-btn .xv-icon,
.xv-slider-btn .xv-icon,
.xv-section-slider-btn .xv-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 14px;
    transform: translate(-50%, -50%);
}
.xv-serts-btn-left .xv-icon,
.xv-section-slider-btn-left .xv-icon {
    background-image: url(/svg/xv/icon_chevron_left.svg);
}
.xv-serts-btn-right .xv-icon,
.xv-section-slider-btn-right .xv-icon {
    background-image: url(/svg/xv/icon_chevron_right.svg);
}
.xv-sert-modal-image {
    height: 942px;
    width: 640px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.xv-sert-modal .modal-header button {
    height: 0;
    z-index: 2;
}
.xv-sert-modal .modal-header,
.xv-sert-modal .modal-body {
    padding: 0;
    border: 0;
}
.xv-sert-modal .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
}
.xv-sert-modal .modal-dialog {
    margin-top: 10px;
    width: 100%;
    max-width: 640px;
}
.xv-slider {
    position: relative;
    margin-bottom: 24px;
    background: #191919!important;
    background-position: center;
    background-size: 100%;
    transition: 0.2s;
}
.xv-slider-item {
    padding: 60px 0;
}
.xv-slider-item[style] {
    height: 400px;
    background-size: 1920px 400px;
    background-repeat: no-repeat;
    background-position: center;
}
.xv-slider-item-title {
    max-width: 850px;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 42px;
}
.xv-slider-btn {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0.8;
    transform: translateY(-50%);
    transition: 0.2s;
}
.xv-slider-btn-left {
    left: 0;
}
.xv-slider-btn-right {
    right: 0;
}
.xv-slider-btn-left .xv-icon {
    background-image: url(/svg/xv/icon_chevron_left.svg);
}
.xv-slider-btn-right .xv-icon {
    background-image: url(/svg/xv/icon_chevron_right.svg);
}
.xv-slider-item-more {
    margin-top: 40px;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #225ac9;
    background: #fff;
    border: 2px solid #225ac9;
    box-sizing: border-box;
    border-radius: 4px;
    transition: 0.2s;
}
.xv-slider-item-more:hover,
.xv-slider-item-more:focus {
    color: #fff;
    background: #225ac9;
}
.xv-slider-wrapper .owl-controls {
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin: 0;
    transform: translateX(-50%);
}
.xv-slider-wrapper .owl-controls .owl-pagination .owl-page:hover span,
.xv-slider-wrapper .owl-controls .owl-pagination .owl-page span {
    width: 8px;
    height: 8px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 14px;
    border: 0;
    background: #E0E0E0;
}
.xv-slider-wrapper .owl-controls .owl-pagination .owl-page.active:hover span,
.xv-slider-wrapper .owl-controls .owl-pagination .owl-page.active span {
    width: 12px;
    height: 12px;
    background: #225ac9;
}
.xv-keep-word {
    position: relative;
    margin-top: 74px;
    margin-bottom: 60px;
}
.xv-keep-word h2 {
    margin-bottom: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}
.xv-keep-word h3 {
    margin-top: 36px;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}
.xv-prop {
    position: relative;
    padding: 32px;
    background: #292929;
    border-radius: 8px;
}
.xv-prop .xv-prop-image {
    margin-bottom: 16px;
    text-align: center;
}
.xv-prop .xv-prop-image svg {
    display: inline-block;
    height: 80px;
    width: 60px;
    fill: #CC9966;
    transition: 0.5s;
}
.xv-prop-name {
    text-align: center;
}
.xv-prop-row {
    margin-top: 30px;
}
.xv-prop:hover,
.xv-prop:focus {
    box-shadow: 0 8px 36px rgba(255, 255, 255, 0.2);
}
.xv-card-payment .xv-card-payment-icon svg {
    display: inline-block;
    fill: #CC9966;
    transition: 0.5s;
}
.xv-prop:hover .xv-prop-image svg,
.xv-prop:focus .xv-prop-image svg,
.xv-card-payment:hover .xv-card-payment-icon svg,
.xv-card-payment:focus .xv-card-payment-icon svg {
    fill: #225ac9;
}
.xv-prop.xv-prop-inline {
    padding: 24px 24px 24px 100px;
}
.xv-prop.xv-prop-inline .xv-prop-image {
    position: absolute;
    left: 24px;
    top: 50%;
    width: 60px;
    transform: translateY(-50%);
}
.xv-prop.xv-prop-inline .xv-prop-name {
    min-height: 70px;
    display: flex;
    align-items: center;
    text-align: left;
}
.xv-video {
    position: relative;
    height: 446px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.xv-video iframe {
    height: 100%;
    width: 100%;
}
.xv-video:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: ' ';
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: 0.2s;
    z-index: 3;
    border-radius: 8px;
}
.xv-video.xv-video-enabled:before {
    display: none;
}
.xv-video:hover:before,
.xv-video:focus:before {
    opacity: 1;
}
.xv-video-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.xv-video-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
    border-radius: 8px;
}
.xv-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: block;
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 0;
    background-color: #fff;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.2s;
}
.xv-video-button svg {
    position: relative;
    left: 3px;
    stroke: #225ac9;
}
.xv-video-button:hover,
.xv-video-button:focus {
    background: #225ac9;
}
.xv-video-button:hover svg,
.xv-video-button:focus svg {
    stroke: #fff;
    fill: #fff;
}
.xv-card-payment {
    padding: 28px;
    display: flex;
    justify-content: center!important;
    background: #fff;
    transition: 0.2s;
}
.xv-card-payment-wrapper {
    display: flex;
    justify-content: center!important;
}
.xv-card-payment:hover,
.xv-card-payment:focus {
    box-shadow: 0 8px 36px rgba(255, 255, 255, 0.2);
}
.xv-card-payment-name {
    color: #1F1F1F;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}
.xv-card-payment-desc {
    color: #1F1F1F;
}
.xv-card-payment-center {
    margin: 0 24px;
}
.xv-card-payment-link {
    display: inline-block;
    padding: 14px 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #225ac9;
    background: #fff;
    border: 2px solid #225ac9;
    border-radius: 4px;
    transition: 0.2s;
}
.xv-card-payment-link:hover,
.xv-card-payment-link:focus {
    text-decoration: none;
    color: #fff;
    background: #225ac9;
}
.xv-serts {
    padding-top: 80px;
}
.xv-serts h2 {
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}
.xv-sert-desc {
    margin-bottom: 15px;
    color: #666;
}
.xv-serts-items-wrapper.scrolled {
    overflow-x: scroll;
    height: 200px;
}
.xv-serts-item {
    position: relative;
    margin: 0 15px;
    height: 180px;
    width: 285px;
    transition: 0.2s;
    cursor: pointer;
}
.xv-serts-item-btn {
    display: none;
    z-index: 2;
}
.xv-serts-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    display: none;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}
.xv-serts-item:hover:before,
.xv-serts-item:focus:before {
    display: block;
}
.xv-serts-item:hover .xv-serts-item-btn,
.xv-serts-item:focus .xv-serts-item-btn {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    background-color: #225ac9;
    background-image: url(/svg/xv/icon_zoom.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.xv-serts-item-img {
    position: absolute;
    display: inline-block;
    max-width: 100%;
    height: 156px;
    width: 285px;
    transition: 0.2s;
    bottom: 0;
    background-size: 285px;
    background-position: center top;
    background-repeat: no-repeat;
}
.xv-serts-item:hover .xv-serts-item-img,
.xv-serts-item:focus .xv-serts-item-img {
    height: 180px;
}
.lg-sub-html {
    top: 47px;
    bottom: auto!important;
    font-weight: bold;
}
.xv-serts-items-wrapper {
    position: relative;
}
.xv-serts-btn-left {
    left: -39px;
}
.xv-serts-btn-right {
    right: -39px;
}
.xv-price-files {
    padding-top: 40px;
}
.xv-price-files h2 {
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}
.xv-price-file-props {
    padding-top: 40px;
}
.xv-price-file-name {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.xv-price-file-type {
    color: #fff;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}
.xv-price-file-ext {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    color: #CC9966;
    border: 1px solid #CC9966;
    border-radius: 4px;
}
.xv-price-files-wrap a {
    display: block;
    color: #222;
    text-decoration: none!important;
}
.xv-price-files-wrap a:hover .xv-price-file-type,
.xv-price-files-wrap a:focus .xv-price-file-type {
    color: #225ac9;
}
.xv-price-files-wrap a:hover .xv-price-file-ext,
.xv-price-files-wrap a:focus .xv-price-file-ext {
    background: #CC9966;
    color: #fff;
}
.xv-price-files-img {
    display: inline-block;
    height: 180px;
    width: 288px;
    transition: 0.2s;
    bottom: 0;
    background-size: 288px;
    background-position: center 24px;
    background-repeat: no-repeat;
}
.xv-price-files-wrap a:not(:active):hover .xv-price-files-img {
    background-position: center 0;
}
.xv-map {
    position: relative;
    padding-top: 5px;
    height: 720px;
}
.xv-map-contacts {
    position: relative;
    max-width: 392px;
    padding: 35px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 8px 36px rgba(255, 255, 255, 0.2);
    border-radius: 8px 8px 0 0;
}
.xv-map-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.xv-catalog-section {
    padding-top: 40px;
}
.xv-catalog-section-show-more {
    display: inline-block;
    padding: 12px 30px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    border: 2px solid #225ac9;
    border-radius: 4px;
    color: #225ac9;
    transition: 0.2s;
    font-weight: bold;
    text-transform: uppercase;
}
.xv-catalog-section-show-more:hover,
.xv-catalog-section-show-more:focus {
    color: #fff;
    background: #225ac9;
}
.xv-catalog-section-show-more svg {
    display: inline-block;
    margin-left: 6px;
    stroke: #225ac9;
}
.xv-catalog-section-show-more:hover svg,
.xv-catalog-section-show-more:focus svg {
    stroke: #fff;
}
.xv-section-preview {
    position: relative;
    padding: 40px;
    margin-bottom: 40px;
    min-height: 632px;
    background: #292929;
    border-radius: 8px;
    transition: 0.2s;
    text-decoration: none!important;
}
.xv-section-preview:hover,
.xv-section-preview:focus {
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}
.xv-section-preview:hover .xv-section-preview-name,
.xv-section-preview:focus .xv-section-preview-name {
    color: #225ac9;
}
.xv-section-preview-sm {
    padding: 24px;
    margin-bottom: 24px;
    min-height: 312px;
}
.xv-section-preview-link,
.xv-section-preview-link:focus,
.xv-section-preview-link:hover {
    text-decoration: none!important;
}
.xv-section-preview-name {
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
}
.xv-section-preview-desc {
    min-height: 144px;
    margin-bottom: 32px;
    color: #666;
    text-decoration: none;
}
.xv-section-preview-image {
    position: relative;
    margin-bottom: 36px;
    overflow: hidden;
}
.xv-section-preview-image .xv-section-preview-image {
    margin-bottom: 0;
}
.xv-section-preview-image.xv-section-preview-image-slider .xv-section-slider-btn-left {
    left: 0;
    z-index: 3;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.xv-section-preview-image.xv-section-preview-image-slider .xv-section-slider-btn-right {
    right: 0;
    z-index: 3;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.xv-section-preview-image-slider .xv-section-slider-btn {
    opacity: 0;
}
.xv-section-preview-image:hover .xv-section-slider-btn,
.xv-section-preview-image:focus .xv-section-slider-btn {
    opacity: 1;
}
.xv-section-preview-image img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}
.xv-section-preview.xv-section-preview-sm .xv-section-preview-name {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
}
.xv-section-preview.xv-section-preview-sm .xv-section-preview-image {
    margin-bottom: 16px;
}
.xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
    height: 160px;
}
.xv-section-preview-price {
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
}
.xv-section-preview-counting {
    color: #666666;
}
.xv-section-preview.xv-section-preview-sm .xv-section-preview-price {
    font-size: 20px;
    line-height: 28px;
}
.xv-breadcrumb {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}
.xv-breadcrumb .breadcrumb-item,
.xv-breadcrumb .breadcrumb-item a {
    color: #888;
    text-decoration: none;
}
.xv-breadcrumb .breadcrumb-item:first-child,
.xv-breadcrumb .breadcrumb-item:first-child a {
    color: #225ac9;
}
.xv-catalog-menu {
    padding: 24px 0;
    background: #292929;
    border-radius: 8px;
}
.xv-catalog-menu-name-link,
.xv-catalog-menu-name {
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    color: #fff;
    transition: 0.2s;
}
.xv-catalog-menu-name-link,
.xv-catalog-menu-name-link:hover {
    padding-left: 0;
    padding-right: 0;
    text-decoration: none!important;
    color: inherit!important;
}
.xv-catalog-menu-name .xv-dropdown-icon {
    transition: 0.2s;
}
.xv-catalog-menu-name .xv-dropdown-icon svg {
    stroke: #fff;
}
.xv-catalog-menu-item.opened .xv-catalog-menu-name,
.xv-catalog-menu-name:hover,
.xv-catalog-menu-name:focus {
    color: #225ac9;
}
.xv-catalog-menu-item.opened .xv-dropdown-icon svg,
.xv-catalog-menu-name:hover .xv-dropdown-icon svg ,
.xv-catalog-menu-name:focus .xv-dropdown-icon svg {
    stroke: #225ac9;
}
.xv-catalog-menu-name .xv-dropdown-icon {
    position: absolute;
    right: 24px;
}
.xv-catalog-menu-item.opened .xv-dropdown-icon {
    transform: rotate(180deg);
}
.xv-catalog-menu .xv-catalog-menu-item {
    margin-bottom: 16px;
}
.xv-catalog-menu .xv-catalog-menu-item:last-child {
    margin-bottom: 0;
}
.xv-catalog-dropdown-menu {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: 0.2s;
}
.xv-catalog-menu-item.opened .xv-catalog-dropdown-menu {
    margin-top: 20px;
    visibility: visible;
    opacity: 1;
    height: 100%;
}
.xv-catalog-dropdown-menu > li {
    width: 100%;
    margin-bottom: 0px;
}
.xv-catalog-dropdown-menu > li:last-child {
    margin-bottom: 0;
}
.xv-catalog-dropdown-menu > li > a {
    display: block;
    position: relative;
    padding: 8px 24px 8px 35px;
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}
.xv-catalog-dropdown-menu > li > a.selected,
.xv-catalog-dropdown-menu > li > a:hover,
.xv-catalog-dropdown-menu > li > a:focus {
    color: #225ac9;
    background: #1F1F1F;
}
.xv-catalog-dropdown-menu > li > a:before {
    display: block;
    content: ' ';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.xv-catalog-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
}
.xv-catalog-products-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 24px;
}
.xv-catalog-header {
    padding: 20px;
    background: #3D3D3D;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.xv-catalog-header div:first-child {
    font-weight: bold;
}
.xv-catalog-item {
    background: #fff;
    border-bottom: 1px solid #E0E0E0;
    transition: 0.2s;
}
.xv-catalog-item:hover,
.xv-catalog-item:focus {
    background: #F5F5F5;
}
.xv-catalog-item-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    cursor: default;
}
.xv-catalog-item-price {
    font-size: 14px;
    line-height: 24px;
    cursor: default;
}
.xv-catalog-item-price-curr.actual {
    font-weight: bold;
    color: #222;
}
.xv-catalog-item-price-old {
    display: inline-block;
    margin-right: 12px;
    text-decoration: line-through;
    color: #888888;
}
.xv-catalog-item-image {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.xv-catalog-item-image:hover {
    cursor: pointer;
}
.xv-catalog-item-image:hover:before {
    position: absolute;
    display: block;
    content: ' ';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.xv-catalog-item-image:hover:after {
    position: absolute;
    display: block;
    content: ' ';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/icon_zoom.png);
    background-repeat: no-repeat;
    background-position: center;
}
.xv-catalog-item-code {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #1F991F;
}
.xv-catalog-item-modal-image {
    height: 500px;
    width: 500px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.xv-catalog-image-modal .modal-header button {
    opacity: 1;
    height: 0;
    z-index: 2;
    margin: -1rem -50px -1rem auto;
    box-shadow: none;
    outline: none;
}
.xv-catalog-image-modal .modal-header button svg {
    stroke: #225ac9;
    fill: #225ac9;
    opacity: 1;
}
.xv-catalog-image-modal .modal-content {
    background-color: transparent;
    border: 0;
}
.xv-catalog-image-modal .modal-header,
.xv-catalog-image-modal .modal-body {
    padding: 0;
    border: 0;
}
.xv-catalog-item-btns,
.xv-catalog-item-options {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
}
.xv-catalog-item-options .xv-catalog-item-image {
    position: absolute;
}
.xv-catalog-item-options .xv-catalog-item-desc {
    padding-left: 42px;
}
.xv-catalog-item-total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: default;
}
.xv-catalog-item-options-row {
    padding: 12px 20px;
}
.xv-catalog-item-basket-row {
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.xv-catalog-item-basket-row > div {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #EBEBEB;
}
.xv-catalog-item-total .form-control {
    padding-right: 2px;
    margin-left: 12px;
    margin-right: 12px;
    width: 125px;
}
.xv-catalog-item-state {
    font-size: 12px;
    line-height: 12px;
    cursor: default;
}
.xv-catalog-item-state.success {
    color: #59B247;
}
.xv-catalog-item-state.medium {
    color: #E68A2E;
}
.xv-catalog-item-state.low {
    color: #225ac9;
}
.xv-catalog-item-total-price-label {
    display: inline-block;
    margin-right: 12px;
}
.xv-catalog-item-total-before-sale-price,
.xv-catalog-item-total-price {
    display: inline-block;
    font-weight: bold;
    margin-right: 6px;
    min-width: 60px;
    text-align: right;
}
.xv-catalog-item-total-before-sale-price {
    text-decoration: line-through;
}
.xv-catalog-item-total-sale {
    display: inline-block;
    margin-right: 12px;
    font-weight: bold;
    color: #225ac9;
}
.xv-catalog-item-counter {
    display: inline-block;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    border: 1px solid #225ac9;
    border-radius: 4px;
    color: #225ac9;
    transition: 0.2s;
}
.xv-catalog-item-counter:hover,
.xv-catalog-item-counter:active,
.xv-catalog-item-counter:focus {
    color: #fff;
    background:  #225ac9;
}
.xv-catalog-item-sales {
    margin-left: 12px;
    background: none;
    border: 0;
    border-radius: 0;
    color: #CC9966;
    border-bottom: 1px dashed #CC9966;
    font-size: 12px;
    line-height: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6px;
    transition: 0.2s;
    outline: none!important;
    box-shadow: none!important;
}
.xv-catalog-item-sales:hover,
.xv-catalog-item-sales:focus {
    border-color: transparent;
    color: #225ac9;
}
.xv-catalog-item-sales.dropdown-toggle::after {
    display: none;
}
.xv-catalog-item-sale-options {
    display: flex;
    justify-content: flex-end;
    margin-top: -12px;
}
.xv-catalog-sales-dropdown .dropdown-menu {
    top: 20px!important;
    left: -100%!important;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 8px 36px rgba(255, 255, 255, 0.2);
    border: 0;
}
.xv-catalog-item-add-basket {
    display: inline-block;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    border: 1px solid #225ac9;
    border-radius: 4px;
    color: #fff;
    background: #225ac9;
    transition: 0.2s;
}
.xv-catalog-item-add-basket:focus,
.xv-catalog-item-add-basket:hover {
    color: #fff;
    background: #0e469f;
    border-color: #0e469f;
}
.xv-catalog-item-add-basket:active  {
    color: #fff;
    background: #7A1414;
    border-color: #7A1414;
}
.xv-catalog-item-add-basket-icon {
    top: 1px;
    margin-right: 8px;
    width: 12px;
    height: 12px;
    background-image: url(/svg/xv/icon_cart_filled.svg);
}
.xv-catalog-item-basket-row {
    position: relative;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.xv-catalog-item.opened .xv-catalog-item-basket-row {
    opacity: 1;
    height: 100%;
    visibility: visible;
}
.xv-catalog-item.opened .xv-catalog-item-counter {
    background: #0e469f;
    color: #fff;
    border-color:  #0e469f;
}
.xv-sales-table {
    min-width: 386px;
    cursor: default;
}
.xv-sales-table > div {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #E0E0E0;;
}
.xv-sales-table > div > div {
    flex-basis: 60%;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 24px;
}
.xv-sales-table > div > div:last-child {
    font-weight: bold;
    color: #1F991F;
}
.xv-sales-table > div:first-child > div {
    font-weight: bold;
    color: #fff;
    background: #3D3D3D;
    border-radius: 8px 8px 0 0;
}
.xv-sales-table > div:first-child > div:first-child {
    border-radius: 8px 0 0 0;
}
.xv-sales-table > div:first-child > div:last-child {
    border-radius: 0 8px 0 0;
}
.xv-catalog-item-add-close {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    padding: 0 20px;
    background-image: url(/svg/xv/icon_cancel.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    background-color: #E0E0E0;
}
.xv-catalog-subsections .xv-section-title {
  margin-top: 80px;
}
.xv-catalog {
  margin-bottom: 80px;
}
.xv-catalog-link a {
    color: #222;
    text-decoration: none!important;
}
.xv-phones {
    margin-top: 32px;
    padding: 20px 24px;
    background: #292929;
    border-radius: 8px;
}
.xv-phones-title{
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}
.xv-phones-number {
    display: block;
    margin-bottom: 4px;
}
.xv-phones-number {
    color: #225ac9;
    text-decoration: none;
}
.xv-phones-number:hover,
.xv-phones-number:focus {
    color: #0e469f;
    text-decoration: none;
}
.xv-phones-number:active {
    color: #092c62;
    text-decoration: none;
}
.xv-phones .xv-phones-number:last-child {
    margin-bottom: 0;
}
.xv-phones-btn {
    width: 100%;
    margin-top: 16px;
    padding: 12px 35px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #225ac9;
    border: 2px solid #225ac9;
    border-radius: 4px;
    text-transform: uppercase;
    transition: 0.2s;
}
.xv-phones-btn:hover,
.xv-phones-btn:focus {
    color: #fff;
    background: #0e469f;
}
.xv-phones-btn:active {
    color: #fff;
    background: #092c62;
}
.xv-basket {
    padding-bottom: 80px;
}
.xv-basket-dropdown {
    position: absolute;
    margin-top: 12px;
    right: 0;
    background: #292929;
    width: 440px;
    padding: 24px;
    box-shadow: 0 8px 36px rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
.xv-header-basket:hover .xv-basket-dropdown,
.xv-header-basket:focus .xv-basket-dropdown {
    visibility: visible;
    opacity: 1;
}
.xv-basket-item {
    display: block;
    height: 80px;
    position: relative;
    padding: 16px 0;
    padding-left: 64px;
    border-bottom: 1px solid #E0E0E0;
    text-decoration: none!important;
    color: #fff!important;
}
.xv-basket-dropdown-name {
    padding-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    border-bottom: 1px solid #E0E0E0;
}
.xv-basket-items {
    margin-bottom: 24px;
}
.xv-basket-item-img {
    position: absolute;
    left: 0;
    top: 16px;
    width: 48px;
    height: 48px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.xv-basket-item-count {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    color: #fff;
    background-color: #225ac9;
    border-radius: 12px;
    padding: 0 6px;
    min-width: 24px;
    transform: translate(50%, -50%);
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    transition: 0.5s;
}
.xv-basket-item-price {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    font-weight: bold;
}
.xv-basket-item-old-price {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    line-height: 26px;
    text-decoration-line: line-through;
    color: #BBBBBB;
}
.xv-basket-item-name {
    font-size: 14px;
    line-height: 24px;
    color: #fff!important;
}
.xv-basket-checkout {
    display: inline-block;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #225ac9;
    background: #fff;
    border: 2px solid #225ac9;
    box-sizing: border-box;
    border-radius: 4px;
    transition: 0.2s;
}
.xv-basket-checkout:hover,
.xv-basket-checkout:focus {
    text-decoration: none;
    color: #fff;
    background: #225ac9;
}
.xv-basket-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
h1.xv-basket-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 8px;
    margin-top: 0;
}
h2.xv-basket-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    margin-top: 40px;
}
.xv-basket-order-item {
    position: relative;
    height: 100%;
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 8px 36px rgba(255, 255, 255, 0.08);
    background: #292929;
    transition: opacity .2s;
}
.xv-basket-order-item-delete-all,
.xv-basket-order-item-delete {
    position: absolute;
    display: block;
    line-height: 1;
    top: 24px;
    right: 24px;
    cursor: pointer;
    z-index: 2;
}
.xv-basket-order-item-delete-all svg,
.xv-basket-order-item-delete svg {
    display: inline-block;
    width: 12px;
    height: 12px;
    stroke: #ccc;
    transition: 0.2s;
}
.xv-basket-order-item-delete-all:hover svg,
.xv-basket-order-item-delete-all:focus svg,
.xv-basket-order-item-delete:hover svg,
.xv-basket-order-item-delete:focus svg {
    stroke: #225ac9;
}
.xv-basket-order-item-desc {
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.xv-basket-order-item-image {
    display: inline-block;
    margin-right: 24px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.xv-basket-order-item-link {
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none!important;
    transition: 0.2s;
    cursor: pointer;
}
.xv-basket-order-item-link:hover,
.xv-basket-order-item-link:focus {
    color: #225ac9!important;
}
.xv-custom-checkbox .xv-basket-order-item-link {
    margin-left: 12px;
}
.xv-basket-order-item-price-options {
    display: flex;
    justify-content: flex-end;
    padding-top: 36px;
    margin-right: 40px;
}
.xv-basket-order-item-price-middle-options {
    padding: 0 32px;
}
.xv-basket-property-wrapper {
    display: inline-block;
    min-width: 80px;
}
.xv-basket-order-item-price-middle-options .xv-product-count-inputs {
    width: 200px;
}
.xv-basket-order-item-price-middle-options .xv-product-counter-minus,
.xv-basket-order-item-price-middle-options .xv-product-counter-plus {
    border: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.xv-basket-order-item-price-middle-options .xv-product-count-inputs {
    box-shadow: none;
}
.xv-basket-order-item-price-middle-options .xv-product-count-inputs .form-control {
    background-color: #fff;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
    height: 48px;
}
.xv-basket-order-item-price-middle-options .xv-product-counter-minus,
.xv-basket-order-item-price-middle-options .xv-product-counter-plus {
    height: 48px;
}
.xv-basket-order-item-price-middle-options .xv-product-count-inputs .xv-product-counter-minus svg,
.xv-basket-order-item-price-middle-options .xv-product-count-inputs .xv-product-counter-plus svg {
    transition: 0.2s;
    stroke: #ccc;
}
.xv-basket-order-item-price-middle-options .xv-product-count-inputs .xv-product-counter-minus:hover svg,
.xv-basket-order-item-price-middle-options .xv-product-count-inputs .xv-product-counter-plus:hover svg {
    stroke: #225ac9;
}
.xv-basket-property {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.xv-basket-property-value {
    font-weight: bold;
}
.xv-basket-order-item-price {
    font-weight: bold;
}
.xv-basket-total {
    margin-top: 24px;
    padding: 0 24px 12px;
    background: #292929;
    border-radius: 8px;
    box-shadow: 0 8px 36px rgba(255, 255, 255, 0.08);
}
.xv-basket-order-sum-wrap {
    position: relative;
    margin-top: 8px;
    text-align: left;
    float: right;
}
.xv-basket-order-sum {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #225ac9;
}
.xv-basket-select-options {
  display: flex;
    justify-content: flex-start;
    margin-top: 28px;
}
.xv-basket-delete-selected {
    position: relative;
    margin-left: 40px;
    padding-left: 28px;
    cursor: pointer;
}
.xv-basket-delete-selected .xv-basket-order-item-delete-all {
    left: 0;
    top: 2px;
}
.xv-basket-link {
    color: #225ac9!important;
    text-decoration: none!important;
}
.xv-basket-order-item-params {
    max-width: 320px;
}
.xv-basket-order-item-param {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 30px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
.xv-basket-order-item-param > span {
    margin-left: 4px;
    color: #225ac9;
}
.xv-basket-private {
    padding-top: 20px;
}
.xv-switch.custom-switch {
    padding-left: 0;
}
.xv-switch.custom-switch label {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    user-select: none;
}
.xv-switch-user-type:not(.xv-checkbox-checked) > label:first-child {
    color: #225ac9;
}
.custom-control-label-first {
    margin-right: 8px;
    margin-bottom: 0;
    cursor: pointer;
}
.custom-control-label-second {
    padding-left: 60px;
    cursor: pointer;
}
.xv-switch .custom-control-input:not(:checked)~.custom-control-label-first{
    color: #225ac9;
}
.xv-switch .custom-control-input:checked+label {
    color: #225ac9;
}
.xv-switch-offer-type .custom-control-input + label.custom-control-label-first {
    color: #fff;
}
.xv-switch-offer-type .custom-control-input:checked ~ label.custom-control-label-second {
    color: #225ac9;
}
.xv-switch.custom-switch .custom-control-label::before {
    top: 0;
    left: 0;
    width: 48px;
    height: 28px;
    background: #FFFFFF!important;
    border: 1px solid #E0E0E0!important;
    border-radius: 14px;
    outline: 0;
    box-shadow: none;
}
.xv-switch.custom-switch .custom-control-label::after {
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
    background-color: #225ac9;
    border-radius: 12px;
}
.xv-switch.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #225ac9;
    transform: translateX(20px);
}
.xv-basket-order-item .xv-custom-checkbox {
    position: absolute;
    left: 8px;
    top: 8px;
}
.xv-custom-checkbox .custom-control-label::after,
.xv-custom-checkbox .custom-control-label::before {
    top: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.xv-custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.xv-custom-checkbox .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #225ac9;
    border-color: #225ac9;
}
.xv-basket-private-wrap {
    max-width: 630px;
}
.xv-form-basket {
    margin-top: 24px;
}
.xv-form label {
    font-size: 14px;
    line-height: 24px;
}
.xv-form .form-control {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding: 12px 16px;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
    box-shadow: none;
}
.xv-form textarea.form-control {
    height: 96px;
    resize: none;
}
.xv-form .form-group {
    margin-bottom: 24px;
}
.xv-basket-company-form {
    margin: 40px 0;
    padding: 24px;
    background: #EBEBEB;
    border-radius: 8px;
    display: none;
}
.xv-basket-private-ur .xv-basket-company-form {
    display: block;
}
.xv-basket-company-form h4 {
    margin: 0 0 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}
.xv-basket-rekvizit .xv-icon {
    position: relative;
    top: -2px;
    margin-right: 12px;
    line-height: 1;
}
.xv-basket-rekvizit-load {
    padding: 0;
    background: none;
    border: 0;
}
.xv-section-sliders-wrap .xv-section-sliders:not(:first-child) {
    padding-top: 0;
}
.xv-form-label-star {
    margin-left: 4px;
    color: #225ac9;
}
.xv-catalog-table-link {
    display: block;
    position: relative;
    padding: 0 24px 0 40px;
    transition: 0.2s;
}
.xv-catalog-table-link:before {
    display: block;
    content: ' ';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.xv-basket-order-online {
    margin-right: 24px;
}
.xv-basket-order-consl.xv-big-outlined-btn {
    background: transparent;
}
.xv-custom-checkbox-data-procs {
    margin-bottom: 24px;
}
.xv-basket-text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.xv-custom-checkbox-data-procs span {
    display: inline-block;
    margin-left: 12px;
}
.xv-custom-checkbox-data-procs a {
    color: #225ac9!important;
    text-decoration: none!important;
}
/*НАСТРОЙКА МЕНЮ*/
.xv-catalog-link-4:before {
    background-image: url(/site-imgs/icon_catalog_01_01.svg);
}
.xv-catalog-link-5:before {
    background-image: url(/site-imgs/icon_catalog_01_02.svg);
}
.xv-catalog-link-6:before {
    background-image: url(/site-imgs/icon_catalog_01_03.svg);
}
.xv-catalog-link-7:before {
    background-image: url(/site-imgs/icon_catalog_01_04.svg);
}
.xv-catalog-link-8:before {
    background-image: url(/site-imgs/icon_catalog_01_05.svg);
}
.xv-catalog-link-42:before {
    background-image: url(/site-imgs/icon_catalog_01_06.svg);
}
.xv-catalog-link-44:before {
    background-image: url(/site-imgs/icon_catalog_01_07.svg);
}
.xv-catalog-link-45:before {
    background-image: url(/site-imgs/icon_catalog_01_08.svg);
}
.xv-catalog-link-46:before {
    background-image: url(/site-imgs/icon_catalog_01_09.svg);
}
.xv-catalog-link-31:before {
    background-image: url(/site-imgs/icon_catalog_01_10.svg);
}
.xv-catalog-link-32:before {
    background-image: url(/site-imgs/icon_catalog_01_11.svg);
}
.xv-catalog-link-33:before {
    background-image: url(/site-imgs/icon_catalog_01_12.svg);
}
.xv-catalog-link-34:before {
    background-image: url(/site-imgs/icon_catalog_01_13.svg);
}
.xv-catalog-link-35:before {
    background-image: url(/site-imgs/icon_catalog_01_14.svg);
}
.xv-catalog-link-36:before {
    background-image: url(/site-imgs/icon_catalog_01_15.svg);
}
.xv-catalog-link-37:before {
    background-image: url(/site-imgs/icon_catalog_01_16.svg);
}
.xv-catalog-link-38:before {
    background-image: url(/site-imgs/icon_catalog_01_17.svg);
}
.xv-catalog-link-39:before {
    background-image: url(/site-imgs/icon_catalog_01_18.svg);
}
.xv-catalog-link-9:before,
.xv-catalog-link-16:before,
.xv-catalog-link-23:before,
.xv-catalog-link-30:before {
    background-image: url(/site-imgs/icon_catalog_01_19.svg);
}
.xv-catalog-link-11:before {
    background-image: url(/site-imgs/icon_catalog_02_01.svg);
}
.xv-catalog-link-12:before {
    background-image: url(/site-imgs/icon_catalog_02_02.svg);
}
.xv-catalog-link-13:before {
    background-image: url(/site-imgs/icon_catalog_02_03.svg);
}
.xv-catalog-link-14:before {
    background-image: url(/site-imgs/icon_catalog_02_04.svg);
}
.xv-catalog-link-15:before {
    background-image: url(/site-imgs/icon_catalog_02_05.svg);
}
.xv-catalog-link-18:before {
    background-image: url(/site-imgs/icon_catalog_03_01.svg);
}
.xv-catalog-link-19:before {
    background-image: url(/site-imgs/icon_catalog_03_02.svg);
}
.xv-catalog-link-20:before {
    background-image: url(/site-imgs/icon_catalog_03_03.svg);
}
.xv-catalog-link-21:before {
    background-image: url(/site-imgs/icon_catalog_03_04.svg);
}
.xv-catalog-link-22:before {
    background-image: url(/site-imgs/icon_catalog_03_05.svg);
}
.xv-catalog-link-25:before {
    background-image: url(/site-imgs/icon_catalog_04_01.svg);
}
.xv-catalog-link-26:before {
    background-image: url(/site-imgs/icon_catalog_04_02.svg);
}
.xv-catalog-link-27:before {
    background-image: url(/site-imgs/icon_catalog_04_03.svg);
}
.xv-catalog-link-28:before {
    background-image: url(/site-imgs/icon_catalog_04_04.svg)
}
.xv-catalog-link-29:before {
    background-image: url(/site-imgs/icon_catalog_04_05.svg);
}
/*НАСТРОЙКА ТАБЛИЦЫ*/
.xv-catalog-table-link-4:before {
    background-image: url(/site-imgs/icon_catalog_01_01.svg);
}
.xv-catalog-table-link-5:before {
    background-image: url(/site-imgs/icon_catalog_01_02.svg);
}
.xv-catalog-table-link-6:before {
    background-image: url(/site-imgs/icon_catalog_01_03.svg);
}
.xv-catalog-table-link-7:before {
    background-image: url(/site-imgs/icon_catalog_01_04.svg);
}
.xv-catalog-table-link-8:before {
    background-image: url(/site-imgs/icon_catalog_01_05.svg);
}
.xv-catalog-table-link-42:before {
    background-image: url(/site-imgs/icon_catalog_01_06.svg);
}
.xv-catalog-table-link-44:before {
    background-image: url(/site-imgs/icon_catalog_01_07.svg);
}
.xv-catalog-table-link-45:before {
    background-image: url(/site-imgs/icon_catalog_01_08.svg);
}
.xv-catalog-table-link-46:before {
    background-image: url(/site-imgs/icon_catalog_01_09.svg);
}
.xv-catalog-table-link-31:before {
    background-image: url(/site-imgs/icon_catalog_01_10.svg);
}
.xv-catalog-table-link-32:before {
    background-image: url(/site-imgs/icon_catalog_01_11.svg);
}
.xv-catalog-table-link-33:before {
    background-image: url(/site-imgs/icon_catalog_01_12.svg);
}
.xv-catalog-table-link-34:before {
    background-image: url(/site-imgs/icon_catalog_01_13.svg);
}
.xv-catalog-table-link-35:before {
    background-image: url(/site-imgs/icon_catalog_01_14.svg);
}
.xv-catalog-table-link-36:before {
    background-image: url(/site-imgs/icon_catalog_01_15.svg);
}
.xv-catalog-table-link-37:before {
    background-image: url(/site-imgs/icon_catalog_01_16.svg);
}
.xv-catalog-table-link-38:before {
    background-image: url(/site-imgs/icon_catalog_01_17.svg);
}
.xv-catalog-table-link-39:before {
    background-image: url(/site-imgs/icon_catalog_01_18.svg);
}
.xv-catalog-table-link-9:before,
.xv-catalog-table-link-16:before,
.xv-catalog-table-link-23:before,
.xv-catalog-table-link-30:before {
    background-image: url(/site-imgs/icon_catalog_01_19.svg);
}
.xv-catalog-table-link-11:before {
    background-image: url(/site-imgs/icon_catalog_02_01.svg);
}
.xv-catalog-table-link-12:before {
    background-image: url(/site-imgs/icon_catalog_02_02.svg);
}
.xv-catalog-table-link-13:before {
    background-image: url(/site-imgs/icon_catalog_02_03.svg);
}
.xv-catalog-table-link-14:before {
    background-image: url(/site-imgs/icon_catalog_02_04.svg);
}
.xv-catalog-table-link-15:before {
    background-image: url(/site-imgs/icon_catalog_02_05.svg);
}
.xv-catalog-table-link-18:before {
    background-image: url(/site-imgs/icon_catalog_03_01.svg);
}
.xv-catalog-table-link-19:before {
    background-image: url(/site-imgs/icon_catalog_03_02.svg);
}
.xv-catalog-table-link-20:before {
    background-image: url(/site-imgs/icon_catalog_03_03.svg);
}
.xv-catalog-table-link-21:before {
    background-image: url(/site-imgs/icon_catalog_03_04.svg);
}
.xv-catalog-table-link-22:before {
    background-image: url(/site-imgs/icon_catalog_03_05.svg);
}
.xv-catalog-table-link-25:before {
    background-image: url(/site-imgs/icon_catalog_04_01.svg);
}
.xv-catalog-table-link-26:before {
    background-image: url(/site-imgs/icon_catalog_04_02.svg);
}
.xv-catalog-table-link-27:before {
    background-image: url(/site-imgs/icon_catalog_04_03.svg);
}
.xv-catalog-table-link-28:before {
    background-image: url(/site-imgs/icon_catalog_04_04.svg);
}
.xv-catalog-table-link-29:before {
    background-image: url(/site-imgs/icon_catalog_04_05.svg);
}
.xv-catalog-items.xv-catalog-card-items .items {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 12px;
}
.xv-catalog-items.xv-catalog-card-items .items > div {
    margin-bottom: 12px;
}
.xv-catalog-options {
    padding-bottom: 24px;
}
.xv-catalog-options.xv-catalog-options-table {
    padding-bottom: 0;
}
.xv-catalog-options .xv-dropdown {
    float: left;
}
.xv-catalog-options .xv-dropdown:first-child .xv-dropdown-toggle {
    padding-left: 0;
    color: #888888;
}
.xv-catalog-options .xv-dropdown .xv-dropdown-toggle {
    color: #888888;
}
.xv-dropdown-selected-value {
    color: #fff;
}
.xv-dropdown-selected-value:hover,
.xv-dropdown-selected-value:focus {
    color: #225ac9;
}
.xv-dropdown .dropdown-item {
  cursor: pointer;
    transition: 0.2s;
}
.xv-dropdown .dropdown-item:hover,
.xv-dropdown .dropdown-item:focus {
    color: #225ac9!important;
}
.xv-catalog-items-pagination {
    margin-top: 24px;
}
.xv-catalog-items-pagination .pagination {
    margin: 0;
}
.xv-catalog-items-pagination ul > li {
    display: inline-block;
    margin-right: 6px;
}
.xv-catalog-items-pagination ul > li > a {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    background: #292929;
    color: #fff;
    border-radius: 8px;
    text-decoration: none!important;
    transition: 0.2s;
}
.xv-catalog-items-pagination ul > li > a:hover,
.xv-catalog-items-pagination ul > li > a:focus {
    color: #225ac9;
}
.xv-product-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
}
.xv-product-images-main {
    position: relative;
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.xv-product-back {
    display: block;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #fff!important;
    text-decoration: none!important;
}
.xv-product-back .xv-icon {
    margin-right: 15px;
}
.xv-product-prices {
    margin-bottom: 12px;
    cursor: default;
}
.xv-product-prices .xv-catalog-item-price-curr,
.xv-product-prices .xv-catalog-item-price-old {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.xv-product-prices .xv-catalog-item-price-old {
    margin-right: 8px;
    font-size: 18px;
    line-height: 28px;
    text-decoration-line: line-through;
    color: #BBBBBB;
}
.xv-product .xv-catalog-item-price-curr.actual {
    font-size: 26px;
    line-height: 32px;
    color: #225ac9;
}
.xv-product-type {
    color: #888888;
}
.xv-product-count-inputs .input-group-prepend svg,
.xv-product-count-inputs .input-group-append svg {
    stroke: #225ac9;
}
.xv-product-count-inputs .input-group-text {
    justify-content: center;
    height: 58px;
    width: 58px;
    background-color: #fff;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
}
.xv-product-count-inputs .form-control {
    height: 58px;
    background-color: #fff;
    border: 2px solid #E0E0E0;
    border-left: 0;
    border-right: 0;
    text-align: center;
}
.xv-product-counter-minus,
.xv-product-counter-plus {
    height: 58px;
    width: 58px;
    background-color: #292929;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
    transition: 0.2s;
    outline: none;
    box-shadow: none;
}
.xv-product .xv-product-counter-minus:hover,
.xv-product .xv-product-counter-plus:hover {
    background: #225ac9;
    border-color: #225ac9;
}
.xv-product .xv-product-counter-minus:hover svg ,
.xv-product .xv-product-counter-plus:hover svg {
    stroke: #fff;
}
.xv-product-count-inputs {
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.08);
}
.xv-product-add-basket {
    display: inline-block;
    padding: 14px 60px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 4px;
    color: #fff;
    background: #225ac9;
    transition: 0.2s;
    text-transform: uppercase;
}
.xv-product-add-basket:focus,
.xv-product-add-basket:hover {
    color: #fff;
    background: #0e469f;
}
.xv-product-add-basket:active {
    background: #092c62;
}
.xv-product-add-basket-icon {
    top: 3px;
    margin-right: 16px;
    width: 20px;
    height: 20px;
    background-image: url(/svg/xv/icon_cart_filled.svg);
}
.xv-product-fastbuy {
    margin-top: 40px;
}
.xv-product-fastbuy p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #666;
    cursor: default;
}
.xv-product-fastbuy .xv-form .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
}
.xv-product-fastbuy .xv-form .form-control,
.xv-product-fastbuy .xv-form .form-control::placeholder {
    color: #fff;
}
.xv-product-fastbuy .xv-form {
    display: flex;
    justify-content: flex-start;
}
.xv-product-fastbuy .xv-form > * {
    flex-basis: 100%;
}
.xv-product-fastbuy-btn {
    padding: 12px 35px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #225ac9;
    border: 2px solid #225ac9;
    background: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    transition: 0.2s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.xv-product-fastbuy-btn:hover,
.xv-product-fastbuy-btn:focus {
    color: #fff;
    border-color: #225ac9;
    background: #225ac9;
}
.xv-product-fastbuy-btn:active {
    color: #fff;
    border-color: #092c62;
    background: #092c62;
}
.xv-product-options {
    padding: 24px;
    background: #292929;
    border-radius: 8px;
}
.xv-product-option {
    position: relative;
    padding: 20px 0 20px 40px;
    border-bottom: 1px solid #E0E0E0;
}
.xv-product-option-icon {
    position: absolute;
    left: 0;
    top: 20px;
}
.xv-product-option-desc {
    font-size: 14px;
    line-height: 24px;
    cursor: default;
}
.xv-product-option-desc-header {
    font-weight: bold;
}
.xv-product-options .xv-product-option:first-child {
    padding-top: 0;
}
.xv-product-options .xv-product-option:first-child .xv-product-option-icon {
    top: 0;
}
.xv-product-options .xv-product-option:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.xv-product-options .xv-payment-system {
    height: 26px;
    width: 20px;
}
.xv-product-icons {
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.xv-product-video {
    display: inline-block;
    margin-left: 8px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
}
.xv-product-video:hover,
.xv-product-video:focus {
    background: #fff;
}
.xv-product-video svg {
    fill: #225ac9;
    width: 40px;
    height: 40px;
}
.xv-product-files {
    margin-top: 27px;
}
.xv-files-btn {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff!important;
    text-decoration: none!important;
    display: block;
}
.xv-files-btn .xv-icon {
    top: -3px;
    margin-right: 12px;
    padding-bottom: 10px;
}
.xv-files-btn svg {
    stroke: #225ac9;
}
.xv-product-images-thumbnails {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 24px 0;
    gap: 20px;
}
.xv-product-thumbnail {
    display: inline-block;
    height: 82px;
    cursor: pointer;
}
.xv-product-thumbnail-image {
    display: inline-block;
    width: 100%;
    height: 82px;
    border: 2px solid #F7F7F7;
    background-position: center;
    transition: 0.2s;
    background-size: cover;
    background-repeat: no-repeat;
}
.xv-product-thumbnail.selected .xv-product-thumbnail-image {
    border-color: #225ac9;
}
.xv-product-thumbnail:hover:not(.selected) .xv-product-thumbnail-image,
.xv-product-thumbnail:hover:not(.selected) .xv-product-thumbnail-image {
    border-color: #ccc;
}
.xv-product-thumbnail-delimeter {
    width: 100%;
    display: block;
    height: 24px;
}
.xv-tab-panel {
    padding-top: 60px;
    padding-bottom: 80px;
}
.xv-tab-panel-navs {
  padding: 16px;
    border-radius: 8px;
    background: #292929;
}
.xv-tab-panel.with-fixed {
    padding-top: 140px;
}
.xv-tab-panel-navs.fixed {
    position: fixed;
    top: 20px;
    z-index: 2;
    width: 100%;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}
.xv-tab-panel-container {
    margin-top: 40px;
}
.xv-tab-panel-tab {
    padding: 24px;
    margin-bottom: 40px;
    background: #292929;
    border-radius: 8px;
}
.xv-tab-panel-tab.active {
    display: block;
}
.xv-tab-panel-nav {
    display: inline-block;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    color: #fff;
    text-decoration: none!important;
    border-radius: 8px;
    background: none;
    transition: 0.2s;
    outline: none!important;
    box-shadow: none!important;
}
.xv-tab-panel-nav.active {
    background: #225ac9;
    color: #fff;
}
.xv-tab-panel-nav:hover,
.xv-tab-panel-nav:focus {
    background: #225ac9;
    color: #fff;
}
.modal-body-with-file-content {
    padding: 0;
    min-height: 400px;
}
.modal-body-with-file-content iframe {
    width: 100%!important;
    min-height: 100%!important;
}
.xv-tab-panel-tab .xv-product-options {
    display: flex;
    justify-content: flex-start;
    padding: 0;
}
.xv-tab-panel-tab .xv-product-option {
    max-width: 168px;
    padding: 0 0 0 48px;
    margin-right: 24px;
    border-bottom: 0;
}
.xv-tab-panel-tab .xv-product-option .xv-product-option-icon {
    top: 0;
}
.xv-tab-panel-tab h5 {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}
.xv-product-description {
    font-size: 14px;
    line-height: 24px;
}
.xv-product-params table thead tr td {
    padding: 16px 24px;
    font-size: 14px;
    line-height: 24px;
    background: #3D3D3D;
    border-radius: 8px 8px 0 0;
    color: #fff;
}
.xv-product-params table tbody tr td {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 8px 8px 0 0;
}
.xv-product-params table tbody tr td:first-child {
    font-weight: bold;
    border-radius: 8px 0 0 0;
}
.xv-product-params table tbody tr td:last-child {
    border-radius: 0 8px 0 0;
}
.xv-product-params table tbody tr:last-child td:first-child {
    border-radius: 0 0  0 8px;
}
.xv-product-params table tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0 ;
}
.xv-payment-card-image {
    text-align: left;
    margin-bottom: 16px;
}
.xv-payment-card-image {
    display: inline-block;
    height: 151px;
    max-width: 100%;
}
.xv-payment-cards {
    margin-bottom: 32px;
}
.xv-tab-panel-tab ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.xv-tab-panel-tab ul li {
    display: block;
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
}
.xv-tab-panel-tab ul li:last-child {
    margin-bottom: 0;
}
.xv-tab-panel-tab ul li:before {
    display: block;
    content: ' ';
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #225ac9;
}
.xv-comments-title {
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}
.xv-comments-count {
    display: inline-block;
    padding: 0 7px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 40%;
    background:#225ac9;
}
.xv-comment {
    position: relative;
}
.xv-comments-wrapper > .xv-comment {
    margin-bottom: 24px;
}
.xv-comment-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.xv-comment-date {
    font-size: 12px;
    line-height: 20px;
    color: #888888;
}
.xv-comment-text {
    margin-top: 8px;
}
.xv-comment-shop-text {
    padding: 24px;
    margin-top: 24px;
    background: #1F1F1F;
    border-radius: 4px;
}
.xv-comment-shop-text .xv-comment-name {
    font-weight: bold;
    color: #225ac9;
}
.xv-comments-for-question .xv-comments-title {
    margin-bottom: 0;
}
.xv-comments-for-question .xv-comment-text {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
.xv-comments-for-question .xv-comment {
    padding: 0 24px;
    transition: 0.2s;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 24px;
}
.xv-comments-for-question .xv-comment .xv-icon {
    stroke: #225ac9;
    margin-right: 12px;
}
.xv-comments-for-question .xv-comment .xv-icon svg:last-child {
    display: none;
}
.xv-comments-for-question .xv-comment.opened .xv-icon svg:first-child {
    display: none;
}
.xv-comments-for-question .xv-comment.opened .xv-icon svg:last-child {
    display: block;
    margin-top: -6px;
}
.xv-comments-for-question .xv-comment.opened {
    background: #1F1F1F;
    border-radius: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.xv-comments-for-question .xv-comment.opened .xv-comment-text{
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.xv-comments-for-question .xv-comment .xv-comment-text{
    font-size: 14px;
    line-height: 24px;
}
.xv-comments-for-question .xv-comment-user-text {
    padding-left: 32px;
}
.xv-comments-for-question .xv-comment .xv-comment-user-text *:last-child{
    margin-bottom: 0;
}
.xv-comments-for-question .xv-comment:last-child {
    margin-bottom: 0;
}
.xv-comments-for-question .xv-comment:last-child {
    margin-bottom: 24px;
}
.xv-modal-form-btn,
.xv-question-add-btn ,
.xv-comment-add-btn {
    padding: 12px 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #225ac9;
    border: 2px solid #225ac9;
    background: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    transition: 0.2s;
}
.xv-modal-form-btn:hover,
.xv-modal-form-btn:focus,
.xv-question-add-btn:hover,
.xv-comment-add-btn:hover,
.xv-question-add-btn:focus,
.xv-comment-add-btn:focus {
    color: #fff;
    border-color: #225ac9;
    background: #225ac9;
}
.xv-modal-form-btn:active,
.xv-question-add-btn:active ,
.xv-comment-add-btn:active {
    color: #fff;
    border-color: #0e469f;
    background: #0e469f;
}
.xv-dropdown-phones {
  display: none;
}
.xv-nav-info {
  display: none;
}
.super_red {
    color: #225ac9;
}
.super_font {
    font-size: 25px;
    line-height: 55px;
}
@media (min-width: 290px) and (max-width: 1024px) {
    .xv-slider-item-more {
        margin-top: 10px;
    }
}
@media (min-width: 100px) and (max-width: 289px) {
    .xv-slider-item-title {
        font-size: 12px;
        line-height: 15px;
    }
    .super_font {
        font-size: 10px;
    }
    .xevex_title {
        line-height: 15px;
    }
}
@media (min-width: 290px) and (max-width: 310px) {
    .xv-slider-item-title {
        font-size: 20px;
        line-height: 25px;
    }
    .super_font {
        font-size: 15px;
    }
}
@media (min-width: 311px) and (max-width: 330px) {
    .xv-slider-item-title {
        font-size: 24px;
        line-height: 29px;
    }
    .super_font {
        font-size: 19px;
    }
}
@media (min-width: 331px) and (max-width: 350px) {
    .xv-slider-item-title {
        font-size: 25px;
        line-height: 30px;
    }
    .super_font {
        font-size: 20px;
    }
}
@media (min-width: 351px) and (max-width: 370px) {
    .xv-slider-item-title {
        font-size: 27px;
        line-height: 33px;
    }
    .super_font {
        font-size: 23px;
    }
}
@media (min-width: 371px) and (max-width: 390px) {
    .xv-slider-item-title {
        font-size: 29px;
        line-height: 35px;
    }
    .super_font {
        font-size: 24px;
    }
}
@media (min-width: 391px) and (max-width: 874px) {
    .xv-slider-item-title {
        font-size: 30px;
        line-height: 36px;
    }
}
.xevex_title {
    line-height: 55px;
}
@media (max-width: 1024px) {
    .xv-slider-item {
        background-image: none!important;
    }
}
@media (min-width: 290px) and (max-width: 301px) {
    .xv-payment-system {
        margin: 0px 2px;
    }
}
@media (min-width: 302px) and (max-width: 313px) {
    .xv-payment-system {
        margin: 0px 3px;
    }
}
@media (min-width: 314px) and (max-width: 325px) {
    .xv-payment-system {
        margin: 0px 4px;
    }
}
@media (min-width: 326px) and (max-width: 337px) {
    .xv-payment-system {
        margin: 0px 5px;
    }
}
@media (min-width: 338px) and (max-width: 349px) {
    .xv-payment-system {
        margin: 0px 6px;
    }
}
@media (min-width: 350px) and (max-width: 361px) {
    .xv-payment-system {
        margin: 0px 7px;
    }
}
@media (min-width: 362px) and (max-width: 373px) {
    .xv-payment-system {
        margin: 0px 8px;
    }
}
@media (min-width: 374px) and (max-width: 385px) {
    .xv-payment-system {
        margin: 0px 9px;
    }
}
.no_link {
    text-decoration: none!important;
    cursor:default;
}
.xv-calc-desc {
    padding: 24px;
    background: #ebebeb;
    border-radius: 8px;
}
.xv-calc-desc a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #222;
}
.xv-calc-desc p:last-child {
    margin: 0;
    font-style: italic;
}
.xv-calc-param {
    color: #666666;
}
.xv-calc-param-high {
    padding-top: 12px;
}
.xv-calc-form-option-description > p:first-child{
    margin-bottom: 0;
}
.xv-calc-form {
    margin-top: 40px;
}
.xv-form.xv-calc-form .form-control {
    height: 48px;
    padding: 8px 16px;
}
.xv-form.xv-calc-form .form-group {
    margin-bottom: 36px;
}
.xv-calc-form .xv-form-control {
    max-width: 392px;
}
.xv-form .xv-select-control {
    max-width: 392px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/svg/xv/dropdown_icon_black.svg);
    background-image: url(/svg/xv/dropdown_icon_grey.svg);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    transition: 0.2s;
}
.xv-form .xv-select-control:focus,
.xv-form .xv-select-control:hover{
    background-image: url(/svg/xv/dropdown_icon_black.svg);
}
.xv-calc-checkbox {
    padding-left: 0;
    margin-right: 32px;
    cursor: pointer;
}
.xv-calc-checkbox .custom-control-label {
    position: relative;
    padding-left: 36px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    cursor: pointer;
}
.xv-calc-checkbox .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    cursor: pointer;
}
.xv-calc-flex-options {
    display: flex;
}
.xv-calc-checkbox:focus .custom-control-label,
.xv-calc-checkbox:hover .custom-control-label{
    color: #225ac9;
}
.xv-calc-checkbox:focus .custom-control-label::before ,
.xv-calc-checkbox:hover .custom-control-label::before {
    border-color: #225ac9;
}
.xv-calc-checkbox:not(.xv-switch) .custom-control-input:checked~.custom-control-label::before {
    border: 8px solid #225ac9;
    background-color: #fff;
}
.xv-calc-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    display: none;
}
.xv-calc-checkbox.custom-radio .custom-control-input:checked~.custom-control-label::after {
    display: none;
}
.xv-calc-form .rangeslider.rangeslider--horizontal {
    max-width: 392px;
    height: 4px;
}
.xv-calc-form .rangeslider {
    position: relative;
    box-shadow: none;
    background: #E0E0E0;
    margin-top: -4px;
    border-radius:0 0 8px 8px;
}
.xv-calc-form .rangeslider__fill {
    background: #225ac9;
    border-radius: 0 0 8px 8px;
    box-shadow: none;
}
.xv-calc-form  .rangeslider__handle {
    display: inline-block;
    top: -6px!important;
    background: #fff;
    border: 4px solid #225ac9;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: none;
    box-shadow: none;
    border-radius: 50%;
}
.xv-calc-form  .rangeslider__handle:after {
    display: none;
}
.xv-metal-profile {
    margin-top: 24px;
}
.xv-metal-profile-item {
    cursor: pointer;
}
.xv-metal-profile-item-image img {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.xv-metal-profile-item-image {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 4px;
    line-height: 1;
}
.xv-metal-profile-item:hover .xv-metal-profile-item-image ,
.xv-metal-profile-item:focus .xv-metal-profile-item-image {
    border-color: #E0E0E0;
}
.xv-metal-profile-item:hover .xv-metal-profile-item-name,
.xv-metal-profile-item:focus .xv-metal-profile-item-name{
    color: #225ac9;
}
.xv-metal-profile-item-name {
    display: inline-block;
    margin-left: 8px;
}
.xv-metal-profile-item.active .xv-metal-profile-item-image {
    border-color: #225ac9;
}
.xv-calc-selected-color {
    display: inline-block;
    width: 392px;
    max-width: 100%;
    height: 392px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.xv-calc-result {
    padding-bottom: 80px;
}
.xv-catalog-body {
    background: #fff;
    padding: 0 15px;
    border-radius: 0 0 8px 8px ;
}
.xv-catalog-body .row {
    border-bottom: 1px solid #E0E0E0;;
}
.xv-catalog-body .row:last-child {
    border-bottom: 0;
}
.xv-catalog-body .row div {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}
.xv-catalog-body .row div:nth-child(2),
.xv-catalog-body .row div:nth-child(3),
.xv-catalog-body .row div:nth-child(4) {
    font-weight: bold;
}
.xv-calc-total-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #CC9966;
}
.xv-calc-total {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}
.xv-calc-result-description {
    margin-top: 12px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.xv-calc-additional-condition {
    margin-top: 40px;
}
.xv-calc-additional-condition a {
    color: #225ac9!important;
}
.xv-calc-to-pdf,
.xv-calc-to-email {
    position: relative;
    display: inline-block;
    padding: 14px 0 14px 52px;
    margin-left: 40px;
    color: #222;
    background: transparent;
    transition: 0.2s;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.xv-calc-to-pdf:hover,
.xv-calc-to-email:hover,
.xv-calc-to-pdf:focus,
.xv-calc-to-email:focus {
    color: #225ac9;
}
.xv-calc-to-pdf-icon,
.xv-calc-to-email-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.xv-calc-to-email-icon {
    width: 36px;
    height: 24px;
    background-image: url(/svg/xv/icon_mail_36x24.svg);
}
.xv-calc-to-pdf-icon {
    width: 36px;
    height: 38px;
    background-image: url(/svg/xv/icon_pdf_36x38.svg);
}
.xv-page {
    padding-bottom: 60px;
}
.xv-page-title {
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
}
.xv-contacts-text {
    margin-bottom: 28px;
}
.xv-contacts-text-phones > p:first-child {
    font-weight: bold;
    margin-bottom: 12px;
}
.xv-contacts-text-phones > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #225ac9;
}
.xv-person {
    margin-bottom: 30px;
}
.xv-person-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 432px;
    margin-bottom: 16px;
    border-radius: 8px;
}
.xv-person-name {
    font-weight: bold;
}
.xv-person-position {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
.xv-person-mail {
    color: #225ac9;
}
.xv-contacts-photos {
    margin-top: 60px;
}
.xv-contacts-col {
    height: 288px;
    padding: 24px;
    margin-top: 80px;
    background: #fff;
    border-radius: 8px 8px 0 0;
}
.xv-contacts-col .xv-contacts-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}
.xv-contacts-col .xv-contacts-block {
    margin-bottom: 0;
}
.xv-contacts-col .xv-contacts-block .xv-contacts-row:last-child {
    margin-bottom: 0;
}
.xv-show-on-map-arrow {
    margin-top: 24px;
}
.xv-show-on-map-arrow:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: ' ';
    width: 18px;
    height: 16px;
    display: block;
    background-image: url(/svg/xv/icon_arrow_bottom_circle.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.xv-error {
    padding: 150px 0;
}
.xv-error-title {
    margin-top: 150px;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
}
.xv-error-title + p {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 48px;
}
.xv-error-link {
    display: inline-block;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 24px;
    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none!important;
    background: #225ac9;
    border-radius: 4px;
}
.xv-error-img {
    text-align: right;
}
.xv-error-img img {
    display: inline-block;
}
.xv-footer-links-zabor svg {
    stroke:  #666666;
}
.xv-footer-links-zabor .xv-icon {
    margin-right: 8px;
    top: -2px;
}
.xv-footer-links-zabor:hover,
.xv-footer-links-zabor:focus  {
    color: #225ac9;
    text-decoration: none!important;
}
.xv-footer-links-zabor:hover svg,
.xv-footer-links-zabor:focus svg {
    stroke: #225ac9;
}
.xv-dropdown.xv-menu-dropdown .dropdown-menu{
    padding: 0;
}
.xv-nav-catalog .xv-dropdown-toggle.xv-nav-link {
    padding-left: 24px;
}
.xv-nav-catalog .xv-dropdown-toggle.xv-nav-link:before {
    left: 0;
}
.xv-modal .modal-header {
    padding: 24px;
    border-bottom: 0;
}
.xv-modal .modal-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}
.xv-modal .modal-body {
    padding: 0 24px 24px 24px;
}
.xv-modal .modal-dialog {
    max-width: 440px;
}
.xv-map-balloon-mover {
    cursor: pointer;
}
.xv-map-balloon-mover:hover {
    color: #225ac9;
}
.xv-dropdown.xv-menu-dropdown.show .dropdown-menu/*,
    .xv-menu-dropdown:hover > .dropdown-menu*/ {
    display: block;
    top: calc(100% - 2px)!important;
    left: 12px!important;
    transform: none!important;
    will-change: transform!important;
}
.xv-menu-dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  /*pointer-events: none;*/
}
.xv-page ol,
.xv-page ul {
    display: block;
    position: relative;
    list-style: none;
    margin: 24px 0;
    padding: 0;
}
.xv-page ol {
    counter-reset: myCounter;
}
.xv-page ol > li,
.xv-page ul > li {
    display: block;
    position: relative;
    margin-bottom: 24px;
    padding-left: 26px;
}
.xv-page ul > li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    content: ' ';
    background: #225ac9;
    border-radius: 4px;
}
.xv-page ol > li:last-child,
.xv-page ul > li:last-child {
    display: block;
    margin-bottom: 0;
}
.xv-page ol > li:before {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    counter-increment: myCounter;
    content:counter(myCounter);
    color: #225ac9;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}
.xv-page h1,
.xv-page h2,
.xv-page h3,
.xv-page h4,
.xv-page h5 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
}
.xv-page-table > tbody > tr td,
.xv-page table > tbody > tr td {
    padding: 8px 24px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
}
.xv-page-table > thead > tr > th,
.xv-page table > thead > tr > th {
    padding: 8px 24px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    background: #3D3D3D;
    border-radius: 0;
}
.xv-page-table > thead > tr:first-child th:first-child,
.xv-page table > thead > tr:first-child th:first-child {
    border-radius: 8px 0 0 0;
}
.xv-page-table > thead > tr:first-child th:last-child,
.xv-page table > thead > tr:first-child th:last-child {
    border-radius: 0 8px 0 0;
}
.xv-page-table > tbody > tr:last-child td:first-child {
    border-radius: 0 0 0 8px ;
}
.xv-page-table > tbody > tr:last-child td:last-child {
    border-radius: 0 0 8px  0;
}
.xv-prop-catalog-menu {
    margin-top: 24px;
}
.xv-product-article {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #CC9966;
    display: block;
    padding-top: 5px;
}
.xv-product-article span {
    font-size: 1.2rem;
}
.xv-dropdown-items.xv-dropdown .dropdown-menu ,
.xv-dropdown-sorting.xv-dropdown .dropdown-menu {
    padding: 24px 12px;
    min-width: 200px;
}
.xv-dropdown-sorting.xv-dropdown .dropdown-menu {
    right: 0;
    left: initial!important;
}
.xv-dropdown-items.xv-dropdown .dropdown-menu {
    min-width: 90px;
    right: 0;
    left: initial!important;
}
.xv-dropdown-region.xv-dropdown .dropdown-menu {
    padding: 24px 12px;
    min-width: 120px;
}
.xv-dropdown-region.xv-dropdown .dropdown-item {
    padding: 4px 12px;
}
.xv-dropdown-items.xv-dropdown .dropdown-item,
.xv-dropdown-sorting.xv-dropdown .dropdown-item {
    padding: 4px 12px;
}
.xv-form.xv-callback-form .xv-select-control {
    max-width: 100%;
}
.xv-modal .xv-modal-form-btn,
.xv-form .xv-modal-form-btn {
    width: 100%;
    margin-top: 8px;
}
.xv-modal-form-btn,
.xv-big-filled-btn {
    color: #fff;
    padding: 14px 40px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 4px;
    transition: 0.2s;
    text-transform: uppercase;
    border: 2px solid #225ac9;
    background: #225ac9;
}
.xv-big-outlined-btn {
    color: #225ac9;
    padding: 14px 40px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 4px;
    transition: 0.2s;
    text-transform: uppercase;
    border: 2px solid #225ac9;
    background: #fff;
}
.xv-big-outlined-btn:hover,
.xv-big-outlined-btn:focus {
    background: #225ac9;
    border-color: #225ac9;
    color: #fff;
}
.xv-big-outlined-btn:active {
    background: #0e469f;
    border-color: #0e469f;
    color: #fff;
}
.xv-modal-form-btn:hover,
.xv-modal-form-btn:focus,
.xv-big-filled-btn:hover,
.xv-big-filled-btn:focus {
    background: #0e469f;
    border-color: #0e469f;
    color: #fff;
}
.xv-modal-form-btn:active,
.xv-big-filled-btn:active {
    background: #092c62;
    border-color: #092c62;
    color: #fff;
}
/*ОПТИМИЗАЦИЯ ВЕРСИЙ*/
@media (min-width: 1199px) and (max-width: 1288px) {
    .dis_none {
        display: none!important;
    }
}
@media (min-width: 320px) and (max-width: 380px) {
    .xv-dropdown .dropdown-menu {
        padding: 15px;
    }
}
/*ФОТО ДЛЯ КАТАЛОГА-СЛАЙДЕРА*/
@media (min-width: 291px) and (max-width: 300px) {
    .xv-section-preview-image img {
        height: 102px;
    }
}
@media (min-width: 301px) and (max-width: 310px) {
    .xv-section-preview-image img {
        height: 107px;
    }
}
@media (min-width: 311px) and (max-width: 320px) {
    .xv-section-preview-image img {
        height: 111px;
    }
}
@media (min-width: 321px) and (max-width: 330px) {
    .xv-section-preview-image img {
        height: 116px;
    }
}
@media (min-width: 331px) and (max-width: 340px) {
    .xv-section-preview-image img {
        height: 120px;
    }
}
@media (min-width: 341px) and (max-width: 350px) {
    .xv-section-preview-image img {
        height: 124px;
    }
}
@media (min-width: 351px) and (max-width: 360px) {
    .xv-section-preview-image img {
        height: 130px;
    }
}
@media (min-width: 361px) and (max-width: 370px) {
    .xv-section-preview-image img {
        height: 134px;
    }
}
@media (min-width: 371px) and (max-width: 380px) {
    .xv-section-preview-image img {
        height: 139px;
    }
}
@media (min-width: 381px) and (max-width: 390px) {
    .xv-section-preview-image img {
        height: 144px;
    }
}
@media (min-width: 391px) and (max-width: 400px) {
    .xv-section-preview-image img {
        height: 148px;
    }
}
/*ФОТО ДЛЯ КАТАЛОГА-СЛАЙДЕРА*/
/*ФОТО ДЛЯ КАТАЛОГА-ТОВАРА*/
@media (min-width: 291px) and (max-width: 300px) {
    .xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
        height: 148px;
    }
}
@media (min-width: 301px) and (max-width: 310px) {
    .xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
        height: 161px;
    }
}
@media (min-width: 311px) and (max-width: 320px) {
    .xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
        height: 161px;
    }
}
@media (min-width: 321px) and (max-width: 330px) {
    .xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
        height: 168px;
    }
}
@media (min-width: 331px) and (max-width: 340px) {
    .xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
        height: 181px;
    }
}
@media (min-width: 341px) and (max-width: 350px) {
    .xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
        height: 181px;
    }
}
@media (min-width: 351px) and (max-width: 360px) {
    .xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
        height: 188px;
    }
}
@media (min-width: 361px) and (max-width: 370px) {
    .xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
        height: 195px;
    }
}
@media (min-width: 371px) and (max-width: 380px) {
    .xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
        height: 201px;
    }
}
@media (min-width: 381px) and (max-width: 390px) {
    .xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
        height: 201px;
    }
}
@media (min-width: 391px) and (max-width: 400px) {
    .xv-section-preview.xv-section-preview-sm .xv-section-preview-image img {
        height: 215px;
    }
}
/*ФОТО ДЛЯ КАТАЛОГА-ТОВАРА*/
/*ОПТИМИЗАЦИЯ И АДАПТАЦИЯ*/
/*768*/
@media (min-width: 768px) and (max-width: 768px) {
    .dropdown-menu {
        font-size: 0.98rem;
    }
    .xv-payment-system {
        margin: 0 9px;
    }
    .xv-payment-systems {
        padding: 0!important;
    }
    .xv-offer-file {
        margin-top: 0;
    }
    .xv-map-contacts {
        display: none!important;
    }
}
/*768*/
/*414*/
@media (min-width: 414px) and (max-width: 414px) {
    .xv-map-contacts {
        display: none!important;
    }
}
/*414*/
/*360*/
@media (min-width: 360px) and (max-width: 360px) {
    .xv-map-contacts {
        display: none!important;
    }
}
/*360*/
/*ОПТИМИЗАЦИЯ И АДАПТАЦИЯ*/
.xv-section-preview-label {
    position: relative;
    display: inline-block;
    top: -4px;
    margin-left: 20px;
    padding: 2px 8px;
    border: 1px solid #CC9966;
    border-radius: 4px;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #CC9966;
    text-transform: uppercase;
    transition: 0.2s;
    opacity: 0;
}
.xv-section-preview:hover .xv-section-preview-label,
.xv-section-preview:focus .xv-section-preview-label {
    opacity: 1;
    color: #fff;
    background: #CC9966;
}
.xv-product-available {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    cursor: default;
}
.xv-product-available-title {
    display: inline-block;
    margin-left: 24px;
}
.xv-product-available-wrap {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 16px;
    height: 24px;
    align-items: center;
}
.xv-product-available-wrap.not-enough {
    width: 10px;
}
.xv-product-available-stick {
    display: inline-block;
    width: 4px;
    height: 16px;
}
.xv-product-available-stock {
    background: #59B247;
}
.xv-product-available-not-enough {
    background: #E68A2E;
}
.xv-product-available-not {
    background:#E52428;
}
.xv-calc .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.xv-calc-row {
    display: none;
}
#catalogTree46 .row .col-xl-3 {
    visibility: hidden;
}
.xv-filter-props {
    background: #292929;
    border-radius: 8px;
    padding: 24px 24px 20px 24px;
    margin-bottom: 24px;
}
.xv-filter-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
}
.xv-filter-param-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 12px;
}
.xv-filter-values .custom-control-label {
    padding-left: 12px;
}
.xv-filter-values .xv-custom-checkbox {
    margin-bottom: 12px;
}
.xv-filter-option-hidden {
    display: none;
}
.xv-visible-parameters .xv-filter-option-hidden {
    display: block;
}
.xv-filter-values-hide-more,
.xv-filter-values-show-more {
    color: #0e469f;
    font-size: 14px;
    margin-top: 6px;
    cursor: pointer;
}
.xv-filter-values-show-more {
    color: #0e469f;
}
.xv-filter-values-hide-more {
    color: #E52428;
}
.xv-visible-parameters .xv-filter-values-show-more {
    display: none;
}
.xv-filter-values-hide-more {
    display: none;
}
.xv-visible-parameters .xv-filter-values-hide-more {
    display: block;
}
.xv-filter-props .xv-big-filled-btn {
    margin-top: 24px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 40px;
}
.xv-filter-param-clear {
    display: none;
    margin-left: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #0e469f;
    transition: 0.2s;
    cursor: pointer;
}
.xv-filter-param-clear:hover,
.xv-filter-param-clear:focus {
    color: #225ac9;
}
.xv-filter-props.filtered > .xv-filter-title .xv-filter-param-clear,
.xv-filter-param-item.filtered .xv-filter-param-clear {
    display: inline-block;
}
.xv-product-params .xv-page-table {
    min-width: 400px;
}
.xv-product-params .xv-page-table > thead > tr > th,
.xv-product-params .xv-page table > thead > tr > th {
    padding: 16px 24px;
}
.xv-product-params .xv-page-table > tbody > tr td {
    background: #1F1F1F;
    border-bottom: 1px solid #E0E0E0;
}
.xv-product-params .xv-page-table > tbody > tr:last-child > td {
    border-color: transparent;
}
.xv-basket-success {
    padding-bottom: 80px;
}
.xv-basket-success .xv-basket-title {
    margin-bottom: 24px;
}
.xv-basket-success .xv-basket-success-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #24B353;
    margin-bottom: 24px;
}
.xv-basket-success .xv-basket-success-number .value {
    display: inline-block;
    margin-left: 4px;
    top: 2px;
    position: relative;
}
.xv-basket-success-buttons {
    margin-top: 52px;
}
.xv-fastbuy-success .xv-contacts-text-phones > a {
    cursor: default;
    text-decoration: none;
}
.xv-product-param-name {
    font-weight: bold;
    color: #666666;
}
.xv-product-param-value {
    color: #666666;
}
.xv-product-param-name.red {
    color: #225ac9;
}
.xv-modal-items-footer {
    margin-top: 32px;
}
.xv-modal-items-footer .xv-big-outlined-btn {
    margin-top: 24px;
}
.xv-modal-items-footer .xv-big-filled-btn,
.xv-modal-items-footer .xv-big-outlined-btn {
    width: 100%;
}
::selection {
    background: rgb(34 90 201 / 70%);
    color: #ffffff;
}
.no_product_2020 {
    width: 90%;
    padding-top: 50px;
}
.modal-scrolled-wrap {
    padding-right: 24px;
    max-height: 552px;
    overflow-y: scroll;
}
.xv-offer-text .modal-dialog {
    margin-top: 10px;
    width: 100%;
    max-width: 808px;
}
.xv-offer-text .xv-big-filled-btn {
    display: block;
    width: auto;
    margin: 32px auto 0;
}
.xv-form label.error {
    margin-top: 8px;
    margin-bottom: 0;
    color: #225ac9;
}
.xv-product-relateds-items {
    overflow-x: scroll;
    margin-bottom: 80px;
}
.xv-product-relateds-wrapper {
    width: 100%;
    padding-bottom: 24px;
}
.xv-product-related {
    width: 392px;
    margin-right: 24px;
    float: left;
}
.xv-product-relateds-wrapper .xv-product-related:last-child {
    margin-right: 0;
}
.xv-product-related {
    padding: 24px;
    background: #292929;
    border-radius: 8px;
}
.xv-product-related-image {
    width: 112px;
    height: 112px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.xv-product-related-link {
    color: #fff;
    text-decoration: none!important;
}
.xv-product-related-link:focus,
.xv-product-related-link:hover {
    color: #225ac9;
}
.xv-product-related-name {
    margin-top: 8px;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}
.xv-product-related-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}
.xv-product-related-link .xv-product-related-counting {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.xv-catalog-body div:hover, .xv-catalog-body div:focus {
    background: #F5F5F5;
}
.xv-page-table > tbody > tr:hover > td, .xv-product-params .xv-page-table > thead > tr:focus > td {
    background: rgb(30 90 201 / 50%)!important;
}
.xv-page-table > tbody > tr td {
    border-bottom: 1px solid #E0E0E0;
}
.xv-params-label {
    font-size: 12px;
    color: #666;
}
.xv-menu-dropdown-arrowed:after {
    position: relative;
    display: inline-block;
    left: -6px;
    width: 10px;
    height: 6px;
    background-image: url(/svg/xv/dropdown_icon.svg);
    background-size: 10px 6px;
    background-repeat: no-repeat;
    content: ' ';
    border: 0;
    vertical-align: 0;
}
.xv-menu-dropdown-arrowed.show:after {
    transform: rotate(180deg);
    transition: 0.1s;
}
.dropdown-menu .xv-dropdown-menu > li > a:before {
    display: block;
    content: ' ';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.xv-catalog-link-4:before {
    background-image: url(/site-imgs/icon_catalog_01_01.png);
}
.modal-content {
    background-color: #292929;
}
.dropdown-menu {
    color: #fff!important;
}
.xv-basket-dropdown-name {
    color: #fff!important;
}
.form-control {
    background-color: #292929!important;
    color: #fff!important;
}
.xv-slider-item-desc, xv-slider-item-title {
    color: #fff!important;
}
.form-control-prod {
    background-color: #292929!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #1F1F1F;
}
.xv-basket-rekvizit-load {
    color: #fff!important;
}
@media (min-width: 291px) and (max-width: 1199px) {
    .xv-phone {
        color: #fff;
    }
    .xv-product-options {
        border-radius: 0;
    }
    .xv-product-params {
        padding-top: 15px;
    }
}
.xv-payment-systems {
    padding-top: 20px;
}
@media (min-width: 291px) and (max-width: 1244px) {
    .xv-modal-form-btn, .xv-big-filled-btn {
        padding: 14px 20px!important;
    }
}
.xv-slider:hover {
    cursor: pointer;
    box-shadow: 0 4px 12px rgb(255 255 255 / 10%);
}
.add_price {
    color: #225ac9;
}
.product-offers {
    margin: 20px 0;
}
.roll-offers,
.sprey-offers {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
}
.sprey-offer {
    display: block;
    margin: 0;
}
.pointer-cur {
    cursor: pointer!important;
}
.sprey-offer-selection label {
    display: inline-block;
    position: relative;
    transition: 0.2s;
}
.sprey-offer label:before {
    display: inline-block;
    position: relative;
    content: ' ';
    top: 6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #E0E0E0;
    margin-right: 12px;
    transition: 0.2s;
}
.sprey-offer:hover label,
.sprey-offer:focus label {
    color: #225ac9;
}
.sprey-offer:hover label:before,
.sprey-offer:focus label:before {
    border-color: #225ac9;
}
.sprey-offer input:checked + label:before,
.sprey-offer input:checked + label:before {
    border-color: #225ac9;
    border-width: 8px;
}
.sprey-offer-price {
    cursor: pointer!important;
    color: #888888!important;
}
.maslo-prod {
    color: #888888!important;
}
.maslo-prod > span {
    color: #fff!important;
}
.maslo-prod-div {
    margin-top: 10px!important;
}
@media (max-width: 500px) {
    .t-align {
        text-align: center;
    }
}
@media (max-width: 1199px) {
    .xv-filter.xv-catalog-menu-wrapper.opened > div.xv-filter-props > div.xv-filter-title {
        display: none!important;
    }
    .xv-filter-props {
        padding-top: 0px !important;
    }
}
.new-title-2023 {
    margin-top: 36px!important;
    margin-bottom: 24px!important;
}
.xv-product-images-thumbnails > span:nth-child(9) {
    text-align: right;
}
@media (max-width: 400px) {
    .xv-product-images-thumbnails {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .xv-serts h1 {
        font-size: 17px!important;
        line-height: 30px!important;
    }
    .xv-serts h2 {
        font-size: 16px!important;
        line-height: 30px!important;
        font-weight: 500;
    }
    .xv-serts h3 {
        font-size: 15px!important;
        line-height: 25px!important;
    }
    .xv-price-files h4 {
        font-size: 14px!important;
    }
    .xv-sert-desc {
        font-size: 15px;
    }
    .xv-serts {
        padding-top: 20px;
    }
    .xv-map {
        padding-top: 20px!important;
        padding-left: 25px;
        padding-right: 25px;
    }
    .xevex_title {
        line-height: 45px;
    }
    .xevex_title {
        line-height: 45px;
    }
    .xv-slider-item-title {
        font-size: 20px;
    }
    .xv-slider-item-more {
        margin-top: 100px;
    }
    .xv-catalog-desc h3 {
        font-size: 18px!important;
        font-weight: 600;
    }
    .xv-page-title {
        font-size: 30px;
    }
    .font_16 {
        font-size: 16px!important;
    }
    .font_18 {
        font-size: 18px;
    }
    .font_20 {
        font-size: 20px;
    }
    .xv-catalog-dropdown-menu > li > a {
        padding: 5px 24px 5px 35px;
    }
    .xv-tab-panel-tab {
        margin-bottom: 10px;
    }
    .xv-nav-info .xv-dropdown .dropdown-menu li a {
        padding: 15px 20px!important;
    }
    .slogan {
        padding-top: 20px;
    }
}
.white-2024 {
    color: #fff!important;
}
.xv-price-files h4 {
    margin-bottom: 1.5rem;
}
.strong_2024 {
    font-weight: 600;
    color: #FFF;
}
.padding_top_2024 {
    padding-top: 25px;
}
.text_block_2025 {
    font-size: 17px;
}
.xv-serts h1 {
    font-size: 35px;
    line-height: 50px;
}
.xv-serts h2 {
    font-size: 25px;
}
.xv-slider-item-title {
    padding-left: 5px;
}
.xv-tab-panel-tab ul {
    margin-bottom: 1rem;
}
.xv-tab-panel-tab ol li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
}
.xv-tab-panel-tab ol li::marker {
    color: #225ac9;
    font-weight: 600!important;
}
.subtitle-2025 {
    font-weight: 600;
    line-height: 20px;
}
.add_price {
    color: #225ac9;
}