html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body{
	height: 100%!important;
}

input[type='number'] {
	-moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

body{
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
	line-height: 24px;

}

main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

aside{
	display: inline-block;
	float: left;
	vertical-align: top;
	position: relative;
	width: 250px;
	min-height: 100%;
	box-shadow: 0px -15px 33px 0px rgba(53, 62, 74, 0.24);
}

header{
	display: block;
}


.body__wrapper {
	min-height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;

	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
}

.body__wrapper aside{
	width: 250px;
	-ms-flex: 0 250px;
	-webkit-box-flex:  0;
	-moz-box-flex:  0;
	-ms-box-flex:  0;
	box-flex:  0;
}

.navbar-toggler{
	display: none;
}

.body__wrapper main{
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
}

a:hover{
	text-decoration: none;
}
a.button:hover{
	background-color: #0f8ec5;
	color: white;
}
a.button.filled:hover{
	background-color: white;
	color: #1889ba;
	border: 1px solid rgba(31,128,170, 1);
}
a:not(.button):hover{
	color: #1889ba;
	text-decoration: none;
}

div.middle{
	flex-grow: 1;
}
footer{
	flex-shrink: 0;
	height: 400px;
}
.logo-section{
	text-align: center;
	padding: 21px 40px 2px;
	line-height: 20px;
	font-size: 13px;
	background-color: #f3f6f9;
}

.logo-section span {
	display: inline-block;
	padding: 15px 5px;
	font-size: 13px;
	color: #22262e;
}



.catalog-markers{
	display: block;
	margin-top: 40px;
	margin-left: 17px;
}

.catalog-markers .marker-block{
	display: block;
	margin-bottom: 12px;
}
.marker-block a{
	text-decoration: none;
}
.catalog-menu button{
	display: none;
}

.marker-block .sticker-title:hover{
	color: #1889ba;
}
.marker-block div {
	display: inline-block;
	vertical-align: middle;
}

.marker-block .sticker-title{
	margin-left: 15px;
	text-transform: uppercase;
	font-family: 'Circe';
	font-size: 12px;
	color: #22262e;
}
.marker-block .sticker-title sup{
	font-weight: lighter;
	font-size: 10px;
	color: #8a98ab;
	margin-left:5px;
}
.ml-stack-nav-toggle.closer{
	display: none;
}
.header-top {
	width: 100%;
	padding: 20px 0 0;
}
.header-top .phone-block{
	margin-top: 5px;
	margin-left: 35px;
	text-align: left;
}
.header-top .phone-block a{
	text-decoration: none;
	font-size: 19px;
	color: #3b4453;
	font-weight: bold;
}
.header-top .phone-block span{
	display: block;
	color: #e3ebf5;
}
.header-top .menu-block, .header-top .catalog-actions {
	border-top: 1px solid #e3ebf5;
	margin-top: 20px;
}
.only-mobile{
	display: none;
}
.call-block{
	width: 165px;
	text-align: center;
	display: inline-block;
}

.button{
	display: block;
	color: #1889ba;
	border: 1px solid rgba(31,128,170,0.65);
	padding: 5px 0;
	font-weight: lighter;
	border-radius: 25px;
	width: 100%;
	text-decoration: none;
	outline: none;
}

.button:hover{
	border: 1px solid rgba(31,128,170, 1);
}

.navbar-nav {
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.geo-block{
	display: inline-block;
	/* width: 110px; */
	margin-left: 30px;
	margin-top: 5px;
}

.geo-block a::before{
	content: '';
	display: inline-block;
	position: relative;
	width: 15px;
	height: 17px;
	background: url('../img/geo-icon.png') 0 0 no-repeat;
	vertical-align: middle;
	margin-right: 15px;
}

.geo-block a{
	text-decoration: none;
	font-weight: lighter;
	color: #414a59;
}

.geo-block a::after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 6px;
    background: url(../img/arrow-down-icon.png) 0 0 no-repeat;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: 9px;
}
.geo-block.one-city a::after{
    content: none;
}

.geo-block.one-city a:hover{
   color:unset;
   cursor:default;
}

.search-block{
	max-width: 260px;
	width: 100%;
}

.search-block input {
	border: none;
	border-bottom: 1px solid #b1bbcc;
	outline: none;
	padding: 10px 0 10px 35px;
	width: 100%;
}

.search__input::placeholder {color: #b1bbcc;}
.search__input::-webkit-input-placeholder { color: #b1bbcc; }
.search__input::-moz-placeholder          { color: #b1bbcc; }
.search__input:-moz-placeholder           { color: #b1bbcc; }
.search__input:-ms-input-placeholder      { color: #b1bbcc; }

.search-block:before{
	/*content: '';*/
	/*display: inline-block;*/
	/*position: absolute;*/
	/*width: 15px;*/
	/*height: 40px;*/
	/*background: url('../img/search-icon.png') 0 50% no-repeat;*/
}

.auth-block{
	text-align: right;
}
.auth-block a{
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
}

.auth-block a.register-link{
	color: #414a59;
	text-decoration: none;
}

.auth-block a.register-link:hover{
	color: #1889ba;
}

.auth-block a.auth-button{
	text-align: center;
	width: 120px;
	margin-right: 0;
}


.menu-block{
	width: 80%;
}

.catalog-actions {
	width: 20%;
	text-align: center;
	display: flex;
	align-items: center;
	height: 61px;
	border-left: 1px solid #e3ebf5;
}

.navbar.top-menu{
	padding: 19px 0;
}

.navbar.top-menu ul li a{
	font-family: "Circe";
	color: #27303e;
	font-size: 16px;
}

.navbar.top-menu ul li a:hover{
	color: #1889ba;
}

.catalog-actions .action-block{
	width: 45px;
	margin: 0 auto;
	color: #11161d;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.catalog-actions .action-block:before{
	content: '';
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.catalog-actions .action-block.compare-icon:before{
	background-image: url('../img/compare-icon.png');
}

.catalog-actions .action-block.like-icon:before{
	background-image: url('../img/like-icon.png');
}

.catalog-actions .action-block.cart-icon:before{
	background-image: url('../img/cart-icon.png');
}

.main-slider{
	display: block;
	width: 100%;
	height: 668px;
	/*background: linear-gradient(135deg, #29384d 0%,#29384d 50%,#1590c6 52%,#1590c6 100%);*/
	background: radial-gradient(circle at 90% 61%, #0f8ec5 0%, #1c94c8 564px, #31496d 564px, #31496d,#29384d,#29384d 100%);
}

.slide_wrapper{
	background-position: center;
}

.main-slider .slick-dots {
	position: absolute;
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	padding: 20px 0;
	cursor: pointer;
	top: 88%;
}

.slick-dots li.slick-active .bg-pag{
	color: #323f54;
}

.slick-dots li.slick-active:before {
	content: '';
	display: block;
	position: absolute;
	width: 36px;
	margin-top: -37px;
	margin-left: 12px;
	height: 36px;
	background: url(../img/slider-pagen-icon.png) 0 0 no-repeat;
}

.slick-dots li {
	display: inline-block;
	width: 70px;
	height: 50px;
	line-height: 50px;
	color: white;
}

.slick-dots li .bg-pag{
	color: transparent;
	font-size: 60px;
	font-weight: bolder;
	font-family: 'Circe';
	position: absolute;
}



.slick-dots li .bg-pag span {
	font-size: 16px;
	font-family: 'Circe';
	font-weight: lighter;
	position: absolute;
	margin-left: -36px;
	color: #fff;
}

.slick-slide{
	outline: none;
}
.slick-slide img{
	width: 100%;
}
.slick-dots li button{
	background: none;
	border: none;
	outline: none;
	color: white;
	font-size: "Circe";
	font-weight: lighter;
}

.main-slider .slick-arrow{
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.11);
	background: none;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	position: absolute;
	bottom: 50px;
	font-size: 0;
	outline: 0;
	z-index: 80;
}

.main-slider .slick-arrow.slick-next{
	background: url('../img/slider-right-icon.png') 50% 50% no-repeat ;
	right: 100px;
}

.main-slider .slick-arrow.slick-next:hover{
	background: url('../img/slider-right-icon.png') 50% 50% no-repeat rgba(255, 255, 255, 0.11);
}

.main-slider .slick-arrow.slick-prev{
	background: url('../img/slider-left-icon.png') 50% 50% no-repeat;
	left: 100;
}

.main-slider .slick-arrow.slick-prev:hover{
	background: url('../img/slider-left-icon.png') 50% 50% no-repeat rgba(255, 255, 255, 0.11);
}

.main-slider .slide-title{
	font-weight: bold;
	font-size: 56px;
	max-width: 500px;
	color: white;
	line-height: 66px;
}

.main-slider .slide-description{
	font-family: 'Circe';
	font-size: 18px;
	line-height: 28px;
	color: white;
	margin-top: 30px;
}

.main-slider .slide-button{
	width: 160px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;

}

.main-slider .slide-button a {
	color: white;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 300px;
	background: linear-gradient(121deg, #e74c24 0%,#ff6d44 100%);
	width: 100%;
	display: block;
	box-shadow: 0px 12px 24px 0px rgba(246, 84, 96, 0.23);
	border: 1px solid transparent;
	outline:0!important;
}
.main-slider .slide-button a:hover{
	background: white;
	border: 1px solid #e74c24;
	color: #e74c24;
}
.main-slider .slide-block{
	display: flex;
	flex-direction: column;
	height: 670px;
	width: 360px;
	justify-content: center;
	z-index: 9999;
	margin-left: 100px;
}
.bg-gray{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f5f9fa;
}
.advantages{
	margin: 35px auto 70px auto;
	width:100%;
	background: linear-gradient(32deg, #a3c7f9 0%,#ceebfd 100%);
	background: linear-gradient(32deg, #a3c7f9 0%,#ceebfd 100%);
	border-radius: 10px;
}
.advantages .advantage{
	display: flex;
	flex-direction: column;
	height: 265px;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.5);
	cursor: pointer;
}

.advantages > div {
	padding: 0;
}

.advantages .advantage span{
	padding: 0 10px;
	min-height: 50px;
	font-size: 18px;
	line-height: 22px;
	color: #11161d;
	font-family: 'Circe';
}
.advantages .advantage:after{
	content: '';
	display: block;
	position: absolute;
	width: 69px;
	height: 64px;
	top: 10px;
	right: 10px;
}

.advantages .advantage:nth-child(even):after{
	background: url('../img/plus-empty.png') 0 0 no-repeat;
}

.advantages .advantage:nth-child(odd):after{
	background: url('../img/plus-filled.png') 0 0 no-repeat;
}

.advantages .advantage:last-child{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-right: none;
}

.advantages:after {
	content: '';
	display: block;
	width: 95%;
	border-radius: 10px;
	height: 12px;
	background-color: #e3edf1;
	margin: 0 auto;
	margin-bottom: -12px;
	z-index: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.promo-news{
	margin: 65px auto;
	color: #27303e;
}

.promo-news .block-title {
	font-weight: bold;
	font-size: 25px;
}
.promo-news .news-left{
	width: 200px;
	height: 155px;
}

.promo-news .news-left .img{
	width: 200px;
    height: 166px;
    display: flex;
    border-radius: 10px;
    box-shadow: 0px 8px 21px 0px rgba(93, 127, 161, 0.21);
    align-items: center;
    justify-content: center;
}

.promo-news .news-block{
	margin-top: 40px;
}

.promo-news .news-block > div {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.promo-news .news-right {
	width: 300px;
	padding: 10px 0px 0 30px;
}

.promo-news .news-right .news-date span{
	font-weight: bold;
}

.promo-news .news-right .news-preview{
	line-height: 24px;
	font-weight: lighter;
}

.promo-news .news-right .news-more{
	width: 130px;
	text-align: center;
	margin-top: 20px;
}

.promo-news .news-right .news-more a{
	text-decoration: none;
}

.list-page a{
	color: #27303e;
	text-decoration: none;
}

.list-page a:after {
	content: '';
	font-size: 13px;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	width: 16px;
	height: 11px;
	color: #27303e;
	background: url(../img/showall-icon.png) 0 0 no-repeat;
}
.promo-news .header-block + .row{
	clear: both;
}
div > .header-block .block-title{
	float: left;
}

div > .header-block .list-page{
	float: right;
}

div > .header-block .row{
	clear: both;
}

.actions-items{
	margin-top: 100px;
}
#action-items li{
	margin-right: 50px;
}
#action-items li > a{
	font-size: 25px;
	font-weight: bold;
	color: #728399;
	text-decoration: none;
	text-transform: uppercase;
}

#action-items li > a.active{
	color: #27303e;
	border-bottom: 2px solid #f16038;
}

.actions-items .tab-content .list-page{
	float: right;
	margin-top: -70px;
}


.tab-content .catalog-sections-items{
	margin-top: 40px;
}

.catalog-sections-items .catalog-item {
	border: 1px solid #e3ebf5;
	border-radius: 8px;
	width: 100%;
	padding: 20px;
	margin-bottom: 25px;
}

.catalog-item.sticker-new::before{
	content: '';
	height: 64px;
	width: 64px;
	display: block;
	position: absolute;
	background: url('../img/sticker-new-icon.png') 0px 0px no-repeat;
}

.catalog-item.sticker-hit::before{
	content: '';
	height: 64px;
	width: 64px;
	display: block;
	position: absolute;
	background: url('../img/sticker-hit-icon.png') 0px 0px no-repeat;
}

.icon-item-compare::before{
	content: '';
	display: block;
	width: 25px;
	height: 18px;
	background: url('../img/compare-item-icon.png') 0 0 no-repeat;
}

.icon-item-delay::before{
	content: '';
	display: block;
	width: 25px;
	height: 18px;
	background: url('../img/delay-item-icon.png') 0 0 no-repeat;
}

.catalog-item .actions-item-block{
	position: absolute;
	right: 20px;
}
.catalog-item .actions-item-block > div{
	display: inline-block;
}
.catalog-item .actions-item-block .catalog-item-compare{
	margin-right: 40px;
}

.catalog-item .actions-item-block .catalog-item-delay{
	margin-right: 20px;
}


.catalog-item .image-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 240px;
}

.item-body .item-title{
	display: block;
	color: #27303e;
	font-size: 14px;
	font-family: 'Circe';
	text-decoration: none;
}

.item-body .item-article {
	font-size: 12px;
	color: #7f8fa4;
	font-weight: lighter;
	display: inline-block;
}

.item-body .item-rating{
	display: inline-block;
}

.item-rating .star-active{
	cursor: default;
	background: url(../img/vote-star.png) 0 0 no-repeat;
	width: 19px;
	height: 14px;
	overflow: hidden;
}

.item-body .item-rating {
	vertical-align: middle;
	float: right;
	margin-top: 5px;
}

.item-body .item-price{
	font-size: 16px;
	color: #2c3543;
	font-weight: bold;
	margin-top: 30px;
}

.item-body .item-price span{
	font-size: 12px;
	color: #7f8fa4;
	font-weight: lighter;
}

.item-body .item-status{
	font-weight: lighter;
	font-size: 12px;
	color: #0f8ec5;
}

.item-body .item-status.in-stock:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url('../img/stockin-icon.png') 0 0 no-repeat;
	margin-right: 10px;
}

.item-footer{
	margin-top: 15px;
}
.item-footer .item-counter{
	height: 36px;
	width: 87px;
	display: inline-block;
	vertical-align: top;
}

.item-footer .item-counter > *{
	display: inline-block;
	height: 100%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.item-footer .item-counter .counter__button{
	width: 27px;
	border: 1px solid #c1cddb;
	outline: none;
	cursor: pointer;
	font-family: 'Myriad Pro';
	font-size: 12px;
	background: none;
	font-size: 0;
}

.item-footer .item-counter .counter__button.button__minus{
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	margin-right: -5px;
	border-right: none;
	background: url('../img/minus-icon.png') 50% 50% no-repeat;
}

.item-footer .item-counter .counter__button.button__plus{
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
	margin-left: -5px;
	border-left: none;
	background: url('../img/plus-icon.png') 50% 50% no-repeat;
}



.item-footer .item-counter .counter__input{
	border: 1px solid #c1cddb;
	width: 35px;
	height: 100%;
	outline: none;
	text-align: center;
}

.item-footer .item-button{
	width: 120px;
	text-align: center;
	display: inline-block;
}

.item-footer .item-button a{
	text-decoration: none;
}

.button.filled{
	background-color: #0f8ec5;
	color: white;
}

.main-map .map-info {
	display: block;
	position: absolute;
	width: 377px;
	height: 377px;
	border-radius: 50%;
	background-color: white;
	padding: 68px;
	margin-top: -68px;
	text-align: center;
	box-shadow: 0px 25px 49px 0px rgba(111, 128, 136, 0.21);
	margin-left: 85px;
}

.main-map .map-info .map-title{
	font-size: 30px;
	color: #27303e;
}

.main-map .map-info .map-title span{
	font-size: 60px;
	font-weight: bold;
	margin-right: 10px;
}

.main-map .map-info .map-description{
	font-size: 18px;
	color: #27303e;
	font-weight: lighter;
	line-height: 30px;
	margin-top: 70px;
}

.main-map .map-info .map-button{
	width: 135px;
	margin: 30px auto 0;
}

.main-map .map-info .map-button a{
	text-decoration: none;
}

.map-logo {
	position: absolute;
	margin-top: 70px;
	margin-left: 150px;
}

.map-container{
	text-align: right;
	padding-top: 110px;
	width: 100%;
}

/* Breakpoints
// ========================================================================== */
/* 320px */
/* 480px */
/* 599px */
/* 600px */
/* 768px */
/* 967px */
/* 960px */
/* 1400px */
/* Colors 
// ========================================================================== */
/* Convert px to ems
// ========================================================================== */
/* Mixins
// ========================================================================== */
/* Media Query Watcher
// ========================================================================== */
#getActiveMQ-watcher {
	font-family: "break-0";
}
@media (min-width: 20em) {
	#getActiveMQ-watcher {
		font-family: "break-1";
	}
}
@media (min-width: 30em) {
	#getActiveMQ-watcher {
		font-family: "break-2";
	}
}
@media (min-width: 37.5em) {
	#getActiveMQ-watcher {
		font-family: "break-3";
	}
}
@media (min-width: 48em) {
	#getActiveMQ-watcher {
		font-family: "break-4";
	}
}
@media (min-width: 60em) {
	#getActiveMQ-watcher {
		font-family: "break-5";
	}
}

/* =Map Pin Animation
// ========================================================================== */
@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}
@-moz-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes pulsate {
	0% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

/* =Places Map
// ========================================================================== */
#places-map h1 {
	font-size: 1.3125em;
	margin-top: 0.95238em;
	text-align: center;
}
@media (min-width: 37.5em) {
	#places-map h1 {
		font-size: 2.1875em;
		margin-top: 0.94286em;
	}
}
#places-map .wu-logo {
	display: none;
	height: 3.875em;
	width: 11.3125em;
}
@media (min-width: 60em) {
	#places-map .wu-logo {
		background: url(http://jeffbridgforth.com/codepen/wu-logo.jpg) no-repeat;
		display: block;
		position: absolute;
		bottom: 1.875em;
		left: 2em;
	}
}
@media (min-width: 87.5em) {
	#places-map .wu-logo {
		left: 50%;
		margin-left: -43.75em;
	}
}

