@import url(reset.css);
@import url(fontawesome.css);
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,900,900i&subset=cyrillic');

/* |===============| global start |===============| */
html, body{
	height: 100%;
}
body{
	font: 16px/26px 'fira sans', sans-serif;
	color: #2e2e2e;
	background: #fff;
}
#wrapper {
	position: relative;
	overflow: hidden;
	padding: 0 0 118px;
	min-width: 320px;
	min-height: 100%;
}
[class*="__center"]{
	position: relative;
	margin: auto;
	padding: 0 20px;
	width: 1220px;
}
[class*="__center"]:before,
[class*="__center"]:after{
	content: "";
	display: block;
	clear: both;
}
p,
.text ul,
.text ol,
.text dl{
	margin: 21px 0 30px;
}
.text ul,
.text ol,
.text dd{
	padding-left:18px;
}
.text ul{list-style-type: disc;}
.text ol{list-style-type: decimal;}
h1,
h2,
h3,
h4,
h5,
h6, .block_header {
	margin: 21px 0;
	font-weight:bold;
}
h1{font: bold 38px/40px 'fira sans';}
h2{font: bold 27px/32px 'fira sans';}
h3, .block_header {font-size:1.17em;}
h5{font-size:0.83em;}
h6{font-size:0.67em;}
a{
	text-decoration: none;
}
.text a{
	color: #f95236;
	text-decoration: none;
}
.text a:hover{
	color: #533171;
}
img{max-width: 100%;}
/* |===============| global end |===============| */

/* |===============| form start |===============| */
form input[type="checkbox"],
form input[type="radio"] {
	display: none;
}

