

/*SETTING*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix {
    position: relative;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.uc {
    text-transform: uppercase;
}

.hidden {
    display: none !important;
}

strong,
b,
bold,
.bold {
    font-weight: bold;
}

.ta-c {
    text-align: center;
}

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

.undline,
.undline a {
    text-decoration: underline;
    color:#0066ff;
}

.undline:hover,
.undline a:hover {
    text-decoration: none;
}

.b-undline,
.b-undline a {
    border-bottom: 1px solid;
    display: inline;
    line-height: 1.4;
}

.b-undline:hover,
.b-undline a:hover {
    border-bottom: 1px solid transparent;
}

.row {
    padding: 70px 0px;
}

.row-t {
    padding: 70px 0px 0px;
}

.row-b {
    padding: 0px 0px 70px;
}

.container {
    width: 1200px;
    margin: 0px auto;
    display: block;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
}
.seo-text {
    margin-top:30px;
}
.flx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 4;
}

.scroll:hover {
    cursor: pointer;
}

/*COLORS*/

.c-blue {
    color: /*#3572d4*/#0066FF;
}

.c-darkblue {
    color: #384148;
}

.c-green {
	color: /*#00b067*/#fe7a28;
}

/*BACKGROUND-COLORS*/

.bg-green {
    background-color: #00b067;
}

.bg-white {
    background-color: #fff;
}

/*HAR*/
ol.option .shitchabe {
    display:none;
}
ol.option .shitchabe.visible {
    display:flex;
}
.har_shitcher {
	display: inline-block !important;
	margin-top: 5px;
	margin-left: 21px;
	cursor: pointer;
	border-bottom: 1px dotted;
	color: #868686;
}
.har_shitcher:hover {
    color: #2d2c2c;
}
/*CURRENCY*/

.currency ul {
	position: absolute;
	border: 1px solid;
	color: #0066ff;
	background: #d5ddec;
	width: 147px;
	top: 100%;
	left: -1px;
	z-index: 1;
	padding: 0 !important;
}

.currency ul li {
    display: block;
    padding: 7px !important;
    background: #fff;
    cursor: pointer;
}

.currency ul li:hover {
    background: #fe7a28;
    color: #fff;
}

/*FONTS*/
@font-face {
    font-family: 'AlegreyaSans-Regular';
    src: url('fonts/AlegreyaSans-Regular.ttf'),
    url('fonts/AlegreyaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlegreyaSans-Medium';
    src: url('fonts/AlegreyaSans-Medium.ttf'),
    url('fonts/AlegreyaSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlegreyaSans-Bold';
    src: url('fonts/AlegreyaSans-Bold.ttf'),
    url('fonts/AlegreyaSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*COMMON*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

*,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    outline: none;
}

a,
button {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
	font-family: AlegreyaSans-Bold;
	font-size: 36px;
	margin-bottom: 50px;
	color: #384148;
	text-align: center;
}

h1.border, h2.border{
    position: relative;
    padding-bottom: 20px;
    
}

h2 {
	font-family: AlegreyaSans-Bold;
	font-size: 38px;
	margin: 5px;
	text-align: center;
	color: #384148;
}

h1.border:before,
h2.border:before{
    /*position: absolute;
    content: '';
    width: 100px;
    height: 5px;
    background: #00b067;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    border-radius: 70px/50px 0;*/
    display:none;
}

.h2 {
    text-align: center;
    font-size: 22px;
}

h2 + .h2 {
    margin: -15px 0px 40px;
}

h3 {
	font-family: AlegreyaSans-Medium;
	font-size: 20px;
	margin-bottom: 10px;
}

h4 {
    font-family: AlegreyaSans-Medium;
    font-size: 17.3px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #384148;
}

.btn {
	display: inline-block;
	padding: 12px 12px;
	color: white;
	text-decoration: none;
	border: 0px;
	font-family: AlegreyaSans-Bold;
	cursor: pointer;
	text-align: center;
	transition: .5s;
	position: relative;
	text-align: center;
	border-radius: 5px;
}

.btn::before {
	position: absolute;
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	left: 3px;
	top: 3px;
	border: 1px solid #d8d8d8;
	border-radius: inherit;
    transition: .5s;
}

.btn-icon {
    background-position: 10px center;
    padding: 15px 15px 17px 50px;
    font-size: 18px;
}

.btn-icon[data-icon=calc1] {
    background-image: url(../icon/calc1.png);
}

.btn-icon[data-icon=geo-1] {
    background-image: url(../icon/geo-1.png);
}

.btn-black,
.btn-dark{
    background-color: #1c3041;
    font-size: 16px;
}

.btn-green,
.btn-dark:hover{
    background-color: #9224f2;
}

.btn-green:hover,
.btn-black:hover {
    background: #ffffff;
    color: #9224f2;
    border-color: #9224f2;
}

.btn-green:hover:before{
    border-color: #9224f2;
}

.btn-tr-white {
    border: 2px solid /*#fff*/#fdd70000;
    padding: 20px 70px 20px 35px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: AlegreyaSans-Medium;
    background-image: url(../icon/input-arr-next.png);
    background-position: center right 30px;
}

.btn-tr-white:hover {
    border-color: /*#00b067*/#fe7a28;
    background-image: url(../icon/slide-arr-next.png);
    color:#fff;
    background-color:#fe7a28;
}

.btn-tr-green {
    border: 2px solid #00b067;
    color: #384148;
    font-family: AlegreyaSans-Medium;
    padding: 10px 35px;
}

.btn-tr-green:hover {
    background-color: #00b067;
    color: #fff;
}

.btn-blue {
    background: #00b067;
    color:#fff;
    border-color: #00b067;
    border-radius: 5px;
}

.btn-blue:hover {
    color: #00b067;
    
    background-color: #fff;
    background: #fff;
    /*background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #090909);*/
    background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;
}

.btn-blue:hover:before{
    border-color: #00b067;
}

input[name=subject] {
    display: none !important;
}

input::-webkit-input-placeholder {
    color: #8a8585;
}

input:-moz-placeholder {
    color: #8a8585;
}

input,
textarea {
    font-family: /*Rubik*/AlegreyaSans-Medium;
    font-size: 14px;
}

/* отключить скругление у input ios
input{
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
}
*/

.btn.to-director {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 4;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: 100% 100%;
}

/*LIGHTCASE*/

#lightcase-overlay {
    background: #000 !important;
}

.lightcase-inlineWrap {
    padding: 0px !important;
}

#lightcase-content {
    background-color: transparent !important;
}

/*HTML*/

html {
    width: 100%;
}

/*BODY*/

body {
    font-family: 'AlegreyaSans', sans-serif;
    font-size: 16px;
    color: #384148;
    background-color: white;
    overflow-x: hidden;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/*body { 
    margin: 0;background-image: url(../img/fon-1.jpg);
}*/
/*ACTION*/

#action {
    background: #599b5a;
    color: white;
    padding: 22px 0px;
}

#action .flx {
    justify-content: space-between;
    align-items: center;
}

#action .flx:after {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top: 8px solid #599b5a;
    top: calc(100% + 22px);
    left: 220px;
}

#action .text {
    font-size: 19px;
}

/*HEADER*/

#header {
    padding: 25px 0;
}

#header .flx {
    justify-content: space-between;
}

#header .logo {
	width: 212px;
	height: 50px;
	background: url(../icon/logo.png) no-repeat;
}

#header .phone, #menu .phone {
	font-family: AlegreyaSans-Medium;
	font-size: 25px;
	color: #384148;
	padding-left: 30px;
	background: url(../icon/svg/phone.png) no-repeat left top 1px;
	background-size: 25px;
	text-align: left;
}

