

/* Start:/local/templates/empty/js/slick/slick.css?17155798821776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/empty/js/slick/slick-theme.css?17155798823144*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/empty/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/empty/js/slick/./fonts/slick.eot');
    src: url('/local/templates/empty/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/empty/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/empty/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/empty/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: #444;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/empty/css/arex.css?173383139330555*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: #262626;
    color: #fff;
}

.cont {
    width: 1100px;
    margin: 0 auto;
}

.no-action .b-action {
    display: none;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.b-video img {
	width: 100%;
	max-width: 1980px;
    }


.btn {
    transform: skewX(-15deg);
    border: 1px solid #fff;
    margin-bottom: 15px;
    padding: 10px 40px;
    transition: 1s all ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.btn::before{
    background: #f0122b;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.6s ease;
  }



.btn a {
    color: #fff;
    text-decoration: none;
    transform: skewX(15deg);
    text-transform: uppercase;
    display: block;

}


.btn::before{
    width: 100%;
    height: 0%;
    transform: translate(-50%,-50%) rotate(0deg);
  }
  .btn:hover::before{
    height: 500%;
  }

.top {
    position: relative;
}

.top-menu {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 0.8em;
}

.top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-menu li {
    display: inline-block;
}

.top-menu a {
    color: #fff;
    text-decoration: none;
    padding-left: 40px;
    text-transform: uppercase;
}

.top-menu a:hover {
    text-decoration: underline;
}

.addr {
    display: flex;
}

.addr p {
    margin: 5px 0;
}

.addr img {
    padding-right: 15px;
}

.menu {
    margin: 30px 0 0;
    position: relative;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    display: inline-block;
}

.menu a {
    color: #fff;
    text-decoration: none;
    padding-right: 40px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 20px;
}

.dropdwn-cont {
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 38px;
    border-top: 1px solid #000;
    width: 100%;
    transition: 0.5s opacity;
    background: #262626;
    z-index: 999;
}

.menu .dropdwn:hover .dropdwn-cont {
    visibility: visible;
    opacity: 1;
    transition: 0.5s opacity;
}

.dropdwn-item {
    background: #262626;
    border-right: 1px solid #000;
    width: 275px;
    height: 150px;
    padding: 20px;
    position: relative;
}

.dropdwn-item:last-child {
    border-right: none;
}

.q-logo {
    position: absolute;
    top: 10px;
    right: 15px;
}

.q-pict {
    padding-top: 30px;
    width: 170px;
}

.dropdwn-item:hover .q-pict {
    transition: all 0.5s;
    padding-left: 15px;
}

.brands {
    background: url(/local/templates/empty/css/../images/br-fon.jpg) no-repeat center top;
    height: 985px;
}

.col50 {
    width: 50%;
}

.brands .row {
    align-items: flex-start;
}

.brands img {
    padding-top: 220px;
    width: 100%;
}

.brands h1 {
    text-transform: uppercase;
    font-size: 1.7em;
    margin-bottom: 90px;
    text-align: left;
}

.brands span {
    color: #525252;
}

.brands ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.brands a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 40px;
    display: block;
}

.brands a:hover {
    text-decoration: underline;
}

.brand-menu {
    margin: 100px 0 0 100px;
}

h1  {
    text-align: center;
    text-transform: uppercase;
    padding-top: 80px;
    margin-bottom: 80px;
}

.spec {
    background: #262626;
    height: 670px;
}

.spec-item div {
    width: 247px;
    margin: 0 auto;
}

.spec-item img:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.spec-item .btn {
    width: 147px;
    text-align: center;
    background: #f0122b;
    border: none;
}

.spec-item p {
    font-size: 1.3em;
}

.spec-item .price {
    font-size: 2em;
}

.spec-item .price span {
    font-weight: 700;
}

.spec-item .price .from, .card .price .from {
    font-size: 0.7em;
    font-weight: 300;
}

.slick-slide img {
    margin: 0 auto;
}

.dialers {
    margin-bottom: 100px;
}

.about {
    background: url(/local/templates/empty/css/../images/about-fon.jpg) no-repeat center top;
    height: 985px;
}


.about p {
    font-size: 1.3em;
    line-height: 1.5;
    text-align: right;
    padding: 60px 0 0 70px;
}

.map {
    position: relative;
}

.map-block {
    position: absolute;
    top: 70px;
    left: 50%;
    background: rgba(38,38,38,0.9);
    width: 380px;
    padding: 50px;
}

.map-block p {
    font-size: 1.7em;
}

.soc img {
    width: 60px;
}

.footer {
    background: url(/local/templates/empty/css/../images/f-logo.png) no-repeat #1c1c1c 14% 0; 
    height: 344px;  
}

.three-col {
    display: flex;
    justify-content: space-between;
    padding-left: 160px;
    margin-top: 20px;
}

.f-menu {
    padding: 30px 0;
    text-transform: uppercase;
    text-align: right;
}

.f-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-menu li {
    display: inline-block;
}

.f-menu a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    font-size: 0.9em;
}

.f-menu a:hover {
    text-decoration: underline;
}

.footer .btn {
    padding: 10px 20px;
    width: 160px;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
}

.footer .soc {
    text-align: right;
}

.three-col .col {
    width: 33%;
    text-align: center;
}

.f-phone {
    font-size: 1em;
    margin-top: 20px;
}

.city {
    margin-bottom: 0;
    font-size: 0.9em;
}

.f-addr {
    margin-top: 3px;
    font-size: 1em;
    font-weight: 700;
}

.artera {
    padding-left: 110px;
    padding-top: 20px;
}

.artera p {
    margin: 0;
    font-size: 0.6em;
}

.card {
    background: #1c1c1c;
    min-height: 600px;
}

.card .row {
    align-items: flex-start;
}

.h-card {
    text-align: left;
    margin: 40px 0;
    padding-top: 40px;
    font-weight: normal;
    text-transform: none;
    font-size: 1.8em;
}

.card h2 {
    font-weight: normal;
}

.card p {
    line-height: 1.5;
}

.comm {
    margin-top: 0;
    margin-bottom: 3em;
    font-size: 0.8em;
}

.card .btn {
    width: 147px;
    text-align: center;
    background: #f0122b;
    border: none;
}

.card .price {
    font-size: 2em;
    margin-bottom: 0;
}

.card .price span {
    font-weight: 700;
}

.row-pict   {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row-pict img {
    width: 100px;
    margin-top: 15px;
}

.tab-warpper{
    display:flex;
    flex-direction: column;

  }

.last-view {
    padding-bottom: 100px;
    background: #1c1c1c;
}

.last-view h2 {
    margin-top: 0;
}

.card-content {
    padding-bottom: 80px;
    margin-top: 50px;
}

.item-content {
    margin-left: 50px;
    position: relative;
}

.item-content .stickers {
    position: absolute;
    top: 0;
    right: 0;
}

.stick {
    text-transform: uppercase;
    display: inline-block;
    transform: skewX(-15deg);
    border: 1px solid #fff;
    padding: 5px 25px;
    transition: 1s all ease;
    overflow: hidden;
    text-align: center;
    font-size: 0.8em;
}

.stick span {
    transform: skewX(15deg);
    display: block;
}

.table .row {
    padding: 15px;
    font-weight: 300;
    font-size: 1.2em;
}

.table .row:nth-child(odd) {
    background: #262626;
}

.card .tab-warpper .btn {
    width: 240px;
    margin-left: 10px;
}

.tab{
    cursor: pointer;
    padding:10px 40px 10px 0;
    display:inline-block;
    color: #525252;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3em;
}
.panels{
    width:100%;
    overflow:hidden;
    padding:20px 0;  
}
.panel{
    display:none;
    animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.radio{
    display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
    display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
    color:#fff;
}

.colors {
    display: flex;
    margin-top: 40px;
}

.colors .baton {
    display: block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    transform: skewX(-15deg);
    border: 2px solid transparent;
    margin-bottom: 15px;
    transition: 0.33s all ease;
    overflow: hidden;
}

.colors .baton:hover {
    border: 2px solid #fff;   
}

.red {background: #f0122b;}
.blue {background: #0028a9;}
.green {background: #ccb200;}
.black {background: #000;}
.white {background: #ddd;}

.cat-row {
    display: flex;
}

.lbar {
    flex-basis:25%;
    margin-top: 20px;
}

.lbar h2 {
    font-weight: 400;
    margin-left: 20px;
}

.rbar {
    flex-basis:75%;
}

.rbar .row {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.rbar .row .spec-item {
    flex-basis:33.33%;
    margin-bottom: 60px;
}

.rbar h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
}

.sort {
    margin: 30px 0;
    text-align: right;
}

.sort a {
    color: #fff;
    text-decoration: none;
    margin: 0 20px;
    background: url(/local/templates/empty/css/../images/three.svg) no-repeat top right;
    padding: 5px 30px 5px 5px;
}

.sort .active, .sort a:hover {
    background-color: #333;
}


.filtr {
    margin-top: 40px;
}

.filtr h3 {
    margin-left: 20px;
}

.polzunok-container-5 * {
    box-sizing: border-box;
    outline: none;
}
.polzunok-container-5 {
    margin: 30px 20px;
}
.polzunok-container-5:after {
    content: "";
    clear: both;
    display: table;
}
.polzunok-container-5 .ui-slider {
    position: relative;
    background: #525252;
    height: 2px;
    left: 10px;
}
.polzunok-container-5 .ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -16px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border-radius: 50%;
    top: -7px;
    background: #525252;
    z-index: 2;
}
.polzunok-container-5 .ui-slider .ui-slider-handle:hover,
.polzunok-container-5 .ui-slider .ui-slider-handle:focus {
    transform: scale(1.1);
}
.polzunok-input-5-left,
.polzunok-input-5-right {
    color:black;
    height: 26px;
    background: #FFF;
    text-align:center;
    font-size: 18px;
    width: 110px;
    margin-top:30px;
    border: none;
}
.polzunok-input-5-left {
    float: left;
}
.polzunok-input-5-right {
    float: right;
}
.polzunok-container-5 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 2px;
    border: 0;
    background: #f0122b;
}

.acor-container {
    margin: 20px 10px;
}
.acor-container .acor-body {
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    /*transition: color 0.5s, padding 0.5s;*/
    overflow: hidden;
    font-size: 16px;
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #333;
    display: block;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;  
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
}
.acor-container label:hover {
    color: #FFF;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
    transform: rotate(-90deg);
    color: #f0122b;
}
.acor-container input:checked + label {
    color: #FFF;
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #fff;
    padding: 20px 10px 10px;
}

