.simple-content {
    margin: 0px 5px;
}
.simple-content fieldset {
    text-align: left;
}

.simple-content fieldset h3 {
    margin: 0;
}
.simple-content .name {
    float: none !important;
}
.simple-content .button, #simplecheckout_login .button {
    margin: 0px !important;
}
.simple-content .buttons {
    margin: 0px 0px 15px 0px;
    border: none;
}
.simple-content .form-control {
    width: 100%;
}
#simplecheckout_login .buttons {
    margin: 0;
    border: none;
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout {
    width:100%;
}
.simplecheckout:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-button-block:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-three-column {
    float:left;
    margin-right:2%;
    min-width: 200px;
    max-width: 500px;
    width:32%;
}
.simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column {
    margin-right:0px;
    float: right;
}
@media only screen and (max-width:768px) {
    .simplecheckout-three-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
}
.simplecheckout-left-column {
    float:left;
    margin-right:10px;
    min-width: 280px;
    max-width: 900px;
    width:52%;
}
.simplecheckout-right-column {
    float:right;
    min-width: 280px;
    max-width: 900px;
    width:46%;
}
@media only screen and (max-width:1024px) {
    .simplecheckout-left-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
    .simplecheckout-right-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
}
@media only screen and (max-width:1200px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width:768px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.simplecheckout-block {
    clear: both;
    margin-bottom: 20px;
}
/*
.simplecheckout-block-content {
    padding: 10px;
}
*/
@media only screen and (min-width:1200px) {
    .simplecheckout-block-content>fieldset:nth-of-type(2),
    .simplecheckout-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simplecheckout-block-content:after {
    content:"";
    display:block;
    clear:both;
}
.simpleregister {
    margin-bottom: 5px;
}
.simpleregister-block-content {
    margin-bottom: 10px;
    padding: 10px;
}
@media only screen and (min-width:1200px) {
    .simpleregister-block-content>fieldset:nth-of-type(2),
    .simpleregister-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simpleregister-block-content:after {
    content:"";
    display:block;
    clear:both;
}
@media only screen and (max-width:600px) {
    .simpleregister-block-content .simplecheckout-customer {
        width: 100%;
    }
}
.simpleregister-button-block {
    overflow: auto;
    margin-bottom: 20px;
    padding: 6px;

    background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simpleregister-button-right {
    float: right;
    text-align: right;
}
.simpleregister-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-methods-table {
    width: 100%;
}
.simplecheckout-methods-table td.code {
    width: 1px;
}
.simplecheckout-methods-table td.title {
    padding: 5px;
}
.simplecheckout-methods-table td.title label {
    display: block !important;
}
.simplecheckout-methods-table td.quote {
    width: 15%;
    text-align: right;
}
.simplecheckout-methods-description {
    padding: 5px;
    margin: 5px 0px;
}
.simplecheckout-required {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-button-block {
    clear: both;
    margin-bottom: 20px;
    padding: 6px;
    background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simplecheckout-button-right {
    float: right;
    text-align: right;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-button {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
    cursor: pointer;
    -khtml-border-radius: 7px 7px 7px 7px;
}
.simplecheckout-button-left .button {
    margin: 0;
}
@media only screen and (max-width:780px) {
    .simplecheckout-button-left {
        display: none;
    }
}
#simplecheckout_customer .simplecheckout-block-content {
    text-align: center;
}
.simplecheckout-login {
    display: inline-block;
}
.simplecheckout-login-left {
    width:50%;
    text-align: left;
}
.simplecheckout-login-right {
    width:50%;
    text-align:left;
}
.simplecheckout-login-right .button {
    float: left;
    margin: 0;
}
.simplecheckout-login-right input {
    max-width: 160px !important;
    text-align:left;
}
#simplecheckout_cart .form-control {
    display: inline-block !important;
    min-width: 50px;
}
.simplecheckout-cart {
    margin: 0px !important;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
.simplecheckout-cart-total {
    padding: 7px 3px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    text-align: right;
}
.simplecheckout-cart-total:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-cart-total .buttons {
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout-cart-total input {
    margin-right: 0px !important;
    max-width: 100px;
}
.simplecheckout-cart-total span.inputs {
    margin: 0 3px 0 0 !important;
    display: inline-block !important;
}
.simplecheckout-cart-total span.inputs input[type=text]{
    margin: 0px;
}
.simplecheckout-cart-total-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
}
.simplecheckout-cart-total-remove {
    display: inline-block;
    width: 18px;
    text-align: center;
}
.simplecheckout-cart-total-remove img {
    vertical-align: -2px;
    cursor: pointer;
}
.simplecheckout-cart col.image {
    width: 5%;
}
.simplecheckout-cart col.name {

}
.simplecheckout-cart col.model {
    width: 10%;
}
.simplecheckout-cart col.quantity {

}
.simplecheckout-cart col.price {
    width: 10%;
}
.simplecheckout-cart col.total {
    width: 10%;
}
.simplecheckout-cart col.remove {
    width: 7px;
}
.simplecheckout-cart th {
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #F8F8F8;
    color: #4D4D4D;
    font-weight: bold;
}
.simplecheckout-cart th.image {
    width: 1px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: static !important;
}
.simplecheckout-cart th.name {
    text-align: center;
}
.simplecheckout-cart .name {
    font-size: inherit !important;
}
.simplecheckout-cart th.model {
    text-align: center;
}
.simplecheckout-cart th.quantity {
    text-align: center;
}
.simplecheckout-cart .price {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart .total {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart .quantity {
    display: table-cell !important;
    float: none !important;
    position: static !important;
}
.simplecheckout-cart th.remove {
    width: 7px;
    text-align: center;
}
.simplecheckout-cart td {
    padding: 7px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.simplecheckout-cart td.image {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
}
.simplecheckout-cart td.name {
    text-align: center;
}
.simplecheckout-cart td.name div.image {
    display: none;
}
.simplecheckout-cart td.model {
    text-align: center;
}
.simplecheckout-cart td.quantity {
    min-width:70px;
    vertical-align:top;
    text-align: center;
    white-space: nowrap;
}
.simplecheckout-cart td.quantity input {
    float: none !important;
}
.simplecheckout-cart  td.quantity .input-group {
    margin: auto !important;
}
.simplecheckout-cart  td.quantity .quantity button {
    margin: 0 !important;
}
.simplecheckout-cart td.quantity img {
    display:inline-block;
    border: 0px;
    cursor:pointer;
}
.simplecheckout-cart td.price {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
    font: inherit !important;
}
.simplecheckout-cart td.total {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
}
.simplecheckout-cart td.remove {
    padding-right: 3px;
    padding-left: 3px;
    width: 7px;
    vertical-align: top;
    text-align: center;
}
.simplecheckout-cart td.remove img {
    max-width: 30px !important;
    cursor: pointer;
}
.simplecheckout-cart td.product-warning {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-cart td.right {
    vertical-align: middle;
    text-align: right;
}
.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
    display: none;
}
.simplecheckout-three-column .simplecheckout-cart td.name .image {
    display: block;
}
.simplecheckout-scroll{
    overflow-y:scroll;
    max-height:300px;
}
.simplecheckout-error-text {
    display: block;
    margin-top: 3px;
    color: #FF0000;
}
.simplecheckout-warning-text {
    margin: 5px 0;
    font-weight: bold;
}
.simplecheckout-warning-block {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.simpleregister-warning-block {
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.simplecheckout-proceed-payment {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
#simple_payment_address_block {
    margin-top: 15px;
}
.simplecheckout-customer-same-address {
    text-align: left;
    margin: 15px 0px;
}
#simplecheckout_login {
    margin: auto;
    text-align: center;
}
#simplecheckout_payment_form {
    padding: 5px;
}
#simplecheckout_payment_form .checkout-content {
    display: block;
}
#simplecheckout_payment_form div.buttons {
    display: none;
}
#simplecheckout_login .simplecheckout-block-content {
    padding: 5px !important;
}
#simple_login_layer {
    position:absolute;
    top:0;
    left:0;
    z-index:99990;
    display:none;
    width:100%;
    background-color:#000000;
}
#simple_login {
    position:fixed;
    z-index:99991;
    display: none;
    padding:5px;
    width:300px;
    height:250px;
    border:1px solid #FFD9FF;
    -webkit-border-radius:7px 7px 7px 7px;
    -moz-border-radius:7px 7px 7px 7px;
    border-radius:7px 7px 7px 7px;
    background:none repeat scroll 0 0 #FFFFFF;
    -khtml-border-radius:7px 7px 7px 7px;
}
#simple_login:after {
    content:"";
    display:block;
    clear:both;
}
#simple_login_header {
    padding: 0px 0px;
    text-align: right;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}
.you-will-be-registered {
    font-weight: bold;
    margin-bottom: 10px;
}
#simple_summary {
    display: none;
}
#simplecheckout_step_menu {
    margin-bottom: 10px;
}
.simple-step {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #D9D9D9;
    color: #000000;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    margin-bottom: 5px;
}
.simple-step-current {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-delimiter {
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin: 0px 5px;
}
.simple-step-completed {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-completed a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 13px !important;
}
.simplecheckout-summary-info {
    margin-top: 15px !important;
}
.simplecheckout-summary-info th.name {
    text-align: left;
}
.simplecheckout-summary-info td {
    text-align: left;
}
.simplecheckout-cart-buttons .buttons {
    border: none !important;
    padding: 0 !important;
}
#simple_login .simplecheckout-block-content {
    border: none !important;
}
#temp_flat_container {
    text-align: center;
    margin: 10px 0px 20px 0px;
}
#simplecheckout_comment .simplecheckout-block-content {
    border: 0 !important;
    padding: 0 !important;
}
#simplecheckout_comment textarea {
    width: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px;
}
.simple-content input[type=text],
.simple-content input[type=password],
.simple-content input[type=email],
.simple-content input[type=tel],
.simple-content input[type=phone],
.simple-content input[type=date],
.simple-content input[type=time],
.simple-content select,
.simple-content textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
}
/*
.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
*/
.simple-content .checkout-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.checkout-heading span {
    display: inline-block !important;
    float: left;
}
.checkout-heading-button {
    float: right !important;
    display: inline-block !important;
}
.simplecheckout-select-address {
    text-align: left;
    margin-bottom: 10px;
}
.simple-captcha-container {
    margin-top: 5px;
}
.simplecheckout-tooltip {
    display: none;
}
#easyTooltip {
    padding:5px;
    border:1px solid #ccc;
    background:#fde910;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    opacity:1 !important;
}
#easyTooltip:before {
    content:'';
    position:absolute;
    left:10px;
    top:-8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fde910;
}
.simplecheckout-cart i {
    cursor: pointer;
}