.secondary-page #places-map .content {
	margin: 0;
	position: relative;
}
@media (min-width: 60em) {
	.secondary-page #places-map .content {
		margin: 0 auto;
	}
}

#places-map .map {
	position: relative;
	max-width: 56.4375em;
	margin-left: auto;
	margin-right: auto;
}

#places-map .map-pins {
	position: absolute;
	height: auto;
	width: 100%;
	max-width: 769px;
	max-height: 505px;
	margin-top: 0px;
}

#places-map .map-location-marker {
	background: url(../img/map-pin.png) no-repeat;
	cursor: pointer;
	position: absolute;
	height: 2.3em;
	margin-top: -1.875em;
	margin-left: -0.78571em;
	width: 1.7em;
	z-index: 3;
	opacity: 1;
}
@media (min-width: 48em) {
	.js #places-map .map-location-marker {
		visibility: hidden;
	}
	.js #places-map .map-location-marker.bounceInDown {
		visibility: visible;
	}
}
#places-map .marker-san-francisco {
	left: 8%;
	top: 30%;
}
@media (max-width: 37.4375em) {
	#places-map .marker-san-francisco {
		left: 6%;
		top: 32%;
	}
}


#places-map .vladivostok {
	left: 91.5%;
    top: 80.5%;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
#places-map .volgograd {
    left: 14.3%;
    top: 68.3%;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