.acor-container .acor-body input {
    display: inline-block;
}

.acor-container .acor-body label {
    display: inline;
    background: transparent;
    padding: 0;
}

.f-item {
    margin-bottom: 10px;
}

.f-item label {
    font-size: 16px;
}

.acor-container .acor-body label::before {
    content: '';
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.acor-container .acor-body .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.acor-container .acor-body .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 0.15em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transform: rotate(0deg);
    background-color: #333;
}

.acor-container .acor-body .custom-checkbox:checked+label::before {
    border-color: #f0122b;
    background-color: #f0122b;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    transform: rotate(0deg);
}

/* стили при наведении курсора на checkbox */
.acor-container .acor-body .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #555;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
/*.acor-container .acor-body .custom-checkbox:not(:disabled):active+label::before {}*/

/* стили для чекбокса, находящегося в фокусе */
/*.acor-container .acor-body .custom-checkbox:focus+label::before {}*/

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
/*.acor-container .acor-body .custom-checkbox:focus:not(:checked)+label::before {}*/

/* стили для чекбокса, находящегося в состоянии disabled */
/*.acor-container .acor-body .custom-checkbox:disabled+label::before {}*/


 /* для элемента input c type="radio" */
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
/* для элемента label связанного с .custom-radio */
.acor-container .acor-body .custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
/* создание в label псевдоэлемента  before со следующими стилями */
.acor-container .acor-body .custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #333;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.acor-container .acor-body .custom-radio:checked+label::before {
    background-color: #f0122b;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на радио */