#header .phone span,
#menu .phone span {
    display: block;
}

#header .phone span:last-child,
#menu .phone span:last-child {
    display: inline-block;
    margin-top: 3px;
    font-family: AlegreyaSans-Medium;
    font-size: 13px;
    border-bottom: 1px dashed #3572d4;
    padding-bottom: 2px;
}

#header .phone:hover span {
    border-color: transparent;
}

#header .geo {
    padding-left: 33px;
    background: url(../icon/svg/geo-1.png) no-repeat left top 3px;
    background-size: 28px;
    font-family: AlegreyaSans-Medium;
    line-height: 1.6;
    font-size: 17px;
    /*padding-top: 40px;*/
    
}

#header .geo a{
    display: block;
}

#header .lang {
    margin-top: 10px;
}

#header .lang a {
    padding: 0px 5px 0px 25px;
    background-position: 3px center;
    display: inline-block;
    border-right: 1px solid #e8e8e8;
    text-transform: uppercase;
    color: #797979;
    font-family: AlegreyaSans-Medium;
}

#header .lang a:last-child {
    border-right: none;
    padding-right: 0px;
}

#header .eng {
    background-image: url(../icon/language/eng.png);
}

#header .ru {
    background-image: url(../icon/language/ru.png);
}


/*MENU*/
#menu {
    background:#ffffff;
    /*background: linear-gradient(45deg, #f76b07 25%, transparent 25%, transparent 75%, #f76b07 75%), linear-gradient(45deg, #f76b07 25%, transparent 25%, transparent 75%, #f76b07 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #090909);
    background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;*/
    z-index: 4;
    position: relative;
    border-bottom: #00b067 solid 1px;
}

#menu.fixed {
    background: #fff;
    /*background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #090909);
    background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;*/
    border-bottom: 1px solid #00B067;
    position: fixed;
    box-shadow: 0 6px 20px -5px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.06);
}

#menu.fixed .container {
    padding: 5px 20px;
}

#menu > .flx{
    justify-content: space-between;
    align-items: center;
}

#btnMenu {
	display: none;
	color: #00b067;
	font-family: AlegreyaSans-Medium;
	line-height: 40px;
	padding-left: 30px;
	cursor: pointer;
	font-size: 18px;
	background-image: url(../icon/menu-green.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: left center;
}
.fixed #btnMenu {
    color: #00b067;
    background-image: url(../icon/menu-green.png);
}

#menu .skew .close {
    display: none;
    cursor: pointer;
    position: absolute;
    color: #00b067;
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    z-index: 1;
}

#menu .logo {
	display: none;
	background-image: url(../icon/logo.png);
	width: 125px;
	height: 30px;
	background-size: contain;
}

#menu.fixed .logo {
    display: block;
}

#menu.fixed .skew {
    /*background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #090909);*/
    background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;
    position: relative;
	/*border-radius: 30px/50px 0;*/
    background-color: #ffffff;
    margin-right: 25px;
}
/*
	position: absolute;
	content: '';
	left: -58px;
	background: url(../icon/menu-left.png) no-repeat;
	width: 77px;
	height: 45px;
	background-size: contain;
}*/

#menu.fixed .skew:after {
    border-right: 0px;
    right: auto;
    border-left: 8px solid /*#00b067*/#fff;
    left: 100%;
}

.menu li {
    float: left;
}

.menu a {
    color: #00b067;
    font-size: 20px;
    padding: 25px 45px;
    display: block;
    transition: .5s;
    position: relative;
}

.fixed .menu a {
	padding: 12px 10px;
	font-size: 15px;
}

.menu > li:not(:last-child) > a:before{
    /*position: absolute;
    content: '';
    height: calc(100% - 14px);
    top: 7px;
    right: 0;
    border-right: 1px solid #00b067;*/
    display:none;
}

.menu a:hover,
.menu > .active > a {
	background-color: #ffffff;
	color: #9224f2;
	background-image: none !important;
}
    /*background-color: #fff;
    color: #00b067;
    background-image: none !important;
}   */

.menu a:hover:before,
.menu > .active > a:before {
    display: none;
}

.menu > li:first-child > a {
    background-image: url(../icon/calc-green.png);
    background-position: left center;
}

.menu > li:first-child > a:hover {
    background-image: url(../icon/calc-white.png);
    background-position: left center;
}

.menu > li > a {
    background-image: url(../icon/convert-green.png);
    background-position: left center;
}

.menu > li > a:hover {
    background-image: url(../icon/convert-white.png);
    background-position: left center;
}

.menu > li:last-child > a {
    background-image: url(../icon/zakaz-green.png);
    background-position: left center;
}

.menu > li:last-child > a:hover {
    background-image: url(../icon/zakaz-white.png);
    background-position: left center;
}


.fixed .menu > li > a {
    background-image: none;
    padding-left:50px;
}

.menu .par,
.menu .par > a {
    position: relative;
}

.menu .par > a {
    padding-right: 40px;
}

.fixed .menu .par > a {
    padding-right: 30px;
}

.menu .par > a:after,
.menu .par .arr:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 0px 0px 7px 0px;
    border-color: white;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    right: 20px;
    top: 19px;
}

.menu .par .arr {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.menu .par .arr::before {
	top: 50%;
	right: 50%;
	margin: -7px 150px 0 0;
}

.fixed .menu .par > a:after{
    right: 13px;
    top: 15px;
}

.menu .sub {
    position: absolute;
    display: none;
    top: 100%;
    left: 0px;
    /*background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #090909);*/
    background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;
    background: #fff;
    width: 230px;
    border: 1px solid #fe7a28;
}

.menu .par:hover .sub {
    display: block;
}

.menu .sub li {
    float: none;
    width: 100%;
}

.menu .sub a {
    color: #1c3041;
    padding: 10px 15px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.menu .sub a:hover {
    background-color: /*#00b067*/#fe7a28;
    color: #fff;
    border-bottom: 1px solid /*#00b067*/#fe7a28;
}

.menu .sub li:last-child a {
    border-bottom: none;
}

#menu .phone {
    display: none;
}

#menu.fixed .phone {
    display: none;
    /*font-size: 17px;
    color: #1c3041;*/
}

#menu.fixed .phone span:last-child {
    display: inline-block;
    font-size: 10px;
}

#menu form {
    width: 175px;
    position: relative;
}

#menu form button {
    position: absolute;
    border: none;
    left: 10px;
    top: 10px;
    width: 21px;
    height: 21px;
    background-image: url(../icon/input/search.png);
    background-color: transparent;
    cursor: pointer;
}

#menu form button:before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 6px);
    background: #a0a7ad;
    top: 3px;
    right: -10px;
}

#menu form input {
    width: 100%;
    border: 1px solid #00b067;
    padding: 11px 10px 10px 50px;
    border-radius: 5px;
    font-size: 14px;
}

#menu.fixed form input {
	background-color: #fff;
	color: inherit;
	padding: 10px 10px 10px 50px;
	border: 1px solid #00b067;
	border-radius: 5px;
	
}

/*SLIDER*/
#slider_mobile{
    display: none;
}
.bannery {
    position: relative;
    color: white;
}

.bannery .slick-track{
    display: flex;
}

.bannery .slick-slide{
    height: /*auto*/500px;
}

.bannery .slick-arrow {
    /*position: absolute;
    width: 100px;
    height: 150px;
    border: 1px solid;
    border-color: rgba(53, 114, 212, 0);
    z-index: 3;
    bottom: 45px;
    background-position: center;
    cursor: pointer;
    background-color: rgba(53, 114, 212, 0);*/
    display: none;
}

