@font-face {
	font-family: "Open Sans";
	font-display: swap;
	src: 
		url("../fonts/OpenSans/OpenSans-Light.eot") format("embedded-opentype"),
    	url("../fonts/OpenSans/OpenSans-Light.woff") format("woff"),
    	url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans";
	font-display: swap;
	src: 
		url("../fonts/OpenSans/OpenSans-Regular.eot") format("embedded-opentype"),
    	url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"),
    	url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans";
	font-display: swap;
	src: 
		url("../fonts/OpenSans/OpenSans-Bold.eot") format("embedded-opentype"),
    	url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"),
    	url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next Cyr";
	font-display: swap;
	src: 
		url("../fonts/AvenirNext/AvenirNextCyr-Light.eot") format("embedded-opentype"),
    	url("../fonts/AvenirNext/AvenirNextCyr-Light.woff2") format("woff2"),
    	url("../fonts/AvenirNext/AvenirNextCyr-Light.woff") format("woff"),
    	url("../fonts/AvenirNext/AvenirNextCyr-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Avenir Next Cyr";
	font-display: swap;
	src: 
		url("../fonts/AvenirNext/AvenirNextCyr-Regular.eot") format("embedded-opentype"),
    	url("../fonts/AvenirNext/AvenirNextCyr-Regular.woff2") format("woff2"),
    	url("../fonts/AvenirNext/AvenirNextCyr-Regular.woff") format("woff"),
    	url("../fonts/AvenirNext/AvenirNextCyr-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Avenir Next Cyr";
	font-display: swap;
	src: 
		url("../fonts/AvenirNext/AvenirNextCyr-Bold.eot") format("embedded-opentype"),
    	url("../fonts/AvenirNext/AvenirNextCyr-Bold.woff2") format("woff2"),
    	url("../fonts/AvenirNext/AvenirNextCyr-Bold.woff") format("woff"),
    	url("../fonts/AvenirNext/AvenirNextCyr-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*:after,
*:before{
	display: inline-block;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

:-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::placeholder {
	color: #6a6a6a;
	opacity: 1;
}

html {
    overflow-y: scroll;
}

body{
	line-height: 1.2;
    font-size: 16px;
    color: #000;
    position: relative;
    font-family: "Open Sans", sans-serif;
    background: #fff;
    padding: 0;
    margin: 0;
}


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: inherit;
}

p{
	margin: 0;
}

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

img{
	vertical-align: middle;
	-o-object-fit: cover;
	   object-fit: cover;
}

.b-head img, img.e-flogo {
    -o-object-fit: none;
    object-fit: none;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:hover{
	color: #0093B7;
	text-decoration: none;
}


input,
textarea,
button,
.swiper-button{
	outline: none;
	border: 0;
}

input,
select,
textarea{
	-webkit-appearance: none;
 	-moz-appearance: none;
}

table{
	border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active){
	opacity: 0 !important;
}

@media (min-width: 1230px){
	.cn-container {
	    max-width: 1210px;
	}
}

/*
@media (max-width: 575px){
	.cn-container {
	    max-width: 320px;
	}
}
*/

/* Bootstrap */

.wrap{
    overflow: hidden
}
.hide{
    display: none
}
.tabs-body{
    display: none
}

/* Modal */

.blocker{
    z-index: 15
}

/* Section */

.section{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: relative
}

/* Mobile */

.mobile{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(var(--vh, 1vh) * 100)
}
.mobile-over{
    display: none
}
.mobile-head{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: #dddddd;
    min-height: 100px
}
.mobile-body{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}

/* Текста */

.typo-disne{
    font-weight: 700
}
.typo-ciuqu{
    font-size: 0.88em;
    font-family: Avenir Next Cyr
}
.typo-dnume{
    font-size: 0.88em;
    font-family: Avenir Next Cyr;
    font-weight: 300
}
.typo-empor{
    font-size: 0.75em;
    font-family: Avenir Next Cyr;
    font-weight: 300
}
.typo-onore{
    font-size: 3.00em;
    font-family: Avenir Next Cyr
}
.typo-ractu{
    font-family: Avenir Next Cyr;
    font-weight: 300
}
.typo-oband{
    font-weight: 300
}
.typo-ritur{
    font-size: 1.88em;
    font-family: Avenir Next Cyr
}
.typo-citat{
    font-size: 0.63em;
    font-family: Avenir Next Cyr;
    font-weight: 700
}
.typo-excus{
    font-size: 0.75em;
    font-weight: 300
}
.typo-axima{
    font-size: 0.75em
}
.typo-spici{
    font-size: 0.7em;
    font-weight: 300
}
.typo-tiori{
    font-family: Avenir Next Cyr
}
.typo-uatur{
    font-size: 0.75em;
    font-family: Avenir Next Cyr
}
.typo-ivend{
    font-family: Avenir Next Cyr;
    font-weight: 700
}
.typo-tione{
    font-size: 0.88em;
    font-weight: 300
}
.typo-ricul{
    font-size: 0.75em;
    font-family: Avenir Next Cyr;
    font-weight: 700
}
.typo-remit{
    font-size: 1.25em;
    font-family: Avenir Next Cyr
}
.typo-aveat{
    font-size: 0.88em
}
.typo-idetu{
    font-size: 0.63em
}
.typo-ucrum{
    font-size: 0.63em;
    font-family: Avenir Next Cyr;
    font-weight: 300
}
.typo-vitur{
    font-size: 1.25em;
    font-family: Avenir Next Cyr;
    font-weight: 700
}
.typo-legan{
    font-size: 0.88em;
    font-weight: 700
}
.typo-oport{
    font-size: 1.50em;
    font-family: Avenir Next Cyr;
    font-weight: 700
}
.typo-uditu{
    font-size: 1.13em
}
.typo-isque{
    font-size: 2.00em;
    font-family: Avenir Next Cyr;
    font-weight: 700
}
.typo-ontra{
    font-size: 1.13em;
    font-weight: 700
}
.typo-ndici{
    font-size: 1.13em;
    font-weight: 300
}
.typo-ument{
    font-size: 0.88em;
    font-family: Avenir Next Cyr;
    font-weight: 700
}
.typo-mente{
    font-size: 1.13em;
    font-family: Avenir Next Cyr;
    font-weight: 700
}
.typo-princ{
    font-family: Avenir Next Cyr;
    font-weight: 300;
    text-decoration: underline
}
.typo-ncept{
    font-size: 0.88em;
    font-family: Avenir Next Cyr;
    text-decoration: underline
}
.typo-tenti{
    font-size: 1.88em;
    font-family: Avenir Next Cyr;
    font-weight: 700
}
.typo-ienum{
    font-size: 0.88em;
    font-family: Avenir Next Cyr;
    font-weight: 700;
    text-decoration: underline
}

/* Color */

.color__bondi-blue{
    color: #0093b7
}
.color__pomegranate{
    color: #f6511d
}
.color__boulder{
    color: #767676
}
.color__white{
    color: #ffffff
}
.color__dove-gray{
    color: #707070
}
.color__silver{
    color: #bfbfbf
}
.color__gallery{
    color: #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.color__cerulean{
    color: #00a6ed
}
.color__orange{
    color: #fc541c
}

/* Btn */

.btn{
    cursor: pointer;
    display: inline-block;
    padding-left: 0.80em;
    padding-right: 0.80em;
    padding-top: 0.50em;
    padding-bottom: 0.50em;
    border: 0px none #ddd;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.btn-hook{
    color: #0093b7;
    font-size: 0.75em;
    font-family: Avenir Next Cyr;
    font-weight: 400;
    background-color: #f5f5f5;
    border: 2px solid #179bbc;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 4.00em
}
.btn-signal{
    color: #000000;
    font-size: 0.75em;
    font-family: Avenir Next Cyr;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 4.00em
}
.btn-snap, .btn-primary{
    color: #ffffff;
    /*font-size: 0.75em;*/
    font-family: Avenir Next Cyr;
    font-weight: 400;
    background-color: #fc541c;
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 3.33em
}
.btn--gray{
    background-color: #c1c1c1;
    color: #ffffff
}
.btn--icon{
    padding-left: 1.70em;
    padding-right: 1.70em
}
.btn--icon svg{
    margin-right: 0.60em
}
.btn-hook:hover{
    color: #ffffff;
    background-color: #fc5316;
    border-color: #fc5316
}
.btn-signal:hover{
    color: #000000;
    background-color: #EDEDED
}
.btn-snap:hover, .btn-primary:hover {
    background-color: #0093b7;
    border-color: #0093b7;
    color: #ffffff
}

/* Form */

.form-control{
    border: 1px solid #dddddd;
    padding-left: 0.60em;
    padding-right: 0.60em;
    padding-top: 0.70em;
    padding-bottom: 0.70em;
    width: 100%
}
.form-group{
    margin-bottom: 0.60em
}
.form-label{
    display: block;
    font-weight: 400
}
.form-checkbox{
    position: relative;
    vertical-align: middle;
    padding-left: 1.70em
}

/* Input */

.input{
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.input-push{
    color: #000000;
    font-size: 0.88em;
    font-family: Avenir Next Cyr;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding-left: 1.14em;
    padding-right: 1.14em;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 2.84em;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px
}
.input-expanse{
    color: #000000;
    font-size: 0.88em;
    font-family: Avenir Next Cyr;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding-left: 1.07em;
    padding-right: 1.07em;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: auto;
    min-height: 10.80em;
    padding-top: 0.83em
}
.input-push.nice-select{
    padding-right: 2.70em
}
.input-push:hover, .input-expanse:hover, .input-push:focus, .input-expanse:focus{
    border-color: #0093b7
}

/* Shape */

.shape__ction{
    background-color: #0093b7
}
.shape__ritur{
    background-color: #a0c5cf
}
.shape__tiori{
    background-color: #fc541c
}
.shape__split{
    border-top: 1px solid #dddddd
}
.shape__excus{
    background-color: #fafafa;
    position: relative
}
.shape__drop{
    background-color: #ffffff;
    -webkit-box-shadow:  0 3px 19px 0 rgba(0, 0, 0, 0.17);
       -moz-box-shadow:  0 3px 19px 0 rgba(0, 0, 0, 0.17);
            box-shadow:  0 3px 19px 0 rgba(0, 0, 0, 0.17)
}
.shape__excus:before{
    content: '';
    display: block;
    position: absolute;
    left: -100vw;
    bottom: 0;
    right: -100vw;
    top: 0;
    background-color: #fafafa
}

/* Элементы */

.elem-map{
    background-color: #dddddd;
    height: 25.30em
}
.elem-delete{
    background-color: #ffffff;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    width: 32px;
    height: 32px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow:  0 0 11px 0 rgba(0, 0, 0, 0.15);
       -moz-box-shadow:  0 0 11px 0 rgba(0, 0, 0, 0.15);
            box-shadow:  0 0 11px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.elem-icon{
    width: 1.18em
}
.elem-basket{
    cursor: pointer;
    position: relative
}
.elem-count{
    position: absolute;
    top: -0.52em;
    right: -0.36em;
    background-color: #fc5316;
    color: #ffffff;
    font-size: 0.66em;
    padding-left: 0.40em;
    padding-right: 0.40em;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    padding-top: 0.16em;
    padding-bottom: 0.16em
}
.elem-pack{
    margin-left: -75px
}
.elem-table-img{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding-top: 0.50em;
    padding-bottom: 0.50em;
    padding-left: 0.40em;
    padding-right: 0.40em;
    width: 6.25em;
    height: 4.50em
}
.elem-secus{
    pointer-events: none;
    margin-left: -138px
}
.elem-img-hover{
    overflow: hidden
}
.elem-send-email:after{
    content: url(../img/icons/email.svg);
    margin-left: 0.90em
}
.elem-links a, .elem-link{
    color: #0093b7;
    text-decoration: underline
}
.elem-send-email:hover{
    color: #FFA70A
}
.elem-links a:hover, .elem-link:hover, .elem-link-red:hover{
    color: #fc5316;
    text-decoration: none
}
.elem-delete:after{
    content: url(../img/icons/trash-red.svg);
    margin-top: 2px;
    margin-left: -1px
}
.e-cart .elem-icon svg{
    width: 100%;
    height: 100%;
}
.elem-delete:hover{
    background-color: #fc5316
}
.elem-delete:hover:after{
    -webkit-filter: grayscale(100%) brightness(270%);
            filter: grayscale(100%) brightness(270%)
}
.elem-basket .elem-icon{
    width: 1.36em;
    margin-top: 0.20em
}
.elem-table-img img{
    max-height: 100%
}
.elem-table-img:hover{
    border-color: #fc5316
}

/* Img */

.img-fit-contain{
    -o-object-fit: contain;
       object-fit: contain
}
.img-fit-cover{
    -o-object-fit: cover;
       object-fit: cover
}
.img-fit-full{
    -o-object-fit: unset;
       object-fit: unset
}

/* Окна */

.modal{
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    padding-top: 3.14em;
    padding-bottom: 3.14em;
    padding-left: 2.18em;
    padding-right: 2.18em;
    max-width: 36.05em
}
.modal__success{
    text-align: center
}

/* Swiper */

.swiper-outside{
    position: relative
}
.swiper--auto .swiper-wrapper .swiper-slide{
    height: auto
}
.swiper--same .swiper-wrapper .swiper-slide{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}
.swiper--same .swiper-wrapper .swiper-slide > *{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}

/* Swiper-button */

.swiper-button{
    background-color: #ffffff;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    width: 40px;
    height: 40px;
    -webkit-background-size: 0.80em 0.80em;
       -moz-background-size: 0.80em;
         -o-background-size: 0.80em;
            background-size: 0.80em;
    margin-top: -20px;
    -webkit-box-shadow:  0 0 22px 0 rgba(0, 0, 0, 0.2);
       -moz-box-shadow:  0 0 22px 0 rgba(0, 0, 0, 0.2);
            box-shadow:  0 0 22px 0 rgba(0, 0, 0, 0.2);
    background-image: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.swiper-button-prev{
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1)
}
.swiper-button:after{
    content: url(../img/icons/swiper-arrow.svg);
    margin-top: 2px;
    -webkit-filter: brightness(0%);
            filter: brightness(0%)
}
.swiper-button:hover:after{
    -webkit-filter: brightness(100%);
            filter: brightness(100%)
}
.swiper-button--static .swiper-button{
    position: static;
    margin-top: 0px
}
.swiper-button--otside .swiper-button-next{
    right: -21px
}
.swiper-button--otside .swiper-button-prev{
    left: -21px
}

/* Swiper-pagination */

.swiper-pagination-bullet{
    opacity: 1;
    border: 1px solid transparent;
    background-color: transparent;
    width: 24px;
    height: 24px;
    position: relative
}
.swiper-pagination-bullet-active{
    border-color: #fc5316
}
.swiper-pagination-bullet:after{
    content: '';
    display: block;
    position: absolute;
    background-color: #0093b7;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -2px
}
.swiper-pagination--left .swiper-pagination{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

/* S-head */

.s-head{
    z-index: 11
}
.s-head__top{
    border-bottom: 1px solid #dddddd;
    position: relative;
    z-index: 1
}

/* S-foot */

.s-foot{
    background-color: #f5f5f5;
    padding-top: 2.30em
}
.s-foot__pluri{
    background-color: #000000;
    padding-top: 0.60em;
    padding-bottom: 0.60em;
    margin-top: 1.50em
}

/* S-content */

.s-content{
    padding-top: 2.10em;
    padding-bottom: 2.10em
}
.s-content--blue{
    background-color: #fafbfd
}

/* S-speedbar */

.s-speedbar{
    background-color: #fafafa;
    padding-top: 1.80em;
    padding-bottom: 1.80em
}

/* S-card */

.s-card{
    padding-top: 2.00em;
    padding-bottom: 2.00em
}

/* S-work */

.s-work{
    background-color: #fafafa;
    padding-top: 1.70em;
    padding-bottom: 1.70em
}

/* B-top */

.b-top{
    padding-top: 1.10em;
    padding-bottom: 1.10em
}
.b-top__split{
    border-left: 1px solid #dddddd;
    height: 1.70em;
    margin-left: 1.50em;
    margin-right: 1.50em
}

/* B-head */

.b-head{
    padding-top: 1.60em;
    padding-bottom: 1.60em
}

/* B-catal-menu */

.b-catal-menu__toggle{
    font-size: 0.88em;
    font-family: Avenir Next Cyr;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap
}
.b-catal-menu__toggle:after{
    content: '';
    width: 6px;
    height: 6px;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    border-color: #3e3e3e;
    border-right-style: solid;
    border-bottom-style: solid;
    margin-top: -0.50em;
    margin-left: 0.60em;
    opacity: 0.3
}
.b-catal-menu__toggle.open, .b-catal-menu__toggle:hover{
    color: #0093b7
}
.b-catal-menu__toggle.open:after{
    -webkit-transform: rotateZ(-135deg);
       -moz-transform: rotateZ(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotateZ(-135deg);
            transform: rotateZ(-135deg);
    margin-top: 0em
}

/* B-slides */

.b-slides{
    background-color: #f5f5f5;
    position: relative
}
.b-slides__blico{
    position: relative;
    min-height: 30.00em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4.23em;
    z-index: 1
}
.b-slides__slide{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /*padding-right: 1.70em*/
}
.b-slides__vitur{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.b-slides .swiper-pagination{
    padding-left: 1.00em
}
/* B-reviews */
/*
.b-reviews__slide{
    opacity: 0.27;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}

.b-reviews__slide.swiper-slide-active{
    opacity: 1
}
*/

.b-reviews__slide:not(.swiper-slide-active):not(.swiper-slide-next) .e-review{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #dddddd
}

/* B-images */
.b-images__slide-small{
    border: 1px solid #dddddd;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    padding-top: 0.40em;
    padding-bottom: 0.40em
}

.b-images__slide-big{
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.30em;
    padding-bottom: 1.30em
}
.b-images__ivend{
    border: 1px solid #dddddd;
    margin-bottom: 1.30em
}
.b-images__ffici{
    position: relative;
    padding-left: 3.60em;
    padding-right: 3.60em
}
.b-images__slide-small:hover, .b-images__slide-small.active{
    border-color: #fc5316
}
.b-images__ffici .swiper-button-next{
    right: 0
}
.b-images__ffici .swiper-button-prev{
    left: 0
}

/* B-side */

.b-side{
    margin-top: -1px
}
.b-side__toggle{
    border: 1px solid #dddddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 2.40em;
    padding-left: 1.10em;
    padding-right: 1.10em;
    position: relative;
    cursor: pointer
}
.b-side__toggle span {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 13px;
    top: 8px;
}
.b-side__ico{
    width: 1.13em;
    margin-right: 0.60em;
    height: 1.34em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.b-side__drop{
    display: none
}
.b-side__body{
    padding-left: 1.40em;
    padding-right: 1.40em;
    padding-top: 1.50em;
    padding-bottom: 1.50em
}
.b-side__menu{
    color: #0093b7;
    font-size: 0.88em;
    font-family: Avenir Next Cyr;
    font-weight: 300
}
.b-side__summu{
    font-size:0.88em;
    font-family: Avenir Next Cyr
}
.b-side__ico img{
    max-width: 100%;
    max-height: 100%;
}
.b-side__menu > li{
    position: relative;
    padding-left: 1.30em
}
.b-side__menu > li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.46em;
    background-color: #0093b7;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px
}
.b-side__menu > li + li{
    margin-top: 1.70em
}
.b-side__menu > li a.active{
    font-weight: 700
}
.b-side__menu > li a:hover{
    color: #fc5316
}
.b-side__toggle:hover{
    color: #0093b7
}
.b-side__toggle:after{
    content: '+';
    font-weight: 700;
    margin-left: auto
}
.b-side.open .b-side__toggle:after{
    content: '-'
}
.b-side.open .b-side__summu{
    font-weight: 700
}
.b-side--c1 .b-side__toggle:after{
    color: #00A6ED
}
.b-side--c2 .b-side__toggle:after{
    color: #F6511D
}
.b-side--c3 .b-side__toggle:after{
    color: #7FB800
}
.b-side--c4 .b-side__toggle:after{
    color: #F3722C
}
.b-side--c5 .b-side__toggle:after{
    color: #0077B6
}
.b-side--c6 .b-side__toggle:after{
    color: #43AA8B
}
.b-side--c7 .b-side__toggle:after{
    color: #90BE6D
}
.b-side--c8 .b-side__toggle:after{
    color: #0D2C54
}
.b-side--c9 .b-side__toggle:after{
    color: #0077B6
}
.b-side--c10 .b-side__toggle:after{
    color: #00B4D8
}
.b-side--c11 .b-side__toggle:after{
    color: #F8961E
}
.b-side--c12 .b-side__toggle:after{
    color: #90E0EF
}
.b-side--c13 .b-side__toggle:after{
    color: #A5668B
}
.b-side--c14 .b-side__toggle:after{
    color: #F94144
}
.b-side--c15 .b-side__toggle:after{
    color: #577590
}
.b-side--c16 .b-side__toggle:after{
    color: #FFB400
}
.b-side--c17 .b-side__toggle:after{
    color: #06065D
}
.b-side--c18 .b-side__toggle:after{
    color: #69306D
}
.b-side--c19 .b-side__toggle:after{
    color: #FF6392
}
.b-side--c20 .b-side__toggle:after{
    color: #d3bcc0
}
.b-side--c21 .b-side__toggle:after{
    color: #2163d3
}

/* B-catalog */

.b-catalog{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: #ffffff
}
.b-catalog__udica{
    margin-right: -5px
}

/* B-basket */

.b-basket{
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 1.40em;
    padding-right: 1.40em;
    padding-top: 1.70em;
    padding-bottom: 1.70em
}

/* B-catm */

.b-catm__toggle{
    background-color: transparent;
    color: #000;
    font-size: 1.20em;
    padding-top: 0.70em;
    padding-bottom: 0.70em;
    padding-left: 0.90em;
    padding-right: 0.90em;
    border: 1px solid #dddddd;
    margin-bottom: 0px;
    position: relative;
    display: none
}
.b-catm__toggle:after{
    content: '';
    width: 10px;
    height: 10px;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    border-color: #000000;
    border-right-style: solid;
    border-bottom-style: solid;
    position: absolute;
    top: 50%;
    right: 0.88em;
    margin-top: -9px;
    opacity: 0.27
}
.b-catm.open .b-catm__body{
    display: block
}
.b-catm.open .b-catm__toggle:after{
    -webkit-transform: rotateZ(-135deg);
       -moz-transform: rotateZ(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotateZ(-135deg);
            transform: rotateZ(-135deg);
    margin-top: -2px
}

/* E-toggle */

.e-toggle{
    background-image: url(../img/icons/menu.svg);
    width: 2.10em;
    height: 1.80em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain
}

/* E-lang */

.e-lang{
    position: relative
}
.e-lang__ico{
    margin-right: 0.50em
}
.e-lang__toggle{
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 0.90em
}
.e-lang__drop{
    position: absolute;
    left: -0.70em;
    top: -0.50em;
    right: -0.70em;
    padding-top: 2.80em;
    padding-left: 0.70em;
    padding-right: 0.70em;
    padding-bottom: 1.10em;
    display: none
}
.e-lang__item{
    color: #030303;
    font-size: 0.75em;
    font-family: Avenir Next Cyr;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end
}
.e-lang__toggle:after{
    content: '';
    width: 6px;
    height: 6px;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    border-color: #3e3e3e;
    border-right-style: solid;
    border-bottom-style: solid;
    margin-top: -0.10em;
    margin-left: 0.30em;
    opacity: 0.46;
    position: absolute;
    top: 0.50em;
    right: 0
}
.e-lang__item + .e-lang__item{
    margin-top: 1.20em
}
.e-lang.open .e-lang__drop{
    display: block
}

/* E-social */

.e-social{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.e-social a:hover{
    color: #FFA70A
}
.e-social--bigger svg{
    height: 1.70em;
    width: 1.99em
}

/* E-menu */

.e-menu__link{
    font-size: 0.88em;
    font-family: Avenir Next Cyr;
    font-weight: 300
}
.e-menu--main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -0.18em
}

/* E-tabs */

.e-tabs{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 0.90em;
    padding-bottom: 0.90em;
    white-space: nowrap
}
.e-tabs__item{
    color: #0093b7;
    font-family: Avenir Next Cyr;
    display: block;
    padding-top: 0.50em;
    padding-bottom: 0.50em
}
.e-tabs > li + li{
    margin-left: 3.10em
}
.e-tabs__item:hover{
    text-decoration: underline
}
.e-tabs__item.active{
    color: #000000;
    font-weight: 700
}

/* E-card */

.e-card{
    position: relative
}
.e-card__ahabe{
    background-color: #ffffff;
    border: 0;
    /*height: 14.33em;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: auto;
    position: relative
}
.e-card__volen{
    border-top: 1px solid #dddddd;
    margin-top: 0.90em;
    margin-bottom: 0.90em
}
.e-card:before{
    content: '';
    display: block;
    position: absolute;
    background-color: #ffffff;
    -webkit-box-shadow:  0 0 26px 0 rgba(0, 0, 0, 0.25);
       -moz-box-shadow:  0 0 26px 0 rgba(0, 0, 0, 0.25);
            box-shadow:  0 0 26px 0 rgba(0, 0, 0, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.e-card > *{
    position: relative
}
.e-card:hover:before{
    left: -0.90em;
    bottom: -0.90em;
    right: -0.90em;
    top: -0.90em;
    opacity: 1
}


/* E-stars */

.e-stars{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.e-stars > ul > li{
    cursor: pointer
}
.e-stars > ul > li:after{
    content: url(../img/icons/star-emprty.svg)
}
.e-stars > ul > li.active:after, .e-stars > ul > li:hover:after{
    content: url(../img/icons/star-fill.svg)
}
.e-stars > ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.50em
}
.e-stars > ul > li + li{
    margin-left: 0.10em
}
.e-stars--estimate > ul > li{
    width: 1.90em;
    height: 1.60em;
    background-image: url(../img/icons/star-emprty.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain
}
.e-stars--estimate > ul > li:after{
    content: ''
}
.e-stars--estimate > ul > li:hover, .e-stars--estimate > ul > li.active{
    background-image: url(../img/icons/star-fill.svg)
}
.e-stars--estimate > ul > li:hover:after, .e-stars--estimate > ul > li.active:after{
    content: ''
}

/* E-labels */

.e-labels{
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.70em
}
.e-labels--line{
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
}
.e-labels > div{
    padding-left: 0.80em;
    padding-right: 0.80em;
    padding-top: 0.06em;
    padding-bottom: 0.30em
}
.{
    margin-top: 0.50em
}

/* E-review */

.e-review{
    background-color: #ffffff;
    -webkit-box-shadow:  0 0.40em 1.50em 0 rgba(0, 0, 0, 0.2);
       -moz-box-shadow:  0 0.40em 1.50em 0 rgba(0, 0, 0, 0.2);
            box-shadow:  0 0.40em 1.50em 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0.40em;
       -moz-border-radius: 0.40em;
            border-radius: 0.40em;
    padding-left: 2.20em;
    padding-right: 2.20em;
    padding-top: 3.50em;
    padding-bottom: 2.10em;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    position: relative
}
.e-review--best:after{
    content: url(../img/icons/star-big.svg);
    position: absolute;
    left: 2.20em;
    top: -1.80em
}

/* E-audit */

.e-audit{
    border-bottom: 1px solid #dddddd;
    padding-top: 0.70em;
    padding-bottom: 0.70em;
    position: relative;
    padding-left: 1.90em
}
.e-audit:before{
    background-color: #dddddd;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    margin-right: 1.10em;
    position: absolute;
    left: 0;
    top: 0.70em
}
.e-audit--yelow:before{
    background-color: #ffa803
}
.e-audit--red:before{
    background-color: #f65017
}
.e-audit--blue:before{
    background-color: #00b6d9
}
.e-audit--green:before{
    background-color: #80ba00
}
.e-audit--purpure:before{
    background-color: #ff6393
}
.e-audit--black:before{
    background-color: #01015c
}

/* E-article */

.e-article{
    background-color: #ffffff
}
.e-article__tmeli{
    display: block
}
.e-article__mentu{
    padding-left: 1.60em;
    padding-right: 1.60em;
    padding-top: 0.90em;
    padding-bottom: 0.90em
}

.e-article__mentu .typo-tione {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
	text-align:justify;
}
/* E-fmenu */

.e-fmenu{
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px
}
.e-fmenu > li{
    background-color: #ffffff;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px
}
.e-fmenu > li > a{
    display: block;
    background-color: #f5f5f5;
    padding-left: 0.80em;
    padding-right: 0.80em;
    padding-top: 0.94em;
    padding-bottom: 0.94em;
    text-align: center;
    color: #888888;
    font-size: 0.75em;
    font-family: Avenir Next Cyr;
    text-transform: uppercase
}
.e-fmenu > li > a:hover{
    background-color: #ffffff
}

/* E-speedbar */

.e-speedbar{
    font-size: 0.88em;
    font-family: Avenir Next Cyr;
    font-weight: 300
}
.e-speedbar > * + *:before{
    content: '/';
    margin-left: 0.60em;
    margin-right: 0.60em;
    color: #000000;
    margin-top: -0.08em
}
.e-speedbar a{
    color: #0093b7
}
.e-speedbar a:hover{
    color: #fc5316
}

/* E-work */

.e-work{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.e-work__ico{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 1.00em;
    width: auto;
    padding-top: 0.40em;

}

.e-work .e-work__ico {
    width: 24px;
    height: 24px;
}

.e-work .e-work__ico img {
    max-width: 100%;
    height: auto;
}

.e-work__dnume{
    font-size: 0.75em;
    font-weight: 300
}

/* E-comment */

.e-comment__iudic{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

/* Типография */

.text > h1{
    font-size: 2.50em
}
.text > h2{
    font-size: 2.00em
}
.text > h3{
    font-size: 1.50em;
    font-weight: 700
}
.text > h4{
    font-size: 0.88em;
    font-weight: 700
}
.text > h5{
    font-size: 1.25em;
}
.text > h6{
    font-size: 1.00em;
}
.text > p{
    line-height: 1.5;
}
.text > ul{
    line-height: 1.5;
}
.text > hr{
    border: 0;
    border-top: 1px solid #dddddd;
    margin-top: 3.90em;
    margin-bottom: 3.90em
}
.text > p a{
    color: #0093b7;
    text-decoration: underline
}
.text > p a:hover{
    color: #fc5316
}
.e-pagination{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.e-pagination__link{
    min-width: 2.26em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    font-size: 1.13em;
    font-family: Avenir Next Cyr;
    font-weight: 400;
    background-color: #eeeeee;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px
}
.e-pagination__link + .e-pagination__link{
    margin-left: 0.50em
}
.e-pagination__link.active{
    background-color: #fc5316;
    color: #ffffff
}

/* E-dor */

.e-dor{
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    display: block;
    padding-left: 0.70em;
    padding-right: 0.70em;
    padding-top: 1.90em;
    padding-bottom: 1.90em
}
.e-dor:hover{
    -webkit-box-shadow:  0 0 39px 0 rgba(0, 0, 0, 0.15);
       -moz-box-shadow:  0 0 39px 0 rgba(0, 0, 0, 0.15);
            box-shadow:  0 0 39px 0 rgba(0, 0, 0, 0.15);
    border-color: #ffffff
}

/* E-order */

.e-order{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fafafa;
    padding-left: 6.00em;
    padding-right: 1.20em;
    padding-top: 1.20em;
    padding-bottom: 1.20em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-image: url(../img/icons/contract.svg);
    background-repeat: no-repeat;
    background-position: 1.60em 1.30em
}
.e-order__btn{
    background-color: transparent;
    padding-left: 1.70em;
    padding-right: 1.70em
}
.e-order__perar{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 3.40em
}

/* E-cat */

.e-cat{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
.e-cat__ondem{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #dddddd;
    min-height: 14.00em;
    margin-bottom: 2.60em
}
.e-cat__ondem:hover{
    border-color: #fc5316
}

/* E-num */

.e-num{
    position: relative;
    display: inline-block
}
.e-num__inlet{
    color:#000000;
    font-size:0.75em;
    font-family:Avenir Next Cyr;
    font-weight:400;
    background-color:#ffffff;
    border: 1px solid #dddddd;
    line-height:1.2;
    display:block;
    width: 6.90em;
    height:3.33em;
    padding-left: 1.00em
}
.e-num__up{
    top: 0;
    border-bottom: 1px solid #ffffff
}
.e-num__down{
    top: 50%;
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
         -o-transform: scaleY(-1);
            transform: scaleY(-1);
    border-bottom: 1px solid #ffffff
}
.e-num__up, .e-num__down{
    position: absolute;
    right: 0;
    background-color: #c5c5c5;
    height: 50%;
    width: 0.88em;
    cursor: pointer;
    background-image: url(../img/icons/num-up.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

/* E-mci */

.e-mci{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #dddddd;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.10em;
    padding-bottom: 1.10em;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: 0px;
    text-align: center
}
.e-mci__ico{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.69em;
    width: 4.30em;
    margin-bottom: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.e-mci:hover{
    color: #ffffff
}
.e-mci:hover .e-mci__ico{
    -webkit-filter: invert(100%);
            filter: invert(100%)
}
.e-mci__ico img{
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain
}
.e-mci--c1:hover{
    background-color: #00A6ED
}
.e-mci--c2:hover{
    background-color: #F6511D
}
.e-mci--c3:hover{
    background-color: #7FB800
}
.e-mci--c4:hover{
    background-color: #F3722C
}
.e-mci--c5:hover{
    background-color: #0077B6
}
.e-mci--c6:hover{
    background-color: #43AA8B
}
.e-mci--c7:hover{
    background-color: #90BE6D
}
.e-mci--c8:hover{
    background-color: #0D2C54
}
.e-mci--c9:hover{
    background-color: #0077B6
}
.e-mci--c10:hover{
    background-color: #00B4D8
}
.e-mci--c11:hover{
    background-color: #F8961E
}
.e-mci--c12:hover{
    background-color: #90E0EF
}
.e-mci--c13:hover{
    background-color: #A5668B
}
.e-mci--c14:hover{
    background-color: #F94144
}
.e-mci--c15:hover{
    background-color: #577590
}
.e-mci--c16:hover{
    background-color: #FFB400
}
.e-mci--c17:hover{
    background-color: #06065D
}
.e-mci--c18:hover{
    background-color: #69306D
}
.e-mci--c19:hover{
    background-color: #FF6392
}
.e-mci--c20:hover{
    color: #000;
    background-color: #d3bcc0
}
.e-mci--c20:hover .e-mci__ico{
    -webkit-filter: invert(0%);
            filter: invert(0%)
}

/* E-phones */

.e-phones{
    position: relative;
    white-space: nowrap
}
.e-phones__drop{
    position: absolute;
    left: -0.70em;
    top: -0.50em;
    right: -0.70em;
    padding-top: 2.40em;
    padding-left: 0.80em;
    padding-right: 0.80em;
    padding-bottom: 0.90em;
    display: none
}
.e-phones__toggle{
    position: relative;
    z-index: 1;
    padding-right: 1.10em;
    cursor: pointer
}
.e-phones__item + .e-phones__item{
    margin-top: 0.70em
}
.e-phones__toggle:after{
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    border-color: #3e3e3e;
    border-right-style: solid;
    border-bottom-style: solid;
    top: 0.30em;
    right: 0;
    opacity: 0.56
}
.e-phones.open .e-phones__drop{
    display: block
}
.e-phones__toggle a{
    pointer-events: none
}
.e-phones.open .e-phones__toggle a{
    pointer-events: auto
}

/* E-search */

.e-search{
    position: relative;
    width: 2.72em;
    height: 2.50em
}
.e-search__inlet{
    color: #000;
    font-size:0.88em;
    font-family:Avenir Next Cyr;
    font-weight:400;
    background-color:#ffffff;
    border: 2px solid #dddddd;
    padding-left:1.42em;
    padding-right:1.42em;
    line-height:1.2;
    display:block;
    width: 39.30em;
    height:2.84em;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0
}
.e-search__ico{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 11px;
    cursor: pointer
}
.e-search.open .e-search__inlet{
    opacity: 1;
    pointer-events: auto;
    width: 46.78em
}

/* E-cart */

.e-cart{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.e-cart__ecept{
    border: 1px solid #dddddd;
    width: 5.00em;
    height: 4.56em;
    margin-right: 1.00em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.30em;
    padding-bottom: 0.30em
}
.e-cart__del{
    width: 0.98em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 1.20em;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center
}
.e-cart__commo{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0.40em;
    padding-bottom: 0.40em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}
.e-cart__del:hover{
    color: #fc5316
}
.e-cart__ecept img{
    max-height: 100%
}

/* E-dor-table */

.e-dor-table{
    color: #ffffff;
    text-align: center;
    padding-top: 1.10em;
    padding-bottom: 1.10em;
    width: 7.88em;
    margin-left: auto;
    margin-right: auto
}
.e-dor-table__name{
    font-size: 0.94em
}
.e-dor-table__ico{
    width: 4.38em;
    height: 3.49em;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-filter: invert(100%);
            filter: invert(100%);
    margin-bottom: 0.90em
}
.e-dor-table__ico svg{
    width: 100%;
    height: 100%
}

/* E-parthner */

.e-parthner{
    border: 1px solid #dddddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.60em;
    padding-bottom: 0.60em;
    padding-left: 0.50em;
    padding-right: 0.50em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

/* Table */

.table > thead > tr > th{
    font-family: Avenir Next Cyr;
    font-weight: 300;
    padding-top: 1.10em;
    padding-bottom: 1.90em;
    text-align: left;
    padding-left: 1.80em;
    padding-right: 1.80em
}
.table > tbody > tr > td{
    padding-top: 2.30em;
    padding-bottom: 2.30em;
    padding-left: 1.80em;
    padding-right: 1.80em
}
.table > tbody > tr{
    background-color: #fafafa
}
.table > tbody > tr:nth-child(2n){
    background-color: #ffffff
}
.table--basket > tbody > tr > td{
    padding-top: 0.80em;
    padding-bottom: 0.80em
}
.table--basket > tbody > tr > td:nth-child(2){
    padding-right: 0px;
    padding-left: 0px
}
.table--basket > tbody > tr > td:nth-child(1){
    text-align: center
}
/*
 * CASCADE
 */

.tabs-body.active{
    display: block
}
.nice-select{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none
}
.nice-select .current{
    line-height: 1.2;
    height: auto;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis
}
.nice-select .list{
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow:  0 0 39px 0 rgba(0, 0, 0, 0.18);
       -moz-box-shadow:  0 0 39px 0 rgba(0, 0, 0, 0.18);
            box-shadow:  0 0 39px 0 rgba(0, 0, 0, 0.18)
}
.nice-select .option{
    height: auto;
    min-height: auto;
    line-height: 1.2;
    padding-top: 0.51em;
    padding-bottom: 0.51em;
    padding-left: 0.73em;
    padding-right: 0.73em
}
.form-checkbox > input:checked ~ .check:after, .form-radio > input:checked ~ .check:after{
    opacity: 1
}
.form-checkbox > input, .form-radio > input, .form-checkbox > span.check, .form-radio > span.check{
    width: 1.30em;
    height: 1.30em
}
.form-checkbox > input, .form-radio > input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none
}
.form-checkbox > span.check, .form-radio > span.check{
    border: 1px solid #dddddd;
    display: block;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}
.form-radio{
    position: relative;
    vertical-align: middle;
    padding-left: 1.70em !important;
}
.form-checkbox > span.check:after, .form-radio > span.check:after{
    position: absolute;
    left: 0.32em;
    top: 0;
    content: '';
    width: 0.40em;
    height: 0.70em;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    border-color: #000000;
    border-right-style: solid;
    border-bottom-style: solid;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    opacity: 0
}
.form-radio > span.check{
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    top: 0.14em
}
.form-radio > span.check:after{
    top: 0.20em;
    right: 0.20em;
    bottom: 0.20em;
    left: 0.20em;
    height: auto;
    border: 0;
    background-color: #0093b7;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
         -o-transform: rotateZ(0);
            transform: rotateZ(0);
    width: auto;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%
}
/*
 * MEDIA
 */

@media all and (min-width: 1200px){
    
    /* E-article */

    .e-article--line{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .e-article--line .e-article__tmeli{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        max-height: 14.30em
    }
    
    /* E-num */

    .e-num__up:hover, .e-num__down:hover{
        background-color: #0093b7;
        background-image: url(../img/icons/num-up-w.svg)
    }
}
@media screen and (max-width: 1199px){
    
    /* B-slides */

/*    .b-slides__blico{
        min-height: 24.00em
    }
    .b-slides__slide img{
        max-width: 50%;
        max-height: 100%
    }
    */
    /* E-search */

    .e-search.open .e-search__inlet{
        width: 42.48em
    }
}
@media screen and (max-width: 991px){
    
    /* B-slides */

    .b-slides__blico{
        min-height: 18.70em;
        padding-left: 3.43em;
        padding-right: 0.83em
    }
    
    /* B-catm */

    .b-catm__body{
        display: none
    }
    .b-catm__toggle{
        display: block
    }
    
    /* E-search */

    .e-search.open .e-search__inlet{
        width: 38.38em
    }
    
    /* Table */

    .table--basket > thead{
        display: none
    }
    .table--basket > tbody > tr > td:nth-child(2){
        width: 20%;
        padding-left: 1.30em
    }
    .table--basket > tbody > tr{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .table--basket > tbody > tr > td:nth-child(1){
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 20%
    }
    .table--basket > tbody > tr > td:nth-child(4){
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 60%
    }
    .table--details > tbody > tr > td, .table--details > thead > tr > th{
        padding-left: 0.70em;
        padding-right: 0.70em
    }
    .table--basket > tbody > tr > td:nth-child(6){
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 20%
    }
    .table--basket > tbody > tr > td:nth-child(3){
        width: 60%
    }
    .table--basket > tbody > tr > td:nth-child(5){
        width: 20%
    }

    .btn.cn-w-4_12--md {
        width: auto;
    }
}
@media screen and (max-width: 767px){
    
    /* Элементы */

    .elem-pack{
        margin-left: 0px
    }
    
    /* Swiper-pagination */

    .swiper-pagination--left .swiper-pagination{
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row
    }
    
    /* B-catal-menu */

    .b-catal-menu__toggle{
        border: 1px solid #dddddd;
        text-align: center;
        padding-top: 1.20em;
        padding-bottom: 1.20em
    }
    
    /* B-slides */

    .b-slides__blico{
        padding-left: 1.23em;
        min-height: 15.50em;
        padding-top: 0.93em;
        padding-bottom: 0.93em
    }
    .b-slides .swiper-pagination{
        position: absolute;
        left: 0;
        bottom: -2.10em;
        right: 0;
        top: auto
    }
    
    /* B-basket */

    .b-basket{
        margin-top: -7.60em
    }
    
    /* E-work */

    .e-work__ico{
        width: 5.10em
    }
    
    /* E-order */

    .e-order{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
    .e-order__perar{
        padding-right: 0em;
        padding-bottom: 1.60em
    }
    
    /* E-mci */

    .e-mci{
        font-size: 0.80em
    }
    .e-mci__ico{
        margin-bottom: 0.26em
    }
    
    /* Table */

    .table--basket > tbody > tr > td:nth-child(2){
        width: 25%
    }
    .table--basket > tbody > tr > td:nth-child(1){
        width: 25%
    }
    .table--basket > tbody > tr > td:nth-child(4){
        width: 50%
    }
    .table--details > tbody > tr > td, .table--details > thead > tr > th{
        padding-left: 1.00em;
        padding-right: 1.00em
    }
    .table--basket > tbody > tr > td:nth-child(6){
        width: 25%
    }
    .table--basket > tbody > tr > td:nth-child(3){
        width: 50%
    }
    .table--details > tbody > tr > td{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 0.80em;
        padding-bottom: 0.80em
    }
    .table--details > thead{
        display: none
    }
    .table--details > tbody > tr{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
    .table--basket > tbody > tr > td:nth-child(5){
        width: 25%
    }
    .table--details > tbody > tr > td:before{
        content: attr(data-name)
    }
    .table--details > tbody > tr > td:nth-child(2){
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
           -moz-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-size: 1.18em
    }
    .table--details > tbody > tr > td:nth-child(2):before{
        content: ''
    }
}
@media all and (min-width: 576px){
    
    /* Типография */

    .text--bigger > p, .text--bigger > ul{
        font-size: 1.13em;
        font-weight: 300
    }
    .text--bigger > h3{
        padding-bottom: 1.20em
    }
}
@media screen and (max-width: 575px){

    /* Modal */

    .blocker{
        padding-left: 0em;
        padding-right: 0em
    }
    
    /* Элементы */

    .elem-map{
        height: 18.30em
    }
    .elem-table-img{
        width: 5.15em;
        font-size: 0.78em
    }
    
    /* Окна */

    .modal{
        padding-left: 1.08em;
        padding-right: 1.08em;
        padding-top: 1.84em;
        padding-bottom: 1.84em
    }
    
    /* Swiper */

    .swiper--four .swiper-slide{
        width: 80%
    }
    
    /* S-content */

    .s-content{
        padding-top: 2.60em;
        padding-bottom: 2.60em
    }
    
    /* B-top */

    .b-top{
        font-size: 0.90em
    }
    .b-top__split{
        margin-left: 0.90em;
        margin-right: 0.90em
    }
    
    /* B-slides */
    /*
    .b-slides__blico{
        min-height: 8.00em
    }
    .b-slides__slide{
        padding-right: 0px
    }
    .b-slides__slide img{
        min-height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        max-width: 55%;
        -o-object-position: 100% 100%;
           object-position: 100% 100%
    }

   */
    /* B-catalog */

    .b-catalog{
        -webkit-box-shadow:  0 0 39px 0 rgba(0, 0, 0, 0.18);
           -moz-box-shadow:  0 0 39px 0 rgba(0, 0, 0, 0.18);
                box-shadow:  0 0 39px 0 rgba(0, 0, 0, 0.18)
    }
    
    /* B-basket */

    .b-basket{
        margin-top: -7.40em
    }
    
    /* E-menu */

    .e-menu--main{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        white-space: nowrap
    }
    .e-menu--main > li:nth-child(1){
        width: 100%;
        text-align: center
    }
    
    /* E-tabs */

    .e-tabs{
        overflow: auto;
        font-size: 0.90em
    }
    
    /* E-card */

/*    .e-card__ahabe{
        height: 10.63em
    }
    .e-card__ahabe img{
        max-height: 8.90em
    }*/
    
    /* E-article */

    .e-article__mentu{
        padding-left: 0.80em;
        padding-right: 0.80em
    }
    
    /* E-comment */

    .e-comment__iudic{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap
    }
    
    /* Типография */

    .text > h3{
        font-size: 1.00em
    }
    .text > h4{
        font-size: 0.70em
    }
    
    /* E-dor */

    .e-dor{
        font-size: 0.70em
    }
    
    /* E-order */

    .e-order{
        background-position: 1.00em 1.00em;
        padding-top: 0.90em;
        padding-left: 4.40em
    }
    .e-order__perar{
        font-size: 0.82em
    }
    .e-order__perar ul > li + li{
        margin-top: 0.90em
    }
    .e-order__perar ul{
        margin-top: 0.80em
    }
    
    /* E-cat */

    .e-cat__ondem{
        min-height: 9.90em;
        padding-left: 1.00em;
        padding-right: 1.00em
    }
    
    /* E-num */

    .e-num{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch
    }
    .e-num__inlet{
        min-width: 0.70em;
        width: 4.77em;
        text-align: center;
        padding-left: 0.25em;
        padding-right: 0.25em;
        margin-left: 0.20em;
        margin-right: 0.20em
    }
    .e-num__up{
        border: 0
    }
    .e-num__down{
        border: 0
    }
    .e-num__up, .e-num__down{
        position: static;
        height: 2.48em;
        width: 2.13em;
        background-color: #EDEDED;
        background-image: url(../img/icons/minus.svg)
    }
    .e-num__up{
        background-image: url(../img/icons/pluse.svg)
    }
    
    /* E-mci */

    .e-mci{
        font-size: 0.70em
    }
    .e-mci__ico{
        font-size: 0.64em;
        margin-bottom: 1.03em
    }
    
    /* E-search */

    .e-search.open .e-search__inlet{
        width: 14.48em
    }
    
    /* Table */


    .table--basket > tbody > tr {
        border-top: 1px solid #ddd;
    }

    .table--basket > tbody > tr > td{
        padding-left: 0.70em;
        padding-right: 0.70em;
        border: 0;
    }
    .table--basket > tbody > tr > td:nth-child(2){
        padding-left: 0.50em;
        width: auto
    }
    .table--basket > tbody > tr > td:nth-child(1){
        width: 4.72em
    }
    .table--basket > tbody > tr > td:nth-child(4){
        width: auto
    }
    .table--basket > tbody > tr > td:nth-child(6){
        width: auto;
        margin-left: auto;
        text-align: right;
    }
    .table--basket > tbody > tr > td:nth-child(3){
        font-size: 0.84em;
        width: 13.50em
    }
    .table--details > tbody > tr > td{
        font-size: 0.88em
    }
    .table--basket > tbody > tr > td:nth-child(5){
        font-size: 0.90em;
        margin-left: auto;
        width: auto;
        text-align: right;
    }

    .e-pagination__link {
        margin-bottom: .5em;
    }
}
@media screen and (max-width: 374px){
    
    /* B-basket */

    .b-basket{
        margin-top: -8.90em
    }
    
    /* E-search */

    .e-search.open .e-search__inlet{
        width: 11.78em
    }
    
    /* Table */

    .table--basket > tbody > tr > td:nth-child(3){
        width: 15.64em
    }
    .table--basket > tbody > tr > td:nth-child(5){
        margin-right: auto;
        margin-left: 0px;
        width: 9.80em
    }
}