/*.acor-container .acor-body .custom-radio:not(:disabled):not(:checked)+label:hover::before {}*/
/* стили для активной радиокнопки (при нажатии на неё) */
/*.acor-container .acor-body .custom-radio:not(:disabled):active+label::before {}*/

/* стили для радиокнопки, находящейся в фокусе */
/*.acor-container .acor-body .custom-radio:focus+label::before {}*/

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
/*.acor-container .acor-body .custom-radio:focus:not(:checked)+label::before {}*/

/* стили для радиокнопки, находящейся в состоянии disabled */
/*.acor-container .acor-body .custom-radio:disabled+label::before {}*/

.f-btn {
    margin: 0 20px;
}

.f-btn .go {
    background: #f0122b;
}

.about-block {
    background-color: #1c1c1c;
}

.about-block .dialers {
    margin-bottom: 0;
    padding-bottom: 100px;
}

.p404 {
    background: url(/local/templates/empty/css/../images/404.png) no-repeat top center;
    height: 957px;
} 

.p404 h1 {
    font-weight: 500;
    font-style: italic;
    margin-bottom: 540px;
}

.p404 .btn {
    width: 130px;
    margin: 0 auto;
}

/*---------------------------------------------*/

.mob-menu {
    display: none;
}

nav {
    background-color: #1E1E1E;
    height: 65px;
}
  
  
#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 25px;
    left: 0;
    z-index: 1;
    user-select: none;
    padding-left: 25px;
}
  