.bannery .slick-arrow.slick-disabled {
    /*background-color: transparent;
    border-color: #fff;
    cursor: default;*/
    display: none;
}

.bannery .prev {
    /*right: 50%;
    background-image: url(../icon/slide-arr-prev.png);*/
    display: none;
}

.bannery .next {
    /*left: 50%;
    background-image: url(../icon/slide-arr-next.png);*/
    display: none;
}

.bannery .slick-dots {
    /*width: 100%;
    display: flex !important;
    height: 3px;
    position: absolute;
    top: calc(100% - 1px);
    left: 0px;*/
    display: none;
}

.bannery .slick-dots li {
    /*width: 100%;
    height: 3px;*/
    display: none;
}

.bannery .slick-dots button {
    /*width: 100%;
    border: none;
    height: 3px;
    background: #e4e9eb;
    text-indent: -99999px;*/
    display: none;
}

.bannery .slick-dots .slick-active button {
	/*background: #0066FF;*/
	display: none;
}

.bannery .slick-slide {
    position: relative;
    padding: 65px 0;
    background-size: cover;
    background-position: center;
}

.bannery .slick-slide:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    /*background: rgba(18, 48, 65, .8);*/
    z-index: 1;
}

.bannery .container {
    position: relative;
    z-index: 2;
}

.bannery .text {
    max-width: 700px;
    padding-top: 20px;
    color: #9224f2;
}

.bannery h1,
.bannery h2 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #9224f2;
    text-align: left;
    margin-bottom: 35px;
}

.bannery .desc {
    font-size: 25px;
}

.bannery .text .btn {
    margin-top: 50px;
}

/*BREADCRUMBS*/

#breadcrumbs {
    padding: 15px 0px;
    position: relative;
    z-index: 1;
    font-size: 12.25px;
}

#breadcrumbs li {
    display: inline-block;
    margin: 0px 9px;
}

#breadcrumbs li:first-child {
    margin-left: 0px;
}

#breadcrumbs li a {
	position: relative;
	text-decoration: underline;
	color: #9224f2;
	padding: 10px 0px;
	display: block;
}

#breadcrumbs li a::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-right: 1px solid;
    border-top: 1px solid;
    right: -10px;
    top: 14px;
}

#breadcrumbs a,
#breadcrumbs li {
    color: rgba(76, 215, 137, 0.9);
}

#breadcrumbs a:hover {
    text-decoration: none;
}

/*CONTENT*/

#content {
    position: relative;
    z-index: 1;
}

.content.short {
    max-width: 850px;
}

.content.medium {
    width: calc(100% - 430px);
}

.content.big {
    width: calc(100% - 290px);
}

/*CONTENT-TEXT*/

.content-text {
    line-height: 1.2;
    margin-bottom: 30px;
}

.tab-container .text {
    width: calc(100% - 400px);
}

.content-text img {
	margin: 0px auto 20px;
	display: block;
}

.content-text h2 {
	font-size: 25px;
	margin-bottom: 20px;
	font-family: AlegreyaSans-Medium;
	color: #237abe;
	text-align: left;
}

.content-text > *:last-child {
    margin-bottom: 0px;
}

.content-text a {
	color: #384148;
	text-decoration: underline;
}

.content-text a:hover {
    text-decoration: none;
}

.content-text p {
    margin-bottom: 15px;
    line-height: 1.4;
}

.content-text p:last-child {
    margin-bottom: 0px;
}

.content-text em {
    font-style: italic;
    font-family: AlegreyaSans-Medium;
}

.content-text ul:not(.slider-image),
.content-text ol {
    padding-left: 25px;
    margin: 20px 0;
}

.content-text li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 5px;
}

.content-text ol li {
    margin-bottom: 10px;
}

.content-text ul:not(.slider-image) li::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #9224f2;
	left: -25px;
	top: 10px;
	border-radius: 5px;
}

.content-text ol {
    counter-reset: list;
    padding-left: 30px;
}

.content-text ol li::before {
    counter-increment: list;
    content: "0" counter(list) ".";
    position: absolute;
    left: -30px;
    top: 0px;
}

.content-text table {
    width: auto !important;
    margin: 40px 0;
}

.content-text table td {
    border: 1px solid #e9e9e9;
    padding: 8px 20px;
}

.content-text table tr:nth-child(2n - 1) {
    background-color: #f0f0f0;
}

.content-text blockquote {
	background: rgba(0, 102, 255, 0.18);
	padding: 25px;
	margin: 30px 0px;
}

.content-text strong{
    color: #384148;
}

/*PRODUCT*/

/*PRODUCT-MEDIA*/

.product-media {
    justify-content: space-between;
    position: relative;
}

.product-media:before{
    position: absolute;
    content: '';
    width: calc(100% - 400px);
    border-top: 1px solid #fe7a28;
    left: 0;
    top: 0;
}

.product-media .media {
    width: calc((100% - 380px)*0.58);
}

.media .tabs {
    margin-bottom: 30px;
    float: left;
}

.media .tabs li{
    margin-left: -1px;
}

.media .tabs a {
    display: block;
    padding: 9px 11px;
    border: 1px solid #fe7a28;
    text-transform: uppercase;
    font-family: AlegreyaSans-Medium;
    color: #237abe;
}

.media .tabs a:hover,
.media .tabs .active a {
    background: #385b86;
    color: #fff;
    border-radius: 0 0 50px/50px;
}

.media div[id^=tab-media] > ul{
    padding: 0 50px;
}

.product-media div[id^=tab-media] > ul{
    padding: 0 30px;
}

.product-media .short-info {
    width: calc((100% - 380px)*0.40);
}

.short-info .price-block {
	background: #385b86;
	color: #fff;
	padding: 15px;
	border: 1px solid #fe7a28;
}

.short-info .price-block .currency,
.short-info .price-block .price span{
    color: #fff;
}

.product-media .short-info ul{
    padding: 10px 0;
}

.product-media .short-info li {
	position: relative;
	padding: 15px 0 15px 55px;
	background-position: left center;
}

.short-info li[data-icon=support] {
    background-image: url(../icon/product/support.png);
}

.short-info li[data-icon=cons] {
    background-image: url(../icon/product/cons.png);
}

.short-info li[data-icon=calcul] {
    background-image: url(../icon/product/calcul.png);
}

.short-info li[data-icon=select] {
    background-image: url(../icon/product/select.png);
}

.short-info li[data-icon=faq] {
    background-image: url(../icon/product/faq.png);
}

.product-media .short-info .btn {
    padding: 20px;
    width: 100%;
}

/*PRODUCT-INFO*/

.product-info .tabs {
    background: rgba(0, 102, 255, 0.18);
    margin-bottom: 35px;
}

.product-info .tabs li {
    float: left;
}

.product-info .tabs a {
    padding: 15px;
    display: block;
}

.product-info .tabs a:hover {
    color: #0066ff;
}

.product-info .tabs a.active {
    background: #fff;
    color: #fe7a28;
    /*border-radius: 0 0 30px/50px;*/
}

.product-info div[id^=tab-info] {
    border: 2px solid #f0f0f0;
    padding: 20px;
    align-items: flex-start;
}


/*PRODUCTS-LIST*/
.products-list .item {
	/*padding: 0 0 50px;*/
	justify-content: space-between;
    position: relative;
    float: left;
    padding: 20px 10px;
    width: 33%;
}

.products-list .item:before{
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    border-top: 1px solid #00b067;
}

.tab-container .products-list .item:before{
    display: none;
}

.tab-container .products-list .item {
    padding: 15px 0;
}

.products-list .item:first-child {
    float: left;
    padding: 20px 10px;
    width: 33%;
}

