.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.container-wrapper {
	padding-bottom: 20px;
}

.checkbox__label {
	font-size: 17px;
	color: #ff006d;
}

.checkbox__label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	border: 1px solid #E4E4E4;
	cursor: pointer;
}

.checkbox input {
	position: absolute;
	left: -2000px;
}

.checkbox input:checked+.checkbox__label:before {
	background: url(../images/icons.png) no-repeat -79px -23px;
}

.checkbox_small .checkbox__label {
	font-size: 14px;
}

.checkbox-group {
	margin-bottom: 20px;
}

.checkbox-group__title,
.checkbox-group .checkbox {
	margin-bottom: 10px;
}

.checkbox-group__title {
	font-size: 17px;
	color: #ff006d;
}

.checkbox-group a {
	text-decoration: none;
	font-size: 14px;
	color: #1fc4b1;
	border-bottom: 1px dotted #1fc4b1;
}

.checkbox-group a:hover {
	border-bottom: 1px dotted #fff;
}

.radiobtn,
.closebtn {
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 10px;
	-ms-user-select: none;
}

.radiobtn__label,
.closebtn__label {
	position: relative;
	font-size: 17px;
	color: #ff006d;
}

.radiobtn__label:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 12px;
	margin: 3px 8px 0 0;
	background: url(../images/icons.png) no-repeat -128px -22px;
	cursor: pointer;
}

.closebtn__label:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	border: 1px solid #7C7C7C;
	width: 10px;
	height: 10px;
	margin: 3px 8px 0 0;
	background: url(../images/icons.png) no-repeat -81px -38px;
	cursor: pointer;
}

.radiobtn input {
	position: absolute;
	left: -2000px;
}

.radiobtn input:checked+.radiobtn__label:before {
	background: url(../images/icons.png) no-repeat -116px -22px;
}

.social {
	margin-top: 5px;
}

.social .facebook span {
	padding: 6px 10px 0 10px;
	background: url("../images/facebook-icon.png") no-repeat;
}

.social .facebook span:hover {
	background: url("../images/facebook-icon-hover.png") no-repeat;
}

.social .twitter span {
	padding: 6px 10px 0 10px;
	background: url("../images/twitter-icon.png") no-repeat;
}

.social .twitter span:hover {
	background: url("../images/twitter-icon-hover.png") no-repeat;
}

.social .google span {
	padding: 6px 10px 0 10px;
	background: url("../images/google-icon.png") no-repeat;
}

.social .google span:hover {
	background: url("../images/google-icon-hover.png") no-repeat;
}

.social__item {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 15px;
	margin-right: 5px;
	background-image: url(../images/footer-sprite.png);
	background-repeat: no-repeat;
}

.social__item_g {
	background-position: 0px 0px;
}

.social__item_fb {
	background-position: -17px 0px;
}

.social__item_tw {
	background-position: -34px 0px;
}

.social__item_yt {
	background-position: -50px 0px;
}

.lang {
	position: relative;
	z-index: 2;
	font-size: 0;
}

.lang li {
	display: inline-block;
}

.lang__item {
	display: block;
	padding: 4px 8px;
	border: 1px solid transparent;
	border-top: none;
	font-size: 13px;
	color: #ff006d;
}