#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
  
#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}
  
#menuToggle span:first-child {
    transform-origin: 0% 0%;
}
  
#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
  
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ddd;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
  
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
  
#menu {
    position: absolute;
    width: 100%;
    height: 105vh;
    margin: -50px 0 0 0px;
    padding: 0;
    padding-top: 100px;
    padding-left: 50px;
    background-color: #262626;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-105%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    list-style: none;
    left: 0;
    box-sizing: border-box;
}
  
#menu li {
    padding: 10px 0;
    transition-delay: 2s;
    outline: 25px;
}

#menu li a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.1em;
}
  
#menuToggle input:checked ~ ul {
    transform: none;
}

.h-br-mob {
    display: none;
}
.map-mob {
    display: none;
}
.filter-mob {
    display: none;
    width: 60%;
    margin: 0 auto;
}
.action .cat-row {
    justify-content: center;
}
.action .spec-item .btn {
    background: transparent;
    border: 1px solid #fff;
}
.action .spec-item p {
    font-size: 1em;
    margin: 30px 0;
}

.forma h1 {
    margin-bottom: 40px;
}

.forma p {
    font-size: 1.7em;
    padding: 0 120px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 80px;
}

.forma .row {
    margin-bottom: 60px;
    justify-content: space-evenly;
}

.forma input {
    border: 1px solid #525252;
    background: #262626;
    padding: 10px;
    width: 230px;
    color: #fff;
}

.forma .sogl {
    font-size: 0.9em;
    text-align: center;
    padding: 0;
    color: #c7ccd1;
}

.forma label {
    display: block;
    margin-bottom: 5px;
}