.products-list .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-info .products-list .head {
	padding-bottom: 2px;
	border-bottom: 1px solid #3572d4;
	margin-bottom: 25px;
}

.products-list h2 {
	width: calc(100% - 150px);
	text-align: center;
	font-size: 20px;
	font-family: AlegreyaSans-Medium;
    margin-bottom: 0;
}

.tab-container .products-list h2{
    font-size: 18px;
}

.products-list h2.mb-none{
    margin-bottom: 0;
}

.products-list .left h2 {
    width: 100%;
    margin-bottom: 20px;
}

.products-list .price {
	font-size: 20px;
	font-family: AlegreyaSans-Medium;
}

.products-list img {
    width: 300px;
}

.products-list div.option {
    width: calc(100% - 300px);
    padding-left: 40px;
}

.products-list div.option li {
    position: relative;
    padding-left: 25px;
    min-height: 17px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.products-list .option li:last-child {
    margin-bottom: 0px;
}

.products-list div.option li:before {
    position: absolute;
    content: '';
    top: 2px;
    left: 0px;
    width: 16px;
    height: 16px;
    background-image: url(../icon/check.png);
}

ol.option {
    overflow: hidden;
    margin-top: 15px;
}

.tab-container ol.option {
    width: calc(100% - 400px);
    margin: 0;
}

ol.option li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 8px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #ccc;
}

ol.option li .name {
    max-width: calc(100% - 140px);
    margin-right: 20px;
}

ol.option li .value {
    width: 120px;
    position: relative;
    z-index: 2;
    background: #fff;
    align-items: flex-end;
}

.products-list .item .left {
    width: 100%;
}

.products-list .blue{
    background: rgba(26, 217, 92, 0.14);
    padding: 20px;
    box-shadow: 0 6px 20px -5px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.06);
}

.products-list .blue:hover {
    box-shadow: none;
}

.products-list .btn{
    margin-top: 25px;
}

.products-list .item .media {
	width: calc(100% - 500px);
	max-width: 600px;
}

.products-list .media .tabs {
	float: right;
}

/*CATEGORY-LINKS*/

#category-links {
    justify-content: space-between;
    border: 1px solid #22b1f5;
    padding: 30px;
    margin-top: 50px;
}

#category-links li {
    width: 140px;
    text-align: center;
    line-height: 1.2;
    padding-top: 70px;
    background-position: top center;
}

#category-links li[data-icon=video] {
    background-image: url(../icon/category/video.png)
}

#category-links li[data-icon=garanty] {
    background-image: url(../icon/category/garanty.png)
}

#category-links li[data-icon=pdf] {
    background-image: url(../icon/category/pdf.png)
}

#category-links li[data-icon=calc] {
    background-image: url(../icon/category/calc.png)
}

#category-links li[data-icon=lizing] {
    background-image: url(../icon/category/lizing.png)
}

/*PRICE-BLOCK*/
#price-info .price-block {
    background-color: transparent;
    padding: 0px;
    min-width: 180px;
}

.price-block span {
    display: inline-block;
}

.price-block .currency {
	display: inline-block;
	padding: 0 15px 0 0;
	position: relative;
	cursor: pointer;
	color: #3572d4;
	font-family: AlegreyaSans-Medium;
}

.price-block .currency::after {
	position: absolute;
	content: '';
	right: 2px;
	top: 2px;
	width: 5px;
	height: 5px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(45deg);
}

.price-block .price {
    margin-top: 15px;
    font-size: 14px;
}

.price-block .price span {
	color: #3572d4;
	font-size: 20px;
	display: inline-block;
	margin-left: 5px;
	font-family: AlegreyaSans-Medium;
}

/*REVIEWS*/

#reviews .item {
    width: 31%;
    margin-bottom: 40px;
    margin-right: 3.5%;
    position: relative;
    padding-bottom: 30px;
}

#reviews .item:nth-child(3n) {
    margin-right: 0px;
}

#reviews .item img {
    width: 100%;
    margin-bottom: 10px;
}

#reviews .title {
    font-size: 13px;
    line-height: 1.4;
}

#reviews .date {
    position: absolute;
    color: #959595;
    bottom: 0px;
    font-size: 13px;
}

/*GALLERY*/
#gallery{
    overflow: hidden;
    position: relative;
}

#gallery:before {
    position: absolute;
    content: '';
    background-color: #fff;
    z-index: 1;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

#gallery .item {
    padding: 10px;
    border: 1px solid #ededed;
    width: calc((100% - 10px)/3);
    margin: -1px 0 0 -1px;
}

#gallery .item:nth-child(3n + 1) {
    padding-left: 0px;
}

#gallery .item:nth-child(3n + 2) {
    width: calc((100% - 10px)/3 + 10px);
}

#gallery .item:nth-child(3n + 3) {
    padding-right: 0px;
    border-right: none;
}

#gallery .item:nth-child(1),
#gallery .item:nth-child(2),
#gallery .item:nth-child(3) {
    padding-top: 0;
}

#gallery .item > *,
#gallery .item .video > *{
    width: 100%;
}

#gallery .item .video{
    position: relative;
}

#gallery .item .video:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(75, 120, 187, 0.4);
    transition: .5s;
}

#gallery .item:hover .video:before{
    background-color: transparent;
}


#gallery .item .img {
    position: relative;
    display: flex;
}

#gallery .item .img::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, .05);
	transition: .5s;
}

#gallery .item .img:hover:before {
    background: rgba(0, 0, 0, 0);
}

#gallery .item img {
    width: 100%;
}

#gallery .title {
    font-family: AlegreyaSans-Medium;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 12px;
}

/*PAGINATION*/

.pagination {
    text-align: center;
    margin-top: 50px;
    width: 100%;
}

.pagination ul{
    display: inline-block;
}

.pagination li {
    float: left;
    margin-left: -1px;
}

.pagination li:last-child {
    margin-right: 0px;
}

.pagination li * {
    display: block;
    border: 1px solid #bababa;
    width: 42px;
    height: 41px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.pagination li.active a {
    background-color: #0066ff;
    color: #fff;
    border-color: #0066ff;
}

.pagination li:hover:not(.disabled):not(.active) * {
    color: #3572d4;
}

.pagination .control *:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-top: 2px solid;
    border-left: 2px solid;
    left: 50%;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: 36% 25%;
}

.pagination .control:last-child *:before {
    border-left: none;
    border-right: 2px solid;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 17% -85%;
}

/*DOCUMENTS*/

.documents li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.documents li:last-child {
    margin-bottom: 0px;
}

.documents li .ext {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid;
	background: #00b067;
	padding: 4px;
}

/*CERTIFICATES*/

#certificates a {
    display: block;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 15px;
}

#certificates a:nth-child(4n) {
    margin-right: 0;
}

#certificates a img {
    width: 100%;
}

/*PRICE-INFO*/

#price-info {
    margin-bottom: 20px;
}

#price-info .flx {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}

#price-info .currency {
	color: #385b86;
	font-size: 14px;
	font-family: AlegreyaSans-Medium;
	padding: 5px 15px 5px 5px;
	position: relative;
	cursor: pointer;
	background: #d5ddec;
	border: 1px solid #4e78b9;
}

#price-info .currency::after {
	position: absolute;
	content: '';
	right: 5px;
	top: 7px;
}

#price-info .exchange {
    font-size: 14px;
}

#price-info .exchange ul {
    margin-top: 5px;
}

#price-info .exchange li {
    display: inline-block;
    font-family: AlegreyaSans-Medium;
    margin-right: 5px;
}

#price-info .exchange li:last-child {
    margin-right: 0px;
}

#price-info ul{
    max-width: 300px;
}

#price-info .file {
    padding-left: 40px;
    display: block;
    margin-bottom: 5px;
}