.lang__item_active {
	border: 1px solid rgba(232, 232, 232, 0.3);
	border-top: none;
	color: #293998;
	background-color: #E4E4E4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#F5F5F5));
	background-image: -o-linear-gradient(#E4E4E4, #F5F5F5);
	background-image: linear-gradient(#E4E4E4, #F5F5F5);
}

.lang__item:hover {
	color: #293998;
}


.type-box {
	margin-bottom: 30px;
}

.type-box .checkbox {
	margin-bottom: 12px;
}

.aside-filter .group-button {
	display: table;
	margin: auto;
}

.aside-filter .group-button .btn_second {
	margin-left: 8px;
}

.doc-block__item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.doc-block__item.print {
	width: 22px;
	height: 20px;
	background: url(../images/icons.png) no-repeat -108px 1px;
}

.doc-block__item.acr {
	width: 20px;
	height: 22px;
	background: url(../images/icons.png) no-repeat -94px -25px;
}

.doc-block__item.mail {
	width: 26px;
	height: 16px;
	background: url(../images/icons.png) no-repeat -131px 0;
}

.categories {
	display: inline-block;
	background: #fff;
	width: 100%;
	padding-top: 15px;
}

.other-images {
	padding-top: 8px;
}

.other-images img {
	border: 1px solid #D9D0DA;
	margin-right: 9px;
}

.card-block {
	font-size: 14px;
	color: #5B5B5B;
}

.card-block .title-right {
	text-align: center;
	font-size: 24px;
	color: #1fc4b1;
}

.card-block .content .number {
	margin: 20px 0 20px;
}

.card-block .stock {
	background: url("../images/stock-icon.png") no-repeat;
	margin: 25px 0 20px;
	padding: 3px 0 0 50px;
	height: 32px;
}

.card-block .delivery {
	background: url("../images/delivery-icon.png") no-repeat;
	margin-bottom: 20px;
	padding: 3px 10px 0 50px;
	min-height: 32px;
}

.card-block .warranty {
	background: url("../images/warranty-icon.png") no-repeat;
	padding: 3px 0 0 50px;
	height: 32px;
}

.card-block .social {
	margin-bottom: 18px;
	text-align: center;
}

.card-block .social a {
	margin: 0 15px 0 25px;
}

.card-block .btn-group {
	text-align: center;
}

.combo .combo-plus {
	float: left;
	margin: 35px 18px 0 10px;
}

.combo .combo-equally {
	float: left;
	margin: 35px 30px 0 20px;
}

.combo .combo-result {
	float: left;
	margin-top: 22px;
	padding-right: 20px;
	border-right: 1px solid #999;
}

.combo .combo-result div {
	margin-bottom: 10px;
}

.combo .combo-result .model-crossed {
	font-size: 20px;
	text-decoration: line-through;
	color: #5B5B5B;
}

.combo .combo-result .model-res {
	font-size: 25px;
	color: #1fc4b1;
}

.product-information,
.related-products,
.viewed-products {
	margin-bottom: 40px;
}

.new-products .item-list,
.bestsellers .item-list {
	padding-left: 10px;
}

.product-information .title {
	margin: 30px 0 10px;
	font-size: 16px;
	color: #1fc4b1;
}

.contact-details .sub-title {
	font-size: 15px;
}

.contact-details .sub-title-faq {
	font-size: 16px;
	color: #212086;
}

.contact-details .customer {
	float: left;
	background: url("../images/customer-icon.png") 5px 7px no-repeat;
	margin: 10px 0 15px 10px;
	padding: 10px 0 0 30px;
	width: 170px;
	height: 38px;
	font-size: 17px;
	cursor: pointer;
}

.contact-details .registered {
	float: left;
	background: url("../images/registered-icon.png") 5px 7px no-repeat;
	margin: 10px 0 15px 40px;
	padding: 10px 0 0 30px;
	width: 205px;
	height: 38px;
	font-size: 17px;
	cursor: pointer;
}

.contact-details .customer:hover,
.contact-details .registered:hover,
.contact-details .active {
	background-color: #E3E6F1;
}

.contact-details form {
	margin-bottom: 25px;
}

.contact-details label {
	display: inline-block;
	width: 120px;
	text-align: left;
}

.contact-details .group-radio {
	position: relative;
}

.contact-details .group-radio label {
	width: 160px;
	font-size: 15px;
}

.contact-details .group-radio .modal-delivery {
	position: relative;
	top: 0;
	left: 15px;
	width: 214px;
	border: 1px solid #B9B9B9;
}

.contact-details .group-radio .notch {
	position: absolute;
	top: -7px;
	left: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 0 7px;
	border-color: transparent transparent transparent #007bff;
}

.contact-details form input[type=text],
.contact-details form input[type=email] {
	margin-bottom: 20px;
	padding-left: 7px;
	width: 380px;
	height: 30px;
	font-size: 14px;
}

.contact-details input[type=text]:focus {
	border: 1px solid #212086;
}

.hide-show {
	position: relative;
	top: 5px;
	width: 65px;
	cursor: pointer;
}

.hide-show-func {
	display: none;
}

.related-products .slider,
.new-products .slider,
.bestsellers .slider {
	margin-top: 55px;
	width: 12px;
	height: 12px;
	font-size: 50px;
	color: #D5D5D5;
	cursor: pointer;
}

.related-products .slider:hover {
	color: #212086;
}

.viewed-products .item-list {
	margin-left: 35px;
}

.sort-view__line,
.sort-view__tile {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/sort-view.png);
	cursor: pointer;
	opacity: .25;
}

.sort-view__line {
	background-position: 0px 0px;
}

.sort-view__line.active {
	opacity: 1;
}

.sort-view__tile {
	margin-left: 20px;
	background-position: 0px -30px;
}

.sort-show label {
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
}

.sort-show select {
	width: 68px;
}

.link-menu ul li.nav__item ul li.nav-drop__item a:before {
	background: none;
}

.link-menu ul li.nav__item p.nav-drop__title a:before {
	background: none;
}

.nav-drop__item {
	display: inline-block;
	max-width: 169px;
}

.breadcrumbs li:last-of-type a:after {
	content: "";
}

.sort-view__tile.active {
	opacity: 1;
}

.sort-view a {
	display: block;
	width: 25px;
	height: 25px;
}

.h-compar {
	display: none;
}

.radiobtn__label a,
.closebtn__label a {
	color: #ff006d;
}

#h-par {
	display: none;
}