.select {
    position: relative;
    width: 230px;
    margin: 0 auto;
  
    &[data-state="active"] {
      .select-title {
        &::before {
          transform: translate(-3px, -50%) rotate(-45deg);
        }
  
        &::after {
          transform: translate(3px, -50%) rotate(45deg);
        }
    }
      
    .select-content {
        opacity: 1;
    }
      
    .select-label + .select-input + .select-label {
        max-height: 30px;
        padding-top: 10px;
        border-top-width: 1px;
        color: #1c1c1c;
      }
    }
}

.select-title {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    border: solid 1px #555;
    font-size: 0.9em;
    cursor: pointer;
  
    &::before,
    &::after {
      content: "";
  
      position: absolute;
      top: 50%;
      right: 0;
  
      display: block;
      width: 10px;
      height: 2px;
  
      transition: all 0.3s ease-out;
  
      background-color: #333333;
  
      transform: translate(-3px, -50%) rotate(45deg);
    }
    &::after {
      transform: translate(3px, -50%) rotate(-45deg);
    }
  
    &:hover {

  
      &::before,
      &::after {
        background-color: #f0122b;
      }
    }
  }

.select-content {
    position: absolute;
    top: 40px;
    left: 0px;
  
    display: flex;
    flex-direction: column;
    width: calc(100% + 20px);
  
    background-color: #ffffff;
  
    border: 1px solid #c7ccd1;
    border-top: none;
    
    transition: all 0.3s ease-out;
  
    opacity: 0;
    z-index: 8;
}

.select-input {
    display: none;
  
    &:checked + label {
      background-color: #555;
    }
    &:disabled + label {
      opacity: 0.6;
      pointer-events: none;
    }
}

.select-label {
    display: flex;
    align-items: center;
    height: 40px;
    max-height: 0;
    padding: 0 16px;
    
    transition: all 0.2s ease-out;
  
    cursor: pointer;
    
    overflow: hidden;
  
    & + input + & {
      border-top: 0 solid #C7CCD160;
      margin-bottom: 0;
    }
  
    &:hover {
      background-color: #f0122b !important;
  
      color: #ffffff;
    }
}

form .btn {
    width: 230px;
    margin: 0 auto;
}


/*модальное окно обр. звонок*/


/* Контейнер */
.modal {
/* Слой перекрытия */
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 10000;

/* Трансформации прозрачности при открытии  */
transition: opacity 200ms ease-in;

/* Скрываем изначально */
opacity: 0;
pointer-events: none;

}

/* Показываем модальное окно */
.modal:target {
opacity: 1;
pointer-events: auto;
}

/* Содержание */
.modal > div {
width: 300px;
background: #262626;
border: 2px solid #f0122b;
position: relative;
margin: 10% auto;
-webkit-animation: minimise 200ms linear;
padding: 30px 30px 50px;

}

.modal h2 {
font-size: 1.2em;
padding: 0 0 20px;
}

/* Ссылка на кнопку Закрыть */
.modal a[href="#close"] {
position: absolute;
right: 0;
top: 0;
color: transparent;
}

/* Сбрасываем изменения */
.modal a[href="#close"]:focus {
outline: none;
}

/* Создаем кнопку Закрыть */
.modal a[href="#close"]:after {
content: 'X';
display: block;

/* Позиционируем */
position: absolute;
right: -10px;
top: -10px;
width: 20px;
padding: 1px 1px 1px 2px;

/* Стили */
text-decoration: none;
text-shadow: none;
text-align: center;
font-weight: bold;
background: #000;
color: #ffffff;
border: 3px solid #ffffff;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
outline: 0px solid #000;
}

/* Открываем модальное окно */
a.openModal {

}

a.openModal:hover,
a.openModal:focus {
}

.modal .modal_title {
    display: block;
    text-align: center;
    font-size: 22pt;
}

.inputbox {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.2em;
    border: none;
    box-sizing: border-box;
}

.modal .btn {
    width: 200px;
}

.brands .tabs {
    margin-left: 100px;
    margin-top: 100px;
    font-size: 1.5em;
}


.brands .tab {
    padding: 0;

}