#price-info .file.pdf {
    background-image: url(../icon/files/pdf.png);
    min-height: 30px;
    line-height: 1.2;
}

/*UL-PLUS*/

.ul-plus {
    padding-left: 50px;
    font-family: AlegreyaSans-Medium;
}

.ul-plus .item {
    position: relative;
}

.ul-plus .item {
    border-top: 1px solid transparent;
}

.ul-plus .plus {
	position: absolute;
	left: -50px;
	top: -2px;
	width: 25px;
	height: 25px;
	border: 1px solid #0066ff;
	cursor: pointer;
	background: #d5ddec;
}

.ul-plus .plus::before {
	position: absolute;
	content: '';
	border: 7px solid transparent;
	border-top: 7px solid;
	color: #0066ff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-20%);
}

.ul-plus .active > .capt .plus:before {
    border: 7px solid transparent;
	border-bottom: 7px solid;
    transform: translate(-50%,-80%);
}

.ul-plus .item .capt {
    cursor: pointer;
    font-size: 14px;
    margin: 10px 0px;
    padding-right: 95px;
    position: relative;
    line-height: 1.4;
}

.ul-plus .item .capt p {
    display: inline;
    border-bottom: 1px dashed;
}

.ul-plus.line .item .capt p {
    border-bottom: 1px solid;
}

.ul-plus.line .item .capt {
    position: relative;
    text-decoration-style: solid;
}

.ul-plus .price-title {
	position: absolute;
	width: 85px;
	right: 0px;
	cursor: default;
	display: none;
	top: -30px;
	text-align: right;
}

.ul-plus .active > .item-sub .price-title {
    display: block;
}

.ul-plus .item-sub {
	display: none;
	padding: 10px 0 10px 20px;
}

.ul-plus .item-sub .hide {
    cursor: pointer;
    margin-top: 15px;
    color: #909090;
	font-size: 13px;
	position: relative;
	padding-top: 7px;
    display: inline-block;
}

.ul-plus.line .item-sub .hide {
	margin-top: 25px;
}

.ul-plus .item-sub .hide:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-left: 1px solid #909090;
    border-top: 1px solid #909090;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -3px;
    top: 0;
}

.ul-plus .item-price{
    margin-bottom: 10px;
}

.ul-plus .item-price a {
	padding-right: 85px;
	position: relative;
	display: block;
}

.ul-plus .item-price .txt {
    color: #54668a;
    font-size: 11.37px;
    margin-top: 7px;
}

.ul-plus .item-price .price {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    font-size: 13px;
    text-align: right;
}

.ul-plus .item-quest {
    margin-bottom: 15px;
}

.ul-plus .item-quest .quest {
    cursor: pointer;
}

.ul-plus .item-quest.active .quest {
    border-bottom: 1px solid transparent;
}

.ul-plus .item-quest .answer {
    display: none;
    color: #696969;
    line-height: 1.4;
    margin-top: 10px;
}

/*FORM*/

.form {
	color: #00b067;
	text-align: center;
	padding: 35px;
	width: 360px;
	max-width: 100%;
	background-color: #ffffff;
}

.form .results {
    text-align: center;
    font-family: AlegreyaSans-Medium;
    font-size: 18px;
}

.contact-form {
    width: 100%;
    box-shadow: 0 6px 20px -5px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.06);
}

#call-back-dir.form {
    width: 580px;
}

.form.bg-white {
    /*background-color: rgba(255, 255, 255, 0.43);
    color: #ffffff;*/
    display:none;
}

.form .big {
    font-family: AlegreyaSans-Bold;
    font-size: 30px;
    margin-bottom: 15px;
    color: #00b067;
}

.bannery .form .big{
    color: inherit;
}

.form .med {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.2;
}

.contact-form .med {
    margin-bottom: 20px;
}

.bannery .form .med {
    margin-bottom: 15px;
}

.form .small {
    line-height: 1.3;
    margin-bottom: 20px;
}

.form input,
.form button,
.form textarea {
    width: 100%;
    margin-bottom: 15px;
}

.contact-form input[name=name] {
    width: 32.5%;
}

.contact-form input[name=email] {
    width: 32.5%;
}

.contact-form input[name=phone] {
    width: 32.5%;
}

#call-back-dir input[type=text] {
    width: 32.5%;
}

.form .flx {
    justify-content: space-between;
}

.form input, .form textarea {
	border: 1px solid rgba(0, 176, 103, 0.53);
	border-bottom: 3px solid rgba(0, 176, 103, 0.53);
	padding: 12px 12px 12px 40px;
	background-position: 15px center;
	border-radius: 5px;
}

.form input[name=name] {
    background-image: url(../icon/input/name.png);
}

.form input[name=phone] {
    background-image: url(../icon/input/phone.png);
}

.form input[name=email] {
    background-image: url(../icon/input/email.png);
}

.form textarea {
    padding: 16px;
}

.form button {
	border-radius: 5px;
	text-transform: uppercase;
	font-family: AlegreyaSans-Medium;
	font-size: 16px;
	padding: 17px 20px;
}

.contact-form .btn {
    max-width: 280px;
}

.form .agreement {
    font-size: 12.25px;
    display: block;
}

.form .agreement input {
    width: auto;
    margin: 0px;
}

/*SIDEBAR*/

#sidebar {
	width: 260px;
}

#sidebar .sidebar {
	border-left: 1px solid #0066ff;
	padding-left: 20px;
}

#sidebar form {
    padding: 17px;
    border: solid 1px #00b067;
    box-shadow: 0 6px 20px -5px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.06);
}

#sidebar h2 {
	font-size: 23px;
	text-align: left;
	color: #0066ff;
	padding-bottom: 0;
	margin: 0 0 20px 20px;
	font-family: AlegreyaSans-Medium;
}

#sidebar li {
	padding-left: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
    position: relative;
}

#sidebar li:before{
    position: absolute;
    content: '➦';
    left: 0;
    color: #0066ff;
}

#sidebar li a {
    border-bottom: 1px solid;
}

#sidebar li a:hover,
#sidebar li.active a{
    border-bottom: 1px solid #0066ff;
    color: #0066ff;
}

/*CATALOG*/

.catalog {
    text-align: center;
    
}

#catalog-result {
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 0px 0px 5px 5px;
	padding: 30px;
	top: 100%;
	left: 20px;
	width: calc(100% - 40px);
	border: 1px solid #1c3041;
	z-index: 4;
	overflow-y: scroll;
	height: calc(100vh - 100px);
}

#catalog-result:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-bottom: 6px solid #fff;
    bottom: 100%;
    left: 20px;
}

#catalog-result .catalog-info{
    display: none;
}

.catalog .item-list {
    overflow: hidden;
    position: relative;
    text-align: left;
}

.catalog .item-list:before {
    position: absolute;
    content: '';
    background-color: #fff;
    z-index: 1;
}