.main-blocks {
	margin-top: 23px;
	text-align: center;
}

.main-blocks .block {
	margin-left: 40px;
	width: 262px;
}

.testimonial .message {
	display: none;
	position: relative;
	background-color: #EEF0F0;
	top: -5px;
	left: 40px;
	margin-bottom: 32px;
	padding: 20px 20px 20px 10px;
	width: 93%;
	border-radius: 15px;
}

.testimonial .message .photo {
	width: 120px;
}

.testimonial .message #name {
	margin-bottom: 5px;
	font-size: 14px;
	color: #1fc4b1;
}

.testimonial .message #employee {
	margin-bottom: 5px;
	font-size: 14px;
	color: #000;
}

.testimonial .message #text {
	font-size: 14px;
	color: #868686;
}

.sh-text {
	overflow: hidden;
	margin-bottom: 10px;
}

.sh-text.act {
	height: auto;
	overflow: hidden;
}

.emergency {
	color: #ff0a73;
}

.inf-h-block {
	height: 185px;
	overflow: hidden;
}

.inf-h-block.act {
	height: auto;
}

.main.transparent {
	background: transparent;
	border: 3px solid white;
	padding: 0;
	margin: 0;
}

#serv-sh {
	border-bottom: 1px dotted #1fc4b1;
	color: #1fc4b1;
	display: inline;
}

#serv-sh:hover {
	border-bottom: 1px solid #fff;
}

.main-categories .headline {
	margin: 30px 0 10px 17px;
}

.main-categories .category-block {
	margin: 5px 0 15px 15px;
	width: 215px;
	height: 215px;
}

.main-categories .category-block .title {
	font-size: 24px;
}

.category-block .description {
	display: none;
	position: absolute;
	margin: 40px 5px 5px 37px;
	top: 0;
	z-index: 15;
	color: #fff;
	cursor: pointer;
	height: 142px;
	overflow: hidden;
}

.main-categories .category-block .title {
	text-transform: uppercase;
	color: #FFF;
	line-height: 25px;
	margin-top: 0;
}

.t-slid {
	width: 100%;
	height: 600px;
	z-index: -1;
}

.sh-text h3 {
	font-size: 17px;
	color: #424955;
	display: block;
	margin: 20px 0 10px;
	font-weight: 100;
}

.log-reg .modal__title.head {
	position: relative;
	float: left;
	top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	height: 30px;
	cursor: pointer;
}