.simple-content .table-responsive{
    margin-bottom: 0 !important;
    border: none !important;
}

@media only screen and (max-width:640px) {
    .simplecheckout-cart col.image,
    .simplecheckout-cart th.image,
    .simplecheckout-cart td.image,
    .simplecheckout-cart col.model,
    .simplecheckout-cart th.model,
    .simplecheckout-cart td.model,
    .simplecheckout-cart col.price,
    .simplecheckout-cart th.price,
    .simplecheckout-cart td.price,
    .simplecheckout-cart td.quantity [data-onclick*=increase],
    .simplecheckout-cart td.quantity [data-onclick*=decrease] {
        display: none !important;
    }
    .simplecheckout-cart td.name div.image {
        display: block;
    }
    
}
@media only screen and (max-width:1000px) {
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
}
@media only screen and (max-width:600px) {
    #total_shipping span:first-child {
        max-width: 300px;
        display: inline-block;
    }
}
@media only screen and (max-width:420px) {
    #total_shipping span:first-child {
        max-width: 200px;
        display: inline-block;
    }
}
.row-customer_register .radio {
    display: inline-block !important;
    margin-right: 10px;
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    margin-bottom: 3px;
}
.simplecheckout-steps-wrapper {
    padding: 10px;
}
#agreement_checkbox {
    float: left;
    margin-right: 20px;
}
#agreement_checkbox .checkbox {
    margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}


.simplecheckout-block {

  background: transparent !important;
}


body {

	background: #f8f8f8 !important;
}

.name a {
	color: #2a4092 !important;
}

/*.inner {
	max-width: 1200px;
	padding-left:0 !important;
	padding-right:0 !important;
}*/


#simplecheckout_cart  .quantity input {
  background: #fff !important;
}


#simplecheckout_cart  .quantity input {
  border: 1px solid #999  !important;
  border-radius: 0px;
  padding: 2px 2px !important;

  min-width: 25px;
}



/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot');
    src:  url('fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf') format('truetype'),
    url('fonts/icomoon.woff') format('woff'),
    url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-star:before {
    content: "\e91b";
}
.icon-search:before {
    content: "\e91a";
}
.icon-boss:before {
    content: "\e919";
}
.icon-time:before {
    content: "\e918";
}
.icon-email:before {
    content: "\e917";
}
.icon-map:before {
    content: "\e911";
}
.icon-user:before {
    content: "\e914";
}
.icon-package:before {
    content: "\e915";
}
.icon-invoice:before {
    content: "\e916";
}
.icon-info:before {
    content: "\e913";
}
.icon-play:before {
    content: "\e912";
}
.icon-pin:before {
    content: "\e90e";
}
.icon-calendar:before {
    content: "\e90f";
}
.icon-subway:before {
    content: "\e910";
}
.icon-arrow-long:before {
    content: "\e90d";
}
.icon-scale:before {
    content: "\e90c";
}
.icon-phone:before {
    content: "\e90b";
}
.icon-policy:before {
    content: "\e909";
}
.icon-handshake:before {
    content: "\e90a";
}
.icon-arrow:before {
    content: "\e908";
}
.icon-menu:before {
    content: "\e907";
    font-weight: 600;
}
.icon-close:before {
    content: "\e906";
}
.icon-heart-alt:before {
    content: "\e905";
}
.icon-heart .path1:before {
    content: "\e903";
}
.icon-heart .path2:before {
    content: "\e904";
    margin-left: -1.5em;
}
.icon-heart-filled:before {
    content: "\e900";
}
.icon-heart-empty:before {
    content: "\e902";
}
.icon-cart:before {
    content: "\e901";
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none
}
.prmn-cmngr {
    position: relative;
    margin-right: 30px;
}
.prmn-cmngr:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 18px;
    left: 0;
    top: 7px;
    /* background: url("catalog/view/theme/electrostreet/images/sprite.png") -5px -1px no-repeat; */
}
#contacts {
    font-size: 22px;
    height: auto;
    line-height: normal;
}
.header #contacts {
    margin: 0 0 0 30px!important;
}
#contacts:before {
    content: none;
}
.social-header {
    bottom: initial;
    top: 0;
}
.phone {
    position: relative;
}
.phone:hover .phone-hint {
    display: block;
}
.phone > a:hover {
    text-decoration: none;
}
.phone-hint {
    position: absolute;
    top: 100%;
    right: -50%;
    z-index: 15;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    font-weight: 400;
    line-height: initial;
    display: none;
    padding-top: 10px;
    text-align: center;
}
.phone-hint__content {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    background: white;
    padding: 25px;
    border: 1px solid #2a4092;
    border-radius: 7px;
    -webkit-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
}
.phone-hint__button {
    margin-top: 10px;
}
.btn-header {
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #2a4092;
    color: white!important;
}
.btn-header:hover {
    text-decoration: none;
    background: #ec1845;
}
.header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header {
    padding: 0;
}
.head {
    padding: 15px 0;
}
.header .logo {
    padding-top: 0;
    width: 130px;
    min-width: 100px;
}
.header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin-left: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-button i.icon {
    font-size: 24px;
    color: #2a4092;
}
.header-button:hover {
    text-decoration: none;
}

.head .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
}
.ss {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0;
}
.header-button i.icon-scale {
    font-size: 25px;
}
.header-button i.icon-search {
    font-size: 20px;
}
.header-button__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: -5px;
    background: #ffde00;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}
.header-button__count:empty {
    display: none;
}
.header-button__item._search {
    display: none;
}
.header-button__item {
    position: relative;
}
.header-button__item:hover .header-dropdown {
    display: block;
}
.header-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 15;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    font-weight: 400;
    line-height: initial;
    display: none;
    padding-top: 10px;
    max-width: 500px;
}
.header-dropdown__content {
    background: white;
    padding: 25px;
    border: 1px solid #2a4092;
    border-radius: 7px;
    -webkit-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
    max-height: 80vh;
    overflow-y: auto;
}
.header-dropdown__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
}
.header-dropdown__title i.icon {
    font-size: 25px;
    margin-right: 15px;
    color: #2a4092;
}
.header-dropdown__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid lightgrey;
}
.header-dropdown__subtitle {
    font-size: 20px;
    margin-bottom: 15px;
}
.cart-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid lightgrey;
}
.cart-list__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-list__img {
    width: 130px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}