.catalog .item-list:before {
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.catalog .item {
    padding: 30px 20px;
    border: 1px solid rgba(247, 40, 254, 0.24);
    width: calc((100% - 20px)/3);
    margin: -1px 0 0 -1px;
}

.catalog .item:nth-child(3n + 1) {
    padding-left: 0px;
}

.catalog .item:nth-child(3n + 2) {
    width: calc((100% - 20px)/3 + 20px);
}

.catalog .item:nth-child(3n + 3) {
    padding-right: 0px;
    border-right: none;
}

.catalog .item:nth-child(1),
.catalog .item:nth-child(2),
.catalog .item:nth-child(3) {
    padding-top: 0;
}

.catalog .item .img,
.catalog .item .text {
    float: left;
    min-height: 100%;
}

.catalog .item .text {
    width: calc(100% - 145px);
    padding-left: 20px;
}

.catalog .item .img {
    width: 145px;
    display: block;
}

.catalog .item .capt {
	font-family: AlegreyaSans-Medium;
	font-size: 16px;
}

.catalog .item .desc {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.3;
}

.catalog .item ul {
    margin-top: 15px;
    max-height: 1000px;
    ;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

.catalog .item ul.small {
    max-height: 90px;
}

.catalog .item ul.small:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}

.catalog .item li {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding-bottom: 3px;
    line-height: 1.2;
}

.catalog .item li:last-child {
    margin-bottom: 0px;
}

.catalog .item .show {
    font-size: 13px;
    color: #909090;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    padding-bottom: 10px;
}

.catalog .item .show.invert{
    padding-bottom: 0;
    padding-top: 7px;
}

.catalog .item .show:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-right: 1px solid #909090;
    border-bottom: 1px solid #909090;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -3px;
    bottom: 0;
}

.catalog .item .show.invert:before{
    border: none;
    border-left: 1px solid #909090;
    border-top: 1px solid #909090;
    bottom: auto;
    top: 0;
}

.catalog .item .btn {
	margin-top: 40px;
	width: 100%;
	box-shadow: 0 6px 20px -5px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.06);
}

.catalog .item .btn:hover {
    box-shadow: none;
}

.catalog .item-list + .btn {
    padding: 15px 45px;
    font-size: 16px;
    margin-top: 50px;
}

/*CATALOG-INFO*/
.catalog-info{
    justify-content: space-between;
    _align-items: flex-start;
}

.catalog-info .video{
    width: 40%;
    padding-right: 40px;
}

.catalog-info .video + .docs{
    width: 60%;
    padding-left: 40px;
    border-left: 1px solid #dcdcdc;
}

.catalog-info iframe{
    width: 100%;
    height: 300px;
}

/*STEPS*/
#steps {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #ededed;
	box-shadow: 0px 5px 25px 0px #2ad75d inset;
}

#steps:before,
#steps:after{
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    z-index: 1;
    
}

#steps::before {
	background:#cdd0c9 url(../img/steps.jpg) left -20px top;
    background-size: auto;
    background-size: cover;
    width: calc((80% - 1200px)/2 + 500px);
    /*border-radius: 0 0 90% 0%;*/
    overflow: hidden;
	
}

/*#steps::after {
	background: url(../img/lines.png);
	width: 400px;
	left: calc((100% - 1200px)/2);
	
}*/

#steps .container > *{
    padding-left: 330px;
    
}

#steps .text {
    text-align: right;
    position: relative;
    padding: 30px 0;
    background: #cdd0c9 url(../img/steps.jpg) top center;
    margin-bottom: 30px;
}

#steps .text:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(130, 247, 165, 0.38);
    top: 0;
    left: 0;
    
}

#steps h2 {
    text-align: left;
    color: #2e3235;
}

#steps .text .desc {
    font-size: 15px;
    line-height: 1.4;
    color: #2e3235;
    text-align: left;
}

#steps .desc h4 {
    font-size: 16px;
}

#steps .steps .slogan {
	font-size: 24px;
	margin-bottom: 35px;
	text-align: center;
	color: #384148;
	font-family: AlegreyaSans-Medium;
	text-align: left;
}

#steps ol {
    counter-reset: list;
    justify-content: space-between;
}

#steps .steps li {
	font-size: 14px;
	line-height: 1.2;
	padding-left: 50px;
	position: relative;
	margin-bottom: 30px;
	width: calc((100% - 50px)/2);
	text-align: left;
}

#steps .steps li:last-child {
    margin-bottom: 0px;
}

#steps .steps li::before {
	counter-increment: list;
	content: "✓";
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 22px;
	background: #385b86;
	width: 40px;
	text-align: center;
	border-radius: 7px 10px 0px 10px;
}

/*WHY-WE*/
#why-we{
    box-shadow: 0px 5px 25px 0px rgb(229, 46, 255) inset;
    background: #ffffff;
    background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;
    	}

#content + #why-we{
    padding-top: 0px;
    box-shadow: none;
}

#why-we h2 {
    margin-bottom: 0px;
    font-family: AlegreyaSans-Bold;
    color: #9224f2;
    /*border-color: #fff;*/
    /*filter:brightness(0) invert(1);*/
}

#why-we .item-list {
    justify-content: space-between;
}

#content + #why-we .item-list {
    border-top: 2px solid #509dce;
}

#why-we .item {
    width: 28%;
    padding-left: 95px;
    margin-top: 50px;
    min-height: 70px;
    position: relative;
}

#content + #why-we .item {
	text-align: center;
	color:  #509dce;
	padding: 90px 25px 0px;
	width: 25%;
}

#why-we img {
    /*filter:brightness(0) invert(1);*/
    position: absolute;
    left: 0px;
    top: 0px;
}

#content + #why-we img {
    left: 50%;
    transform: translateX(-50%);
}

#why-we .capt {
    font-size: 22px;
    font-family: AlegreyaSans-Medium;
    color:  #384148;
}

#content + #why-we .capt {
    font-size: 20px;
}

#why-we .capt {
    font-size: 22px;
}

#why-we .desc {
    color:  #384148;
    line-height: 1.4;
    margin-top: 15px;
}

/*GEOGRAPHY*/
#geography {
    background-color: #f0f8ff;
}

#vmap{
    width: 800px;
    height: 500px;
    background: url(../img/lines-1.png);
}

#vmap path:hover{
    fill: #00b067;
}

#geography .slider {
    width: 300px;
    background: white;
    position: relative;
    padding: 50px 0px;
    border: 1px solid #969696;
}

#geography .arr {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0px;
    cursor: pointer;
    background: #e8e8e8;
}

#geography .arr:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    color: #c1c1c1;
    left: 50%;
    top: 50%;
    transform: rotate(45deg);
    border-radius: 3px;
}

#geography .arr:not(.disabled):hover:before {
    color: #3572d4;
}

#geography .arr.disabled {
    cursor: default;
}

#geography .slider .prev {
    border-bottom: 1px solid #969696;
    top: 0px;
}

#geography .slider .prev:before {
    border-left: 5px solid;
    border-top: 5px solid;
    transform-origin: 50% -50%;
}

#geography .slider .next {
    border-top: 1px solid #969696;
    bottom: 0px;
}

#geography .slider .next:before {
    border-right: 5px solid;
    border-bottom: 5px solid;
    transform-origin: 100% -50%;
}

#geography .slider ul {
    height: 400px;
    padding: 10px 0px;
    overflow-y: scroll;
}

#geography .slider li {
    padding: 5px 20px 5px 70px;
    position: relative;
    font-size: 17.5px;
    cursor: pointer;
}

#geography .slider li:before,
.jqvmap-label li:before{
	position: absolute;
	content: '';
	left: 40px;
	top: 0;
	border: 8px solid transparent;
	border-right: 8px solid;
	color: #3572d4;
	transform: rotate(45deg);
}

#vmap .jqvmap-zoomin, #vmap .jqvmap-zoomout {
    top: auto;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-radius: 0;
	line-height: 41px;
	font-size: 50px;
    left: auto;
    background: #fff;
    border: 1px solid #00b067;
    color: #00b067;
    transition: .5s;
}

#vmap .jqvmap-zoomin:hover, 
#vmap .jqvmap-zoomout:hover{
    color: #fff;
    background: #3572d4;
}

#vmap .jqvmap-zoomin{
    right: 50%;
}

#vmap .jqvmap-zoomout{
    left: 50%;
}

