/* Global styles */
body {
	font-family: 'Exo 2', sans-serif;
	color: #333333;
}
.padding--r {
	padding-right: 60px;
}
.padding--l {
	padding-left: 60px;
}
.center {
	text-align: center;
}

/* Page */
.page__wrap {
	background-image: url('/images/bg/page-bg.jpg');
	background-repeat: repeat;
	overflow: hidden;
}
.page__wrap.active {
	height: 100%;
}

/* Btn */
.btn {
	display: inline-block;
	height: 42px;
	padding-right: 59px;
	padding-left: 59px;
	font-size: 14px;
	font-weight: 600;
	line-height: 42px;
	color: #ffffff;
	background-color: #046CB2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-transition:  0.3s;
	-moz-transition:  0.3s;
	-ms-transition:  0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
}
@media (min-width: 1199px) {
	.btn:hover {
		background-color: #035A94;
	}
}

/* header */
.header--secondary .products {
	background-color: #f8f8f8;
	box-shadow: 0 2px 1px rgba(107, 107, 107, 0.4);
}
.header--secondary .products__link:before {
	background-color: #d5d5d5;
}
.header__top-panel {
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #f2f2f2;
}
.header__row {
	display: flex;
	justify-content: space-between;
}
.header__item {
	display: inline-block;
}
.header__item > div, .header__item > a {
	display: inline-block;
}
.header__item > div:not(.header__logo), .header__item > a {
	display: inline-block;
	padding-top: 11px;
}
.header__logo {
	display: inline-block;
	max-width: 94px;
	margin-right: 15px;
}
.header__logo a {
	display: block;
}
.header__slogan {
	display: inline-block;
	padding-top: 11px;
	font-weight: 600;
	color: #4f4f4f;
	text-transform: uppercase;
	vertical-align: top;
}
.header__phone {
	margin-right: 26px;
}
.header__phone a {
	-webkit-transition:  0.3s;
	-moz-transition:  0.3s;
	-ms-transition:  0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
}
.header__phone a:first-of-type {
	margin-right: 4px;
}
@media (min-width: 1199px) {
	.header__phone a:hover {
		color: #035a94;
	}
}
.header__link {
	border-bottom: 1px solid rgba(163, 163, 163, 0.5);
	-webkit-transition:  0.3s;
	-moz-transition:  0.3s;
	-ms-transition:  0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
}
.header__link:last-child {
	margin-left: 10px;
}
.carousel__item img {
	margin: auto;
}
@media (min-width: 1199px) {
	.header__link:hover {
		color: #035a94;
		border-bottom-color: #035a94;
	}
}

/* Products */
.products {
	position: fixed;
	width: 100%;
	top: 49px;
	left: 0;
	z-index: 60;
}
.products.active {
	top: 0;
	background-color: #f8f8f8;
	-webkit-transition:  0.1s;
	-moz-transition:  0.1s;
	-ms-transition:  0.1s;
	-o-transition:  0.1s;
	transition:  0.1s;
}
.products.hide {
	top: -110px;
	-webkit-transition:  0.3s;
	-moz-transition:  0.3s;
	-ms-transition:  0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
}
.products .container {
	position: static;
}
.products__list {
	position: static;
	padding-top: 31px;
	padding-bottom: 36px;
}
.products__item {
	padding-left: 15px;
}
.products__item:first-child {
	padding-left: 0;
}
.products__item:last-of-type .products__link:before {
	display: none;
}
.products__link {
	display: block;
	position: relative;
	font-weight: 600;
	color: #191919;
	line-height: 20px;
	text-transform: uppercase;
	-webkit-transition:  0.3s;
	-moz-transition:  0.3s;
	-ms-transition:  0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
	z-index: 61;
}
.products__link:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 30px;
	top: 5px;
	right: 0;
	background-color: #f8f8f8; 
}
.products__link:last-child:before {
	display: none;
}
.products__link span {
	display: block;
}
.mobile-contacts {
	display: none;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(163, 163, 163, 0.5);
}
@media (min-width: 1199px) {
	.products__link:hover {
		color: #224e68;
	}
	.products__item:hover .carousel {
		display: block;
	}
	.products__link:hover:after{
	    content: "";
        display: block;
        position: absolute;
        top: -31px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: #224e68;

	    
	}
}

