@font-face {
	font-family: "Montserrat";
	font-display: swap;
	src:
		url("/wp-content/themes/veber/fonts/Montserrat/Montserrat-Regular.eot") format("embedded-opentype"),
    	url("/wp-content/themes/veber/fonts/Montserrat/Montserrat-Regular.woff") format("woff"),
    	url("/wp-content/themes/veber/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Montserrat";
	font-display: swap;
	src:
		url("/wp-content/themes/veber/fonts/Montserrat/Montserrat-SemiBold.eot") format("embedded-opentype"),
    	url("/wp-content/themes/veber/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),
    	url("/wp-content/themes/veber/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Montserrat";
	font-display: swap;
	src:
		url("/wp-content/themes/veber/fonts/Montserrat/Montserrat-Bold.eot") format("embedded-opentype"),
    	url("/wp-content/themes/veber/fonts/Montserrat/Montserrat-Bold.woff") format("woff"),
    	url("/wp-content/themes/veber/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

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

@font-face {
	font-family: "Helios Cond";
	font-display: swap;
	src:
		url("/wp-content/themes/veber/fonts/HeliosCond/HeliosCond.eot") format("embedded-opentype"),
    	url("/wp-content/themes/veber/fonts/HeliosCond/HeliosCond.woff") format("woff"),
    	url("/wp-content/themes/veber/fonts/HeliosCond/HeliosCond.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Helios Cond";
	font-display: swap;
	src:
		url("/wp-content/themes/veber/fonts/HeliosCond/HeliosCond-Bold.eot") format("embedded-opentype"),
    	url("/wp-content/themes/veber/fonts/HeliosCond/HeliosCond-Bold.woff") format("woff"),
    	url("/wp-content/themes/veber/fonts/HeliosCond/HeliosCond-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;
}


body{
	line-height: 1.2;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    font-family: "Roboto", sans-serif;
    background: #000 url(/wp-content/themes/veber/img/background/bg.jpg);
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


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;
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

a{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	color: inherit;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

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

button,
input,
textarea,{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

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%;
}

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

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

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

/* Bootstrap */

.wrap{
    overflow: hidden
}
.img-fluid{
    max-width: 100%
}
.img-full{
    width: 100%
}
.relative{
    position: relative
}
.nice-select{
    float: none;
    line-height: 1.2;
    height: auto
}
.hide{
    display: none
}
.tabs-body{
    display: none
}

/* Modal */

.blocker{
    z-index: 10
}

/* 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: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: #000000;
    min-height: 100px;
    -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: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.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;
    background-color: #000
}

.mobile-body > ul > li{    
    line-height: 2.6rem;
    color: #ffde14;
    background-color: transparent;
    padding: 0.5rem 0.7rem 0.5rem 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    width: calc(100% - 1rem);
}
/* Текста */

.typo-minus{
    font-size: 0.88em;
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.6
}
.typo-corru{
    font-size: 1.38em;
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.6
}
.typo-tiori{
    font-size: 1.25em;
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.6
}
.typo-ncept{
    font-size: 3.25em;
    font-family: Helios Cond;
    font-weight: 700
}
.typo-demex{
    font-size: 0.88em;
    line-height: 1.5
}
.typo-ivend{
    font-size: 1.38em;
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.4
}
.typo-ciuqu{
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.6
}
.typo-ument{
    font-size: 1.50em;
    font-family: Helios Cond;
    font-weight: 700
}
.typo-entit{
    font-size: 3.75em;
    font-family: Helios Cond;
    font-weight: 700
}
.typo-tione{
    font-size: 1.13em;
    font-family: Helios Cond
}
.typo-priva{
    font-size: 1.13em;
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.6
}
.typo-axima{
    font-size: 1.13em;
    font-family: Helios Cond;
    line-height: 1.8
}
.typo-ontum{
    font-size: 1.13em;
    font-family: Helios Cond;
    font-weight: 600;
    line-height: 1.6
}
.typo-ecept{
    font-size: 1.50em;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 1.3
}
.typo-mente{
    font-size: 0.88em;
    line-height: 1.8
}
.typo-otest{
    line-height: 1.6
}
.typo-rogre{
    font-size: 2.00em;
    font-family: Helios Cond;
    font-weight: 700
}
.typo-omulg{
    font-size: 1.13em;
    font-family: Helios Cond;
    font-weight: 700
}
.typo-summu{
    font-family: Helios Cond;
    font-weight: 700
}
.typo-iuria{
    line-height: 1.8
}
.typo-antur{
    font-size: 2.63em;
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.3
}
.typo-ienum{
    font-size: 1.63em;
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.3
}
.typo-ractu{
    font-family: Montserrat;
    font-weight: 700;
    line-height: 1.6
}
.typo-nolen{
    font-size: 2.38em;
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.3
}

/* Color */

.color__shuttle-gray{
    color: #58616c
}
.color__bright-sun{
    color: #fedb32
}
.color__silver-chalice{
    color: #9f9f9f
}

/* Style */

.style__center{
    text-align: center
}

/* Line-height */

.line-height__12{
    line-height: 1.2
}
.line-height__14{
    line-height: 1.4
}
.line-height__16{
    line-height: 1.6
}
.line-height__18{
    line-height: 1.8
}
.line-height__20{
    line-height: 2
}

/* 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-block{
    display: block;
    width: 100%
}
.btn-prime{
    color: #fedb32;
    font-size: 1.13em;
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    background-color: #1a1819;
    border: 2px solid #fedb32;
    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: 2.77em;
    padding-left: 1.60em;
    padding-right: 1.60em
}
.btn-basic{
    color: #000000;
    font-size: 1.00em;
    font-family: Roboto;
    font-weight: 700;
    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.03em;
    padding-left: 1.20em;
    padding-right: 1.20em;
    background-color: #fedc2f;
    -webkit-box-shadow: 0px 0px 15px rgba(254, 219, 50, 0.49);
       -moz-box-shadow: 0px 0px 15px rgba(254, 219, 50, 0.49);
            box-shadow: 0px 0px 15px rgba(254, 219, 50, 0.49)
}
.btn-basic:hover{
    color: #000000;
    -webkit-transform: translateY(-3px);
       -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
         -o-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-filter: brightness(108%);
            filter: brightness(108%)
}
.btn-prime:hover{
    background-color: #fedb32;
    color: #000000
}

/* 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
}

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

.elem-drod{
    position: relative;
    padding-left: 54px
}
.elem-new{
    color: #e2053a
}
.elem-view-all:after{
    content: url(/wp-content/themes/veber/img/icons/go.svg);
    margin-left: 0.80em;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.elem-view-all:hover:after{
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px)
}
.elem-drod:before{
    content: '';
    display: block;
    position: absolute;
    background-color: #fedb32;
    width: 40px;
    height: 5px;
    left: 0;
    top: 50%
}
.elem-new:before{
    content: '';
    display: inline-block;
    background-color: #e2053a;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    margin-right: 0.50em;
    margin-top: -0.30em;
    -webkit-box-shadow: 0px 0px 5px #E2053A;
       -moz-box-shadow: 0px 0px 5px #E2053A;
            box-shadow: 0px 0px 5px #E2053A
}

/* Окна */

.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-image: url(/wp-content/themes/veber/img/icons/swiper-arrow.svg);
    -webkit-background-size: auto auto;
       -moz-background-size: auto;
         -o-background-size: auto;
            background-size: auto
}
.swiper-button-prev{
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1)
}
.swiper-button--static .swiper-button{
    position: static;
    margin-top: 0px;
    padding: 0 10px;
}
.swiper-button--long-arrows .swiper-button{
    background-image: url(/wp-content/themes/veber/img/icons/go.svg)
}
.swiper-button--long-arrows .swiper-button:not(:hover){
    -webkit-filter: grayscale(100%) brightness(140%);
            filter: grayscale(100%) brightness(140%)
}

/* S-head */

.s-head{
    background-image: url(/wp-content/themes/veber/img/background/head.svg);
    -webkit-background-size: auto auto;
       -moz-background-size: auto;
         -o-background-size: auto;
            background-size: auto;
    background-repeat: repeat;
    background-color: #646464;
    background-position: 50% 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #DBDBDB
}

/* S-foot */

.s-foot{
    padding-top: 2.60em;
    padding-bottom: 2.60em
}

/* S-weber */

.s-weber{
    padding-top: 4.80em;
    padding-bottom: 4.80em;
    z-index: 1
}

/* S-news */

.s-news{
    background-color: #ffffff;
    padding-top: 8.40em;
    padding-bottom: 16.30em;
    color: #000000
}

/* S-contacts */

.s-contacts{
    padding-top: 4.00em;
    padding-bottom: 2.70em
}
.s-contacts__map{
    background-color: #dddddd;
    height: 36.40em;
    margin-top: -12.40em
}
.s-contacts__vitur{
    border-top: 1px solid #373737;
    display: inline-block;
    padding-top: 0.50em;
    padding-bottom: 0.50em;
    margin-top: 1.20em;
    margin-bottom: 1.20em;
    border-bottom: 1px solid #373737
}

/* S-content */

.s-content{
    padding-top: 2.80em;
    padding-bottom: 6.50em
}

/* S-speedbar */

.s-speedbar{
    padding-top: 1.60em;
    padding-bottom: 1.60em
}

/* B-head */
.b-head__logo{
max-width: 320px;
}
.b-head__ricul{
    position: relative
}
.b-head__alefi{
    position: relative;
    z-index: 1
}
.b-head__ricul:before, .b-head__ricul:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100vw
}
.b-head__ricul:before{
    background-color: #fedb32;
    -webkit-transform: skewX(-45deg);
       -moz-transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
         -o-transform: skewX(-45deg);
            transform: skewX(-45deg);
    right: -1.50em
}
.b-head__ricul:after{
    background-color: #000000;
    -webkit-transform: skewX(45deg);
       -moz-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
         -o-transform: skewX(45deg);
            transform: skewX(45deg)
}

/* B-about */

.b-about__oenal{
    margin-bottom: -15.50em
}

/* B-widemap */

.b-widemap__map{
    background-color: #dddddd;
    height: 36.70em
}

/* B-drop */

.b-drop__antur{
    position: relative;
    border-bottom: 1px solid #2C2C2C;
    padding-bottom: 1.00em;
    margin-bottom: 1.00em;
    padding-right: 2.10em;
    padding-left: 0.40em;
    cursor: pointer
}
.b-drop__box{
    display: none
}
.b-drop__antur:after{
    content: url(/wp-content/themes/veber/img/icons/drop.svg);
    position: absolute;
    top: 0.40em;
    right: 1.60em
}
.b-drop:not(.open) .b-drop__antur:after{
    -webkit-transform: rotateZ(-90deg);
       -moz-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    -webkit-filter: grayscale(100%) brightness(115%);
            filter: grayscale(100%) brightness(115%)
}
.b-drop.open .b-drop__antur{
    color: #fedb32
}

/* B-icons */

.b-icons{
    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
}
.b-icons__item{
    background-color: #2c2c2c;
    padding-left: 1.20em;
    padding-right: 1.20em;
    padding-top: 0.30em;
    padding-bottom: 0.30em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.59em
}
.b-icons__item img{
    -o-object-fit: contain;
       object-fit: contain
}

/* B-images */

.b-images img{
    -o-object-fit: none;
       object-fit: none;
    width: 100%
}
.b-images__big img{
    height: 35.20em
}
.b-images__small img{
    height: 12.30em
}
.b-images__small .swiper-slide{
    border: 1px solid #2C2C2C
}

/* E-toggle */

.e-toggle{
    background-image: url(/wp-content/themes/veber/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__toggle{
    position: relative;
    padding-right: 1.00em;
    cursor: pointer
}
.e-lang__drop{
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: #fedb32;
    color: #000000;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none
}
.e-lang__select{
    display: block;
    padding-left: 0.70em;
    padding-right: 0.70em;
    padding-top: 0.40em;
    padding-bottom: 0.40em;
    line-height: 1.7
}
.e-lang__toggle:after{
    content: url(/wp-content/themes/veber/img/icons/dr.svg);
    position: absolute;
    top: 0.40em;
    right: 0
}
.e-lang__toggle:hover{
    color: #fedb32
}
.e-lang__select:hover{
    color: #000000;
    text-decoration: underline
}
.e-lang.open .e-lang__drop{
    display: block
}
.e-lang.open .e-lang__toggle:after{
    -webkit-transform: scaleY(-1) translateX(0) translateY(-2px);
       -moz-transform: scaleY(-1) translateX(0) translateY(-2px);
        -ms-transform: scaleY(-1) translateX(0) translateY(-2px);
         -o-transform: scaleY(-1) translateX(0) translateY(-2px);
            transform: scaleY(-1) translateX(0) translateY(-2px)
}

/* E-menu */

.e-menu__ontra{
    color:#fedb32;
    font-size:1.25em;
    font-family:Helios Cond;
    font-weight:700;
    line-height:1.6;
    text-transform:uppercase
}
.e-menu--main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.e-menu__ontra:hover{
    color: #ffffff;
    text-decoration: underline
}

/* E-product */

.e-product{
    background-color: #2b2c2e;
    padding-left: 2.50em;
    padding-right: 2.50em;
    padding-top: 1.70em;
    padding-bottom: 1.70em;
    position: relative
}
.e-product__corpu{
    height: 15.09em;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}

.e-product:hover:after {
    -webkit-transform: scaleX(1) scaleY(1) rotateZ(0deg);
       -moz-transform: scaleX(1) scaleY(1) rotateZ(0deg);
        -ms-transform: scaleX(1) scaleY(1) rotate(0deg);
         -o-transform: scaleX(1) scaleY(1) rotateZ(0deg);
            transform: scaleX(1) scaleY(1) rotateZ(0deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
    background-color: transparent
}
.e-product:hover .e-product__corpu, .e-article__ution:hover .e-product__corpu, .e-product:hover .e-article__iudic,  .e-article__iudic{
    -webkit-transform: scaleX(1.05) scaleY(1.05);
       -moz-transform: scaleX(1.05) scaleY(1.05);
        -ms-transform: scaleX(1.05) scaleY(1.05);
         -o-transform: scaleX(1.05) scaleY(1.05);
            transform: scaleX(1.05) scaleY(1.05)
}

/* E-read */

.e-read{
    color: #58616c;
    font-size: 0.88em;
    line-height: 1.5
}
.e-read:after{
    content: url(/wp-content/themes/veber/img/icons/go.svg);
    margin-left: 0.70em;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.e-read:not(:hover):after{
    -webkit-filter: grayscale(100%) brightness(38%);
            filter: grayscale(100%) brightness(38%)
}

/* E-title */

.e-title{
    font-size: 4.25em;
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.3
}

/* E-article */

.e-article__iudic{
    width: 100%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.e-article__ution{
    display: block;
    position: relative;
    overflow: hidden
}
.e-article .text > p{
    opacity: 0.42
}

/* E-date */

.e-date{
    border: 2px solid #fedb32;
    text-align: center;
    padding-top: 0.60em;
    padding-bottom: 0.60em;
    padding-left: 0.70em;
    padding-right: 0.70em
}
.e-date__caption{
    font-size:1.50em;
    font-family:Helios Cond;
    font-weight:700
}
.e-date__number{
    font-size:2.38em;
    font-family:Helios Cond;
    font-weight:700
}
.e-date__unit{
    font-family:Helios Cond;
    font-weight:700;
    margin-top: -0.30em
}

/* E-social */

.e-social{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.e-social__idetu{
    background-color: #ffffff;
    -webkit-border-radius: 200px;
       -moz-border-radius: 200px;
            border-radius: 200px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.88em;
    height: 1.88em;
    -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-social__idetu:hover{
    background-color: #fedb32
}

/* E-fmenu */

.e-fmenu{
    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
}
.e-fmenu__perit{
    font-family:Helios Cond;
    font-weight:700;
    line-height:1.6;
    text-transform:uppercase
}
.e-fmenu > li{
    width: 25%
}

/* E-speedbar */

.e-speedbar{
    font-size: 0.88em;
    line-height: 1.5;
    color: #636162
}
.e-speedbar > *:not(:first-child):before{
    content: '-';
    margin-left: 0.50em;
    margin-right: 0.50em
}

/* E-object */

.category {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.875rem;
}

.product-cats .category:not(:first-child)   {
    border-left: 1px solid #353535;
}
.category > a{
    text-align: center;
}
.category:hover img{
/*    webkit-transform: scaleX(1.05) scaleY(1.05);
    -moz-transform: scaleX(1.05) scaleY(1.05);
    -ms-transform: scaleX(1.05) scaleY(1.05);
    -o-transform: scaleX(1.05) scaleY(1.05);
    transform: scaleX(1.05) scaleY(1.05);
    transition: 0.2s;*/
}
.wow {
    visibility: hidden;
}

.category-title{
margin: 30px 0;
}

.category .e-object__ienum{
    width: 3em;
    height: 3em;
}

.category-link{
display: block;
}
.e-object{
    position: relative;
    background-color: #2B2C2E;
    padding-left: 2.70em;
    padding-right: 2.70em;
    padding-top: 2.20em;
    padding-bottom: 2.20em
}
.e-object__unit{
    font-size:0.88em;
    font-family:Montserrat;
    line-height:1.6
}
.e-object__utati{
    font-size:0.69em;
    font-family:Montserrat;
    font-weight:700;
    line-height:1.6
}
.e-object__etare{
    width: 100%;
    height: 16.04em;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.e-object__virtu{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding-left: 1.80em;
    padding-right: 1.80em;
    padding-top: 1.40em;
    padding-bottom: 1.40em;
    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-object__ienum{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #fedb32;
    background: #FEDB32;
    -webkit-box-shadow: 0px 0px 15px rgba(254, 219, 50, 0.49);
       -moz-box-shadow: 0px 0px 15px rgba(254, 219, 50, 0.49);
            box-shadow: 0px 0px 15px rgba(254, 219, 50, 0.49);
    width: 4.00em;
    height: 4.00em;
    background-image: url(/wp-content/themes/veber/img/icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleX(0) scaleY(0);
       -moz-transform: scaleX(0) scaleY(0);
        -ms-transform: scaleX(0) scaleY(0);
         -o-transform: scaleX(0) scaleY(0);
            transform: scaleX(0) scaleY(0)
}
.e-object:hover .e-object__ienum{
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
       -moz-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
         -o-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1)
}
.e-object:hover .e-object__etare{
    -webkit-transform: scaleX(1.05) scaleY(1.05);
       -moz-transform: scaleX(1.05) scaleY(1.05);
        -ms-transform: scaleX(1.05) scaleY(1.05);
         -o-transform: scaleX(1.05) scaleY(1.05);
            transform: scaleX(1.05) scaleY(1.05)
}

/* E-pagination */
.page-numbers,
.e-pagination__unit{
    font-size:1.50em;
    font-family:Helios Cond;
    font-weight:700;
    background-color: transparent;
    border: 3px solid #fedb32;
    min-width: 2.60em;
    display: inline-block;
    text-align: center;
    padding-top: 0.70em;
    padding-bottom: 0.70em;
    -webkit-box-shadow: 0px 0px 15px rgba(254, 219, 50, 0.49);
       -moz-box-shadow: 0px 0px 15px rgba(254, 219, 50, 0.49);
            box-shadow: 0px 0px 15px rgba(254, 219, 50, 0.49)
}
.page-numbers + .page-numbers,
.e-pagination__unit + .e-pagination__unit{
    margin-left: 0.70em
}
.page-numbers.current,
.e-pagination__unit.active,
.page-numbers:hover,
.e-pagination__unit:hover{
    background-color: #fedb32;
    color: #000000
}

/* E-contact */

.e-contact{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.e-contact__acens{
    background-color:#272526;
    width: 4.63em;
    height: 4.63em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 1.50em;
    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: rgba(255, 255, 255, 0.05)
}

/* E-info */

.e-info{
    border: 3px solid #fedb32;
    padding-left: 3.60em;
    padding-right: 3.60em;
    padding-top: 2.00em;
    padding-bottom: 2.00em;
    text-align: center
}

/* E-file */

.e-file{
    font-size: 1.13em;
    font-family: Helios Cond;
    line-height: 1.3;
    display: block;
    position: relative;
    padding-left: 1.70em
}
.e-file:before{
    content: url(/wp-content/themes/veber/img/icons/download.svg);
    position: absolute;
    left: 0;
    top: 0.10em
}

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

.text{
    letter-spacing: 0.04em
}
.text > h1{
    font-size: 2.50em
}
.text > h2{
    font-size: 3.25em;
    color: #fedb32;
    font-family: Helios Cond;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 0.40em;
    padding-bottom: 0.30em
}
.text > h3{
    font-size: 1.75em
}
.text > h4{
    font-size: 0.88em;
    font-weight: 700;
    line-height: 1.5
}
.text > h5{
    font-size: 1.25em
}
.text > h6{
    font-size: 1.00em
}
.text > p{
    font-size: 0.88em;
    font-weight: 300;
    line-height: 1.5
}
.text > ul{
    line-height: 1.6
}
.text > ul > li{
    padding-left: 0.90em;
    position: relative
}
.text > ul > li:before{
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    top: 0.70em
}
.text > ul > li + li{
    margin-top: 0.70em
}

/* Table */

.table td{
    padding-left: 2.30em;
    padding-right: 2.30em;
    padding-top: 1.00em;
    padding-bottom: 1.00em;
    border: 1px solid #2C2C2C
}
/*
 * 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
}
.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
}
.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{
    opacity: 1
}
.form-checkbox > input, .form-checkbox > span.check{
    width: 1.00em;
    height: 1.00em
}
.form-checkbox > input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none
}
.form-checkbox > 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-checkbox > 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
}
/*
 * MEDIA
 */

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

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

    .elem-items-products > * .e-object{
        border-bottom: 1px solid #353535;
        border-left: 1px solid #353535
    }

    /* E-object */

    .e-object{
        padding-left: 1.70em;
        padding-right: 1.70em
    }
}
@media screen and (max-width: 1199px){
    .b-head__logo{
max-width: 100%;
}

    /* S-news */

    .s-news{
        padding-top: 4.20em
    }
}
@media screen and (max-width: 991px){

    /* B-about */

    .b-about__oenal{
        margin-bottom: 0px
    }
}
@media all and (min-width: 768px){

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

    .elem-main-products .swiper-slide:not(:first-child) .e-product{
        border-left: 1px solid #353535
    }
}
@media screen and (max-width: 767px){

    /* B-drop */

    .b-drop__antur{
        font-size: 0.76em
    }

    /* B-icons */

    .b-icons{
        font-size: 0.60em
    }

    /* B-images */

    .b-images__big img{
        height: 29.79em
    }

    /* E-title */

    .e-title{
        font-size: 3.15em
    }
    .e-object__uriam .typo-tiori {
    
    min-height: 0px;
}
}
@media all and (min-width: 576px){

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

    .elem-items-products > *:not(:first-child) .e-object{
        border-left: 1px solid #353535
    }
}
@media screen and (max-width: 575px){

    /* Modal */

    .blocker{
        padding-left: 0em;
        padding-right: 0em
    }

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

    .elem-items-products > * .e-object{
        border-left: 0
    }
    .elem-items-products > *:last-child .e-object{
        border-bottom: 0
    }

    /* S-news */

    .s-news{
        padding-bottom: 12.80em
    }

    /* S-contacts */

    .s-contacts__map{
        height: 24.90em
    }

    /* S-content */

    .s-content{
        padding-bottom: 3.80em;
        padding-top: 1.40em
    }

    /* B-post */

    .b-post__title{
        font-size: 1.40em;
        min-height: 3.60em
    }

    /* B-widemap */

    .b-widemap__map{
        height: 27.20em
    }

    /* B-drop */

    .b-drop__antur{
        font-size: 0.60em
    }

    /* B-icons */

    .b-icons__item{
        padding-left: 0.22em;
        padding-right: 0.22em
    }

    /* B-images */

    .b-images__big img{
        height: 80.50vw
    }

    /* E-product */

    .e-product{
        padding-left: 1.20em;
        padding-right: 1.20em
    }

    /* E-title */

    .e-title{
        font-size: 2.25em
    }

    /* E-article */

    .e-article__title{
        min-height: 3.60em
    }

    /* E-date */

    .e-date{
        font-size: 0.72em
    }

    /* E-fmenu */

    .e-fmenu > li{
        width: 50%
    }

    /* E-pagination */

    .e-pagination{
        font-size: 0.72em
    }

    /* E-info */

    .e-info{
        padding-left: 1.10em;
        padding-right: 1.10em
    }

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

    .text > h2{
        font-size: 2.00em
    }
}


/*lang selector start*/
.e-lang  select{
	font-size: 1.38em;
	font-family: Helios Cond;
	font-weight: 700;
	line-height: 1.6;
	background-color: transparent;
	color: #dbdbdb;
	border: none;
	padding-right: 15px;
	background-image: url(/wp-content/themes/veber/img/icons/dr.svg);
	background-position: right center;
	background-repeat: no-repeat;
	cursor:pointer;
}
.e-lang  select:hover{
	color:#fedb32;
}

/*lang selector end*/
.swiper-button--static .swiper-button {
        padding: 20px 0 20px 0;
         position: sticky !important;   
}
img {    
    height: 100%;
}
@media (max-width: 991px){
.swiper-button--long-arrows .swiper-button-next{
    margin-top: 0px;
}
}
@media (max-width: 767px){
body > div.wrap > div.section.s-contacts > div > div > div.cn-w-8_12.cn-w-12_12--sm > div{
    margin-left: 0px !important;
}
.b-images img {
    object-fit: contain;
        padding: 0 50px;    
}
.swiper-button--long-arrows .swiper-button-next{
    margin-top: 0px;
}
.b-widemap{
    margin-left: 0px !important;
    width: 100% !important;
}
}
@media (max-width: 576px){
.swiper-button--long-arrows .swiper-button-next{
    margin-top: 0px;
}
}
#lang_choice_1 > option:nth-child(3){
    display: none;
}

.mobile-menu-content{
	width: 100%;
	margin-top: 111px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 0px 5px 1px #000;
}

.wrap {    
    min-height: 100vh;
}

.e-object__uriam .typo-tiori {
    
    min-height: 64px;
}