.jqvmap-label {
	background: #e8e8e8 !important;
	color: #3572d4 !important;
	border-radius: 0px !important;
	font-family: #3572d4 !important;
	min-width: 150px;
}

.jqvmap-label strong {
	color: #3572d4 !important;
}

.jqvmap-label li{
    padding: 3px 3px 3px 20px;
    list-style: none;
    position: relative;
}

.jqvmap-label ul{
    padding: 0 !important;
}

.jqvmap-label li:before{
    border: 6px solid transparent;
	border-right: 6px solid;
    color: #00b067;
    left: 0;
}

/*NEWS*/

#news {
    position: relative;
    /*background: url(../img/fon-6-1.jpg);*/
    border-top: 1px solid #ddefe1;
    border-bottom: 1px solid #ddefe1;
}

#news .list-item {
    justify-content: space-between;
}

#news .news {
    width: 30%;
}

#news .news .img {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    align-items: flex-start;
}

#news .news .img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .4);
}

#news .news .date, .article .date {
	position: absolute;
	background-color: rgba(254, 122, 40, 0.64);
	color: #fff;
	height: 115px;
	width: 100px;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 0 0 30px/50px;
}

#news .news .date span,
.article .date span {
    font-size: 55px;
    display: block;
}

#news .news .capt {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	color: #385b86;
	font-family: AlegreyaSans-Medium;
}

#news .news .text {
    font-size: 14px;
    line-height: 1.4;
}

#news .slick-slider{
    padding-bottom: 40px;
}

#news .slick-slide {
	padding: 0 15px;
}

#news .slick-dots{
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

#news .slick-dots li {
	display: inline-block;
	margin-right: 10px;
}

#news .slick-dots li:last-child{
    margin: 0;
}

#news .slick-dots button {
	/*border-radius: 50%;*/
	border-radius: 30px/50px 0;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background: #385b86;
	padding: 0;
	border: 1px solid #fe7a28;
}

#news .slick-dots .slick-active button{
    background: #fe7a28;
}

#news .more {
    position: absolute;
    right: 20px;
    top: calc(100% + 30px);
}

/*ARTICLES*/
#articles .article {
	margin-bottom: 20px;
	border-top: 2px solid #3572d4;
    align-items: flex-start;
}

.article .img {
    display: flex;
    position: relative;
    width: 35%;
}

.article:nth-child(2n) .img{
    order: 1;
}

.article .date {
    height: auto;
    padding: 10px 0px;
}

.article .text {
	width: 65%;
	padding-left: 30px;
	padding-top: 15px;
}

.article:nth-child(2n) .text{
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}

.article .title {
	font-family: AlegreyaSans-Medium;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 15px;
	display: inline-block;
}

.article .desc {
	line-height: 1.4;
	margin-bottom: 20px;
}

.article .btn{
	padding: 17px 35px;
}

/*PARTNERS*/
#partners {
    
    background-color: #ffffff;
    padding: 80px 0px;
}
#partners ul {
    padding: 0px 60px 0px;
    position: relative;
}

#partners .slick-track {
    display: flex;
    align-items: flex-end;
}

#partners .slick-slide {
    padding: 0px 10px;
}

#partners .slick-dots {
    /*position: absolute;
    bottom: 0px;
    padding: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;*/
    display:none;
}

#partners .slick-dots li {
	/*text-indent: -9999px;
	width: 30px;
	height: 5px;
	background-color: #e7e1e1;
	display: inline-block;
	margin-right: 35px;
	cursor: pointer;
	border-radius: 20%;*/
	display:none;
}

#partners .slick-dots li:last-child{
    /*margin-right: 0;*/
    display:none;
}

#partners .slick-dots .slick-active {
	/*background-color: #fe7a28;*/
	display:none;
}

/*CALL-BACK*/

#call-back {
	background: #131a21 url(../img/call-back.jpg);
	background-size: cover;
	text-align: center;
	color: #fff;
}
#call-back h2{
    color: inherit;
    
}

#call-back h2:before{
    background: #fff;
}

#call-back .h2 {
    display: inline-block;
    max-width: 680px;
    color: #00b067;
}
form a.c-blue {
    color:#00b067;
}
#call-back form {
    display: inline-block;
    max-width: 100%;
    width: 730px;
    padding: 0px;
    background-color: transparent;
    margin: 0;
}

#call-back form .flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#call-back input:not([type=checkbox]),
#call-back button {
    width: 32%;
    /*border-bottom: 0px;*/
}

#call-back button {
    padding: 20px;
    margin: 0 auto;
}

#call-back .agreement * {
    color: #00b067;
}

/*CONTACT*/

#contact {
    width: 50%;
    justify-content: space-between;
}

#contact .phone {
    font-family: AlegreyaSans-Medium;
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

#contact .phone span:not([itemprop=telephone]) {
    font-family: AlegreyaSans;
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px dashed #3572d4;
    padding-bottom: 2px;
    margin-left: 15px;
    vertical-align: middle;
}

#contact .column {
    width: 48%;
}

#contact strong {
    display: inline-block;
    margin-bottom: 5px;
}

#contact p {
    margin-bottom: 15px;
}

#contact a.file {
	padding-left: 35px;
	background-position: left center;
	line-height: 30px;
	min-height: 35px;
	display: inline-block;
}

#contact a[data-icon=pdf] {
    background-image: url(../icon/files/pdf.png);
}

#contact .social {
    margin-top: 30px;
}

/*MANAGERS*/

.managers {
    justify-content: space-between;
    width: 100%;

}

.managers .manager {
	width: 49%;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #237abe;
}

.manager.active {
    background-color: rgba(0, 102, 255, 0.18);
}


.otdel {
	margin-top: 14px;
	color: #237abe;
	font-size: 20px;
}

.managers .manager .title {
    font-family: AlegreyaSans-Medium;
    margin-bottom: 20px;
    background-image: url(../icon/manager/user.png);
    padding-left: 25px;
}

.manager li {
    line-height: 1.2;
    padding-left: 25px;
    background-position: left center;
    margin-bottom: 8px;
}

.manager li:last-child {
    margin-bottom: 0px;
}

.manager li[data-icon=skype] {
    background-image: url(../icon/manager/skype.png)
}

.manager li[data-icon=phone] {
    background-image: url(../icon/manager/phone.png)
}

.manager li[data-icon=email] {
    background-image: url(../icon/manager/email.png)
}

.manager li a {
    font-family: AlegreyaSans-Medium;
}

.manager .messengers {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.manager .messengers li {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-bottom: 0px;
    padding: 0px;
}

.manager li[data-icon=viber] {
    background-image: url(../icon/manager/viber.png)
}

.manager li[data-icon=whatsapp] {
    background-image: url(../icon/manager/whatsapp.png)
}

/*MAP*/
#map {
	height: 500px;
	position: relative;
	border-top: 1px solid #3572d4;
}

#map .contact {
	position: absolute;
	left: calc((100% - 1200px)/2);
	max-width: 360px;
	background: rgba(255,255,255,.85);
	border: 1px solid #eeeeee;
	padding: 25px;
	line-height: 1.4;
	z-index: 1;
}

#map .contact::before {
	position: absolute;
	content: '';
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	left: 5px;
	top: 5px;
	border: 1px solid #3572d4;
    z-index: 1;
}

#map .contact * {
    z-index: 2;
    position: relative;
}

#map .contact strong {
    display: inline-block;
    margin-bottom: 5px;
}

#map .contact p:not(:last-child) {
    margin-bottom: 20px
}

/*FOOTER*/
#footer {
	padding: 30px 0px;
	background-color: #9224f2;
	
    background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;
	color: #fff;
	border-top: 2px solid #fff;
}