#places-map .voronezh {
    left: 12.7%;
    top: 60.6%;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}
#places-map .ekaterinburg {
	left: 31%;
    top: 64.4%;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
#places-map .irkutsk {
	left: 63.3%;
	top: 78.5%;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}
#places-map .kazan {
	left: 22.8%;
	top: 60.4%;
	-webkit-animation-delay: .23s;
	animation-delay: .23s;
}
#places-map .kirov {
    left: 24.7%;
    top: 57.7%;
	-webkit-animation-delay: .13s;
	animation-delay: .13s;
}
#places-map .krasnodar {
	left: 7.1%;
    top: 69.5%;
	-webkit-animation-delay: .43s;
	animation-delay: .43s;
}
#places-map .krasnoyarsk {
	left: 54%;
	top: 72%;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
#places-map .norilsk{
    left: 50.9%;
    top: 40.4%;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
#places-map .moskva {
    left: 15.7%;
    top: 52.7%;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
#places-map .nizhniy-novgorod {
    left: 20.2%;
    top: 55%;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
#places-map .novosibirsk {
	left: 45.1%;
    top: 74.6%;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
#places-map .perm {
    left: 29.4%;
    top: 57.6%;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
#places-map .rostov-na-donu {
	left: 9%;
    top: 66.2%;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