@media screen and (min-width: 1200px) and (max-width: 1300px){
    .products__link{
        font-size: 11px;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1500px){
    .products__link{
        font-size: 12px;
    }
}

@media screen and (min-width: 1501px) and (max-width: 1570px){
    .products__link{
        font-size: 14px;
    }
}

/* Btn__menu */
.btn__menu {
	display: none;
    position: absolute;
    width: 30px;
    height: 25px;
    top: 60px;
    right: 15px;
    background-color: transparent;
    border: none;
    z-index: 62;
    cursor: pointer;
    -webkit-transition:  0.3s;
    -moz-transition:  0.3s;
    -ms-transition:  0.3s;
    -o-transition:  0.3s;
    transition:  0.3s;
}
.btn__menu span {
	position: absolute;
    width: 30px;
    height: 3px;
    top: 50%;
    left: 0;
    background-color: #333333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition:  0.3s;
    -moz-transition:  0.3s;
    -ms-transition:  0.3s;
    -o-transition:  0.3s;
    transition:  0.3s;
}
.btn__menu span:before, .btn__menu span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #333333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition:  0.3s;
    -moz-transition:  0.3s;
    -ms-transition:  0.3s;
    -o-transition:  0.3s;
    transition:  0.3s;
}
.btn__menu span:before {
	top: -7px;
}
.btn__menu span:after {
	bottom: -7px;
}
.btn__menu.active {
	top: 15px;
	right: 15px;
}
.btn__menu.active span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn__menu.active span:before {
	opacity: 0;
}
.btn__menu.active span:after {
	bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* Bx */
.bx-wrapper .bx-pager {
	bottom: 27px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 2px solid #aba8a4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #aba8a4;
}
.bx-wrapper .bx-controls-direction a {
	width: 45px;
	height: 45px;
	top: 24%;
	background-repeat: no-repeat;
	background-position: center;
}
.bx-wrapper .bx-prev {
	left: 55px;
	background-image: url('/images/elements/arrow_left.svg');
}
.bx-wrapper .bx-next {
	right: 55px;
	background-image: url('/images/elements/arrow_right.svg');
}
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
	background-position: center;
}
.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
	background-position: center;
}