input,
textarea{
	font: 16px/26px 'fira sans', sans-serif;
}
input:not([type="submit"]):not([type="button"]):not([type="image"]):hover,
textarea:hover{
	border-color: #bab7b7;
}
input:not([type="submit"]):not([type="button"]):not([type="image"]):focus,
textarea:focus{
	border-color: #a7a7a7;
}
textarea{
	height: 176px;
	resize: none;
}
.infofield{
	display: block;
	margin: 0 0 8px;
}
#wrapper .error_input{
	background: #ffeff3;
}
::-webkit-input-placeholder {color:#9ca4a7;}
::-moz-placeholder          {color:#9ca4a7;}/* Firefox 19+ */
:-moz-placeholder           {color:#9ca4a7;}/* Firefox 18- */
:-ms-input-placeholder      {color:#9ca4a7;}
#wrapper :focus::-webkit-input-placeholder {color:rgba(0,0,0, 0);}
#wrapper :focus::-moz-placeholder          {color:rgba(0,0,0, 0);}/* Firefox 19+ */
#wrapper :focus:-moz-placeholder           {color:rgba(0,0,0, 0);}/* Firefox 18- */
#wrapper :focus:-ms-input-placeholder      {color:rgba(0,0,0, 0);}

.btn,
a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button{
	cursor: pointer;
	display: inline-block;
	font: 16px/22px 'fira sans', sans-serif;
	border: 2px solid #f95236;
	padding: 13px 30px;
	color: #54c5d0;
	background-color: transparent;
	text-decoration: none;
	border-radius: 500px;
	color: #292929;
	position: relative;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover{
	background-color: #f95236;
	color: #fff;
}
.btn.btn_int{
	padding-right: 56px;
}
.cover .btn_int{
	border-color: #fff;
	color: #fff;
}
.btn_int:after{
	content: "\f054";
	position: absolute;
	right: 14px;
	font: 14px fontawesome;
	color: #ff5030;
	top: 2px;
	margin-left: 16px; 
	color: #fff;
	background: #2e2e2e;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	top: 50%;
	margin-top: -11px;
	padding-left: 3px;
	transition: all 0.1;
}
.btn_int:hover:after{
	animation: circle-move 3s infinite ease-in-out;
	color: #ff5030;
	background-color: #fff;
}
@keyframes circle-move {
	from {
		padding-right: 0;
    	transform: scale(1);
	}
	10% {
		padding-right: 2px;
	}
	20% {
		padding-right: 0;
		padding-left: 4px;
	}
	30% {
		padding-right: 2px;
		padding-left: 0;
	}
	40% {
		padding-right: 0;
		padding-left: 4px;
	}
	50% {
		padding-right: 2px;
		padding-left: 0;
	}
	60% {
		padding-right: 0;
		padding-left: 4px;
	}
	70% {
		padding-right: 0;
		padding-left: 1px;
    	transform: scale(1);
	}
	80% {
    	transform: scale(1.2);
	}
	90% {
    	transform: scale(1);
	}
	to {
    	transform: scale(1);
	}
}
.selectbox {
	position: relative;
	margin: 0 4px;
	vertical-align: top;
	cursor: pointer;
	color: #2e2e2e;
}
.selectbox .select{
	border: 2px solid #ced4d5;
	padding: 16px 25px 14px 20px;
	line-height: 20px;
	text-shadow: 1px 1px #FFF;
	background: #fff;
	min-width: 280px;
	border-radius: 10px;
}

.entry-form .selectbox {
      margin: 0 7px;
      vertical-align: middle;
    
}

.entry-form .selectbox .select {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.selectbox .select:active {
	background: #fcfcfc;
}
.selectbox.focused .select {
	border: 1px solid #8ec63f;
}
.selectbox .select .text {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font: 16px/20px 'fira sans';
}
.selectbox .trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.selectbox .trigger .arrow {
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -2px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #2e2e2e;
	width: 0;
	height: 0;
	overflow: hidden;
}

.entry-form .selectbox .trigger .arrow {
    border-top-color:#fff;
}

.selectbox .dropdown {
	z-index: 9;
	margin: -1px 0;
	padding: 4px 6px;
	background: #FFF;
	border: 1px solid #ced4d5;
}



.selectbox .dropdown ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.selectbox li {
	margin: 0;
	border-top: 1px solid #ecf0f1;
	padding: 14px 16px 13px;
	font: 16px/20px 'fira sans';
}
.selectbox li:first-child{
	border-top: 0;
}
.selectbox li.sel,
.selectbox li.sel:hover{
	cursor: default;
	color: #a8afb2;
}
.selectbox li:hover {
	color: #e31e25;
}
.selectbox li.disabled {
	color: #AAA;
}
.selectbox li.disabled:hover {
	background: none;
}
.selectbox + select {
	width: 0;
	height: 0;
	position: absolute;
	clip: rect(0,0,0,0);
	opacity: 0;
}
/* |===============| form end |===============| */

/* |===============| joint start |===============| */
.btn,
a,
input,
button,
textarea,
.header__nav li a:after,
.nav-toggle,
.btn_int:after,
.inews__date:after,
.gallery__unit,
.gallery__item:after,
.aside__nav li{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* |===============| joint end |===============| */

/* |===============| header start |===============| */
.header{
	position: relative;
	z-index: 3;
}
.inside .header{
	background: #382352;
}
.inside .header__center{
	padding-bottom: 22px;
}
.header__center{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 28px 20px;
}
.header__center > *{
	display: flex;
	padding-right: 20px;
	vertical-align: middle;
}
.header__center > :last-child{
	padding-right: 0;
	text-align: right;
}
.header a{
	color: #fff;
}
.fa-phone_circle{
	background: #fff;
	color: #747295;
	text-align: center;
	line-height: 38px !important;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	vertical-align: middle;
	font-size: 20px !important;
	margin-right: 5px;
}
.tel-box{
	display: inline-block;
	white-space: nowrap;
}
.tel-box span{
	display: inline-block;
	font: 18px/22px 'fira sans';
	vertical-align: middle;
}
.header__nav{
	overflow: hidden;
}
.header__nav li{
	display: inline-block;
	margin-left: 30px;
}
.header__nav li a{
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}
.header__nav li a:after{
	content: "";
	position: absolute;
	bottom: 0;
	border-top: 1px solid #f95236;
	left: 0;
	width: 0;
}
.header li a:hover{
	color: #f95236;
}
.header__nav li a:hover:after{
	width: 100%;
}
.nav-toggle{
	cursor: pointer;
	position: relative;
	width: 24px;
	height: 19px;
	display: inline-block;
	z-index: 9;
}
.nav-toggle:before,
.nav-toggle:after,
.nav-toggle i:before,
.nav-toggle i:after{
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.nav-toggle:before,
.nav-toggle:after,
.nav-toggle i:before,
.nav-toggle i:after{
	content: "";
	width: 24px;
	position: absolute;
	top: 0;
	right: 0;
	border-top: 3px solid #fff;
}
.nav-toggle i:before{
	left: 0;
}
.nav-toggle i:before,
.nav-toggle i:after{
	transition-delay: 0.45s;
}
.nav-toggle:before{
	border-top: 0;
	right: 11px;
	border-left: 3px solid #fff;
	height: 0;
	width: 0;
	top: -3px;
	transition-delay: 0.3s;
}
.nav-toggle i:after{
	top: 16px;
	width: 16px;
}
.nav-toggle:after{
	top: 8px;
}
.nav-toggle.active{
	z-index: 99;
	transition-delay: 0.3s;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.nav-toggle.active i:before,
.nav-toggle.active i:after{
	width: 0;
	transition-delay: 0s;
}
.nav-toggle.active:before{
	height: 24px;
	transition-delay: 0.15s;
}
.nav-popup{
	display: none;
	z-index: 3;
	padding-top: 102px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: auto !important;
	width: 100%;
	min-width: 100%;
	min-height: 560px;
	padding-bottom: 60px;
	background: rgba(0,0,0, 0.95);
}
.nav-list{
	display: inline-block;
	vertical-align: top;
	margin: 0 108px 42px 0;
}
.nav-list > li:first-child{
	font: 24px/30px 'fira sans';
}
.nav-list li{
	position: relative;
	font: 16px/22px 'fira sans';
	padding-left: 10px;
}
.nav-list > li:first-child{
	padding: 0 0 10px;
}
.nav-list > li:first-child:after{
	display: none;
}
.nav-list li:after{
	content: "•";
	position: absolute;
	left: 0;
	top: 7px;
	color: #fff;
	font-family: 'fira sans';
}
.nav-list li{
	display: block;
	padding-top: 7px;
	padding-bottom: 6px;
}
.nav-list ul{
	padding: 7px 0 0 20px;
}
.nav-list ul li{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav-list ul li:last-child{
	padding-bottom: 0;
}
.nav-list ul li:after{
	top: 4px;
}
/* |===============| header end |===============| */

/* |===============| cover start |===============| */
.cover{
	margin-top: -120px;
	padding-top: 145px;
	position: relative;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 728px;
	color: #fff;
}
.cover .btn_int:hover{
	background-color: transparent;
}
.cover .btn_int:after{
	color: #5c2212;
	background: #ff5030;
}
.cover__list{
	min-height: 100%;
	padding-bottom: 100px;
	z-index: 1;
}
.cover__item{
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
}
.cover__unit{
	width: 530px;
	float: right;
	margin-right: 66px;
	max-width: 100%;
}
.cover__title{
	font: bold 48px/58px 'fira sans';
	margin-top: 0;
}
.cover__txt{
	position: relative;
	font-size: 16px;
	line-height: 27px;
	margin: 0 0 68px;
}
.cover__title + .cover__txt{
	margin-top: 85px;
}
.cover__title + .cover__txt:before{
	content: "";
	position: absolute;
	top: -48px;
	left: 4px;
	width: 106px;
	height: 5px;
	background: #f95236;
	border-radius: 3px;
}
.slick-dots{
	position: absolute;
	bottom: 19px;
	right: 0;
	left: 0;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	margin: 0 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #fff;
	padding: 0;
	position: relative;
}
.slick-dots li button:active{
	background-color: transparent;
}
.slick-dots li.slick-active button:after,
.slick-dots li button:active:after{
	background: #f73d3e;
}
.slick-dots li button:after{
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: transparent;
}
/* |===============| cover end |===============| */

/* |===============| content start |===============| */
.wrap{
	position: relative;
	padding: 44px 0 36px;
}
.heading{
	margin: 20px 0 26px;
	text-align: center;
	font: bold 48px/58px 'fira sans';
}
.expec{
	text-align: center;
}
.expec__item{
	margin: 0 40px 26px;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	text-align: center;
	color: #533171;
	font: bold 18px/22px 'fira sans';
}
.expec__item:hover{
	opacity: 0.8;
}
.expec__icon{
	display: block;
	text-align: center;
	line-height: 100px;
	width: 108px;
	height: 108px;
        overflow: hidden;
	margin: 0 auto 15px;
	/*border-radius: 50%;
	background: #ffa117;*/
	/*background: -moz-linear-gradient(45deg, #ffa117 0%, #f73d3e 100%);
	background: -webkit-linear-gradient(45deg, #ffa117 0%,#f73d3e 100%);
	background: linear-gradient(45deg, #ffa117 0%,#f73d3e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa117', endColorstr='#f73d3e',GradientType=1 );*/
}
.expec__icon img{
	vertical-align: middle;
       
}
.wrap_entry{
	min-height: 352px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
.wrap_entry > *{
	position: relative;
	z-index: 1;
}
.wrap_entry:after{
	content: "";
	background: #f95236;
	opacity: 0.8;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.wrap_entry .heading{
	    margin: 14px auto 46px;
	color: #fff;
	width: 60%;
}
.entry-form{
	text-align: center;
}

.entry-form > div {
    display: inline-block;
    vertical-align: top;
}

#wrapper .entry-form__field{
	margin: 0 7px 40px;
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.entry-form__field::-webkit-input-placeholder {color:#fff;}
.entry-form__field::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.entry-form__field:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.entry-form__field:-ms-input-placeholder      {color:#fff;}

.entry-form .btn.btn_int{
	margin: 0 7px 40px;
	width: 280px;
	background: #fff;
	color: #f95236;
	text-align: left;
	font-weight: 500;
}
.entry-form .btn.btn_int:after{
	color: #fff;
	background: #ff5030;
}
.inews{
	margin: 0 -10px 14px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.inews__item{
	max-width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px 10px;
	width: 380px;
	padding: 20px 20px 12px;
	font: 16px/27px 'fira sans';
	background: #f2f2f2;
	border-radius: 10px;
	color: #2e2e2e;
	/*height: 172px;*/
}
.inews__item:last-child{
	margin-right: 0;
}
.inews__date{
	display: block;
	position: relative;
	font: 500 24px/27px 'fira sans';
	margin-bottom: 32px;
}
.inews__date:after{
	content: "";
	position: absolute;
	bottom: -19px;
	left: 0;
	width: 48px;
	height: 5px;
	background: #f95236;
	border-radius: 5px;
}
.inews__item:hover{
	background-color: #f95236;
	color: #fff;
}
.inews__item:hover .inews__date:after{
	background-color: #fff;
}
.inews__txt{
	display: block;
	/*overflow: hidden;
	height: 74px;*/
	float: right;
    width: 50%;
}
.inews__txt p{
	margin-top: 0;
}
.inews__img{
    width: 50%;
    display: block;
}
.wrap_about{
	background: #382352;
	color: #fff;
	padding-bottom: 99px;
}
.wrap_about .heading{
	position: relative;
	text-align: left;
	margin-bottom: 41px;
}
.wrap_about .heading:after{
	content: "";
	position: absolute;
	bottom: -31px;
	left: 0;
	width: 48px;
	height: 5px;
	background: #f95236;
	border-radius: 5px;
}
.iabout{
	overflow: hidden;
	line-height: 27px;
}
.wrap_about img.right{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.wrap_about .heading +img.right{
	margin-top: -10px;
}
.promo{
	margin: 0 -18px;
}
.promo__item{
	float: left;
	padding-bottom: 20px;
	width: 280px;
	margin: 0 10px 20px;
	background: #f2f2f2;
	border-radius: 10px;
    font: bold 18px/22px 'fira sans';
    text-align: center;
    color: #533171;
}
.promo__item:hover{
	color: #fff;
	background: #382352;
}
.promo__item img{
	border-radius: 10px 10px 0 0;
	display: block;
	width: 100%;
	margin-bottom: 18px;
}
#wrapper .slick-arrow{
	position: absolute;
	right: 9px;
	top: -62px;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #f95236;
	text-indent: -1000px;
	overflow: hidden;
	width: 24px;
	height: 26px;
	color: #ff5030;
}
#wrapper .slick-arrow:hover{
	color: #3a1e51;
}
#wrapper .slick-arrow:after{
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 0;
	font: 25px/26px fontawesome;
}
#wrapper .slick-next:after{
	content: "\f138";
}
#wrapper .slick-prev{
	right: 40px;
}
#wrapper .slick-prev:after{
	content: "\f137";
}
.promo__title{
	display: block;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	padding: 0 10px;
}
.wrap_gallery{
	background: #f2f2f2;
	padding-bottom: 50px;
}
.gallery{
	margin: 0 -13px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.gallery__item{
	position: relative;
	display: inline-block;
	margin: 0 10px 20px;
	width: 382px;
	height: 231px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0, 0.1);
	box-shadow: 0 10px 20px rgba(0,0,0, 0.1);
	background: #fff;
	text-align: center;
	color: #fff;
	background-position: center	center;
	-webkit-background-size: cover;
	background-size: cover;
	max-width: 100%;
}
.gallery__item:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #382352;
	opacity: 0;
}
.gallery__unit{
	z-index: 1;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0 35px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery__title{
	display: block;
	margin-bottom: 16px;
	font: bold 18px/22px 'fira sans';
}
.gallery__txt{
	font: 16px/27px 'fira sans';
}
.gallery__item:hover:after{
	opacity: 0.9;
}
.gallery__item:hover .gallery__unit{
	opacity: 1;
}
.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ef5843;
	font: 16px/27px 'fira sans';
	color: #fff;
}
.footer__center{
	display: table;
	padding: 32px 20px;
}
.footer__center > *{
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
}
.footer__center > :last-child{
	padding-right: 0;
	text-align: right;
}
.footer__contacts .fa{
	font-size: 28px;
	vertical-align: -6px;
	margin-right: 10px;
}
.footer__soc a{
	display: inline-block;
	margin-right: 6px;
	vertical-align: top;
	width: 28px;
	height: 28px;
	background: #f2f2f2;
	color: #ef5843;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}
.footer__soc a:last-child{
	margin-right: 0;
}
.aside{
	float: left;
	width: 280px;
	margin-right: 20px;
}
.aside__nav{
	background: #f2f2f2;
	border-radius: 10px;
	padding: 18px 30px 28px;
}
.aside__nav ul{
	margin: 10px 0 4px;
}
.aside__nav li{
	position: relative;
	padding: 9px 10px;
	font: 500 16px/20px 'fira sans';
}
.aside__nav li:last-child{
	padding-bottom: 0;
}
.aside__nav li:after{
	content: "•";
	position: absolute;
	left: 0;
	top: 9px;
}
.aside__nav li:hover{
	color: #f95236;
	margin-left: 10px;
}
.aside__nav li a{
	display: block;
	color: #382352;
    /* word-break: break-all; */
}
.aside__nav li a:hover{
	color: #f95236;
}
.breadcrumb{
	margin: 0;
	color: #9a9a9a;
	font: 12px/18px 'fira sans';
}
.breadcrumb + h1{
	margin-top: 0;
}
.breadcrumb a{
	color: #9a9a9a;
}
.breadcrumb a:hover{
	color: #f95236;
}
.content{
	overflow: hidden;
	padding-bottom: 40px;
}
/* |===============| content end |===============| */
.field-d__list {
	display: flex;
}
.header_tel {
	display: flex;
    align-items: center;
}
.header_tel a {
	white-space:nowrap;
}

/* |===============| tablet start |===============| */
@media (max-width:1220px) {
	[class*="__center"]{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.tel-box span{
		display: none;
	}
	.header__nav li{
		margin-left: 24px;
	}
	.cover__unit{
		margin-right: 50px;
	}
}
@media (max-width:998px) {
	.header__center > *{
		padding-right: 10px;
		display: inline-block;
	}
	.header_tel,
	.header__nav{
		display: none;
	}
	.cover__title{
		font-size: 30px;
		line-height: 36px;
	}
	.cover__txt{
		font-size: 14px;
	}
	.cover__unit{
		margin-right: 0;
		float: none;
	}
	.gallery__item{
		width: 354px;
		height: 218px;
	}
	.inews{
		margin-left: -5px;
		margin-right: -5px;
	}
	.inews__item{
		width: 350px;
	}
	/* .inews__item:last-child{
		display: none;
	} */
}
@media (max-width:788px) {
	.promo{
		position: static;
		width: 600px;
		margin: 0 auto;
		max-width: 100%;
	}
	#wrapper .slick-arrow{
		top: 15px;
	}
}
@media (max-width:768px) {
	.wrap_about img.right{
		display: none;
	}
	.wrap_about{
		padding-bottom: 60px;
	}
	.footer__center > *{
		display: block;
		margin-bottom: 26px;
	}
	.footer__center > :last-child{
		text-align: left;
		margin-bottom: 0;
	}
	.aside{
		display: none;
	}
}
/* |===============| tablet end |===============| */

/* |===============| mobile start |===============| */
@media (max-width:600px) {
	.nav-list{
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.entry-form .btn.btn_int,
	#wrapper .entry-form__field{
		margin-bottom: 20px;
	}
	.cover__title{
		font-size: 30px;
		line-height: 36px;
	}
	.cover__txt{
		font-size: 14px;
	}
	.cover{
		height: auto;
	}
	.heading{
		font-size: 24px;
		line-height: 30px;
	}
	.wrap_entry .heading{
		margin-bottom: 32px;
	}
	#wrapper .slick-arrow{
		top: 2px;
	}
	.wrap_gallery{
		padding-top: 20px;
	}
	.gallery{
		margin: 0;
	}
	.inews__item,
	.gallery__item{
		margin-left: 0;
		margin-right: 0;
	}
	.gallery__unit{
		padding: 0 20px;
	}
	.wrap_promo .wrap__center{
		padding-left: 10px;
		padding-right: 10px;
	}
	.wrap{
		padding: 20px 0;
	}
}
/* |===============| mobile end |===============| */

.clauses_all_img > a, .news_all_img > a {
  display: inline-block;
  height: 120px;
  overflow: hidden;
  width: 180px;
  margin-right: 10px; }

.clauses_all_img > a > img, .news_all_img > a > img {
  width: 100%;
  height: auto; }

.previous_next_links:before, .previous_next_links:after {
  display: table;
  content: " "; }

.previous_next_links:after {
  clear: both; }

.previous_next_links {
  height: auto; }

.search_list .search_text {
  margin-bottom: 20px; }

.captcha {
  margin-top: 15px; }

.captcha .captcha-image {
  display: block;
  margin-bottom: 15px; }

.captcha input[name="captcha"] {
  width: 150px; }

.captcha_update .button-refresh {
  text-decoration: none; }

.captcha_update .button-refresh:after {
  content: '\f021';
  font: 12px/12px FontAwesome; }

.js_shop_form .error, .js_rss-box__form .error, .wrap_entry .error {
  position: static;
  box-shadow: none;
  background: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  z-index: 0; color:inherit; }



.shop_cat_link {
  margin-bottom: 20px; }

input:not([type="submit"]):not([type="button"]):not([type="image"]).number {
  width: 40px; }

.shop_no_buy, .shop_no_buy_good {
  margin: 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  background-color: #E5E3E3; }

.shop_compare_list input[name="count"] {
  display: none; }

.shop_compare_list {
  padding: 0;
  width: 79%;
  float: right; }

.shop_compare_page {
  margin-bottom: 20px; }

.shop_compare_list .shop_img {
  height: 173px;
  width: 173px;
  overflow: hidden;
  margin-bottom: 10px; }

.shop_cat_anons {
  margin-top: 20px;
  font-weight: normal;
  font-size: 80%; }

.shop_compare_list .shop_img img {
  height: 100%;
  width: auto; }

[class$="_list"] .block:before, [class$="_list"] .block:after {
  display: table;
  content: " "; }

[class$="_list"] .block:after {
  clear: both; }

[class$="_list"] .block {
  margin-bottom: 20px; }

[class$="_list"] .block-row-img {
  float: left;
  margin-right: 15px;
  width: 120px;
  overflow: hidden; }

[class$="_list"] .block-row-img img {
  width: 100%;
  height: auto; }

[class$="_list"] .block h4 {
  margin: 0 0 10px; }

.date, [class$="_date"] {
  font-size: 20px;
  line-height: 20px;
  color: #404040;
  font-style: normal; }

.photo_img img {
  height: auto; }

@media (max-width: 340px) {
  table.cart td, table.wishlist td, table.user_order td {
    padding: 5px; } }


.rating_votes {
    display: inline-block;
    margin-bottom: 10px;
}

.filter input:not([type="submit"]):not([type="button"]):not([type="image"]), .filter textarea, .filter select {
    width:100%;
}

.filter .error {
    position: static;
    padding: 0;
    box-shadow: none;
    background-color: inherit;
    opacity: 1;
    z-index: 0;
}

.infofield {
    margin-bottom: 10px;
}

.infofield + * {
    margin-bottom: 20px;
}
.feedback_form {
    margin-bottom:20px;
}

.comments_form input[type="submit"] {
    margin-top: 20px;
    margin-bottom: 10px;
}

.wrap_promo .heading {
    padding-right: 40px;
}

.header p {
    margin:0;
}

.entry-form a {
    color:inherit;
}

.entry-form .required_field {
    display: none;
}

.footer__soc a svg {
	transform: translate(4px, 4px);
}
.cover__unit {
	padding: 20px;
	position: relative;
}
.cover__unit > * {
	z-index: 10;
    position: relative;
}
.field-d input[type='radio'] + label::before, .field-d input[type='checkbox'] + label::before {
	width: 28px;
    height: 28px;
}
.field-d input[type='radio']:checked + label::after {
	top: 10px;
    left: 10px;
}
.field-d input[type='radio'] + label, .field-d input[type='checkbox'] + label {
	margin-right: 35px;
	padding-left: 45px;
}
input, select, textarea {
    width: auto;
	border: 2px solid #fff;
    border-radius: 10px;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
a.gallery__item:link, a.gallery__item:visited {
	color: #fff;
}
.block-d_reviews_add select, .block-d_reviews_add textarea, .field-d select, .field-d textarea {
	border: 2px solid #bab7b7;
	width: 580px;
    height: 180px;
}
.block-d_reviews_add input, .field-d input {
	border: 2px solid #bab7b7;
}
.section-d_photo {
	margin-bottom: 50px;
}
.cover__unit:after {
    content: "";
    background: #382352;
    opacity: .8;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
._viewgrid {
	grid-template-columns: 1fr;
}
@media (min-width: 420px) {
    ._viewgrid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.section-d_photo .element-d {
    background: #fff;
    display: inline-block;
    padding: 13px 21px;
    margin: 0 10px 20px;
}
.element-d_message>.element-d__details, .element-d_message>.element-d__details>.details-d__enum {
	display: block;
}
.reviews_date {
    font-size: 16px;
    font-weight: 600;
    color: #2E2E2E;
}
.reviews_star {
    width: 30px;
    height: 30px;
    margin: 10px;
    background: #d34828;
    position: relative;
    transform: rotate(20deg);
}
.reviews_star:before {
    content: "";
    height: 30px;
    width: 30px;
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(135deg);
}
.reviews_star span {
    transform: rotate(-20deg);
    color: #fff;
    position: absolute;
    padding: 3px 8px;
    font-size: 1.5em;
    font-weight: 700;
}
.privacy_field {
	width: 100%;
}
.js_captcha_show, .button-d.js_captcha_show {
	margin: 0 7px 40px;
}

.socnets-d a {
    display: inline-block;
    margin-right: 0.83334rem; /* 10/12 */
    margin-bottom: 0.83334rem; /* 10/12 */
    line-height: 1;
    vertical-align: middle;
}
.socnets-d a,
.socnets-d a:hover,
.socnets-d a:focus,
.socnets-d a:active {
    text-decoration: none;
}
.socnets-d svg {
    display: inline-block;
}
.socnets-d a {
    font-size: 1.66667rem; /* 20/12 */
    text-align: center;
}
.socnets-d a > * {
    line-height: inherit;
    vertical-align: inherit;
}
.socnets-d a {
    line-height: 26px;
}
.socnets-d a svg {
  transform: none;
}