#places-map .samara {
	left: 21.4%;
	top: 65.1%;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
#places-map .sankt-peterburg {
	left: 16.1%;
	top: 40.2%;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
#places-map .kazakhstan {
	left: 33.1%;
    top: 84.8%;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
#places-map .belorussiya {
    left: 6.7%;
    top: 47.4%;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
#places-map .ufa {
    left: 26%;
    top: 64.9%;
	-webkit-animation-delay: .43;
	animation-delay: .43s;
}
#places-map .chelyabinsk {
	left: 29.8%;
    top: 68.6%;
	-webkit-animation-delay: .13s;
	animation-delay: .13s;
}




#places-map .map-location-marker:after {
	-webkit-animation: pulsate 2s ease-in-out infinite;
	-moz-animation: pulsate 2s ease-in-out infinite;
	animation: pulsate 2s ease-in-out infinite;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 30px;
	content: "";
	display: block;
	height: 31px;
	left: -7px;
	opacity: 0;
	position: absolute;
	top: -8px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	width: 31px;
	z-index: 2;
}

#page-places {
	position: relative;
}

#map-info {
	background: #fff;
    border-radius: 6px;
	color: #fff;
	position: absolute;
	top: -1.5625em;
	left: 50%;
	margin-left: -7.8125em;
	padding: 0.77em;
	width: 15.625em;
	z-index: 10;
}
#map-info .close-btn {
    background: url(../img/close-btn.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 0.6875em;
    width: 0.6875em;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
}
	.cls-4{
		display: none;
	}