.log-reg .modal__title.head.left {
	border-right: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

.log-reg .modal__title.head.right {
	border-right: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-right: 0;
}

.log-reg .modal__title.head.left.active {
	border-top: 1px solid #D3D3D3;
	border-bottom: 0;
	border-left: 1px solid #D3D3D3;
}

.log-reg .modal__title.head.right.active {
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-bottom: 0;
}

.log-reg .modal .modal {
	border-top: 0;
}

.log-reg .modal .reg {
	display: none;
}

.log-reg .modal__operators,
.restore .modal__operators {
	margin-bottom: 15px;
}

.log-reg .modal .checkbox__label {
	font-size: 14px;
}

.err_auth {
	color: red;
	font-size: 14px;
	text-align: center;
	display: none;
}

.err_reg {
	color: red;
	font-size: 14px;
	text-align: center;
	display: none;
}

.m-text h1 {
	line-height: 23px;
	font-weight: 100;
}

.n-back {
	color: #1fc4b1;
}

.n-back:hover {
	text-decoration: underline;
}

.other-images a {
	display: inline-block;
	width: 114px;
	height: 79px;
	margin-right: 8px;
	position: relative;
}

#details a {
	color: #1fc4b1;
}

.main-image #wrap {
	z-index: 20 !important;
}

.main-categories .category-block .title a {
	color: white;
}

.tip-message {
	width: 350px;
	overflow: hidden;
	position: fixed;
	padding: 0 0 3px;
	background: #b10e77;
	top: 30px;
	left: 50%;
	margin-left: -175px;
	z-index: 9999;
	display: none;
	text-align: left;
	font-family: Arial;
	opacity: 0.9;
}

.testimonial .message #employee {
	color: #5B5B5B;
}

#c-forms .modal__title {
	text-transform: uppercase;
}

.category-block .half-black {
	display: none;
}

td.qty {
	padding-top: 19px;
}

.sub-menu-column h3 {
	line-height: 1em;
	min-height: 34px;
	padding: 0 7px;
	color: #424955;
	font: bold 17px/1.294em helveticaneuecyrbold, Arial, Helvetica, sans-serif;
}

.title.hide-show {
	border-bottom: 1px dotted #1fc4b1;
	color: #1fc4b1;
	width: 60px;
}

.title.hide-show.act {
	width: 51px;
}

.title.hide-show:hover {
	border-bottom: 1px dotted #fff;
}

#inf-block #m-sh {
	border-bottom: 1px dotted #1fc4b1;
	color: #1fc4b1;
	margin: 15px 0 10px;
	display: inline-block;
}

.prices {
	width: 1065px;
	margin-left: -530px;
}

.prices .modal {
	padding: 13px 40px 10px 15px;
}

.prices .modal #images {
	margin: 20px 0 0 25px;
	text-align: center;
}

.prices .modal #images img {
	padding: 0 20px 0 20px;
}

.prices .modal .message {
	position: relative;
	margin: 15px 15px 20px 0;
	padding: 0 20px 0 20px;
	width: 336px;
	height: 110px;
	font-size: 14px;
}

.prices .modal .message.left {
	background: url("../images/price-message-left.png") no-repeat;
}

.prices .modal .message.right {
	background: url("../images/price-message-right.png") no-repeat;
	padding: 0 20px 0 35px;
}

.prices .modal .message.right #block-top,
.prices .modal .message.right #block-bottom {
	width: 98%;
}

.prices .modal .message #block-top {
	display: inline-block;
	padding-top: 10px;
	width: 95%;
	height: 56px;
	border-bottom: 1px dashed #777;
	text-align: center;
}

.prices .modal .message #block-top>div,
.prices .modal .message #block-bottom>div {
	padding-left: 0;
}

.prices .modal .message #block-top>div #time,
.prices .modal .message #block-bottom>div #time {
	font-weight: bold;
	color: #19a191;
}

.prices .modal .message #block-top>div #count,
.prices .modal .message #block-bottom>div #count {
	font-weight: bold;
	color: #ff006d;
}

