


.mod_cat_filter .row.mod_cat {padding: 0!important;}
[content="moscow"] #page [class*="mod_"]:not([class*="mod_header"]):not([class*="mod_menu"]):not([class*="mod_str_navigation"]):not([class*="mod_footer"]) {
		padding-top: 50px;
		padding-bottom: 50px;}
[content="rio"] #page [class*="mod_"]:not([class*="mod_header"]):not([class*="mod_menu"]):not([class*="mod_str_navigation"]):not([class*="mod_footer"]) {
		padding-top: 30px;
		padding-bottom: 30px;}

.fullscreen .close {position: absolute;
		z-index: 1;
		width: 40px;
		height: 40px;
		right: 0;
		top: 0;
		opacity: 1;
		font-size: 0;
		background: url(/cdn/lib/close.svg) no-repeat center / 50%;}
.dialog .close {color: white;}
.full2.frm {position: fixed;
		background: white;
		max-width: 400px;
		width: 100%;
		right: 0;
		height: 100%;
		animation: .7s linear 0s bounceInRight;
		top: 0;
		color: #5d5d5d;
		text-align: left;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
		padding: 30px;}
.full2.frm p {font-size: 24px;}
.full2.frm input[type="text"], 
.full2.frm textarea {width: 100%;
		height: 40px;
		padding: 10px;
		font-size: 16px;
		margin-bottom: 5px;
		border: 1px #dfdfdf solid;
		resize: none;
		outline: none;}
.full2.frm input[type="text"].required {border: 2px #ff9c9c solid;}
.full2.frm textarea {height: 110px;}
.full2.frm label {font-weight: normal;}
.full2.frm input[type="checkbox"] {margin-right: 5px;}
.full2.frm button {/* width: 100%; */}
.full2.frm button.save.off {opacity: .7;
		pointer-events: none;}
		
.underconstruction {padding: 40vh 0;
		height: 100vh;
		font-size: 25px;}
.flex {display: flex;}
.none {display: none!important;}
.row#top {overflow: hidden;}

.fullscreen,
alert,
confirm {position: fixed;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background: rgba(255, 255, 255, 0.25)!important;
		top: 0;
		left: 0;
		display: flex;}
alert .alrt,
confirm .confirm {margin: auto;
		width: 500px;
		background: white;
		padding: 30px;
		border-bottom: 3px var(--primary) solid;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);}
confirm .confirm a {float: right;
		color: #585858;
		margin: 10px 0;
		cursor: pointer;}
confirm .confirm b {float: left;
		font-weight: normal;
		border: 1px #d8d8d8 solid;
		padding: 10px 20px;
		border-radius: 20px;
		cursor: pointer;}
confirm .confirm b:hover {background: rgba(0, 0, 0, 0.05);}

alert[detail] {z-index: 9;}

header button:not(.save) {
		line-height: 1;
		font-size: inherit!important;
}