@media (min-width: 30em) {
	#map-info {
		top: 50%;
		margin-top: -8.875em;
	}
}
@media (min-width: 60em) {
	#map-info {
		margin-left: -8.875em;
		width: 14.75em;
	}
}

	#map-info {
		margin-left: 0;
		margin-top: 0;
	}
	#map-info:before {
		content: "";
		display: inline-block;
		height: 24px;
		width: 21px;
		background: url(../img/map-pin.png) 0 0 no-repeat;
		float: left;
	}


	

	#map-info.novosibirsk {
		left: 42.5%;
    	top: 67.6%;
	}	
	#map-info.kazakhstan {
	    left: 30.3%;
	    top: 77.6%;
	}	
	#map-info.belorussiya {
	    left: 3.9%;
	    top: 40%;
	}
	#map-info.vladivostok {
		left: 89%;
		top: 74%;
	}
	#map-info.volgograd {
		left: 11.4%;
		top: 60.9%;
	}
	#map-info.voronezh {
		left: 9.8%;
		top: 53.3%;
	}
	#map-info.ekaterinburg {
		left: 28.1%;
		top: 57.1%;
	}
	#map-info.irkutsk {
		left: 60.3%;
    	top: 70.6%;
	}
	#map-info.kazan {
		left: 20%;
		top: 53%;
	}
	#map-info.kirov {
		left: 21.8%;
		top: 50.2%;
	}
	#map-info.krasnodar {
		left: 4.3%;
		top: 62.1%;
	}
	#map-info.krasnoyarsk {
		left: 51%;
		top: 65%;
	}	
	#map-info.norilsk {
		left: 48.4%;
	    top: 33.1%;
	}
	#map-info.moskva {
		left: 12.8%;
		top: 45.3%;
	}
	#map-info.nizhniy-novgorod {
		left: 17.3%;
		top: 47.4%;
	}
	#map-info.perm {
		left: 26.6%;
	    top: 50.4%;
	}
	#map-info.rostov-na-donu {
		left: 6.1%;
		top: 58.8%;
	}
	#map-info.samara {
		left: 18.6%;
		top: 57.9%;
	}
	#map-info.sankt-peterburg {
		left: 13.3%;
		top: 32.8%;
	}
	#map-info.ufa {
		left: 23%;
		top: 57.7%;
	}
	#map-info.chelyabinsk {
		left: 26.8%;
		top: 61.5%;
	}



#map-info h1 {
	float: left;
	font-size: 1.375em;
	line-height: 1;
	margin-bottom: 0.72727em;
	margin-top: 0;
}
#map-info a {
    color: #1993c7;
    display: block;
    font-size: 14px;
    float: left;
    
    
}
#map-info>a {
	margin-left: 1em;
	text-decoration: underline;
}
#map-info img {
	height: auto;
	max-width: 100%;
}

.btn{
	border-radius: 0px!important;
}
.form-control{
	border-radius: 0px!important;
}
.wh-title {
	background: #edeef8;
	display: inline-block;
	color: #2f2e2e;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 17px;
	border: 1px solid #d7d8e2;
}

.catalog-section-child a.active{
	border-color: #1889ba;
	text-decoration: none;
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.36);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.36);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.36);
}

.catalog-section .catalog-section-title a.active {
	color: #1889ba;
	border-color: #1889ba;
	text-decoration:none;
	background:none;
}

@keyframes rotationleft {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}
.hidden{
	display:none;
}

.footer-top{
	background-color: #2a3950;
	padding: 60px 0 78px;
}

.footer-title, .footer-title a{
	font-family: 'Circe';
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}
.bottom-menu .menu-list{
	margin-top: 15px;
}
.bottom-menu .menu-list li a{
	color: #97a3b6;
	font-size: 13px;
	line-height: 26px;
	text-decoration: none;
}

.bottom-menu .menu-list li a:hover{
	color: #fff;
}

.bottom-menu{
	display: inline-block;
	vertical-align: top;
	margin-right: 70px;
}
.bottom-menu:last-child{
	margin-right: 0;
}

.footer-pays img:nth-child(odd){
	margin-right: 5px;
}

.footer-pays{
	margin-top: 20px;
}