#footer a {
    color: #fff;
}

#footer.white {
    background: #fff;
    color: #4b4b4b;
}

#footer.white a {
    color: #4b4b4b;
}

#footer .flx {
    justify-content: space-between;
    align-items: flex-start;
}

#footer .social li,
#contact .social li {
    display: inline-block;
    margin-right: 10px;
}

#footer .social li:last-child,
#contact .social li:last-child{
    margin-right: 0;
}

#footer .social a, #contact .social a {
	display: block;
	width: 40px;
	background: #fff;
	border-radius: 7px;
	position: relative;
	padding: 8px;
	height: 40px;
    transition: .5s;
    /*border-radius: 50px/50px 0;*/
}

#footer .social a:hover {
	background: #fe7a28;
}

#contact .social a:hover {
	background: #fe7a28;
}

#contact .social a{
    background: #ffffff;
}

#footer .social a::before, #contact .social a::before {
	position: absolute;
	content: '';
	width: calc(100% + 5px);
	left: -3px;
	height: calc(100% + 5px);
	top: -3px;
	border-radius: 7px;
	border: 1px solid #fff;
	/*border-radius: 50px/50px 0;*/
}

#contact .social a:before {
    border-color: #0066ff;
}

/*#footer .social a:hover img {
	filter: invert(100%) ;
}

#contact .social img {
	filter: invert(100%) ;
}
*/
#footer .question{
    text-align: center;
}

#footer .big {
    font-family: AlegreyaSans-Bold;
    font-size: 28px;
    margin-top: -7px;
}

#footer .small {
	font-size: 23px;
	margin-top: 19px;
	text-align: center;
	width: 270px;
	border: 1px solid #fff;
	background: rgba(249, 216, 196, 0.21);
	color:#fff;
	padding: 7px;
	display: inline-block;
	
}

#footer .contact {
    line-height: 1.8;
}

#footer .contact > * {
	padding-left: 23px;
	background-size: 15px;
	background-position: left center;
}

#footer .contact *[data-icon=phone]{background-image: url(../icon/svg/phone-w.svg);}
#footer .contact *[data-icon=geo]{background-image: url(../icon/svg/geo-w.svg);}
#footer .contact *[data-icon=email]{background-image: url(../icon/svg/email-w.svg);}

#footer .contact .phone {
    font-size: 23px;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

#footer.white .contact .phone {
    color: #4b4b4b;
}

#footer .copy {
	text-align: center;
	font-size: 12.25px;
	line-height: 1.2;
	margin-top: 50px;
}

#footer.white .copy {
    text-align: left;
}

#footer .copy a {
    color: #fff;
}

/*CALLBACK*/

#call-back-lc,
#call-back-dir {
    display: none;
}

.lightcase-inlineWrap form {
    margin: 0px auto;
}

#call-back-lc .big {
    font-family: Rubik;
    line-height: 1.2;
    margin-bottom: 30px;
}

#call-back-lc button {
    margin: 20px 0px;
}

/*CALC*/

.calc_block {
    background-color: #f9f9f9;
    border: 2px solid #efefef;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 30px;
}

.calc_block:last-child {
    margin-bottom: 0px;
}

.calc_block .capt {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.2;
    font-family: AlegreyaSans-Medium;
}

.calc_block .capt span {
    display: block;
    text-transform: none;
    margin-top: 10px;
    font-size: 15px;
    font-family: AlegreyaSans;
}

.calc_block .label {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 16px 180px 16px 0;
    position: relative;
}

.calc_block .label:last-child {
    border-bottom: none;
}

.calc_block .capt + .label {
    border-top: 1px solid #dddddd;
}

.calc_block .right {
    position: absolute;
    right: 0px;
    width: 160px;
    top: 50%;
    transform: translateY(-50%);
}

.calc_block .right input {
    width: 82px;
    border: 1px solid #d1d1d1;
    padding: 4px 8px;
    margin-right: 10px;
}

.calc_block .summ {
    padding-right: 180px;
    position: relative;
    margin-top: 25px;
    font-family: AlegreyaSans-Medium;
}

.calc_block .summ .right {
    font-size: 20px;
}

/*SEARCH*/

#search-result {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    padding: 30px;
    top: 100%;
    left: 20px;
    width: calc(100% - 40px);
    border: 1px solid #1c3041;
    z-index: 4;
}

#search-result:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-bottom: 6px solid #fff;
    bottom: 100%;
    right: 20px;
}

.fixed #search-result:before {
    display: none;
}

.search-result {
    font-size: 13px;
}

.s-word {
    font-family: AlegreyaSans-Bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.s-articles {
    width: 45%;
    padding-right: 50px;
}

.s-articles .s-group:not(:last-child) {
    margin-bottom: 30px;
}

.s-articles .s-title {
    font-family: AlegreyaSans-Medium;
    font-size: 16px;
    margin-bottom: 15px
}

.s-articles .s-article {
    width: 50%;
    padding-right: 50px;
    line-height: 1.2;
}

.s-article .desc,
.s-article img {
    margin-top: 10px;
}

.s-products {
    width: 55%;
    padding-left: 30px;
    border-left: 1px solid #ededed;
}

.s-products .flx {
    overflow: hidden;
    position: relative;
}

.s-products .flx:before {
    position: absolute;
    content: '';
    background-color: #fff;
    z-index: 1;
}

.s-products .flx:before {
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.s-products .s-product {
    padding: 20px 15px 30px;
    position: relative;
    border: 1px solid #ededed;
    width: calc((100% - 60px)/3 + 15px);
    margin: -1px 0 0 -1px;
}

.s-product:nth-child(3n + 1) {
    padding-left: 0px;
}

.s-product:nth-child(3n + 2) {
    width: calc((100% - 60px)/3 + 30px);
}

.s-product:nth-child(3n + 3) {
    padding-right: 0px;
    border-right: none;
}

.s-product:nth-child(1),
.s-product:nth-child(2),
.s-product:nth-child(3) {
    padding-top: 0;
}

.s-product img {
    width: 100%;
    border: 1px solid #c9cccd;
    margin-bottom: 15px;
}

.s-product .desc {
    color: #808080;
    margin: 15px 0;
    line-height: 1.2;
}

.s-product .old-price {
    color: #808080;
    margin-bottom: 5px;
    text-decoration: line-through;
}

.s-product .price {
    position: absolute;
    font-family: AlegreyaSans-Bold;
    font-size: 18px;
    right: 15px;
    bottom: 15px;
}

.s-product:nth-child(3n + 3) .price {
    right: 0px;
}

.s-product .old-price + .price {
    color: red;
}

.search-result .buttons {
    margin-top: 15px;
}

.search-result .buttons .btn {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    padding: 14px 29px;
}


.loader .l_main{height:100%;width:100%}


#yt-widget .yt-button_type_left {
    display: none !important;
}

#yt-widget .yt-wrapper_align_right {
    display: none !important;
}

#yt-widget .yt-button {
    border: 1px solid #00b07a !important;
}

#yt-widget .yt-listbox {
    border: 1px solid #00b07a !important;
    margin-top: 17px !important;
    width: 1200px !important;
    right: -300px !important;
}

#yt-widget .yt-button_type_right {
    border-radius: 5px !important;
    height: 36px !important;
}

#yt-widget .yt-listbox__input:checked ~ .yt-listbox__text {
    background-color: #00b067 !important;
    color: #fff !important;
}

#yt-widget .yt-listbox__text:hover, #yt-widget .yt-listbox__input:checked ~ .yt-listbox__text:hover {
    background-color: #fde9ff !important;
}
    
#yt-widget .yt-state_expanded .yt-button_type_right {
    background-color: #fde9ff !important;
}