.cart-list__main {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}
.cart-list__close {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 15px;
}
.cart-list__close:hover {
    text-decoration: none;
}
.cart-list__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}
.cart-list__total-value {
    font-weight: 600;
}
.cart-list__btn {
    margin-top: 20px;
    text-align: right;
}
.btn-header._full {
    width: 100%;
}
.nav__button {
    background-color: #2a4092;
    color: white;
}
.navbar-nav > li:hover .navbar-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-nav li a.nav__button {
    color: white!important;
}
.main-nav li a.nav__button:hover {
    background-color: #2a4092;
}
.nav__button i.icon{
    font-size: 33px;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    height: 33px;
}
.nav.navbar-nav {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.nav:before,
.nav:after {
    content: none;
}
.navbar-nav > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: static;
}
.navbar-nav > li:hover .navbar-main-dropdown {
    display: block;
}
.navbar-nav .navbar-main-dropdown a,
.navbar-nav .navbar-dropdown a{
    background: none;
    border: 0;
    text-decoration: none;
    height: auto;
    text-align: left;
    font-size: 14px;
}
.navbar-nav .navbar-main-dropdown a:hover,
.navbar-nav .navbar-dropdown a:hover,
.navbar-nav .navbar-main-dropdown a:focus,
.navbar-nav .navbar-dropdown a:focus{
    border: 0;
    text-decoration: none;
}
.red {
    color: #ec1845;
}
/* 
.footer__group {
    margin-bottom: 20px;
}
.footer__col {
    padding-right: 20px;
}
.footer__social-title {
    margin-right: 15px;
}
.footer__col:first-child {
    width: 200px;
}
.footer__block {
    margin-bottom: 30px;
}
.footer__block:last-child {
    margin-bottom: 0;
}
.footer__top:after {
    content: none;
}
.footer__menu {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
}
.footer__map {
    width: 275px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.footer__map iframe {
    border: 0;
    width: 100%;
    display: block;
    height: 100%;
}
.footer__top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 30px;
}
.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    background: #282829;
    border-radius: 5px;
    color: white;
}
.footer__contact i.icon {
    font-size: 24px;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
}
.footer__contact i.icon-boss {
    width: 30px;
    height: 30px;
    background: #2a4092;
    border-radius: 5px;
    font-size: 23px;
    color: white;
}
.footer__contact a {
    color: inherit;
}
.footer__contact._big img {
    width: 75px;
}
.footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    position: relative;
}
.footer__title {
    margin-bottom: 20px;
}
.footer__item {
    margin-bottom: 10px;
}
.footer__item:last-child {
    margin-bottom: 0!important;
}
.footer__socials {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px;
    border-radius: 5px;
    margin-right: 0;
    width: 100%;
    display: flex;
}
.footer__icons {
    margin: -5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 45px;
}
.footer__icons-link {
    padding: 7px 12px;
    border-radius: 5px;
    background: #282829;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__icons-link:hover .footer__icons-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.footer__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    padding: 5px;
    margin: 3px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #303132;
}
.footer__icon._big img {
    height: 30px;
    margin: -2px 0;
}
.footer__icon._small img {
    height: 22px;
}
.footer__icon img {
    height: 27px;
    display: block;
}
.footer__contacts {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.footer__contact:hover i.icon {
    color: white;
}
.footer__contact._important {
    border: 1px solid #5b9bd3;
    background: #232323;
}
.footer__contact._high {
    font-weight: 600;
    font-size: 18px;
}
.footer__contact img {
    width: 30px;
    margin-right: 15px;
    -o-object-fit: contain;
    object-fit: contain;
} */

.newsliderimage {
    margin: auto;
}
.main-slider {
    position: relative;
    background: #f3f3f3;
}
.main-slider .swiper-pagination {
    bottom: 10px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
}
.swiper-pagination {
    position: static;
    margin-top: 15px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #2a4092;
}
.swiper-pagination-bullet-active {
    background-color: #2a4092;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    outline: none;
}
.swiper-button-next, .swiper-button-prev {
    outline: none;
}
.header-scroll {
    position: relative;
}
.header-scroll._scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    background: white;
    -webkit-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
}
.phone__icon {
    display: none;
}
.phone__icon:hover i.icon {
    color: #ec1845;
}
.phone__icon i.icon {
    font-size: 24px;
    color: #2a4092;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search__activation {
    display: none;
}
.search__activation:checked + .ss{
    display: block;
}
.header-scroll._scroll .header-button span,
.header-scroll._scroll .top-panel,
.header-scroll._scroll .social-header,
.header-scroll._scroll .phone__item,
.header-scroll._scroll .intro,
.header-scroll._scroll .phone__links {
    display: none;
}
.header-scroll._scroll .head {
    padding: 10px 0;
}
.header-scroll._scroll .phone__icon {
    display: block;
    border-bottom: none;
}
.header-scroll._scroll .header-buttons {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
}
.header-scroll._scroll .header-button__count {
    right: -10px;
}
.header-scroll._scroll .header .logo {
    width: 100px;
}
.header-scroll._scroll #contacts {
    height: auto;
    margin-left: 30px;
}
.header-scroll._scroll .navbar-nav li {
    display: none;
}
.header-scroll._scroll .navbar-nav li:first-child {
    display: block;
}
.header-scroll._scroll .navbar {
    width: auto;
}
.header-scroll._scroll .container {
    width: auto;
    padding: 0;
}
.header-scroll._scroll .header-scroll__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
}
.header-scroll._scroll .header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-scroll._scroll .header .container {
    width: 100%;
}
.header-scroll._scroll .nav__button i.icon {
    height: auto;
    font-size: 27px;
}
.header-scroll._scroll .main-nav li a,
.header-scroll._scroll .main-nav {
    height: auto;
}
.phone__item {
    display: block;
    white-space: nowrap;
}
.container {
    width: 100%!important;
}
#proscroller {
    padding: 0;
}
.title-main {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #282828;
    text-decoration: none;
    margin-bottom: 20px;
    text-transform: initial;
    font-weight: 600;
}
.product-block .image img {
    margin: auto;
}
.simplecheckout-cart td.image {
    padding: 5px 0;
}
.product-slider._mini img {
    height: 80px;
}
.simplecheckout-cart td.image img {
    height: 60px;
}
.simplecheckout-block-content {
    padding: 15px;
}
.category-preview {
    width: 100%;
    position: relative;
}
.category-preview__bg {
    padding: 20px;
    height: 200px;
    background: #f3f3f3;
    overflow: hidden;
    margin-bottom: 10px;
}
.category-preview__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.category-preview__title {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.category-preview-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 30px 15px;
}
.category-preview__title:hover {
    text-decoration: none;
}
.category-preview:hover .category-preview__bg img  {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.category-preview:hover .category-preview__title  {
    color: #2a4092;
}
.logo {
    margin-right: 30px;
}
.header-menu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: -o-linear-gradient(left, #2a4092 0%, #ec1845 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2a4092), to(#ec1845));
    background: linear-gradient(90deg, #2a4092 0%, #ec1845 100%);
    border-radius: 5px;
    padding: 3px 20px;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 40px;
    opacity: 0.8;
    cursor: pointer;
    margin-bottom: 0;
}
.header-menu__button .icon {
    margin-right: 15px;
}
.box-benefits .test-drive {
    padding-right: 0;
}
#search-input {
    height: 100%;
    display: block;
    padding-right: 90px;
    border: 1px solid #2a4092;
    border-radius: 5px;
    color: black;
}
.ss {
    height: 40px;
    margin-left: 30px;
}
#search-button {
    height: 100%;
    width: initial;
    color: #2a4092;
    padding: 3px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #2a4092;
    border-radius: 0 5px 5px 0;
    background: white;
    font-weight: 600;
}

#search-button:hover {
    background: #2a4092;
    color: white;
}
.social-header {
    position: static;
}
.header ul.top-links li{
    margin-right: 30px;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}
.header .top-info span.adress {
    margin-right: 30px;
}
.header-menu__dropdown {
    position: absolute;
    width: 100%;
    z-index: 20;
    top: 100%;
    left: 0;
    background: #f3f3f3;
    -webkit-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
    border-top: 1px dashed #2a4092;
    display: none;
}
.header-menu__dropdown:before {
    content: "";
    height: 25px;
    position: absolute;
    width: 100%;
    display: block;
    bottom: 100%;
    left: 0;
}
.header-menu__dropdown-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header-menu__dropdown-link img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 30px;
    width: 40px;
    margin-right: 15px;
}
.header-menu__dropdown-menu {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 15px;
    max-width: 1200px;
    padding: 20px 15px 30px 15px;
    margin: auto;
    font-size: 16px;
}
.header-menu__dropdown-item:hover .navbar-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-links a {
    color: #282828;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 0.8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.top-links a:hover {
    text-decoration: none;
    color: #2a4092;
}
.phone__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.phone__link {
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#contacts .phone .phone__link:hover {
    color: #2a4092;
}
.prmn-cmngr .prmn-cmngr__city {
    color: black;
}
.prmn-cmngr:hover .prmn-cmngr__city {
    color: #2a4092;
}
.product-block .attributes .attr-name {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    color: inherit;
    width: auto;
    line-height: 1.4;
    font-size: 12px;
    text-align: center;
    margin: 0 2.5px;
}
.product-block .attributes .attr-name:first-child {
    margin-left: 0;
}
.product-block .attributes .attr-name:last-child {
    margin-right: 0;
}
.attributes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.attr-name__label {
    color: #949494;
    font-size: 11px;
}
.attr-name__value {
    white-space: nowrap;
}
.product-block .compare {
    background: none;
    width: auto;
    height: auto;
}
.product-block .btn-buy {
    width: 115px;
    height: 36px;
    line-height: 33px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}