.subscribe-block{
	border-radius: 6px;
	background: linear-gradient(to bottom, #cfeafb 0%,#a6c8f5 100%);
	padding: 25px 32px;
	max-width: 325px;
	margin: 0 auto;
}

.subscribe-block .subscribe-title{
	color: #11161d;
	font-size: 18px;
	font-family: 'Circe';
	line-height: 22px;
}

.subscribe-block .subscribe-note{
	font-size: 13px;
	line-height: 22px;
}

.subscribe-block form input {
	border: none;
	border-bottom: 1px solid #11161d;
	outline: none;
	padding: 10px 0;
	width: 100%;
	background-color: transparent;
	width: 181px;
}
.subscribe-block .subscribe-button{
	background: none;
	border: none;
	background-color: white;
	border-radius: 50%;
	cursor: pointer;
	width: 45px;
	height: 45px;
	box-shadow: 0px 5px 7.83px 1.17px rgba(55, 144, 183, 0);
	margin-left: 30px;
	color: #11161d;
	font-weight: bold;
	outline: none;
}
.subscribe-block form input::-webkit-input-placeholder { color: #2e394c; opacity: 0.5; font-size: 13px;}
.subscribe-block form input::-moz-placeholder          { color: #2e394c; opacity: 0.5; font-size: 13px;}
.subscribe-block form input:-ms-input-placeholder      { color: #2e394c; opacity: 0.5; font-size: 13px;}

.subscribe-block .subscribe-button:before{
	content: '';
	position: absolute;
	width: 75px;
	height: 75px;
	border: 1px solid #1993c7;
	background: none;
	border-radius: 50%;
	margin-left: -27px;
	margin-top: -25px;
}

.footer-bottom{
	padding: 30px 0;
}

.footer-left{
	float: left;
	font-family: 'Myriad Pro';
	color: #2e394c;
	font-size: 13px;
}

.footer-left a {
	color: #1993c7;
	text-decoration: underline;
}

.footer-right{
	float: right;
}

.footer-right .sitemap-link{
	color: #3b4453;
	text-transform: uppercase;
	font-weight: bold;
}

.footer-right .sitemap-link:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 30px;
	height: 25px;
	background: url('../img/site-map-icon.png') 0 0 no-repeat;
}


.fancybox-content{
	padding: 0;
	border-radius: 10px;
	max-width: 480px;
}

#modalcityup{
	max-height: 401px;
	width: 100%;
	height: 100%;
}

.modal_header {
	height: 70px;
	text-align: center;
	background: linear-gradient(45deg, #a6c8f5 0%,#cfeafb 100%);
	font-family: 'Circe';
	line-height: 70px;
	font-size: 26px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.modal_body {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 30px 50px 50px;
}
.modal_body input[type=text], .modal_body input[type=datetime-local], .modal_body textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #cfd7e2;
}

input.checkbox{
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.modal_body .checkbox_wrapper .checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}


input.checkbox + label:before {
	content: "";
	color: transparent;
	display: inline-block;
	border: 1px solid #cfd7e2;
	font-size: 20px;
	height: 17px;
	width: 17px;
	text-align: center;
	vertical-align: middle;
	transition: color ease .3s;
	border-radius: 2px;
	margin-right: 15px;
}

input.checkbox:checked + label:before {
	background: url('../img/checkbox.png') 50% 50% no-repeat;
}

.modal_body textarea{
	width: 100%;
	resize: none;
	height: 100px;
}

.modal_body .checkbox_wrapper{
	text-align: center;
	color: #545a70;
}

.modal_body .checkbox_wrapper a{
	text-decoration: underline;
}

.modal_body button[type=submit] {
	color: white;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 300px;
	background: linear-gradient(121deg, #e74c24 0%,#ff6d44 100%);
	width: 160px;
	display: block;
	border: none;
	font-size: 15px;
	margin: 30px auto 0;
	box-shadow: 0px 12px 24px 0px rgba(246, 84, 96, 0.23);
	border: 1px solid transparent;
	cursor: pointer;
}

.modal_body button[type=submit]:hover{
	background: none;
	border: 1px solid #e74c24;
	color: #e74c24;

}

#callback{
	overflow: unset;
}


#callback button.fancybox-close-small{
	display: block;
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0;
	top: 4px;
	margin-left: -24px;
	z-index: 100;
	background: url(../img/fb-close.png) 0 0 no-repeat;
	cursor: pointer;
	top: -25px;
	right: -25px
}

.preim-modal .modal_header img{
	padding: 0 25px;

}

.preim-modal .modal_header img{
	padding: 0 25px;

}
nav.city-select-columns a {
    line-height: 1.5;
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #1889ba;
}
nav.city-select-columns{
    float: left;
    width: 40%;
    padding: 10px 20px;
}
#modalcityup nav.city-select-columns{
	 width: 33%;
}
.cities_header{
	    color: #1987ba;
    font-size: 20px;
    margin: 18px 15px 7px 15px;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #d7dfe2;
}
nav.city-select-columns a.main {
    font-weight: bold;
    line-height: 2;
}
.block ul.cnt-tabs{
	margin: 0;
    padding: 0;
   
}
li.tabs-h {
	color: #b7bbd3;
	font-size: 18px;
	margin: 18px 15px 0px 15px;
	padding: 20px 0;
	text-align: center;
	/* border-bottom: 1px solid #d7dfe2; */
	list-style-type: none;
	display:inline-block;
	cursor:pointer;
}

li.tabs-h.current{
    color: #1889ba;
	font-size: 20px;
}

.mds .separator{
	height: 1px;
    width: 90%;
    margin: 0 15px;
    background: #b7bbd3;
}
.preim-modal{
	max-width: 780px;
}
.preim-modal .modal_body{
	padding: 0 50px 50px;
}
.preim-modal .modal_header{
	text-align: left;
	height: 120px;
	display: flex;
	justify-content: left;
	align-items: center;
	line-height: 30px;
}

.preim-modal .modal_header::after {
	content: '';
	display: block;
	position: absolute;
	width: 69px;
	height: 64px;
	top: 5px;
	right: 0;
	background: url(../img/minus-filled.png) 0 0 no-repeat;
}

.preim-modal .fancybox-close-small svg{
	opacity: 0;
}

.preim-modal .preim-title .number{
	font-size: 24px;

}

.preim-modal .preim-title{
	font-family: 'Myriad Pro';
	font-size: 14px;
	color: #3b4453;
	text-transform: uppercase;
	font-weight: bold;
}

.preim-modal .preim-text{
	margin-top: 40px;
}

.preim-modal p{
	font-family: 'Myriad Pro';
	font-size: 14px;
	color: #11151d;
	margin-top: 20px;
	line-height: 24px;
}

.preim-modal .preim-notice{
	color: #0779ab;
	font-size: 15px;
	font-family: 'Myriad Pro';
	margin-top: 50px;
	font-style: italic;
}
.preim-modal .preim-text ul{
	padding-left: 25px;
	margin-top: 15px;
}

.preim-modal .preim-text ul li{
	font-family: 'Myriad Pro';
	color: #11151d;
	margin-bottom: 24px;
}

.preim-modal .preim-text ul li::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #258bba;
	margin-right: 18px;
	position: absolute;
	margin-left: -25px;
	margin-top: 8px;
}