/* Carousel */
.carousel {
	visibility: hidden;
	position: absolute;
	width: 100%;
	top: 0;
	padding-top: 120px;
	padding-bottom: 30px;
	left: 0;
	background-color: #fff;
	z-index: 60;
}
.carousel.active {
	visibility: visible;
	box-shadow: 0 2px 1px rgba(107, 107, 107, 0.4);
}
@media (min-width: 1199px) {
	.products__link:hover {
		color: #224e68;
	}
	.products__item:hover .carousel {
		visibility: visible;
	}
	.products__item:hover .products__link {
		color: #224e68;
	}
	
}
.carousel__items {
	display: flex !important;
	justify-content: center;
	/*background-color: #f8f8f8;*/
}
.carousel__item {
	/*display: inline-block;*/
}
.carousel__item {
	text-align: center;
}
.carousel__link {
	display: inline-block;
}
.carousel__link span {
	display: block;
}
.carousel__item-text {
	padding-top: 40px;
	color: #3f3f3f;
	text-transform: uppercase;
}
.carousel__item-title {
	margin-bottom: 7px;
	font-size: 17px;
}
@media (max-width: 1800px) {
	.carousel__items {
		padding-right: 100px;
		padding-left: 100px;
	}
	.carousel__item {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* About */
.about {
	padding-top: 62px;
}
.about__item {
	margin-bottom: 62px;
}
.about__row {
	display: flex;
	align-items: center;
}
.about__img {
	max-width: 960px;
}
.about__text {
	max-width: 575px;
}
.about__title {
	margin-bottom: 20px;
	font-size: 35px;
	line-height: 48px;
	text-transform: uppercase;
}
.about__text p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 23px;
	line-height: 32px;
}
.about__text p:last-of-type {
	margin-bottom: 40px;
}
@media (max-width: 1500px) {
	.about__title {
	    margin-bottom: 10px;
    	font-size: 28px;
    	line-height: 38px;
	}
	.about__text p {
		margin-top: 10px;
    	margin-bottom: 10px;
    	font-size: 20px;
    	line-height: 25px;
	}
	.about__text p:last-of-type {
		margin-bottom: 20px;
	}
}

/* Social */
.social__link {
	display: inline-block;
	margin-right: 15px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition:  0.3s;
	-moz-transition:  0.3s;
	-ms-transition:  0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
}
.social__link:last-child {
	margin-right: 0;
}
.social__link.fb {
	width: 15px;
	height: 26px;
	background-image: url('/images/common/facebook.svg');
}
.social__link.ig {
	width: 26px;
	height: 26px;
	background-image: url('/images/common/instagram.svg');
}
.social__link.yt {
	width: 21px;
	height: 25px;
	background-image: url('/images/common/youtube.svg');
}
@media (min-width: 1199px) {
	.social__link.fb:hover {
		background-image: url('/images/common/facebook--hvr.svg');
	}
	.social__link.ig:hover {
		background-image: url('/images/common/instagram--hvr.svg');
	}
	.social__link.yt:hover {
		background-image: url('/images/common/youtube--hvr.svg');
	}
}

/* Crumbs */
.crumbs {
	margin-top: 107px;
	padding-top: 10px;
	font-size: 14px;
	color: #5c5c5c;
}
.crumbs a {
	margin-left: 8px;
	-webkit-transition:  0.3s;
	-moz-transition:  0.3s;
	-ms-transition:  0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
}
.crumbs a:first-of-type {
	margin-left: 0;
}
@media (min-width: 1199px) {
	.crumbs a:hover {
		color: #224e68;
	}
}
.crumbs span.active {
	margin-left: 8px;
	font-weight: 600;
}

/* Ctalog */
.catalog {
	padding-top: 40px;
}
.catalog__col {
	margin-bottom: 78px;
}
.catalog__title {
	margin-bottom: 115px;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
}
.catalog__item {
	padding-right: 90px;
	padding-left: 90px;
	text-align: center;
}
.catalog__item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.catalog__img {
	width: 100%;
	max-width: 402px;
	margin-bottom: 55px;
	margin-right: auto;
	margin-left: auto;
}
.catalog__img a {
	display: block;
}
.catalog__item-title {
	display: block;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 500;
}
.catalog__item-volume {
	margin-bottom: 20px;
}

.catalog__item-title:hover{
   text-decoration:underline;
}

/* Tabs */
.tabs {
	margin-bottom: 8px;
}
.tabs__item {
	display: inline-block;
	margin-right: 5px;
}
.tabs__item:last-child {
	margin-right: 0;
}
.tabs__link {
	display: block;
	width: 27px;
	height: 27px;
	padding: 2px;
	border: 2px solid rgba(202, 202, 202, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabs__link.active {
	border-color: #046CB2;
}
@media (min-width: 1199px) {
	.tabs__link:hover {
		border-color: #046CB2;
	}
}
.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
}
.tabs__code {
	margin-bottom: 3px;
	text-transform: uppercase;
}
.tabs__color {
	margin-bottom: 14px;
}
.tabs__price {
	font-size: 16px;
	text-transform: uppercase;
}
.tabs__price span {
	margin-right: 5px;
	font-size: 25px;
}

/* Tabs--secondary */
.tabs--secondary {
	margin-bottom: 34px;
}
.tabs--secondary .tabs__item {
	display: block;
	margin-bottom: 7px;
	margin-right: 0;
	cursor: pointer;
	-webkit-transition:  0.3s;
	-moz-transition:  0.3s;
	-ms-transition:  0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
}
.tabs--secondary .tabs__item:last-child {
	margin-bottom: 0;
}
.tabs--secondary .tabs__link {
	display: inline-block;
	margin-right: 8px;
}
.tabs__name {
	display: inline-block;
	line-height: 27px;
	vertical-align: top;
}
@media (min-width: 1199px) {
	.tabs--secondary .tabs__item:hover .tabs__link {
		border-color: #046CB2;
	}
}

/* Details */
.details__text {
	position: relative;
	padding-top: 36px;
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
	text-align: center;
}
.details__title {
	margin-bottom: 8px;
	font-size: 35px;
	text-transform: uppercase;
}
.details__subtitle {
	font-size: 15px;
	text-transform: uppercase;
}
.details__status {
	position: absolute;
	bottom: 28px;
	right: 267px;
	padding-right: 25px;
}
@media (max-width: 1500px) {
	.details__status {
		right: 50px;
	}
}
.details__status:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.details__status:before {
	background-color: #ec5353;
}
.details__status:after {
	content: '\02613';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    right: 1px;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
}
.details__status.available:before {
	background-color: #4E9547;
}
.details__status.available:after {
	content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    top: 7px;
    right: 6px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.details__about {
	padding-top: 54px;
	/*padding-left: 24px;*/
}
.details__colors ul {
	max-width: 310px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.details__item-title {
	text-transform: uppercase;
}
.details__item {
	margin-bottom: 17px;
}
.details__descr {
	padding-top: 48px;
}
.details__descr .container {
	max-width: 1200px;
}
.details__descr-img {
	width: 100%;
	max-width: 580px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 34px;
	float: left;
}
.details__descr p {
	line-height: 25px;
}
.details__questions {
	padding-top: 60px;
	padding-bottom: 86px;
	font-size: 19px;
	text-align: center;
}
.details__question {
	margin-right: 10px;
}
.details__phone {
	margin-left: 3px;
}
.details__question, .details__phone {
	font-size: 35px;
	text-transform: uppercase;
}
.details__price {
	display: none;
	position: absolute;
	top: 48px;
	right: 272px;
	font-size: 15px;
	text-transform: uppercase;
}
.details__price span {
	font-size: 35px;
}
.details__price.active {
	display: block;
}
@media (max-width: 1500px) {
	.details__price {
		right: 50px;
	}
}

/* Gallery */
.gallery {
	width: 100%;
	max-width: 765px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
}
.slick-slide {
    outline: none;
    
}
.gallery__images a {
	display: inline-block;
	max-width: 205px;
	margin-bottom: 10px;
}
.gallery__images a.active {
	opacity: 0.7;
}
.gallery__img {
	    height: 440px;
}
/* Text */
.text {
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 635px;
}
.text__title {
    padding-bottom: 26px;
    font-size: 35px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    text-align: center;
}
.text__title--sm {
	font-size: 24px;
}
.text p {
	line-height: 25px;
}

/* Contacts */
.contacts {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contacts .container {
	max-width: 1200px;
}
.contacts__title {
    padding-bottom: 26px;
    font-size: 35px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    text-align: center;
}
.contacts__row {
	padding-top: 30px;
}
.contacts__map iframe {
	width: 100%;
}
.contacts__info h2,.contacts__info h3{
    font-size: 20px;
    margin:0;
    font-weight: 600;
}
.contacts__info p{
    margin: 5px 0 0;
}
 
/* Footer */
.footer {
	padding-top: 52px;
	padding-bottom: 20px;
	color: #ffffff;
	background-color: #046CB2;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer__col:last-child {
	text-align: right;
}
.footer__title {
	margin-bottom: 11px;
	text-transform: uppercase;
}
.footer__list li {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}
.footer__list a {
	display: inline-block;
	line-height: 15px;
	border-bottom: 1px solid #C1DBEC;
	-webkit-transition:  0.3s;
	-moz-transition:  0.3s;
	-ms-transition:  0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
}
@media (min-width: 1199px) {
	.footer__list a:hover {
		color: #C0DAEC;
    	border-bottom-color: transparent;
	}
	
}
.footer__social {
	padding-top: 6px;
	margin-bottom: 20px;
}
.footer__copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.footer__list a {
	border-bottom: none;
}
.owl-nav{
    width:100%;
    top:30%;
    position:absolute;
}
.owl-next img{
    right: 20px;
    position:absolute;
}
.owl-prev img{
    left:20px;
    position:absolute;
}
.header__phone_mobile{
    display:none;
}
.relative {
	position: relative;
}