.actions {
    position: absolute;
    right: 15px;
    -ms-grid-columns: 25px 13px 25px;
    grid-template-columns: 25px 25px;
    top: 10px;
    display: -ms-grid;
    display: grid;
    grid-gap: 13px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.actions a._active {
    color: #ec1845;
}
.actions a._active *:before {
    color: #ec1845;
}
.actions a:hover {
    text-decoration: none;
    cursor: pointer;
}
.actions .icon {
    font-size: 24px;
}
.actions .icon-scale {
    font-size: 25px;
}
.actions .icon-heart .path1 {
    color: white;
}
.product-block:hover .actions {
    opacity: 1;
}
.btn-buy:hover {
    color: white;
    background: #2a4092;
}
.product-block {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px;
    border-radius: 7px;
}
.product-block:hover {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    border-color: white;
}
.main-price {
    padding-left: 10px;
}
.product-block .price .main-price {
    line-height: 35px;
}
.main-banner {
    position: relative;
    height: 100%;
    min-height: 500px;
    width: 100%;
}
.main-banner:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.main-banner__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.main-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.main-slider .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-banner__content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 55px 100px;
    height: 100%;
}
.main-banner__title {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}
.main-banner__description {
    font-size: 26px;
    letter-spacing: 0.3px;
}
.main-banner__info {
    color: #282828;
    padding: 20px 20px 20px 45px;
    display: inline-block;
    position: absolute;
    right: 100px;
    bottom: 55px;
}
.main-banner__info:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #ffde00;
    -webkit-transform: matrix3d(1,0,0,0,-.3,1,0,0,0,0,1,0,0,0,0,1);
    transform: matrix3d(1,0,0,0,-.3,1,0,0,0,0,1,0,0,0,0,1);
    border-radius: 10px;
}
.main-banner__info-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.main-banner__info-description ul {
    padding: 0 0 0 15px;
}
.main-banner__info-description li::marker {
    color: #2a4092;
}
.main-slider .swiper-button-next {
    right: 30px;
}
.main-slider .swiper-button-prev {
    left: 30px;
}
.main-slider__item {
    position: relative;
    width: 100%;
}
.content-product-category footer {
    margin-top: 30px;
}
.box-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 15px;
}
.product-slider._mini .product-block .name a {
    line-height: 1.2;
}
.product-slider._mini .product-block .btn-buy {
    width: 90px;
}
.product-slider._mini .main-price {
    padding-left: 0;
}
.product-slider._mini .price .main-price {
    font-size: 17px;
}
.product-slider._mini {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.product-slider .product-block {
    margin-bottom: 0;
}
.container {
    max-width: 1200px;
}
.product-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.product-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-block .action,
.product-block .price {
    width: auto;
    float: none;
}
.product-block .name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: initial;
}
.product-slider .product-block {
    margin-bottom: 0;
    height: 100%;
}
.product-block:after {
    content: '';
    clear: both;
    display: block;
}
.product-slider .swiper-slide {
    height: auto;
}
.product-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.product-slider .swiper-container {
    margin: -15px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.link-all:after {
    content: "\e90d";
    font-family: "icomoon";
    margin-left: 7px;
    font-size: 16px;
    display: block;
    margin-bottom: -1px;
}
.link-all {
    right: 0;
    top: 0;
    border: none;
    width: auto;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tabs-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 2px solid lightgrey;
    margin-bottom: 20px;
}
.tabs-block__item {
    padding: 5px 20px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: 4px solid transparent;
    margin-bottom: -2px;
    color: inherit;
}
.tabs-block__item._active {
    border-color: #ffde00;
    font-weight: 600;
}
.tabs-block__item:hover {
    text-decoration: none;
    color: #2a4092;
}
.swiper-navigation {
    position: static;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
    position: static;
    margin: 0;
}
.swiper-scrollbar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 5px;
    margin: 0 5px;
    cursor: pointer;
}
.swiper-navigation .swiper-button-next:after,
.swiper-navigation .swiper-button-prev:after {
    font-size: 24px;
}
.carousel-caption {
    right: 0;
    margin: auto;
    width: 95%;
}
.banner {
    background: white;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    position: relative;
}
.banner._labeled:after {
    content: "";
    width: 200px;
    height: 150px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
    background: url("new-images/label-new.png") no-repeat center;
    background-size: contain;
    z-index: 1;
    opacity: 0.9;
}
.banner__img {
    max-width: 45%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 400px;
    display: block;
}
.banner__main {
    padding: 30px 50px 40px 50px;
}
.banner__title {
    font-size: 30px;
    margin-bottom: 20px;
}
.list {
    padding: 0 0 0 15px;
}
.list li {
    margin-bottom: 10px;
}
.list li::marker {
    color: #2a4092;
}
.banner__description {
    font-size: 20px;
}
.banner__btn {
    margin-top: 25px;
}
hr {
    border-color: lightgrey;
}
.gallery-top._location {
    height: 100%;
}
.location__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 415px;
}
.location__photos img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.gallery-thumbs._location {
    min-width: 180px;
    width: 180px;
    margin-left: 10px;
    height: 100%;
}
.box-category-block {
    margin-bottom: 0;
}
.location__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.gallery-thumbs .swiper-slide {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.location__info {
    padding: 25px 30px;
    background: white;
}
.location__title {
    font-size: 20px;
    margin-bottom: 20px;
}
.location__list {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}
.location__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.location__icon {
    margin-right: 15px;
    padding: 5px;
    border: 1px dashed #2a4092;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.location__icon .icon {
    font-size: 24px;
    color: #2a4092;
}
.location__value {
    display: -ms-grid;
    display: grid;
    grid-gap: 5px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.location__messenger-icon {
    width: 20px;
}
.location__messengers {
    margin: -2px 0 0 15px;
    display: -ms-grid;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(20px, auto));
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.location__link {
    border-bottom: 1px dashed;
    line-height: 1;
    font-size: 16px;
}
.location__link:hover {
    text-decoration: none;
}
.location__item._phone {
    font-size: 16px;
}
.location__item._phone:hover i.icon {
    -webkit-animation: shake 1.2s ease 0s normal none 1 running;
    animation: shake 1.2s ease 0s normal none 1 running;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    10% {
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }
    20% {
        -webkit-transform: rotateZ(15deg);
        transform: rotateZ(15deg);
    }
    30% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
    40% {
        -webkit-transform: rotateZ(7.5deg);
        transform: rotateZ(7.5deg);
    }
    50% {
        -webkit-transform: rotateZ(-6deg);
        transform: rotateZ(-6deg);
    }
    60% {
        -webkit-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }
    70% {
        -webkit-transform: rotateZ(-4.28571deg);
        transform: rotateZ(-4.28571deg);
    }
    80% {
        -webkit-transform: rotateZ(3.75deg);
        transform: rotateZ(3.75deg);
    }
    90% {
        -webkit-transform: rotateZ(-3.33333deg);
        transform: rotateZ(-3.33333deg);
    }
    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
}
@keyframes shake {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    10% {
        -webkit-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
    }
    20% {
        -webkit-transform: rotateZ(15deg);
        transform: rotateZ(15deg);
    }
    30% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
    40% {
        -webkit-transform: rotateZ(7.5deg);
        transform: rotateZ(7.5deg);
    }
    50% {
        -webkit-transform: rotateZ(-6deg);
        transform: rotateZ(-6deg);
    }
    60% {
        -webkit-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }
    70% {
        -webkit-transform: rotateZ(-4.28571deg);
        transform: rotateZ(-4.28571deg);
    }
    80% {
        -webkit-transform: rotateZ(3.75deg);
        transform: rotateZ(3.75deg);
    }
    90% {
        -webkit-transform: rotateZ(-3.33333deg);
        transform: rotateZ(-3.33333deg);
    }
    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 25px 40px 20px 40px;
}
.rating > * {
    margin: 10px 15px;
}
.rating._full {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.rating__icon {
    max-height: 60px;
}
.rating__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rating__value-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.rating__value-stars i.icon {
    margin: 0 2px;
    color: #ffde00;
}
.rating__value-stars i.icon:last-child {
    margin-right: 0;
}
.rating__value-stars i.icon:first-child {
    margin-left: 0;
}
.rating__value-number {
    margin-right: 20px;
    font-weight: 700;
    font-size: 24px;
}
.rating__amount {
    font-weight: 700;
    font-size: 18px;
}
.rating__amount._right {
    text-align: right;
}
.rating__label {
    font-size: 18px;
}

.rating-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    grid-gap: 15px 15px;
}
.article-preview {
    position: relative;
    background: white;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    overflow: hidden;
}
.article-preview:hover {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
}
.article-preview:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.article-preview__bg {
    overflow: hidden;
    height: 250px;
}
.article-preview__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.article-preview__main {
    padding: 20px;
}
.article-preview__title {
    font-size: 18px;
    margin-bottom: 15px;
}
.articles .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.articles .swiper-slide {
    height: auto;
}
.articles .swiper-container {
    padding: 20px;
    margin: -20px;
}
.videos__item {
    position: relative;
}
.videos__item:hover .videos__img:after {
    color: #ffde00;
}
.videos__img:after {
    content: "\e912";
    font-family: "icomoon";
    font-size: 45px;
    color: white;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.videos__img {
    height: 170px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.videos__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.videos__title {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}
.popup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
}
.popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 16px;
    z-index: 15;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.popup__close i.icon {
    font-size: 24px;
}
.popup__close:hover {
    opacity: 1;
}
.popup__content._narrow {
    max-width: 730px;
}
.popup__content {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.popup__content._bg {
    padding: 36px 45px 50px 45px;
    background: white;
    width: auto;
}
.popup__scroll {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    background: rgba(1, 3, 5, 0.8);
    padding: 3rem;
}
.popup-slider {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.popup-slider .popup__content {
    position: relative;
    background: white;
    padding: 70px;
    max-width: 1200px;
}
.popup-slider .popup__close {
    padding: 30px;
}
.popup-slider .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup-slider .swiper-button-prev:after,
.popup-slider .swiper-button-next:after {
    font-size: 30px;
}
.popup-slider .swiper-button-prev {
    left: 20px;
}
.popup-slider .swiper-button-next {
    right: 20px;
}
.popup-slider .swiper-pagination {
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    bottom: 26px;
}
.popup-slider .swiper-pagination-total {
    font-weight: 500;
    margin-left: 12px;
}
.popup-slider .swiper-pagination-total:before {
    content: "0";
}
.popup-slider .swiper-pagination-current {
    margin-right: 12px;
}
.popup-slider .swiper-pagination-current:before {
    content: "0";
}
.popup-slider img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    max-width: 100%;
    max-height: calc(100vh - 205px);
}
.popup-slider iframe {
    width: 100%;
    height: 70vh;
    max-height: 57vw;
    max-width: 120vh;
    margin: auto;
    display: block;
}
/* .footer__rating img {
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    width: 140px;
    background: white;
    padding: 5px;
    border-radius: 5px;
}
.footer__bottom {
    padding: 20px 0;
}
.footer__bottom .footer__contact {
    background: #303132;
    line-height: 1;
} */
.dream-filter .rdf-group .input-group .form-control:first-child:last-child {
    z-index: 10!important;
}
.category-list {
    border-top: 2px solid #ededed;
}
.filter-extended__row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(23rem,1fr));
    grid-gap: 2rem 4rem;
    padding: 15px 3.5rem!important;
}
.filter-extended__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3.5rem 15px 3.5rem!important;
    text-align: center;
    font-size: 16px;
    overflow: visible!important;
}
.filter-extended__label {
    padding: 0 0 10px 0!important;
    font-size: 14px;
    font-weight: 400!important;
    line-height: 1;
}
.filter-extended .panel-body:before {
    content: none;
}
.filter-extended {
    position: relative;
}
.filter-extended__row {
    max-height: 150px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.filter-extended__bottom:after {
    content: ""!important;
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 100%;
    background: -o-linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255, 1)), to(rgba(255,255,255,0)));
    background: linear-gradient(0deg, rgba(255,255,255, 1) 0%, rgba(255,255,255,0) 100%);
    z-index: 5;
}
.filter-extended_active .filter-extended__row {
    max-height: 400px;
}
.filter-extended_active .filter-extended__bottom:after {
    display: none;
}
.filter-extended .anchor {
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
.filter-extended .panel-body:after {
    content: none;
}
.filter-extended .jq-selectbox__select-text {
    width: 100%!important;
}
.filter-extended .rdf-group {
    padding: 0!important;
}
.filter-extended .form-group {
    border-top: 0!important;
}
.filter-extended .irs {
    height: 3.5rem;
}
.filter-extended .irs-single {
    top: 19px;
}
.filter-extended .irs-single:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -6px;
    bottom: initial;
}
.filter-extended .irs-line {
    top: 5px;
    height: 6px;
}
.filter-extended .irs-bar {
    top: 0;
    display: none;
}
.filter-extended .irs-slider {
    top: 0;
}
.filter-extended .irs-slider.from,  .filter-extended .irs-slider.to{
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background: #2A4092;
    border: 2px solid #FADB49;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.filter-extended .irs-to, .filter-extended .irs-from {
    top: 19px;
    background: none;
    color: #282828;
    font-size: 12px;
}
.filter-extended .irs-to:after, .filter-extended .irs-from:after {
    content: none;
}
.filter-extended .irs-min, .filter-extended .irs-max {
    display: none;
}
.filter-extended .rdf-clear {
    display: none!important;
}
.filter-extended .jq-selectbox {
    background: url("catalog/view/theme/default/image/arrow-down.svg") center right 10px no-repeat;
    background-size: 15px;
    border: 1px solid rgba(208, 208, 208, 0.33)!important;
    border-radius: 3px!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.filter-extended__dropdown {
    color: #2A4092;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.filter-extended__dropdown:before {
    content: "Расширенный фильтр";
}
.filter-extended__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ED5B00;
    margin-left: 10px;
    /*margin-right: 3rem;*/
}
.filter-extended__close .rdf-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0!important;
}
.filter-extended__close .btn {
    color: #ED5B00;
    border: 0;
    font-size: inherit;
    padding: 0!important;
    background: none!important;
    margin: 0!important;
}
.filter-extended__close .btn:hover {
    background: none;
    text-decoration: underline;
    color: red;
}
.filter-extended__close:before {
    content: "";
    background: url("catalog/view/theme/default/image/close.svg") center no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-size: contain;
}
.filter-extended__buttton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #2A4092;
    padding: 11px 3.7rem;
}
.filter-extended_active .filter-extended__bottom{
    padding-top: 15px!important;
}
.filter-extended_active .filter-extended__dropdown:before {
    content: "Свернуть фильтр";
}
.filter-extended__row_additional {
    border: 1px solid #EDEDED;
    border-left: none;
    border-right: none;
    /*display: none;*/
}
.filter-extended_active .filter-extended__row_additional {
    display: -ms-grid;
    display: grid;
}
.filter-extended__item span input {
    width: 60px;
    margin-left: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}