.tabs span {
    font-weight: 900;
    color: #fff;
    font-size: 1.5em;
}

.brands .brnds img {
    padding: 0;
    width: auto;
}

.brands .brnds img:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.9);
    background: #262626;
}

.brnds-block {
    margin: 100px 100px 0;
    flex-wrap: wrap;
}

.brnds {
    width: 33%;
}

/* //модальное окно обр. звонок*/


@media (max-width: 576px) {
    .mob-menu {
        display: block;
    }
    .top-menu {
        display: none;
    }
    .menu {
        display: none;
    }
    .addr {
        flex-direction: column;
        position: absolute;
        top: 15px;
        right: 20px;
        text-align: center;
    }
    .addr img {
        padding: 0;
        width: 50px;
    }
    .addr p {
        font-size: 0.8em;
    }
    .brands .row {
        flex-direction: column;
    }
    .about .row {
        flex-direction: column;
    }
    .top .row {
        flex-direction: column;
        align-items: flex-start;
    }
    .three-col {
        flex-direction: column;
    }
    .f-menu {
        display: none;
    }
    .col50 {
        width: 100%;
    }
    .cont {
        width: 100%;
    }
    .brands a {
        font-size: 1.4em;
    }
    .brands img {
        width: 80%;
        padding: 30px 0 0;
    }
    .about p {
        padding: 0;
    }
    .map-block {
        display: none;
    }
    .three-col {
        padding-left: 0;
        margin-top: 0;
    }
    .slick-next {
        right: 10px;
    }
    .slick-prev {
        left: 10px;
    }
    .top {
        position: relative;
        height: 200px;
    }
    .b-action {
        position: absolute;
        left: 20px;
        bottom: 10px;
        width: 40%;
        padding: 10px 0;
        font-size: 0.8em;
    }
    .b-call {
        position: absolute;
        right: 20px;
        bottom: 10px;
        width: 40%;
        padding: 10px 0;
        font-size: 0.8em;
    }
    .logo {
        width: 165px;
        margin-left: 20px;
        margin-top: 20px;
    }
    .brands {
        height: auto;
        background-size: 180%;
        background-position-x: right;
        background: transparent;
    }
    .br-pict {
        order: 1;
        text-align: center;
    }
    .br-menu {
        order: 2;
    }
    .brand-menu h1 {
        display: none;
    }
    .h-br-mob {
        display: block;
        font-size: 1.3em;
        margin: 40px 0;
        padding: 0;
    }
    .h-br-mob span {
        color: #525252;
    }
    .brand-menu {
        margin: 100px 0 0;
        text-align: center;
    }
    .spec {
        background: #1E1E1E;
    }
    .spec h1, .dialers h1 {
        margin: 0;
        padding: 3em 0;
        font-size: 1em;
    }
    .about {
        height: auto;
        background-size: 180%;
        background-position-x: left;
        margin-bottom: 50px;
    }
    .about h1 {
        display: none;
    }
    .ab-1 {
        height: 400px;
    }
    .ab-2 p {
        font-weight: 300;
        text-align: center;
        padding: 0 20px;
        font-size: 1em;
    }
    .map-desc {
        display: none;
    }
    .map-mob {
        display: block;
    }
    .footer {
        height: auto;
        height: 800px;
        background-position: left bottom;
        background-size: 100%;
    }
    .three-col .col {
        width: 100%;
    }
    .footer .btn {
        margin: 20px auto;
    }
    .footer .soc {
        text-align: center;
    }
    .artera {
        padding: 0;
        margin: 20px auto;
    }
    .f-phone {
        font-size: 1.7em;
    }
    .city {
        font-size: 1.2em;
    }
    .f-addr {
        font-size: 1.3em;
    }
    .lbar {
        display: none;
    }
    .rbar {
        flex-basis: 100%;
        background: #1c1c1c;
    }
    .rbar .row .spec-item {
        flex-basis: 100%;
    }
    .sort a {
        display: block;
        margin: 10px 20px;
    }
    .sort {
        text-align: left;
    }
    .sort span {
        display: block;
        text-align: center;
        margin: 10px 20px;
    }
    .filter-mob {
        display: block;
    }
    .card .row {
        flex-direction: column;
    }
    .picts img {
        width: 95%;
        display: inline-block;
        margin: 0 auto;
    }
    .h-card {
        font-size: 1em;
        text-align: center;
    }
    .row-pict {
        display: none;
    }
    .item-content {
        margin: 0 20px;
    }
    .table .row {
        flex-direction: row;
    }
    .item-content .stickers {
        top: -50px;
    }
    .item-content img {
        margin-top: 40px;
    }
    .card p {
        font-weight: 300;
    }
    .card .price {
        text-align: center;
    }
    .card .comm {
        text-align: center;
    }
    .card .btn {
        margin: 0 auto;
    }
    .tab {
        display: block;
        text-align: center;
        padding-right: 0;
    }
    .table .col {
        width: 50%;
        font-size: 0.8em;
    }
    .table .col:nth-child(2n) {
        text-align: right;
    }
    .card .tab-warpper .btn {
        margin: 0 auto;
    }
    .last-view h2 {
        text-align: center;
        font-weight: 500;
        font-size: 1.4em;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .last-view {
        background: #262626;
    }
    .p404 {
        background-size: 220%;
        padding-bottom: 40px;
        height: auto;
    }
    .p404 h1 {
        margin-bottom: 250px;
        margin-top: 0;
        padding-top: 20px;
        font-size: 1.2em;
    }
    .forma .row {
        flex-direction: column;
    }
    .forma p {
        padding: 0 10px;
        font-size: 1em;
    }
    .forma h1 {
        margin-top: 40px;
        font-size: 1.2em;
        margin-bottom: 20px;
        padding-top: 0;
    }
    .forma .row {
        align-items: center;
        margin-bottom: 0;
    }
    .forma .row div {
        margin-bottom: 30px;
    }
    .forma input {
        width: 260px;
    }
    .fselect {
        width: 280px;
    }
    .select {
        width: 260px;
        margin-left: 0;
    }
    form .btn {
        width: 180px;
    }
    .forma .sogl {
        font-size: 0.7em;
        padding: 0 20px;
    }
    .brands .tab {
        display: inline-block;
    }
    .brands .tabs {
        margin-left: 0;
        font-size: 1.3em;
        margin-top: 10px;
        text-align: center;
    }
    .brnds-block {
        margin: 0;
    }
    .brnds {
        width: auto;
        margin: 0 auto;
    }
    .no-action .b-call {
        position: static;
        margin: 25px auto 0;
        width: 70%;
    }
    
}

/*
@media (max-width: 1400px) { ... }
@media (max-width: 1200px) { ... }
@media (max-width: 992px) { ... }
@media (max-width: 768px) { ... }
*/
/* End */


/* Start:/local/templates/empty/css/custom.css?1715579882517*/
.rbr div.sections-list{
    display: flex;
}
.rbar div.catalog-sectons {
    max-width: 100px;
    float: left;
    margin: 0 0 0 0;
    border-left: 3px solid #232323;
    padding:1%;

}
.rbar div.catalog-sectons:first-child {
    margin-left: 0;
    border-left: 0px;
}
.rbar #selected.div.catalog-sectons  {
    background: #232323;
}
.rbar div.catalog-sectons:active {
    background: #232323;
}
.rbar div.catalog-sectons img{
    display: inline-block;
    margin:auto;
    width: 100%
}
/* End */
/* /local/templates/empty/js/slick/slick.css?17155798821776 */
/* /local/templates/empty/js/slick/slick-theme.css?17155798823144 */
/* /local/templates/empty/css/arex.css?173383139330555 */
/* /local/templates/empty/css/custom.css?1715579882517 */
