/* ------------------------------------------------------------- *
 * Fonts
/* ------------------------------------------------------------- */
@font-face {
	font-family: 'Avenir Next Cyr Ultra';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.eot');
	src: local('Avenir Next Cyr Ultra Light'), local('AvenirNextCyr-UltraLight'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Light.eot');
	src: local('Avenir Next Cyr Light'), local('AvenirNextCyr-Light'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Light.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Regular.eot');
	src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Demi.eot');
	src: local('Avenir Next Cyr Demi'), local('AvenirNextCyr-Demi'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Demi.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Demi.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot');
	src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* ------------------------------------------------------------- *
 * Global variables
/* ------------------------------------------------------------- */

:root {
	--color-dark: #1F1F1F;
	--color-red: #E8362A;
	--color-black: #1f2226;
	--light-grey: #F6F6F6;
}

/* ------------------------------------------------------------- *
 * General
/* ------------------------------------------------------------- */

* { box-sizing: border-box; }

html, body { padding: 0; margin: 0; }

body {
	position: relative;
	background-color: #fff;
	line-height: 1.6;
	font-family: 'Avenir Next Cyr';
	font-size: 16px;
	font-weight: normal;
	color: #1F1F1F;
}

main {
	overflow: hidden auto;
}

p { 
	color: var(--white-color);
	margin: 0 0 30px; 
}

a {
	color: currentColor;
	text-decoration: none;
	outline: none;
}
a {
	transition: .2s ease-in;
}
a:hover, a:focus {
	color: currentColor;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Avenir Next Cyr';
    font-weight: 600;
	margin: 0;
}


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

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

button {
	outline: none;
	border: 0;
}
button:focus { 
	outline: none; 
}

.small, small {
	font-size: 80%;
}

.no-scroll {
	overflow: hidden;
}

/* Selection */
::selection {
	color: #FFF;
	text-shadow: none;
	background: var(--color-red);
}
::-moz-selection {
	color: #FFF;
	text-shadow: none;
	background: var(--color-red);
}
::-webkit-selection {
	color: #FFF;
	text-shadow: none;
	background: var(--color-red);
}

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

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

section {
	position: relative;
	padding: 75px 0;
}
@media (max-width: 767px) {
	section {
		padding: 50px 0;
	}
}
.container {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
}
.container-fluid {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1200px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.section-title {
	margin-bottom: 50px;
}
.section-title h1 {
	color: var(--color-dark);
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; /* 42.4px */
	margin-bottom: 0;
}
.section-title p {
	color: #1F1F1F;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.section-page-title h1 {
	font-size: 75px;
}
@media (max-width: 1200px) {
	.section-title h1 {
		font-size: 32px;
	}
	.section-page-title h1 {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.section-title {
		margin-bottom: 35px;
	}
	.section-title h1 {
		font-size: 25px;
	}
	.section-page-title h1 {
		font-size: 25px;
	}
}

.color-red {color: var(--color-red)}
.bg-grey {background: var(--light-grey)}
.bg-white {background: #FFF}


/* ------------------------------------------------------------- *
 * Icons
/* ------------------------------------------------------------- */
.icon {
    width: 15px;
    height: 15px;
    background-size: 100%;
}
.icon.icon-phone {
    background-image: url('../images/icons/ico-phone-dark.svg')
}
.icon.icon-email {
    background-image: url('../images/icons/ico-envelope-dark.svg')
}

/* ------------------------------------------------------------- *
 * Buttons
/* ------------------------------------------------------------- */
.btn {
	background: var(--color-red);
	padding: 12px 25px;
	color: #FFF;
	font-family: 'Avenir Next Cyr';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    cursor: pointer;
}
.btn:focus {color: #fff;}
.btn-solid {
	padding: 15px 25px;
	background: #FFF;
	color: var(--color-dark);
}
.btn-solid img {
	width: auto;
	max-width: 50px;
	margin-left: 10px;
	transition: .2s linear;
}
.btn-solid:hover img {
	transform: translateX(7px);
}
.btn-solid:focus {color: var(--color-dark);}
.btn-red {
	background: var(--color-red);
	color: #FFF;
}
.btn-red:hover {
	color: #fff;
}
.btn-solid:focus {color: #fff;}
.btn-bordered {
	border: 1px solid var(--color-red);
	background: transparent;
	color: var(--color-red);
}
.btn-bordered:hover {
	background: var(--color-red);
	color: #fff
}
.btn-link {
	display: inline-block;
	color: var(--color-red);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 92.5%; /* 16.65px */
	letter-spacing: -0.18px;
	text-decoration-line: underline;
}
.btn-holder {
	display: flex;
}
.btn svg {
	margin-left: 7px;
}
@media (max-width: 1200px) {
	.btn {
		font-size: 18px;
		padding: 15px 18px;
	}
	.btn-link {
		font-size: 16px;
	}
}
@media (max-width: 992px) {
	.btn {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.btn {
		padding: 14px 20px;
	}
	.btn-solid img {
		max-width: 38px;
	}
}


/* ------------------------------------------------------------- *
 * Header
/* ------------------------------------------------------------- */
.header {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	transition: .2s ease-in;
}
.header.header-scroll {
	top: 0;
}
.header.header-scroll .header-inner{
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}
.header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 207px;
	margin-bottom: 5px;
	margin-right: auto;
}
.header .header-menu {
	display: flex;
    align-items: center;
    margin-left: auto;
}
.header .header-menu ul.menu-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .header-menu ul.menu-nav > li {
	padding-right: 40px;
}
.header .header-menu ul.menu-nav li:last-child {
	padding-right: 0;
}
.header .header-menu ul.menu-nav > li.dropdown-item > a {
	position: relative;
	color: #fff;
}
.header .header-menu ul.menu-nav > li.dropdown-catalog > a {
	background: var(--color-red);
	color: #fff!important;
	text-decoration: none!important;
	display: flex;
	align-items: center;
	padding: 20px 20px;
	height: 65px;
}
.header .header-menu ul.menu-nav > li.dropdown-catalog > a:hover {
	color: #fff!important;
	text-decoration: none;
}
.header .header-menu ul.menu-nav > li.dropdown-catalog .dropdown-menu-ico {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
	height: 12px;
	margin-left: 8px;
}
.header .header-menu ul.menu-nav > li.dropdown-catalog .dropdown-menu-ico span {
	width: 16px;
	height: 2px;
	background: #FFF;
}
.header .header-menu ul.menu-nav > li.dropdown-catalog .dropdown-menu-ico span:nth-child(3) {
	width: 12px;
}
.header .header-menu ul.menu-nav li a:only-child:after { 
	content: ''; 
}
.header .header-menu ul.menu-nav li > a {
	color: #1F1F1F;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
/*	text-transform: uppercase;*/
}
.header .header-menu ul.menu-nav li:hover > a {
	color: var(--color-red);
	text-decoration: underline;
}

.header .header-menu ul.menu-nav ul.dropdown {
	display: none;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding: 30px 100px;
	position: absolute; 
	top: 120px;
	right: 0;
	background: #FFF;
	border: 1px solid #eeeeee;
	box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.05);
}
/* Display Dropdowns on Hover */
 .header .header-menu ul.menu-nav ul.dropdown.active {
	display: flex;
}
/*.header .header-menu ul.menu-nav li:hover > ul.dropdown {
	display: flex;
    flex-direction: column;
    text-align: right;
    padding: 15px 25px;
}*/
.header .header-menu ul.menu-nav ul.dropdown li {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
	position: relative;
	width: calc(25% - 5px);
	border-right: 1px solid #eeeeee;
}
.header .header-menu ul.menu-nav ul.dropdown li:last-child {
	border: 0;
}
.header .header-menu ul.menu-nav ul.dropdown li .nav-catalog-image {
	width: 120px;
	display: flex;
}
.header .header-menu ul.menu-nav ul.dropdown li .nav-catalog-text {
	display: flex;
	flex-direction: column;
}
.header .header-menu ul.menu-nav ul.dropdown li .nav-catalog-text a {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
}
.header .header-menu ul.menu-nav ul.dropdown li .nav-catalog-text a.text-md {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
	color: var(--color-red);
}
.header .header-menu ul.menu-nav ul.dropdown li .nav-catalog-text a:hover {
	color: var(--color-red);
	text-decoration: underline;
}


.header .header-top {
	padding: 15px 0;
}
.header .header-top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .header-top p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	margin: 0;
}
.header .header-top ul {
	display: flex;
	flex-direction: row;
}
.header .header-top ul li {
	margin-right: 15px;
}
.header .header-top ul li:last-child {
	margin-right: 0;
}

.header .header-contact {
	display: flex;
	align-items: center;
}
.header .header-contact,
.header .header-contact span {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header .header-contact svg {
	margin-right: 10px;
}
.header .header-contact.header-messengers svg {
	margin-right: 0;
}

.header .header-button {
	display: flex;
	align-items: center;
	margin-left: 5px;
}
.header .header-button .btn {
	padding: 15px 30px;
	border: none;
}

.header .burger-menu {
    position: relative;
 	background-color: transparent;
 	border: none;
 	cursor: pointer;
 	display: none;
 	padding: 0;
 	z-index: 9999;
 	margin-left: 15px;
}
.header .burger-menu .line {
	fill: none;
	stroke: #1F1F1F;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .burger-menu .line1 {
  	stroke-dasharray: 60 207;
  	stroke-width: 5;
}
.header .burger-menu .line2 {
	stroke-dasharray: 60 60;
	stroke-width: 5;
}
.header .burger-menu .line3 {
  	stroke-dasharray: 60 207;
  	stroke-width: 5;
}
.header .burger-menu.opened .line1 {
  	stroke-dasharray: 90 207;
  	stroke-dashoffset: -134;
  	stroke-width: 5;
}
.header .burger-menu.opened .line2 {
  	stroke-dasharray: 1 60;
  	stroke-dashoffset: -30;
  	stroke-width: 5;
}
.header .burger-menu.opened .line3 {
  	stroke-dasharray: 90 207;
  	stroke-dashoffset: -134;
  	stroke-width: 5;
}
@media (max-width: 1450px) {
	.header .logo {
		width: 220px;
	}
	.header .header-menu ul.menu-nav li {
		padding-right: 30px;
	}
}
@media (max-width: 1300px) {
	.header .logo {
		width: 200px;
	}
	.header .header-contact svg {
		margin-right: 10px;
	}
	.header .header-button .btn {
		padding: 15px;
		font-size: 15px;
	}
	.header .header-menu ul.menu-nav li {
		padding-right: 30px;
	}
	.header .header-menu ul.menu-nav li a {
		font-size: 15px;
	}
	.header .header-menu ul.menu-nav ul.dropdown li a {
		font-size: 14px;
	}
}
@media (max-width: 1200px) {
	.header .header-menu ul.menu-nav ul.dropdown {
		top: 114.5px;
		right: 30px;
	}
}
@media (max-width: 992px) {
	.header .header-contact svg {
		margin-right: 0;
		width: 18px;
		height: 18px;
	}
	.header .header-contact.header-messengers svg {
		margin-right: 0;
		width: 20px;
		height: 20px;
	}
	.header .header-contact span {
		display: none;
	}
	.header .header-menu {
		display: none;
	}
	.header .burger-menu {
		display: flex!important;
		align-items: center;
		margin: 0 7.5px;
	}
	.header .burger-menu.opened {
		top: -40px;
	}
}
@media (min-width: 767px) {
	.show-on-mobile {
		display: none;
	}
}
@media (max-width: 767px) {
	.hide-on-mobile {
		display: none;
	}
	.header .logo {
		width: 180px;
		padding: 10px 0 0 0;
	}
	.header .header-top p {
		font-size: 11px;
	}
	.header .header-top ul li {
		margin-right: 8px;
	}
	.header .header-contact {
		padding: 0;
	}
	.header .header-button .btn {
		padding: 10px;
		font-size: 14px;
	}
	.header .burger-menu {
		margin-left: 10px;
	}
	.header.header-scroll {
		padding: 8px 0;
		background: #FFF;
		border-bottom: 1px solid #d9d9d9;
		box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15);
	}
	.header.header-scroll .header-inner {
		border: 0;
	}
}
@media (max-width: 350px) {
	.header .logo {
		width: 125px;
	}
	.header .burger-menu {
		margin-left: 5px;
	}
	.header .header-top p {
		display: none;
	}
	.header .header-top ul {
		margin-left: auto;
	}
}

/* ------------------------------------------------------------- *
 * Mobile Menu
/* ------------------------------------------------------------- */
.sidebar-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 990;
    width: 100%;
    height: 200%;
    background: rgb(0 0 0 / 80%);
}
.sidebar-background.active {
    display: block;
    z-index: 990;
}
.sidebar {
    position: fixed;
    width: 320px;
    top: 0;
    right: -100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    transition: .3s;
    overflow-y: auto;
}
@media screen and (max-width: 600px) {
    .sidebar {
        width:90%
    }
}
.sidebar-active {
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 999;
    transition: .3s;
    padding-bottom: 20px;
}
.sidebar-info {
    padding: 0 20px 80px
}
.sidebar-info span {
    font-size: 16px;
    width: 100%;
    color: var(--color-dark);
    margin-bottom: 10px;
    display: block
}
.sidebar-info a {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-dark);
    text-decoration: none;
    margin-bottom: 2px
}
.sidebar-info p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--color-dark);
    margin-bottom: 20px
}
.sidebar-info_title {
    line-height: 25px;
    font-size: 20px;
    font-weight: 400;
    color: var(--color-dark);
    text-align: center;
    margin-bottom: 10px
}
.sidebar-info .sidebar-time span {
    margin-top: 0;
    margin-bottom: 0;
    color: #141414;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}
.sidebar-info .sidebar-phone i {
    align-self: flex-start
}
.sidebar-info .sidebar-feedback div p,.sidebar-info .sidebar-phone div p,.sidebar-info .sidebar-time div p {
    color: #474747;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    margin-top: 3px;
    margin-bottom: 0
}
.sidebar-info .sidebar-feedback,.sidebar-info .sidebar-phone,.sidebar-info .sidebar-time {
    display: flex;
    margin-bottom: 10px
}
.sidebar-info .sidebar-feedback i,.sidebar-info .sidebar-phone i,.sidebar-info .sidebar-time i {
    position: relative;
    top: 4px
}
.sidebar-info .sidebar-feedback div,.sidebar-info .sidebar-phone div,.sidebar-info .sidebar-time div {
    display: inline-block;
    width: calc(100% - 50px);
    margin-left: 10px
}
.sidebar-info .sidebar-feedback div a,.sidebar-info .sidebar-phone div a,.sidebar-info .sidebar-time div a {
    font-size: 14px;
    font-weight: 700;
    color: #141414;
    line-height: 150%;
    text-decoration: underline;
    cursor: pointer
}
.sidebar-info .sidebar-phone div a.a_call_me,.sidebar-info .sidebar-time div a.a_call_me {
    display: block;
    margin-top: 8px
}
.sidebar-info .sidebar-feedback_center,.sidebar-info .sidebar-phone_center,.sidebar-info .sidebar-time_center {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px
}
.sidebar-info .sidebar-feedback_center i,.sidebar-info .sidebar-phone_center i,.sidebar-info .sidebar-time_center i {
    margin-bottom: 12px
}
.sidebar-info .sidebar-feedback_center div a,.sidebar-info .sidebar-phone_center div a,.sidebar-info .sidebar-time_center div a {
    font-size: 14px;
    font-weight: 600;
    color: #346da6;
    line-height: 17px;
    text-decoration: underline;
    cursor: pointer
}
.sidebar-info .sidebar-feedback_center div a.a_call_me,.sidebar-info .sidebar-phone_center div a.a_call_me,.sidebar-info .sidebar-time_center div a.a_call_me {
    display: block;
    margin-top: 8px
}
.sidebar-info .sidebar-feedback_center div p,.sidebar-info .sidebar-phone_center div p,.sidebar-info .sidebar-time_center div p {
    margin-bottom: 0
}
.sidebar-list {
    top: 0;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    padding: 0 20px 8px
}
.sidebar-list:after {
    content: "";
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #dce2eb;
    bottom: 3px;
}
.sidebar-list li {
    padding: 0 0 10px
}
.sidebar-list li:last-child {
    margin-bottom: 0
}
.sidebar-list li img {
    height: 13px;
    width: 7px;
    margin-left: auto
}
.sidebar-list a {
    text-decoration: none;
    color: var(--color-dark);
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 140%
}
.sidebar-list a.active span {
    font-weight: 600
}
.sidebar-list .sidebar__account a {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-dark);
    line-height: 140%;
    margin-right: 10px;
    display: flex;
    align-items: center
}
.sidebar-list .sidebar__account img {
    margin-left: 10px;
    transform: rotate(180deg)
}
.sidebar-wrap {
    overflow-x: hidden;
    padding-top: 15px;
}
.sidebar .mobile-menu-header {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    padding: 10px 20px;
    background: none;
    text-transform: uppercase;
/*    margin-bottom: 10px;*/
}
.sidebar .mobile-menu-header:last-child {
    margin-bottom: 0
}
.sidebar .mobile-menu-header i {
    margin-right: 0
}
.sidebar .mobile-menu-header span {
    float: left
}
.sidebar .mobile-menu-header.light {
    background: #fff
}

.sidebar-info .messengers-wrap {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 15px;
    border-bottom: 1px solid #dce2eb;
    margin-bottom: 15px;
}
.sidebar-info .messengers-wrap .messengers-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    padding: 10px 0;
    background: none;
    margin-bottom: 10px;
}
.sidebar-info .messengers-wrap .messengers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sidebar-info .messengers-wrap .messengers a {
    font-size: 16px;
    font-weight: 700;
    color: var(--light-grey);
    text-decoration: none;
    margin-bottom: 2px;
    width: 24%;
    border-radius: 0;
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 4px 6px 4px;
    text-decoration: none;
}
.sidebar-info .messengers-wrap .messengers a span {
    color: var(--color-dark);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 5px;
    text-decoration: none;
    margin-bottom: 0;
    width: auto;
}
.sidebar-info .messengers-wrap .messengers a .icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.sidebar-info .messengers-wrap .messengers a .icon.icon-telegram {
    background-image: url('../images/icons/telegram.svg');
}
.sidebar-info .messengers-wrap .messengers a .icon.icon-messenger {
    background-image: url('../images/icons/messenger.svg');
}
.sidebar-info .messengers-wrap .messengers a .icon.icon-youtube {
    background-image: url('../images/icons/youtube.svg');
}
.sidebar-info .messengers-wrap .messengers a .icon.icon-facebook {
    background-image: url('../images/icons/ico-facebook.svg');
}
.sidebar-info .messengers-wrap .messengers a .icon.icon-viber {
    background-image: url('../images/icons/viber.svg');
}
.sidebar-info .messengers-wrap .messengers a .icon.icon-phone {
    background-image: url('../images/icons/ico-phone.svg');
}

.sidebar-info .sidebar-contact .icon {
    width: 15px;
    height: 15px;
    background-size: 100%;
}
.sidebar-info .sidebar-contact .icon.icon-phone {
    background-image: url('../images/icons/ico-phone.svg')
}
.sidebar-info .sidebar-contact .icon.icon-email {
    background-image: url('../images/icons/ico-envelope.svg')
}
.sidebar-info .sidebar-contact .icon.icon-clock {
    background-image: url('../images/icons/ico-clock.svg')
}
.sidebar-info .sidebar-contact .icon.icon-time {
    background-image: url('../images/icons/ico-time.svg')
}

/* ------------------------------------------------------------- *
 * Section Intro
/* ------------------------------------------------------------- */
.section-intro {
	padding: 0;
	background-color: #fff;
    background-image: url(../images/intro-bg.svg);
    background-size: 65%;
    background-position: 120% 0%;
    background-repeat: no-repeat;
}
.section-intro .section-title {
	max-width: 605px;
	margin-bottom: 0;
}
.section-intro .section-title h1 {
}
.section-intro .section-title p {
	margin-top: 15px;
}
.section-intro .row {
	flex-direction: row;
	flex-wrap: nowrap;
}
.section-intro .row .col {
	display: flex;
	flex-direction: column;
}
.section-intro .row .col-one {
	width: 55%;
	justify-content: center;
	padding: 100px 0;
}
.section-intro .row .col-two {
	position: relative;
	justify-content: center;
	width: 45%;
}
.section-intro .intro-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1200px) {
	.section-intro .row .col-two .intro-banner {
		width: calc(100% + 30px);
	}
}
@media (max-width: 992px) {
	.section-intro .row {
		flex-wrap: wrap;
	}
	.section-intro .row .col-one {
		padding: 50px 0;
	}
	/*.section-intro .row .col-two .intro-banner {
		position: relative;
		min-height: 270px;
		width: calc(100% + 30px);
		margin-left: -15px;
	}*/
}
@media (max-width: 767px) {
	.section-intro {
		background-size: 130%;
		background-position: bottom;
	}
	.section-intro .row .col {
		width: 100%;
		padding-bottom: 0;
	}
}
/* ------------------------------------------------------------- *
 * Section About
/* ------------------------------------------------------------- */
.section-about {
	background: #F4F5F9;
	padding: 0;
}
.section-about .about-text {
	padding: 50px 100px 50px 0;
}
.section-about .about-text h4 {
	color: #0F253F;
	font-size: 25px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%; /* 29.4px */
	text-transform: uppercase;
	margin-bottom: 20px;
}
.section-about .about-text p {
	margin-bottom: 15px;
}
.section-about .btn-link {
	margin-top: 50px;
}
.section-about .about-banner {
	position: relative;
	display: flex;
	margin-left: 50px;
	width: calc(100% + 50px);
}
.section-about .about-banner .banner-text {
	position: absolute;
	display: flex;
	top: 70px;
	left: -70px;
	background: var(--color-red);
	max-width: 500px;
	padding: 30px 50px;
	color: #FFF;
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 29.4px */
	text-transform: uppercase;
}
@media (max-width: 1400px) {
	.section-about .about-text {
		padding: 40px 40px;
	}
	.section-about .about-text p {
		font-size: 14px;
	}
}
@media (max-width: 1300px) {
	.section-about .about-banner .banner-text {
		padding: 25px;
		max-width: 400px;
		font-size: 18px;
	}
}
@media (max-width: 1200px) {
	.section-about .about-text {
		padding: 30px 0;
	}
	.section-about .about-banner {
		margin-left: 30px;
		width: 100%;
	}
	.section-about .about-banner .banner-text {
		top: 50px;
		left: -40px;
	}
}
@media (max-width: 992px) {
	.section-about .about-banner {
		margin-left: 0;
	}
	.section-about .about-banner .banner-text {
	    top: 30px;
	    left: 50%;
	    max-width: 100%;
	    width: 95%;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
}
@media (max-width: 768px) {
	.section-about .about-text {
		padding: 30px 15px;
	}
	.section-about .about-text h4 {
		font-size: 18px;
	}
	.section-about .about-text h4 br {
		display: none;
	}
	.section-about .about-banner {
		-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
		-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
		box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
	}
	.section-about .about-banner .banner-text {
		font-size: 16px;
		padding: 15px;
		top: 15px;
	}
}
/* ------------------------------------------------------------- *
 * Section Products
/* ------------------------------------------------------------- */
.section-products .section-title {
	max-width: 550px;
	margin: 0 auto 40px;
}
.section-products .section-title h1 {
	margin-bottom: 20px;
}
.section-products [class*="col-"] {
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-products .product-item {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	padding-bottom: 25px;
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
		-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
		box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
	transition: .2s ease-in;
}
.section-products .product-item .product-image {
	position: relative;
	overflow: hidden;
	transition: .2s ease-in;
}
.section-products .product-item .product-image img {
/*	transform: scale(.95);*/
	transition: .2s ease-in;
}
.section-products .product-item .product-image-hover {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: .2s ease-in;
}
.section-products .product-item .product-title {
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
}
.section-products .product-item:hover {
	transform: scale(1.05);
}
.section-products .product-item:hover {
	background: var(--color-red);
}
.section-products .product-item:hover .product-image img {
	opacity: 0;
}
.section-products .product-item:hover .product-image-hover {
	opacity: 1!important;
}
.section-products .product-item:hover .product-title {
	color: #fff;
}

.section-products-two .product-item {
	padding-bottom: 0;
}
.section-products-two .btn-holder {
	justify-content: flex-end;
}
.section-products-two .btn-holder .btn {
	transition: .2s ease-in;
}
.section-products-two .btn-holder .btn svg {
	margin-left: 8px;
}
.section-products-two .btn-holder .btn svg path {
	transition: .2s ease-in;
}
.section-products-two .product-item:hover .product-image img {
	opacity: 1!important;
}
.section-products-two .product-item:hover .btn {
	color: var(--color-red);
	background: #fff;
}
.section-products-two .product-item:hover .btn-holder svg path {
	fill: var(--color-red);
}
@media (max-width: 1200px) {
	
}
@media (max-width: 768px) {

}
/* ------------------------------------------------------------- *
 * Section solutions
/* ------------------------------------------------------------- */
.section-solutions {
	background: #fff;
	padding-top: 0;
}

@media screen and (max-width: 767px) {
    .section-solutions {
    	padding-bottom: 50px;
    }
}

.solutions-slider {
	width: 100%;
	margin: auto;
}
.solutions-slider .slide {
	display: flex;
	align-items: center;
}
.solutions-slider .slide-image {
	width: calc(50% - 100px);
}
.solutions-slider .slide-image img {
	max-width: 100%;
	height: auto;
	background: #F4F5F9;
}
.solutions-slider .text {
	width: 50%;
	padding: 0 20px;
	margin-left: auto;
}
.solutions-slider h3 {
    margin: 0;
    margin-bottom: 40px;
    color: #262626;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.4px;
}
.solutions-slider .button-wrap {
	display: flex;
    margin-top: 60px;
}

.solutions-inner-slider {
	width: calc(50% - 100px);
}
.solutions-inner-slider .slick-dots {
	position: static;
}
.solutions-inner-slider .slick-slide {
	cursor: zoom-in;
}
.solutions-inner-slider img {
	max-width: 100%!important;
	height: auto;
/*	background: #F4F5F9;*/
}
@media (max-width: 1300px) {
	.solutions-slider .slide-image,
	.solutions-inner-slider {
		width: calc(40% - 20px);
	}
	.solutions-slider h3 {
		margin-bottom: 30px;
	}
	.solutions-slider .button-wrap {
		margin-top: 30px;
	}
	.solutions-slider .text {
		width: 60%;
	}
}
@media (max-width: 992px) {
	.solutions-slider .slide-image, 
	.solutions-inner-slider, 
	.solutions-slider .text {
		width: 100%;
	}
	.solutions-slider .slide-image {
		margin-bottom: 30px;
	}
	.solutions-slider .text {
		padding: 0;
	}
	.solutions-slider .slide {
		flex-direction: column;
	}
	.solutions-slider h3 {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.solutions-slider h3 {
		margin-bottom: 15px;
	}
	.solutions-slider .solutions-text {
		font-size: 14px;
		margin-bottom: 0;
	}
}
.solutions-navigation {
	display: flex;
	position: absolute;
	top: -100px;
	right: 0;
}
.solutions-count {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 15px;
	color: #262626;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.16px;
}
.solutions-next,
.solutions-prev {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-red);
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    z-index: 10;
}
.solutions-next.disabled,
.solutions-prev.disabled {
    cursor: not-allowed;
    background: #D9D9D9;
}
.solutions-next:focus,
.solutions-prev:focus {
    outline: none;
}
@media (max-width: 992px) {
	.solutions-navigation {
		top: -50px;
	}
	.solutions-next, .solutions-prev {
		width: 28px;
		height: 28px;
	}
	.solutions-next svg, .solutions-prev svg {
		width: 7px;
		transform: translateY(-0.8px);
	}
	.solutions-count {
		font-size: 14px;
		margin: 0 8px;
	}
}
.slick-dots li button {
	border: 1px solid #bfbfbf;
    border-radius: 100%;
}
.slick-dots li button:before {
	font-size: 8px;
    line-height: 21px;
}
.slick-dots li.slick-active button {
	border-color: var(--color-red);
}
.slick-dots li.slick-active button:before {
	color: var(--color-red);
	border-color: var(--color-red);
	opacity: 1;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	color: var(--color-red);
}
@media (max-width: 768px) {
	.slick-dots li,
	.slick-dots li button,
	.slick-dots li button:before {
		width: 15px;
		height: 15px;
	}
	.slick-dots li button:before {
	    font-size: 6px;
	    line-height: 17px;
	}
}
/* ------------------------------------------------------------- *
 * Section Solutions Two
/* ------------------------------------------------------------- */
.section-solutions-two .section-title {
	margin-bottom: 20px;
}
.section-solutions-two .section-title h1 {
	color: var(--color-red);
	font-size: 28px;
	font-weight: 500;
}
.section-solutions-two table {
	margin-bottom: 40px;
	border-top: 1px solid #ececec;
}
.section-solutions-two table td {
	width: 33%;
}
/* ------------------------------------------------------------- *
 * Section Services
/* ------------------------------------------------------------- */
.section-services {
	padding-bottom: 0;
}
.section-services .service-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.section-services .service-item	{
	width: calc(33.3% - 15px);
	position: relative;
    display: block;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 12px 8px rgba(129, 129, 129, .06);
    text-align: right;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.section-services .service-item svg {
	height: 40px;
	margin: 20px 0 30px 0;
}
.section-services .service-item	.service-number {
	position: absolute;
    top: 15px;
    left: 25px;
    font-weight: 500;
    color: #ccc;
}
.section-services .service-item h4 {
	color: var(--color-dark);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.section-services .service-item p {
	color: var(--color-dark);
	font-size: 14px;
	margin-bottom: 0;
}
@media (max-width: 992px) {
	.section-services .service-wrap {
		flex-direction: column;
	}
	.section-services .service-item {
		width: 100%;
		margin-bottom: 15px;
	}
}
/* ------------------------------------------------------------- *
 * Section CTA
/* ------------------------------------------------------------- */
.section-cta {
	position: relative;
	background: var(--light-grey);
}
.section-cta .row {
	display: flex;
}
.section-cta .row .col {
	width: 50%;
}
.section-cta .cta-inner .section-title {
	margin-bottom: 25px;
}
.section-cta .cta-inner .section-title h1 {
	color: var(--color-black);
}
.section-cta .cta-inner p {
	color: var(--color-black);
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 18.5px */
	margin-bottom: 0;
	max-width: 500px;
}
.section-cta .btn-wrap {
	display: flex;
	justify-content: center;
}
.section-cta .btn-wrap .btn {
	min-width: 400px;
	padding: 20px 15px;
}
@media (max-width: 992px) {
	.section-cta .row .col {
		width: 100%;
	}
	.section-cta .cta-inner .section-title,
	.section-cta .cta-inner p {
		text-align: center;
	}
	.section-cta .cta-inner p {
		margin: 0 auto 30px;
	}
}
@media (max-width: 767px) {
	.section-cta .cta-inner p {
		font-size: 16px;
	}
	.section-cta .cta-inner p {
		max-width: 100%;
	}
	.section-cta .cta-inner .btn {
		font-size: 17px;
		width: 90%;
	}
	.section-cta .btn-wrap .btn {
		min-width: 100%;
	}
}
/* ------------------------------------------------------------- *
 * Footer
/* ------------------------------------------------------------- */
.footer {
	padding: 75px 0 0 0;
	background: var(--color-black);
}
.footer .footer-logo a {
	display: flex;
	max-width: 200px;
}
.footer .footer-item h4 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 30px;
}
.footer .footer-item ul li {
	padding-bottom: 15px;
}
.footer .footer-item ul li:last-child {
	padding-bottom: 0;
}
.footer .footer-item ul li span {
	font-size: 12px;
	color: #DBDBDB;
}
.footer .footer-item ul li a {
	color: #DBDBDB;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer .footer-contacts ul {
	margin-top: -5px;
}
.footer .footer-contacts ul li a {
	display: flex;
    align-items: flex-start;
    font-weight: 600;
    color: #fff;
}
.footer .footer-contacts ul li .btn-link {
	margin-top: 7px;
}
.footer .footer-item ul li a .icon {
	margin-right: 10px;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer .footer-item ul li a .icon.icon-phone {
	background-image: url('../images/ico-phone-2.svg');
}
.footer .footer-item ul li a .icon.icon-send {
	background-image: url('../images/ico-send.svg');
}
.footer .footer-item ul li a .icon.icon-location {
	background-image: url('../images/ico-location.svg');
}
.footer .footer-item ul li.socials ul li {
	display: inline-block;
	margin-right: 10px;
}
.footer .footer-item ul li.socials ul {
	margin-top: 7px;
}
.footer .footer-item ul li.socials ul li:last-child {
	margin-right: 0;
}
.footer .footer-item ul li.socials ul li a {
	background: #fff;
	width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .footer-item ul li.socials ul li a svg {
	width: 20px;
	height: 20px;
}

.footer .footer-copyright {
	padding: 28px 0;
	margin-top: 75px;
	align-items: center;
}
.footer .footer-copyright p {
	color: #DBDBDB;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 92.5%; /* 12.95px */
	letter-spacing: -0.14px;
	text-align: right;
	margin-bottom: 0;
}
.footer .footer-copyright .dev {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #C8C8C8;
	text-align: center;
    font-family: 'Avenir Next Cyr';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 92.5%;
	padding: 2.5px 5px;
	letter-spacing: -0.14px;
	border-radius: 4px;
    transition: .3s ease;
}
.footer .footer-copyright .dev img {
	width: 20px;
    margin-left: 3px;
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .45;
    transition: .3s ease;
}
.footer .footer-copyright .dev:hover {
	color: #faff00;
	background: #0d0d0d;
}
.footer .footer-copyright .dev:hover img {
	opacity: 1;
	-moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.footer .footer-copyright ul {
	display: flex;
	flex-direction: row;
}
.footer .footer-copyright ul li {
	position: relative;
}
.footer .footer-copyright ul li a {
	color: #D8D8D8;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 92.5%; /* 12.95px */
	letter-spacing: -0.14px;
}

.footer .footer-cta {
	margin-top: 30px;
}
.footer .footer-cta .btn {
	display: inline-flex;
}
@media (max-width: 1200px) {
	.footer .footer-logo a {
		max-width: 200px;
	}
	.footer .footer-item h4 {
		font-size: 16px;
	}
	.footer .footer-item ul li a {
		font-size: 15px;
	}
}
@media (max-width: 992px) {
	.footer .footer-logo a {
		max-width: 150px;
	}
	.footer .footer-item h4 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.footer .footer-item ul li {
		padding-bottom: 8px;
	}
	.footer .footer-item ul li a {
		font-size: 11px;
	}
	.footer .footer-item ul li a .icon {
		width: 19px;
		height: 19px;
		flex: 0 0 19px;
		margin-right: 6px;
	}
	.footer .footer-copyright p,
	.footer .footer-copyright .dev,
	.footer .footer-copyright ul li a {
		font-size: 12px;
	}
	.footer .footer-copyright ul li a {
		display: flex;
		text-align: center;
	}
	.footer .footer-copyright ul li:nth-child(1) {
		padding-right: 10px;
	}
	.footer .footer-copyright ul li:nth-child(1):before {
		right: 5px;
	}
}
@media (max-width: 767px) {
	.footer .footer-item {
		margin-bottom: 30px;
	}
	.footer .footer-logo a {
		max-width: 200px;
	}
	.footer .footer-item h4 {
		font-size: 16px;
	}
	.footer .footer-item ul li {
		padding-bottom: 8px;
	}
	.footer .footer-item ul li a {
		font-size: 14px;
	}
	.footer .footer-copyright {
		margin-top: 50px;
	}
	.footer .footer-copyright p, .footer .footer-copyright .dev, .footer .footer-copyright ul li a {
		text-align: center;
	}
	.footer .footer-copyright .text-center {
		display: flex;
    	justify-content: center;
		order: 3;
	}
	.footer .footer-copyright ul {
		margin: 15px 0;
		justify-content: center;
	}
}
/* ------------------------------------------------------------- *
 * Section Privacy
/* ------------------------------------------------------------- */
.section-privacy {
	background: var(--light-grey);
	padding-top: 120px;
	padding-right: 450px;
	width: 100%;
}
.section-privacy .privacy-title {
	color: #1F1F1F;
	font-family: 'Avenir Next Cyr';
	font-size: 45px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: -0.65px;
	text-transform: uppercase;
	margin-bottom: 50px;
} 
.section-privacy .privacy-text h2 {
	font-weight: 900;
	margin-bottom: 15px;
}
.section-privacy .privacy-text p {
	font-size: 16px;
}
.section-privacy .privacy-text a {
	color: var(--color-red);
	font-weight: 400;
}
@media (max-width: 1200px) {
	.section-privacy {
		padding-right: 250px;
	}
}
@media (max-width: 992px) {
	.section-privacy {
		padding-right: 0
	}
	.section-privacy .privacy-title {
		font-size: 35px;
	}
}
/* ------------------------------------------------------------- *
 * Section Page Header
/* ------------------------------------------------------------- */
.section-page-header {
	background: var(--light-grey);
}
.section-page-header .section-title {
	margin-bottom: 0;
}
.section-page-header .breadcrumbs {
	display: flex;
	flex-direction: row;
}
.section-page-header .breadcrumbs li {
	position: relative;
	padding-right: 16px;
	margin-top: 30px;
}
.section-page-header .breadcrumbs li:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 7px;
	width: 1px;
	height: 75%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #626262;
	color: #626262;
	font-size: 14px;
	font-style: normal;
	line-height: 100%;
}
.section-page-header .breadcrumbs li:last-child {
	padding-right: 0;
}
.section-page-header .breadcrumbs li:last-child:before {
	display: none;
}
.section-page-header .beadcrumbs li a {
	color: #626262;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.section-page-header .breadcrumbs li.active {
	font-weight: 600;
}
@media (max-width: 992px) {
	.section-page-header .breadcrumbs {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.section-page-header .breadcrumbs li {
		margin-top: 7px;
	}
	.section-page-header .breadcrumbs li a {
		font-size: 12px;
	}
	.section-page-header .breadcrumbs li:before {
		height: 50%;
	}
}
/* ------------------------------------------------------------- *
 * Section Product Details
/* ------------------------------------------------------------- */
.section-product {
	background: var(--light-grey);
	margin-top: 15px;
}
.section-product [class*="col-"] {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.section-product .product-block {
	padding: 30px 0;
	background: #fff;
}

.section-product .product-sidebar {
	background: #fff;
	margin-bottom: 30px;
}
.section-product .product-sidebar h2 {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 106%; /* 21.2px */
	background: var(--color-red);
	padding: 15px 15px;
	color: #fff;
}
.section-product .product-sidebar-menu ul li {
	padding: 15px;
	transition: .2s ease-in;
	cursor: pointer;
	border-bottom: 1px solid #E1DFDF;
}
.section-product .product-sidebar-menu ul li:last-child {
	border: 0;
}
.section-product .product-sidebar-menu ul li a {
	display: block;
	font-size: 14px;
}
.section-product .product-sidebar-menu ul li.active {
	border-color: var(--color-red);
}
.section-product .product-sidebar-menu ul li.active a {
	color: var(--color-red);
}
.section-product .product-sidebar-menu ul li:hover {
	background: var(--light-grey);
	border-bottom: 1px solid var(--color-red);
}

.section-product .product-sidebar-contact {
	padding-bottom: 15px;
}
.section-product .product-sidebar-contact ul {
}
.section-product .product-sidebar-contact ul:last-child {
	margin-bottom: 0;
}
.section-product .product-sidebar-contact ul li {
	padding: 3px 15px;
	transition: .2s ease-in;
}
.section-product .product-sidebar-contact ul li a {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.section-product .product-sidebar-contact ul li.head {
	display: flex;
	align-items: center;
	font-weight: 500;
	padding: 15px 15px 8px 15px;
}
.section-product .product-sidebar-contact ul li.head i {
	margin-right: 7px;
}

.section-product .product-sidebar-contact p,
.section-product .product-sidebar-contact .product-form {
	padding: 0 15px;
}
.section-product .product-sidebar-contact p {
	margin: 15px 0;
}
.section-product .product-form button {
	width: 100%;
	margin: 0 auto;
}

.section-product .product-slider .slick-slide {
	background: var(--light-grey);
}

.section-product .product-features {
	padding-top: 10px;
}
.section-product .product-features h2.product-title {
	color: #1F1F1F;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 106%;
	margin-bottom: 40px;
}
.section-product .product-features h3.heading {
	color: #1F1F1F;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 106%; /* 21.2px */
/*	text-transform: uppercase;*/
}
.section-product .product-features p.text {
	color: #1F1F1F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	margin: 15px 0 25px 0;
}
.section-product .product-features .buttons-holder {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.section-product .product-features .buttons-holder .btn-phone {
	margin-left: 15px;
	color: #1F1F1F;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
@media (max-width: 768px) {
	.section-product [class*="col-"] {
		padding: 0;
	}
	.section-product .product-sidebar {
		margin-bottom: 15px;
	}
	.section-product .product-sidebar ul li {
		padding: 10px 15px;
	}
}

.tabs {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid #D9D9D9;
}
.tab-button {
    padding: 10px 0;
    margin: 0 20px;
    cursor: pointer;
    color: #1f1f1f;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}
.tab-button.active {
	border-bottom: 3px solid var(--color-red);
}
.tab-button:hover {
	border-bottom: 3px solid var(--color-red);
}
.tab-button:first-child {
	margin-left: 0;
}
.tab-content {
    display: none;
    padding-top: 20px;
}
.tab-content .tab-text p {
	margin-bottom: 15px;
}
.tab-content .tab-text p:last-child {
	margin-bottom: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    letter-spacing: .02em;
    width: 100%;
    font-size: 16px;
    letter-spacing: .25px;
}
.product-table tbody {
/*    border-top: 1px solid #cfcfcf;*/
}
.product-table tr {
    display: table-row;
    padding: 20px;
}
.product-table td, .product-table th {
    padding: 16px 15px;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
}
.product-table th {
	color: #595959;
	font-weight: 500;
}
.product-table tbody tr:nth-of-type(2n) {
    background-color: #ebebeb;
}
.product-table td a {
	color: var(--color-red);
	display: flex;
	align-items: center;
	font-weight: 500;
}
.product-table td a img {
	margin-right: 7px;
	margin-bottom: 2px;
	width: 20px;
}
.product-table td a:hover {
	text-decoration: underline;
}
.table-style-bordered th {
	background: #fff;
}
.table-style-bordered th h4 {
	color: #595959;
    font-weight: 500;
}
.table-style-bordered tr, 
.table-style-bordered td {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}


/* Catalog PDF Item */
.catalog-pdf {
	display: inline-flex;
	margin-right: 20px;
	margin-bottom: 20px;
}
.catalog-pdf a {
	color: #1D1D1D;
	font-family: 'Avenir Next Cyr';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16.65px */
	letter-spacing: -0.18px;
	display: flex;
	align-items: center;
}
.catalog-pdf a img {
	width: 45px;
	margin-right: 20px;
}

/* Product Slider */
.item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
}
.slider-for {
}
.slider-for img {
	width: 100%;
	min-height: 100%;
}

.slider-nav {
	width: 100%;
  	margin: auto;
  	margin-top: 15px;
}
.slider-nav .item-slick {
	width: auto;
	margin: 0 7px;
	outline: none !important;
	cursor: pointer;
	border: 1px solid #e0e0e0;
}
.slider-nav .item-slick img {
	max-width: 100%;
	background-size: cover;
	background-position: center;
}
.slider-nav-wrap {
	position: relative;
}
.slider-arrows {
	position: absolute;
	top: -40px;
/*	transform: translateY(-50%);*/
	width: 100%;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.slider-arrows button {
	position: relative;
	z-index: 20;
	font-size: 0;
	width: 30px;
	height: 30px;
	padding: 8px;
	background: var(--light-grey);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	cursor: pointer;
}
.slider-arrows button.prev-btn {
	margin-right: 5px;
}
@media (max-width: 767px) {
	.slider-arrows {
		right: 10px;
	}
}

/* Product Others Slider */
.section-product-others {
/*	background: var(--light-grey);*/
	padding-bottom: 100px;
}
.product-others {
	overflow: hidden;
}
.product-others .catalog-item h3 {
	color: var(--color-dark);
	text-align: center;
	font-family: 'Avenir Next Cyr';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width: 300px;
	margin: 0 auto;
}

.product-others {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border: none;
    cursor: grab;
    margin-top: 10px;
}
.product-others .slider-item {
    margin: 0 27px;
}
.product-others .slick-list {
    margin: 0 -27px;
}
.product-others .catalog-item {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.product-others .catalog-item-banner {
	text-align: center;
	background: var(--light-grey);
	margin-bottom: 20px;
	padding: 40px 25px;
}
.product-others img {
    width: 100%;
    height: auto;
} 
.others-navigation {
	display: flex;
	position: absolute;
	top: 81px;
	right: 90px;
	z-index: 10;
}
.others-navigation .others-next,
.others-navigation .others-prev {
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    outline: none;
    cursor: pointer;
    z-index: 10;
}
.others-navigation .others-next span,
.others-navigation .others-prev span {
	display: flex;
}
.others-navigation .others-next span svg,
.others-navigation .others-prev span svg {
	width: 35px;
}
.others-navigation .others-next.disabled,
.others-navigation .others-prev.disabled {
    cursor: not-allowed;
}
.others-navigation .others-next.disabled span svg path,
.others-navigation .others-prev.disabled span svg path {
    fill: #BABABA;
    cursor: not-allowed;
}
.others-navigation .others-next:focus,
.others-navigation .others-prev:focus {
    outline: none;
}

@media (min-width: 992px) {
	.product-table-two {
		margin-top: 50px;
	}
}
@media (max-width: 1200px) {
	.others-navigation {
		right: 30px;
	}
}
@media (max-width: 992px) {
	.desktop-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
}
@media (max-width: 768px) {
	.product-features {
		margin-top: 40px;
	}
	.others-navigation {
		position: relative;
		right: inherit;
		top: inherit;
		margin-left: auto;
	}
	
}
@media (max-width: 350px) {
	
}





.modal {
	opacity: 0;
	visibility: hidden;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99998;
	padding: 30px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	transition: visibility 0s linear 0.1s,opacity 0.3s ease;
}
.modal.open {
	display: block;
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 21;
	background-color: rgba(0, 0, 0, 0.7);
}
.modal-close {
	position: absolute;
	top: 20px;
	right: 15px;
	border: none;
	outline: none;
	background: none;
	font-size: 24px;
	color: #d5d5d5;
	font-weight: bold;
	cursor: pointer;
	transition: .2s ease-in;
}
.modal-close:hover {
  	color: #fff;
}
.modal-container {
	position: relative;
	z-index: 22;
	width: 450px;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	margin-top: -60px;
	padding: 70px 40px;
	background-color: #fff;
}
.modal-container .modal-title {
	color: var(--color-dark);
	text-align: center;
	font-family: 'Avenir Next Cyr';
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: 130%;
	letter-spacing: -0.4px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.modal-container .modal-subtitle {
	color: var(--color-dark);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.2px;
	max-width: 400px;
	margin: 0 auto 50px;
}
.modal-container .button-holder {
	text-align: center;
	margin-top: 30px;
}
.modal-container .button-holder .btn {
	margin: 0 auto;
}
.modal-container .form {
	max-width: 430px;
	margin: 0 auto;
}
.modal-container .form .input {
	background: rgb(242, 242, 241);
    color: rgb(29, 23, 14);
	padding: 14px 20px;
	width: 100%;
	outline: 0;
    border: 0;
    margin-bottom: 15px;
}
.modal-container .form .input-holder:last-child .input {
	margin-bottom: 0;
}
.input {
	background: #F4F5F9;
	color: var(--color-dark);
	padding: 14px 15px;
	width: 100%;
	outline: 0;
    border: 0;
    margin-bottom: 10px;
}
.input-holder {
	position: relative;
}
.phone-error {
    position: absolute;
    bottom: -10px;
    font-size: 14px;
    color: var(--color-red);
}
@media (max-width: 992px) {
	.modal-container {
		width: calc(100% - 15px);
		padding: 50px 30px;
		margin-top: -30px;
	}
	.modal-container .form {
		max-width: 100%;
	}
	.modal-container .modal-title {
		font-size: 24px;
	}
}
@media (max-width: 350px) {
	.modal-container {
		margin-top: 0;
	}
	.modal-container .modal-title {
		font-size: 30px;
	}
	.modal-container .modal-subtitle {
		font-size: 12px;
		margin:  0 auto 25px;
	}
	.modal-container .form .input {
		padding: 12px 20px;
	}
	.modal-container .button-holder {
		margin-top: 25px;
	}
}
/* ------------------------------------------------------------- *
 * Thanks Page
/* ------------------------------------------------------------- */
.thanks-page {
	padding-bottom: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.thanks-page .section-title h1,
.thanks-page .section-subtitle p {
	color: var(--color-dark);
}
.thanks-page .button-wrap {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.thanks-page .button-wrap a {
	border: none;
}

/* ------------------------------------------------------------- *
 * Contact Page
/* ------------------------------------------------------------- */
.section-contacts {}
.section-contacts [class*="col-"] {
	position: relative;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.section-contacts .container {
	max-width: 1550px;
}
.section-contacts .section-title {
	max-width: 500px;
}
.section-contacts .section-title p {
	margin-top: 15px;
}
.section-contacts form {
	box-shadow: 0 14px 35px rgba(49,49,49,.08);
    background: #fff;
    padding: 30px;
    width: calc(100% - 50px);
    margin-left: auto;
}
.section-contacts form .input-holder {
	margin-bottom: 15px;
}
.section-contacts form input {
	width: 100%;
	background: #f5f5f5;
    border: none;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 24px;
}
.section-contacts form textarea {
	width: 100%;
	background: #f5f5f5;
    border: none;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 24px;
}
.section-contacts form .btn-holder {
	justify-content: flex-end;
}
.section-contacts form .btn-holder .btn {
	padding: 15px 35px;
}
.section-contacts .contacts-list {
}
.section-contacts .contacts-list li {
/*	display: flex;*/
	padding: 20px 20px;
	/*background: #fff;
	box-shadow: 0 14px 35px rgba(49,49,49,.08);*/
}
.section-contacts .contacts-list li .contacts-info {
	display: flex;
	flex-direction: column;
}
.section-contacts .contacts-list li .contacts-info span {
	font-weight: 600;
}
@media (max-width: 992px) {
	.section-contacts form {
		width: 100%;
	}
}
@media (max-width: 767px) {
	
}
@media (max-width: 350px) {
	
}
/* ------------------------------------------------------------- *
 * Finance Page
/* ------------------------------------------------------------- */
.section-finance .section-title {
	max-width: 900px;
}
.section-finance .finance-wrap {
	text-align: center;
}
.section-finance .finance-wrap img {
	max-width: 300px;
	margin: 0 auto;
}
.section-finance .finance-wrap p {}
@media (max-width: 767px) {
	.section-finance .finance-wrap {
		margin-bottom: 40px;
	}
}








