* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

table,
tr,
th,
td {
	border-collapse: collapse;
}

html{
	background: #fff;
	height: 100%;
}

body {
	font-family:'gilroy', Liberation Sans, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	background: #fff;
	color: #000;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	height: 100%;
}


/* Для всех скроллбаров */
::-webkit-scrollbar {
	width: 13px;
	background-color: #F5F5F5;
}

/* Для определенных скроллбаров */
.mybox::-webkit-scrollbar {
	width: 10px;
	background-color: #f9df13;
}

::-webkit-scrollbar-thumb {
	width: 10px;
	background: #113483;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	/* border: 1px solid black;*/
	background-color: #F5F5F5;
}
::-webkit-scrollbar-corner {
	background-color: #f9df13;
}

::-webkit-scrollbar-button {
	background-color: #f9df13;
}

.clear {
	clear: both;
	content: "";
	display: table;
}

.page {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.page__main {
	flex-grow: 1;
	flex: 1 0 auto; 
}


.wrapper {
	width: 1230px;
	margin: 0 auto;
}

.page__footer{
	flex-shrink: 0;
}

.footer {
	width: 100%;
}

.header{
	background: #113483;
}

.header__logo{
	width: 272px;
	position: relative;
	float: left;
	margin-top: 10px;
}

.header__img{
	width: 125px;
	height: 111px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.mask{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.header__title{
	font-family: "Bebas";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	width: 117px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 33px 0 0 0;
	line-height: 20px;
}

.header__main{
	width: 905px;
	float: right;
	position: relative;
}

.page__header{
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.25);
}

.header__top{
	text-align: right;
}

.header__cabinet{
	color: #f9df13;
	width: 179px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-align: center;
	line-height: 66px;
	margin: 0 11px 0 47px;
}

.header__cabinet::after{
	content: "";
	width: 100%;
	height: 66px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #0b2b72;
	-moz-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	z-index: -1;
}

.header__cabinet:hover::after{
	display: none;
}

.header__time{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	margin-left: 9px;
}

.header__phone{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	margin: -4px 0 0 17px;
}

.header__social{
	vertical-align: middle;
	display: inline-block;
}

.header__social__link{
	width: 35px;
	height: 35px;
	display: inline-block;
	overflow: hidden;
	margin-right: 5px;
}

.unvisible{
	display: none;
}

.header__social__link:hover .visible{
	display: none;
}

.header__social__link:hover .unvisible{
	display: block;
}

.header-menu{
	background: #f9df13;
	position: relative;
	z-index: 2;
}

.header-menu__list{
	margin: 0;
	padding: 0;
	height: 64px;
}

.header-menu::before{
	content: "";
	width: 41px;
	height: 67px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -39px;
	background: url('../img/menu-before.png') 0 0 no-repeat;
}

.header-bg {
	background: #f9df13;
	position: absolute;
	height: 64px;
	right:  0;
	top: 66px;
	z-index: 5;
}

.header-menu__item{
	display: inline-block;
	list-style: none;
	color: #000;
	font-size: 16px;
	margin: 0;
	position: relative;
}

.header-menu__link,
.header-menu__link:hover,
.header-menu__link:active,
.header-menu__link:visited {
	color: #000;
	text-decoration: none;
	padding: 20px 13px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

span.header-menu__link {
	cursor: default;
}

.header-menu__link::after {
	content: "";
	width: 107%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: -4px;
	right: 0;
	margin: auto;
	background: #fff;
	-moz-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	-o-transform: skewX(-24deg);
	-ms-transform: skewX(-24deg);
	transform: skewX(-24deg);
	z-index: -1;
}

.header-menu__item:hover .header-menu__link::after{
	display: block;
}

.menu-drop{
	display: none;
	background: #113483;
	position: absolute;
	top: 100%;
	left: -18px;
	width: 234px;
	margin-top: 0;
	padding: 0;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.15);
}

.header-menu__item:hover .menu-drop{
	display: block;
}

.menu-drop__item{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.menu-drop__item a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 20px 12px 30px;
}

.menu-drop__item a:hover .header-menu__link::after{
	display: none;
}

.menu-drop__item a::after{
	display: none!important;
}

.menu-drop__item:hover a{
	background: #0b2b72;
	color: #f9df13;
}

.header-icon{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../img/icons.png) 0 0 no-repeat;
	margin-top: -5px;
	margin: -5px 3px 0 0;
}

/*/////////////////////////////////////////
мобильное меню
/////////////////////////////////////*/

.mobile__container {
	position: fixed;
	top: 0;
	right: -320px;
	z-index: 110;
	width: 320px;
	height: 100%;
	transition: transform 200ms ease-in-out 0ms;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #113483;
	overflow: auto;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mobile__container.is-opened {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mobile__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100;
	background-color: #003e7c;
	opacity: 0.5;
}

.hamburger {
	position: absolute;
	z-index: 80;
	top: 8px;
	right: 0px;
	margin: auto;
	display: none;
	width: 63px;
	height: 51px;
	padding: 4px 0 0 65px;
	cursor: pointer;
	background: transparent center center no-repeat;
	background-image: url(../img/gamburger.png);
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}

.hamburger__line {
	display: block;
	height: 3px;
	background-color: #333333;
	margin-top: 5px;
}

.sidebar-mobile__top:after {
	content: '';
	display: table;
	clear: both;
}

.sidebar-mobile__left {
	padding: 4px 15px;
	display: inline-block;
	float: left;
	width: 155px;
	margin-bottom: 7px;
}

.sidebar-mobile__left img {
	margin-top: 5px;
	width: 68px;
}

.sidebar-mobile__close {
	height: 45px;
	width: 45px;
	float: right;
	margin-top: 8px;
	text-align: center;
	background-color: #7fbee9;
	cursor: pointer;
	background: transparent center center no-repeat;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5QTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////kDxURQAAABl0Uk5TAAEDBAgJQkZNTllhYpmdoqaosLG4vfb7/vC5x7sAAAEiSURBVEjHldTbkoIwEATQ1iCB7KooSuz//9F9QFfMbdo8BTJFnQozDQC74whh9Re3bvYnLoNd7xdODgD2E8kYhHpy7oDdiSQZDVW/kCRnhyPX1Vb55Vl2xvDatlR+WzTG18NoeMjHLwCEaKje3/9ZXxgqnx83VYlnXQ1V5jFUvnZQURU9DVXFU1X59vVlqoanqGp6CiqvNNlGZXpSle1JVIInUQmeRCV4UpXt+fxfZjIk/WAmQ16voPr0Wkfx+zF+l1cxSHn10T9CXiX9/EVeBSmvCv3cVBXnS8qrIOVVdb4qqsa8G3kVpLwy5j1TmflTzasg5ZWUP1vVRZr3f9UVbpJG66m6dYCbpfwZI8n7AQC6WcqfEHk7rFt3lvJnuHYA/gCqI0wcJWvbnwAAAABJRU5ErkJggg==');
	background-size: 24px 24px;
}

.sidebar-mobile__close:hover {
	background-color: #444444;
}

.menu-mobile {
	font-size: 18px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.menu-mobile li {
	display: block;
	border: 1px solid #08359a;
	margin-bottom: -1px;
	border-right: none;
	border-left: none;
	padding-bottom: 0;
	width: 100%;
}

.menu-mobile__link,
.menu-mobile__link:hover,
.menu-mobile__link:active,
.menu-mobile__link:visited {
	display: block;
	padding: 9px 15px;
	text-decoration: none;
	color: #fff;
	line-height: 18px;
	font-weight: 300;
}

span.menu-mobile__link {
	cursor: default;
}

.menu-mobile__link:hover {
	background-color: #444444;
}

.slider{
	height: 600px;
	overflow: hidden;
}

.menu-mobile__item {
	position: relative;
}

.menu-mobile__item:after {
	content: '';
	display: table;
	clear: both;
}

.menu-mobile__left {
	position: absolute;
	top: 0;
	left: 0;
	width: 12%;
	height: 100%;
}

.menu-mobile__right {
	display: inline-block;
	width: 90%;
	float: right;
}

.menu-mobile__arrow {
	position: relative;
	cursor: pointer;
	height: 100%;
	background-color: #f9df13;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.menu-mobile__arrow:before {
	transition: transform 200ms ease-in-out 0ms;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #113483;
	border-left-width: 7.5px;
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	right: 0;
	z-index: 120;
	margin: auto;
}

.menu-mobile__arrow.is-active:before {
	transform: rotate(90deg) translate(4px, 3px);
}

.menu-mobile li > ul {
	overflow: hidden;
	display: none;
	padding-left: 0;
	background-color: #2252bd;
	font-size: 0.9em;
	margin-top: 0;
	margin-left: 0;
}

ul.is-opened li{
	border-left: none;
}

.menu-mobile__arrow_up{
	background: #20578c;
}

.sidebar-mobile__menu{
	margin-bottom: 20px;
}

.sidebar-mobile__blocks{
	padding-left: 12px;
}

.menu-mobile ul li ul li ul{
	margin-left: 40px;
}

.menu-mobile ul li ul li ul li a{
	padding-left: 0;
}

/*/////////////////////////////////////////
мобильное мен/ю
//////////////////////////////////////*/

.slider__slide {
	opacity:0;
}

.slick-initialized{
	opacity:1;
	transition:opacity .3s ease-out;
}

.slider__slide{
	height: 600px;
	position: relative;
	overflow: hidden;
}

.slide__info{
	width: 1230px;
	margin: 0 auto;
	padding: 120px 700px 0 0;
	position: relative;
	z-index: 1;
}

.slide__status{
	font-family: "Bebas";
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	display: block;
	position: relative;
	line-height: 30px;
	width: 60px;
	text-align: center;
	background: #f5df19;
	margin-bottom: 28px;
}

.slide__status::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 14px;
	border-color: transparent transparent transparent #f5df19;
}

.slide__text{
	font-size: 38px;
	line-height: 46px;
	padding-bottom: 0;
	color: #fff;
	margin-bottom: 0;
	max-height: 138px;
	min-height: 100px;
	overflow: hidden;
}

.slide__text-big{
	font-size: 34px;
	line-height: 45px;
	padding-bottom: 0;
	color: #fff;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
	margin-bottom: 30px;
	max-height: 90px;
	overflow: hidden;
}

.slide__link{
	display: block;
	width: 195px;
	line-height: 49px;
	text-align: center;
	border-radius: 26px;
	text-transform: uppercase;
	font-family: "Bebas";
	font-weight: 700;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 20px;
	background: #ffef70;
	line-height: 55px;
	height: 49px;
	background: -moz-linear-gradient(top, #ffef70 1%, #fdea56 30%, #fae228 74%, #f9e018 100%);
	background: -webkit-linear-gradient(top, #ffef70 1%,#fdea56 30%,#fae228 74%,#f9e018 100%);
	background: linear-gradient(to bottom, #ffef70 1%,#fdea56 30%,#fae228 74%,#f9e018 100%);
}

.slide__link:hover{
	color: #000;
	background: #f9e018; /* Old browsers */
	background: -moz-linear-gradient(top, #f9e018 4%, #f9e018 4%, #ffff56 30%, #fae228 74%, #ffef70 97%, #ffef70 97%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9e018 4%,#f9e018 4%,#ffff56 30%,#fae228 74%,#ffef70 97%,#ffef70 97%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9e018 4%,#f9e018 4%,#ffff56 30%,#fae228 74%,#ffef70 97%,#ffef70 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	border-radius: 50%;
	color: transparent;
	border: none;
	outline: none;
	z-index: 9;
}

.slider .slick-prev{
	bottom: 44px;
	left: 40%;
	z-index: 1;
	background-image: url('../img/icons.png');
	background-position: -65px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.slider .slick-prev:hover {
	background-position: -65px -64px;
}

.slider .slick-next {
	bottom: 44px;
	right: 40%;
	z-index: 1;
	background-image: url(../img/icons.png);
	background-position: -194px 1px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.slider .slick-next:hover {
	background-position: -194px -63px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots {
	position: absolute;
	bottom: 57px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	outline: none;
	border-radius: 50%;
	border: none;
	background: transparent; 
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 0;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
	text-align: center;
	opacity: 1;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	border: 1px solid #fff;
}

.slick-dots li.slick-active button:before {
	background: #fff;
}

.info{
	padding: 50px 0 57px 0;
	min-height: 700px;
}

.info .wrapper{
	background: url(../img/info-bg.png) 497px 29px no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.info__car{
	position: absolute;
	top: 199px;
	right: 0;
	width: 692px;
	height: 243px;
	z-index: -1;
	background: url('../img/car.png') 0 0 no-repeat; 
}

.info__title{
	font-weight: 900;
	font-size: 100px;
	line-height: 109px;
	color: #f9df13;
	display: inline-block;
	margin: 0 12px 12px 0;
	vertical-align: middle;
	text-decoration: underline;
}

.info__title a {
	color: #f9df13;
	text-decoration: none;
	display: block;
}

.info__title:hover{
	text-decoration: none;
}

.info__small-title{
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	font-size: 30px;
	color: #113483;
	line-height: 34px;
	padding-top: 11px;
}

.info__text{
	font-weight: 900;
	font-size: 20px;
	padding-bottom: 41px;
	line-height: 28px;
	width: 713px;
	margin: 26px 0 0 0;
}

.info__col{
	width: 33.3%;
	float: left;
	padding-right: 18px;
}

.info__item{
	overflow: hidden;
	margin-bottom: 15px;
}

.info__item__pic{
	float: left;
	position: relative;
	width: 77px;
	height: 77px;
	border-radius: 50%;
	margin-bottom: 12px;
	margin-left: 4px;
	background: #fff;
	-webkit-box-shadow: 1px 4px 34px -8px rgba(17, 52, 131, 0.23);
	-moz-box-shadow:    1px 4px 34px -8px rgba(17, 52, 131, 0.23);
	box-shadow:        1px 4px 34px -8px rgba(17, 52, 131, 0.23);
}

.info__item__pic img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
}

.info__item__text{
	font-size: 18px;
	line-height: 25px;
	float: right;
	width: 287px;
	color: #000;
}

.info__item__text a{
	color: #254897;
	text-decoration: none;
}

.info__item__text a:hover .link-border{
	border-color: transparent;
}

.info__col_short{
	padding-top: 210px;
	padding: 210px 0 0 12px;
}

.service{
	background: #f2f2f2;
	padding: 63px 0 73px 0;
}

.service__main{
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	color: #000;
	line-height: 40px;
	margin: 0 0 24px 0;
}

.service__main a{
	color: #000;
	text-decoration: none;
	display: block;
}

.service__main a:hover{
	color: #f5df19;
}

.service__text{
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 30px;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.service__items{
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.service__item{
	width: 25%;
	float: left;
	text-align: right;
	position: relative;
	overflow: hidden;
}

.service__item__pic{
	width: 100%;
	height: 340px;
	overflow: hidden;
	position: relative;
}

.service__item img{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.service__item:hover.service__item img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service__title{
	position: absolute;
	top: 33px;
	right: 20px;
	font-weight: 400;
	color: #000;
	line-height: 24px;
	margin: 0;
	text-align: right;
	font-size: 18px;
	padding: 0 20px;
}

.service__title span{
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.service__title span::after{
	content: "";
	width: 30px;
	height: 2px;
	background: #000;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

.service__title_white{
	color: #fff;
}

.service__title_white span::after{
	background: #fff;
}

.service__btn{
	text-align: center;
}

.btn__link{
	display: inline-block;
	min-width: 252px;
	line-height: 55px;
	height: 49px;
	text-align: center;
	border-radius: 26px;
	text-transform: uppercase;
	font-family: "Bebas";
	font-weight: 700;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 20px;
	background: #ffef70;
	margin: 0 auto;
	background: -moz-linear-gradient(top, #ffef70 1%, #fdea56 30%, #fae228 74%, #f9e018 100%);
	background: -webkit-linear-gradient(top, #ffef70 1%,#fdea56 30%,#fae228 74%,#f9e018 100%);
	background: linear-gradient(to bottom, #ffef70 1%,#fdea56 30%,#fae228 74%,#f9e018 100%);
	-webkit-box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.25);
box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.25);
}

.btn__link:hover{
	color: #000;
	background: #f9e018; /* Old browsers */
	background: -moz-linear-gradient(top, #f9e018 4%, #f9e018 4%, #ffff56 30%, #fae228 74%, #ffef70 97%, #ffef70 97%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9e018 4%,#f9e018 4%,#ffff56 30%,#fae228 74%,#ffef70 97%,#ffef70 97%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9e018 4%,#f9e018 4%,#ffff56 30%,#fae228 74%,#ffef70 97%,#ffef70 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.products{
	padding: 60px 0 60px 0;
	text-align: center;
}

.products__title{
	font-size: 26px;
	font-weight: 900;
	line-height: 36px;
	color: #000;
	margin: 0 0 26px 0;
	text-align: center;
	position: relative;
	padding-left: 40px;
	display: inline-block;
}

.products__title::before{
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	background: url(../img/icons.png) 0px -92px no-repeat;
}

.products__title a{
	color: #000;
	text-decoration: none;
	display: block;
}

.products__title a:hover{
	color: #f5df19;
}

.products__slide{
	width: 282px;
	min-height: 350px;
	display: inline-block;
	margin-right: 20px;
	border: 1px solid #dbdbdb;
	padding: 25px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.products__slide__pic{
	position: relative;
}

.products__slide__pic{
	width: 200px;
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 20px;
}

.products__slide__pic img{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 90%;
	max-height: 100%;
	z-index: 1;
}

.products__name{
	font-weight: 400;
	font-size: 16px;
	color: #254897;
	line-height: 24px;
	text-align: center;
	margin: 0 0 6px 0;
	min-height: 50px;
}

.link-border{
	display: inline;
	border-bottom: 1px solid #d3daea;
}

.slide__price{
	margin-bottom: 4px;
}

.slide__price__old{
	display: inline;
	vertical-align: top;
	font-size: 16px;
	text-decoration: line-through;
	color: #838383;
	margin-right: 20px;
}

.slide__price__main{
	display: inline;
	vertical-align: top;
	font-size: 16px;
	font-weight: 900;
	color: #e01111;
}

.slide__price_single .slide__price__main{
	color: #000;
}

.products__slide:hover .products__slide__pic img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.products__slide:hover .link-border{
	border-bottom: 1px solid transparent;
}

.products__slide:hover {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(249,223,19, 1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(249,223,19, 1);
	box-shadow: inset 0px 0px 0px 3px rgba(249,223,19, 1);
	border-color: transparent;
}

.products__slider{
	width: 100%;
}

.products__slider .slick-prev{
	top: -59px;
	left: 1119px;
	z-index: 1;
	background-image: url('../img/icons.png');
	background-position: -65px -123px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.products__slider .slick-prev:hover {
	background-position: -65px -64px;
}

.products__slider .slick-next {
	top: -59px;
	right: 23px;
	z-index: 1;
	background-image: url(../img/icons.png);
	background-position: -159px -123px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.products__slider .slick-next:hover {
	background-position: -194px -63px;
}

.news{
	margin-bottom: 63px;
	padding-top: 3px;
}

.news__title{
	font-size: 36px;
	line-height: 42px;
	font-weight: 900;
	color: #000;
	margin: 0 0 28px 0;
	display: inline-block;
}

.news__title a{
	color: #000;
	text-decoration: none;
}

.news__title a:hover{
	color: #f5df19;
}

.news__sep{
	font-size: 23px;
	font-weight: 900;
	margin-left: 4px;
}

.news__link{
	font-weight: 900;
	color: #254897;
	text-decoration: none;
	font-size: 16px;
}

.news__link:hover .link-border{
	border-color: transparent;
}

.news__inner::after{
	content: "";
	display: block;
	position: absolute;
	top: 24px;
	right: 0;
	background: #f2f2f2;
	height: 9px;
	width: 560px;
}

.news__inner{
	position: relative;
}

.news__items{
	display: inline-block;
	vertical-align: top;
	width: 850px;
	overflow: hidden;
}

.news__item{
	width: 49%;
	float: left;
	padding-right: 20px;
}

.news__item__title{
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 11px 0;
	color: #000;height: 52px;
	overflow: hidden;
}

.news__item__title a{
	display: block;
	color: #000;
	text-decoration: none;
}

.news__item__title:hover .link-border{
	border-color: transparent;
}

.news__item__title:hover a{
	color: #254897;
}

.news__item__text{
	font-size: 16px;
	color: #838383;
	padding-bottom: 0;
	line-height: 24px;
	margin-bottom: 6px;
}

.news__item__date{
	display: block;
	font-size: 16px;
	color: #838383;
	padding-bottom: 0;
	line-height: 24px;
}

.send{
	display: inline-block;
	vertical-align: top;
	width: 359px;
	float: right;
}

.send__title{
	font-size: 20px;
	font-weight: 900;
	color: #000;
	line-height: 24px;
	margin: 0 0 12px 0;
}

.send-form{
	overflow: hidden;
	width: 356px;
	margin-bottom: 18px;
	border-bottom: 3px solid #bdbdbd;
}

.send__input{
	border: none;
	outline: none;
	padding: 0 10px 0 0;
	height: 40px;
	width: 85%;
	float: left;
	font-size: 16px;
}

.send__input::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
.send__input::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
.send__input:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
.send__input:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
.send__input:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
.send__input:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
.send__input:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
.send__input:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease;}
.send__input:focus::-webkit-input-placeholder {font-weight: 900; color: #113483;font-size: 24px;}
.send__input:focus::-moz-placeholder          {font-weight: 900; color: #113483;font-size: 24px;}
.send__input:focus:-moz-placeholder           {font-weight: 900; color: #113483;font-size: 24px;}
.send__input:focus:-ms-input-placeholder      {font-weight: 900; color: #113483;font-size: 24px;}

.send__input::-webkit-input-placeholder {font-weight: 900; color: #113483;font-size: 24px;	font-family:'gilroy', Liberation Sans, sans-serif; line-height: 30px;}
.send__input::-moz-placeholder          {font-weight: 900; color: #113483;font-size: 24px;	font-family:'gilroy', Liberation Sans, sans-serif; line-height: 30px;}
.send__input:-moz-placeholder          {font-weight: 900; color: #113483;font-size: 24px;	font-family:'gilroy', Liberation Sans, sans-serif; line-height: 30px;}
.send__input:-ms-input-placeholder      {font-weight: 900; color: #113483;font-size: 24px;	font-family:'gilroy', Liberation Sans, sans-serif; line-height: 30px;}

.send-btn{
	width: 15%;
	float: right;
	height: 40px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url('../img/icons.png');
	background-position:-68px -204px;
	background-repeat: no-repeat;
}

.send-form.active .send-btn{
	background-position: -158px -204px;
}

.sent__descr{
	position: relative;
	font-size: 14px;
	color: #838383;
	line-height: 20px;
	padding: 0 0 0 64px;
}

.sent__descr::before{
	content: "";
	width: 60px;
	height: 60px;
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 1px;
	background: url('../img/icons.png') 0 -202px no-repeat;
}

.footer__top{
	background: #113483;
	height: 160px;
	overflow: hidden;
	padding:46px 0 0 0;
}

.footer__title{
	color: #fff;
	font-size: 31px;
	line-height: 30px;
	font-weight: 900;
	margin: 0 34px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.footer__line{
	display: inline-block;
	width: 255px;
	margin-right: 30px;
	vertical-align: middle;
	border-bottom: 2px dashed #fff;
}

.footer__top__inner{
	position: relative;
	z-index: 1;
}

.footer__top__inner::after{
	content: "";
	width: 440px;
	height: 440px;
	display: block;
	background: #f8de13;
	position: absolute;
	top: -281px;
	right: 0;
	border-radius: 50%;
	z-index: -1;
}

.blue__link{
	font-family:'gilroy', Liberation Sans, sans-serif;
	min-width: 221px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	border-radius: 41px;
	color: #fff;
	font-weight: 900;
	padding-right: 17px;
	vertical-align: middle;
	text-transform: none;
	margin-top: 5px;
	background: #17409d; 
	background: -moz-linear-gradient(top, #17409d 0%, #163d96 37%, #13398d 68%, #123585 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #17409d 0%,#163d96 37%,#13398d 68%,#123585 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #17409d 0%,#163d96 37%,#13398d 68%,#123585 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.icon{
	width: 23px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	background: url(../img/icons.png) 0px -152px no-repeat;
}

.blue__link:hover{
	color: #f8de13;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#113483+0,113483+37,113483+68,3a60b4+100 */
	background: #113483; /* Old browsers */
	background: -moz-linear-gradient(top, #113483 0%, #113483 37%, #113483 68%, #3a60b4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #113483 0%,#113483 37%,#113483 68%,#3a60b4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #113483 0%,#113483 37%,#113483 68%,#3a60b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.blue__link:hover .icon{
	background-position: -36px -152px;
}

.footer__bot{
	padding: 56px 0 52px 0;
}

.footer__copy{
	display: block;
	font-weight: 900;
	font-size: 16px;
	margin-bottom: 21px;
}

.footer__menu{
	margin: 0 0 23px 0;
	padding: 0;
	width: 70%;
	float: left;
}

.footer__menu__item{
	list-style: none;
	font-size: 16px;
	color: #000;
	line-height: 22px;
	padding: 0 18px 0 0;
	display: inline-block;
}

.footer__menu__item a{
	color: #000;
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
}

.footer__menu__item a:first-child{
	padding-left: 0;
}

.footer__menu__item a:hover{
	color: #113483;
}

.footer__social{
	width: 25%;
	float: right;
	text-align: right;
	margin: -6px 0 0 0;
}

.footer__social__link{
	text-decoration: none;
}

.footer__social__link:hover .visible{
	display: none;
}

.footer__social__link:hover .unvisible{
	display: inline-block;
}

.welt-link img{
	display: inline-block;
	margin-right: 4px;
}

.welt-link a{
	color: #838383;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.welt-link a:hover{
	color: #113483;
}

.bread-crumbs__separator {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	margin-left: 4px;
}

.bread-crumds__item{
	font-size: 14px;
	color: #838383;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.bread-crumds__item a{
	color: #838383;
	text-decoration: none;
}

.bread-crumds__item a:hover,
.bread-crumds__item a:active,
.bread-crumds__item a:focus{
	color: #f9df13;
}

.bread-crumds{
	padding: 0;
	margin: 34px 0 7px 0;
}

.page__inner{
	border-top: 11px solid #f2f2f2;
	padding-top: 32px;
	padding-bottom: 100px;
}

.page__title{
	color: #000;
	font-weight: 900;
	line-height: 42px;
	margin: 0 0 20px 0;
	font-size: 36px;
}

.side-bar{
	width: 238px;
	float: right;
	float: left;
}

.side-bar__links{
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 9px;
	padding-bottom: 16px;
}

.side-bar__link{
	font-size: 18px;
	color: #254897;
	font-weight: 900;
	list-style: none;
	line-height: 26px;
	padding-bottom: 4px;
	margin-bottom: 0;
}

.side-bar__link a{
	text-decoration: none;
	display: inline-block;
	padding: 3px 0;
}

.side-bar__border{
	display: inline;
	border-bottom: 8px solid transparent;
}

.side-bar__link_act .side-bar__border{
	border-bottom: 8px solid #f9df13;
}

.content{
	width: 955px;
	float: right;
	padding-bottom: 100px;
}

.page__content{
	width: 945px;
	float: left;
	padding-bottom: 100px;
}

.catalog-sort{
	margin-bottom: 100px;
}

.catalog__down{
	display: none;
}

.catalog__form-row{
	margin-bottom: 13px;
}

.catalog-sort__label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 29px;
	margin-right: 15px;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.catalog-sort__checkbox {
	display: none;
}

.catalog-sort__label::after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 21px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: -3px;
	background: url('/img/check-box_spr.png') 0 -31px no-repeat;
}

.catalog-sort__checkbox:checked + .catalog-sort__label::after {
	background-position: 0 1px;
}

.catalog-sort__link{
	display:inline-block;
	font-size: 14px;
	color: #254897;
	text-decoration: none;
	border-bottom: 1px dotted #254897;
}

.catalog-sort__link:hover{
	color: #254897;
	border-bottom: 1px solid transparent
}

.catalog-sort__link:focus{
	color: #254897;
	border-bottom: 1px solid transparent
}

.catalog-sort__link:active{
	color: #254897;
	border-bottom: 1px solid transparent
}

.catalog-sort__point{
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 9px;
	padding-bottom: 16px;
}

.catalog-sort__point:last-child{
	border-bottom: 1px solid transparent;
}

.catalog-sort__col{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.catalog__del{
	display: block;
	line-height: 51px;
	border-radius: 30px;
	background: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #000;
}

.catalog__del:hover{
	color: #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,dfe5d7+40,b3bead+100;Wax+3D+%233 */
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

.catalog__del .icon{
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 25px;
	margin-right: 5px;
	background: url('../img/icons.png') -7px -270px no-repeat;
}

.catalog-sort__title{
	font-size: 16px;
	color: #000;
	font-weight: 900;
	margin-bottom: 10px;
}

.catalog .products__slide{
	text-align: center;
	width: 209px;
	padding: 9px 9px 22px 9px;
	border: none;
	min-height: 200px;
	margin-bottom: 14px;
}

.catalog .products__slide:nth-child(4n){
	margin-right: 0;
}

.catalog  .slide__price__old{
	display: none;
}

.catalog .products__slide__pic {
	width: 192px;
	height: 192px;
	padding: 10px;
	z-index: 1;
	position: relative;
}

.catalog  .slide__price__main{
	color: #000;
}

.catalog__items{
	border-bottom: 11px solid #f2f2f2;
	padding-bottom: 32px;
}

.pagination{
	display: block;
	width: 100%;
	padding: 0;
	text-align: right;
	margin-top: 20px;
}

.pagination__item {
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	color: #254897;
	padding: 5px;
}

.pagination__link{
	color: #254897;
	text-decoration: none;
	display: inline-block;
	padding: 4px 10px;
}

.pagination__item_act{
	background: #254897;
	color: #fff;
}

.pagination__item:hover{
	background: #254897;
}

.pagination__link:hover{
	color: #fff;
}

.pagination__item_act .pagination__link{
	color: #fff;
}

#map img{
	max-width: none !important;
}

#map{
	width: 100%;
	height: 434px;
}

.location__descr{
	font-size: 20px;
	width: 574px;
	line-height: 29px;
	padding-bottom: 20px;
	margin: 28px 0 14px 0;
}

.location__descr p {
	padding: 0;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}

.page__inner_loc{
	border-top: none;
	padding-top: 0;
}

.location{
	min-height: 520px;
	position: relative;
	z-index: 1;
}

.location::before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	top: -153px;
	right: 0;
	background: url('../img/location-bg.png') right -30px no-repeat;
}

.location::after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	top: -68px;
	right: 0;
	background: url('../img/location-bg2.png') right 0px no-repeat;
}

.location__phone{
	width: 340px;
	position: relative;
	padding-left: 65px;
	margin-bottom: 60px;
}

.location__phone::after{
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/icons.png') -92px -253px no-repeat;
}

.location__phone__text{
	font-size: 14px;
	display: block;
	line-height: 14px;
	margin-bottom: 3px;
}

.location__phone__number{
	display: block;
	font-size: 30px;
	font-weight: 900;
	color: #113483;
	line-height: 35px;
}

.location__item{
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding-top: 53px;
	padding-right: 30px;
	position: relative;
	margin-bottom: 50px;
}

.location__item::before{
	content: "";
	width: 43px;
	height: 43px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/icons.png') -204px -249px no-repeat;
}

.location__item__title{
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.location__item__adress{
	font-weight: 900;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}

.location__item__phone{
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 3px;
}

.location__item__time{
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 3px;
}

.location__item__link{
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color: #254897;
	border-bottom: 1px dotted #254897;
}

.location__item__link:hover{
	color: #254897;
	border-bottom: 1px solid transparent;
}

.product-card__left{
	width: 406px;
	float: left;
	margin-top: 9px;
}

.gallery__big-img{
	width: 394px;
	height: 389px;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	margin-bottom: 17px;
	position: relative;
}

.gallery__list-imgs{
	width: 100%;
	display: block;
}

.gallery__item-imgs{
	width: 74px;
	height: 74px;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 5px;
	position: relative;
}

.gallery__item-imgs:nth-child(5n){
	margin-right: 0;
}

.gallery img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	max-width: 100%!important;
	max-height: 100% !important;
}

.gallery__item-imgs a{
	display: block;
	width: 100%;
	height: 100%;
}

.product-card__right{
	width: 811px;
	float: right;
}

.product__descr{
	width: 497px;
	float: left;
}

.product-cart__price{
	float: right;
	width: 285px;
	padding: 27px 10px 23px 30px;
	background: #f2f2f2;
	margin-top: 9px;
}

.product__descr__item {
	border-bottom: 1px dotted #C2C2C2;
	position: relative;
	margin-bottom: 17px;
	padding-bottom: 0;
	width: 100%;
}

.product__descr__text {
	background-color: #fff;
	margin: 0;
	position: relative;
	padding-right: 2px;
	bottom: -5px;
}

.product__descr__info {
	position: absolute;
	right: 0;
	bottom: -5px;
	background-color: #fff;
	margin: 0;
	padding-left: 4px;
	width: 208px;
	max-height: 38px;
	overflow: hidden;
}

.product-cart__text{
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	color: #838383;
	display: block;
	margin-bottom: 8px;
}

.product-cart__summ{
	font-size: 31px;
	line-height: 31px;
	display: block;
	font-weight: 900;
	color: #e01111;
}

.product-cart__old{
	font-size: 18px;
	line-height: 26px;
	text-decoration: line-through;
	color: #838383;
	display: block;
}

.product-cart__top{
	margin-bottom: 26px;
}

.product-card__right p {
	font-size: 18px;
	line-height: 27px;
	padding: 0 0 10px 0;
}

.product-card{
	margin-bottom: 128px;
}

.mob-filter  {
	display: none;
}

.mob-filter .side-filter {
	display: none;
}

.faq-list{
	margin: 0 0 100px 0;
}

.faq-list ul {
	padding: 0;
	margin: 0;
}

.faq-list__item {
	list-style: none;
	padding: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.faq-item__dropdown{
	display: none;
	padding-left: 21px;
	line-height: 22px;
}

.faq-item__question{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 22px;
	padding-left: 21px;
	position: relative;
}

.faq-item__question::before{
	content: "+";
	color: #113483;
	font-size: 20px;
	font-weight: 900;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.faq-item__question_active::before{
	content: "-";
}

.faq-item__question a{
	color: #000;
	text-decoration: none;
}
.faq-item{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.faq-dropdown__inner{
	line-height: 18px;
}

.gallery__item{
	width: 280px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.gallery__item:nth-child(4n){
	margin-right: 0;
}

.gallery__item__inner{
	border: 1px solid #dbdbdb;
	padding: 25px;
	position: relative;
	margin-bottom: 10px;
}

.gallery__pic{
	width: 225px;
	height: 245px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.gallery__pic img{
	width: 100%;
	height: 100%!important;
	object-fit: cover;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.gallery__title{
	line-height: 18px;
	min-height: 36px;
}

.gallery__item:hover .gallery__item__inner{
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(249,223,19, 1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(249,223,19, 1);
	box-shadow: inset 0px 0px 0px 3px rgba(249,223,19, 1);
	border-color: transparent;
}

.gallery__item:hover .gallery__pic img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.form-group{
	margin-bottom: 22px;
}

.form-control {
	font-family: 'gilroy';
	display: block;
	width: 100%;
	height: 42px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cad5df;
	border-radius: 4px;
	outline: none;
}

.login-options{
	margin-bottom: 12px;
}

.login-options a {
	margin-bottom: 5px;
	text-decoration: none;
	display: inline-block;
	color: #85bf3d;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.login-options a:hover{
	color: #ec671c;
}

.form-group__label{
	font-family: "Bebas";
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
}

.form-group__requred{
	color: red;
}

.form-group__pic{
	width: 137px;
	height: 42px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.form-group__input{
	width: 52%;
	float: right;
}

.form-group__captcha{
	margin-bottom: 17px;
}

.reg-link{
	float: right;
}

.login-options a{
	font-family: "Bebas";
	color: #113483;
}

.login-options a:hover{
	color: #f9df13;
}

.modal__title{
	font-family: "Bebas";
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 11px;
}

button.btn__link{
	display: block;
	outline: none;
	cursor: pointer;
	border: none;
}

.news-list{
	width: 955px;
	float: right;
	padding-bottom: 100px;
}

.news-list .news__item{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
}

.news-list  .news__item__title{
	height: auto;
	margin-bottom: 2px;
}

.news-list  .news__item__date{
	font-size: 13px;
}

.news__item__pic{
	width: 200px;
	height: 160px;
	overflow: hidden;
	position: relative;
	float: left;
}

.news__item__pic img{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.news__item__info{
	width: 76%;
	float: right;
}

.news__item:hover .news__item__pic img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-list .news__items{
	width: 100%;
}

.share__link img{
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.share__title{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #8e8e8e;
	margin-bottom: 6px;
}

.share__count{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.share{
	margin-bottom: 21px;
	padding-bottom: 31px;
	border-top: 5px solid #eff0f2;
	padding-top: 20px;
}

.share__link{
	display: inline-block;
	text-decoration: none;
	border: 1px solid #d6d8e5;
	min-width: 68px;
	text-align: center;
	height: 38px;
	padding-top: 3px;
	font-size: 14px;
	color: #8e8e8e;
	text-decoration: none;
}

.share__link.print{
	padding: 3px 28px 0 20px;
	float: right;
}

.share__link.print img{
	margin-right: 6px;
}

.share__link:hover{
	background: rgba(77, 117, 162, 0.1);
}

.back-link{
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}

.news-full img{
	display: block;
	margin-bottom: 15px;
}

.share img{
	display: inline-block;
}

/*************************************
cabinet-page
************************************/
.cabinet {
	width: 955px;
	float: right;
	padding-bottom: 70px;
}

	.tabs {
		min-width: 320px;
		max-width: 100%;
		padding-right: 13px;
		border-bottom: 1px solid #a0a0a0;
	}

	.info-span {
		font-size: 12px;
		color: #000;
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.info-label {
		font-size: 14px;
		font-weight: 900;
		letter-spacing: 0px;
	}

	.input-row {
		width: 68%;
		float: right;
		margin-bottom: 20px;
	}

	.error-text{
		font-size: 12px;
		color: red;
	}

	.cabinet-input {
		width: 100%;
		height: 35px;
		border: 1px solid #cacaca;
		outline: none;
		border-radius: 4px;
		padding: 0 10px;
	}

	.cabinet-input:focus {
		border: 1px solid #8e898a;
		-webkit-box-shadow: 0px 0px 3px rgba(142,137,138, 0.95);
		-moz-box-shadow: 0px 0px 3px rgba(142,137,138, 0.95);
		box-shadow: 0px 0px 3px rgba(142,137,138, 0.95);
	}

	.cabinet__form{
		width: 63%;
	}

	.cabinet-input.error {
		border: 1px solid #cc0021;
		-webkit-box-shadow: 0px 0px 3px rgba(204,0,33 , 0.95);
		-moz-box-shadow: 0px 0px 3px rgbargba(204,0,33 , 0.95);
		box-shadow: 0px 0px 3px rgbargba(204,0,33 , 0.95);
	}

	.clear {
		clear: both;
	}

	.cabinet-btn {
		width: 200px;
		font-size: 17px;
		padding: 10px 20px;
		color: #fff;
		border: none;
		outline: none;
		margin-left: 16%;
		margin-bottom: 40px;
		border-radius: 6px;
		cursor: pointer;
		background: #a90329;
		background: -moz-linear-gradient(top, #a90329 0%, #c10310 12%, #6d0019 100%);
		background: -webkit-linear-gradient(top, #a90329 0%,#c10310 12%,#6d0019 100%);
		background: linear-gradient(to bottom, #a90329 0%,#c10310 12%,#6d0019 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	}

	.cabinet-btn:hover {
		background: #a90329;
		background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
		background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
		background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
		color: #fff;
	}

	.sign-btn {
		width: 144px;
		margin: 0 22px 40px 0;
		display: inline-block;
	}

	.sign-title {
		font-size: 17px;
		font-weight: 700;
		margin-bottom: 14px;
		display: block;
	}

	/* стили секций с содержанием */
	.tabs__section {
		display: none;
		padding: 15px 15px 15px 0;
		background: #fff;
		border-top: 1px solid #a0a0a0;
	}

	.tabs .tabs-input {
		display: none;
	}

	/* стили вкладок (табов) */
	.tabs .tabs-label {
		display: inline-block;
		margin: 0 0 -1px;
		padding: 10px 25px;
		font-weight: 600;
		text-align: center;
		color: #333;
		border-bottom: 1px solid #a0a0a0;
		border-radius: 5px 5px 0 0;
		font-weight: normal;
		font-size: 17px;
	}

	/* изменения стиля заголовков вкладок при наведении */
	.tabs .tabs-label:hover {
		color:  #113483;
		cursor: pointer;
	}

	/* стили для активной вкладки */
	.tabs .tabs-input:checked + .tabs-label {
		color: #fff;
		font-weight: normal;
		font-size: 17px;
		background: #113483;
		border-bottom: 1px solid  #113483;
	}

	/* активация секций с помощью переключателя :checked */
	#tab1:checked ~ #content1,
	#tab2:checked ~ #content2,
	#tab3:checked ~ #content3,
	#tab4:checked ~ #content4,
	#tab5:checked ~ #content5 {
		display: block;
	}

	.order-list {
		text-align: center;
		margin-top: 0;
		border: none;
	}

	.order-list thead{
		background: #eff0f0;
		color: #000;
	}

	.order-list .thead_td {
		background: #eff0f0;
		color: #000;
	}

	.order-list tbody td {
		border: none;
		border-bottom: 1px solid #cacaca;
	}

	.order-list td {
		text-align: center;
	}

	.order-list tr:nth-child(even) td {
		background: #fff;
		color: #000;
	}

	.new-order {
		padding: 2px 5px 3px 5px;
		background: #96999d;
		color: #fff;
		border-radius: 4px;
	}

	.treatment-order {
		padding: 2px 5px 3px 5px;
		color: #fff;
		background: #000;
		border-radius: 4px;
	}

	.in-delivery-order {
		padding: 2px 5px 3px 5px;
		background: #181b76;
		color: #fff;
		border-radius: 4px;
	}

	.delivery-order {
		padding: 2px 5px 3px 5px;
		background: #3a8464;
		color: #fff;
		border-radius: 4px;
	}

	.problem-order {
		padding: 2px 5px 3px 5px;
		background: red;
		color: #fff;
		border-radius: 4px;
	}

	.need{
		color: red;
		font-size: 18px;
		font-weight: 400;
	}

	.order-cart{
		margin-top: 0;
	}

	.order-cart__pic{
		width: 100px;
		height: 100px;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}

	.order-cart__pic img{
		max-width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.order-cart tr  td{
		text-align: center;
		font-size: 13px;
		padding: 3px;
	}

	.order-cart__name{
		width: 311px;
	}

	.order-cart .thead_td{
		background: #f2f2f2; 
		font-weight: 900;
		font-size: 13px;
		padding: 3px;
	}

	.order-cart__title{
		text-align: center;
		font-size: 14px;
		line-height: 20px;
	}

	.order-cart__link{
		text-decoration: none;
	}

	.welt-link{
		float: right;
	}





