.preim-modal form{
	margin-top: 30px;
}

.preim-modal form .checkbox_wrapper{
	padding: 0 30px;
	max-width: 400px;

}

.cls-1, .cls-2{
	opacity: 0;
	z-index: 100;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.map-wrapper{
    display: block;
    margin-left: auto;
    height: 100%;
    width: 100%;
    max-width: 769px;
    max-height: 505px;
    margin-top: 0px;
}

.map-wrapper svg{
	width: 100%;
}

.cls-1:hover, .cls-2:hover{
	opacity: 1;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

nav.city-select-columns a {
    line-height: 1.5;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
nav.city-select-columns{
    float: left;
    width: 40%;
    padding: 10px 20px;
}

.cities_header{
	    color: #1987ba;
    font-size: 20px;
    margin: 18px 15px 7px 15px;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #d7dfe2;
}
nav.city-select-columns a.main {
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 5px;
}
.block ul.cnt-tabs{
	margin: 0;
    padding: 0;
   
}
li.tabs-h {
	color: #b7bbd3;
	font-size: 18px;
	margin: 0;
	padding: 0 0 9px 0;
	/* border-bottom: 1px solid #d7dfe2; */
	list-style-type: none;
	display: inline-block;
	cursor: pointer;
	width: 32%;
	padding: 20px 0 20px 18px;
	text-align: left;
}
li.tabs-h.current{
    color: #1987ba;
	font-size: 20px;
}
.mds .separator{
	height: 1px;
    width: 90%;
    margin: 0 15px;
    background: #b7bbd3;
}

.uniform {
    background: linear-gradient(45deg, #afd1fa 20%, #cdeafd 70%, #cdeafd 100%);
    color: black;
    margin: 40px 0 0 0;
    width: 100%;
	padding: 0 10px;
	font-family: Circe, Arial, sans-serif;
}
.uniform .uni-header1 {
    font-family: Circe, Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #29384d;
    text-align: center;
    padding: 19px 0 0 0;
    font-weight: bold;
}

.uniform .uni-header2 {
    font-family: Circe, Arial, sans-serif;
    font-size: 13px;
    color: #29384d;
    text-align: center;
    padding: 3px 0 0 0;
    line-height: 14px;
}
.uniform input.subscribe-form-item__control.subscribe-form-item__control--input-string {
    color: #22262e;
    text-decoration: none;
    padding: 4px 0;
    border-radius: 300px;
    background: white;
    width: 100%;
    display: block;
    border: 1px solid transparent;
    outline: none!importaNT;
    text-align: center;
	font-size:12px;
}

.uniform .subscribe-form-item.subscribe-form-item--input-string {
    padding: 9px 5px 0;
}

.uniform input.subscribe-form-item__control.subscribe-form-item__control--input-string:focus {
   box-shadow: 0 0 10px #adc7d8;
       transition: 0.3s;
}


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;

  width: 220px;
  height: 33px;
}

.select-styled {
  position: absolute;
top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #22262e;
	text-decoration: none;
	padding: 4px 20px;
	border-radius: 300px;
	background: white;
	width: 100%;
	display: block;
	border: 1px solid transparent;
	outline: none!importaNT;
	text-align: center;
	font-size: 12px;
	height: 33px;
	 z-index: 10;
}
.select-styled:after {
  content: "";
  width: 0;
    height: 0;
    border: 3px solid transparent;
    border-color: #443c3c transparent transparent transparent;
    position: absolute;
    top: 15px;
    margin-left: 16px;
}
.select-styled:hover {
  background-color: #ffffff;
}
.select-styled:active, .select-styled.active {
  background-color: #ffffff;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #443c3c transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  z-index: 9;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  padding-top: 18px;
  box-shadow: 0 0 10px #adc7d8;
}
.select-options li {
     margin: 0;
    padding: 9px 0;
    text-indent: 1;
    border-top: 1px solid #c0dffc;
    font-size: 12px;
    text-align: center;
}
.select-options li:hover {
  color: #1889ba;
  background: #fff;
}
.select-options li[rel=hide] {
  display: none;
}
.uniform .uni-tp{
	    padding: 13px 0 0 0;
		font-weight:bold;
}
.uniform .uni-hr{
	    background: #d3ebfb;
    box-shadow: 0 1px 1px #bbd9f3;
    height: 1px;
    width: 80%;
    margin: 12px auto 0px;
}
.uniform .uf-ul-t{
	    width: 75%;
    display: block;
    margin: 0 auto;
}

.uniform form{
	display: block;
    padding: 0 0 4px 0;
}

.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.uniform input.checkbox + label{
	cursor:pointer;
}

.uniform input.checkbox + label:before {
	content: "";
	color: transparent;
	display: inline-block;
	border: 1px solid #29384d;
	font-size: 20px;
	height: 8px;
	width: 8px;
	text-align: center;
	vertical-align: middle;
	transition: color ease .3s;
	border-radius: 50%;
	    margin: -3px 10px 0 0;
}

.uniform input.checkbox:checked + label:before {
	background:#1993c7;
	border-color:white;
}


.uniform input[type="submit"] {
	font-size: 18px;
    border: none;
    outline: 0!important;
    margin: 20px auto 15px;
    display: block;
	background: #1993c7;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px 3px;
    width: 97%;
    border-radius: 300px;
}
.uniform input[type="submit"]:hover {
    box-shadow: 0px 0px 11px rgba(255, 255, 255, 0.75);
    transition: 0.3s;
    cursor: pointer;
}

div#modalSubscr1 {
    background: #edeef8;
    overflow: visible;
    border-radius: 0;
    padding: 1.5% 1.95%;
	box-shadow:7px 11px 10px 0px rgba(128, 128, 128, 0.18);
}

#modalSubscr1 button.fancybox-close-small {
      top: -45px;
    right: -37px;
    fill: #ffffff;
    color: white;
	height: 56px;
	width: 56px;
}

#modalSubscr1 button.fancybox-close-small svg {
   
   fill: black;
    stroke: #292929;
}

