@font-face {
	font-family: 'FontAwesome';
	src: url("/fonts/fontawesome-webfont.eot?v=4.4.0");
	src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format('embedded-opentype'), url("/fonts/fontawesome-webfont.woff2?v=4.4.0") format('woff2'), url("/fonts/fontawesome-webfont.woff?v=4.4.0") format('woff'), url("/fonts/fontawesome-webfont.ttf?v=4.4.0") format('truetype'), url("/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'futuraBook';
    src: url('/fonts/FTN45.eot');
    src: url('/fonts/FTN45.eot') format('embedded-opentype'),
         url('/fonts/FTN45.woff2') format('woff2'),
         url('/fonts/FTN45.woff') format('woff'),
         url('/fonts/FTN45.ttf') format('truetype'),
         url('/fonts/FTN45.svg#FTN45') format('svg');
}

@font-face {
    font-family: 'futuraDemi';
    src: url('/fonts/FTR65.eot');
    src: url('/fonts/FTR65.eot') format('embedded-opentype'),
         url('/fonts/FTR65.woff2') format('woff2'),
         url('/fonts/FTR65.woff') format('woff'),
         url('/fonts/FTR65.ttf') format('truetype'),
         url('/fonts/FTR65.svg#FTR65') format('svg');
}

@font-face {
    font-family: 'MyriadPro';
    src: url('/fonts/MyriadProRegular.eot');
    src: url('/fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('/fonts/MyriadProRegular.woff2') format('woff2'),
         url('/fonts/MyriadProRegular.woff') format('woff'),
         url('/fonts/MyriadProRegular.ttf') format('truetype'),
         url('/fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

@font-face {
	font-family: 'FuturaPT-Book';
	src: url('/fonts/FuturaPT-Book.eot');
	src: url('/fonts/FuturaPT-Book.woff2') format('woff2'),
		url('/fonts/FuturaPT-Book.woff') format('woff'),
		url('/fonts/FuturaPT-Book.ttf') format('truetype'),
		url('/fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg'),
		url('/fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SouthbankLT';
	src: url('/fonts/SouthbankLT.eot');
	src: url('/fonts/SouthbankLT.woff2') format('woff2'),
		url('/fonts/SouthbankLT.woff') format('woff'),
		url('/fonts/SouthbankLT.ttf') format('truetype'),
		url('/fonts/SouthbankLT.svg#SouthbankLT') format('svg'),
		url('/fonts/SouthbankLT.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MADEGoodTimeScript';
	src: url('/fonts/MADEGoodTimeScript.eot');
	src: url('/fonts/MADEGoodTimeScript.woff2') format('woff2'),
		url('/fonts/MADEGoodTimeScript.woff') format('woff'),
		url('/fonts/MADEGoodTimeScript.ttf') format('truetype'),
		url('/fonts/MADEGoodTimeScript.svg#MADEGoodTimeScript') format('svg'),
		url('/fonts/MADEGoodTimeScript.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
}

input, textarea, button {
	font-family: 'FuturaPT-Book';
	font-size: 19px;
}

ol,ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: 'futuraDemi';
	text-transform: uppercase;
	line-height: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

h1 {font-size: 41px;}
h2 {font-size: 30px;}
h3 {font-size: 22px;}

a {
	font: 18px/normal "FuturaPT-Book";
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

p {
	font: 18px/normal "FuturaPT-Book";
	color: #000;
}

form, div {display: block;}
div {font-family: 'FuturaPT-Book';}

body {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	background-image: url("/images/body-bg-pat.jpg");
    background-position: left top;
    background-size: auto auto;
    background-repeat: repeat;
    background-attachment: scroll;
	background-color: transparent;
	min-width: 1050px;
}

body.no-scroll {overflow: hidden;}

/*-----------------------------------ОБЩИЕ----------------------------------*/

main {
	display: block; 
	position: relative;
	z-index: 99;
	overflow-x: hidden;
}

div, a, section, form, input, textarea, button, header, main, nav, ul, li  {
	box-sizing: padding-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box; 
}

.bold {font-weight: bold;}

.justify {
	width: 100%;
	height: 0px;
	display: inline-block;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

.vertical{
	height: 100%;
	width: 0px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

.owl-item {cursor: grab;}

.tell-friends {
	text-align: center;
	margin: 45px 0px 45px;
}

.share42init {
	text-align: center;
	display: inline-block;
	vertical-align: middle !important;
	padding: 10px 0px 35px;
}

#share42 {display: inline-block;}

#share42 > span > a {
	width: 42px !important;
	height: 42px !important;
	display: inline-block;
}

.tell-friends h3 {
	text-align: center;
	color: #283676 !important;
	font-size: 20px !important;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 15px 6px 0px  !important;
	text-transform: uppercase !important;
}

#share42 > span {margin: 0 !important;}
/*#share42 > span:last-child {display: none !important;}*/
#share42 > span:not(:nth-child(4)) {margin: 0px 10px 0px 0px !important;}
#share42 > span a {display: inline-block}

#share42 > span .share42-counter {display: inline-block;}

#share42 > span:nth-child(1) > a {background: url("/images/vk-friends.png") no-repeat scroll center top /100% 100% transparent !important;}
#share42 > span:nth-child(2) > a {background: url("/images/fb-friends.png") no-repeat scroll center top /100% 100% transparent !important;}
#share42 > span:nth-child(3) > a {background: url("/images/tw-friends.png") no-repeat scroll center top /100% 100% transparent !important;}
#share42 > span:nth-child(4) > a {background: url("/images/odn-friends.png") no-repeat scroll center top /100% 100% transparent !important;}

#share42 > span:nth-child(1):hover > a {background: url("/images/vk-friends-hover.png") no-repeat scroll center top /100% 100% transparent !important;}
#share42 > span:nth-child(2):hover > a {background: url("/images/fb-friends-hover.png") no-repeat scroll center top /100% 100% transparent !important;}
#share42 > span:nth-child(3):hover > a {background: url("/images/tw-friends-hover.png") no-repeat scroll center top /100% 100% transparent !important;}
#share42 > span:nth-child(4):hover > a {background: url("/images/odn-friends-hover.png") no-repeat scroll center top /100% 100% transparent !important;}

a[title=""]  {pointer-events: none;}
.underline {text-decoration: underline;}
.inl {display: inline-block;}
.bl {display: block; white-space: pre-wrap;}

.headline-1 {
	font: 88px/normal "SouthbankLT";
	text-transform: uppercase;
	color: #000;
}

.headline-2 {
	font: 66px/normal "SouthbankLT";
	text-transform: none;
	text-align: left;
	color: #000;
}

.headline-3 {
	font: 32px/normal "MADEGoodTimeScript";
	text-transform: none;
	color: #000;
}

.headline-4 {
	font: 22px/23px "futuraDemi";
	text-transform: none;
	color: #000;
	white-space: pre-wrap;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.headline-5 {
	font: 38px/normal "futuraDemi";
	text-transform: none;
	color: #000;
	display: block;
}

.headline-6 {
	font: 26px/24px "futuraDemi";
	text-transform: none;
	color: #fff;
	white-space: pre-wrap;
}

.headline-7 {
	font: 38px/normal "SouthbankLT";
	text-transform: uppercase;
	color: #fff;
}

.headline-8 {
	font: 22px/normal "MADEGoodTimeScript";
	color: #fff;
	text-transform: none;	
}

.headline-9 {
	font: 34px/normal "MuseoCyrl-500";
	text-transform: none;
	color: #fff;
}

.headline-10 {
	font: 18px/normal "MyriadProBold";
	text-transform: none;
	color: #000;
}

.micro-text {
	font: 13px/normal "FuturaPT-Book";
	color: #fff;
	text-transform: none;
}

.custom-text {
	font: 18px/normal "FuturaPT-Book";
	text-transform: none;	
}

video.bgvideo {
	display: block;
	position: absolute;
	left: 0px;
	/*top: 60px;*/
	bottom: 10px;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: 0;
	pointer-events: none;
}

/*-----------------------------------*****----------------------------------*/

/*---------------------------------ПАГИНАЦИЯ--------------------------------*/

.pagination {
	display: block;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}

/*.pagination li:not(:first-child):not(:last-child) {margin: 0px 17px;}*/

.pagination li.active span {
	color: #f3931f;
	font-family: 'BloggerSans';
	font-size: 25px;
}

.pagination li a {
	font-family: 'BloggerSans';
	color: #0e6b3d;
	font-size: 25px;
}

.pagination li:not(:first-child):not(:last-child) a,
.pagination li:not(:first-child):not(:last-child) span {margin: 0px 10px;}

.pagination li a:hover {color: #f3931f;}

/*.pagination > :first-child a,
.pagination > :last-child a {
	display: none; 
}*/

/*.pagination > :first-child a,
.pagination > :last-child a {
	font-size: 0px;
	display: block;
	background-image: url("/images/pagination-arrow.png");
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;  
	width: 7px;
	height: 14px;
	margin: 2px 5px 0px 5px !important;
}*/

/*.pagination > :first-child a:hover,
.pagination > :last-child a:hover {background-image: url("/images/pagination-arrow-active.png");} 

.pagination > :last-child a {transform: scale(-1, 1);}*/

.justifyed-pagination {
	display: inline-block;
	width: 100%;
	margin: 35px 0px;
}

/*---------------------------------********---------------------------------*/

/*-----------------------OWL-КАРУСЕЛЬ С ПАГИНАЦИЕЙ--------------------------*/

.paginative .owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #edd31e;
	cursor: pointer;	
	border-radius: 50%;
	border: 3px solid #edd31e; 
}

.paginative  .owl-controls {
	position: absolute;
	width: 100%;
}  

.paginative .owl-dot:not(:last-child)  { margin-right: 20px;}
.paginative .owl-dot.active {background: #b21917;}

/*-----------------------*************************--------------------------*/

/*------------------------НЕСУЩЕСТВУЮЩАЯ СТРАНИЦА---------------------------*/

.container {
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
}

.container * {display: block; color: #4a4a4a;}

.container .breadcrumb {display: none;}

.container #content h1 {
	color: #283676;
	text-transform: uppercase;
	margin: 15px 0px 10px 0px;
}

.buttons .btn-primary {
	color: #283676;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0px;
	display: block;
} 

.buttons .btn-primary:hover {
	opacity: 0.7;
}

/*------------------------***********************---------------------------*/

/*-----------------------OWL-КАРУСЕЛЬ СО СТРЕЛКАМИ--------------------------*/

.arrows .owl-controls {
	position: absolute;
	width: 100%;
}  

.arrows .owl-prev, .arrows .owl-next  {
	position: absolute;
	background: url("/images/arrow-1.png") no-repeat scroll center top / 100% 100% transparent;
	width: 23px;
	height: 33px;
	cursor: pointer;
	font-size: 0px; 
}

.arrows .owl-prev:hover,
.arrows .owl-next:hover {
	opacity: 0.7;
}

.arrows .owl-next {
	transform: scale(-1, 1);
}

/*-----------------------*************************--------------------------*/

/*------------------------ОКНО ОТПРАВЛЕННОЙ ФОРМЫ---------------------------*/

.response-design {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
	top: 0px;
	left: 0px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.response-design > * {
	display: inline-block;
	vertical-align: middle;
}

.response-design .response-container {
	background: #fff;
	border: 0px solid #000;
	width: 640px;
	height: 300px;
	position: relative;
	font-size: 0px;
}

.response-design .response-container .sher-dog {
	display: block;
	position: absolute;
	top: -90px;
	left: 148px;
}

.response-design.show {
	opacity: 1;
	pointer-events: auto;
	overflow-y: auto;
	z-index: 2000;
}

.response-design .response-container .message {
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	text-align: center;
}

.response-design .response-container .vertical {
	vertical-align: middle;
}

.response-design > .vertical {min-height: 480px;}

/*--------------------------*******************-----------------------------*/

/*---------------------------ВСПЛЫВАЮЩАЯ ФОРМА------------------------------*/

.form-upper-holder {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1500;
	background: rgba(0, 0, 0, 0.6);
	top: 0px;
	left: 0px;
	text-align: center;
	overflow: hidden;
	font-size: 0px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.form-upper-holder:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	min-height: 525px;
	height: 100%;
}

.form-upper-holder.show {
	opacity: 1;
	pointer-events: auto;
	overflow-y: scroll;
}

.form-upper-holder .upper-form {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	z-index: 1600;
	position: relative;
	width: 1175px;
	padding: 40px 85px;
	box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.6);
}

/*.form-upper-holder .upper-form input[name="service"]:hover + .orders .orders-list,
.orders .orders-list:hover {	max-height: 500px;}*/
.orders.show .orders-list { max-height: 500px;}

.orders {
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
	position: relative;
	overflow: visible;
	z-index: 100;
}

.orders:after {
	content: "";
	position: absolute;
	display: block;
	top: -28px;
	right: 10px;
	font: 30px/20px "FontAwesome";
	color: #000;
}

.orders-list {
	width: 100%;
	display: block;
	position: absolute;
	max-height: 0px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	transition: max-height 0.3s;
	-webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
}

.orders-list > * {
	display: block;
	background-color: #fff;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #000;
	font: 18px/30px "FuturaPT-Book";
	padding-left: 8px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.orders-list > *:hover {
	background-color: #000;
	color: #fff;
}

.form-upper-holder .upper-form input[type="text"]:not([name="service"]) {
	position: relative;
	margin-bottom: 5px;
}

.form-upper-holder .upper-form input[name="service"] {
	width: 100%;
	margin-bottom: 0px;
	cursor: pointer;
}

/*---------------------------*****************------------------------------*/

/*-------------------------------SMART-BOX----------------------------------*/

.smart-box {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1500;
	background: rgba(0, 0, 0, 0.6);
	top: 0px;
	left: 0px;
	text-align: center;
	overflow: hidden;
	font-size: 0px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.smart-box.show {
	opacity: 1;
	pointer-events: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}
	
.smart-box .smart-content {
	display: inline-block;
	vertical-align: middle;
	background: #e5e5e5;
	z-index: 1600;
	position: relative;
	box-shadow: 0px 2px 9px -2px rgba(255, 255, 255, 0.6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    position: relative;
    width: 1000px;
	min-height: 100px;
    padding: 20px 40px;
    background: none repeat scroll 0% 0% #FFF;
    box-sizing: border-box;
    /*outline: 8px solid rgba(0, 0, 0, 1);*/
    color: #111;
	font-size: 18px;
	text-align: left;
	margin: 30px 0px;
}

.smart-box .smart-content h2 {
	text-align: center;
	font-size: 30px;
	margin: 5px 0px 10px 0px;
}

.smart-box  p {
	margin: 10px 0;
	color: #000;
}

.smart-box > .vertical {min-height: 525px;}
.smart-box .vertical {vertical-align: middle;}
	
/*-------------------------------*********----------------------------------*/

/*---------------------------------EXIT-------------------------------------*/

.exit, .exit-btn, .exit-min, .response-exit, .upper-exit-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    cursor: pointer;
}

.exit:before,
.exit-btn:before,
.exit-min:before,
.response-exit:before,
.upper-exit-btn:before {
	content: "";
	display: block;
	font: 30px/20px "FontAwesome";
	color: #000;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.exit:hover:before,
.exit-btn:hover:before,
.exit-min:hover:before,
.response-exit:hover:before,
.upper-exit-btn:hover:before {
	color: #3A1D07;
}

/*---------------------------------****-------------------------------------*/

/*-----------------------------ФОРМА (ТИП-1)--------------------------------*/

.custom-form h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: normal;
	text-transform: none;
	margin: 10px 0px;
	font-family: 'magnolia';
	color: #c01314;
}

.custom-form {
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	font-size: 0px;
	position: relative;
	overflow: visible;
	width: 100%;
}

.custom-form input[type="text"] {
	display: inline-block;
	color: #444444;
	background: transparent;
	font-size: 16px;
	text-align: left;
	border: 5px solid #2b3678;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 0px 0px 4px 12px;
	width: 26%;
}

/*.sendler textarea {
    height: 140px;
    line-height: 46px;
    resize: none;
    overflow: hidden;
    border: medium none;
    background-image: url("/images/textarea-bg-point.png"), url("/images/textarea-bg-point.png"), url("/images/textarea-line.png");
    background-position: left top, right top, center -3px;
    background-size: auto auto, auto auto, auto auto;
    background-repeat: repeat-y, repeat-y, repeat;
    background-attachment: scroll, scroll, scroll;
    padding: 2px 11px 0px;
    margin: 0px 0px 30px;
}*/

.custom-form button {
	display: inline-block;
	width: 21%;
	color: #FFF;
	border: 0px none;
	background: none repeat scroll 0% 0% #c01314;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	line-height: 38px;
	box-sizing: border-box;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 1px;
	font-family: "futuraDemi";
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-form button:hover {background: #F8A900;}

.checkbox {display: none !important;}

.custom-form label {
	color: #444444;
	display: inline-block;
	line-height: 17px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	font-size: 16px;
	width: 22%;
	font-family: "FuturaPT-Book";
	white-space: nowrap;
	cursor: pointer;
}

.custom-form .load--agreement {
	color: #444444 !important;
	cursor: pointer;
	text-decoration: underline;
	font-family: "FuturaPT-Book";
	font-size: 16px;
}

.custom-form .load--agreement:hover {
	opacity: 0.7;
}

.custom-form .checkbox:not(checked) + label:before {
	content: '';
	position: relative;
	width: 30px;
	height: 20px;
	border: 4px solid #2B3678;
	display: block;
	float: left;
	cursor: pointer;
	margin: -1px 14px 0px 0px;
	padding: 0px 0px 7px;
}

.custom-form .checkbox:checked + label:before {
	content: "";
	font: 28px/28px "FontAwesome";
	cursor: pointer;
	color: #2B3678;
	text-align: center;
	display: inline-block;
	margin-top: -1px;
}

.custom-form .checkbox:not(checked).wrong+ label:before { border-color: #c01314 !important;}
.custom-form .no-filled { border: 1px solid #c01314 !important;}
.custom-form .wrong { border-color: #c01314 !important;}
.custom-form input.wrong { border-color: #c01314;}
.custom-form textarea.wrong { border-color: #c01314 !important;}

.custom-form *::-webkit-input-placeholder {
	color: #444444;
	font-family: 'FuturaPT-Book';
	opacity: 1 !important;
	font-size: 17px;
}

.custom-form *:-moz-placeholder {
	color: #444444;
	font-family: 'FuturaPT-Book';
	opacity: 1 !important;
	font-size: 17px;
}

.custom-form *::-moz-placeholder {
	color: #444444;
	font-family: 'FuturaPT-Book';
	opacity: 1 !important;
	font-size: 17px;
}

.custom-form *:-ms-input-placeholder {
	color: #444444;
	font-family: 'FuturaPT-Book';
	opacity: 1 !important;
	font-size: 17px;
}

/*----------------------------****************------------------------------*/

/*-----------------------------ФОРМА (ТИП-2)--------------------------------*/

.type-2 h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: normal;
	margin: 30px 0px 10px;
	color: #fff;
	white-space: nowrap;
	font-size: 38px;
	text-align: left;
}

.type-2 {
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	font-size: 0px;
	position: relative;
	overflow: visible;
	width: 100%;
	/*padding-left: 25px;*/
}

.type-2 input, 
.type-2 textarea {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 0px 0px 4px 5px;
} 

.type-2 input[type="text"] {
	background: transparent;
	border: 3px solid #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 48%;
}

.type-2 textarea {
	width: 100%;
    height: 80px;
    line-height: 39px;
    resize: none;
    overflow: hidden;
    border: none;
    background-image: url("/images/textarea-bg-type-2.png");
    background-position: left top;
    background-size: auto auto;
    background-repeat: repeat;
    background-attachment: scroll;
	background-color: transparent;
	margin-bottom: 20px;
	padding-top: 4px;
}

.type-2 button {
	display: inline-block;
	width: 28%;
	color: #283676;
	border: 0px none;
	background: none repeat scroll 0% 0% #FFF;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	line-height: 32px;
	box-sizing: border-box;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 1px;
	font-family: "futuraDemi";
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.type-2 button:hover {background: #F8A900; color: #fff;}

.type-2 label {
	color: #fff;
	display: inline-block;
	line-height: 17px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	font-size: 16px;
	width: 65%;
	font-family: "FuturaPT-Book";
	white-space: nowrap;
	padding-top: 11px;
}

.type-2 .load--agreement {
	color: #fff !important;
	cursor: pointer;
	text-decoration: underline;
	font-family: "FuturaPT-Book";
	font-size: 16px;
}

.type-2 .load--agreement:hover {
	opacity: 0.7;
}

.type-2 .checkbox:not(checked) + label:before {
	content: '';
	position: relative;
	width: 30px;
	height: 20px;
	border: 3px solid #fff;
	display: block;
	float: left;
	cursor: pointer;
	margin: -12px 9px 0px 0px;
	padding: 0px 0px 7px;
}

.type-2 .checkbox:checked + label:before {
	content: "";
	font: 28px/28px "FontAwesome";
	cursor: pointer;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-top: -12px;
}

.type-2 .checkbox:not(checked).wrong+ label:before { border-color: #c01314;}
.type-2 .no-filled { border: 1px solid #c01314 !important;}
.type-2 .wrong { border-color: #c01314 !important;}
.type-2 input.wrong { border-color: #c01314;}
.type-2 textarea.wrong { background-image: url("/images/textarea-bg-type-2-wrong.png");}

.type-2 *::-webkit-input-placeholder {
	color: #fff;
	font-family: 'FuturaPT-Book';
	opacity: 1 !important;
	font-size: 17px;
}

.type-2 *:-moz-placeholder {
	color: #fff;
	font-family: 'FuturaPT-Book';
	opacity: 1 !important;
	font-size: 17px;
}

.type-2 *::-moz-placeholder {
	color: #fff;
	font-family: 'FuturaPT-Book';
	opacity: 1 !important;
	font-size: 17px;
}

.type-2 *:-ms-input-placeholder {
	color: #fff;
	font-family: 'FuturaPT-Book';
	opacity: 1 !important;
	font-size: 17px;
}

/*----------------------------****************------------------------------*/

/*-----------------------------ФОРМА (ТИП-3)--------------------------------*/

.type-3{
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	white-space: normal;
	font-size: 0px;
	line-height: 0px;
	position: relative;
}

.type-3:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0px;
}

.type-3 > .headline  {
	display: block;
	margin-bottom: 10px;
}

.type-3 input[type="text"] {
	background: transparent;
	border: 3px solid #000;
	border-top: none;
	border-left: none;
	border-right: none;
	font: 18px/normal "FuturaPT-Book";
	color: #000;
	text-align: left;
	padding: 5px 10px 5px;
	margin-bottom: 30px;
	width: 49.2%;
}

.type-3 textarea {
	background: transparent;
	border: 3px solid #000;
	font: 18px/normal "FuturaPT-Book";
	color: #000;
	text-align: left;
	padding: 5px 10px 2px;
	padding-bottom: 2px;
	width: 100%;
	resize: none;
	margin-bottom: 20px;
	height: 70px;
}

.type-3 label {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 50%;
	white-space: pre;
	margin-top: -10px;
}
.callback-holder .type-3 label{
  width: 34%;
}
.type-3 label > * {
	display: inline-block;
	vertical-align: middle;
	font: 18px/normal "FuturaPT-Book";
	color: #000;
}

.type-3 .load--agreement {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

.type-3 .load--agreement:hover {opacity: 0.7;}

.type-3 .checkbox:not(checked) + label:before {
	content: "";
	position: relative;
	border: 3px solid #000;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	color: transparent;
	font: 22px/24px "FontAwesome";
	min-width: 24px;
	text-align: center;
	margin-right: 10px;
}

.type-3 .checkbox:checked + label:before {color: #000;}

.type-3 button {
	display: inline-block;
	width: 49%;
	color: #000;
	cursor: pointer;
	vertical-align: middle !important;
	white-space: nowrap;
	overflow: hidden;
	max-width: 235px;
}

.type-3 .checkbox {display: none !important;}

.type-3 .checkbox:not(checked).wrong+ label:before { border-color: #841717;}
.type-3 .wrong {border-color: #841717 !important;}

.type-3 *::-webkit-input-placeholder {
	color: #000;
	font: 18px/normal "FuturaPT-Book";
	opacity: 1 !important;
}

.type-3 *:-moz-placeholder {
	color: #000;
	font: 18px/normal "FuturaPT-Book";
	opacity: 1 !important;
}

.type-3 *::-moz-placeholder {
	color: #000;
	font: 18px/normal "FuturaPT-Book";
	opacity: 1 !important;
}

.type-3 *:-ms-input-placeholder {
	color: #000;
	font: 18px/normal "FuturaPT-Book";
	opacity: 1 !important;
}

/*----------------------------****************------------------------------*/

/*------------------------------ЗЕЛЕНАЯ ФОРМА-------------------------------*/

form.green-form h2 {
	color: #0E6B3D;
	font-size: 38px;
	line-height: 33px;
	margin-bottom: 25px;
	text-align: left;
}

form.green-form input[type="text"] {
	border-color: #0e6b3d;
	font-family: 'FuturaPT-Book';
	color: #4d4c4c;
}

form.green-form textarea {
	background-image: url(/images/textarea-bg-green.png);
	font-family: 'FuturaPT-Book';
	color: #4d4c4c;
}

form.green-form *::-webkit-input-placeholder {color: #4d4c4c; font-family: 'FuturaPT-Book';}
form.green-form *:-moz-placeholder {color: #4d4c4c; font-family: 'FuturaPT-Book';}
form.green-form *::-moz-placeholder {color: #4d4c4c; font-family: 'FuturaPT-Book';}
form.green-form *:-ms-input-placeholder {color: #4d4c4c; font-family: 'FuturaPT-Book';}

form.green-form .checkbox:not(checked) + label:before {
	content: "";
	border-color: #0e6b3d;
}

form.green-form.checkbox:checked + label:before {
	content: "";
	color: #0e6b3d;
}

form.green-form  label {color: #4d4c4c;}
form.green-form  .load--agreement {color: #4d4c4c !important;}

form.green-form button {
	color: #8cbf42;
	border-color: #8cbf42;
}

form.green-form button:hover {
	color: #fff;
	border-color: #0e6b3d;
	background-color: rgba(242, 143, 22, 1);
}

/*------------------------------*************-------------------------------*/

/*-----------------------СТИЛИ ЗАПОЛНЯЕМОГО КОНТЕНТА------------------------*/

section.content-holder {
	display: block;
	margin: 0 auto;
	width: 1000px;
	padding: 20px 0px 30px;
	position: relative;
}

section.content-holder >*:first-child {
	margin-top: 0px !important;
}

section.content-holder:before {
	content: "";
	display: block;
	position: absolute;
	width: 331px;
	height: 298px;
	top: 20%;
	left: -19%;
	background-image: url("/images/ellips-bg-content.png");
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: transparent;
	z-index: 1;
}

section.content-holder >* {
	position: relative;
	z-index: 2;
}

.content-holder h1,
.content-holder h2,
.content-holder h3,
.content-holder h4,
.content-holder h5,
.content-holder h6 {
	text-transform: uppercase;
	color: #283676;
	white-space: pre-wrap;
}

.content-holder h1 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}

.content-holder h2,
.content-holder h3,
.content-holder h4,
.content-holder h5,
.content-holder h6 {
	color: #0E6B3D;
	font-size: 38px;
	font-family: 'BloggerSans';
	text-transform: uppercase;
	margin: 20px 0px 15px;
}

.color {
	color: #0e6b3d !important;
}

.content-holder p {
	margin: 0px 0px 15px 0px;
	white-space: pre-wrap;
	font-family: 'MyriadPro';
	line-height: 19px;
	line-height: 24px;
}

.content-holder h3 + p {margin-top: -5px;}

.content-holder p + p > img,
.content-holder p + img {
	margin-top: 15px;
}

.content-holder > img,
.content-holder > p > img {
	margin: 0px 0px 15px 0px;
}

.content-holder > h3 + p,
.content-holder > h3 + img {
	margin-top: 20px !important;
}

.content-holder strong {
	font-weight: bold;
}

.content-holder a {
	color: #283676;
	text-decoration: underline;
}

.content-holder a:hover {opacity: 0.7;}

.content-holder > table + p {	margin-top: 20px;}

.content-holder > table td > p {
	display: inline-block;
	vertical-align: middle;
}

.content-holder p[align="center"] {margin: 20px 0px;} 
.content-holder p font[face="magnolia"] {line-height: 26px;} 
.content-holder p font[face="magnolia"] * {font-size: 19px;} 

/*-----------------------***************************------------------------*/

/*-----------------------------------ХЕДЕР----------------------------------*/

header {
	display: block;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #fff;
	font-size: 0px;
	line-height: 0px;
	z-index: 100;
	box-shadow: 0px 4px 17px -4px rgba(0, 0, 0, 0.6)
}

header .header-box {
	display: block;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	font-size: 0px;
	line-height: 0px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}

header .header-box > * {
	display: inline-block;
	vertical-align: middle;
}

header .header-box:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0px;
}

header .header-box .header-address {
	font: 26px/normal "SouthbankLT";
	color: #000;
}

header .header-box .header-logo {
	font: 39px/60px "SouthbankLT";
	color: #000;
	padding: 0px 78px;
}

header .header-box .socseti {
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-color: transparent;
	margin-right: 20px;
}

header .header-box .socseti.socset-1 {
	width: 23px;
	height: 14px;
	background-image: url("/images/header-vk.png");
}

header .header-box .socseti.socset-2 {
	width: 24px;
	height: 24px;
	background-image: url("/images/header-watsup.png");
}

header .header-box .socseti.socset-3 {
	width: 21px;
	height: 21px;
	background-image: url("/images/header-inst.png");
}

header .header-box .socseti:hover {opacity: 0.7;}

header .header-box .header-phone {
	font: 26px/normal "SouthbankLT";
	color: #000;
}

/*-----------------------------------*****----------------------------------*/

/*----------------------------------ГЛАВНАЯ---------------------------------*/

.own-home-holder {
	display: block;
	width: 100%;
	background-color: #e6d6c1;
	position: relative;
	text-align: center;
	padding: 120px 0px 100px;
	overflow: hidden;
	background-image: url("/images/head-main-bg.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-color: transparent;
	max-height: 9001em;
}

.own-home-holder:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(to top, rgba(31, 14, 2, 1) 20%, rgba(31, 14, 2, 0.7) 45%, rgba(31, 14, 2, 0) 91%);
}

.own-home-holder .own-home-logo {
	display: inline-block;
	position: relative;
	z-index: 7;
	margin: 70px auto;
}

.own-home-holder .own-home-description {
	position: relative;
	z-index: 6;
	font: 18px/22px "futuraDemi";
	color: #000;
	white-space: pre-wrap;
	max-width: 850px;
	display: block;
	margin: 25px auto 45px auto;
	max-height: 9001em;
}

.own-home-holder .own-home {
	display: inline-block;
	width: 1000px;
	background-color: #fff;
	padding: 30px 45px 125px 45px;
	text-align: left;
	overflow: hidden;
	max-height: 645px;
	position: relative;
	z-index: 5;
	transition: max-height 0.3s;
	-webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
}

.own-home-holder .own-home.show {max-height: 1900px;}

.own-home-holder .own-home .stat-holder {
	display: flex;
	align-items: center;
	width: 515px;
	float: right;
	min-height: 645px;
	padding: 20px 0px 45px 45px;
}
.own-home-holder .own-home .stat-holder img{
	max-width: 100%;
	object-fit: contain;
}

.own-home-holder .own-home .stat-holder .stat {
	display: block;
	text-align: right;
} 

.own-home-holder .own-home .stat-holder .stat:nth-child(2) {text-align: left;} 
.own-home-holder .own-home .stat-holder .stat:not(:last-child) {margin-bottom: 57px;}

.own-home-holder .own-home .stat-holder .stat > * {
	display: inline-block;
	vertical-align: middle;
	color: #583c26;
}

.stat-holder .stat .big-figure {
	font: 150px/117px "SouthbankLT";
}

.stat-holder .stat .stat-text {
	font: 30px/25px "futuraDemi";
	white-space: pre-wrap;
	text-align: left;
}

.own-home-holder .own-home > .headline {display: block;} 
.own-home-holder .own-home > p {display: block; line-height: 25px;} 
.own-home-holder .own-home > .headline + .headline {margin-top: 15px;}
.own-home-holder .own-home > p + .headline {margin-top: 20px;}
.own-home-holder .own-home > p + p {margin-top: 15px;}

.own-home:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 125px;
	z-index: 49;
	background-color: #fff;
}

.own-home .custom-button {
	display: inline-block;
	min-width: 145px;
	position: absolute;
	bottom: 40px;
	left: 45px;
	z-index: 50;
}

.custom-button {
	font: 18px/40px "futuraDemi";
	border: 2px solid #000;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	color: #000;
	cursor: pointer;
	text-align: center;
	padding: 4px 4px 4px 4px;
	background-image: url("/images/black-pix.jpg"), url("/images/black-pix.jpg"), url("/images/black-pix.jpg"), url("/images/black-pix.jpg");
    background-position: top left, top center, bottom right, bottom center;
    background-size: 8px 100%, 100% 8px, 8px 100%, 100% 8px;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-color: transparent;
	background-clip: content-box;
	transition: background-color 0.3s, color 0.3s;
	-webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
}

.custom-button:hover,
.custom-button.active {
	background-color: #000;
	color: #fff;
}

/*------------------------------МЫ ПРЕДЛАГАЕМ-------------------------------*/

.our-offers-holder {
	display: block;
	width: 100%;
	background-image: url("/images/bolt-pat.png"), url("/images/bolt-pat.png"), url("/images/noise-pat-1.jpg");
    background-position: left top, left bottom, left top;
    background-size: auto auto, auto auto, auto auto;
    background-repeat: repeat-x, repeat-x, repeat;
    background-attachment: scroll, scroll;
	background-color: transparent;
	text-align: center;
	position: relative;
	font-size: 0px;
	line-height: 0px;
	white-space: nowrap;
	padding: 33px 0px 65px;
	overflow: hidden;
	box-shadow: 0px 4px 17px -4px rgba(0, 0, 0, 0.6)
}

.our-offers-holder:after {
	content: "";
	display: block;
	position: absolute;
	width: 326px;
	height: 117px;
	top: 55px;
	left: 50%;
	background-image: url("/images/decor-1.png");
    background-position: left top;
    background-size: 70% 70%;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-color: transparent;
	pointer-events: none;
	margin-left: -560px;
}

.our-offers-holder > .headline {
	display: block;
	width: 1000px;
	margin: 27px auto 24px;
	text-align: center;
}

.our-offers-holder > *:not(.headline) {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.our-offers-holder .offer {
	border: 3px solid #000;
	min-height: 200px;
	padding: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.5s;
	-webkit-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
}

.our-offers-holder .offer .offer-img {
	display: block;
	position: relative;
	z-index: 1;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
	opacity: 0;
}

.our-offers-holder .offer:hover {border-color: #fff;}
.our-offers-holder .offer:hover .offer-info > .headline {color: #fff;}
.our-offers-holder .offer:hover .offer-info .offer-icon {opacity: 0; max-height: 0; margin-top: 0px;}
.our-offers-holder .offer:hover .offer-info .offer-description {opacity: 1; max-height: 210px;}
.our-offers-holder .offer:hover .offer-img {opacity :1;}
.our-offers-holder .offer:hover .custom-button {
	border-color: #fff;
	background-image: url("/images/white-pix.jpg"), url("/images/white-pix.jpg"), url("/images/white-pix.jpg"), url("/images/white-pix.jpg");
	color: #fff;
}

.our-offers-holder .offer:hover .custom-button:hover {
	background-color: #fff;
	color: #000;
}

.our-offers-holder .offer .offer-info {
	display: block;
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-bottom: 85px solid transparent;
	padding: 30px 10px 0px 10px;
	overflow: hidden;
	text-align: center;
}

.our-offers-holder .offer .offer-info .offer-icon {
	display: block;
	margin: 0 auto;
	transition: max-height 0.3s, opacity 0.3s, margin 0.3s;
	-webkit-transition: max-height 0.3s, opacity 0.3s, margin 0.3s;
    -moz-transition: max-height 0.3s, opacity 0.3s, margin 0.3s;
    -o-transition: max-height 0.3s, opacity 0.3s, margin 0.3s;
	max-height: 50px;
	opacity: 1;
}

.our-offers-holder .column-2 .offer-info .offer-icon {margin-top: 105px;}

.our-offers-holder .offer .offer-info .offer-description {
	font: 18px/20px "FuturaPT-Book";
	color: #fff;
	white-space: pre-wrap;
	display: inline-block;
	overflow: hidden;
	max-height: 0px;
	opacity: 0;
	transition: opacity 0.3s, max-height 0.3s;
	-webkit-transition: opacity 0.3s, max-height 0.3s;
    -moz-transition: opacity 0.3s, max-height 0.3s;
    -o-transition: opacity 0.3s, max-height 0.3s;
}

.our-offers-holder .offer .offer-info > .headline {margin-top: 5px; padding-bottom: 7px;}

.our-offers-holder .column-1 {width: 240px;}
.our-offers-holder .column-1 >* {	display: inline-block;}
.our-offers-holder .column-1 >*:not(:last-child) {margin-bottom: 10px;}

.our-offers-holder .column-2 {
	width: 240px;
	margin: 0px 10px;
}

.our-offers-holder .column-2 >* {
	display: inline-block;
	width: 100%;
}

.our-offers-holder .column-3 {
	width: 492px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	font-size: 0px;
	line-height: 0px;
}

.our-offers-holder .column-3:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0px;
}

.our-offers-holder .column-3 > * {
	display: inline-block;
	vertical-align: top;
}

.our-offers-holder .column-3 > .item-1 {
	margin-bottom: 10px;
}

.offer .custom-button {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 150px;
	display: block;
	z-index: 2;
	margin-left: -75px;
	z-index: 10;
}

/*--------------------------------ПОРТФОЛИО---------------------------------*/

.portfolio-holder {
	display: block;
	width: 100%;
	position: relative;
	padding: 60px 0px;
	overflow: hidden;
	/*background-image: url("/images/portfolio-instruments.png");
    background-position: center 240px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-attachment: scroll;*/
	background-color: transparent;
}
.portfolio-holder:after{
	content: "";
    display: block;
    position: absolute;
    width: 406px;
    height: 122px;
    top: 30px;
    right: 50%;
    background-image: url(/images/decor-2.png);
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    pointer-events: none;
    margin-right: -720px;
}
.portfolio-holder > .headline {
	display: block;
	width: 988px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

.portfolio-holder > .portfolio-description {
	display: block;
	width: 988px;
	color: #fff;
	margin: 0 auto 35px;
	font: 18px/normal "futuraDemi";
	text-align: center;
}

.portfolio-holder .portfolio {
	display: block;
	width: 1000px;
	padding: 40px 0px 0px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 0px;
	line-height: 0px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}

.portfolio-holder .portfolio:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 35px;
	background-color: #fff;
}

.portfolio-holder .portfolio .portfolio-menu {
	display: block;
	width: 100%;
	padding: 0px 45px;
}

.portfolio-holder .portfolio .portfolio-menu:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0px;
}

.portfolio-holder .portfolio .menu-item {
	width: 23.5%;
	display: inline-block;
	vertical-align: top;
	white-space: pre-wrap;
	line-height: normal;
	border-color: transparent;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
}

.portfolio-holder .portfolio .menu-item:hover,
.portfolio-holder .portfolio .menu-item.active {
	border-color: #000;
}

.portfolio-holder .portfolio .menu-item.active {pointer-events: none;}

.portfolio-holder .portfolio .menu-item > span {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	padding: 0px 20px;
	white-space: normal;
}

.portfolio-holder .portfolio .menu-item:before {
	content: "";
	min-height: 50px;
	width: 0px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0px;
	line-height: 0px;
}

/*.portfolio-holder .portfolio .portfolio-menu + .plate-holder {margin-top: 35px;}*/

.portfolio-holder .portfolio  .plate-holder .plate:not(:empty):before {
	content: "";
	height: 35px;
	display: block;
	background-color: transparent;
}

.portfolio-holder .portfolio  .subscriptors-holder:last-child {
	margin-bottom: -35px;
}

.works-line {
	display: inline-block;
	width: 100%;
	padding: 0px 50px;
	text-align: left;
	font-size: 0px;
	line-height: 0px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	transition: margin 0.3s;
	-webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -o-transition: margin 0.3s;
}

.works-line .works-item {
	display: inline-block;
	vertical-align: top;
	width: 23.8%;
	overflow: hidden;
	border: 0px solid #000;
	padding: 0px;
	cursor: pointer;
}

.portfolio-holder .portfolio .menu-item.blocked,
.works-line .works-item.blocked {
	pointer-events: none;
}

.works-line .works-item.active .work-preview,
.works-line .works-item:hover .work-preview {
	padding: 12px;
	border-width: 4px;
}

.works-line > .justify {width: 23.8%;}

.works-line .works-item  .work-preview {
	display: block;
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border: 0px solid #000;
	padding: 0px;
}

.works-line .works-item  .work-description {
	display: block;
	font: 18px/21px "futuraDemi";
	color: #000;
	text-align: left;
	padding-right: 10px;
	overflow: hidden;
	max-height: 65px;
	margin-top: 12px;
}

.subscriptors-holder {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.subscriptor {
	overflow: visible;
	display: block;
	font-size: 0px;
	line-height: 0px;
}

.subscriptor .type-3 {
	background-color: #e8e8e8;
	width: 100%;
	display: inline-block;
	padding: 25px 50px 40px;
}

.subscriptors-holder:not(:last-child) .subscriptor .type-3 {
	border-bottom: 30px solid #fff;
}	

.subscriptor > .headline {
	margin: 28px auto 10px;
	width: 900px;
}

.subscriptor >.left,
.subscriptor >.right {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.subscriptor >.left p,
.subscriptor >.right p {
	white-space: pre-wrap;
	text-align: left;
}

.subscriptor >.left p:not(:last-child),
.subscriptor >.right p:not(:last-child) {
	margin-bottom: 10px;
}

.subscriptor >.left {padding: 0px 30px 30px 50px;}
.subscriptor >.right {padding: 0px 50px 30px 30px;}

.subscriptors-holder + .works-line {
	margin-top: 20px;
}

.subscriptor-close {
	display: block;
	width: 900px;
	margin: 35px auto 0px;
	background-color: #000;
	background-clip: content-box;
	padding: 15px 40px 15px 0px;
	min-height: 34px;
	position: relative;
	cursor: pointer;
}

.subscriptor-close:after {
	content: "";
	font: 30px/32px "FontAwesome";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.subscriptor-close:hover:after {color: #3a1d07;}

.sub-royal {
	display: block;
	margin: 15px auto 0px auto;
	width: 900px !important;
	vertical-align: bottom;
	position: relative;
}

/*----------------------------НАШИ ПРЕИМУЩЕСТВА-----------------------------*/

.advantages-holder {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	white-space: nowrap;
	font-size: 0px;
	line-height: 0px;
	/*padding-bottom: 75px;*/
	/*background-image: url("/images/portfolio-instruments-2.png");
    background-position: center 10px;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-attachment: scroll;*/
	background-color: transparent;
}

.advantages-holder:after {
    content: "";
    display: block;
    position: absolute;
    width: 331px;
    height: 92px;
    top: 0px;
    left: 50%;
    background-image: url(/images/decor-3.png);
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    pointer-events: none;
    margin-left: -663px;
}

.advantages-holder > * {
	white-space: normal;
}

.advantages-holder > .headline {
	display: block;
	width: 1000px;
	margin: 45px auto 30px;
	color: #fff;
	text-align: center;
}

.advantages-holder > .column {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.advantages-holder > .column:not(:last-child) {margin-right: 15px;}

.advantages-holder > .column.column-1 {
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	width: 710px;
}

.advantages-holder > .column.column-1:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0px;
}

.advantages-holder > .column.column-2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 40px;
	right: 35px;
	width: 79px;
	height: 84px;
	background-image: url("/images/advantage-icon-6.png");
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-color: transparent;
}	

.advantages-holder > .column .advantage {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	border: 3px solid #fff;
	padding: 15px 5px 15px 20px;
	position: relative;
	min-height: 225px;
	box-shadow: 0px 4px 17px -4px rgba(0, 0, 0, 0.6);
}

.advantages-holder > .column .advantage:after {
	content: "";
	display: block;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 3px;
	pointer-events: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background-image: url("/images/white-pix.jpg"), url("/images/white-pix.jpg"), url("/images/white-pix.jpg"), url("/images/white-pix.jpg");
    background-position: top left, top center, bottom right, bottom center;
    background-size: 4px 100%, 100% 4px, 4px 100%, 100% 4px;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-color: transparent;
	background-clip: content-box;
}

.advantages-holder > .column .advantage:before {
	content: "";
	display: inline-block;
	min-height: 68px;
	width: 0px;
	vertical-align: middle;
	margin-top: -10px;
}

.advantages-holder > .column .advantage > * {
	display: inline-block;
	vertical-align: middle;
}

.advantages-holder > .column .advantage .adv-icon {margin-right: 10px;} 
.advantages-holder > .column .advantage.short {width: 275px;}
.advantages-holder > .column.column-2 .advantage {min-height: 465px;}
.advantages-holder > .column .advantage.wide {width: 418px;}
.advantages-holder > .column .advantage:first-child  + * {margin-bottom: 15px;}

.advantages-holder > .column .advantage .description {
	font: 18px/21px "FuturaPT-Book";
	color: #fff;
	white-space: pre-wrap;
	width: 100%;
}

/*---------------------------ФОРМА ОБРАТНОЙ СВЯЗИ---------------------------*/

.callback-holder {
	display: block;
	width: 100%;
	background-image: url("/images/bolt-pat.png"), url("/images/bolt-pat.png"), url("/images/noise-pat-1.jpg");
    background-position: left top, left bottom, left top;
    background-size: auto auto, auto auto, auto auto;
    background-repeat: repeat-x, repeat-x, repeat;
    background-attachment: scroll, scroll;
	background-color: transparent;
	text-align: center;
	position: relative;
	font-size: 0px;
	line-height: 0px;
	padding: 33px 0px 50px;
	overflow: hidden;
	box-shadow: 0px 4px 17px -4px rgba(0, 0, 0, 0.6);
}
.callback-holder:after{
	content: "";
    display: block;
    position: absolute;
    width: 125px;
    height: 82px;
    top: 40px;
    right: 50%;
    background-image: url(/images/decor-4.png);
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    pointer-events: none;
    margin-right: -490px;
}

/*.callback-holder:before {
	content: "";
	position: absolute;
	top: 90px;
	left: 62%;
	margin-left: -870px;
	width: 101px;
	height: 204px;
	pointer-events: none;
	background-image: url("/images/decor-2.png");
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-color: transparent;
}*/

.callback-holder > .headline {
	display: block;
	width: 1000px;
	margin: 10px auto 0px;
	text-align: center;
}

.callback-holder > .sendler {
	display: inline-block;
	width: 1000px;
	margin: 0 auto;
}

.callback-holder > .sendler textarea {
	width: 50%;
	float: right;
	height: 120px;
	margin-top: 33px;
}

.callback-holder > .sendler input[type="text"] {
	width: 48.5%;
	margin-bottom: 19px;
}

.callback-holder > .sendler input:first-of-type {margin-bottom: 6px;}

.callback-holder > .sendler button {
	width: 135px;
	margin-right: 15px;
}

.callback-holder > .sendler label:before {
	font-size: 16px !important;
	line-height: 16px !important;
	min-width: 10px !important;
}

/*------------------------------**************------------------------------*/

/*----------------------------------ФУТЕР-----------------------------------*/

footer {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	white-space: pre-wrap;
	padding: 20px 0px 5px;
}

footer:after {
    content: "";
    display: block;
    position: absolute;
    width: 85px;
    height: 197px;
    top: 50px;
    left: 50%;
    background-image: url(/images/decor-5.png);
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    pointer-events: none;
    margin-left: -360px;
}

footer > * {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
	color: #fff;
}

footer .policy {
	text-decoration: underline;
	cursor: pointer;
}

footer .policy:hover {opacity: 0.7;}
footer .headline + .headline + p {margin: 20px 0px 4px;}

footer .footer-network {
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-color: transparent;
	margin: 23px 0px 17px;
	vertical-align: middle;
}

footer .footer-network.item-1 {
	width: 23px;
	height: 14px;
	background-image: url("/images/footer-vk.png");
}

footer .footer-network.item-2 {
	width: 27px;
	height: 27px;
	background-image: url("/images/footer-watsup.png");
}

footer .footer-network.item-3 {
	width: 21px;
	height: 21px;
	background-image: url("/images/footer-inst.png");
}

footer .footer-network.item-1:hover {background-image: url("/images/header-vk.png");}
footer .footer-network.item-2:hover {background-image: url("/images/footer-watsup-green.png");}
footer .footer-network.item-3:hover {background-image: url("/images/header-inst.png");}

.rband {
	display: block;
	background-color: #fff;
	padding: 10px 10px 10px 60px;
	position: absolute;
	bottom: 0px;
	right: 50%;
	overflow: hidden;
	transition: height 0.3s;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
	height: 55px;
	width: 140px;
	margin-right: -500px;
}

.rband:hover {
	height: 66px;
}

.rband .rband-text {
	color: #000;
	font: 15px/17px "futuraDemi";
	display: block;
	width: 100%;
	white-space: pre;
}

.rband .rband-text span {
	font-size: 19px;
	margin: 0px !important;
}

.rband > img {
	position: absolute;
	top: 13px;
	left: 10px;
	display: block;
}

/*----------------------------------*****-----------------------------------*/

@media (max-width: 1100px) {
/*	.own-home-holder .own-home {
		padding-left: 40px;
		padding-right: 40px;
		width: 1000px;
	}*/
	
	.portfolio-holder .portfolio,
  .own-home-holder .own-home {
		/*margin-left: 0;*/
    margin: 0 auto;
	}
}
/* ПОПАПЫ */
.popup {
	font-family: "FuturaPT-Book";
	position: fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: auto;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease-in-out;
}
.popup::before {
	content: "";
	position: absolute;
	height: 100vh;
	width: 100vw;
	background: #212121;
	opacity: 0.6;
	z-index: 20;
}
.popup.js-block {
	right: 0;
	z-index: 100;
	opacity: 1;
}
.popup.js-block .popup__content {
	right: 0;
}
.popup__close {
	position: fixed;
	right: 35px;
	top: 30px;
	width: 42px;
	height: 42px;
	opacity: 1;
	cursor: pointer;
	background-color: #21212180;
	border-radius: 50%;
	padding-top: 3px;
}
.popup__close:hover {
	color: #000000;
}
.popup__close::before {
	transform: rotate(45deg);
	position: absolute;
	left: 19px;
	content: ' ';
	height: 36px;
	width: 3px;
	background-color: #ffffff;
}
.popup__close::after {
	transform: rotate(-45deg);
	position: absolute;
	left: 19px;
	content: ' ';
	height: 36px;
	width: 3px;
	background-color: #ffffff;
}
.popup__header {
	min-height: 255px;
	max-height: 255px;
}
.popup__header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popup__content {
	height: 100%;
	right: -100%;
	top: 0;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	width: 776px;
	position: relative;
	z-index: 100;
	background: #ffffff;
	overflow: auto;
	overflow-x: hidden;
	transition: all 0.5s ease-in-out;
}
.popup__description {
    padding: 35px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.popup__description h2 {
	font-family: "SouthbankLT";
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
}
.popup__description h3 {
	font-family: "SouthbankLT";
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
}
.popup__description h3:not(:first-child) {
	margin-top: 20px;
}
.popup__description h4 {
	font-family: "FuturaPT-Book";
	text-transform: none;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
}
.popup__description h4:not(:first-of-type) {
	margin-top: 14px;
}
.popup__description h5 {
	font-family: "SouthbankLT";
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
}
.popup__description h5:not(:first-child) {
	margin-top: 13px;
}
.popup__content .popup__description h4 + h5 {
	margin-top: 25px;
}
.popup__description img {
	margin: 20px 0;
	max-width: 100%
}
.popup__description p {
	padding: 0;
	margin-top: 14px;
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
}
.popup__description ul {
	margin-top: 9px;
	list-style-type: disc;
	list-style-position: inside;
}
.popup__description ul li {
	padding: 0;
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
}
.popup__description ol{
	margin-top: 9px;
	list-style-type: decimal;
	list-style-position: inside;
}
.popup__description ol li {
	padding: 0;
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
}
.popup__description p:not(:first-child) {
	margin-top: 14px;
}
.popup__form form.sent > .response h4 {
	color: #000000;
}
.popup__form form.sent > .response p {
	color: #000000;
}
.popup__form form {
	position: relative;
}
.popup__form form .response {
	display: none;
	position: absolute;
    z-index: 5;
    top: 0;
    background-color: #eeeeee;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
	padding: 35px;
}
.popup__form form.error .response {
	display: flex;
}
.popup__form form.sent .response {
	display: flex;
}
.popup__form form .response h4{
	font-family: "SouthbankLT";
	font-weight: 700;
	font-size: 32px;
	color: #000000;
	line-height: 1.3;
}
.popup__form form .response p{
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}
.popup__form .callback__form {
	padding: 35px;
	background: #eeeeee;
	border-radius: 0;
	box-shadow: none;
}
.popup__form .callback__form .btn {
	font: 18px/40px "futuraDemi";
	width: 150px;
}
.popup__form .callback__form .btn:focus-visible {
	outline: 0;
	border: 0;
}
.popup__form .callback__form .btn:hover {
	background: #000000;
}
.popup__form .callback__title {
	font-family: "SouthbankLT";
    font-weight: 700;
    font-size: 32px;
	color: #000000;
    line-height: 1.3;
}
.popup__form .form {
	margin-top: 35px;
}
.popup__form .form_block--inputs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 26px;
}
.popup__form .form_block--inputs .fw-placeholder {
	width: calc(50% - 12.5px);
}
.popup__form .form_block--inputs .fw-placeholder .fw-input {
	border: 1px solid #000000;
	color: #000000;
}
.popup__form .form_block--inputs .fw-placeholder .fw-input:focus-visible {
	border: 1px solid #000000;
	outline: 0;
}
.popup__form .form_block--textarea {
	margin-top: 32px;
	margin-bottom: 26px;
}
.popup__form .form_block--textarea textarea {
	border: 1px solid #000000;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
}
.popup__form .form_block--textarea textarea:focus-visible {
	border: 1px solid #000000;
	outline: 0;
}
.popup__form .form_block--checkbox {
	display: flex;
	align-items: center;
}
.popup__form form .fw-placeholder .fw-input + .placeholder, .popup__form form .fw-placeholder-select .fw-input + .placeholder {
	background: #eeeeee;
	color: #949494;
}
.popup__form form .fw-placeholder textarea + .placeholder, .popup__form form .fw-placeholder-select textarea + .placeholder {
	background: #eeeeee;
	color: #949494;
}
.popup__form form .fw-placeholder .fw-input.wrong + .placeholder, .popup__form form .fw-placeholder-select .fw-input.wrong + .placeholder {
	background: #eeeeee;
}
.popup__form form .fw-placeholder textarea.wrong + .placeholder, .popup__form form .fw-placeholder-select textarea.wrong + .placeholder {
	background: #eeeeee;
}
.popup__form form .fw-placeholder .fw-input.wrong, .popup__form form .fw-placeholder textarea.wrong, .popup__form form .fw-placeholder-select .fw-input.wrong, .popup__form form .fw-placeholder-select textarea.wrong {
	background-color: transparent;
}
/* для формы */
.popup__form .callback {
	padding: 40px 0 50px;
}
.popup__form .callback--bg {
	background-color: #F5F8F4;
}
.popup__form .callback__subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.8;
	color: #000000;
}
.popup__form .callback-btn {
	padding: 18px 39.5px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
}
.popup__form .callback__form .contacts__title {
	font-size: 30px;
}
.popup__form .callback__form .callback-form.form_block--inputs {
	margin-top: 32px;
}
.popup__form .callback__form .callback-form.form_block--inputs .fw-placeholder:not(:first-child) {
	margin-top: 30px;
}
.popup__form .callback__form .callback-form.form_block--inputs .fw-input {
	border-radius: 6px;
}
.popup__form .callback__form .callback-form.form_block--inputs .error-placeholder {
	top: calc(100% - 10px);
}
.popup__form .callback__form .callback-form.form_block--textarea {
	margin-top: 25px;
}
.popup__form .callback__form .callback-form.form_block--textarea .fw-placeholder textarea {
	border-radius: 6px;
}
.popup__form .callback__form .callback-form.form_block--checkbox {
	margin-top: 30px;
}
.popup__form form .fw-placeholder-select, form .fw-placeholder {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 0;
}
.popup__form form .fw-placeholder-select .fw-input, form .fw-placeholder .fw-input {
	height: 52px;
	font-size: 14px;
	font-weight: 500;
}
.popup__form form .fw-placeholder-select .fw-input + .placeholder, form .fw-placeholder .fw-input + .placeholder {
	font-size: 16px;
	font-weight: 600;
	top: -7px;
	background: #5a5a5a;
	color: #fff;
}
.popup__form form .fw-placeholder-select .fw-input, form .fw-placeholder .fw-input, form .fw-placeholder-select textarea, form .fw-placeholder textarea {
	width: 100%;
	padding: 17px 18px;
	font-size: 18px;
	background: transparent;
	border: 1px #fff solid;
	color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.popup__form form .fw-placeholder-select .fw-input:focus + .placeholder, form .fw-placeholder .fw-input:focus + .placeholder, form .fw-placeholder-select textarea:focus + .placeholder, form .fw-placeholder textarea:focus + .placeholder {
	top: -7px;
	font-size: 16px;
	cursor: default;
}
.popup__form form .fw-placeholder-select .fw-input.wrong, form .fw-placeholder .fw-input.wrong, form .fw-placeholder-select textarea.wrong, form .fw-placeholder textarea.wrong {
	background-color: #5a5a5a;
}
.popup__form form .fw-placeholder-select .fw-input.wrong + .placeholder, form .fw-placeholder .fw-input.wrong + .placeholder, form .fw-placeholder-select textarea.wrong + .placeholder, form .fw-placeholder textarea.wrong + .placeholder {
	border-radius: 10px;
	background-color: #e90000;
}
.popup__form form .fw-placeholder-select .fw-input.wrong + .placeholder + .error-placeholder, form .fw-placeholder .fw-input.wrong + .placeholder + .error-placeholder, form .fw-placeholder-select textarea.wrong + .placeholder + .error-placeholder, form .fw-placeholder textarea.wrong + .placeholder + .error-placeholder {
	opacity: 1;
	top: 100%;
}
.popup__form form .fw-placeholder-select textarea, form .fw-placeholder textarea {
	padding: 17px 18px;
	height: 106px;
	font-weight: 500;
	color: #ffffff;
}
.popup__form form .fw-placeholder-select textarea::placeholder, form .fw-placeholder textarea::placeholder {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #949494;
}
.popup__form form .fw-placeholder-select textarea + .placeholder, form .fw-placeholder textarea + .placeholder {
	font-size: 16px;
	font-weight: 600;
	top: -7px;
	background: #5a5a5a;
	color: #ffffff;
}
.popup__form form .fw-placeholder-select.wrong:before, form .fw-placeholder.wrong:before {
	display: none;
	content: "!";
	color: #fff;
	margin-top: -10px;
	position: absolute;
	right: 5px;
	height: 21px;
	width: 21px;
	border-radius: 21px;
	background: #e90000;
	align-items: center;
	justify-content: center;
}
.popup__form form .fw-placeholder-select textarea.fw-input, form .fw-placeholder textarea.fw-input {
	height: 200px;
}
.popup__form form .fw-placeholder-select .placeholder, form .fw-placeholder .placeholder {
	position: absolute;
	left: 12px;
	top: 15px;
	font-size: 14px;
	line-height: 1;
	cursor: text;
	padding: 0 5px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #838383;
	user-select: none;
	background: transparent;
}
.popup__form form .fw-placeholder-select.active .placeholder, form .fw-placeholder.active .placeholder {
	top: -7px;
	font-size: 16px;
	cursor: default;
	opacity: 1;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.popup__form form .fw-placeholder-select .error-placeholder, form .fw-placeholder .error-placeholder {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% - 5px);
	font-size: 14px;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #e90000;
}
.popup__form .float-box form .fw-placeholder .placeholder {
	background: #fff !important;
}
.popup__form .float-box form .fw-placeholder .fw-input.wrong, .float-box form .fw-placeholder textarea.wrong {
	background-color: #ffe6e6;
}
.popup__form .float-box form .fw-placeholder .fw-input.wrong + .placeholder, .float-box form .fw-placeholder textarea.wrong + .placeholder {
	color: #e90000 !important;
	background-color: #ffe6e6 !important;
}
.popup__form .checkbox {
	vertical-align: top;
	margin: 0;
	width: 0;
	height: 0;
	opacity: 0;
}
.popup__form .checkbox:not(checked) {
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-filter: alpha(opacity=0);
	-moz-filter: alpha(opacity=0);
	-o-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
}
.popup__form .checkbox:not(checked) + label {
	position: relative;
	padding: 0 0 0 36px;
	margin-right: auto;
	color: #000000;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	line-height: 1.8;
	display: flex;
	align-items: flex-start;
}
.popup__form .checkbox:not(checked) + label p, .checkbox:not(checked) + label span {
	font-weight: inherit;
	color: #212121;
}
.popup__form .checkbox:not(checked) + label span {
	cursor: pointer;
	text-decoration: underline;
}
.popup__form .checkbox:not(checked) + label::after {
	font-weight: 500;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	border: 1px solid #949494;
}
.popup__form .checkbox:checked + label:after {
	background-image: url("../images/check.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	border: 1px solid #000000;
	background-color: #000000;
	cursor: pointer;
}
.popup__form form .wrong, .checkbox:not(checked).wrong + label:after {
	border-color: #e90000;
}
.popup__form .checkbox:not(checked).wrong + label:after {
	background-color: #ffe6e6;
}
.popup__form .checkbox:checked.wrong + label:after {
	background-image: url("../images/check.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	border: 1px solid #000000;
	background-color: #000000;
}