.prices .modal .message #block-top>div #hours,
.prices .modal .message #block-bottom>div #hours {
	font-weight: bold;
}

.prices .modal .message #block-bottom {
	display: inline-block;
	padding-top: 4px;
	width: 95%;
	height: 56px;
	text-align: center;
}

.appointment .modal__title,
.request .modal__title {
	font-size: 16px;
	font-weight: bold;
	color: #212086;
}

.cloud-zoom-lens {
	border: none;
	background-color: #fff;
	cursor: move;
}

.cloud-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

.cloud-zoom-big {
	position: absolute;
	top: 0px !important;
	border: 1px solid #ccc;
	overflow: hidden;
}

.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

.contact-details .cart-result input[type="text"] {
	margin-bottom: 20px;
	padding-left: 7px;
	width: 200px;
	height: 23px;
	font-size: 14px;
	padding-bottom: 3px;
}

.price.coupon_price {
	vertical-align: top;
	padding-top: 3px;
}



.main-image #wrap a {
	overflow: hidden;
}

.nav-drop__product-img,
.nav-drop__product-img a {
	background: none !important;
}

.nav-drop__product-img,
.nav-drop__product-img a:before {
	background: none !important;
}

.link-menu ul li.nav-drop__product-img a:before {
	background: none;
}

.nav-drop__list ul {
	max-width: 220px;
}

.nav-drop__product {
	width: 220px;
}

.vvv .item-box__name {
	margin-bottom: 5px;
	max-width: 150px;
}

.twr {
	height: 20px;
}

.ds {
	display: none;
	position: relative;
	min-width: 214px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: -6px;
}

.ds .ds-content {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	padding: 10px 10px 15px 10px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
}

.ds .px {
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: -5px;
	background: url("../images/shp.png") no-repeat;
}

.btn-make-order:hover,
.group-button a:hover,
.btn-group a:hover {
	color: #fff;
}

.card-block .social {
	margin-bottom: 32px;
	text-align: center;
	margin-top: 12px;
}

.site-items .item {
	border-bottom: 1px solid #d9d9d9;
	padding: 27px 0;
}

.item-icon.hide-for-small-only {
	background-image: url(../images/glob.png);
}