.successBut img {
    display: block;
    margin: 6px auto;
}

.ms-t1 {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #494949;
    line-height: 17px;
}

.successBut {
    box-sizing: border-box;
    margin: 5px 0 28px 0;
}

.ms-t2 {
    text-align: center;
    font-size: 15px;
    color: #1889ba;
    line-height: 17px;
    margin: 14px 0 10px 0;
    /* font-weight: bolder; */
}

div#modalSubscr1 {
    font-family: Open Sans, Arial, sans-serif;
}

.ms-hr {
    width: 39%;
    height: 2px;
    background: #1889ba;
    margin: 14px auto 12px;
}

.ms-txt {
    text-align: center;
    color: #494949;
    font-size: 13px;
    line-height: 14px;
    margin: 0 6px 0 9px;
}

.fancy-submit {
    font-size: 18px;
    border: none;
    outline: 0!important;
    margin: 20px auto 15px;
    display: block;
    background: #1993c7;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 20px 11px;
    width: 97%;
    text-align: center;
    border-radius: 8px;
    box-shadow: 1px 2px 2px rgba(128, 128, 128, 0.67);
	cursor:pointer;
}

.B_COMMENT {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    left: -9999em;
}
.form_message > div,.form_message > p{
	padding: 10px 5px;
    /*
	background: #fbe1d2;
    text-align: center;*/
	margin-bottom:20px;
}

.modal_body button{
	outline:0!important;
}

.main-txt{
    max-width:1400px;
    font-size: 16px;
}
.main-txt p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.65;
}
.main-txt b {
    font-weight: bold;
}
.main-txt h2 {
    color: #27303e;
    font-size: 25px;
    padding: 5px 0 24px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}
.main-txt ol{
	counter-reset: orderhelp;
	margin: 0 0 0 20px;
}
.main-txt ol li:before {
    counter-increment: orderhelp;
    content: counters(orderhelp, ".", decimal) ".";
    list-style-type: decimal;
    padding: 0 7px 0 0;
    color: #0f8ec5;
    font-weight: bold;
}

.main-txt ol li {
    font-weight: normal;
    color: black;
    padding: 0 0 13px;
	list-style-type: none;
	font-size: 14px;
}


.main-txt li p {
    display: inline-block;
    margin: 0;
}

.main-txt a {
    color: #1889ba;
}
.main-txt a:hover{
	border-bottom:1px dotted #1889ba;
}
.main-txt ul{margin: 5px 0 20px 0;padding: 0 0 0 20px;}
.main-txt ul li {list-style-type:disc;margin:0;padding: 4px 0px 5px 0px;}


.review_add .info {
    flex-grow: 1;
    max-width: 275px;
    min-width: 235px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.review_add form,.review_add .info-descr {
    flex-grow: 4;
    display: block;
    float: none;
    background: #f9f9f9;
    padding: 4%
}

.info-descr .p-gr-inner {
    padding: 0
}

.info-descr .label {
    color: unset;
    padding: unset;
    font-size: unset;
    font-weight: normal
}

.info-descr .personal-gr h2 {
    font-weight: normal;
    margin-top: 23px
}

.modal_body .info-descr button.button.filled[type="submit"] {
    background: #0f8ec5;
    color: #fff;
    margin: 0;
    box-shadow: none
}

.modal_body .info-descr button.button.filled[type="submit"]:hover {
    border-color: #0f8ec5
}

.info-descr .p-gr-flineh .p-grinput .var input[type="text"] {
    display: inline-block
}

.review_add .info-descr form {
    padding: 0
}