.filter-extended__item span:first-of-type input {
    margin-right: 10px;
}
.header-row h1 {
    margin-bottom: 6px;
}
.header-row .rdf-group {
    margin-left: 10px;
}
.header-row .text-uppercase,
.header-row h1 {
    margin-right: 15px;
}
.header-row__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.spacer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-row__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-row__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap;
}
.jq-selectbox {
    background: white url("catalog/view/theme/default/image/arrow-down.svg") center right 10px no-repeat;
    background-size: 15px;
    border: 1px solid rgba(208, 208, 208, 0.33)!important;
    border-radius: 3px!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-grid__wrapper .btn-more  {
    text-align: center;
    margin-top: 20px;
}
a.button:hover{
    background: #5b9bd3;
}
.button._full {
    width: 100%;
}
.button._alt {
    background: transparent;
    color: #282828;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    font-weight: 600;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
}
.button._alt:hover {
    border-color: #2a4092;
    background: transparent;
    color: #2a4092;
}
.pagination b, .pagination a:hover, .pagination b {
    border-color: #2a4092;
}
.categories .cat-separator {
    padding: 10px;
}
.categories li a {
    padding: 0 10px;
}
.content-top {
    float: none;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-85{
    margin-bottom: 85px;
}
.box-category-block h1, .product-block-box h1 {
    font-size: 25px;
}
.consultant {
    border-radius: 10px;
    padding: 15px 20px 15px 0px;
    -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
}
.aside-banner {
    position: relative;
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100px;
    color: white;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.aside-banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0,0.6);
    z-index: -1;
}
.aside-banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.aside-banner__title:after {
    content: "\e90d";
    font-family: "icomoon";
    font-size: 12px;
    margin-left: 5px;
}
.aside-banner__title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    color: #5b9bd3;
    /*font-weight: 600;*/
    text-decoration: none;
}
.btn-header:hover {
    background: #5b9bd3;
}
.modal_cart {
    top: 20vh!important;
    width: auto;
    height: auto;
    margin: auto!important;
    left: 0;
    right: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    max-width: 920px;
    position: static;
}
.modal_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
    padding: 15px;
    overflow-y: auto;
    background-color: rgba(168, 168, 168, 0.7);
    opacity: 1!important;
}
#content1 h1,
#content1 h2 {
    margin-bottom: 20px;
}
.modal-body .cart-close {
    top: 10px;
    right: 10px;
    padding: 10px;
}
body {
    position: relative;
    overflow-x: hidden;
}
.mini-cart-info1 tbody td:first-child {
    width: 60px;
    padding-right: 0;
    border: 1px solid #f0f0f0;
}
.mini-cart-info1 {
    height: auto!important;
    max-height: 215px;
}
.mini-cart-info1::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0;
}
.mini-cart-info1::-webkit-scrollbar {
    width: 10px;
    height: 6px;
    border-radius: 0;
}
.mini-cart-info1::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border-radius: 0;
}
.mini-cart-info1:hover::-webkit-scrollbar-thumb {
    background: lightgrey;
}
.mini-cart-total1 {
    display: none;
}
.checkout-cart {
    margin-bottom: 0;
}
.checkout-cart .total {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    font-weight: 400;
}
.checkout-cart .total span {
    font-weight: 600;
}
.modal-body .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    margin-top: 35px;
}
.bth-checkout._blue {
    background: #2a4092;
    color: white;
}
.modal-form-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid lightgray;
}
.bth-checkout, .bth-continue {
    width: 210px;
}
.modal-form-order .input-main {
    min-width: 210px;
    margin-right: 15px;
    text-align: center;
    padding: 0 12px;
}
.select__option-icon {
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}
.form__item._important .select__options {
    border-width: 2px;
}
.form__item._important .select__input-container {
    border-width: 2px;
    height: 63px;
}
.form__label {
    margin-bottom: 2.5px;
}
.form__item._important .form__label {
    font-weight: 600;
}
.modal-form-order .bth-checkout {
    min-width: 210px;
}
.cart_popup1 {
    padding: 10px;
}
.input-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1.5px solid #2a4092;
    padding-left: 12px;
    font-family: 'Calibri', sans-serif;
}
.modal-form-order__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 15px;
}
.mini-cart-products {
    position: relative;
}
.mini-cart-products:before,
.mini-cart-products:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 22px;
    left: 0;
    z-index: 5;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