.site-items .item-icon {
	width: 240px;
	height: 225px;
	margin: -5px 0;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-items .item-body {
	margin-left: 240px;
	margin-right: 20px;
	min-height: 215px;
}

.site-items h2 {
	font: 30px/1em helveticaneuecyrlight;
}

.site-items .link-box a {
	font: 14px/1em 'HelveticaNeueW10-75Bold';
}

.site-items .preview-box .items li .item-in {
	background-color: white;
	border: 1px solid #d9d9d9;
	padding: 28px 38px 50px;
	min-height: 47px;
}

.mousetrap {
	width: 352px;
}

.item-in i.link {
	background: url('../images/link2.png') no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: relative;
	top: 1px;
}

.site-items .preview-text {
	font: 14px helveticaneuecyrroman, Verdana, sans-serif;
	color: #414141;
}

.contentField {
	margin-bottom: 30px;
}

.content .width {
	padding: 0;
	margin-right: 0;
}

.site-items h2 {
	font: 30px/1em helveticaneuecyrlight;
}

.site-items .link-box {
	margin-bottom: 17px;
	margin-top: -3px;
}

.site-items .link-box a {
	font: 14px/1em helveticaneuecyrbold;
	margin-right: 20px;
	text-decoration: none;
	line-height: 1.5em;
	white-space: nowrap;
}

.site-items .link-box a.active {
	color: #d1088e;
}

.site-items .item {
	border-bottom: 1px solid #d9d9d9;
	padding: 27px 0;
}

.site-items .item:hover {
	background-color: #f6f6f6
}

.site-items .item-icon {
	width: 240px;
	height: 225px;
	margin: -5px 0;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-items .item:hover .item-icon {
	opacity: 1;
}

.site-items .item-body {
	margin-left: 240px;
	margin-right: 20px;
	min-height: 215px;
}

.site-items .preview-box {
	position: relative;
	-webkit-transition: height ease 0.6s;
	-o-transition: height ease 0.6s;
	transition: height ease 0.6s;
}

.site-items .preview-box .items {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

.site-items .preview-box .items li {
	margin: 0;
	position: relative
}

.site-items .preview-box .items li .item-in {
	background-color: white;
	border: 1px solid #d9d9d9;
	padding: 28px 38px 50px;
	min-height: 47px;
}

.site-items .preview-box .items li .links {
	width: 80%;
	position: absolute;
	bottom: 23px;
	left: 38px;
}

.site-items .preview-box .items li .links a {
	width: 80%;
	margin-left: 2px;
	margin-right: 20px;
	margin-top: 10px;
	font: 14px/1em helveticaneuecyrbold;
	white-space: nowrap;
}

.site-items .preview-box .flex-direction-nav {
	position: absolute;
	right: 10px;
	bottom: 15px
}

.site-items .preview-box .flex-direction-nav ul {
	list-style-type: none;
}

.site-items .preview-box .flex-direction-nav ul li {
	float: left;
	margin-bottom: 0;
	text-indent: -99999999px;
}

.site-items .preview-box .flex-direction-nav .flex-prev,
.site-items .preview-box .flex-direction-nav .flex-next {
	width: 30px;
	height: 30px;
	display: block;
}

.site-items .preview-box .flex-direction-nav .flex-prev {
	background: url(../images/flex-direction.png) no-repeat 0 0;
}

.site-items .preview-box .flex-direction-nav .flex-prev:hover {
	background-position: 0px -30px;
}

.site-items .preview-box .flex-direction-nav .flex-next {
	background: url(../images/flex-direction.png) no-repeat -30px 0;
}

.site-items .preview-box .flex-direction-nav .flex-next:hover {
	background-position: -30px -30px;
}

.site-items .preview-box .flex-direction-nav {
	position: absolute;
	right: 10px;
	bottom: 15px;
}

.blueLineRewiews {
	background: url(../images/revBg2.png) center top no-repeat;
	padding-top: 70px;
	padding-left: 40px;
}

.noBgReviews {
	background: none !important;
}

.noBgReviews #text {
	font-size: 14px !important;
	min-height: 50px !important;
}

.noBgReviews #name {
	color: #3224a0 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-top: 20px !important;
}

.reviewLine {
	height: 2px;
	clear: both;
	width: 1081px;
	position: relative;
	top: -80px;
	left: 42px;
	background-color: #1fc4b1;
}

.osm {
	display: none;
}

.vacFormContainer {
	width: 70%;
}

.sendBg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000000;
	display: none;
}

.bx24page {
	margin-top: 50px;
}

.contactsAdditional {
	margin-top: 70px;
}

.contactsAdditional span {
	display: block;
	font-size: 20px;
	margin-top: 15px;
	text-align: center;
}

.contactsAdditional span:nth-child(1) {
	margin-top: 10px;
	background: url(/images/additionalMail.png) 20px center no-repeat;
	text-align: left;
	padding-left: 53px;
	font-size: 22px;
}

.contactsAdditional span:nth-child(2) {
	color: #1fc4b1;
	background: url(/images/additionalPhone.png) 20px top no-repeat;
	height: 25px;
}

.contactsAdditional span a {
	color: #ff006d;
}

.mainBlockList li {
	list-style: none !important;
	text-align: left;
}

.mainBlockList li a {
	display: block;
	margin-left: 14px;
}

.mainBlockList li a:hover {
	color: #ff0a73;
}

.mainBlockList li:before {
	content: "-";
	width: 9px;
	height: 9px;
	display: block;
	position: relative;
	top: -1px;
	float: left;
	margin-right: 5px;
}

.amcPageHeader h1 {
	text-align: center;
	margin-bottom: 20px !important;
	font-size: 22px;
	color: #424955;
	display: block;
	margin: 20px 0 10px;
	font-weight: 100;
}

section.teaser {
	padding: 25px 60px;
}

section.teaser p {
	font-size: 18px;
	line-height: 24px;
	color: #394958;
}