@import url(reset.css);
@import url(fontawesome.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext);
/* |===============| global start |===============| */
html, body{
	height: 100%;
}
body{
	font: 16px/25px 'Open Sans', sans-serif;
	color: #2e2e2e;
	background: #fff;
}
#wrapper {
	position: relative;
	overflow: hidden;
	padding: 56px 0 139px;
	min-width: 1201px;
	min-height: 100%;
}
[class*="__center"]{
	position: relative;
	margin: auto;
	width: 983px;
}
[class*="__center"]:before,
[class*="__center"]:after{
	content: "";
	display: block;
	clear: both;
}
	/* |===============| Отмена сбросса стилей start |===============| */
	p,
	.text ul,
	.text ol,
	.text dl{
		margin:30px 0;
	}
	.text ul,
	.text ol,
	.text dd{
		padding-left: 20px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		margin: 21px 0;
		font-weight:bold;
	}
	h1,
	h2{
		margin: 32px 0;
		font: bold 48px/55px 'Open Sans';
	}
	h3{font-size:1.17em;}
	h5{font-size:0.83em;}
	h6{font-size:0.67em;}
	.text ul{list-style-type: disc;}
	.text ol{list-style-type: decimal;}
	a{
		color: #fbcb00;
		text-decoration: none;
	}
	.text a:hover{
		color: #d0a72e;
	}
	.text .btn:hover{
		color: #2e2e2e;
	}
	/* |===============| Отмена сбросса стилей end |===============| */

	/* |===============| form start |===============| */
	form input[type="checkbox"],
	form input[type="radio"] {
		display: none;
	}
	form input[type="checkbox"] + label,
	form input[type="radio"] + label {
		display: inline-block;
		vertical-align: middle;
		background: url(../img/radio.png) no-repeat 0 center;
		cursor: pointer;
		margin: 0 36px 5px 0;
		padding: 0 0 0 19px;
	}

	form input[type="radio"]:checked + label {
		background-image: url(../img/radio_checked.png);
	}
	form input[type="checkbox"] + label {
		background: url(../img/checkbox.png) no-repeat 0 center;
	}
	form input[type="checkbox"]:checked + label {
		background-image: url(../img/checkbox_checked.png);
	}
	input,
	textarea{
		font: 14px/20px 'Open Sans', sans-serif;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]),
	textarea{
		padding: 11px 19px 11px;
		border: 1px solid #ecf0f1;
		width: 172px;
		max-width: 100%;
		background: #fff;
		color: #000;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):hover,
	textarea:hover{
		border-color: #bbc3c6;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):focus,
	textarea:focus{
		border-color: #fbcb00;
	}
	textarea{
		height: 184px;
		resize: none;
	}
	.infofield{
		display: block;
		margin: 0 0 8px;
	}
	#wrapper .error_input{
		background: #ffeff3;
	}
	::-webkit-input-placeholder {color:#fff;}
	::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
	:-moz-placeholder           {color:#fff;}/* Firefox 18- */
	:-ms-input-placeholder      {color:#fff;}

	.btn,
	a.btn,
	input[type="button"],
	input[type="submit"],
	input[type="reset"]{
		position: relative;
		text-transform: uppercase;
		display: inline-block;
		font: bold 12px/51px 'Open Sans', sans-serif;
		border: 1px solid #fbcb00;
		padding: 0 64px 0 20px;
		min-width: 222px;
		text-align: left;
		color: #2e2e2e;
		background-color: transparent;
		text-decoration: none;
	}
	.btn:after,
	a.btn:after,
	input[type="button"]:after,
	input[type="submit"]:after,
	input[type="reset"]:after{
		content: "\f061";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 52px;
		text-align: center;
		background: #fbcb00;
		color: #000;
		font: 14px/52px fontawesome;
	}
	.btn:hover,
	input[type="button"]:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover{
		background: #fbcb00;
	}
	/* |===============| selectbox start |===============| */
	.selectbox {
		position: relative;
		top: -1px;
		margin: 0 4px;
		vertical-align: middle;
		cursor: pointer;
		color: #2e2e2e;
	}
	.selectbox .select{
		border: 1px solid #bbc3c6;
		padding: 6px 25px 6px 8px;
		text-shadow: 1px 1px #FFF;
		background: #fff;
	}
	.selectbox .select:active {
		background: #fcfcfc;
	}
	.selectbox.focused .select {
		border: 1px solid #8ec63f;
	}
	.selectbox .select .text {
		display: block;
		width: 100%;
		line-height: 30px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.selectbox .trigger {
		position: absolute;
		top: 0;
		right: 0;
		width: 34px;
		height: 100%;
	}
	.selectbox .trigger .arrow {
		position: absolute;
		top: 50%;
		right: 9px;
		margin-top: -2px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #2e2e2e;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.selectbox .dropdown {
		z-index: 9;
		margin: -1px 0;
		padding: 4px 6px;
		background: #FFF;
		border: 1px solid #bbc3c6;
	}
	.selectbox .dropdown ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.selectbox li {
		border-top: 1px solid #ecf0f1;
		padding: 4px 0;
		line-height: 30px;
	}
	.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;
	}
	/* |===============| selectbox end |===============| */

	/* |===============| form end |===============| */
/* |===============| global end |===============| */

/* |===============| header start |===============| */
.header{
	z-index: 12;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 0 10px;
	min-height: 56px;
	background: #000000;
	color: #fff;
}
.logo:hover,
.logo{
	position: relative;
	display: table-cell;
	padding: 0 0 2px 0;
	min-width: 142px;
	line-height: normal;
	vertical-align: middle;
	text-decoration: none;
}

.logo__text {
	padding-right: 8px;
	padding-top: 5px;
    border-right: 1px solid #333;
}

.header__unit{
	display: table-cell;
	padding: 0 28px 0 0;
	min-width: 230px;
	color: #fff;
	vertical-align: middle;
}

.header__unit p {
    margin:0;
    display: inline-block;
}

.header__unit .fa-phone{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #333;
	width: 50px;
	color: #fbcb00;
	font: 12px/26px fontawesome;
}

.header__unit .phones__text {
        display: table-cell;
        padding:0 16px 0;
}

.header__center{
	position: relative;
	padding: 0;
	width: 1181px;
	display: table;
}
/* |===============| header end |===============| */

/* |===============| nav start |===============| */
.nav{
	display: table-cell;
	padding: 0 26px 0 8px;
}
.nav__item{
	position: relative;
	float: left;
}
.nav__item a{
	white-space: nowrap;
	display: block;
	padding: 0 16px;
	height: 56px;
	text-transform: uppercase;
	font: bold 12px/58px 'Open Sans';
	color: #fff;
	text-decoration: none;
}
.nav__item:hover > a,
.nav__item_active > a{
	color: #000;
	background: #fbcb00;
	text-decoration: none;
}
.nav__item_pp > a:after{
	content: "\f0d7";
	display: inline-block;
	margin: 0 0 0 8px;
	font-family: FontAwesome;
}
.nav__popup,
.aside-list{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 17px 0 16px;
	min-width: 228px;
	background: #fbcb00;
}
.nav__item_pp:hover .nav__popup{
	z-index: 11;
	opacity: 1;
}
.nav__popup a,
.aside-list a{
	position: relative;
	border-top: 1px solid #bd9c0e;
	padding: 0 15px 0 0;
	margin: 0 14px;
	height: 38px;
	line-height: 38px;
	color: #000;
}

.aside-list a {
    height: auto;
}

.nav__popup__item:first-child a{
	border-top: 0;
}
.nav__popup a:after,
.aside-list a:after{
	content: "\f061";
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -9px 0 0;
	font: 14px/17px fontawesome;
}
.nav__popup__item:hover a:after,
.aside-list li:hover a:after{
	opacity: 1;
}
.aside-list{
	position: static;
	display: block;
	margin: 0 0 30px;
}
.aside-list a{
	display: block;
	font: bold 12px/38px 'Open Sans';
	text-transform: uppercase;
}
.aside-list li:first-child a{
	border-top: 0;
}
/* |===============| nav end |===============| */

/* |===============| callb start |===============| */
.callb{

        max-width: 240px;
	position: absolute;
	right: 0;
	top:0;
	font-weight: bold;
	vertical-align: middle;
	background: #fbcb00;
	cursor: pointer;
}
.callb__link{
	display: table-cell;
        height: 56px;

	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
        padding:0 15px;
	font-size: 12px;
        line-height: 16px;
	color: #000;
}
.callb__form{
	display: none;
	cursor: default;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 31px 22px 33px;
	width: 302px;
	background: #fbcb00;
}
.callb:hover .callb__form{
	z-index: 11;
	opacity: 1;
}
#wrapper .callb__form input,
.callb__form textarea,
#wrapper .form input,
.form textarea{
	margin-bottom: 16px;
	border-color: #bd9c0e;
	width: 100%;
	background-color: transparent;
}
#wrapper .callb__form input:hover,
.callb__form textarea:hover,
#wrapper .form input:hover,
.form textarea:hover{
	border-color: #977c08;
}
#wrapper .callb__form input:focus,
.callb__form textarea:hover,
#wrapper .form input:focus,
.form textarea:focus{
	border-color: #fff;
}
.callb__form .btn,
.form .btn{
	border-color: #fff;
}
.callb__form .btn:hover,
.form .btn:hover{
	background: #fff;
}
.callb__form .btn:after,
.form .btn:after{
	background: #fff;
}
.callb__form  ::-webkit-input-placeholder {color:#fff;}
.callb__form  ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.callb__form  :-moz-placeholder           {color:#fff;}/* Firefox 18- */
.callb__form  :-ms-input-placeholder      {color:#fff;}

/* |===============| callb end |===============| */

/* |===============| cover start |===============| */
.cover{
	color: #fff;
	background: url(../img/cover_in.jpg);

	-webkit-background-size: cover;
	background-size: cover;
}
.index .cover{
	min-height: 603px;
	background: url(../img/cover.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.cover__center{
	padding: 26px 0 11px;
	font-size: 18px;
	line-height: 30px;
}
.index .cover__center{
	padding: 112px 0 40px;
	font-size: 18px;
	line-height: 30px;
}
.cover *:frst-child{
	margin-top: 0;
}
.cover h1{
	margin: 0 0 26px -4px;
}
.index .cover h1{
	margin: 0 0 52px -4px;
}
.cover p{
	margin: 20px 0 61px;
}
.cover .btn{
	color: #fff;
}
.cover .btn:hover{
	color: #000;
}
/* |===============| cover end |===============| */

/* |===============| heading start |===============| */
.heading{
	display: table;
	width: 100%;
	margin: 37px 0;
}
.heading h2,
.heading h1{
	display: table-cell;
}
.move-link{
	text-align: right;
	text-decoration: none;
	display: table-cell;
	width: 10%;
	font-size: 14px;
	color: #a8afb2;

	white-space: nowrap;
}
.move-link:hover{
	color: #2e2e2e;
}
.move-link:before{
	content: "\f0ca";
	display: inline-block;
	margin: 0 10px 0 0;
	font: 12px fontawesome;
}
/* |===============| heading end |===============| */

/* |===============| services start |===============| */
.services{
	overflow: hidden;
	margin: 0 -75px 0 0;
}
.services__item{
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 231px;
	height: 231px;
	text-align: center;
	text-decoration: none;
	font: bold 18px/30px 'Open Sans';
	color: #fff;
        overflow: hidden;
}
.services__item:after{
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: #4B5DFB;
	opacity: 0.3;
	transition: all 0.3s;
}
.services__item:hover:after{
	opacity: 0;
}
.services__item__pic{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.service__in{
	z-index: 1;
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 33px 10px 0;
	width: 204px;
	height: 204px;
	text-align: center;
	color:#fff;
	border:0!important;
}
.service__in img{
	display: block;
	margin: 0 auto 14px;

}
.services__item:hover .service__in{
	border-color: #fbcb00;

}
/* |===============| services end |===============| */

/* |===============| about start |===============| */
.about{
	margin: 28px 0 47px;
	font: 18px/30px 'Open Sans';
}
.about h2{
	margin: 0 0 32px;
	font: bold 48px/55px 'Open Sans';
}
.about *:first-child{
	margin-top: 0;
}
.about p{
	margin: 30px 0;
}
.btn_about{
	margin-top: 12px;
}
/* |===============| about end |===============| */

/* |===============| news start |===============| */
.news_index{
	margin: 41px -4px 34px -15px;
}
.news__item{
	vertical-align: top;
	display: inline-block;
	border: 1px solid #ecf0f1;
	margin: 0 0 14px 14px;
	padding: 12px 20px;
	width: 483px;
	min-height: 191px;
	font-size: 14px;
	line-height: 24px;
	color: #2e2e2e;
}
.news__item:hover{
	border-color: #fbcb00;
}
.news__date{
	display: block;
	margin: 0 0 10px;
	font-style: italic;
	color: #a8afb2;
}
/* |===============| news end |===============| */

/* |===============| contacts start |===============| */
.contacts{
	margin: 40px 0;
}
.contacts_in{
	margin-top: 10px;
}
.contacts h2{
	margin: 0 0 37px;
}
.contacts__info{
	vertical-align: top;
	display: inline-block;
	margin: 0 -8px 0 15px;
	width: 482px;
	font: 24px/38px 'Open Sans';
	color: #333;
}
.contacts__info__item:first-child{
	margin-top: -7px;
}
.contacts__info__item{
	position: relative;
	padding: 0 0 20px 37px;
}
.contacts__info__item .fa{
	position: absolute;
	left: 2px;
	top: 6px;
	font: 30px/30px fontawesome;
	color: #fbcb00;
}
.contacts__info__item .fa-envelope{
	font-size: 22px;
	top: 7px;
}
.contacts__map{
	margin: 20px 0 0;
}
/* |===============| contacts end |===============| */

/* |===============| footer start |===============| */
.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer__center{
	display: table;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0 24px;
	min-height: 130px;
	border-top: 1px solid #ecf0f1;
	font: 14px/24px 'Open Sans';
}
.footer__unit,
.social,
.search{
	display: table-cell;
	vertical-align: middle;
}
.footer__unit{
	padding: 0 20px 0 0;
	width: 329px;
}
.social{
	text-align: right;
	width: auto;
}
.social .fa{
	margin-left: 15px;
	width: 31px;
	height: 31px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 31px;
}
.social .fa:hover{
	background: #fbcb00;
}
.social .fa-facebook{
	background: #46629b;
}
.social .fa-vk{
	background: #607e9c;
}
.social .fa-twitter{
	background: #59adeb;
}
/* |===============| footer end |===============| */

/* |===============| search start |===============| */
.search{

}
#wrapper .footer .search input{
	margin: 0 -36px 0 0;
	width: 402px;
}
.submit_search{
	border: 0;
	padding: 0;
	width: auto;
	background-color: transparent;
	color: #bbc3c6;
}
.submit_search:after{
	content: "\f002";
	font: 18px/18px fontawesome;
	vertical-align: middle;
}
.submit_search:hover{
	color: #fbcb00;
}
/* |===============| search end |===============| */

/* |===============| content start |===============| */
.content{
	vertical-align: top;
	display: inline-block;
	margin: 36px 0 30px;
	width: 733px;
	font: 18px/30px 'Open Sans';
	color: #2e2e2e;
}
.content *:first-child{
	margin-top: 0;
}
.content *:last-child{
	margin-bottom: 0;
}
/* |===============| content end |===============| */

/* |===============| aside start |===============| */
.aside{
	vertical-align: top;
	display: inline-block;
	margin: 132px 0 30px 16px;
	width: 228px;
}
/* |===============| aside end |===============| */

/* |===============| form end |===============| */
.form{
	vertical-align: top;
	display: inline-block;
	padding: 34px 40px 37px;
	width: 482px;
	background: #fbcb00;
}
.form__heading{
	margin: 0 0 33px;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}
.form__heading:before{
	content: "\f05d";
	font-family: fontawesome;
	display: inline-block;
	margin: 0 8px 0 0;
}
#wrapper .form textarea{
	margin-bottom: 9px;
}

/* |===============| form end |===============| */

/* |===============| other start |===============| */
a,
.btn,
input,
button,
.nav__popup a:after,
.aside-list a:after,
.service__in,
textarea,
.selectbox 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;
}
.wrap{
	padding: 12px 0 0;
}
/* |===============| other end |===============| */

/* |===============| default.css reset |===============| */
.shop_list {
    margin: 0;
    padding:0;
    border:none;
}

.shop_list .block_header, .shop_cat_link {
    background: none;
    padding:0 0 10px;
    margin:0 0 20px;
    font-size:28px;
    line-height: 34px;
     border-bottom: 1px solid #bdc3c7;
}

.shop_list .show_all {
   display: none;
}

.aside .faq {
    border:none;
    padding:0;
}

.cart_form input[type=text], .cart_form input[type=email], .cart_form textarea, .cart_form select{
	margin-top: 0;
	width: auto;
}

.rating {
display: block;
padding: 0;
border: none;

}

.shop_discount {
    font-size:inherit;
    font-weight: inherit;
    color:inherit;
}

.news_text {
	margin-bottom: 20px;
}

/* |===============| default end |===============| */

/* |===============| style |===============| */
.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;
}

a[rel^="prettyPhoto"] {
  display: inline-block;
  position: relative;
}

a[rel^="prettyPhoto"] .zoom {
  opacity: 0;
  position: absolute;
  top: 50%;

    left: 50%;

    height: 30%;

    width: 50%;

    margin: -15% 0 0 -25%;




  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
}

a[rel^="prettyPhoto"] .zoom:after {
	content: "\f002";
	font-size: 30px;
  font-family: fontAwesome;
  color:#fff;
  background-color:rgba(0,0,0,0.35);
  width:60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

a[rel^="prettyPhoto"]:hover .zoom {
  opacity: 100;
}



.error_input {
	border-color: #d35400 !important;

}

.errors {
    margin: 0;
    padding: 10px 0 0;
    color:#d35400;


}

.captcha {
  margin-top: 15px;
}

.captcha .captcha-image {
  margin-right: 15px;
}

.captcha input[name="captcha"] {
  width: 150px;
}

.content .block {
  margin-bottom: 20px;
}

.content .block-row-img {
  float: left;
  margin-right: 15px;
  width: 120px;
  overflow: hidden;
}

.content .block-row-img img {
  width: 100%;
  height: auto;
}

.content .block-text {
  float: left;
  width: 80%;
}

:before, :after {
  box-sizing: border-box;
}

.content .block:before, .content .block:after {
  display: table;
  content: " ";
}

.content .block:after {
  clear: both;
}

.content .block h4 {
  margin:0 0 10px;
}

.infofield {
    margin-top: 15px;
}

/*
.content .block .anons {
  font-size: 14px;
  line-height: 16px;
}

.content .block h4 {
  margin-top: 0;
    line-height: 19px;
}



.content .block h4 a {
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  font-weight: normal;
}

.content .block h4 a:hover {
	color: #8dc63f;
}
*/

.block_header {
	font-size: 24px;
	line-height: 38px;
}

.photo_first_page {
    float: none;
    width: 100%;
    margin: 20px 0;
}

.photo_first_page .photo_img, .photo_list .block {
    display: inline-block;
    margin: 0 20px 20px 0;
}

.photo_list {
    margin-top: 20px;
}

.photo_list a.black {
    display: none;
}

.photo_first_page .photo_img:last-child, .photo_list .block:last-child {
    margin-right: 0;
}

.photo_img img {
    border:none;
}




.previous_next_links:before, .previous_next_links:after {
  display: table;
  content: " ";
}

.previous_next_links:after {
  clear: both;
}

.previous_next_links {
	height: auto;
}

table.cart, table.wishlist, table.user_order {
    border-collapse: collapse;
}

table.cart td.cart_count .number,
table.wishlist .wishlist_count input.number {
    width:auto;
}

table.cart td, table.wishlist td, table.user_order td {
    border: 1px solid #d7dddf;
    padding: 10px;
    vertical-align: middle;

}
.cart_table td.cart_img, .wishlist .wishlist_img {
    width:150px;
}
.cart_img img, .wishlist_img img {
    width:100%;
    height: auto;
}

.cart_order .payments {
    margin-bottom: 20px;
}

table.cart td.cart_name {
    width:450px;

}

.cart_count, .cart_old_price, .cart_discount, .cart_price, .cart_summ, .cart_remove {
    text-align: center;
}

.cart_count .number {
    width:50px;
    text-align: center;
}


table.cart th, table.wishlist th {
    padding:10px;
    font-size:12px;
}

.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_compare_list .shop_img img {
    height: 100%;
    width:auto;
}

.photo_id .photo_img {
    overflow: hidden;
}

.search_list .search_text {
    margin-bottom: 20px;
}

form .error {
    margin-bottom: 10px;
    font-size:12px;
}

.shop_form_wishlist {
    margin-bottom: 10px;
}

.date,[class$="_date"] {
    font-style: italic;
    color: #a8afb2;
}

.faq_list .faq_question {
    font-weight: bold;
}

.text {
	font-size: 14px;
	line-height: 24px;
}

.breadcrumb {
	margin-bottom: 20px;
	color:#a8afb2;
}

.breadcrumb a {
	color:inherit;
	text-transform: uppercase;
}

.paginator {
	font-size: 16px;

}

.paginator .active {
	display: inline-block;
	padding: 5px 10px;
	border:1px solid #fbcb00;
	color:#bbc3c6;
}

.paginator > a {
	color:#000;
}

 /* |===============| style end |===============| */

.privacy_field {
	font-size: 80%;
	line-height: 1.2em;
	margin-top: 1em;
}

.privacy_field a, .privacy_field a:hover {
	color:inherit;
	text-decoration: underline;
}
.cover .btn:hover, .btn.btn_about:hover {
  color: #fff!important;
}
.feedback_form .btn::after, .feedback_form .btn:hover, .btn.btn_about{
	color:#4B5DFB;
}
img.cover{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 0!important;
}
.element-d__images a{
	display: block;
	height: 300px;
}
.element-d_photo_item .services__item{
	height: 300px;
}
.element-d_photo_item .services__item:after{
	content: none;
}