.mini-cart-products:after {
    background: -o-linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255, 1)), to(rgba(255,255,255,0)));
    background: linear-gradient(0deg, rgba(255,255,255, 1) 0%, rgba(255,255,255,0) 100%);
    bottom: -2px;
}
.mini-cart-products:before {
    background: -o-linear-gradient(top, rgba(255,255,255, 1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255, 1)), to(rgba(255,255,255,0)));
    background: linear-gradient(180deg, rgba(255,255,255, 1) 0%, rgba(255,255,255,0) 100%);
    top: -2px;
}
.mini-cart-products._start:before {
    opacity: 0;
}
.mini-cart-products._end:after {
    opacity: 0;
}
.mini-cart-info1 .image {
    padding: 5px;
    width: 100%;
}
.mini-cart-info1 tbody tr {
    height: auto!important;
}
.checkout-cart td {
    padding-top: 0;
    padding-bottom: 0;
}
.checkout-cart .image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.checkout-cart td .name {
    padding-left: 20px;
    font-weight: 400;
}
.checkout-cart td .name:hover {
    color: #2a4092;
}
button {
    border: none;
}
#checkout_cart {
    margin-left: 15px;
}
.simplecheckout-cart td.price {
    text-align: right;
}
/*
#total_total {
    padding-right: 48px;
}*/
.simplecheckout-cart td.name a {
    font-weight: 400;
}
.select {
    position: relative;
}
.select._active .select__options {
    display: block;
}
.select._active .select__input-container {
    border-radius: 5px 5px 0 0;
}
.select._active .select__input-container:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.input._textarea {
    min-height: 90px;
    resize: vertical;
}
.form {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.page-cart .content-top {
    margin-bottom: 0!important;
}
.form__block {
    background: white;
    padding: 20px;
    border-radius: 10px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.select__input-container {
    cursor: pointer;
}
.select__input-container,
.input {
    border: 1px solid #2a4092 !important;
    padding: 8px 12px;
    position: relative;
    overflow: hidden;
    height: 37px;
    min-width: 210px;
	background:#fff !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}
.select__input-container:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "\e908";
    font-family: "icomoon";
    width: 20px;
    height: 20px;
    min-width: 20px;
    position: absolute;
    font-size: 13px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.select__input {
    padding: 0;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: none;
    border: none;
    display: none;
}
.select__input-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 30px;
}
.select__placeholder {
    color: #808080;
}
.select__options {
    border: 1px solid #2a4092;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background: white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    display: none;
    z-index: 5;
    max-height: 350px;
    overflow-y: auto;
    border-radius: 0 0 5px 5px;
    border-top: none;
}
.form__block-title {
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid lightgray;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
}
.form__block-title i.icon {
    font-size: 24px;
    color: #2a4092;
    margin-right: 10px;
}
.simplecheckout {
    overflow: visible;
}
.select__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0;
}
.select__options::-webkit-scrollbar {
    width: 5px;
    height: 6px;
    border-radius: 0;
}
.select__options::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border-radius: 0;
}
.form__item._grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.form__item._grow .input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.form__item {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px;
}
.order-total__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid lightgrey;
    font-size: 16px;
}
.simplecheckout .order-total__consent {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin-top: 10px;
}
.order-total__consent {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}
.order-total__consent input {
    margin: 0 10px 0 0;
    width: 15px;
    min-width: 15px;
    height: 15px;
}
.order-total__item._main {
    font-weight: 600;
    border-bottom: none;
    font-size: 20px;
}
.order-total__action {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mini-cart-info1:hover::-webkit-scrollbar-thumb {
    background: lightgrey;
}
.select__option {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify;
    justify-content: space-between !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 12px !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid lightgrey;
    color: inherit;
    cursor: pointer;
}
.select__option-hint {
    font-size: 18px;
}
.select__option-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.select__option-description {
    font-size: 14px;
    color: #808080;
}
.select__option-price {
    font-weight: 600;
    font-size: 14px;
    padding-left: 15px;
}
.select__option._disabled {
    pointer-events: none;
    opacity: 0.4;
}
.select__option:hover {
    background: #f3f3f3;
    color: inherit;
}
.select__option._choosed {
    background: #f3f3f3;
}
.form__item:first-child {
    margin-top: 0;
}
.form__item._child {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    opacity: 0;
    pointer-events: none;
    pointer-events: none;
    overflow: hidden;
    margin-top: 0;
}
.form__item._child._active {
    height: 85.5px;
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
    margin-top: 15px;
}
.product-view .top-params .name-param {
    font-weight: 700;
    font-size: 18px;
    color: #2a4092;
}
.bottom-buttons-cart #button-cart {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.bottom-buttons-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.product-view .new-test-drive {
    text-align: left;
}
.product-view .top-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.params-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.categories .cat-separator img,
.categories li a img {
    margin-right: 12px;
}
.categories li {
    display: block;
    height: auto;
    padding: 0;
}
.categories li a.active ~ ul {
    display: block;
}
.categories li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 7px;
    width: 100%;
    min-height: 40px;
}
.categories li ul ul {
    display: none;
}
.categories li ul {
    padding: 0;
    display: none;
}
.categories li a.active ~ ul li a {
    padding: 5px 12px;
}
.categories ul a ~ ul li a {
    padding: 5px 12px;
}
.categories .cat-separator {
    padding: 5px 7px;
    font-size: 13px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-block .image img {
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}
.search-button-tablet {
    display: none;
}
.header-button__item label {
    margin-bottom: 0;
}
.header-menu__dropdown-menu._mobile {
    display: none;
}
.header-menu__dropdown-activation {
    display: none;
}
.header-menu__button .icon-close {
    display: none;
}
.header-menu__button .icon-close:before {
    font-weight: 600;
}
.header-menu__dropdown-activation:checked ~ .header-menu__dropdown {
    display: block;
}
.header-menu__dropdown-activation:checked ~ .header-menu__button .icon-close {
    display: block;
}
.header-menu__dropdown-activation:checked ~ .header-menu__button .icon-menu {
    display: none;
}
.header-menu__dropdown-activation:checked ~.header-menu__button {
    color: white;
    text-decoration: none;
    opacity: 1;
}
.header-menu__title {
    display: none;
}
.header-menu__contacts {
    display: none;
}
.logo__text {
    display: none;
}
@media (min-width: 768px) {
    .select._reverse._active .select__input-container {
        border-radius: 0 0 5px 5px;
    }
    .select._reverse .select__options {
        top: initial;
        bottom: calc(100% - 1px);
        border-bottom: none;
        border-top: 2px solid #2a4092;
        border-radius: 5px 5px 0 0;
    }
    .bottom-buttons-cart a {
        margin-right: 10px!important;
    }
    .one-click-buy {
        width: 160px;
        font-weight: 600;
    }
    .top-buttons-cart .one-click-buy {
        width: 147px;
    }

    .rent-button span {
        margin-top: 3px;
    }
    .rent-button {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px 15px!important;
        text-align: left;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .rent-button i.icon {
        font-size: 18px;
        color: #a2a2a2;
        right: 8px;
        position: absolute;
        top: 8px;
    }
}
@media (max-width: 1220px) {
    /* .footer__bottom .footer__col {
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
    .footer__bottom-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .footer__icons {
        padding-left: 0;
        margin-bottom: 15px;
    } */
    .tabs-block {
        width: calc(100% + 30px);
        overflow-x: auto;
        margin: 0 -15px 20px -15px;
        overflow-y: hidden;
    }
}
@media (max-width: 1150px) {
    .filter-extended_active .filter-extended__row {
        max-height: initial;
    }
    .categories li a img {
        display: none;
    }
    .link-all.desc {
        display: none;
    }
    .link-all-cat.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 15px;
        border: 2px solid #2a4092;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        color: inherit;
        border-radius: 5px;
        line-height: normal;
        height: auto;
        min-height: 45px;
    }
    .link-all-cat.mobile:before {
        content: none;
    }
    .product-block .price .main-price {
        padding-left: 0;
    }
}
@media (max-width: 1023px) {
    .one-click-buy, #button-cart {
        margin-bottom: 10px;
    }
    .product-view .top-params .params-item + .params-item {
        border-left: 1px solid #dfded8;
    }
    .product-view .top-params .params-item {
        padding: 10px;
        border-top: 1px solid #dfded8;
    }
    .product-view .top-params {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bottom-buttons-cart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-view .action > a {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .bottom-buttons-cart #button-cart {
        width: 100%;
        margin-right: 0;
    }
    .modal-body .action {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .modal-form-order {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .checkout-cart .total {
        width: 100%;
        margin-bottom: 10px;
    }
    .consultant .cons-foto img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block;
    }
    .modal-form-order__title {
        width: 100%;
        margin-bottom: 10px;
    }
    .bth-checkout, .bth-continue {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .modal-form-order__title br {
        display: none;
    }
    .consultant .cons-foto {
        max-width: 30%;
    }
    .header-row__filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .actions {
        opacity: 1;
    }
    .header-button {
        margin-left: 25px;
    }
    .header-menu__button {
        padding: 3px 12px;
    }
    .header-scroll._scroll .header-button__item._search {
        display: block;
    }
    /* .footer__top .footer__col:first-child {
        width: 100%;
        display: none;
    }
    .footer__menu {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: 1fr 1fr;
    }
    #footer a.footer__link {
        font-size: 16px;
    }
    .footer__col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .footer__icon img {
        height: 20px;
    }
    .footer__contact._big img {
        width: 55px;
    }
    .footer__contact {
        padding: 10px;
    } */
    .header-scroll._scroll .header-buttons {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .category-preview__title {
        font-size: 13px;
    }
    .category-preview-list {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
    .category-preview__bg {
        height: 160px;
    }
    .location__photos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .gallery-top._location {
        width: 100%;
    }
    .gallery-thumbs._location {
        width: 100%;
        margin: 10px 0 0 0;
        height: 100px;
    }
    .location__photos {
        height: auto;
    }
    .gallery-thumbs._location {
        height: auto;
    }
    .rating-list {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .rating._full {
        grid-column: auto;
    }
    .header-button__item:hover .header-dropdown {
        display: none;
    }

    .ss {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 5;
        background: white;
        padding: 15px 15px;
        height: 70px;
        top: 35px;
        left: 0;
        margin: 0;
        -webkit-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
        box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
    }
    .header-scroll._scroll .ss {
        top: 60px;
        border-top: 1px solid lightgray;
    }
    .search-button-tablet {
        display: inline-block;
        margin-bottom: 0;
    }
    .search-button-tablet i.icon {
        font-size: 18px;
    }
    .header-buttons {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .aside-banner {
        display: none;
    }
}
@media (max-width: 990px) {
    .filter-extended__row {
        grid-gap: 2rem;
        padding: 15px !important;
    }
    .filter-extended__item span {
        display: inline-block;
        margin-bottom: 10px;
    }
    .filter-extended__item span:first-of-type {
        margin-top: 10px;
    }
    .filter-extended__item .jq-selectbox {
        margin-top: 10px;
    }
    .filter-extended__bottom {
        padding: 0 15px 15px 15px !important;
    }
    .dream-filter.rdf-mobile-view .slidewrapper {
        min-height: 40px;
    }
    .main-banner__content {
        padding: 30px 40px;
    }
    .main-banner__title {
        font-size: 36px;
    }
    .main-banner__description {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .simplecheckout-cart td {
        min-height: initial;
    }
    .simplecheckout-cart td.name {
        margin-top: 15px;
    }
    .simplecheckout-cart td.name a {
        padding-bottom: 10px;
    }
    .simplecheckout-cart td.price {
        padding-bottom: 10px;
    }
    .simplecheckout-cart td.quantity {
        padding-left: 0;
    }
    .simplecheckout-cart-total-value {
        margin: 0;
    }
    .simplecheckout-cart-total-remove {
        width: 15px;
    }
    .simplecheckout-block._cart {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
        background: white;
    }
    #total_total {
        padding-right: 0;
    }
    .podcat.cat409 {
        display: block;
    }
    .button_mobile_container .new-test-drive:before {
        margin-right: 10px;
    }
    .button_mobile_container .carret-btn {
        background-image: url("new-images/info.svg");
        background-size: contain;
        opacity: 0.5;
    }
    .button_mobile_container .new-test-drive {
        padding: 10px 15px 0;
    }
    .product-view {
        background: white;
    }
    .cart_popup1 {
        padding: 15px;
    }
    .checkout-cart .total span {
        white-space: nowrap;
    }
    #checkout_cart,
    .modal_cart .bth-continue {
        margin-left: 0;
    }
    .modal-form-order .input-main {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .modal-body .action {
        padding-bottom: 10px;
        margin-top: 25px;
    }
    .modal-form-order {
        padding-top: 20px;
    }
    .modal_cart {
        width: auto!important;
    }
    .modal-form-order .bth-checkout { margin-top: 0}
    .checkout-cart .price {
        min-width: auto;
        white-space: nowrap;
    }
    .modal_cart .quantity-adder {
        height: 35px;
    }
    .mini-cart-info1 .quantity {
        padding: 5px 0 5px 5px;
    }
    #cart1 .mini-cart-info1 {
        max-height: 115px;
        height: auto!important;
    }
    .quantity-adder .minus-btn,
    .quantity-adder .plus-btn {
        height: 100%;
    }
    .modal_cart {
        height: auto!important;
    }
    .mini-cart-info1 tbody td:first-child {
        display: none;
    }
    .checkout-cart td .name {
        padding: 5px 0;
    }
    #content1 h1, #content1 h2 {
        text-align: center;
    }
    .consultant .cons-button {
        position: static;
        margin: auto auto 15px auto!important;
    }
    .consultant .cons-foto {
        max-width: 100%;
    }
    .consultant .cons-name span {
        margin-left: 0;
    }
    .consultant {
        padding: 15px;
    }
    .mb-85 {
        margin-bottom: 50px;
    }
    .header-row {
        display: -ms-grid;
        display: grid;
        grid-gap: 15px;
    }
    .header-row__group:first-child {
        margin-left: 0;
    }
    .categories li a img {
        display: block;
    }
    .category-preview:hover .category-preview__bg img  {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    /* .footer__col._contacts {
        display: none;
    }
    .footer__contact._big br {
        display: none;
    } */
    .product-block .compare {
        display: block;
    }
    .top-panel {
        display: none;
    }
    body {
        background: #f8f8f8;
    }
    .popup__content._bg {
        padding: 2.4rem 2rem 2.8rem 2rem;
    }
    .popup__scroll {
        padding: 5rem 2rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .popup__close {
        padding: 10px;
    }
    .popup__close i.icon {
        font-size: 10px;
    }
    .popup__subtitle {
        margin-top: 8px;
    }
    .popup__content {
        min-width: 28rem;
    }
    .popup__content._bg {
        padding: 2.4rem 2rem;
    }
    .popup-slider {
        padding: 3rem 2rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .popup-slider .swiper-pagination {
        bottom: 10px;
        font-size: 12px;
    }
    .popup-slider .swiper-pagination-total {
        margin-left: 4px;
    }
    .popup-slider .swiper-pagination-current {
        margin-right: 4px;
    }
    .popup-slider .swiper-button-prev,
    .popup-slider .swiper-button-next {
        opacity: 1;
    }
    .popup-slider .swiper-button-prev:after,
    .popup-slider .swiper-button-next:after {
        font-size: 16px;
    }
    .popup-slider .swiper-button-prev {
        left: 12px;
    }
    .popup-slider .swiper-button-next {
        right: 12px;
    }
    .popup-slider img {
        max-height: calc(100vh - 12.5rem);
    }
    .popup-slider .popup__content {
        padding: 2.8rem 0 3.5rem 0;
        width: 100vw;
        min-width: 100vw;
    }
    .popup-slider .popup__close {
        padding: 10px;
    }
    .product-block .attributes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-block .action .btn-buy {
        width: 115px;
    }
    .product-slider .product-block {
        height: auto;
    }
    .product-slider .swiper-wrapper,
    .articles .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .article-preview {
        height: auto;
    }
    /*.footer__icons {*/
    /*display: none;*/
    /*}*/
    /* .footer__icon {
        padding: 5px 4px;
    }
    .footer__col {
        padding: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .footer__top {
        display: -ms-grid;
        display: grid;
        grid-gap: 30px;
    } */
    .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0;
    }
    .header-button span {
        display: none;
    }
    .header-button {
        margin-left: 20px;
    }
    .header-menu__button span {
        display: none;
    }
    .header-menu__button .icon {
        margin-right: 0;
    }
    .phone__links {
        display: none;
    }
    .phone__item {
        display: none;
    }
    .phone__icon {
        display: block;
    }
    .header #contacts {
        margin: 0 0 0 20px!important;
    }
    .header-menu__button {
        border-radius: 0;
        background: none;
        color: #2a4092;
        padding: 0;
    }
    .header-menu__button .icon {
        font-size: 25px;
    }
    .header-menu__dropdown-activation:checked ~.header-menu__button {
        color: #2a4092;
    }
    /* .footer__contact {
        font-size: 16px;
    } */
    .header-button__item._search {
        display: block;
    }
    .logo {
        margin-right: 0;
    }
    .logo img {
        width: 95px;
        min-width: 70px;
    }
    #search {
        display: block;
    }
    .header-menu {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 20px;
    }
    .header-menu__dropdown {
        height: calc(100vh - 50px);
        overflow-y: auto;
        background: white;
    }
    .header-menu__dropdown-menu._mobile {
        display: -ms-grid;
        display: grid;
    }
    .header-menu__dropdown-menu {
        padding: 5px 0 10px 0;
        grid-gap: 0;
    }
    .header-menu__dropdown:before {
        content: none;
    }
    .header-menu__dropdown-link span {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .header-menu__dropdown-link:after {
        content: "\e908";
        font-family: "icomoon";
        color: lightgray;
        font-size: 18px;
    }
    .header-menu__dropdown-link {
        padding: 7px 15px;
        border-bottom: 1px solid #EDEDED;
        min-height: 40px;
    }
    .header-menu__dropdown-link img {
        height: 25px;
    }
    .ss {
        top: 50px;
        border-top: 1px solid lightgray;
    }
    .header-scroll {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 101;
        background: white;
        -webkit-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
        box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.3);
    }
    .header-button__count {
        right: -10px;
    }
    .header .logo {
        width: auto;
    }
    #search {
        min-width: initial;
    }
    .main-slider {
        display: none;
    }
    #main {
        padding-top: 50px;
    }
    .title-main {
        font-size: 24px;
    }
    .categories-box .title-main {
        display: none;
    }
    .categories-box {
        margin-top: 20px;
    }
    .banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner__img {
        max-width: 100%;
    }
    .banner__main {
        padding: 30px;
    }
    .banner._labeled:after {
        display: none;
    }
    .location__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .location__info {
        padding: 0;
        background: none;
    }
    .location__photos {
        width: 100%;
        margin-top: 20px;
    }
    .rating {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .rating__icon img {
        height: 50px;
    }
    .rating__amount._right {
        text-align: center;
    }
    .rating__col {
        text-align: center;
    }
    .banner__title {
        line-height: 1;
        font-size: 24px;
    }
    .banner__description {
        font-size: 15px;
    }
    .product-block {
        padding: 10px!important;
    }
    .swiper-container._videos {
        margin: -20px;
        padding: 20px;
    }
    .swiper-container._videos .swiper-wrapper {
        overflow: visible;
    }
    .header-menu__title {
        display: block;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        padding: 10px 15px;
        border-bottom: 1px solid #EDEDED;
    }
    .header-menu__contacts {
        display: -ms-grid;
        display: grid;
        grid-gap: 15px;
        padding: 10px 15px 60px 15px;
        font-size: 16px;
    }
    .header-menu__contact i.icon {
        font-size: 22px;
        margin-right: 15px;
        color: #4b4b4b;
    }
    .header-menu__contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .category-preview-list {
        -ms-grid-columns: initial;
        grid-template-columns: initial;
        grid-gap: 0;
        margin-bottom: 0;
    }
    .category-preview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7px 0;
        border-bottom: 1px solid #EDEDED;
    }
    .category-preview:after {
        content: "\e908";
        font-family: "icomoon";
        color: lightgray;
        font-size: 18px;
    }
    .category-preview__title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: left;
    }
    .category-preview__bg img {
        width: 40px;
        height: 25px;
    }
    .category-preview__bg {
        height: auto;
        background: none;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 15px 0 0;
        padding: 0;
    }
    .category-preview__title {
        color: #2a4092;
        font-size: 16px;
        letter-spacing: .01em;
        text-transform: none;
        font-weight: 400;
    }
    .categories-box {
        background: white;
        width: calc(100% + 30px);
        padding: 15px 15px 0 15px;
        margin: 0 -15px 50px -15px;
    }
    .phone__icon i.icon {
        font-size: 22px;
    }
    .header-menu__dropdown-menu._mobile {
        font-size: 18px;
        font-family: Calibri;
    }
    .header-menu__dropdown-menu {
        font-size: 16px;
    }
    .header-menu__dropdown {
        display: block;
        left: -100%;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .header-menu__dropdown-activation:checked ~ .header-menu__dropdown {
        left: 0;
    }
    /* .footer__top .footer__col:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    } */
    /*.logo__text {*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*color: #2a4092;*/
    /*font-weight: 600;*/
    /*font-size: 17px;*/
    /*font-stretch: condensed;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*line-height: 1;*/
    /*text-transform: uppercase;*/
    /*}*/
    /*.logo span {*/
    /*letter-spacing: 2.5px;*/
    /*color: #282828;*/
    /*}*/
    /*.logo img {*/
    /*display: none;*/
    /*}*/
}
@media (max-width: 560px) {
    .popup__content._bg {
        width: 100%;
    }
    .header .logo {
        min-width: initial;
    }
}

@media (max-width: 460px) {
    .videos__img {
        min-height: 170px;
        height: 56vw;
    }
    .header-row__filter {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .header-row__group {
        margin-left: 0;
        display: -ms-grid;
        display: grid;
    }
    .header-row .rdf-group {
        margin-top: 2px;
        margin-left: 0;
    }
    .input-group {
        width: 100%;
    }
}

@media (max-width: 410px) {
    .checkout-cart td .name {
        line-height: 1;
    }
    .checkout-cart .total {
        font-size: 18px;
    }
}
@media (max-width: 350px) {
    .header-button__item._compare {
        display: none;
    }
    .header-menu__button {
        padding: 0;
        background: none;
        color: #2a4092;
        min-width: initial;
        height: initial;
        padding: 0;
        margin: 0;
    }
    .header-menu__dropdown-activation:checked ~.header-menu__button {
        color: #2a4092;
    }
    /* #footer a.footer__link {
        font-size: 14px;
    } */
    .simplecheckout-cart td {
        min-height: 70px;
    }
}

.form__block .simplecheckout-block {
	margin-bottom: 0;
	padding: 0;
}

.simplecheckout-block {
  padding: 0;
}


.simplecheckout-block-content {

  padding: 15px 0;
}


.simple-content fieldset {
	padding: 0 !important;
}

.select__option-title img {
	display: none !important;
}

#simplecheckout_shipping_address .simplecheckout-block-content {
	padding: 0;
}

.order-total__consent input {
  appearance: auto !important;
}

.order-total__consent .colorbox.fancybox.agree {
  display: inline-block !important;
}

#simplecheckout_button_toggle:hover span {
	color: #fff !important;
}

#simplecheckout_button_toggle {
	cursor: pointer;
}