button[button="0"],
[button="0"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]) {
	height:40px;
	color:#fff;
	border-radius:2px;
	padding:10px 25px;
	font-weight:500;
	background:transparent;
	cursor:pointer;
	transition:all .3s ease;
	position:relative;
	display:inline-block;
	outline:none;
	background-color:var(--primary, #45a6d4);
	line-height:42px;
	padding: 0 20px;
	border:none;}

button[button="0"]:hover,
[button="0"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover {background-color:var(--primary);opacity:.8}

button[button="0"]:before,
button[button="0"]:after,
[button="0"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):before,
[button="0"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):after {position:absolute;
	content:"";
	right:0;
	top:0;
	transition:all .3s ease;}
button[button="0"]:before,
[button="0"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):before {height:0;
	width:.1px;}
button[button="0"]:after,
[button="0"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):after {width:0;
	height:.1px;}
button[button="0"]:hover:before,
[button="0"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover:before {height:100%;}
button[button="0"]:hover:after,
[button="0"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover:after {width:100%;}

button[button="1"],
[button="1"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]) {width:130px;
	height:40px;
	line-height:42px;
	 position: relative;
	padding:0 20px;
	border:none;
	 background: whitesmoke;
	 border-radius: 2px;}
button[button="1"]:hover,
[button="1"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover {color: inherit;
		background: white;
		box-shadow: none;}
	
button[button="2"],
[button="2"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]) {background: white;
		position: relative;
		padding: 10px 20px;
		border: 1px #edf0f1 solid;
		border-radius: 2px;}
button[button="2"]:after,
[button="2"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):after {position:absolute;
	content:"";
	left:0;
	 bottom: -1px;
	 background: var(--primary);
	transition:all .3s ease;
	width:0;
	height:2px;}
button[button="2"]:hover:after,
[button="2"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover:after {width:100%;}

/* 

[button="2"] button:before,
[button="2"] button:after {position:absolute;
	content:"";
	left:0;
	top:0;
	background:rgba(251,75,2,1);
	transition:all .3s ease;}
[button="2"] button:before {width:2px;
	height:0;}
[button="2"] button:after {height:2px;
	width:0;}
[button="2"] button:hover:before {height:100%;}
[button="2"] button:hover:after {width:100%;}
 */

button[button="3"],
[button="3"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]) {
		border: none;
		background: var(--primary);
		color: #fff;
		transition: .5s;
		overflow: hidden;
		position: relative;
		padding: 10px 20px;
		border-radius: 50px;}
button[button="3"]:before,
[button="3"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):before {position:absolute;
	content:'';
	display:inline-block;
	top:-180px;
	left:0;
	width:30px;
	height:100%;
	background-color:#fff;
	animation:button 5s ease-in-out infinite;}
button[button="3"]:hover,
[button="3"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover {transform: scale(1.1);}
@keyframes button {0% {transform:scale(0) rotate(45deg);
	opacity:0;}
80% {transform:scale(0) rotate(45deg);
	opacity:.5;}
81% {transform:scale(4) rotate(45deg);
	opacity:1;}
100% {transform:scale(50) rotate(45deg);
	opacity:0;};}
	
button[button="4"],
[button="4"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]) {border: 2px var(--primary) solid;
		box-shadow: none;
		padding: 10px 20px;
		border-radius: 7px;
		position: relative;
		font-size: 1rem;
		background: white;}
	
[tmpl="1"] header [list="17"][item="0"].add {
		position: fixed;
		bottom: 20px;
		width: 64px;
		right: 20px;
		height: 64px;
		font-size: 0px!important;
		border-radius: 50%;
		background: var(--primary);
		background: url(/cdn/lib/phone-call-white.svg) no-repeat var(--primary) center / 25px;
		box-shadow: 0px 5px 10px rgb(0 0 0 / 0.25);
		transition: .5s;
		z-index: 11;
}
[tmpl="1"] header [list="17"][item="0"].add:hover {
		transform: scale(1.1);
}

/*accordion*/
.panel.box.no-border.m-b-xs {
		flex-basis: 33%;
		min-height: 200px;
}

.panel.box.no-border.m-b-xs:first-of-type {
		flex-basis: 66%;
}


/* 
[button="4"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):before {left:0;
	background:#00acee;
	content:"";
	background:linear-gradient(0deg,rgba(0,172,238,1) 0%,rgba(2,126,251,1) 100%);
	display:block;
	position:absolute;
	width:130px;
	height:40px;
	border-radius:5px;
	text-align:center;
	box-sizing:border-box;
	-webkit-transition:all .3s;
	transition:all .3s;
	left:20px;
	bottom:-26px;}
 */
	
	
button[button="5"],
[button="5"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex])	{
		background-color: var(--primary);
		background-image: linear-gradient(315deg,var(--dark)0%,var(--primary)74%);
		border: none;
		position: relative;
		z-index: 1;
		padding: 10px 20px;
		color: white;}
button[button="5"]:after,
[button="5"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):after {position: absolute;
		content: "";
		width: 100%;
		height: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		background-color: var(--primary);
		background-image: linear-gradient(315deg, var(--primary) 0%, var(--dark) 74%);
		transition: all .3s ease;}
button[button="5"]:hover,
[button="5"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover {color:#fff!important;}
button[button="5"]:hover:after,
[button="5"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover:after {top:0;
	height:100%;}


button[button="6"],
[button="6"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex])	{color: white;
		background: rgb(0 0 0 / 0.2);
		border: 0;
		position: relative;
		z-index: 1;
		padding: 10px 20px;
		border-radius: 5px;
		overflow: hidden;
		background-color: var(--dark);
		background-image: linear-gradient(315deg,var(--dark) -40%,var(--primary) 45%);}


button[button="6"]:after,
[button="6"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):after {position: absolute;
		content: "";
		width: 100%;
		height: 0;
		top: -2px;
		left: 0;
		z-index: -1;
		border-radius: 2px;
		transition: all .3s ease;
		background: rgb(0 0 0 / 0.2);
		border: 0;}
[button="6"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover {}
button[button="6"]:hover:after,
[button="6"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover:after {top:auto;
	bottom:0;
	height:100%;}


button[button="7"],
[button="7"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex])	{
		background: var(--primary);
		border: none;
		position: relative;
		z-index: 1;
		padding: 10px 20px;
		color: white;}
		
button[button="7"]:after,
[button="7"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):after {position:absolute;
		filter: hue-rotate(var(--deg));
	content:"";
	width:0;
	height:100%;
	top:0;
	right:0;
	z-index:-1;
	background-color:var(--primary);
	transition:all .3s ease;}
button[button="7"]:hover,
[button="7"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover {color:#fff;}
button[button="7"]:hover:after,
[button="7"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):hover:after {left:0;
	width:100%;}
button[button="7"]:active,
[button="7"] button:not([class*="slick"]):not([button]):not([role]):not([data-action]):not([tabindex]):active {top:2px;}


/*nav*/
ul ul {display: none;}
.menu-container {height: 66px;}

	.menu li:hover > ul {display: block;
			z-index: 5;
			top: 64px;}
	.menu li:hover ul {background: rgb(247, 247, 247);}
	.menu li:hover > ul li:hover > ul a {color: white;}

@media(max-width: 992px) {
	.menu li:hover > ul {top: 0;}
	.menu li:hover ul {background: initial;}
	.menu li:hover > ul li:hover > ul a {color: initial;}
}

.menu li:hover > ul li:hover > ul, 
.menu li:hover > ul {opacity: 1;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;}
		
@media(min-width: 600px) {
	.menu li:hover > ul li:hover > ul {position: absolute;
			left: 100%;
			background: var(--primary);
			top: 0;}
}

.menu li ul li a {display: block;
		white-space: nowrap;}
.menu li ul {opacity: 0;
		transition: .3s;
		transition-delay: .3s;
		position: absolute;
		display: none;
		padding: 10px 20px;
		min-width: 200px;
		right: 0;}

.menu li ul li {line-height: 33px;
		display: block;
		float: initial;
		position: relative;}

.menu li a {color: #545454;}

@media (max-width:991px) {
	.menu li ul {display: block;
			position: relative;
			padding: 0 30px;
			opacity: 1;}
}

/* 
nav.active:hover .menu li ul {background-color: #f5f5f5;
	border-top: 1px rgba(0, 0, 0, 0.2) solid;}
nav:not(.active) {border-bottom: 1px rgba(255, 255, 255, 0.2) solid;}
 */
nav .logo {float: left;
		display: flex;
		height: 60px;
		min-width: 80px;}
		
nav a[href*="tel"] {font-size: 20px;
		text-decoration: none;
		margin: auto 20px;
		max-height: 65px;
		padding: 13px!important;}
		
nav a[href*="tel"] u {display: block;
		font-size: 10px;
		line-height: 5px;
		text-decoration: none;
		opacity: .7;}

/* Menu */
.menu-wrapper {position: relative;
}
.menu-wrapper:before,
.menu-wrapper:after {display: table;
		content: "";
}
.menu-wrapper:after {clear: both;
}
.menu {width: 100%;
		padding: 0;
		margin: 0;
		float: left;
		list-style: none;
}
.menu li {vertical-align: middle;
		display: inline-block;
		float: left;
}
.menu > li > a {line-height: 35px;
		color: #545454;
		position: relative;
		z-index: 10;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
}
.menu-fixed-light a,
.menu-fixed-light li > a {
		color: rgb(255 255 255 / 0.8);
		text-shadow: none;
}
.menu-fixed-light a,
.menu-fixed-light li > a,
.logo-top a,
.logo-top li > a,
.header-floating a,
.header-floating li > a,
.menu-fixed-light li:hover a {
		color: rgb(0 0 0 / 0.8);
}

.menu > li > a:hover,
.menu > li > a:focus,
.menu > li:hover > a {opacity: 0.8;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
}
.mod_menu[class*="-dark"] .company-name div {
		color: white;
		white-space: nowrap;
}
.mod_menu[tmpl="10"] [socialuser] {
		filter: none;
}
.mod_menu[tmpl="0"] {position: relative;}


.mod_menu[tmpl="5"] .sticky-wrapper.menu-fixed a[href="/"] {color: initial;}
	
.mod_menu[tmpl="8"] .menu-fixed a,
.mod_menu[tmpl="12"] .menu-fixed a,
.mod_menu[tmpl="14"] .menu-fixed a,
.mod_menu[tmpl="15"] .menu-fixed a,
.mod_menu[tmpl="16"] .menu-fixed a {color: black;}
/* 
.mod_menu[tmpl="8"] a,
.mod_menu[tmpl="12"] a,
.mod_menu[tmpl="14"] a,
.mod_menu[tmpl="15"] a,
.mod_menu[tmpl="16"] a {color: white;}
 */
.mod_menu[tmpl="8"] li:hover a,
.mod_menu[tmpl="12"] li:hover a,
.mod_menu[tmpl="14"] li:hover a,
.mod_menu[tmpl="15"] li:hover a,
.mod_menu[tmpl="16"] li:hover a {color: initial;}

/*dark mobile menu*/
@media (max-width: 992px) {
	.mod_menu[tmpl="13"] .menu li ul li a {
	    color: wheat;
	}
}


[content="moscow"] .mod_menu[tmpl="5"] .sticky-wrapper.menu-fixed a[href="/"] {color: initial;}
	
[content="moscow"] .mod_menu[tmpl="8"] .menu-fixed a,
[content="moscow"] .mod_menu[tmpl="12"] .menu-fixed a,
[content="moscow"] .mod_menu[tmpl="14"] .menu-fixed a,
[content="moscow"] .mod_menu[tmpl="15"] .menu-fixed a,
[content="moscow"] .mod_menu[tmpl="16"] .menu-fixed a {color: black;}
/* 
@media (min-width: 992px) {
	.mod_menu[tmpl="8"] a,
	.mod_menu[tmpl="12"] a,
	.mod_menu[tmpl="14"] a,
	.mod_menu[tmpl="15"] a,
	.mod_menu[tmpl="16"] a {color: white;}
}
 */
[content="moscow"] .mod_menu[tmpl="8"] li:hover a,
[content="moscow"] .mod_menu[tmpl="12"] li:hover a,
[content="moscow"] .mod_menu[tmpl="14"] li:hover a,
[content="moscow"] .mod_menu[tmpl="15"] li:hover a,
[content="moscow"] .mod_menu[tmpl="16"] li:hover a {color: initial;}

/* Submenu and Megamenu */
.submenu,
.mymenu {position: absolute;
		background-color: rgba(41, 44, 49, 0.97);
		font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #c8cace;
		font-weight: 400;
		word-spacing: 1px;
		letter-spacing: 1px;
		font-size: 8.5px;
		z-index: 999999;
		display: none;
}


/* Megamenu */
.mymenu {min-width: 25%;
		width: 100%;
		left: 0;
		top: 86px;
		padding: 25px 15px 5px;
}
@media (min-width: 992px) {.mymenu-bg {		background-position: center top;
				background-repeat: no-repeat;
				background-size: cover;
				background-color: rgba(41, 44, 49, 0.97);
		}
		.mymenu-bg-overlay {		position: absolute;
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;
				z-index: 0;
				background: rgba(41, 44, 49, 1);
				background: -webkit-linear-gradient(left, rgba(41, 44, 49, 1) 0%, rgba(41, 44, 49, 0.95) 60%, rgba(41, 44, 49, 0.80) 80%, rgba(41, 44, 49, 0.70) 100%);
				background: linear-gradient(to right, rgba(41, 44, 49, 1) 0%, rgba(41, 44, 49, 0.95) 60%, rgba(41, 44, 49, 0.80) 80%, rgba(41, 44, 49, 0.70) 100%);
		}
}
.submenu,
.submenu .submenu {list-style: none;
		margin: 0;
		padding: 0;
		min-width: 180px;
}
.submenu {top: 86px;
}
.submenu .submenu {left: 180px;
		top: inherit;
}


/* Submenu */
.submenu > li {clear: both;
		width: 100%;
		position: relative;
}
.submenu > li > a {width: 100%;
		padding: 8px 15px 8px;
		display: inline-block;
		float: left;
		clear: both;
		color: inherit;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
}

.submenu > li > a:hover,
.submenu > li > a:focus,
.submenu > li:hover > a {color: var(--primary);
		text-indent: 5px;
		opacity: 0.9;
		-webkit-transition: all .3s ease-out;	transition: all .3s ease-out;
}


/* Megamenu lists */
.mymenu-list:before,
.mymenu-list:after,
.vertical-menu-list:before,
.vertical-menu-list:after {display: table;
		content: "";
}
.mymenu-list:after,
.vertical-menu-list {clear: both;
}
.mymenu-list,
.vertical-menu-list {margin: 0;
		padding: 0;
		display: block;
		position: relative;
		list-style: none;
}
.vertical-menu-list {font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #dadde2;
		word-spacing: 1px;
		letter-spacing: 1px;
		padding: 10px 0 10px 15px;
		font-size: 9px;
}
.mymenu-list > li,
.vertical-menu-list > li {width: 100%;
}
.mymenu-list > li > a,
.vertical-menu-list > li > a {padding: 4px 0;
		display: block;
		color: inherit;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
}
.mymenu-list > li > a:hover,
.mymenu-list > li > a:focus {color: var(--primary);
		text-indent: 5px;
		opacity: 0.9;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
}
.vertical-menu-list > li > a:hover,
.vertical-menu-list > li > a:focus {color: var(--primary);
		text-indent: 0;
		opacity: 1;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
}
.mymenu-list > .title,
.vertical-menu-list > .title {font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: #d0d3d9;
		padding: 0 0 0 15px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;
		line-height: 16px;
		margin: 30px 0 18px;
		border-left: 2px solid var(--primary);
}
.vertical-menu-list > .title {padding: 0 0 10px;
		margin: 4px 0 18px;
}
.mymenu-list > .title:first-child {margin: 4px 0 18px;
}


/* Megamenu widths */
.mymenu.one_four {width: 25%;
}
.mymenu.one_two {width: 50%;
}
.mymenu.two_three {width: 66.66%;
		left: 0;
}
.mymenu.three_four {width: 75%;
		left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {.mymenu.one_four {		width: 50%;
		}
		.mymenu.one_two {		width: 70%;
		}
		.mymenu.two_three {		width: 100%;
		}
		.mymenu.three_four {		width: 100%;
		}
}


/* Megamenu positions */
.menu > li > .mymenu.left {left: 0;
}
.menu > li > .mymenu.right,
.menu > li > .submenu.right {right: 0;
		left: auto;
}


/* Megamenu grid */
.mymenu > .row {width: 100%;
		margin: 0;
		position: relative;
}
.mymenu .row:before,
.mymenu .row:after,
.submenu:after,
.submenu:before {display: table;
		content: "";
		line-height: 0;
}
.mymenu .row:after,
.submenu:after {clear: both;
}
.mymenu [class*="col-"] {display: block;
		width: 100%;
		min-height: 1px;
		float: left;
		padding: 0 10px;
		margin-bottom: 20px;
}
.mymenu .col-1 { width: 8.33333333%; }
.mymenu .col-2 { width: 16.66666667%; }
.mymenu .col-3 { width: 25%; }
.mymenu .col-4 { width: 33.33333333%; }
.mymenu .col-5 {width: 41.66666667%; }
.mymenu .col-6 { width: 50%; }
.mymenu .col-7 { width: 58.33333333%; }
.mymenu .col-8 { width: 66.66666667%; }
.mymenu .col-9 { width: 75%; }
.mymenu .col-10 { width: 83.33333333%; }
.mymenu .col-11 { width: 91.66666667%; }
.mymenu .col-12 {width: 100%; }


/* Menu Icons */
.menu > li > a .icon-direction {margin: 1px 0 0 10px;
		font-size: 8px;
}
.menu .icon-direction {position: relative;
		top: -2px;
		float: right;
		display: block;
		line-height: inherit;
		vertical-align: middle;
		width: auto;
		margin: 0;
		font-size: 10px;
		font-weight: 100;
		text-align: right;
}
.menu-icon {margin-right: 10px;
		font-size: 13px;
		color: inherit;
		opacity: 0.7;
}


/* Toggle Menu */
header .toggle-menu {display: none;}


/* Menu on Mobiles and Tablets */
@media (max-width: 991px) {
	.menu button:not(.save) {display: none!important}
	.header-wrapper .navbar-right {
		position: absolute;
		top: 100px;
		left: 0;
		width: 100%;
		box-shadow: 4px 6px 20px rgba(0,0,0,0.3);
		border-radius: 3px;
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	}
	.main-header {
		z-index:9999;
		width: 100%;
		position: relative;
		-webkit-backface-visibility: hidden;
	}
	.menu {
		max-height:400px;
		overflow-y :auto;
		border-radius: 3px;
		padding: 0 40px;
	}
	/* Toggle Menu */
	 header .toggle-menu {width: 50px;
		display: inline-block;
		height: 50px;
		position: absolute;
		top: 10px;
		right: 0;
		cursor: pointer;
		color: #505359;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		}
		.header-floating .toggle-menu {	right: 30px;
			-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		}
		.menu-fixed .toggle-menu {	right:0;
			-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		}
		.header-dark .toggle-menu,
	.header-floating-dark .toggle-menu,
	.header-floating-transparent .toggle-menu {
		color: #dadde2;
	}
	.header-transparent .toggle-menu {
			color: #eaecf1;
	}
		.toggle-menu .icon {		margin: 14px 0;
				float: right;
				font-size: 24px;
		}

	/* Logo Top position */
	.logo-top .header-wrapper .navbar-right {
		top: 15px;
	}


		.menu > li {		display: block;
				width: 100%;
		}/* 

		.menu > li:last-child > a {		padding-bottom: 30px !important;
		}
		.menu > li:nth-child(2) > a {	padding-top: 30px !important;
		}
 */
		.menu > li > a {		text-transform: uppercase;
				font-size: 11px;
				color: inherit;
				display: block;
		}
		.menu > li > a,
		.menu > li.li-icon > a {		padding: 15px;
		}

		.submenu,
		.submenu .submenu {		width: 100% !important;
				left: 0;
				position: static !important;
				background: transparent;
				color: inherit;
				font-size: 10px;
		}
		.mymenu {		width: 100% !important;
				position: static;
				padding: 15px 0 0 30px;
				background: transparent;
				color: inherit;
				font-size: 10px;
		}
		.mymenu-list > .title, .vertical-menu-list > .title {	color: inherit;
		}
		.mymenu [class*="col-"] {		float: none;
				display: block;
				width: 100% !important;
				margin-bottom: 30px;
		}
		.mymenu .row,
		.mymenu .row:first-child [class*="col-"]:first-child {		margin-top: 0;
		}
		.menu > li > .submenu > li > a {		padding-left: 30px !important;
		}
		.menu > li > .submenu > li > .submenu > li > a {		padding-left: 50px !important;
		}
		.menu > li > .submenu > li > .submenu > li > .submenu > li > a {		padding-left: 80px !important;
		}

	.menu-light-mobiles {
		color: #505459 !important;
	}
		.menu-light-mobiles .menu {
		background-color: #f5f5f5 !important;
		}
		.menu-dark-mobiles {	color: #d8dade !important;
		}
		.menu-dark-mobiles .menu {	background-color: rgb(41,44,49) !important;
		}
}

/* Menus */
@media (min-width:992px) {

	.menu-light .mymenu,
	.menu-light .submenu {
		background-color: rgba(245,245,245,0.97);
				color: #606369;
				box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	}
	.menu-light .mymenu-list > .title {
			color: #505358;
	}
	.menu-light .mymenu-bg-overlay {		background: rgba(41, 44, 49, 1);
				background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0.95) 60%, rgba(250,250,250,0.80) 80%, rgba(250,250,250,0.70) 100%);
				background: linear-gradient(to right, rgba(250,250,250,1) 0%, rgba(250,250,250,0.95) 60%, rgba(250,250,250,0.80) 80%, rgba(250,250,250,0.70) 100%);
		}
		.menu-light .menu-search ::-webkit-input-placeholder {
			color: #a0a3a8;
	}
	.menu-light .menu-search ::-moz-placeholder {
			color: #a0a3a8;	
	}
	.menu-light .menu-search :-ms-input-placeholder {
			color: #a0a3a8;
	}
	.menu-border .mymenu,
	.menu-border .submenu {
		border-top: 3px solid var(--primary);
	}
	.menu-border .submenu .submenu {
		margin-top: -3px;
	}

}


/* Fixed Menu */
.menu-fixed,
.main-header {-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.menu-fixed .main-header {z-index: 9999;
		width: 100%;
		left: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		-webkit-backface-visibility: hidden;
}
.menu-fixed .logo {height: 65px;
		line-height: 65px;
		max-height: 65px;
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.logo-top #undefined-sticky-wrapper {
	height: auto !important;
}
@media (max-width:991px) {
	.menu-fixed .navbar-right {
		top: 90px;
		-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
	}
}

@media (min-width:992px) {.menu-fixed .menu > li > a {		padding: 15px;
		}
		.menu-fixed .menu > li.li-icon > a {		padding: 15px 10px;
		}
		.menu-fixed .mymenu,
		.menu-fixed .submenu {		top: 66px;
		}
		.menu-fixed .submenu .submenu {		top: inherit;
		}
		.menu-fixed .logo {		height: 65px;
				line-height: 65px;
				max-height: 65px;
				-webkit-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
		}
		.menu-fixed .menu > li.li-cart .cart-count {		right: 5px;
				top: 15px;
				-webkit-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
		}
}


.header-floating .menu-fixed .menu-wrapper {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
/* Menu Fixed Dark */
.menu-fixed-dark .menu-fixed .main-header {
	background-color: rgba(41,44,49,0.95);
	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.menu-fixed-dark .menu-fixed .menu-wrapper {
	background-color: transparent !important;
}
/* 
.menu-fixed-dark .menu-fixed .menu > li > a,
.menu-fixed-dark .menu-fixed .toggle-menu {color: #dadde2;
}
 */

/* Menu Fixed Light */
.menu-fixed-light .menu-fixed .main-header,
.menu-fixed-light .menu-fixed .menu-wrapper {
	background-color: rgba(255,255,255,0.95);
	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.menu-fixed-light .menu-fixed .menu-wrapper {
	background-color: transparent !important;
}
.menu-fixed-light .menu-fixed .menu > li:not(:hover) > a,
.menu-fixed-light .menu-fixed .toggle-menu {color: #505358;
}

/* 
.menu-fixed-dark .menu-fixed .logo-light,
.menu-fixed-light .menu-fixed .logo-dark {
	display: inline-block !important;
}
.menu-fixed-dark .menu-fixed .logo-dark,
.menu-fixed-light .menu-fixed .logo-light {
	display: none !important
}
 */


@media (max-width:767px) {
	.xs-menu-wrapper-dark .menu-wrapper {
		background-color: rgb(41,44,49) !important;
	}
}

/* *********************	Headers	 ********************* */

/* Logo */
.logo-wrapper {position: relative;
/* 
		width: 130px;
 */
		overflow: hidden;
		float: left;
}
.logo-wrapper a {
		text-decoration: none;
}


@media (min-width:992px) {

}
.logo {display: block;
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		height: 65px;
		line-height: 65px;
		max-height: 65px;
		min-width: 65px;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
}
.logo-img {display: inline-block;
		max-height: 50px;
		max-width: 100%;
		width: auto;
		height: auto;
		vertical-align: middle;
}
/* 
.logo-light {display: none;
}
.header-dark .logo-light,
.header-transparent .logo-light,
.header-floating-dark .logo-light,
.header-floating-transparent .logo-light {
	display: inline-block;
}
.header-dark .logo-dark,
.header-transparent .logo-dark,
.header-floating-dark .logo-dark,
.header-floating-transparent .logo-dark {
	display:none;
}
 */

/* Fix margin on Navbar */
.header-wrapper .navbar-right {margin-right: 0 !important;
}

@media (max-width:767px) {
	.header-wrapper .container-fullwidth {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width:991px) {
	.header-wrapper .container-fullwidth {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width:992px) {
	/* Full width header */
	.header-wrapper .container-fullwidth {
		padding-left: 45px;
		padding-right: 45px;
	}

	/* Center header */
	.menu-center {
		text-align: center;
	}
	.menu-center .mymenu,
	.menu-center .submenu {
		text-align: left;
	}
	.menu-center .navbar-right {
		width: 100%;
	}
	.menu-center .menu > li {
		float: none;
	}
	.menu-center .menu > li:not(.toggle-menu) {
		display: inline-block !important;
	}

	/* Menu Left */
	.header-wrapper .menu-left .navbar-right {
		float: left !important;
		width: 100%;
	}
}


/* Header Dark */
.header-dark {background-color: #292c31;
}

/* Header Bottom */
.header-bottom-page {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index:99;
	margin-bottom: 86px;
}


/* Transparent Menu */
.header-transparent,
.header-floating {position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
}

.header-transparent.header-transparent-dark {
	background-color: rgb(47 49 53 / 61%);
}
.header-transparent.header-transparent-light {
	background-color: rgba(255,255,255,0.1);
}
.header-transparent.header-transparent-border {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* Header Floating */
.header-floating .menu-wrapper {
	background-color: rgba(250,250,250,0.9);
	border-radius:3px;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	padding: 0 30px;
	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.header-floating.header-floating-dark .menu-wrapper {
	background-color: rgb(47 49 53 / 61%);
}
.header-floating.header-floating-transparent .menu-wrapper {
	background-color: rgba(255,255,255,0.1);
}



/* Header Color States */
@media (min-width:992px) {
	[content="moscow"] .mod_menu[tmpl="5"] a[href="/"],
	.header-floating-transparent .menu button:hover, 
	.menu-fixed-dark .menu > li > a:not(:hover),
	.header-dark .menu > li > a:not(:hover),
	.header-floating-dark .menu > li > a:not(:hover),
	.header-floating-transparent .menu > li > a:not(:hover) {
		color: #dadde2;
	}
/* 
	.header-transparent .menu > li:not(:hover) > a {
			color: #eaecf1;
	}
 */
}


/* Top bar */
.topbar {padding: 10px 0;
}
.topbar.topbar-border-bottom {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding:15px 0;
}
.topbar.topbar-border-bottom [socialuser] a {background-color: rgb(0 0 0 / 0.15);
		margin-right: 6px;
		border-radius: 20px;
}
.topbar.topbar-transparent {
	color: #dadde2;
}
.topbar.topbar-dark {
	background-color: #303236;
	color: #dadde2;
}
.topbar.topbar-dark a {
	color: #dadde2;
}
.sticky-wrapper.menu-fixed .company-name {
		color: rgb(0 0 0 / 0.8);
}
.topbar.topbar-main {
	background-color: var(--primary);
	color: #fff;
}
.topbar.topbar-main a {
	color: #fff;
}
/* 
.topbar.topbar-main .top-menu > li .icon,
.topbar.topbar-main .social-icon > li > a .icon {
	color: #fff;
	opacity: 1;
}
.topbar.topbar-light {
	border-bottom: 1px solid #eee;
}
.topbar.topbar-light .social-icon > li > a .icon {
	color: #909398;
	opacity: 1;
}

.topbar .social-icon > li > a .icon {
	color: #d0d3d8;
	font-size: 13px;
	opacity: 0.9;
}
.topbar .social-icon > li > a:hover {
	opacity:0.5;
}
 */
 


/* Top Menu */
.top-menu {margin: 0 -10px;
		padding: 0;
		list-style: none;
}
.top-menu > li {padding: 0 10px;
		display: inline-block;
}
.top-menu > li > a {
	font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.5px;
		color: inherit;
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.top-menu > li > a:hover,
.top-menu > li > a:focus,
.top-menu > li > a:active {color: var(--primary);
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.top-menu > li .icon {margin-right: 8px;
		color: var(--primary);
}



/* Vertical Menu */
.vertical-menu-wrapper {width: 350px;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: -99;
		background-color: #292c31;
		padding: 100px 50px 40px;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
		overflow-y: auto;
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.vertical-menu-wrapper.vertical-menu-bg {background-position: left top;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: rgba(41, 44, 49, 0.97);
}
.vertical-menu-button {
	position: fixed;
	top:30px;
	left:30px;
	font-size: 20px;
	color: var(--primary);
	padding:8px 10px 7px;
	border-radius: 1px;
	background-color: rgb(47 49 53 / 61%);
	z-index:999999;
}
.vertical-menu-button.right {
	left: auto;
	right:30px;
}
.vertical-menu-button:hover {
	background-color: rgba(41,44,49,0.9);
	color: var(--primary);
}
.vertical-menu-button:focus,
.vertical-menu-button:active {
	background-color: rgba(41,44,49,0.3);
	color: var(--primary);
}
.vertical-menu-button.vertical-menu-close {
	position: absolute;
	display: none;
	background-color: transparent;
}
@media (max-width: 991px) {
	.vertical-menu-button.vertical-menu-close {
		display: block;
	}
}
.vertical-menu-wrapper.left {left: -380px;
}
.vertical-menu-wrapper.right {right: -380px;
}
.vertical-menu-wrapper .logo {height: 60px;
		line-height: 60px;
		max-height: 60px;
}
.vertical-menu {margin-bottom: 20px;
		position: relative;
}
.vertical-menu .panel-body {padding: 0 0 10px;
}
.vertical-menu .panel-title {font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #d0d4d8;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-weight: 400;
}
.vertical-menu .panel-title a {display: block;
}
.vertical-menu .panel-title:hover a,
.vertical-menu .panel-title:focus a {color: var(--primary);
}


/* Vertical Menu on */
.vertical-menu-on .vertical-menu-wrapper {z-index: 99999;
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.vertical-menu-on .vertical-menu-wrapper.left {left: 0;
}
.vertical-menu-on .vertical-menu-wrapper.right {right: 0;
}
.vertical-menu-on .vertical-menu-button {
	top:18px;
	left:18px;
	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		padding:6px 8px 5px;
}
.vertical-menu-on .vertical-menu-button.right {
	left: auto;
	right:18px;
}

@media (max-width: 767px) {
	.vertical-menu-button {
		top:0;
		left:0;
		background-color: rgba(41,44,49,0.8);
	}
	.vertical-menu-button.right {
		left: auto;
		right:0;
	}
	.vertical-menu-button:hover,
	.vertical-menu-button:focus,
	.vertical-menu-button:active {
		background-color: rgba(41,44,49,0.8);
		color: var(--primary);
	}
	.vertical-menu-on .vertical-menu-button {
		top:0;
		left:0;
	}
	.vertical-menu-on .vertical-menu-button.right {
		left: auto;
		right:0;
	}
}

/* Vertical Menu Light */
.vertical-menu-wrapper.light {background-color: #f1f1f2;
		color: #707380;
}
.vertical-menu-wrapper.light .vertical-menu .panel-title {color: #65686a;
}
.vertical-menu-wrapper.light .copyright {color: #899a9e;
}
.vertical-menu-wrapper.light .vertical-menu-list {color: #65686a;
}


@media (max-width: 767px) {.vertical-menu-wrapper {		width: 100%;
				box-shadow: none;
		}
		.vertical-menu-wrapper.left {		left: -110%;
		}
		.vertical-menu-wrapper.right {		right: -110%;
		}
}

@media (min-width:992px) {
	.vertical-menu-fixed .vertical-menu-wrapper {
		z-index:99999;
		box-shadow:none;
	}
	.vertical-menu-fixed .vertical-menu-wrapper.left {
			left: 0;
	}
	.vertical-menu-fixed .vertical-menu-wrapper.right {
			right: 0;
	}
	.content-fixed {
		width:100%;
		padding-left:350px;
		margin:0 auto;
	}
	.content-fixed.right {
		padding-left:0;
		padding-right:350px;
	}
	.content-fixed .container {
		width:85%;
		margin:0 auto;
	}
}



/* Top Bar wrapper */
.top-bar-wrapper {position: fixed;
		top: auto;
		left: 0;
		width: 100%;
		margin: 0 auto;
		z-index: 99999999;
		background-color: rgb(41, 44, 49);
		color: #d0d2d5;
		padding: 60px 0 40px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.top-bar-wrapper {
		position: absolute;
	}
}
.top-bar-wrapper.on {top: 0 !important;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
}
.top-bar-trigger {position: absolute;
		right: 0;
		bottom: -40px;
		border-top: 40px solid rgb(41, 44, 49);
		border-left: 40px solid transparent;
}
.top-bar-trigger .icon {color: var(--primary);
		position: absolute;
		top: -35px;
		left: -19px;
}


/*mod_policy*/

.container.mod_policy p {
		margin-bottom: 0;
}


/*mod_str_navigation*/

.mod_str_navigation .crumbs {
/* 
	margin-top:100px;
		padding:0;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: .7px;
		color: #e5e8ea;
		text-transform: uppercase;
		text-align: center;
		line-height: 20px;
 */
 
		margin: 100px 0 25px;
}
.mod_str_navigation .crumbs.left {
	text-align: left;
}
.mod_str_navigation .crumbs.right {
	text-align: right;
}
.mod_str_navigation .crumbs a {color: inherit;
}
.mod_str_navigation .crumbs a:hover,
.mod_str_navigation .crumbs a:focus,
.mod_str_navigation .crumbs a:active,
.mod_str_navigation .crumbs a.active {color: var(--primary);
}
.mod_str_navigation .crumbs .separator {margin: 0 10px;
}
.mod_str_navigation .crumbs a .icon {
	font-size:14px;
	display:inline-block;
	margin:0 5px;
	-ms-transform:translateY(3px);
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}

.mod_str_navigation section {position: relative;
		padding: 180px 0 10px;
}
.mod_str_navigation .crumbs-right {padding:180px 0 120px;}
.mod_str_navigation .crumbs-right .crumbs {
	margin-top:0;
	padding-top:5px;
	text-align: right;
}
/* 

[content="moscow"] .mod_str_navigation .crumbs-default {
	padding:50px 0 45px;
	background-color: #f3f4f4;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
[content="moscow"] .mod_str_navigation .crumbs-dark {
	padding:50px 0 45px;
	background-color: #303236;
	border-top:1px solid #121416;
	border-bottom:1px solid #121416;
}
 */

[content="tokyo"] .mod_str_navigation[tmpl="14"] section.section-crumbs {
		padding: 50px 0 260px;
		background: url(/cdn/lib/bg/bg11.svg) no-repeat var(--primary) center bottom / cover;
}

.mod_str_navigation .crumbs-no-bg {
	padding:50px 0 45px;
	background-color: transparent;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

.mod_str_navigation .dark-color .crumbs,
.mod_str_navigation .dark-color h1 {
	color:#55585d;
}
.mod_str_navigation .section-crumbs-bg {
	padding: 180px 0 0;
}
.mod_str_navigation .section-crumbs-bg .crumbs {
	margin: 0;
}
.mod_str_navigation .section-crumbs-bg .crumbs-bg {
	margin-top: 50px;
	padding: 20px 0 15px;
	background-color: rgba(41,44,49,0.8);
}
.mod_str_navigation .crumbs-sm {
	padding:50px 0 45px;
}
.mod_str_navigation .section-crumbs-bg.crumbs-sm {
	padding: 150px 0 0;
}
.mod_str_navigation .section-crumbs-bg.crumbs-sm .crumbs-bg {
	margin-top: 45px;
}


.mod_str_navigation {}
.mod_str_navigation h1 {}
.mod_str_navigation p {}

@media (max-width:991px) {
	.mod_str_navigation .section-crumbs {
		padding:70px 0 10px;
	}
	.mod_str_navigation .crumbs {
		margin-top:45px;
	}
	.mod_str_navigation .crumbs-right {
		padding:70px 0 60px;
	}
	.mod_str_navigation .crumbs-right .crumbs {
		margin-top:0;
		padding-top:30px;
		text-align: left;
	}
	.mod_str_navigation h1 {
		font-size: 25px;
			line-height: 30px;
	}
	.mod_str_navigation p {
		font-size:13px;
		line-height: 23px;
	}

	.mod_str_navigation .section-crumbs-bg {
		padding: 85px 0 0;
	}
	.mod_str_navigation .section-crumbs-bg .crumbs-bg {
		margin-top: 50px;
	}
}


/*timeline*/
[tmpl="0"].mod_timeline,
[tmpl="5"].mod_timeline {list-style: none;
		padding: 50px 0 35px;
		position: relative;}
[tmpl="0"].mod_timeline:before,
[tmpl="5"].mod_timeline:before {top: 200px;
		bottom: 0;
		position: absolute;
		content: "";
		width: 3px;
		background-color: #c5c5c5;
		left: 50%;}
[tmpl="0"].mod_timeline li,
[tmpl="5"].mod_timeline li {margin-bottom: 20px;
		position: relative;}
[tmpl="0"].mod_timeline li:after, 
[tmpl="0"].mod_timeline li:before,
[tmpl="5"].mod_timeline li:after, 
[tmpl="5"].mod_timeline li:before {content: "";
		display: table;}
[tmpl="0"].mod_timeline li:after,
[tmpl="5"].mod_timeline li:after {clear: both;}
[tmpl="0"].mod_timeline .timeline-panel,
[tmpl="5"].mod_timeline .timeline-panel {width: 45%;
		float: left;
    box-shadow: 0px 0px 1px #8a8a8a;
		border-radius: 0;
/* 
		padding: 20px;
 */
		position: relative;
}
[tmpl="0"].mod_timeline .timeline-body, 
[tmpl="5"].mod_timeline .timeline-body {
    padding: 20px;
}

[tmpl="0"].mod_timeline .timeline-title, 
[tmpl="5"].mod_timeline .timeline-title {
    margin: 0;
    padding: 20px;

}
[tmpl="5"].mod_timeline .timeline-title {background: var(--primary);}

[tmpl="0"].mod_timeline .timeline-panel:before {position: absolute;
		top: 17px;
		right: -15px;
		display: inline-block;
		border-top: 15px solid transparent;
		border-left: 15px solid #ccc;
		border-right: 0 solid #ccc;
		border-bottom: 15px solid transparent;
		content: " "}
		/* 

[tmpl="5"].mod_timeline .timeline-panel:before {
		border-left: 15px solid var(--primary);
		border-right: 0 solid var(--primary);}
 */
		
[tmpl="0"].mod_timeline .timeline-panel:after,
[tmpl="5"].mod_timeline .timeline-panel:after {position: absolute;
		top: 18px;
		right: -14px;
		display: inline-block;
		border-top: 14px solid transparent;
		border-left: 14px solid #fff;
		border-right: 0 solid #fff;
		border-bottom: 14px solid transparent;
		content: " "}
[tmpl="5"].mod_timeline .timeline-panel:after {
		border-left: 15px solid var(--primary);
		border-right: 0 solid var(--primary);}
		
[tmpl="0"].mod_timeline .timeline-top,
[tmpl="5"].mod_timeline .timeline-top {    max-width: 270px;
    margin: 0 auto 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    border: 1px var(--primary) solid;
    z-index: 100;
    font-size: 24px;}
[tmpl="0"].mod_timeline .timeline-label,
[tmpl="5"].mod_timeline .timeline-label {width: 80px;
		text-align: center;
		position: absolute;
		top: 5px;
		left: calc(50% - 40px);
		z-index: 100;
		font-size: 20px;
		line-height: 20px;
		padding: 15px;
		text-transform: uppercase;
}

[tmpl="0"].mod_timeline .timeline-title,
[tmpl="5"].mod_timeline .timeline-title {text-transform: uppercase;}
[tmpl="0"].mod_timeline li:nth-of-type(even) .timeline-panel,
[tmpl="5"].mod_timeline li:nth-of-type(even) .timeline-panel {float: right;}
[tmpl="0"].mod_timeline li:nth-of-type(even) .timeline-panel:after,
[tmpl="5"].mod_timeline li:nth-of-type(even) .timeline-panel:after {border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;}
[tmpl="0"].mod_timeline li:nth-of-type(even) .timeline-panel:before,
[tmpl="5"].mod_timeline li:nth-of-type(even) .timeline-panel:before {border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;}

@media screen and (max-width:767px) {

	[tmpl="0"].mod_timeline:before,
	[tmpl="5"].mod_timeline:before {left: 35px;}
	[tmpl="0"].mod_timeline .timeline-panel,
	[tmpl="5"].mod_timeline .timeline-panel {width: 67%;
			width: calc(100% - 90px);
			width: -moz-calc(100% - 90px);
			width: -webkit-calc(100% - 90px);}
	[tmpl="0"].mod_timeline .timeline-label,
	[tmpl="5"].mod_timeline .timeline-label {left: 0;
			margin-left: 0;
			top: 8px;}
	[tmpl="0"].mod_timeline .timeline-top,
	[tmpl="5"].mod_timeline .timeline-top {left: 0;
			margin-left: 0;
			top: -80px;}
	[tmpl="0"].mod_timeline .timeline-panel,
	[tmpl="5"].mod_timeline .timeline-panel {float: right;}
	[tmpl="0"].mod_timeline .timeline-panel:before,
	[tmpl="5"].mod_timeline .timeline-panel:before {border-left-width: 0;
			border-right-width: 15px;
			left: -15px;
			right: auto;}
	[tmpl="0"].mod_timeline .timeline-panel:after, 
	[tmpl="5"].mod_timeline .timeline-panel:after {border-left-width: 0;
			border-right-width: 14px;
			left: -14px;
			right: auto;}
		
}

@media screen and (max-width:1023px) {
	[tmpl="0"].mod_timeline .timeline-panel,
	[tmpl="5"].mod_timeline .timeline-panel {width: 40%}
}
@media screen and (min-width:1024px) {
	[tmpl="0"].mod_timeline .timeline-panel,
	[tmpl="5"].mod_timeline .timeline-panel {width: 45%}
}




.mod_header[tmpl="10"] .custom-dots {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    margin-top: 2rem;
}

.mod_header[tmpl="10"] .custom-dots i {}
.mod_header[tmpl="10"] .custom-dots span {
  cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    margin: auto;
    margin: auto auto auto 10px;
}
.mod_header[tmpl="10"] .slider {
    box-shadow: 0 0 50px rgb(120 120 120 / 20%);
    border-radius: 2rem;
    margin-top: 2rem;
}
.mod_header[tmpl="10"] .custom-dots i.material-icons {
    font-size: 2rem;
    margin: 5px 5px 5px auto;
    filter: grayscale(1);
    opacity: .9;

}
.mod_header[tmpl="10"] .custom-dot {
    flex: 1;
    display: flex;
}
.mod_header[tmpl="10"] .slick-slide img {    margin: 0!important;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    transform: scale(1.12);} 
.mod_header[tmpl="10"] .custom-dot.active {
  color: var(--primary);
}
.mod_header[tmpl="10"] .custom-dot.active i.material-icons {opacity: 1;
    filter: none;}


  
.mod_header[tmpl="10"] .slick-slide .slider-desc p,
.mod_header[tmpl="10"] .slick-slide .slider-desc ul {padding:0;font-size: 1.1rem;}
.mod_header[tmpl="10"] .slick-slide .slider-desc span {font-size: 1.4rem;
    font-weight: 800;}
.mod_header[tmpl="10"] .slick-slide .slider-desc{background: white;
    padding: 40px 40px 40px 100px;
    position: relative;
    z-index: 1;
    border-radius: 1rem;
    box-shadow: 6px 0 6px rgb(0 0 0 / 6%);
    display: flex;
    flex-direction: column;
    justify-content: center;}

[tmpl="1"].mod_timeline .timeline {
	border-left: 0.5em solid var(--primary);
	background: rgba(255, 255, 255, 0.1);
	margin: 2em auto;
	line-height: 1.4em;
	padding: 1em;
	padding-left: 3em;
	list-style: none;
	text-align: left;
	margin-left: 10em;
	margin-right: 3em;
	border-radius: 0.5em;
	min-width: 22em;
	}
[tmpl="1"].mod_timeline .timeline-panel {
	min-width: 20em;
	width: 100%;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px #e4e4e4 solid;
	}
[tmpl="1"].mod_timeline .timeline-panel:last-of-type {border: 0}
[tmpl="1"].mod_timeline .timeline-panel:before,
[tmpl="1"].mod_timeline .timeline-panel:after {
	position: absolute;
	display: block;
	top: 1.5em;
	}
[tmpl="1"].mod_timeline .timeline-panel:before {
	left: -15em;
	content: attr(data-form);
	text-align: right;
	font-weight: 100;
	font-size: 1em;
	min-width: 9em;
	opacity: .6;
	}
[tmpl="1"].mod_timeline .timeline-panel:after {
	box-shadow: 0 0 0 0.2em var(--primary);
	left: -3.7em;
	background: white;
	border-radius: 50%;
	height: 1em;
	width: 1em;
	content: "";
	}
[tmpl="1"].mod_timeline .timeline-panel .timeline-body {display: none;}
[tmpl="1"].mod_timeline .timeline-panel:last-of-type .timeline-body {display: block;}
[tmpl="1"].mod_timeline .timeline-panel .timeline-title h6 {color: #999;
		font-weight: 100;
		font-size: 2em;
		margin: 0;}
[tmpl="1"].mod_timeline .timeline-panel .timeline-body {}


[tmpl="2"].mod_timeline .timeline-panel {position: relative;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		list-style: none;
		padding: 0;
		margin: 0 0 40px 0;
		text-align: center;
		flex-wrap: wrap;
}
[tmpl="2"].mod_timeline .timeline-panel div {max-width: 300px;
		margin: 30px auto;
}
[tmpl="2"].mod_timeline .timeline-panel div:before {position: absolute;
		top: 23px;
		left: 0;
		width: 100%;
		height: 5px;
		border-radius: 4px;
		background: #efefef;
		content: "";
}
[tmpl="2"].mod_timeline .timeline-panel li {position: relative;
		padding: 40px 20px;
		flex: 1;
		min-width: 185px;}
[tmpl="2"].mod_timeline .timeline-panel li:before,
[tmpl="2"].mod_timeline .timeline-panel li:after {position: absolute;
		border-radius: 50%;
		transform: translate3d(-50%, 0, 0);
		content: "";
}
[tmpl="2"].mod_timeline .timeline-panel li:before {top: 10px;
		left: 50%;
		padding: 15px;
		background: #efefef;
		width: 30px;
}
[tmpl="2"].mod_timeline .timeline-panel li:after {content: "";
		top: 15px;
		left: 50%;
		background: var(--primary);
		visibility: hidden;
		padding: 10px;
		color: #fff;
}
[tmpl="2"].mod_timeline .timeline-panel li.active:after {visibility: visible;}
[tmpl="2"].mod_timeline .timeline-panel.done:after {content: "";
		top: -6px;
		width: 20px;
		height: 20px;
		padding: 10px;
		visibility: visible;
}




.mod_timeline[tmpl="4"] h2, 
.mod_timeline[tmpl="4"] #note {
  margin: 0;
}

.mod_timeline[tmpl="4"] [id^="timeline-"] {
  margin-top: 420px;
  padding: 0;
  border-top: 8px solid var(--primary);
  list-style: none;
  display: flex;
  position: relative;
    flex-wrap: wrap;
    justify-content: center;
}
.mod_timeline[tmpl="4"] [id^="timeline-"] li {
  padding-top: 30px;
  /* position: relative; */
  /* flex: 1; */
  /* transition: all 0.4s ease-in-out; */
}
.mod_timeline[tmpl="4"] [id^="timeline-"] li:hover {
  /* padding-bottom: 80px; */
  /* flex: 2; */
}
.mod_timeline[tmpl="4"] [id^="timeline-"] li:hover label {
  /* opacity: 1; */
  /* transform: translateY(10px); */
}

.mod_timeline[tmpl="4"] label {
  max-width: 200px;
  margin: 0px 5px;
  padding: 5px 10px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--primary);
  border-radius: 5px;
  position: relative;
  left: 0;
  right: 0;
  cursor: pointer;
  /* opacity: 0; */
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.mod_timeline[tmpl="4"] label:before, 
.mod_timeline[tmpl="4"] label:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
}
.mod_timeline[tmpl="4"] label:before {
  border-bottom-color: var(--primary);
  border-width: 15px;
  left: 52%;
  margin-left: -15px;
}
.mod_timeline[tmpl="4"] label:after {
  border-bottom-color: var(--primary);
  border-width: 12px;
  left: 52%;
  margin-left: -12px;
}
.mod_timeline[tmpl="4"] label span {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.mod_timeline[tmpl="4"] .date {text-align: center;
    display: block;}

.mod_timeline[tmpl="4"] .circle {
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background: #3f9cca;
  border: 5px solid var(--primary);
  border-radius: 50%;
  position: relative;
    top: -35px;
    left: calc(50% + 3px);
  display: block;
}

.mod_timeline[tmpl="4"] .content {
max-width: 800px;
    width: 100%;
  margin: 0 auto;
  /* border: 2px solid var(--primary); */
  border-radius: 8px;
  position: absolute;
  top: -400px;
  left: 0;
  right: 0;
  z-index: -100;
/* 
  background: #fff;
 */
  transform: perspective(1000px) rotateY(20deg);
  animation: switching_back 0.8s;
}
.mod_timeline[tmpl="4"] .content h3, 
.mod_timeline[tmpl="4"] .content p {
  margin: 0 20px 10px;
  text-align: justify;
  opacity: 0;
}
.mod_timeline[tmpl="4"] .content h3 {
  margin-top: 20px;
}

.mod_timeline[tmpl="4"] .radio {
  display: none;
}

.mod_timeline[tmpl="4"] .radio:checked + label {
  /* opacity: 1; */
  /* transform: translateY(10px); */
  /* transition: opacity 0.4s ease-in-out 0.25s, transform 0.3s ease-in-out 0.25s; */
  background: var(--primary);
}
.mod_timeline[tmpl="4"] .radio:checked ~ .circle {
  background: #f98262;
}
.mod_timeline[tmpl="4"] .radio:checked ~ .content {
  z-index: 99;
  transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
  animation: switching 1s ease;
  border: 2px solid var(--primary);
  /* left: calc(50vw - 300%); */
  /* left: 10vw; */
  /* left: 0; */
  /* right: 0; */
  /* left: auto; */
}
.mod_timeline[tmpl="4"] .radio:checked ~ .content h3, 
.mod_timeline[tmpl="4"] .radio:checked ~ .content p {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0.4s;
}

@keyframes switching {
  0% {
    transform: perspective(1000px) rotateY(20deg);
  }
  40% {
    transform: perspective(1000px) rotateY(15deg) translate(100px, 35px);
  }
  100% {
    transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
  }
}
@keyframes switching_back {
  0% {
    transform: perspective(1000px) rotateY(15deg) translate(40px, 25px);
    z-index: 99;
  }
  40% {
    transform: perspective(1000px) rotateY(15deg) translate(0px, 0px) scale(1.08);
  }
  100% {
    transform: perspective(1000px) rotateY(20deg);
    z-index: 90;
  }
}


@media (max-width: 600px) {
.mod_timeline[tmpl="4"] [id^="timeline-"]{
    flex-direction: column;
    text-align: center;}

.mod_timeline[tmpl="4"] .radio:checked ~ .content {
    transform: perspective(800px) rotateY(15deg) translate(15px, 25px);}
}


/* Slider */


.mod_timeline[tmpl="6"] .timeline {
  width: 100%;
  position: relative;
}
.mod_timeline[tmpl="6"] .timeline-nav__item {
  width: auto;
  height: auto;
  text-align: center;
  background: transparent;
  color: var(--primary);
  margin: 15px 25px !important;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}
.mod_timeline[tmpl="6"] .timeline-nav__item::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--primary);
  transition: 0.2s;
}
.mod_timeline[tmpl="6"] .timeline-nav__item.slick-current {
  color: var(--primary);
  opacity: 1;
}
.mod_timeline[tmpl="6"] .timeline-nav__item.slick-current::before {
  background-color: var(--primary);
}
.mod_timeline[tmpl="6"] .timeline-wrapper {
  position: relative;
  width: 100%;
  height: 580px;
  margin: 60px auto;
}
@media (max-width: 500px) {
  .mod_timeline[tmpl="6"] .timeline-wrapper {
    height: 1000px;
    max-height: 900px;
  }
}
.mod_timeline[tmpl="6"] .timeline-slider {
  height: 100%;
}
.mod_timeline[tmpl="6"] .timeline .slick-list {
  height: 100%;
}
@media (min-width: 1080px) {
  .mod_timeline[tmpl="6"] .timeline .slick-list {
    padding: 0 180px !important;
  }
}
.mod_timeline[tmpl="6"] .timeline .slick-track {
  height: 100%;
}
.mod_timeline[tmpl="6"] .timeline-slide {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  outline: none;
  background-size: auto 400px, cover;
  background-position: top;
  margin: 0 24px;
  width: 80%;
  z-index: 1;
}
.mod_timeline[tmpl="6"] .timeline-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 5%);
  z-index: 2;
}
.mod_timeline[tmpl="6"] .timeline-slide__content {
    /* z-index: 5; */
    position: relative;
    /* top: 220px; */
    /* background: #ffffff; */
/* 
    width: 80%;
 */
    /* left: 50%; */
    /* transform: translate(-50%, 0px); */
/* 
    padding: 20px;
 */
    opacity: 0;
    transition: opacity 1s;
}
@media (max-width: 500px) {
  .mod_timeline[tmpl="6"] .timeline-slide__content {
    width: 100%;
  }
}
.mod_timeline[tmpl="6"] .timeline-year {
  z-index: 5;
  font-size: 35px;
  color: #ffffff;
  background: var(--primary);
  padding: 15px 26px;
  transition: opacity 1.2s;
  position: absolute;
  right: 0;
  opacity: 0;
}
.mod_timeline[tmpl="6"] .timeline-title {
  color: var(--primary);
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
    width: 80%;
}
.mod_timeline[tmpl="6"] .timeline-text {
    width: 80%;
}
.mod_timeline[tmpl="6"] .timeline .slick-current:after {
  background-color: rgba(0, 52, 113, 0);
}
.mod_timeline[tmpl="6"] .timeline .slick-current .timeline-year {
  opacity: 1;
}
.mod_timeline[tmpl="6"] .timeline .slick-current .timeline-slide__content {
  opacity: 1;
}

.mod_timeline[tmpl="6"] .slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.mod_timeline[tmpl="6"] .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.mod_timeline[tmpl="6"] .slick-list:focus {
    outline: none;
}
.mod_timeline[tmpl="6"] .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.mod_timeline[tmpl="6"] .slick-slider .slick-track,
.mod_timeline[tmpl="6"] .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.mod_timeline[tmpl="6"] .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mod_timeline[tmpl="6"] .slick-track:before,
.mod_timeline[tmpl="6"] .slick-track:after {
    display: table;

    content: '';
}
.mod_timeline[tmpl="6"] .slick-track:after {
    clear: both;
}
.mod_timeline[tmpl="6"] .slick-loading .slick-track {
    visibility: hidden;
}

.mod_timeline[tmpl="6"] .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

.mod_timeline[tmpl="6"] .slick-slide img {
    display: block;
    max-height: 300px;
}
.mod_timeline[tmpl="6"] .slick-slide.slick-loading img {
    display: none;
}
.mod_timeline[tmpl="6"] .slick-slide.dragging img {
    pointer-events: none;
}
.mod_timeline[tmpl="6"] .slick-initialized .slick-slide {
    display: block;
}
.mod_timeline[tmpl="6"] .slick-loading .slick-slide {
    visibility: hidden;
}
.mod_timeline[tmpl="6"] .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.mod_timeline[tmpl="6"] .slick-arrow.slick-hidden {
    display: none;
}














	
/*mod_contacts*/
.mod_contacts[tmpl="0"] [coords] > div {box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);}
.mod_contacts .maps,
.mod_contacts div {position: relative;}
.mod_contacts p {}
.mod_contacts {}
.mod_contacts b {display: block;}
	
.mod_contacts[tmpl="1"] {padding: 0!important;}

.mod_contacts[tmpl="5"] .material-icons {border-radius: 50%;
		border: 1px solid rgb(207 207 207 / 37%);
		height: 128px;
		justify-content: center;
		align-items: center;
		margin: 0 auto 40px auto;
		box-shadow: 0 0 0px 8px rgb(207 207 207 / 13%);
		display: inline-flex;}


/*mod_questions*/
.mod_questions[tmpl="10"] .col-md-6 {
		min-height: 300px;
}

.mod_questions .qa [id^="answer"] div {padding: 15px;
	opacity: .7;}
.mod_questions .qa .panel {-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0!important;}
.mod_questions .qa form label {margin-bottom: 15px;
	font-weight: normal;}
.mod_questions .qa button.add[list="17"] {margin: 0;}
.mod_questions .qa .copyright {opacity: 0.4;
	font-size: 12px;
	margin: 10px 0 0;}
.mod_questions .qa .framed {border: 10px solid rgba(0, 0, 0, 0.05);
		margin: 15px auto;
	padding: 25px;}

/* 
.mod_questions .panel [role="tab"]:after {right: 10px;
		content: "";
		position: absolute;
		background: url(https://seo.ravigo.ru/cdn/lib/scroll-arrow-to-down.svg) no-repeat 0 0 /cover;
		height: 20px;
		top: 17px;
		width: 20px;
		opacity: .2;}
.mod_questions[tmpl="4"] .panel [role="tab"]:after,
.mod_questions[tmpl="5"] .panel [role="tab"]:after {filter: invert(1) brightness(5);}
 */

.mod_questions .qa h4 {margin: 0;
	border-bottom: 1px #e2e2e2 solid;}
.mod_questions .qa .panel [role="tab"] {-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	border: none;
	padding: 0;
	position: relative;}
.mod_questions .row.qanswers .panel {border-bottom: none;
	margin-bottom: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.mod_questions .qa h4 a {
	padding: 15px;
	text-decoration: none;
	display: block;}
.mod_questions .panel{background: transparent;}
	
.mod_questions[tmpl="1"] .qa h4 a {background-color: transparent;}
.mod_questions[tmpl="1"] .qa [id^="answer"] div {background: rgb(0 0 0 / 0.04);}
.mod_questions[tmpl="1"] .qa h4 a {font-size: 20px;padding: 15px 0;}




/*vacancy*/
.mod_job .qa [id^="answer"] div {padding: 15px;}
.mod_job .qa .copyright {
		opacity: 0.4;
		font-size: 12px;
		margin: 10px 0 0;
}
.mod_job .qa .framed {border: 10px solid rgba(0, 0, 0, 0.05);
		margin: 15px auto;
	padding: 25px;}
.mod_job .jobmanager i, 
.mod_job .jobmanager span {font-size: 11px;
		color: #929292;}
.mod_job .qa [id^="answer"] div.jobmanager {background: #ffffff;}
.mod_job .jobmanager h5 {font-size: 16px;
		margin: 0 0 10px;}
.mod_job .jobmanager b {display: table;
		font-size: 27px;
		line-height: 20px;}




/*mod_cart*/
.mod_cart {
		min-height: 500px;
}


/*mod_favorite*/
.mod_favorite {min-height: 350px;}
.user_objects > div,
.mod_favorite > div > div,
[tmpl="0"].mod_services .services div {padding: 25px 0;
	display: flex;
		width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;}
[tmpl="0"].mod_services .services [type="radio"] + label {flex-basis: 30%;
		border: 0;
		border-bottom: 2px solid transparent;}
		
.user_objects div input,
.mod_favorite > div input,
[tmpl="0"].mod_services .services div > input {display: none;}

.user_objects .ranger,
.mod_favorite .ranger,
[tmpl="0"].mod_services .services div div {padding: 40px 0;
		position: absolute;
		visibility: hidden;
		bottom: 0;
		opacity: 0;
		z-index: -99;
		flex-basis: 100%;
		text-align: left;}
.mod_favorite div p {color: #616161;
	margin: 100px auto;
	text-align: center;
	font-size: 16px;}
.user_objects div label span,
.mod_favorite div label span,
[tmpl="0"].mod_services .services label a {border: 1px #dedede solid;
		padding: 10px;
		border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-height: 100%;
	text-align: left;
	position: relative;
	box-sizing: border-box;}
[tmpl="0"].mod_services .services label img {width: 40px;
	position: absolute;
	right: 10px;}
.mod_favorite div label b,
[tmpl="0"].mod_services .services label b {font-size: 18px;
	display: block;}
.mod_favorite div label b {height: 60px;}
.mod_favorite div label img {width: 45px;
	position: absolute;
	right: 10px;
	top: 10px;}
.mod_favorite div label span {padding: 5px 10px;background: white;}
[tmpl="0"].mod_services .services label i {font-size: 11px;
		color: #848484;
		font-style: normal;
		margin: 20px 0 0;
		line-height: 17px;
		display: block;}
.mod_favorite > div > label {margin: auto;
	width: 49%;
	background: #f2f2f2;
	border-radius: 4px;
	margin-bottom: 13px;
	position: relative;
	padding: 7px;
	cursor: pointer;}
.container.mod_favorite > div {margin-top: 20px;
	text-align: center;}
.mod_favorite > div > input[type="radio"]:checked + label,
[tmpl="0"].mod_services .services input[type="radio"]:checked + label {border-bottom: 2px solid var(--primary);}
[tmpl="0"].mod_services .services div > input:nth-of-type(1):checked ~ div:nth-of-type(1),
[tmpl="0"].mod_services .services div > input:nth-of-type(2):checked ~ div:nth-of-type(2),
[tmpl="0"].mod_services .services div > input:nth-of-type(3):checked ~ div:nth-of-type(3),
[tmpl="0"].mod_services .services div > input:nth-of-type(4):checked ~ div:nth-of-type(4),
[tmpl="0"].mod_services .services div > input:nth-of-type(5):checked ~ div:nth-of-type(5),
[tmpl="0"].mod_services .services div > input:nth-of-type(6):checked ~ div:nth-of-type(6),
[tmpl="0"].mod_services .services div > input:nth-of-type(7):checked ~ div:nth-of-type(7),
[tmpl="0"].mod_services .services div > input:nth-of-type(8):checked ~ div:nth-of-type(8),
[tmpl="0"].mod_services .services div > input:nth-of-type(9):checked ~ div:nth-of-type(9),
[tmpl="0"].mod_services .services div > input:nth-of-type(10):checked ~ div:nth-of-type(10) {transition: 1s;
		transition-delay: .3s;
		visibility: visible;
		position: relative;
		opacity: 1;
		z-index: 1;}
.mod_favorite div > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.mod_favorite div > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.mod_favorite div > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.mod_favorite div > input:nth-of-type(4):checked ~ div:nth-of-type(4),
.mod_favorite div > input:nth-of-type(5):checked ~ div:nth-of-type(5),
.mod_favorite div > input:nth-of-type(6):checked ~ div:nth-of-type(6),
.mod_favorite div > input:nth-of-type(7):checked ~ div:nth-of-type(7),
.mod_favorite div > input:nth-of-type(8):checked ~ div:nth-of-type(8),
.mod_favorite div > input:nth-of-type(9):checked ~ div:nth-of-type(9),
.mod_favorite div > input:nth-of-type(10):checked ~ div:nth-of-type(10),
.mod_favorite div > input:nth-of-type(11):checked ~ div:nth-of-type(11),
.mod_favorite div > input:nth-of-type(12):checked ~ div:nth-of-type(12),
.mod_favorite div > input:nth-of-type(13):checked ~ div:nth-of-type(13),
.mod_favorite div > input:nth-of-type(14):checked ~ div:nth-of-type(14),
.mod_favorite div > input:nth-of-type(15):checked ~ div:nth-of-type(15),
.mod_favorite div > input:nth-of-type(16):checked ~ div:nth-of-type(16),
.mod_favorite div > input:nth-of-type(27):checked ~ div:nth-of-type(27),
.mod_favorite div > input:nth-of-type(28):checked ~ div:nth-of-type(28),
.mod_favorite div > input:nth-of-type(29):checked ~ div:nth-of-type(29),
.mod_favorite div > input:nth-of-type(30):checked ~ div:nth-of-type(30),
.mod_favorite div > input:nth-of-type(31):checked ~ div:nth-of-type(31),
.mod_favorite div > input:nth-of-type(32):checked ~ div:nth-of-type(32),
.user_objects div > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.user_objects div > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.user_objects div > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.user_objects div > input:nth-of-type(4):checked ~ div:nth-of-type(4),
.user_objects div > input:nth-of-type(5):checked ~ div:nth-of-type(5),
.user_objects div > input:nth-of-type(6):checked ~ div:nth-of-type(6),
.user_objects div > input:nth-of-type(7):checked ~ div:nth-of-type(7),
.user_objects div > input:nth-of-type(8):checked ~ div:nth-of-type(8),
.user_objects div > input:nth-of-type(9):checked ~ div:nth-of-type(9),
.user_objects div > input:nth-of-type(10):checked ~ div:nth-of-type(10),
.user_objects div > input:nth-of-type(11):checked ~ div:nth-of-type(11),
.user_objects div > input:nth-of-type(12):checked ~ div:nth-of-type(12),
.user_objects div > input:nth-of-type(13):checked ~ div:nth-of-type(13),
.user_objects div > input:nth-of-type(14):checked ~ div:nth-of-type(14),
.user_objects div > input:nth-of-type(15):checked ~ div:nth-of-type(15),
.user_objects div > input:nth-of-type(16):checked ~ div:nth-of-type(16),
.user_objects div > input:nth-of-type(27):checked ~ div:nth-of-type(27),
.user_objects div > input:nth-of-type(28):checked ~ div:nth-of-type(28),
.user_objects div > input:nth-of-type(29):checked ~ div:nth-of-type(29),
.user_objects div > input:nth-of-type(30):checked ~ div:nth-of-type(30),
.user_objects div > input:nth-of-type(31):checked ~ div:nth-of-type(31),
.user_objects div > input:nth-of-type(32):checked ~ div:nth-of-type(32) {transition: 1s;
		transition-delay: .3s;
		visibility: visible;
		position: relative;
		opacity: 1;
		z-index: 1;}
[tmpl="0"].mod_services .services table td {text-align: left;
	vertical-align: top;
	padding: 5px 20px;
	box-shadow: 1px 1px 0 #d2d2d2;}
[tmpl="0"].mod_services .services table {border: 1px #d2d2d2 solid;
	width: 100%;}
[tmpl="0"].mod_services .services table tr:nth-of-type(even) {background: #fafafa;}
[tmpl="0"].mod_services .services table td h4 {font-size: 16px;
		line-height: 30px;
		margin: 10px 0;}
[tmpl="0"].mod_services .services table td h4:before {background: url(/cdn/lib/menu-button.svg) no-repeat 0 / 20px;
		content: "";
		width: 27px;
		display: inline-block;
		height: 30px;
		vertical-align: top;}
[tmpl="0"].mod_services .services table td p {color: #676767;
		font-size: 13px;}
[tmpl="0"].mod_services .services table td:last-of-type {font-size: 16px;}
/* 
[tmpl="0"].mod_services .services button.add[item="0"] {margin: 10px auto;
		filter: none;
		color: white;
		border-radius: 25px;
		min-width: 250px;
		line-height: 25px;
		font-size: 16px;}
 */
.user_objects div label span,
.mod_favorite > div > div label span {background: white;
	height: auto;
	border-radius: 0;}
.user_objects div label b,
.mod_favorite > div > div label b {font-size: 14px;
	font-weight: normal;
	 white-space: nowrap;
	padding: 5px;
	height: auto;}
.mod_favorite > div > div label img {display: none;}
.user_objects div label,
.mod_favorite div div label {padding-bottom: 0;
	border-bottom: 2px transparent solid;
	margin: 2px;
	cursor: pointer;}
.user_objects input[type="radio"]:checked + label span,
.mod_favorite div div input[type="radio"]:checked + label span {border-bottom: 2px #ef4a61 solid;}
.mod_favorite > div > div {padding: 0!important;}




/*mod_services*/
[tmpl="1"].mod_services .filter-container {position: relative;
		overflow: hidden;}
[tmpl="1"].mod_services .filters li {display: inline-block;
		margin-bottom: 4px;
		padding: 10px 15px;
		cursor: pointer;
		transition: color .5s ease;
		text-transform: uppercase;}
[tmpl="1"].mod_services .filters.light li, {width: 50%;
	float: left;
	color: var(--primary);
	margin-left: -15px;
	margin: 15px 0;
	padding: 0 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 20px;}
[tmpl="1"].mod_services .filters {margin-bottom: 20px;}
[tmpl="1"].mod_services .filtr-item {position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		opacity: 0;
		overflow: hidden;
		transition: opacity .5s ease;
		background: rgba(34, 34, 34, 0.85);
		position: relative;
		min-height: 350px;
		max-height: 350px;
		color: white;}
[tmpl="1"].mod_services .filtr-item .filter-content a {position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;}
[tmpl="1"].mod_services .filtr-item .filter-content {opacity: 1;
		height: 100%;
		padding: 50px;
		position: relative;}
[tmpl="1"].mod_services .filtr-item:hover .filter-content {opacity: 0;
	transition: opacity .5s ease;}
[tmpl="1"].mod_services .filtr-item .image-bg {		width: 100%;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		height: 100%;}
[tmpl="1"].mod_services .filtr-item,
[tmpl="1"].mod_services .one-item {width: calc(50% - 1px);}
[tmpl="4"].mod_services .filtr-item,
[tmpl="4"].mod_services .one-item {width: calc(100% - 1px);
		min-height: 120px;}
[tmpl="1"].mod_services .filtr-item .bg-overlay,
[tmpl="4"].mod_services .filtr-item .bg-overlay {opacity: .3;
		margin: 5px;
		width: 100%;
		max-width: calc(100% - 10px);
		height: 100%;
		max-height: calc(100% - 10px);}
[tmpl="1"].mod_services .filtr-item:hover .bg-overlay {opacity: .1;}
[tmpl="1"].mod_services .filtr-item .bg-overlay,
[tmpl="1"].mod_services .filtr-item:not(:hover) .bg-overlay {opacity: .9;transition: .5s;}

@media screen and (max-width: 991px) {[tmpl="1"].mod_services .filtr-item {width: 50%;}}
@media screen and (max-width: 767px) {
	[tmpl="1"].mod_services .filtr-item {width: 100%;}
	[tmpl="1"].mod_services.filtr-item .filter-content .text a.btn.small {height: 35px;
		border-radius: 35px;
		line-height: 33px;}
	[tmpl="1"].mod_services.filtr-item .filter-content .text h4 {	margin-bottom: 10px;}
	[tmpl="1"].mod_services.filtr-item .filter-content .text h3 {	margin-bottom: 20px;}
	[tmpl="1"].mod_services.filtr-item .filter-content .text {	padding: 20px;}
}
@media screen and (max-width: 480px) {[tmpl="1"].mod_services .filtr-item .filter-content .text h3 {font-size: 25px;}}
[tmpl="2"].mod_services .filter-container {position: relative;
		background: transparent;
		overflow: hidden;}
[tmpl="2"].mod_services .filters li,
[tmpl="4"].mod_services .filters li {display: inline-block;
		margin-bottom: 4px;
		padding: 10px 15px;
		cursor: pointer;
		border-radius: 25px;
		transition: color .5s ease;
		text-transform: uppercase;}
/* 
.mod_services[tmpl="4"] .filter-container {max-height: 350px;
		overflow: hidden;}
 */
[tmpl="2"].mod_services .filters.light li {width: 50%;
	float: left;
	color: var(--primary);
	margin-left: -15px;
	margin: 15px 0;
	padding: 0 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 20px;}
[tmpl="2"].mod_services .filters {margin-bottom: 20px;}
[tmpl="2"].mod_services .filtr-item {position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		opacity: 0;
		overflow: hidden;
		transition: opacity .5s ease;
		position: relative;
		min-height: 350px;
		max-height: 350px;}
[tmpl="2"].mod_services .filtr-item .filter-content a {position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;}
[tmpl="2"].mod_services .filtr-item:hover .bg-overlay {opacity: 1;}
[tmpl="2"].mod_services .filtr-item .filter-content {opacity: 1;
		padding: 50px;
		position: relative;
	transition: opacity .5s ease;
		height: 100%;}
[tmpl="2"].mod_services .filtr-item .image-bg {width: 100%;
		padding-top: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;}
[tmpl="2"].mod_services .filtr-item,
[tmpl="2"].mod_services .one-item {width: 33%;}
[tmpl="2"].mod_services .filtr-item .bg-overlay {background: linear-gradient(to top, rgb(236 236 236 / 0%) 0%, #ffffff 50%);
	transition: opacity .5s ease;}

@media screen and (max-width: 991px) {[tmpl="2"].mod_services .filtr-item {width: 50%;}}
@media screen and (max-width: 767px) {
	[tmpl="2"].mod_services .filtr-item {width: 100%;}
	[tmpl="2"].mod_services.filtr-item .filter-content .text a.btn.small {height: 35px;
		border-radius: 35px;
		line-height: 33px;}
	[tmpl="2"].mod_services.filtr-item .filter-content .text h4 {	margin-bottom: 10px;}
	[tmpl="2"].mod_services.filtr-item .filter-content .text h3 {	margin-bottom: 20px;}
	[tmpl="2"].mod_services.filtr-item .filter-content .text {	padding: 20px;}
}
@media screen and (max-width: 480px) {
[tmpl="2"].mod_timeline {display: none;}
[tmpl="2"].mod_services .filtr-item .filter-content .text h3 {font-size: 25px;}}
.mod_timeline[tmpl="3"] .flex.w-full:before {
		content: "";
		height: 6px;
		width: 100%;
		background: #adb6bf;
		position: absolute;
		margin-top: 13px;
}

.mod_services a[href^="/products/"] {
    max-height: 300px;
    overflow: hidden;
    display: block;
}
.mod_services[tmpl="3"] .item-card span {flex-basis: 100%;}

/*mod_users*/
.mod_users[tmpl="0"] .user,
.mod_users[tmpl="1"] .user,
.mod_users[tmpl="2"] .user,
.mod_users[tmpl="3"] .user,
.mod_users[tmpl="4"] .user,
.mod_users[tmpl="5"] .user {		box-shadow: 0px 0px 1px rgb(0 0 0 / 30%);
		height: 350px;
		text-align: left;
		position: relative;
		overflow: hidden;}
.mod_users[tmpl="0"] .inner,
.mod_users[tmpl="1"] .inner,
.mod_users[tmpl="2"] .inner,
.mod_users[tmpl="3"] .inner,
.mod_users[tmpl="4"] .inner,
.mod_users[tmpl="5"] .inner {position: absolute;
		width: 100%;
		height: 80%;
		top: 75%;
		padding: 20px;
		box-sizing: border-box;
		transition: .5s;
		left: 0;}
.mod_users[tmpl="0"] .user:hover .inner,
.mod_users[tmpl="1"] .user:hover .inner,
.mod_users[tmpl="2"] .user:hover .inner,
.mod_users[tmpl="3"] .user:hover .inner,
.mod_users[tmpl="4"] .user:hover .inner,
.mod_users[tmpl="5"] .user:hover .inner {top: 20%;}
.mod_users[tmpl="0"] .inner a,
.mod_users[tmpl="1"] .inner a,
.mod_users[tmpl="0"] .inner b,
.mod_users[tmpl="1"] .inner b,
.mod_users[tmpl="2"] .inner a,
.mod_users[tmpl="3"] .inner a,
.mod_users[tmpl="2"] .inner b,
.mod_users[tmpl="3"] .inner b,
.mod_users[tmpl="4"] .inner a,
.mod_users[tmpl="5"] .inner a,
.mod_users[tmpl="4"] .inner b,
.mod_users[tmpl="5"] .inner b {font-size: 16px;}
.mod_users[tmpl="0"] .inner i,
.mod_users[tmpl="1"] .inner i,
.mod_users[tmpl="2"] .inner i,
.mod_users[tmpl="3"] .inner i,
.mod_users[tmpl="4"] .inner i,
.mod_users[tmpl="5"] .inner i {font-style: normal;
		font-size: 13px;
		display: block;
		padding-bottom: 35px;}
.mod_users[tmpl="0"] .inner span,
.mod_users[tmpl="1"] .inner span,
.mod_users[tmpl="2"] .inner span,
.mod_users[tmpl="3"] .inner span,
.mod_users[tmpl="4"] .inner span,
.mod_users[tmpl="5"] .inner span {display: block;line-height: 25px;}
.mod_users[tmpl="0"] .inner a[href^="tel"],
.mod_users[tmpl="1"] .inner a[href^="tel"],
.mod_users[tmpl="2"] .inner a[href^="tel"],
.mod_users[tmpl="3"] .inner a[href^="tel"],
.mod_users[tmpl="4"] .inner a[href^="tel"],
.mod_users[tmpl="5"] .inner a[href^="tel"] {color: #565656;
		text-decoration: none;}

		
		
		
		
		
		
		

/*modmap*/
.mod_map [cabinet="cats"] {-webkit-appearance: none;
		-moz-appearance: none;
		-webkit-border-radius: 0;
		cursor: pointer;
		width: 250px;
		margin: 10px auto;
		line-height: 35px;
		border: 1px #d2d2d2 solid;
		padding: 0 10px;
		outline: none;
		display: block;
		background: white;}
.mod_map .yandexpopup {max-width: 150px}
.mod_map .yandexpopup img {width: 150px}
.mod_map .yandexpopup [onclick]:hover {text-decoration: none}
.mod_map .yandexpopup [onclick] {display: table;
	text-decoration: underline;
	cursor: pointer}
.mod_map .yandexpopup i {font-style: normal;
	font-size: 20px;
	white-space: nowrap;
	display: block;}
.mod_map .yandexpopup a {color: black;}
.mod_map .yandexpopup u{font-style: normal;
	font-size: 24px;
	line-height: 0;
	display: inline-block;
	margin-right: 4px;
	opacity: .6;
	text-decoration: none;}
.mod_map .yandexpopup span {display: block;
	line-height: 13px;
	font-size: 12px;
	color: #5f5f5f;
	margin: 5px 0}

/*mod_str_navigation*/
.container.mod_str_navigation {position: relative;}

	
/*detail*/
.poly_zoom_up, 
.poly_zoom_down,
.check_location, 
.podr_zoom_up, 
.podr_zoom_down {width: 50px;
		height: 50px;
		position: absolute;
		z-index: 1;
		top: 10px;
		left: 10px;
		border: 1px #c3c3c3 solid;
		border-radius: 2px;
		text-align: center;
		box-sizing: border-box;
		font-size: 36px;
		line-height: 43px;
		color: #6d6d6d;
		cursor: pointer;
		font-family: times;
		background: white;
		text-decoration: none!important;}
		

.poly_zoom_up, 
.poly_zoom_down,
.check_location {left: 40px;}
.detail .yandexfield {position: relative;width: 100%!important;}
.poly_zoom_down,
.podr_zoom_down {top: 59px;}
.check_location {top: 107px;}
.check_location:hover, 
.podr_zoom_down:hover, 
.podr_zoom_up:hover {background-color: #efefef;}

.mod_banks,
.mod_benefits,
.mod_experience {}





.detail {position: relative;
		margin-top: 50px;
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;}

.detail.row {display: block;}
		
.detail .description {display: block;
		margin: 20px 0;}

.detail .p1 strong,
.detail .p1 h1 {margin: 0;
		font-size: 26px;
		font-weight: 400;}
.detail .p1 h1 + span {color: #656565;
		font-size: 13px}
.detail .p1,
.detail .p2,
.detail .p3,
.detail .p4 {flex-basis: 35%;
		max-width: 720px;
		width: 100%;}
.detail .p2 {
    flex-basis: 65%;
}
.detail .p1 {padding: 15px;
		box-sizing: border-box}
.detail .p4 {padding: 15px;
		box-sizing: border-box;
		font-size: 13px;
		background: #fff;
		height: 360px;
		width: 592px}
.detail .p6 {background: #a04a4a;
		text-align: center;
		color: #f7f7f7}
.detail .p3 {padding: 20px 0 20px 20px;
		box-sizing: border-box;
		height: 340px}
.detail .p5 {background: #f9f9f9;
		border: 1px #e6e6e6 solid;
		flex-basis: 100%;
		text-align: left;
		position: relative;
		width: 100%;
		box-sizing: border-box;}

.detail .lefty {width: 645px}
.detail .righty {width: 350px;
		border-left: 1px #E4E4E4 solid;
		background: #F7F7F7}

.detail .coin {font-style: normal;
		font-size: 30px;
		margin-left: 5px;
		color: #7b7b7b;}
.detail button .coin {color: white;
		font-size: inherit;}
.detail .price,
.detail .OptimaPrice,
.detail .ComfortPrice,
.detail .CommunicationPrice {font-size: 33px;
		font-weight: 700;
		font-family: times}

.detail .options {display: block;
		position: relative;
		font-size: 13px}
.detail .options b:first-of-type {margin: 0!important}
.detail .options b {display: flex;
		line-height: 28px;
		font-weight: 400;
		position: relative}
.detail .options b.end {background: #fff;
		height: 28px}
.detail .options b span {background: #fff;
		text-align: right;
		width: 100%;}
.detail .options b u {text-decoration: none;
		position: absolute;
		left: 0;
		color: #777;
		background: #fff;
		min-width: 50%;}
.detail .options b:after {content: "";
		width: 100%;
		border-bottom: 1px #bbb dotted;
		position: absolute;
		top: 27px}
.detail .options b.end:after {border-color: transparent;}	 
		
.detail .inline .ch {
    margin-right: 1rem;
}

@media (max-width: 860px) {
	.p1, .p2, .p3, .p4 {flex-basis: 100%;}
	.mod_str_navigation h1,
	.mod_str_navigation p,
	.mod_str_navigation .crumbs,
	 .p2 {padding: 0 15px!important;}
	 button.slick-prev, button.slick-next {display: none!important;}
}

@media (max-width: 460px) {
	.detail .nav-tabs > li {width: 100%;}
	.nav-tabs > li.active > a {border-bottom-color: #ddd!important;}
	.detail .options.long b u {position: relative;
		margin-bottom: 30px;}
}
		
/*mod_quiz*/ 
[page="quiz"] #page {background: #efefef;
		height: 100vh;}
.qbody.container {margin: auto;
		position: relative;
		height: 100vh;}
.mod_quiz,
.mod_quiz a {color: #565656;} 
.qlogo {background: var(--bglogo);
		height: 60px;
		border-bottom: 1px gainsboro solid;}
.qslide {position: absolute;
		background: white;
		width: 100%;
		left: calc(50% - 570px);
		top: 50px;
		display: flex;
		height: 100%;
		max-height: 600px;}
.qleft {flex: 3;
		position: relative;
		overflow: hidden;}
.qright {flex: 2;
		overflow: hidden;}
.qright h2 {text-align: left;
		text-transform: unset;
		font-weight: normal;
		font-size: 22px;}
.qright p {color: #8e8e8e;
		line-height: 18px;
		font-size: 14px;}
.qright button,
.qleft a[start],
.qright a[start] {border: 0;
		border-radius: 30px;
		background: var(--primary);
		white-space: nowrap;
		text-decoration: none;
		color: white;
		line-height: 50px;
		padding: 0 60px;
		font-size: 18px;
		cursor: pointer;
		outline: none;
		margin-bottom: 25px;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		position: relative;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		display: inline-block;
		overflow: hidden;}

.qleft a[start] {display:none;}
@media (max-width: 460px) {
.qleft a[start] {display:block;
		text-align: center;
}}
.qright > div {padding: 25px;}
.qright button:before,
.qright a[start]:before {content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: var(--primary);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		filter: brightness(0.9);}
.qright a[start]:hover:before,
.qright button:hover:before{-webkit-transform: scaleX(1);
		transform: scaleX(1);}
.qslide [bonus1]:before, 
.qslide [bonus2]:before {content: "";
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(/cdn/lib/clock.svg) no-repeat white center / 16px;
		right: 10px;
		top: 10px;
		border-radius: 20px;}
.qslide [bonus1], 
.qslide [bonus2] {display: inline-block;
		width: 200px;
		position: relative;
		border: 1px gainsboro solid;
		padding: 12px;
		vertical-align: top;
		border-radius: 5px;
		cursor: no-drop;
		box-sizing: border-box;
		margin: 0	10px 10px 0;
		font-size: 12px;}
.qgray [bonus1], 
.qgray [bonus2], 
.qgray [bonus3], 
.qgray [bonus4] {width: 70%;
		margin: 10px auto;
		display: block;
		text-align: center;}
.qslide [bonus1] {background: url(/cdn/london.otys.ru/file/1526322266669763226.jpeg) no-repeat top / cover;}
.qslide [bonus2] {background: url(/cdn/london.otys.ru/file/1526322266669763226.jpeg) no-repeat center / cover;}
.qslide [bonus1] span, 
.qslide [bonus2] span {background: rgba(0, 0, 0, 0.4);
		padding: 5px;
		color: #fafafa;
		border-radius: 2px;}
.qleft div b,
.qright div b {display: table;
		margin-bottom: 10px;
		font-size: 12px;
		text-transform: uppercase;
		color: black;}
.qlast.qslide .qleft {padding: 75px;
		position: relative;
		z-index: 1;
		height: 100%;}
.qlast.qslide .qleft:before {content: "";
		background: rgba(255, 255, 255, 0.95);
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: -1;}
.qleft, .qright, .qgray {height: 100%;
}
.qlast.qslide .qleft div[linefull] {background: var(--primary);
		width: 95%;
		height: 6px;
		border-radius: 20px;
		position: relative;}
.qlast.qslide .qleft div[line] {height: 6px;
		background: #dcdcdc;
		border-radius: 20px;
		margin-top: 10px;}
.qlast.qslide .qleft div[linefull]:after {content: "95%";position: absolute;right: -5px;font-size: 10px;top: -16px;}
.qlast.qslide .qleft div[linefull]:before {content: "";position: absolute;width: 12px;height: 12px;background: var(--primary);right: 0;top: -3px;border-radius: 10px;}
.qlast.qslide .qleft p {font-size: 22px;
		margin-bottom: 60px;}
.qlast .qright .form input[type="text"], 
.qlast .qright .form input[type="tel"], 
.qlast .qright .form input[type="email"] {width: 100%;
		line-height: 40px;
		font-size: 16px;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 15px;
		border-radius: 4px;
		border: 1px gainsboro solid;}
.qright .form label {display: table;
		font-size: 12px;
		padding: 0;
		color: #5c5c5c;
		font-weight: normal;
		margin: 3px 0;}
.qright .form {padding: 100px 40px;}
.qgray {flex: .7;
		background: #fafafa;
		padding: 15px;
		overflow: hidden;
		border-left: 1px #e8e8e8 solid;}
.qlefttop {padding: 10px 20px 0;
		border-bottom: 1px #e8e8e8 solid;}
.qleft h4 {padding: 20px;
		font-size: 20px;
		font-weight: normal;
		color: black;}
.qleft h4 i {display: table;
		font-size: 10px;
		font-style: normal;
		padding: 3px 5px;
		border: 1px #e8e8e8 solid;
		background: #f3f3f3;
		border-radius: 2px;
		color: #868686;}
.qleft .qanswers {padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: overlay;
    height: 100%;
    padding-bottom: 80px;
    width: calc(100% + 30px);}
.qleft .qanswers textarea {width: calc(100% - 30px);}
.qleft .qanswers label {border: 1px #e8e8e8 solid;
		width: 47%;
		transition: .5s;
		position: relative;
		margin: 5px 1%;
		font-weight: normal;
		cursor: pointer;
		padding: 15px 15px 15px 50px;
		box-sizing: border-box;
		border-radius: 3px;}
.qgray p[description] {color: #656565;
		font-size: 12px;}
.qanswers input {position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;}
.checkmark {position: absolute;
	top: 10px;
	left: 10px;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 17px;}
.qanswers label:hover {border-color: var(--primary);}
.qanswers label:hover input ~ .checkmark {background-color: #ccc;}
.qanswers input:checked ~ .checkmark {background-color: var(--primary)!important;}
.qanswers input:checked ~ .checkmark:after {display: block;}
.qanswers .checkmark:after {content: "";
	position: absolute;
	display: none;
		left: 10px;
		top: 7px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);}
.qleftbottom {position: absolute;
		bottom: 0;
		text-align: right;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		background: #fafafa;
		border-top: 1px #e8e8e8 solid;}
.qleftbottom a {border-radius: 30px;
		text-decoration: none!important;
		transition: .5s;
		line-height: 40px;
		border: 1px #e8e8e8 solid;
		height: 40px;
		padding: 0 20px;
		font-size: 14px;
		cursor: pointer;
		outline: none;
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;}
.qleftbottom a[prev] {background: url(/cdn/lib/back-new.svg) no-repeat center / 15px;}
.qleftbottom a[next] {background: url(/cdn/lib/next-new.svg) no-repeat white 70px center / 15px;
		padding-right: 35px;
		border-color: var(--primary);}
.qleftbottom a[prev]:hover {background-color: white;}
.qleftbottom a[next]:hover {border-right-width: 10px;}
.show.qslide {z-index: 2;
		left: 0;}
.show.qslide .qleft .qanswers label {-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;}
.show.qslide .qleft .qanswers label:nth-of-type(3),
.show.qslide .qleft .qanswers label:nth-of-type(4) {-webkit-animation-duration: .6s;
	animation-duration: .6s;}
.show.qslide .qleft .qanswers label:nth-of-type(5),
.show.qslide .qleft .qanswers label:nth-of-type(6) {-webkit-animation-duration: .7s;
	animation-duration: .7s;}
.show.qslide .qleft .qanswers label:nth-of-type(7),
.show.qslide .qleft .qanswers label:nth-of-type(8) {-webkit-animation-duration: .8s;
	animation-duration: .8s;}
.show.qslide .qleft .qanswers label:nth-of-type(9),
.show.qslide .qleft .qanswers label:nth-of-type(10) {-webkit-animation-duration: .9s;
	animation-duration: .9s;}
@media (max-width: 767px) {
	.qbody0 {padding: 0;background: #ffffff;}
	.qbody {box-shadow: none;}
	.qfirst.qslide.show .qleft {height: 100px;}
	.qleftbottom {text-align: center;}
	.qgray {height: auto;}
}

@media (max-width: 500px){
	.qfirst.qslide.show .qleft {height: 100px;}
}
.trrr {animation: shake2 0.82s cubic-bezier(.36,.07,.19,.97) both;
		transform: translate3d(0, 0, 0);
		backface-visibility: hidden;}
	 
		

/* Slider */
/* 
.mod_banks section,
.mod_header[tmpl="1"],
.mod_header[tmpl="2"],
.mod_header[tmpl="3"],
.mod_header[tmpl="4"],
.mod_header[tmpl="5"],
.mod_header[tmpl="6"],
.mod_header[tmpl="7"],
.mod_header[tmpl="8"],
.mod_header[tmpl="9"] {visibility: hidden;}

.mod_banks section.slick-initialized,
.mod_header.slick-initialized {visibility: visible;}
 */
 
/*load fix*/
[id^="mod_header"]:not(.slick-initialized) > div:not(:first-of-type) {
    display: none;
}
/*load fix*/
.mod_timeline[tmpl="3"] section:not(.slick-initialized) > div:not(:first-of-type) {
    display: none;
}
/*load fix*/
.mod_review[tmpl="1"] section:not(.slick-initialized) > div:not(:first-of-type),
.mod_review[tmpl="2"] section:not(.slick-initialized) > div:not(:first-of-type),
.mod_review[tmpl="3"] section:not(.slick-initialized) > div:not(:first-of-type) {
    display: none;
}





[tmpl].mod_header .container,
[tmpl].mod_str_navigation .container {padding-top: 30vh;padding-bottom: 10vh;}
[tmpl="30"].mod_str_navigation .container {padding-top: 10vh;}

[tmpl="0"].mod_str_navigation .container,
[tmpl="0"].mod_header .headerdiv {min-height: 450px;}
.mod_header[tmpl] .container,
[tmpl="1"].mod_str_navigation .container,
[tmpl="1"].mod_header .headerdiv {min-height: 350px;}
[tmpl="2"].mod_str_navigation .container,
[tmpl="2"].mod_header .headerdiv {min-height: 70vh;}
[tmpl="3"].mod_str_navigation .container,
[tmpl="3"].mod_header .headerdiv,
[tmpl="10"].mod_header .headerdiv{min-height: 100vh;}
[tmpl="0"].mod_str_navigation .container,
[tmpl="0"].mod_header .headerdiv {padding: 200px 30px 10vh;}
[tmpl="1"].mod_str_navigation .container,
[tmpl="1"].mod_header .headerdiv {padding: 30vh 30px 10vh;}
[tmpl="2"].mod_str_navigation .container,
[tmpl="2"].mod_header .headerdiv {padding: 30vh 30px 10vh;}
[tmpl="3"].mod_str_navigation .container,
[tmpl="3"].mod_header .headerdiv {padding: 40vh 30px 10vh;}
[tmpl="30"].mod_header .container {padding-top: 0vh;}

[tmpl="10"].mod_header .container,
[tmpl="11"].mod_header .container,
[tmpl="11"].mod_str_navigation .container,
[tmpl="12"].mod_header .container,
[tmpl="12"].mod_str_navigation .container,
[tmpl="13"].mod_header .container,
[tmpl="13"].mod_str_navigation .container,
[tmpl="14"].mod_header .container,
[tmpl="14"].mod_str_navigation .container,
[tmpl="15"].mod_header .container,
[tmpl="15"].mod_str_navigation .container,
[tmpl="16"].mod_header .container,
[tmpl="16"].mod_str_navigation .container,
[tmpl="35"].mod_str_navigation .container,
[tmpl="36"].mod_str_navigation .container,
[tmpl="37"].mod_str_navigation .container,
[tmpl="38"].mod_str_navigation .container,
[tmpl="39"].mod_str_navigation .container,
[tmpl="40"].mod_str_navigation .container,
[tmpl="41"].mod_str_navigation .container,
[tmpl="42"].mod_str_navigation .container,
[tmpl="43"].mod_str_navigation .container,
[tmpl="44"].mod_str_navigation .container,
[tmpl="45"].mod_str_navigation .container,
[tmpl="46"].mod_str_navigation .container,
[tmpl="47"].mod_str_navigation .container,
[tmpl="48"].mod_str_navigation .container,
[tmpl="49"].mod_str_navigation .container,
[tmpl="50"].mod_str_navigation .container,
[tmpl="51"].mod_str_navigation .container,
[tmpl="52"].mod_str_navigation .container,
[tmpl="53"].mod_str_navigation .container,
[tmpl="54"].mod_str_navigation .container,
[tmpl="55"].mod_str_navigation .container,
[tmpl="56"].mod_str_navigation .container,
[tmpl="57"].mod_str_navigation .container,
[tmpl="58"].mod_str_navigation .container {padding-top: 0;padding-bottom: 0;}
[tmpl="37"].mod_header .container,
[tmpl="37"].mod_str_navigation .container,
[tmpl="38"].mod_header .container,
[tmpl="38"].mod_str_navigation .container,
[tmpl="41"].mod_header .container,
[tmpl="41"].mod_str_navigation .container,
[tmpl="42"].mod_header .container,
[tmpl="42"].mod_str_navigation .container,
[tmpl="43"].mod_header .container,
[tmpl="43"].mod_str_navigation .container {padding-top: 0vh;padding-bottom: 0vh;}

[tmpl="42"].mod_header .container h1, 
[tmpl="42"].mod_header .container h3, 
[tmpl="42"].mod_header .container p {color: initial;}

/* mod_str_navigation */
.user_preview.container h1,
.complex_preview.container h1 {
		position: relative;
		font-size: 4rem;
		color: white;
}

.mod_header[tmpl] .container h1,
.mod_header[tmpl] .container h3,
.mod_header[tmpl] .container p {z-index: 1;}

.mod_header[tmpl="0"] .container h3,
.mod_header[tmpl="1"] .container h3,
.mod_header[tmpl="2"] .container h3,
.mod_header[tmpl="3"] .container h3,
.mod_header[tmpl="4"] .container h3,
.mod_header[tmpl="5"] .container h3,
.mod_header[tmpl="6"] .container h3,
.mod_header[tmpl="7"] .container h3,
.mod_header[tmpl="8"] .container h3,
.mod_header[tmpl="9"] .container h3 {
		position: relative;
		font-size: 4rem;
}
.mod_header[tmpl="43"] .primary.rounded.box-shadow-z3 {
    height: 50%;
}

@media (max-width: 600px) {
	
	.mod_header[tmpl] .container h1,
	.mod_header[tmpl] .container h3{font-size: 3rem;}
}


.user_preview.container p,
.complex_preview.container p,
.mod_header .container p {
		position: relative;
		padding: 0 0 20px;}
/* 
.mod_header[tmpl="4"] .container p,
.mod_header[tmpl="9"] .container p {padding: 5px 10px;
		display: table;}
 */
.mod_map .maps {position: relative;}
.mod_header .slick-slide {margin: 0;top: 0;}
.mod_header .container a {line-height: 45px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    position: relative;}
@media (max-width: 600px) {
	.mod_header .container a {margin-bottom: 30px;}
}
	
[content="rio"] .user_preview.container p:first-of-type,
[content="rio"] .complex_preview.container p,
[content="rio"] .mod_header .container p {font-size: 1.2em;
		max-width: 700px;
		padding: 15px;
		border-radius: 3px;
		position: relative;
		display: table;
		color: white;
		z-index: 2;}
		
[content="rio"] .user_preview.container p:first-of-type:before,
[content="rio"] .complex_preview.container p:before,
[content="rio"] .mod_header .container p:before {content: "";
		position: absolute;
		width: 110%;
		height: 100%;
		left: -5%;
		background: var(--primary);
		z-index: -1;
		border-radius: 35px;
		border: 1px rgba(255, 255, 255, 0.25) solid;
		border-width: 0 1px 1px 0;
		opacity: .8;
		top: 0;}

[content="rio"] .user_preview.container h1,
[content="rio"] .complex_preview.container h1,
[content="rio"] .mod_header .container h3 {font-size: 60px;
		letter-spacing: -2px;
		margin: 0 0 30px; 
		position: relative;
		color: white;}
		
		
	 
[content="rio"] .user_preview.container h1:before,
[content="rio"] .complex_preview.container h1:before,
[content="rio"] .mod_header .container h3:before {content: "";
		position: absolute;
		width: 200%;
		height: 100%;
		left: -95%;
		background: #efefef;
		z-index: -1;
		border-radius: 35px;
		top: 0;}
		


.mod_header[tmpl="36"] .header-static,
.mod_header[tmpl="37"] .header-static,
.mod_header[tmpl="38"] .header-static,
.mod_header[tmpl="39"] .header-static,
.mod_header[tmpl="40"] .header-static {min-height: 80vh;
		padding: 5rem 0;}



/* 
.mod_header[tmpl="37"] .header-static:nth-of-type(odd),
.mod_header[tmpl="38"] .header-static:nth-of-type(odd),
.mod_header[tmpl="39"] .header-static:nth-of-type(odd),
 */
.mod_header[tmpl="37"] .header-static:nth-of-type(odd) {
		background-image: radial-gradient(rgb(33 33 33 / 0.1) 10%, transparent 10%), radial-gradient(rgb(255 255 255 / 10%) 10%, transparent 10%);
		background-position: 0 0, 10px 10px;
		background-size: 20px 20px;
}
.mod_header[tmpl="37"] .header-static:nth-of-type(odd) .col-md-6.col-sm-12:first-of-type,
.mod_header[tmpl="38"] .header-static:nth-of-type(odd) .col-md-6.col-sm-12:first-of-type,
.mod_header[tmpl="39"] .header-static:nth-of-type(odd) .col-md-6.col-sm-12:first-of-type,
.mod_header[tmpl="40"] .header-static:nth-of-type(odd) .col-md-6.col-sm-12:first-of-type {
		float: right;
}


.mod_header[tmpl="37"] .container h3,
.mod_header[tmpl="38"] .container h3,
.mod_header[tmpl="39"] .container h3,
.mod_header[tmpl="40"] .container h3,
.mod_header[tmpl="37"] .container p,
.mod_header[tmpl="38"] .container p,
.mod_header[tmpl="39"] .container p,
.mod_header[tmpl="40"] .container p {color: inherit}

.mod_header[tmpl="39"] .header-static:nth-of-type(odd) .bg-overlay {background: url(/cdn/lib/mod_header/36.svg) no-repeat 15% 11% / 85%;
    opacity: 1;
}
.mod_header[tmpl="39"] .header-static:nth-of-type(even) .bg-overlay {
		background: url(/cdn/lib/mod_header/35.svg) no-repeat center right / 100%;opacity: 1;
}

.mod_header .header-rounded {border-radius: 1rem;
		margin: 2rem 0;
		overflow: hidden;
		padding: 3rem;}
/* 
.mod_header[tmpl="11"] .header-rounded,
.mod_header[tmpl="10"] .header-rounded,
.mod_header[tmpl="10"] .header-rounded,
.mod_header[tmpl="10"] .header-rounded,
.mod_header[tmpl="10"] .header-rounded,
.mod_header[tmpl="10"] .header-rounded {min-height: 75vh;
		color: white;}
 */
.mod_header .container .container {
		width: 100%;
		min-height: auto;
}
.header-static {min-height: 500px;
		padding-top: 10rem;
		overflow: overlay;
		padding-bottom: 5rem;}

.user_preview.container h1 {padding: 20px 0;
		font-size: 36px;}


body[animate] button.add[item="0"],
body[animate] .complex_preview.container p:before, 
body[animate] .mod_header .container p:before, 
body[animate] button:not(.slick-arrow):not(.add),
body[animate] #calculator .dcCalc_switch_checked,
body[animate] #calculator .dcCalc_slider-handle:after,
body[animate] #calculator .dcCalc_slider-track {background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
		background-size: 400% 400%;
		-webkit-animation: Gradient 15s ease infinite;
		-moz-animation: Gradient 15s ease infinite;
		animation: Gradient 15s ease infinite;}





/*mod_cat_filter*/
/* 
.mod_cat_filter {margin: 30px auto;}
 */
/* 
.mod_cat_filter h2 a {float: right;
		font-size: 16px;
		margin: 10px;}
 */
 
@media (max-width: 600px) {
	.mod_cat_filter h3 {text-align: center;}
	.mod_cat_filter h3 a {float: none!important;
		display: block;
		margin: 0 0 30px;}
}

/* 
.mod_cat_filter h2 {margin: 25px 0;}
 */
.mod_cat_filter .mod_cat[list="121"] .calls.column .datashow {
		display: none;
}

/*mod_banks*/
.mod_banks h4 {text-align: center;
	margin: 50px 0 25px;}
.mod_banks .slick-track div {display: inline-block;
		flex: 1;}
.mod_banks .slider {display: block;}


/*crumb*/
.crumb a {line-height: 50px;
	margin: 0 5px;
	color: #888888;
	font-size: 12px;}







/*footer*/
footer .menu li:hover > ul {
    display: none!important;
}
.menu.menu-footer a {color: inherit;
		line-height: 1.7rem;}
.menu.menu-footer li {display: table;
		float: initial;}

footer a[href^="tel:"]:hover, 
footer a[href^="tel:"]:focus {text-decoration: none;
		color: inherit;}
		
footer img {height: 50px;}
/* 
footer img[src*=".svg"] {filter: grayscale(1) brightness(1);}
 */
		
footer {}

footer [href="#page"] {background: url(/cdn/lib/upload.svg) no-repeat white center / 15px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 0px;}

.mod_footer[tmpl="20"] p[socialuser] a {
		border-radius: 0px;
		background-color: transparent;
		width: 30px;
		margin-top: 15px;
		filter: invert(1);
		opacity: .8;
}
footer .menu.menu-footer,
.mod_footer[tmpl="20"] .menu.menu-footer {
		column-count: 2;
}
.bg100 .mod_footer[tmpl="20"] p[socialuser] a,
.bg123 .mod_footer[tmpl="20"] p[socialuser] a,
.bg124 .mod_footer[tmpl="20"] p[socialuser] a,
.bg125 .mod_footer[tmpl="20"] p[socialuser] a,
.bg126 .mod_footer[tmpl="20"] p[socialuser] a,
.bg130 .mod_footer[tmpl="20"] p[socialuser] a,
.bg131 .mod_footer[tmpl="20"] p[socialuser] a,
.bg132 .mod_footer[tmpl="20"] p[socialuser] a,
.bg133 .mod_footer[tmpl="20"] p[socialuser] a,
.bg134 .mod_footer[tmpl="20"] p[socialuser] a,
.bg135 .mod_footer[tmpl="20"] p[socialuser] a {
		filter: invert(0);
}



.mod_experience[tmpl] .experience button {font-size: initial;}

.advantage i,
.mod_experience[tmpl="0"] i {position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	color: #e4e4e4;
	font-size: 50px;
	font-family: times;
	font-weight: bold;
	font-style: normal;
	border: 10px #f3f3f3 solid;
	width: 90px;
		height: 90px;
	text-align: center;}
	
.mod_experience[tmpl="13"] .experience button {line-height: 1;}
.mod_experience[tmpl="13"] i {font-style: normal;
		font-size: 6rem;
		font-weight: bold;
		min-height: 150px;
		line-height: 50px;
		padding-top: 25px;
		margin-right: 25px;
		border-right: 5px var(--primary) solid;}
.mod_experience[tmpl="13"] .w-full.p-y-lg:not(:last-of-type) .experience:after {content: "";
		width: 80%;
		height: 1px;
		background: rgb(0 0 0 / 0.05);
		display: block;
		margin: auto;
		position: relative;
		bottom: -95px;}


.mod_experience[tmpl="13"] .w-full.p-y-lg:nth-of-type(even) .experience {text-align: right;}
.mod_experience[tmpl="13"] .w-full.p-y-lg:nth-of-type(even) .experience i {float: right!important;
		margin-left: 25px;
		border-left: 5px var(--primary) solid;
		margin-right: 0;
		border-right: 0;}
@media (max-width: 767px) {
	.mod_experience[tmpl="13"] .experience {text-align: center;}
	.mod_experience[tmpl="13"] i {padding: 0px 15px;
    width: auto;
    font-size: 3rem;}
	.mod_footer[tmpl="20"] .menu.menu-footer {column-count: 1;
    padding: 0;
    margin-bottom: 30px;}
    .mod_footer[tmpl="20"] .menu.menu-footer li a {line-height: .5rem;}
}
/* 
.mod_experience[tmpl="13"] .w-full.p-y-lg:not(:first-of-type) i:before {		content: "";
		width: 90%;
		height: 6px;
		background: linear-gradient(90deg, rgb(0 0 0 / 0.05) 50%, transparent 50%);
		display: block;
		transform: rotateZ(90deg);
		margin: auto;}
 */

.mod_experience[tmpl="23"] .experience .material-icons {order: 3;}
.mod_experience[tmpl="23"] .experience .text-lg {order: 1;}
.mod_experience[tmpl="23"] .experience .text-muted {order: 2;}
.mod_experience[tmpl="16"] .experience i {top: 20px;
		left: 20%;
		font-style: normal;}
.mod_experience[tmpl="22"] .experience .material-icons	{border-radius: 50%;
		border: 1px solid rgb(207 207 207 / 37%);
		height: 128px;
		justify-content: center;
		align-items: center;
		margin: 0 auto 40px auto;
		border: 1px solid rgb(207 207 207 / 37%);}
		
.mod_experience[tmpl="5"] .experience {
		background-image: linear-gradient(45deg, transparent 24%, rgb(204 211 214 / 45%) 25%, rgb(204 211 214 / 45%) 26%, transparent 27%, transparent 74%, rgb(204 211 214 / 45%) 75%, rgb(204 211 214 / 45%) 76%, transparent 77%, transparent), linear-gradient(47deg, transparent 24%, rgb(204 211 214 / 45%) 25%, rgb(204 211 214 / 45%) 26%, transparent 27%, transparent 74%, rgb(204 211 214 / 45%) 75%, rgb(204 211 214 / 45%) 76%, transparent 77%, transparent);
		background-size: 15px 15px;
}
.mod_experience[tmpl="6"] .experience {background-image: linear-gradient(0deg, transparent 24%, rgb(204 211 214 / 45%) 25%, rgb(204 211 214 / 45%) 26%, transparent 27%, transparent 74%, rgb(204 211 214 / 45%) 75%, rgb(204 211 214 / 45%) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgb(204 211 214 / 45%) 25%, rgb(204 211 214 / 45%) 26%, transparent 27%, transparent 74%, rgb(204 211 214 / 45%) 75%, rgb(204 211 214 / 45%) 76%, transparent 77%, transparent);
		background-size: 35px 35px;
}

 
		
		
.advantage{position: relative;
	padding: 50px 30px 0;
	margin: 80px auto;}
.mod_benefits [class^="icon-"]:before {color: var(--primary);
		font-size: 40px;
		margin: 0;
		text-align: center;}
.mod_benefits [class^="icon-"] {text-decoration: none;
		line-height: 55px;
		border-radius: 5px;
		display: inline-block;
		text-align: center;}
.mod_benefits h3 {font-size: 18px;}
.mod_benefits p {opacity: .7;
		font-size: 13px;}



/*rio*/[content="rio"] .container.mod_benefits,[content="rio"] .container.mod_banks,[content="rio"] .container.user_experience,[content="rio"] .container.framed a {color: var(--primary);}[content="rio"] .row.gray {background: #f8f8f8;}[content="rio"] .row.skew {position: relative;}[content="rio"] .row.skew:before {background: #f6f6f6;
		width: 200%;
		height: 90%;
		position: absolute;
		transform: rotate(-5deg);
		z-index: -1;
		left: -50%;
		top: 0;}[content="rio"] .row.skew:after {background: #c5c5c5;
		width: 200%;
		height: 91%;
		position: absolute;
		transform: rotate(-5deg);
		z-index: -2;
		left: -50%;
		top: 1%;
		opacity: .3;}[content="rio"] .row.skew + .row.bg:after,[content="rio"] .row.skew + .row.bg:before {background: transparent;
		border: 0;}
		
/*moscow*/[content="moscow"] .row.bg {}



/*users*/
[page="users"] #top:after {background: #d0d0d0;
		width: 100%;
		height: 9px;
		position: absolute;
		z-index: 1;
		left: 0;
		bottom: 0;
		opacity: .3;}
[page="users"] #page #top {
		min-height: 65vh;
		background: var(--bg);
		position: relative;}
.container.user_experience {text-align: center;
		margin: 30px auto;}
.container.user_experience b {position: relative;
		width: auto;
		color: #545454;
		display: block;
		z-index: 1;
		margin-bottom: 25px;
		font-size: 50px;
		font-family: times;}
.container.user_experience b:before {display: inline-block;
		content: "";
		position: absolute;
		width: 230px;
		right: 0;
		background: #c1c1c1;
		height: 60px;
		z-index: -1;
		opacity: .2;
		top: 80px;}
.container.user_preview img {width: 100%;}
[page="users"] .ava {max-height: 370px;
		max-width: 370px;
		display: flex;
		align-items: center;
		overflow: hidden;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		border: 10px #f3f3f3 solid;
		float: right;}
[page="users"] .container.user_benefit h2,
[page="users"] .container.user_service h2 {		font-size: 50px;
		margin-bottom: 50px;
		opacity: .3;}
[page="users"] .container.user_benefit,
[page="users"] .container.user_service {padding: 50px 0;
		position: relative;}
[page="users"] #top .container.user_preview {padding-bottom: 20px;}
[page="users"] .container.user_benefit .material-icons:before {font-size: 35px;
		margin: 10px 0;
		display: inline-block;
		color: var(--primary);}
[page="users"] .container.user_benefit .material-icons {text-align: center;
		margin: 15px 0 -10px;
		border: 2px var(--primary) solid;
		border-radius: 50%;
		line-height: 72px;
		width: 75px;
		height: 75px;}
/* 
[page="users"] #top:before {background: url(/cdn/lib/minbg.png) #fff 0 / 300px;
		filter: contrast(.9);}
 */
		
/* 
		
[page="saleapartments"] .mod_menu[tmpl="4"],
[page="salerooms"] .mod_menu[tmpl="4"],
[page="dailycottages"] .mod_menu[tmpl="4"],
[page="salehouse"] .mod_menu[tmpl="4"],
[page="complex"] .mod_menu[tmpl="4"],
[page="buildings"] .mod_menu[tmpl="4"],
[page="salegarage"] .mod_menu[tmpl="4"],
[page="salecommercial"] .mod_menu[tmpl="4"],
[page="saleforeign"] .mod_menu[tmpl="4"],
[page="rentapartments"] .mod_menu[tmpl="4"],
[page="rentcommercialland"] .mod_menu[tmpl="4"],
[page="salecommercialland"] .mod_menu[tmpl="4"],
[page="saleland"] .mod_menu[tmpl="4"],
[page="renthouse"] .mod_menu[tmpl="4"],
[page="rentrooms"] .mod_menu[tmpl="4"],
[page="rentgarage"] .mod_menu[tmpl="4"],
[page="rentcommercial"] .mod_menu[tmpl="4"],
[page="rentforeign"] .mod_menu[tmpl="4"],
[page="salecottages"] .mod_menu[tmpl="4"],
[page="rentcottages"] .mod_menu[tmpl="4"],
[page="dailyapartments"] .mod_menu[tmpl="4"],
[page="dailyrooms"] .mod_menu[tmpl="4"],
[page="dailycommercial"] .mod_menu[tmpl="4"] {
		margin-bottom: 40px;
		position: relative;
}
 */

.mod_menu img[src*="/cdn/lib/logo"] {
		filter: hue-rotate(var(--deg));
}
		
[page="quiz"] #page {min-height: 100vh;}
[page="quiz"] .quizcontent {height: 550px;
		position: relative;}
[page="quiz"] .quizhead:before,
[page="quiz"] .quizfoot:before {	content: "";
		border-top: 1px #477496 solid;
		background: #2f5777;
		position: absolute;
		width: 100vw;
		height: 100%;
		top: 0;
		z-index: -1;
		left: calc((100vw - 1140px) / -2);
		}
[page="quiz"] .quizfoot > p {font-size: 20px;
		max-width: 1000px;
		margin: 40px auto;
		white-space: initial;}
[page="quiz"] .quizhead {position: relative;
		min-height: 70px;
		box-sizing: border-box;
		padding: 15px 0;
		font-size: 20px;
		z-index: 1;
		margin-bottom: 50px;}
[page="quiz"] .quizfoot {position: relative;
		text-align: center;
		min-height: 100px;
		box-sizing: border-box;
		padding: 40px 0;
		margin-top: -100px;
		white-space: nowrap;
		color: white;
		z-index: 2;}
[page="quiz"] .quizhead a[href^="tel"] {float: right;
		text-decoration: none;}
[page="quiz"] .quizhead a {color: white;}
[page="quiz"] .quizfoot .quizform {}
[page="quiz"] .quizfoot .quizform div {display: inline-block;
		max-width: 330px;
		min-width: 280px;
		margin: 20px;
		text-align: left;}
[page="quiz"] .quizfoot button, 
[page="quiz"] .quizcontent button {background: #366386;
		font-size: 20px;
		font-family: arial;
		padding: 15px 20px;
		border: 3px white solid;
		width: 290px;
		border-radius: 35px;
		color: white;
		cursor: pointer;
		text-transform: uppercase;
		background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
		background-size: 400% 400%;
		-webkit-animation: Gradient 15s ease infinite;
		-moz-animation: Gradient 15s ease infinite;
		animation: Gradient 15s ease infinite;}
[page="quiz"] .quizfoot .quizform div span {}
[page="quiz"] .quizfoot .quizform div input {display: table;
		width: 220px;
		padding: 10px 30px;
		border: 1px white solid;
		height: 23px;
		font-size: 20px;
		margin-top: 10px;
		border-radius: 25px;}
[page="quiz"] .quizfoot .quizcard {display: inline-block;
		vertical-align: top;
		text-align: left;
		max-width: 220px;
		margin-right: 15px;
		box-sizing: border-box;
		background: white;
		min-height: 230px;
		position: relative;
		white-space: initial;}
[page="quiz"] .quizfoot .quizcard h4 {color: black;
		margin: 10px;}
[page="quiz"] .quizfoot .quizcard p {color: black;
		font-size: 11px;
		margin: 10px;}
[page="quiz"] .quizfoot .quizcard span {background: #ff9300;
		display: block;
		height: 36px;
		text-align: center;
		line-height: 36px;
		font-size: 18px;
		position: absolute;
		width: 100%;
		bottom: 0;}
[page="quiz"] .quizfoot .quizcard b {background: #ff9300;
		display: block;
		height: 36px;
		text-align: center;
		line-height: 36px;
		font-size: 16px;
		position: absolute;
		top: 0;
		right: 0;
		font-weight: normal;
		padding: 0 15px;}
[page="quiz"] .quizfoot .quizcard img {width: 100%;
		height: 85px;
		display: block;}
[page="quiz"] .quizstep2 strong,
[page="quiz"] .quizstep3 strong,
[page="quiz"] .quizstep1 h1 {font-size: 35px;
		max-width: 555px;}
[page="quiz"] .quizstep1 h2 {margin-bottom: 100px;
		 text-align: left!important;
		text-transform: inherit!important;}
[page="quiz"] .quizstep1 h3 {font-weight: normal;
		max-width: 444px;
		margin-bottom: 100px;
		padding-left: 45px;
		background: url(https://otys.ru/cdn/otys.ru/file/quizdocument.svg) no-repeat left center / 33px;
		font-size: 15px;}
[page="quiz"] .quizstep1 li {list-style-type:	none;
		padding-left: 55px;
		line-height: 45px;}
[page="quiz"] .quizstep1 img, 
[page="quiz"] .quizstep2 img, 
[page="quiz"] .quizstep3 img {position: absolute;
		right: -100px;
		top: -100px;
		max-width: 100%;
		max-height: 650px;
		margin-top: 110px;}
[page="quiz"] .quizstep1 li:first-of-type {background: url(https://otys.ru/cdn/otys.ru/file/quizhouse.svg) no-repeat left center / 40px;}
[page="quiz"] .quizstep1 li:last-of-type {background: url(https://otys.ru/cdn/otys.ru/file/quizcontract.svg) no-repeat 6px center / 37px;}
[page="quiz"] .quizstep1 ol {position: relative;
		color: white;}
[page="quiz"] .quizcontent:before {content: "";
		width: 100vw;
		height: 200px;
		background: #366386;
		position: absolute;
		z-index: -1;
		left: calc((100vw - 1140px) / -2);
		bottom: -60px;}
[page="quiz"] .quizstep2 > ul > li a, 
[page="quiz"] .quizstep3 > ul > li a {list-style-type: none;
		background: #396a90;
		box-sizing: border-box;
		padding: 12px 30px;
		border-radius: 30px;
		margin-top: 20px;
		font-size: 18px;
		color: white;
		cursor: pointer;
		display: block;
		border: 2px #f3f3f3 solid;
		max-width: 380px;
		min-width: 250px;}
[page="quiz"] .quizstep2 > ul > li, 
[page="quiz"] .quizstep3 > ul > li {list-style-type: none;
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;}
[page="quiz"] .quizstep2 > ul, 
[page="quiz"] .quizstep3 > ul {margin-top: 100px;
		 max-width: 760px;}
[page="quiz"] .quizcontent li[little] {display: inline-block;}
[page="quiz"] .quizfoot[home="finish"]:after {content: "";
		border: 32px solid;
		border-color: #ffffff transparent transparent transparent;
		position: absolute;
		top: -2px;
		left: 148px;}






footer a[href][social] {
		border-radius: 30px;
		background-color: rgb(255 255 255 / 0.7);}
.mod_footer[tmpl="1"] a[href][social]:hover {transform: rotate(-25deg);}
.mod_footer[tmpl="1"] a[href][social]:hover {transform: rotate(-25deg);}
.mod_footer[tmpl="2"] footer a[href][social] {
			 background-color: transparent;
}
.mod_footer[tmpl="3"] .footer-bg {
		padding-bottom: 100px;
		position: relative;
}
.mod_footer[tmpl="3"] footer {
		background: url(/cdn/199/42/45/57778.png) repeat-x center / 400px;
		opacity: .9;
}
.mod_footer[tmpl="2"] footer,
.mod_footer[tmpl="1"] footer {
		padding-top: 50px;
}
.mod_footer[tmpl="1"] footer a{
		color: white;
}
.mod_footer[tmpl="7"] footer {
	 background: url(/cdn/lib/bg/bg20.svg) var(--primary) 0 1.1rem / 100%;
}
.mod_footer[tmpl="8"] footer {
	 background: url(/cdn/lib/bg/bg9.svg) whitesmoke 0 11rem / 100%;
}
.mod_footer[tmpl="9"] footer {
	 background: url(/cdn/lib/bg/bg10.svg) #efefef no-repeat 300px bottom /	cover;
}
.mod_footer[tmpl="10"] footer {
	 background: url(/cdn/lib/bg/bg12.svg) var(--primary) repeat-x 0 -15rem / 100%;
}
.mod_footer[tmpl="11"] footer {
	 background: url(/cdn/lib/bg/bg13.svg) var(--primary) repeat-x 0 -7rem / 100%;
}
.mod_footer[tmpl="12"] footer {
	 background: url(/cdn/lib/bg/bg14.svg) var(--primary) repeat-x 0 bottom / cover;
}
.mod_footer[tmpl="13"] footer {
	 background: url(/cdn/lib/bg/bg15.svg) var(--primary) repeat-x 0 bottom / cover;
}
.mod_footer[tmpl="14"] footer {
	 background: url(/cdn/lib/bg/bg17.svg) var(--primary) 0 bottom / 200%;
}
.mod_footer[tmpl="15"] footer {
	 background: url(/cdn/lib/bg/bg13.svg) var(--dark) repeat-x 0 -7rem / 100%;
}

/* 
.footer-bg-car {background: url(/cdn/lib/car.gif) no-repeat center center;
		width: 117px;
		height: 105px;
		background-size: 100%;
		position: absolute;
		bottom: -5rem;
		left: 30%;
		-webkit-animation: toright 22s linear infinite;
		animation: toright 22s linear infinite;
}
 */
.footer-bg-moto {background: url(/cdn/lib/moto.gif) no-repeat center / contain;
	width: 48px;
		height: 36px;
		bottom: 0rem;
		left: 38%;
		position: absolute;
		-webkit-animation: toright 30s linear infinite;
		animation: toright 30s linear infinite;
}
@keyframes toright {
	0% {
		left: -20%;
	}
	100% {
		left: 100%;
	}
}

.topbar a[href][social]:hover {transform: rotate(-25deg);}
.topbar p[socialuser] a {width: 30px;
		height: 30px;
		display: inline-block;
		background-size: 20px 16px;
}
.topbar p[socialuser] {margin: 0;
		opacity: .7;
		height: 30px;
		filter: invert(1);
}


	
/*range*/
input[type="range"][aria-label][in],
input[type="range"][aria-label][out] {position: absolute;}

input[type="range"] {width: 100%;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	outline: none;}
input[type="range"],
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {-webkit-appearance: none;
	background: none;}
input[type="range"]::-webkit-slider-runnable-track {width: 100%;
	height: 1px;
	background: #f8f8f8;}
input[type="range"]:nth-child(2)::-webkit-slider-runnable-track {background: none;}
input[type="range"]::-webkit-slider-thumb {position: relative;
	height: 15px;
	width: 15px;
	margin-top: -7px;
	background: #fff;
	border: 1px solid #f8f8f8;
	border-radius: 25px;
	z-index: 1;}
input[type="range"]:nth-child(1)::-webkit-slider-thumb {z-index: 2;}

.schange,
.radio[data-view="search"] {display: flex;
		flex-wrap: wrap;}
[data-view="search"] [type="range"] ~ i {padding-top: 25px;}
[data-view="search"] {position: relative;
		height: 45px;
		margin: 10px 0 0;}
[data-view="search"] span.right {right: 0;}
[data-view="search"] span {position: absolute;
	margin-top: 30px;
	top: -25px;
	padding: 0 5px;}
[data-view="search"] i {padding: 0 10px;
		font-weight: normal;
		font-size: 12px;
		font-style: normal;
		opacity: .7;
		display: table;}
#search_content {min-height: 150px;}
#search_content > div {display: flex;
		flex-wrap: wrap;
		justify-content: space-between;}
[data-view="search"][data-form-in] {padding-top: 20px;}
#search_content > div > div[role] {flex-basis: 100%;
		margin: 0;
		display: flex;
		flex-wrap: wrap;}
#search_content > div > div, 
#search_content > div > div[role] > div {flex: 1;
		flex-basis: 30%;
		margin: 10px 15px;}
[data-view="search"].radio i {flex-basis: 100%;}
[data-view="search"].radio + .radio, 
[data-view="search"].checkbox + .checkbox {margin: 10px 0;}

[data-view="search"].radio input, 
.schange input {display: none;}
.schange label,
[data-view="search"].radio label, 
[type="radio"] + label {padding: 4px;
		font-size: 13px;
		flex: 1;
		line-height: 25px;
		text-align: center;
		font-weight: normal;
		cursor: pointer;
		border: 1px solid transparent;
		border-bottom: 1px rgba(255, 255, 255, 0.5) solid;}
.schange label {flex-basis: 50%;
		max-height: 35px;}

[data-view="search"].radio label:last-of-type {order: -1;}
[data-view="search"] select {height: 30px;
	width: 100%;
	border: 0;
	white-space: nowrap;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0;
	outline: none;
		padding: 0 5px;
		cursor: pointer;
	border-bottom: 1px rgba(255, 255, 255, 0.35) solid;}
#search_content > div > div[role] > div[data-form-in] {
/* 
		flex-basis: 40%;
 */
}
[data-view="search"] select:hover,
[data-view="search"].radio label:hover, 
[data-view="search"].radio label.check, 
.schange input[checked] + label, .schange label:hover {background: rgba(255, 255, 255, 0.2);
		color: white;}
[data-view="search"].radio input:checked + label {background: red;}
#search_content .col-md-12.col-sm-12[role="tab"] {display: flex;
		margin-top: 25px;
	justify-content: space-between;}
#search_content .col-md-12.col-sm-12[role="tab"] a {color: white;
	opacity: .7;
	font-size: 13px;}
#search_content .col-md-12.col-sm-12[role="tab"] a:hover {cursor: pointer;
		opacity: 1;}/* 

search_content .popups {width: 100%;
		max-width: 80vw;
		max-height: 80vh;
		background: #fff;
		margin: auto;
		position: relative;
		top: 75px;
		padding: 50px 50px 20px 30px;
		border: 1px #d8d8d8 solid;
		overflow-y: overlay;
		border-bottom: var(--primary) 2px solid;
}
 */
.schange div {flex-basis: 50%;
		line-height: 55px;
		margin: 0 -1px 0 0;
		cursor: pointer;
		border: 1px rgba(0, 0, 0, 0.05) solid;
		text-align: center;
		height: 100%;}
.schange div:hover {background-color: var(--primary);
		color: white;}
#search_content .schange {justify-content: left;
		margin: auto 0 0;}
#alerts .popups {width: 100%;
		max-width: 80vw;
		max-height: 80vh;
		background: #fff;
		margin: auto;
		padding: 30px;
		overflow-y: overlay;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
		color: #3c3c3c;}
.selected:before {background: #4c72a2;}
/* 
.no_selected:before,
 */
.selected:before{background: #4c72a2;
		width: 15px;
		height: 15px;
		content: "";
		display: inline-block;
		margin-right: 5px;
		vertical-align: top;
		margin: 0 10px 0 -6px;
		border-radius: 10px;}
#alerts .popups li {cursor: pointer;
		margin-left: 20px;}
#alerts .popups li.selected {display: block;}
#alerts .popups div[label] {display: flex;
		justify-content: left;
		flex-wrap: wrap;
		border-bottom: 1px #d8d8d8 solid;
		margin-bottom: 10px;
		padding-bottom: 10px;
		padding-top: 25px;
		position: relative;}
#alerts .popups div[label]:last-of-type {border: 0;}
#alerts .popups div[label] h4 {flex-basis: 100%;
		margin: 0 0 20px;}
.schange div:hover
#alerts .popups i {color: #505050;
		font-style: normal;
		cursor: pointer;}
#alerts .popups i:hover {text-decoration: none;}
#alerts .popups .flex[results]	div[label]	{display: block;
		border: 0;
		min-width: 160px;}
#alerts .popups .flex[results] div[label] li {margin: 0;}
#alerts .popups .flex[results] {flex-wrap: wrap;
		justify-content: space-between;}
#alerts .popups i, 
#alerts .popups a {margin-right: 12px;
		font-style: normal;
		cursor: pointer;}
/* 
#search_content .collapse.in:before {content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.15);
		margin: 0 -10px;}
 */

/*mortgage*/
[page="mortgage"] .text1 {min-height: auto;}
[page="mortgage"] #posheader .text1 h1, 
[page="mortgage"] #posheader .text1 p,
[page="mortgage"] #posheader .text1 ul.tezis {display: none;}
[page="mortgage"] #posheader .text1 a[href="/"] {margin-bottom: 0;}
[page="mortgage"] #poscontent4 {margin: 0;}
[page="mortgage"] .bl1 {padding: 25px 0;
		box-sizing: border-box;
		text-align: left;}
[page="mortgage"] #posheader:before {background: url(https://madrid.otys.ru/cdn/madrid.otys.ru/file/1555854160590034886.jpeg) no-repeat center -255px / cover;
		content: "";
		position: absolute;
		width: 100%;}
[page="mortgage"] .bl2,
[page="mortgage"] .bl5 {text-align: center;}
[page="mortgage"] #poscontent1 {min-height: 0;
		height: 0;
		margin-top: 0px;
		border-bottom: 0;
		overflow: hidden;}
[page="mortgage"] .bl2 div {text-align: left;
		border: 1px #ececec solid;
		position: relative;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		padding: 30px 30px 30px 150px;
		box-sizing: border-box;
		margin: 5px;
		height: 150px;
		max-width: 500px;}
[page="mortgage"] .bl2 div img {position: absolute;
		width: 75px;
		left: 20px;
		top: 20px;}
[page="mortgage"] .bl2 p {color: #6f6f6f;
		font-size: 14px;}
[page="mortgage"] .bl2 h3 {margin: 0 0 10px;
		font-size: 20px;
		font-weight: normal;}
[page="mortgage"] .bl2 h2,
[page="mortgage"] .bl3 h2,
[page="mortgage"] .bl4 h2,
[page="mortgage"] .bl5 h2 {color: #565656;
		font-size: 36px;
		font-weight: 300;
		text-align: center;
		margin: 50px 0 10px;
		line-height: 1;}
[page="mortgage"] .bl1 h1 {text-align: left;
		padding: initial;
		margin: 30px 0;
		color: #565656;
		font-size: 50px;
		font-weight: 300;}

[page="mortgage"] .bl1 p {color: #565656;
		font-size: 20px;
		max-width: 560px;
		background: rgba(255, 255, 255, 0.7);
		padding: 15px;
		border: 1px white solid;}
[page="mortgage"] .tabs table {text-align: left;
		font-weight: normal;
		border: 1px #d6d6d6 solid;
		margin: auto;}
[page="mortgage"] .tabs table th,
[page="mortgage"] .tabs table td {box-shadow: 1px 1px 0px #d6d6d6;
		padding: 10px 20px;}
[page="mortgage"] .tabs {padding: 25px 0;
		text-align: center;}
[page="mortgage"] .tabs > div,
[page="mortgage"] .tabs > input {display: none;}
[page="mortgage"] .tabs label {padding: 10px 15px;
		border-bottom: 1px solid #d2d2d2;
		line-height: 34px;
		cursor: pointer;
		position: relative;
		bottom: 1px;
		border-radius: 3px 3px 0 0;
		overflow: hidden;
		font-family: arial;
		font-size: 14px;}
[page="mortgage"] .tabs input[type="radio"]:checked + label {border-bottom: 3px solid #ffdc2d;}
[page="mortgage"] .tabs > input:nth-of-type(1):checked ~ div:nth-of-type(1),
[page="mortgage"] .tabs > input:nth-of-type(2):checked ~ div:nth-of-type(2),
[page="mortgage"] .tabs > input:nth-of-type(3):checked ~ div:nth-of-type(3),
[page="mortgage"] .tabs > input:nth-of-type(4):checked ~ div:nth-of-type(4),
[page="mortgage"] .tabs > input:nth-of-type(5):checked ~ div:nth-of-type(5),
[page="mortgage"] .tabs > input:nth-of-type(6):checked ~ div:nth-of-type(6) {display: block;
		padding: 40px 0;}
[page="mortgage"] .tabs input[type="text"] {border: 1px #e4e4e4 solid;
		height: 34px;
		box-sizing: border-box;
		padding: 7px;
		font-size: 14px;
		font-family: arial;
		background: whitesmoke;
		width: 230px;}
[page="mortgage"] .tabs div div {	border: 1px #dedede solid;
		margin: -1px 0 0 -1px;
		vertical-align: top;
		min-height: 200px;
		padding: 10px 25px;
		text-align: left;
		position: relative;}
[page="mortgage"] .tabs div div img {width: 70px;
		position: absolute;
		right: 10px;}
[page="mortgage"] .tabs div div h3 {margin: 0;
		max-width: 77%;
		height: 80px;
		font-size: 20px;
		padding-top: 10px;
		box-sizing: border-box;}
[page="mortgage"] .tabs div div p {font-size: 14px;
		color: #848484;}
[page="mortgage"] #calculator {text-align: left;}
[page="mortgage"] #domclick__calculator,
[page="mortgage"] #domclick__result {border: 1px #eaeaea solid;
		border-radius: 0;
		align-self: normal;}
[page="mortgage"] #domclick__signup-button {display: none;}
[page="mortgage"] #domclick__calculator {padding: 40px 20px;}
[page="mortgage"] .dcCalc_input-row-desktop {margin-bottom: 20px;
		font-weight: normal;
		font-size: 13px;
		color: #737373;}
[page="mortgage"] .dcCalc_textfield__input {border-radius: 0px;
		border-color: #eaeaea;
		color: #4a4a4a;}
[page="mortgage"] .dcCalc_switch-desktop {border-bottom: 1px #eaeaea solid;}
[page="mortgage"] .dcCalc_calcResults_resultRow {border-bottom: 0;
		flex-wrap: wrap;}
[page="mortgage"] .dcCalc_calcResults_resultRow > div {flex-basis: 100%;
		padding-left: 0;
		border-bottom: 1px #eaeaea solid;}
[page="mortgage"] .dcCalc_disclaimer {font-size: 10px;
		border-top: 1px dotted #eaeaea;
		padding: 0;}
		
[page="mortgage"] .dcCalc_switch-desktop__description {	font-size: 13px;}
[page="mortgage"] .dcCalc_result-calculation__value {color: #3e3e3e;}	 
[page="mortgage"] .dcCalc_frame a {display: none;}
		
/*domclick__mortgage*/
[page="mortgage"] #domclick__mortgage #domclick__signup-button {display: none;
		visibility: hidden;}
[page="mortgage"] .dcCalc_tooltip-inner,
[page="mortgage"] .dcCalc_switch_checked,
[page="mortgage"] .dcCalc_slider-track,
[page="mortgage"] .dcCalc_slider-handle:after {background: var(--primary);}
[page="mortgage"] .dcCalc_input-row-desktop__inputPercents, .dcCalc_switch-desktop__discount {color: #1fa957;
		font-weight: bold;
		font-family: times;
		font-size: 16px;}

@media (max-width: 640px) {
	[page="mortgage"] .bl2 div img {position: initial;}
	[page="mortgage"] .bl2 h3 {margin: 20px 0;}
	[page="mortgage"] .bl2 div {padding: 15px;
		height: auto;
		margin: 0;
		text-align: center;}
		#domclick__mortgage {flex-wrap: wrap;}
		[page="mortgage"] #domclick__result {margin: 10px 0 0;
		width: 100%;}
		[page="mortgage"] .tabs table td, 
		[page="mortgage"] .tabs table th {padding: 5px;}
}

/*dante*/

[page="card"] alert {overflow-y: overlay;
		padding: 25px;}
[page="card"] alert .dante{box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);}
.dante {background: white;
		min-height: 100vh;
		padding: 1px;}
.dante h1 {font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
		letter-spacing: -0.02em;
		font-weight: 700;
		font-style: normal;
		font-size: 40px;
		margin-left: -1.8px;
		line-height: 1.2;
		margin-top: 40px;
		margin-bottom: 4px;
		max-width: 700px;
		margin: 100px auto 0;}
.dante #htmls {max-width: 700px;
		margin: 50px auto 0;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-moz-font-feature-settings: liga on;
		font-family: Georgia, Cambria, "Times New Roman", Times, serif;
		letter-spacing: 0.01rem;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		line-height: 1.9;
		color: #545454;}

#morecrd,
.complex-item-back,
.news-item-back {background: #efefef;
		padding: 15px 45px;
		border-radius: 30px;
		margin: 50px auto;
		color: dimgrey;
		display: block;
		cursor: pointer;
		max-width: 300px;
		text-align: center;}
[page="news"] .mod_blog .flex {flex-wrap: wrap;}
[page="news"] .mod_blog .flex .article {flex-basis: 30%;}
#posdante .dante {margin: auto;
		width: 100%;}

/*mod_double_menu*/
.mod_double_menu {padding: 50px 0;}
.mod_double_menu[tmpl] .flex {justify-content: space-between;
		flex-wrap: wrap;}
.mod_double_menu[tmpl="0"] .flex a,
.mod_double_menu[tmpl="1"] .flex a,
.mod_double_menu[tmpl="2"] .flex a,
.mod_double_menu[tmpl="3"] .flex a,
.mod_double_menu[tmpl="7"] .flex a,
.mod_double_menu[tmpl="8"] .flex a,
.mod_double_menu[tmpl="9"] .flex a,
.mod_double_menu[tmpl="10"] .flex a {flex: 1;
		flex-basis: 25%;
		height: 200px;
		margin: 2px;}
.mod_double_menu[tmpl="0"] .flex a {flex-basis: 15%;
	align-self: center;
    height: auto;}
.mod_double_menu[tmpl="6"] .flex a,
.mod_double_menu[tmpl="4"] .flex a,
.mod_double_menu[tmpl="5"] .flex a { 
		flex-basis: 30%;
		min-height: 300px;
		margin: 20px;
		padding: 0;
		border-radius: 10px;
		box-shadow: 0px 5px 10px rgb(0 0 0 / 0.2);}

.mod_double_menu[tmpl="6"] .flex img,
.mod_double_menu[tmpl="5"] .flex img {transform: scale(3);}
.mod_double_menu[tmpl="4"] .flex img {transform: translate(10px, 110px);}
.mod_double_menu[tmpl="4"] .flex a:hover {color: black;}
.mod_double_menu[tmpl="5"] .flex a:hover {color: white; opacity: .9;}
.mod_double_menu[tmpl="4"] .flex a:not(.free):hover .bg-5,
.mod_double_menu[tmpl="5"] .flex a:not(.free):hover .bg-5 {opacity: .7;
		transition: .5s;}
.mod_double_menu[tmpl="4"] .flex a.free,
.mod_double_menu[tmpl="5"] .flex a.free {box-shadow: none;
		font-size: 1.5rem;
		padding: 40px;}
.mod_double_menu[tmpl="5"] .flex a.free {color: #353535;}


.mod_double_menu[tmpl="6"] .dblflex,
.mod_double_menu[tmpl="4"] .dblflex,
.mod_double_menu[tmpl="5"] .dblflex {flex:1;min-width: 30%;}
@media (max-width: 767px) {
	.mod_double_menu[tmpl="6"] .dblflex,
	.mod_double_menu[tmpl="4"] .dblflex,
	.mod_double_menu[tmpl="5"] .dblflex,
	.mod_double_menu[tmpl] .flex .category {flex-basis: 100%;}
	
	
}

.mod_double_menu[tmpl="6"] .flex .free img, 
.mod_double_menu[tmpl="4"] .flex .free img, 
.mod_double_menu[tmpl="5"] .flex .free img, 
.mod_double_menu[tmpl="6"] .flex .free .bg-overlay,
.mod_double_menu[tmpl="4"] .flex .free .bg-overlay,
.mod_double_menu[tmpl="5"] .flex .free .bg-overlay	{opacity: 0;}

.mod_double_menu[tmpl] .flex a {overflow: hidden;
		position: relative;
		transition: .5s;
		text-decoration: none;}
.mod_double_menu[tmpl="0"] .flex a:hover {transform: scale(1.01);}
.mod_double_menu[tmpl="0"] .flex span {display: inline-block;}


.mod_double_menu[tmpl="1"] a:hover {
		transition: .5s;
		transform: scale(1.01);
		z-index: 2;
}

/*mod_cssjs_editor*/
.mod_cssjs_editor .call.column {display: flex;
		justify-content: space-between;
}


/*review*/
.mod_review[tmpl="0"] section .slick-slide p, 
.mod_review[tmpl="1"] section .slick-slide p {min-height: 165px;
		padding-left: 75px;}
.mod_review[tmpl="0"] section .slick-slide p img,
.mod_review[tmpl="1"] section .slick-slide p img {width: 55px;
		position: absolute;
		background: #f1f1f1;
		padding: 8px;
		left: 0;}

.mod_review[tmpl="2"] section .slick-slide p img {}
.mod_review[tmpl="2"] section .slick-slide p img:first-of-type {top:0;
		left: 0;}
.mod_review[tmpl="2"] section .slick-slide p img:last-of-type {bottom:0;
		right: 0;}

.container.mod_review[tmpl="3"] {position: relative;
		padding: 40px 0;}
.mod_review[tmpl="3"]:before {position: absolute;
		height: 100%;
		width: calc(50% - 5rem);
		background: var(--primary);
		left: calc((100vw - 100%)/-2);
		top: 0;}
.mod_review[tmpl="3"] section .slick-slide .slide > img {}
/* 
.mod_review[tmpl="4"] section .slick-slide p img:first-of-type,
 */
.mod_review[tmpl="3"] section .slick-slide p img:first-of-type {top:0;
		left: 0;}
/* 
.mod_review[tmpl="4"] section .slick-slide p img:last-of-type,
 */
.mod_review[tmpl="3"] section .slick-slide p img:last-of-type {bottom:0;
		right: 0;}

/* 
.mod_review[tmpl="4"] {position: relative;
		padding: 40px 0;}
.mod_review[tmpl="4"]:before {position: absolute;
		height: 100%;
		width: 50%;
		background: var(--primary);
		left: calc((100vw - 100%)/-2);
		top: 0;}
.mod_review[tmpl="4"] img.pull-left {margin-bottom: 220px;}
.mod_review[tmpl="4"] .slick-slide p {
		max-width: 600px;
}
.mod_review[tmpl="4"] .slick-slide img.w-xxl.m-r-lg {
		max-width: 400px;
}
 */
/* 
.mod_review section .slick-slide h4:after {content: "";
		background: url(/cdn/lib/star.svg);
		width: 60px;
		height: 12px;
		display: table;
		margin-top: 5px;}
 */
 
.mod_review[tmpl="4"] .slick-slide,
.mod_review[tmpl="5"] .slick-slide,
.mod_review[tmpl="6"] .slick-slide,
.mod_review[tmpl="7"] .slick-slide {margin-top: 0;}
.mod_review[tmpl="4"] button.slick-prev, 
.mod_review[tmpl="4"] button.slick-next,
.mod_review[tmpl="5"] button.slick-prev, 
.mod_review[tmpl="5"] button.slick-next,
.mod_review[tmpl="6"] button.slick-prev, 
.mod_review[tmpl="6"] button.slick-next,
.mod_review[tmpl="7"] button.slick-prev, 
.mod_review[tmpl="7"] button.slick-next {top: 20%;}

.mod_review[tmpl="0"] button.slick-prev,
.mod_review[tmpl="0"] button.slick-next,
.mod_review[tmpl="1"] button.slick-prev,
.mod_review[tmpl="1"] button.slick-next {top: 50%;
		border: 1px #f1f1f1 solid;
		height: 50px;}
.mod_review[tmpl="0"] button.slick-prev,
.mod_review[tmpl="1"] button.slick-prev {left: 0;}
.mod_review[tmpl="0"] button.slick-next,
.mod_review[tmpl="1"] button.slick-next {right: 0;}
.mod_review[tmpl="3"] button.slick-prev,
.mod_review[tmpl="3"] button.slick-next {filter: brightness(5);
		background-color: transparent;
		right: calc(100% - 120px);}
.mod_review[tmpl="4"] button.slick-prev,
.mod_review[tmpl="4"] button.slick-next {right: calc(100% - 105px);
		top: 75%;}
.mod_review[tmpl="2"] button.slick-prev,
.mod_review[tmpl="2"] button.slick-next {right: calc(100% - 120px);}


/* 
.mod_review[tmpl="3"] .slick-slide h4:after {width: 4rem;
		margin: auto;}
 */
@media (max-width: 600px) {
	.container.mod_review .slide {display: flex!important;
		flex-direction: column;}
	.mod_review[tmpl] section .slick-slide p img:first-of-type {top: 15px;}
	.mod_review[tmpl] section .slick-slide small {display: none;}
	.mod_review[tmpl="3"]:before {height: 50%;}
	.mod_review button[item="0"] {margin: auto;
		display: block;}
}

/*search*/
.fo-search {position: relative;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		margin-top: -15px;}
.co-search > div {flex: 1;
		border-right: 1px #e5e5e5 solid;
		order: 0;
		background: white;
		padding: 10px;
		flex-basis: 25%;}
.co-search > #paramsearch > div {flex-basis: 25%;
		padding: 10px;
    margin: 0;
		border-right: 1px #e5e5e5 solid;
		border-top: 1px #e5e5e5 solid;
		background: #f9f9f9;}
.co-search #paramsearch #alerts {flex-basis: 100%;
		padding: 0;
		border: 0;}
.co-search > #paramsearch {flex-basis: 100%;
		padding: 0;
		display: flex;
    overflow: hidden;
		justify-content: space-between;
		flex-wrap: wrap;
		background: white;}
.co-search {display: flex;
		justify-content: space-between;
		flex-wrap: wrap;}
.co-search div label {font-size: 12px;}
.co-search div label.md-check {
    font-size: 14px;
}
.co-search .bu-search {padding: 0;
		border: 0;
		order: 0;
		display: inline-flex;}
.co-search .bu-search a {flex: 1;
		height: 101%;
		cursor: pointer;
		background-color: var(--primary);
		position: relative;}
.co-search .bu-search .cl-search {filter: brightness(0.95);}
.co-search .bu-search a:hover:before {transform: scale(1.1);}
.co-search .bu-search a:before {content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		transition: .5s;
		left: 0;
		top: 0;
		filter: brightness(2);}
/* 
.ch-search {display: flex;
		flex-wrap: wrap;
		justify-content: space-between;}
 */
.ch-search label[key] {flex-basis: 50%;}
a.dop-search:before {background: url(/cdn/lib/list-menu.svg) no-repeat center / 25%;}
a.cl-search:before {background: url(/cdn/lib/close.svg) no-repeat center / 25%;}
a.st-search:before {background: url(/cdn/lib/search.svg) no-repeat center / 30%;}
a.cl-search {}
a.st-search {}
.fo-search .co-search .slider-selection {background: #efefef;}
.fo-search .co-search div[key] {text-align: center;
		min-height: 35px;
		position: relative;}
body:not([page="c"]) .fo-search .co-search .slider-handle {background: var(--primary);}
.fo-search select {-webkit-appearance: none;
		-moz-appearance: none;
		-webkit-border-radius: 0;
		cursor: pointer;}
.fo-search select,
.fo-search input[type="text"] {background: white;
		outline: none;
		padding: 0 10px;
		font-size: 14px;
		font-family: arial;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px #e5e5e5 solid;
		line-height: 30px;
		width: 100%;}
.fo-search .co-search div[key] > span {font-size: 12px;
		color: #8e8e8e;
		position: absolute;
		bottom: -5px;}
.fo-search .co-search div[key] > span[data-min] {left: 10px;}
.fo-search .co-search div[key] > span[data-max] {right: 5px;}
.fo-search .co-search div[key] .slider.slider-horizontal {width: 90%;}
.fo-search .co-search .tooltip.tooltip-min.top, 
.fo-search .co-search .tooltip.tooltip-max.top {display: none!important;}

@media (max-width: 991px) {
	.co-search > div, .co-search > div#paramsearch > div {flex-basis: 50%;}
	.co-search .bu-search {order: -1;}
	.co-search > div:first-of-type {order: -2;}
}
@media (max-width: 600px) {
	.co-search > div, .co-search > div#paramsearch > div {flex-basis: 100%;}
	.co-search .bu-search a {height: 80px;}
	.co-search .bu-search {order: 1;}
}



/*tariff*/

.mod_tarif ul {}
.box, .box-color {box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.box, .box-color {background-color: #fff;
		position: relative;
		margin-bottom: 1.5em;
}
@media (min-width: 992px){
.offset-lg-1 {margin-left: 8.333333%;
}}




.row.no-gutter [class*="col-"] {padding-left: 0;
		padding-right: 0;
}

.primary {color: rgba(255, 255, 255, 0.8);
		background-color: var(--primary, #4e92b5);
}


/*cards*/
.row.mod_cat h1 {font-size: 30px;
		margin: 25px 0 15px;}
.calls.column,
.items-cards {display: flex;
		flex-wrap: wrap;}
.calls.column .prwcrd {min-height: 420px;
		overflow: hidden;}
.calls .prwcrd[color] {outline: 2px var(--primary) solid;
		outline-offset: 5px;}
.calls .prwcrd[premium]:after {background: url(/cdn/lib/vip.svg) no-repeat center / cover;
		content: "";
		position: absolute;
		width: 200px;
		height: 200px;
		bottom: -75px;
		right: -35px;
		opacity: .2;
		transform: rotate(-15deg);}

.prwcrd,
.item-card {flex-basis: calc(25% - 12px);
		top: 0;
		margin: 5px;
		margin-bottom: 15px;
		position: relative;
		transition: .5s;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);}
		
@media (min-width: 600px) {	
	.mod_cat_filter[tmpl="0"] .calls .prwcrd,
	.mod_cat_filter[tmpl="11"] .calls .prwcrd,
	.mod_cat_filter[tmpl="12"] .calls .prwcrd,
	.mod_cat_filter[tmpl="7"] .calls .prwcrd,
	.mod_cat_filter[tmpl="8"] .calls .prwcrd {flex-basis: calc(33% - 12px);}
	.mod_cat_filter[tmpl="6"] .calls .prwcrd,
	.mod_cat_filter[tmpl="4"] .calls .prwcrd {flex-basis: calc(50% - 12px);}
	.mod_cat_filter[tmpl="1"] .calls .prwcrd,
	.mod_cat_filter[tmpl="2"] .calls .prwcrd,
	.mod_cat_filter[tmpl="3"] .calls .prwcrd,
	.mod_cat_filter[tmpl="5"] .calls .prwcrd {flex-basis: 100%;
			display: flex;
			justify-content: space-between;
			min-height: 220px;}
			
	.mod_cat_filter[tmpl="1"] .calls .prwcrd > a,
	.mod_cat_filter[tmpl="2"] .calls .prwcrd > a,
	.mod_cat_filter[tmpl="3"] .calls .prwcrd > a,
	.mod_cat_filter[tmpl="5"] .calls .prwcrd > a,
	.mod_cat_filter[tmpl="1"] .calls .item-card > a,
	.mod_cat_filter[tmpl="2"] .calls .item-card > a,
	.mod_cat_filter[tmpl="3"] .calls .item-card > a,
	.mod_cat_filter[tmpl="5"] .calls .item-card > a {
			min-height: 220px;
			width: 100%;
			max-width: 400px;}
	
	.mod_cat_filter[tmpl="1"] .calls .prwcrd > div,
	.mod_cat_filter[tmpl="2"] .calls .prwcrd > div,
	.mod_cat_filter[tmpl="3"] .calls .prwcrd > div,
	.mod_cat_filter[tmpl="5"] .calls .prwcrd > div {flex: 2;}
	

}



.item-card h4 {font-size: 14px;
		padding: 0 10px;}
.item-card div {display: flex;
		flex-wrap: wrap;
		justify-content: space-between;}
.item-card span {flex-basis: 50%;
		padding: 15px 0;
		border: 1px #e8e8e8 solid;
		text-align: center;
		border-width: 1px 0 1px 1px;
		margin-top: -1px;
		line-height: 1;}
.item-card span i {display: block;
		opacity: .7;
		line-height: 1;
		font-size: 12px;
		font-style: normal;
		font-family: arial;
		font-weight: normal;
		margin-bottom: 5px;}
.item-card span .coin {display: inline-block;
		font-size: 18px;
		line-height: 0;
		margin: 0 2px;}
.item-card .ids {position: absolute;
		top: 5px;
		left: 5px;
		color: #d6d6d6;
		font-size: 12px;}
.item-card .openlink {flex-basis: 100%;
		text-align: center;
		line-height: 50px;
		text-decoration: none;
		color: #3a3a3a;
		font-size: 16px;}
.prwcrd img,
.item-card img {transition: .5s;
		max-width: 135%;
		position: absolute;
		left: -100%;
		right: -100%;
		top: -100%;
		bottom: -100%;
		margin: auto;}
.item-card span:nth-of-type(2n+1) {border-left: 0;}
.item-card .openlink:hover {background: #fafafa;}
.prwcrd:hover,
.calls.column .news-item:hover,
.item-card:hover {box-shadow: 0 0 rgb(255 255 255 / 0%);}
.prwcrd:hover img,
.calls.column .news-item:hover img,
.item-card:hover img {transform: scale(1.05);}
.prwcrd > a,
.item-card > a {position: relative;
		display: block;
		overflow: hidden;
		height: 205px;}
.item-card > a:empty,
.prwcrd > a:empty {height: 10px;}
.prwcrd .prices > span {margin-right: 5px;
		font-size: 13px;
		line-height: 1;}
.prwcrd .prices > .price {display: block;
		font-size: 20px;
		font-family: times;
		font-weight: bold;}
.calls.column .prwcrd .hid {display: none;}
.prwcrd .yandexfield {border-bottom: 1px #cacaca solid;
		padding-bottom: 10px;
		margin-bottom: 10px;}
.prwcrd .gray {opacity: .6;
		margin-right: 7px;
		cursor: default;}
.prwcrd {font-size: 13px;}
.prwcrd > div {padding: 10px;}	
.prwcrd .prices > .price .coin {font-style: normal;
		font-weight: normal;
		margin-left: 4px;}
.prwcrd .datashow {font-style: normal;
		float: right;
		opacity: .5;}
		
[list="243"] .prwcrd .params .address {min-height: 50px;}
.prwcrd .params .address {min-height: 70px;
		opacity: .8;}
.prwcrd .favorite {width: 20px;
		height: 15px;
		display: inline-block;
		vertical-align: middle;
		background: url(/cdn/lib/lover.svg) no-repeat center / 15px;
		cursor: pointer;}
.prwcrd .favorite:hover, 
.prwcrd .favorite.on {filter: grayscale(0);}
.prwcrd .favorite, 
.prwcrd .favorite.on:hover {filter: grayscale(1) opacity(0.5);}
.nav.menu [href="/favorite"] i:after {content: ")";}
.nav.menu [href="/favorite"] i:before {content: "(";}
.nav.menu [href="/favorite"] i {font-style: normal;
		font-size: 14px;
		padding-left: 22px;}
.nav.menu [href="/favorite"] {font-size: 0;
		background: url(/cdn/lib/lover.svg) no-repeat 0 center / 18px;
		opacity: 1;}
		
/*news*/
.mod_cat_filter .calls.column .news-item img {width: 100%;
		transition: .5s;}
.mod_cat_filter .calls.column .news-item i.coin {font-style: normal;}
.mod_cat_filter .calls.column .news-item i:not(.coin) {padding: 10px;
		display: inline-block;
		font-size: 11px;
		font-style: normal;
		opacity: .7;}
		
.mod_cat_filter[tmpl="0"] .calls.column .news-item .params,
.mod_cat_filter[tmpl="12"] .calls.column .news-item .params,
.mod_cat_filter[tmpl="11"] .calls.column .news-item .params {flex-basis: 50%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;}	
.mod_cat_filter[tmpl="0"] .calls.column .news-item,
.mod_cat_filter[tmpl="11"] .calls.column .news-item,
.mod_cat_filter[tmpl="12"] .calls.column .news-item,
.mod_cat_filter[tmpl="9"] .calls.column .news-item,
.mod_cat_filter[tmpl="10"] .calls.column .news-item,
.mod_cat_filter[tmpl="4"] .calls.column .news-item {flex-basis: 32%;
		margin: 5px;
		transition: .5s;
		margin-bottom: 15px;
		position: relative;
		top: 0;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
		display: flex;
		flex-direction: column;}
@media (max-width: 768px) {	
	.mod_cat_filter[tmpl="0"] .calls.column .news-item,
	.mod_cat_filter[tmpl="11"] .calls.column .news-item,
	.mod_cat_filter[tmpl="12"] .calls.column .news-item,
	.mod_cat_filter[tmpl="9"] .calls.column .news-item,
	.mod_cat_filter[tmpl="10"] .calls.column .news-item,
	.mod_cat_filter[tmpl="4"] .calls.column .news-item {display: block;}
}
.mod_cat_filter[tmpl="0"] .calls.column .news-item a,
.mod_cat_filter[tmpl="11"] .calls.column .news-item a,
.mod_cat_filter[tmpl="12"] .calls.column .news-item a,
.mod_cat_filter[tmpl="9"] .calls.column .news-item a,
.mod_cat_filter[tmpl="10"] .calls.column .news-item a,
.mod_cat_filter[tmpl="4"] .calls.column .news-item a {
		max-height: 300px;
		overflow: hidden;
		flex-basis: 50%;}
.mod_cat_filter[tmpl="0"] .calls.column .news-item h4,
.mod_cat_filter[tmpl="11"] .calls.column .news-item h4,
.mod_cat_filter[tmpl="12"] .calls.column .news-item h4,
.mod_cat_filter[tmpl="9"] .calls.column .news-item h4,
.mod_cat_filter[tmpl="10"] .calls.column .news-item h4,
.mod_cat_filter[tmpl="4"] .calls.column .news-item h4 {padding: 0 10px;}
.mod_cat_filter[tmpl="0"] .calls.column .news-item p,
.mod_cat_filter[tmpl="11"] .calls.column .news-item p,
.mod_cat_filter[tmpl="12"] .calls.column .news-item p,
.mod_cat_filter[tmpl="9"] .calls.column .news-item p,
.mod_cat_filter[tmpl="10"] .calls.column .news-item p,
.mod_cat_filter[tmpl="4"] .calls.column .news-item p {padding: 20px 10px;
		font-size: 13px;
		opacity: .7;}
.mod_cat_filter[tmpl="4"] .calls.column .news-item {flex-basis: 49%;}
.mod_cat_filter[tmpl="9"] .calls.column .news-item {flex-basis: 24%;}
.mod_cat_filter[tmpl="10"] .calls.column .news-item {flex-basis: 25%;
		margin: 0 0 -1px -1px;
		box-shadow: none;
		border: 1px #efefef solid;}
		
		

.carbg .mod_cat_filter[tmpl] .news-item,
.barbg .mod_cat_filter[tmpl] .news-item,
.bg127 .mod_cat_filter[tmpl] .news-item,
.bg130 .mod_cat_filter[tmpl] .news-item,
.bg131 .mod_cat_filter[tmpl] .news-item,
.bg132 .mod_cat_filter[tmpl] .news-item,
.bg133 .mod_cat_filter[tmpl] .news-item,
.bg134 .mod_cat_filter[tmpl] .news-item,
.bg135 .mod_cat_filter[tmpl] .news-item {background-color: white;
		color: black;}



.mod_cat_filter[tmpl="1"] .calls.column .news-item .params,
.mod_cat_filter[tmpl="5"] .calls.column .news-item .params {padding: 15px;
		flex-basis: 50%;}	
.mod_cat_filter[tmpl="1"] .calls.column .news-item .galleryfield,
.mod_cat_filter[tmpl="5"] .calls.column .news-item .galleryfield {display: block;
		max-height: 200px;
		overflow: hidden;
		flex-basis: 50%;}
.mod_cat_filter[tmpl="1"] .calls.column .news-item,
.mod_cat_filter[tmpl="5"] .calls.column .news-item {flex-basis: 100%;
		margin: 5px;
		transition: .5s;
		margin-bottom: 15px;
		position: relative;
		top: 0;
		border: 1px rgb(0 0 0 / 8%) solid;
		display: flex;}
.mod_cat_filter[tmpl="1"] .calls.column .news-item p,
.mod_cat_filter[tmpl="5"] .calls.column .news-item p {font-size: 13px;
		opacity: .7;} 
.mod_cat_filter[tmpl="1"] .calls.column .news-item .params div,
.mod_cat_filter[tmpl="5"] .calls.column .news-item .params div {float: none!important;
		padding: 0;}
.mod_cat_filter[tmpl="1"] .calls.column .news-item .galleryfield {order: 1;}


/* 
.mod_cat_filter[tmpl="3"] .calls.column .news-item .params {background-image: linear-gradient(45deg, transparent 24%, rgb(204 211 214 / 45%) 25%, rgb(204 211 214 / 45%) 26%, transparent 27%, transparent 74%, rgb(204 211 214 / 45%) 75%, rgb(204 211 214 / 45%) 76%, transparent 77%, transparent), linear-gradient(47deg, transparent 24%, rgb(204 211 214 / 45%) 25%, rgb(204 211 214 / 45%) 26%, transparent 27%, transparent 74%, rgb(204 211 214 / 45%) 75%, rgb(204 211 214 / 45%) 76%, transparent 77%, transparent);
		background-size: 15px 15px;}
 */
.mod_cat_filter[tmpl="3"] .calls.column .news-item .params,
.mod_cat_filter[tmpl="2"] .calls.column .news-item .params {padding: 15px;
		flex-basis: 65%;}
.mod_cat_filter[tmpl="8"] .calls.column .news-item .params h4,
.mod_cat_filter[tmpl="7"] .calls.column .news-item .params h4,
.mod_cat_filter[tmpl="6"] .calls.column .news-item .params h4 {margin: 0;
		font-size: 1rem;}
.mod_cat_filter[tmpl="8"] .calls.column .news-item .params,
.mod_cat_filter[tmpl="7"] .calls.column .news-item .params,
.mod_cat_filter[tmpl="6"] .calls.column .news-item .params {padding: 10px;
		flex-basis: 65%;
		display: flex;
		flex-direction: column;
		/* justify-content: space-between; */}
.mod_cat_filter[tmpl="8"] .calls.column .news-item .links,
.mod_cat_filter[tmpl="7"] .calls.column .news-item .links,
.mod_cat_filter[tmpl="6"] .calls.column .news-item .links {display: none;}	
.mod_cat_filter[tmpl="3"] .calls.column .news-item .galleryfield,
.mod_cat_filter[tmpl="2"] .calls.column .news-item .galleryfield {display: block;
		max-height: 200px;
		overflow: hidden;
		flex-basis: 35%;}
.mod_cat_filter[tmpl="8"] .calls.column .news-item .galleryfield,
.mod_cat_filter[tmpl="7"] .calls.column .news-item .galleryfield,
.mod_cat_filter[tmpl="6"] .calls.column .news-item .galleryfield {display: block;
		max-height: 200px;
		overflow: hidden;
		flex-basis: 35%;}
.mod_cat_filter[tmpl="2"] .calls.column .news-item,
.mod_cat_filter[tmpl="3"] .calls.column .news-item,
.mod_cat_filter[tmpl="6"] .calls.column .news-item,
.mod_cat_filter[tmpl="7"] .calls.column .news-item,
.mod_cat_filter[tmpl="8"] .calls.column .news-item {flex-basis: 100%;
		margin: 5px;
		transition: .5s;
		margin-bottom: 15px;
		position: relative;
		top: 0;
		display: flex;}
.mod_cat_filter[tmpl="7"] .calls.column .news-item,
.mod_cat_filter[tmpl="8"] .calls.column .news-item {flex-basis: 32%;
		background: transparent;
		box-shadow: none;}
.mod_cat_filter[tmpl="6"] .calls.column .news-item {flex-basis: 45%;
		box-shadow: none;}
.mod_cat_filter[tmpl="3"] .calls.column .news-item p,
.mod_cat_filter[tmpl="2"] .calls.column .news-item p {font-size: 13px;
		opacity: .7;} 
.mod_cat_filter[tmpl="8"] .calls.column .news-item p {display: none;}
.mod_cat_filter[tmpl="7"] .calls.column .news-item p,
.mod_cat_filter[tmpl="6"] .calls.column .news-item p {font-size: 12px;
		opacity: .7;
		line-height: 12px;}
.mod_cat_filter[tmpl="2"] .calls.column .news-item .params div,
.mod_cat_filter[tmpl="3"] .calls.column .news-item .params div,
.mod_cat_filter[tmpl="6"] .calls.column .news-item .params div,
.mod_cat_filter[tmpl="7"] .calls.column .news-item .params div,
.mod_cat_filter[tmpl="8"] .calls.column .news-item .params div {float: none!important;
		padding: 0;} 
	 
	 
@media (max-width: 768px) {
	.mod_cat_filter[tmpl] .calls.column .news-item a.galleryfield,
	.mod_cat_filter[tmpl] .calls.column .news-item,
	.mod_cat_filter[tmpl] .calls.column .news-item .params {flex-basis: 50%!important;}
	.mod_cat_filter[tmpl] .calls.column .news-item .params,
	.mod_cat_filter[tmpl] .calls.column .news-item {flex-wrap: wrap;}
}
@media (max-width: 600px) {
	.mod_cat_filter {padding-left: 20px;
		padding-right: 20px;}
	.mod_cat_filter > .row > .container {padding: 0;}
	.mod_cat_filter[tmpl] .calls.column .news-item a.galleryfield,
	.mod_cat_filter[tmpl] .calls.column .news-item a.galleryfield,
	.mod_cat_filter[tmpl] .calls.column .news-item,
	.mod_cat_filter[tmpl] .calls.column .news-item .params {flex-basis: 100%!important;}

	* {-webkit-touch-callout: none! important;}
	*::-moz-selection,*::selection {background-color: transparent;}
}





/*mod_blog - reply mod_cat_filter*/
.mod_blog .calls.column .news-item img {width: 100%;
		transition: .5s;}
.mod_blog .calls.column .news-item i.coin {font-style: normal;}
.mod_blog .calls.column .news-item i:not(.coin) {padding: 10px;
		display: inline-block;
		font-size: 11px;
		font-style: normal;
		opacity: .7;}
		
.mod_blog[tmpl="0"] .calls.column .news-item .params {flex-basis: 50%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;}	
.mod_blog[tmpl="0"] .calls.column .news-item,
.mod_blog[tmpl="9"] .calls.column .news-item,
.mod_blog[tmpl="10"] .calls.column .news-item,
.mod_blog[tmpl="4"] .calls.column .news-item {flex-basis: 32%;
		margin: 5px;
		transition: .5s;
		margin-bottom: 15px;
		position: relative;
		top: 0;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
		display: flex;
		flex-direction: column;}
		
.mod_blog[tmpl="0"] .calls.column .news-item a,
.mod_blog[tmpl="9"] .calls.column .news-item a,
.mod_blog[tmpl="10"] .calls.column .news-item a,
.mod_blog[tmpl="4"] .calls.column .news-item a {
		max-height: 300px;
		overflow: hidden;
		flex-basis: 50%;}
.mod_blog[tmpl="0"] .calls.column .news-item h4,
.mod_blog[tmpl="9"] .calls.column .news-item h4,
.mod_blog[tmpl="10"] .calls.column .news-item h4,
.mod_blog[tmpl="4"] .calls.column .news-item h4 {padding: 0 10px;}
.mod_blog[tmpl="0"] .calls.column .news-item p,
.mod_blog[tmpl="9"] .calls.column .news-item p,
.mod_blog[tmpl="10"] .calls.column .news-item p,
.mod_blog[tmpl="4"] .calls.column .news-item p {padding: 20px 10px;
		font-size: 13px;
		opacity: .7;}
.mod_blog[tmpl="4"] .calls.column .news-item {flex-basis: 49%;}
.mod_blog[tmpl="9"] .calls.column .news-item {flex-basis: 24%;}
.mod_blog[tmpl="10"] .calls.column .news-item {flex-basis: 25%;
		margin: 0 0 -1px -1px;
		box-shadow: none;
		border: 1px #efefef solid;}
		
.bg127 .mod_blog[tmpl] .news-item {background-color: white;
		color: black;}



.mod_blog[tmpl="1"] .calls.column .news-item .params,
.mod_blog[tmpl="5"] .calls.column .news-item .params {padding: 15px;
		flex-basis: 50%;}	
.mod_blog[tmpl="1"] .calls.column .news-item .galleryfield,
.mod_blog[tmpl="5"] .calls.column .news-item .galleryfield {display: block;
		max-height: 200px;
		overflow: hidden;
		flex-basis: 50%;}
.mod_blog[tmpl="1"] .calls.column .news-item,
.mod_blog[tmpl="5"] .calls.column .news-item {flex-basis: 100%;
		margin: 5px;
		transition: .5s;
		margin-bottom: 15px;
		position: relative;
		top: 0;
		border: 1px rgb(0 0 0 / 8%) solid;
		display: flex;}
.mod_blog[tmpl="1"] .calls.column .news-item p,
.mod_blog[tmpl="5"] .calls.column .news-item p {font-size: 13px;
		opacity: .7;} 
.mod_blog[tmpl="1"] .calls.column .news-item .params div,
.mod_blog[tmpl="5"] .calls.column .news-item .params div {float: none!important;
		padding: 0;}
.mod_blog[tmpl="1"] .calls.column .news-item .galleryfield {order: 1;}

.mod_blog[tmpl="3"] .calls.column .news-item .params,
.mod_blog[tmpl="2"] .calls.column .news-item .params {padding: 15px;
		flex-basis: 65%;}
.mod_blog[tmpl="8"] .calls.column .news-item .params h4,
.mod_blog[tmpl="7"] .calls.column .news-item .params h4,
.mod_blog[tmpl="6"] .calls.column .news-item .params h4 {margin: 0;
		font-size: 1rem;}
.mod_blog[tmpl="8"] .calls.column .news-item .params,
.mod_blog[tmpl="7"] .calls.column .news-item .params,
.mod_blog[tmpl="6"] .calls.column .news-item .params {padding: 10px;
		flex-basis: 65%;
		display: flex;
		flex-direction: column;
		/* justify-content: space-between; */}
.mod_blog[tmpl="8"] .calls.column .news-item .links,
.mod_blog[tmpl="7"] .calls.column .news-item .links,
.mod_blog[tmpl="6"] .calls.column .news-item .links {display: none;}	
.mod_blog[tmpl="3"] .calls.column .news-item .galleryfield,
.mod_blog[tmpl="2"] .calls.column .news-item .galleryfield {display: block;
		max-height: 200px;
		overflow: hidden;
		flex-basis: 35%;}
.mod_blog[tmpl="8"] .calls.column .news-item .galleryfield,
.mod_blog[tmpl="7"] .calls.column .news-item .galleryfield,
.mod_blog[tmpl="6"] .calls.column .news-item .galleryfield {display: block;
		max-height: 200px;
		overflow: hidden;
		flex-basis: 35%;}
.mod_blog[tmpl="2"] .calls.column .news-item,
.mod_blog[tmpl="3"] .calls.column .news-item,
.mod_blog[tmpl="6"] .calls.column .news-item,
.mod_blog[tmpl="7"] .calls.column .news-item,
.mod_blog[tmpl="8"] .calls.column .news-item {flex-basis: 100%;
		margin: 5px;
		transition: .5s;
		margin-bottom: 15px;
		position: relative;
		top: 0;
		display: flex;}
.mod_blog[tmpl="7"] .calls.column .news-item,
.mod_blog[tmpl="8"] .calls.column .news-item {flex-basis: 32%;
		background: transparent;
		box-shadow: none;}
.mod_blog[tmpl="6"] .calls.column .news-item {flex-basis: 45%;
		box-shadow: none;}
.mod_blog[tmpl="3"] .calls.column .news-item p,
.mod_blog[tmpl="2"] .calls.column .news-item p {font-size: 13px;
		opacity: .7;} 
.mod_blog[tmpl="8"] .calls.column .news-item p {display: none;}
.mod_blog[tmpl="7"] .calls.column .news-item p,
.mod_blog[tmpl="6"] .calls.column .news-item p {font-size: 12px;
		opacity: .7;
		line-height: 12px;}
.mod_blog[tmpl="2"] .calls.column .news-item .params div,
.mod_blog[tmpl="3"] .calls.column .news-item .params div,
.mod_blog[tmpl="6"] .calls.column .news-item .params div,
.mod_blog[tmpl="7"] .calls.column .news-item .params div,
.mod_blog[tmpl="8"] .calls.column .news-item .params div {float: none!important;
		padding: 0;} 
	 
	 
@media (max-width: 768px) {
	.mod_blog[tmpl] .calls.column .news-item a.galleryfield,
	.mod_blog[tmpl] .calls.column .news-item,
	.mod_blog[tmpl] .calls.column .news-item .params {flex-basis: 50%!important;}
	.mod_blog[tmpl] .calls.column .news-item .params,
	.mod_blog[tmpl] .calls.column .news-item {flex-wrap: wrap;}
}
@media (max-width: 600px) {
	.mod_blog {padding-left: 20px;
		padding-right: 20px;}
	.mod_blog > .row > .container {padding: 0;}
	.mod_blog[tmpl] .calls.column .news-item a.galleryfield,
	.mod_blog[tmpl] .calls.column .news-item a.galleryfield,
	.mod_blog[tmpl] .calls.column .news-item,
	.mod_blog[tmpl] .calls.column .news-item .params {flex-basis: 100%!important;}

	* {-webkit-touch-callout: none! important;}
	*::-moz-selection,*::selection {background-color: transparent;}
}

 
		
		
		
		
		

/*complex*/ 
.flex.complex-label {flex-wrap: wrap;
		justify-content: center;}
.complex-item-back {max-width: 400px;}
.complex-label li {display: inline-flex;
		border: 1px #a1a1a159 solid;
		padding: 15px;
		margin: 0 5px;
		height: 120px;
		text-align: center;
		font-size: 12px;
		color: #5d5d5d;
		border-radius: 50%;
		width: 120px;
		line-height: 13px;
		flex-wrap: wrap;
		background: linear-gradient( #ffffff 50%, white 50%);
		transition: background .4s ease-out;
		background-repeat: no-repeat;
		background-color: var(--primary);
		background-size: 105%;
		background-position: -5px -5px;}
.complex-label li a {display: block;
		margin: auto;
		flex-basis: 100%;
		word-break: break-word;}
.complex-label li:hover {background-position: 0 110px;}
.complex-label li:hover a {color: white;}
.complex-label li:hover img {filter: invert(1);}
.complex-label li img {display: block;
		width: 40px;
		opacity: .5;
		margin: 10px auto;}
.incomplex li {display: block;
		text-transform: uppercase;
		background: #f1f1f1;
		border-left: 5px var(--primary) solid;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);}
.incomplex i {font-style: normal;
		line-height: 28px;
		padding: 0 10px;}
.incomplex {margin: 25px 0 50px;}
.incomplex i:after {content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		background: var(--primary);
		margin-left: 10px;
		border-radius: 5px;}
.complex-buttons a {background: var(--primary);
		color: white;
		white-space: nowrap;
		display: inline-block;
		margin: 5px;
		padding: 15px 40px;
		border-radius: 25px;
		cursor: pointer;
		margin-right: 10px;
		text-decoration: none;}
.complex-buttons a:hover {opacity: .9;
		text-decoration: none;
		color: white;}
.complex-buttons {margin: 50px 0;}
.complex-buttons i {display: block;
		margin-top: 20px;
		color: #7d7d7d;
		font-size: 12px;}
[page="complex"] .stage {position: relative;
		margin-bottom: 20px;}
[page="complex"] .stage.in-progress .icon {opacity: 0.4;}
[page="complex"] .stage.not-completed .icon {opacity: 0.1;}
[page="complex"] .stage.not-completed .description {opacity: 0.4;}
[page="complex"] .stage .icon {-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background-color: #ffffff;
		color: #fff;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 75px;
		position: absolute;
		left: 0;
		top: 0;}
[page="complex"] .stage .icon i {font-size: 28px;}
[page="complex"] .stage .description {padding-left: 70px;}
[page="complex"] .stage .description h4 {opacity: 0.4;
		margin-top: 0;
		margin-bottom: 5px;
		font-size: 12px;
		text-transform: uppercase;}
[page="complex"] .stage .description h2 {font-size: 20px;
		margin-bottom: 3px;}
[page="complex"] .stage .description figure {font-size: 14px;}
[page="complex"] .row.steps {padding: 60px 0;}
[page="complex"] .stage .icon img {vertical-align: top;}
[page="complex"] .carousel.slide:before, 
[page="complex"] .carousel.slide:after {background: transparent;
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		z-index: 0;
		border: 9px var(--primary) solid;
		transform: rotate(5deg);
		top: 0;}
[page="complex"] .carousel.slide:after {transform: rotate(-2deg);
		border: 3px white solid;
		z-index: 2;}
[page="complex"] .carousel-inner {	position: relative;
		width: 100%;
		overflow: hidden;
		max-height: 345px;
		height: 345px;}


@media (max-width: 1200px) {
	.prwcrd,.item-card { 	flex-basis: 32%;
	}
}
@media (max-width: 992px) {
	.prwcrd,.item-card { 	flex-basis: 49%;
	}
	
.mod_header[tmpl="10"] .slick-slide .slider-desc {
    padding: 40px;
}

.mod_header[tmpl="10"] .slick-slide .col-md-6.col-sm-12 + .col-md-6.col-sm-12{display:none}
}

@media (max-width: 600px) {
	#page {overflow: hidden;}
	#page > .row {margin: 0;}
	.logo-img {margin-left: 15px;}
/* 
	.row h1, .row h2, .row h3, .row h4, .row h5, .row h6 {font-size: 1.3em;}
 */
 	.calls.column .news-item {flex-basis: 100%;}

	.detail .p1, .detail .p2, .detail .p3, .detail .p4,
	.mod_double_menu .flex a,
	.calls.column .news-item,
	#search_content > div > div,
	.mod_services [type="radio"] + label,
	.prwcrd,.item-card {flex-basis: 100%;}
	
	
	.container.custom-dots .custom-dot {
    margin: auto;
}
.menu-fixed-light .menu-fixed .menu > li > a[href^="tel:"] {
    margin: 0;
}
.menu-fixed-light .menu-fixed .menu > li > a {
    padding: 0 10px;
}
.header-wrapper .navbar-right {
    border-radius: 1rem;
    overflow: hidden;
}
.menu-light-mobiles .menu.navbar-nav > li:first-of-type {
    padding-top: 15px;
}
.container.custom-dots {
    display: flex;
    flex-direction: column;
}

.text-3x {
    font-size: 2.5rem!important;
}
h1,h2 {
    font-size: 2.2rem;
}
	.experience:not(.flex),
	.user_objects h2,
	.mod_cat_filter h2 {text-align: center;}
	
	.mod_cat_filter h2 a {float: none;
		margin: 10px auto;}
		
	.calls.column .prwcrd {min-height: 420px;}
	
	.container.mod_cssjs_editor,
	.detail .p2 .txdetail,
	[page="users"] .container.user_benefit, 
	[page="users"] .container.user_service,
	[page="users"] .ava,
	.container.mod_double_menu,
	.container.mod_experience,
	.calls.column .news-item,
	.container.mod_banks,
	.container.mod_cssjs_editor,
	 .calls.column .prwcrd {margin-left: 15px;
		margin-right: 15px;}
		
	.container.framed,
	.mod_banks h4 {margin-left: 25px;
		margin-right: 25px;}
	
	.user_preview.container p:first-of-type, 
	.complex_preview.container p, 
	.mod_header .container p {line-height: 1.2em;}
	
	#top h1, 
	#top .h1,
	.user_preview.container h1, 
	.complex_preview.container h1, 
	.mod_header .container h3 {font-size: 1.8em;
		padding: 10px 0;}
		
	.mod_header button.slick-prev, 
	.mod_header button.slick-next {background-color: #f3f3f3;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);}
	
	.container.mod_review h3,
	[page="users"] .container.user_benefit h2, 
	[page="users"] .container.user_service h2,
	.row.mod_cat h1 {font-size: 1.6em;
		text-align: center;}
	
	.pphone {float: none;
		display: block;}
	
	.galleryfield[data-view="card"] a:not(:first-of-type) {max-height: 75px;}
}

/* 
.fotorama__fullscreen-icon {
		background: url('../img/bg.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
		width: 100% !important;
		height: 100% !important;
		right: 0 !important;
		top: 0 !important;
		z-index: 10 !important;
}
 */






/*london*/
[content="london"] .container .row,[content="london"] .row {margin: 0;}[content="london"] .container {margin: 0;
		width: 100%;
		padding: 0;}[content="london"] #page > footer,[content="london"] #page > .row > .container {padding: 50px;}[content="london"] #page > nav {padding: 0 50px;}[content="london"] .advantage i, [content="london"] .experience i {color: var(--primary);
		font-size: 30px;
		width: 55px;
		height: 55px;
		line-height: 55px;
		background: white;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		border: 0;
		font-family: inherit;}[content="london"] .container.mod_benefits [css],[content="london"] .experience {margin: 0;
		position: relative;
		padding: 0 0 0 70px;}[content="london"] .container:not(.framed) h2 {font-size: 24px;}[content="london"] .container:not(.framed) h2:after {content: "";
		width: 75px;
		height: 3px;
		background: var(--primary);
		display: block;
		margin: 15px 0;}[content="london"] .mod_benefits [class^="icon-"]:before {text-shadow: 3px 3px 0 #ececec;
		font-size: 30px;}[content="london"] .mod_benefits [class^="icon-"] {width: 55px;
		height: 55px;
		line-height: 55px;
		position: absolute;
		left: 0;
		top: 0;
		background: white;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}[content="london"] #page > .row .container.framed h2 {font-size: 20px;}[content="london"] #page > .row .container.framed {padding: 20px;
		margin: 0 20px;
		box-sizing: border-box;
		width: calc(100% - 40px);}

