.icon:before{
	color: inherit;
}
button:focus{
	outline: none;
}
img{
	width: 100%;
}


#wrap{
	position: relative;
	display: block;
	width: 100%;
	min-width: 280px;
	margin: 0px auto;
}

.full_height{
	position: relative;
	min-height: calc(100vh - 234px);
	padding-top: 150px;
	overflow: hidden;
}




.cssload-container{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.cssload-whirlpool{
	position: absolute;
	top: 0%;
	left: 0%;
	border: 3px solid #0c151e;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border-left: 3px solid transparent;
	border-top: 3px solid transparent;
}

.cssload-whirlpool {
	animation: cssload-rotate 1150ms linear infinite;
		-o-animation: cssload-rotate 1150ms linear infinite;
		-ms-animation: cssload-rotate 1150ms linear infinite;
		-webkit-animation: cssload-rotate 1150ms linear infinite;
		-moz-animation: cssload-rotate 1150ms linear infinite;
}




@keyframes cssload-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-rotate {
	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-rotate {
	100% {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-rotate {
	100% {
		-moz-transform: rotate(360deg);
	}
}




/*wrappers*/

.wide_wrapper{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
}

.content_wrapper{
	position: relative;
	display: block;
	max-width: 1040px;
	padding: 0px 20px;
	margin: 0px auto;
}

.content_wrapper_second{
	position: relative;
	display: block;
	max-width: 1440px;
	margin: 0px auto;
}

.content_wrapper_third{
    position: relative;
	display: block;
	max-width: 831px;
	margin: 0px auto;
    padding: 0px 20px;
}

.content_wrapper_4{
    position: relative;
	display: block;
	max-width: 1140px;
	margin: 0px auto;
    padding: 0px 20px;
}

.hide{
	display: none!important;
}

.hide_button{
	display: none!important;
}
.fluid_container{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.col_wrap{
	position: relative;
	padding: 0px 20px;
}

.simple_block{
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px;
}
.simple_head{
	position: relative;
	margin-bottom: 40px;
}
.simple_head .title{
	text-align: center;
	font-size: 60px;
	letter-spacing: 1.5px;
}
.absolute_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.top_block{
	padding-top: 80px;
}
/*wrappers*/


/*links*/

.left_link,
.right_link,
.center_link,
.wide_link{
	position: relative;
	display: block;
}
.left_link{
	text-align: left;
}
.right_link{
	text-align: right;
}
.center_link{
	text-align: center!important;
}
.wide_link .simple_button{
	width: 100%;
	max-width: 100%;
	padding: 5px 10px;
}


.simple_button{
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: none;
	margin: 0px;

	border-radius: 10px;
	vertical-align: top;
	border: none;

	background-color: #d3b90f;
	border: 1px solid #d3b90f;

	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_button>span{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
    padding: 0px 10px;
	font-family: roboto_bold;
	color: #000;
	width: 100%;
	min-width: 128px;
    min-height: 34px;


	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}

.simple_button.disabled{
	pointer-events: none;
}

.simple_button.simple_button_small{
	min-height: 38px;
	padding: 5px 15px;
}


.simple_button.simple_button_green{
	border: 2px solid #74A841;
	background-color: #74A841;
	opacity: 0.63;
	min-width: 202px;
}
.simple_button.simple_button_green>span{
	color: #fff;
	line-height: 1.4em;
	padding: 5px 10px;
	font-size: 20px;
	font-family: roboto_regular;
	text-transform: uppercase;
}


.simple_button:hover{
	background-color: #fff;
}
.simple_button:hover>span{
	color: #d3b90f;
}

.simple_button.simple_button_green:hover{
	border: 2px solid #7fab40;
	background-color: #fff;
}
.simple_button.simple_button_green:hover>span{
	color: #7fab40;
}

.simple_button.simple_button_red{
	border: 2px solid #cb3a37;
	background-color: #cb3a37;
}
.simple_button.simple_button_red>span{
	color: #fff;
}
.simple_button.simple_button_red:hover{
	border: 2px solid #cb3a37;
	background-color: #fff;
}
.simple_button.simple_button_red:hover>span{
	color: #cb3a37;
}

.simple_button.simple_button_white{
	background-color: #fff;
    border-color: #fff;
}
.simple_button.simple_button_white>span{
    font-family: roboto_regular;
    color: #000;
}
.simple_button.simple_button_white:hover{
	background-color: transparent;
}
.simple_button.simple_button_white:hover>span{
	color: #fff;
}

.simple_button.simple_button_border_white{
	background-color: transparent;
    border-color: #fff;
}
.simple_button.simple_button_border_white>span{
    font-family: roboto_regular;
    color: #fff;
}
.simple_button.simple_button_border_white:hover{
	background-color: #fff;
}
.simple_button.simple_button_border_white:hover>span{
	color: #000;
}

.simple_button.yellow_btn{
	background-color: #E7D790;
    border-color: #E7D790;
}
.simple_button.yellow_btn>span{
    font-family: roboto_regular;
    color: #000;
}
.simple_button.yellow_btn:hover{
	background-color: transparent;
}


.simple_button>span.big_title{
	font-size: 18px;
	text-transform: uppercase;
}


.simple_button.disabled {
    border: 2px solid #dadada;
    background-color: #dadada;
}

.simple_button.disabled>span{
	color: #000;
}

.simple_button.small_button{
	min-height: 28px;
    padding: 2px 15px;
}
.simple_button.loading{
	pointer-events: none;
	background-color: #eaeaea;
}

.simple_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.simple_link>span.text{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: montserratbold;
	font-size: 12px;
	color: #d3b90f;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 2px;
}
.simple_link>span.text:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0px;
	width: 100%;
	height: 1px;
	opacity: 1;
	background: #d3b90f;

	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_link:hover>span.text:before{
	opacity: 0;
}
.link_img{
	position: relative;
	display: block;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.link_img img{
	position: relative;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0px;
}
.link_img:hover{
	opacity: 0.7;
}


.link_title .title{
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.link_title:hover .title{
	color: #d3b90f;
}

/*links*/



/*header*/

.header_container{
	background-color: inherit;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 280px;
	width: 100%;
	z-index: 100;
	height: 154px;
	margin-top: 0px;
}

.desktop.fancybox-enabled .header_container,
.desktop .modal-open .header_container{
	width: calc(100% - 17px);
}


header{
	position: relative;
}
.desctop_header{
	position: relative;
	display: block;
	width: 100%;

	height: 154px;

	-moz-transition: height 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: height 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: height 0.3s cubic-bezier(.54,0,.42,1);
	transition: height 0.3s cubic-bezier(.54,0,.42,1);
}

.desctop_header_top{
	position: relative;
	display: block;
	height: 100%;
	padding-top: 10px;
	z-index: 5;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #151a20ed;
	background-image: url(/images/header_bg.png);
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}

.header_container.opacity_header .desctop_header_top{
	background-color: transparent;
	background-image: none;
}

.desctop_header_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 1080px;

}
.desctop_header_left,
.desctop_header_center,
.desctop_header_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
}


.main_logo{
	position: relative;
	height: 131px;
	width: 120px;
	display: block;
	padding: 0px!important;
}

.main_logo .img{
	background-image: url(/images/main_logo.png);
}

.main_logo:before{
	display: none!important;
}
.main_logo img{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px!important;
}
.main_logo .descor{
	position: absolute;
	display: block;
	left: 50%;
	bottom: -15px;
	width: 100px;
	margin-left: -50px;
	height: 15px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.desctop_header_desc{
	position: relative;
	display: block;
	padding-top: 30px;
	font-family: montserratbold;
	font-size: 20px;
	color: #d3b90f;
}


/*desctop_header_menu*/

.disable_link{
	pointer-events: none!important;
	user-select: none;
}
.main_menu{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.main_menu>li{
	position: relative;
	display: inline-block;
	vertical-align: top;

	font-family: roboto_bold;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #fff;

}

.main_menu>li>a,
.main_menu>li>span,
.main_menu>li.active>a,
.main_menu>li.active>span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	text-align: center;

	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;

	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}

.main_menu>li:nth-child(3){
	padding-top: 24px;
}

.main_menu>li.active>span{
	cursor: default;
}

.main_menu>li>span:before,
.main_menu>li>a:before{
	content: '';
	display: none;
	position: absolute;
	bottom: 4px;
	left: 10px;
	width: 0px;
	height: 1px;
	background-color: #ffdb44;
	-moz-transition: width 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: width 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: width 0.3s cubic-bezier(.54,0,.42,1);
	transition: width 0.3s cubic-bezier(.54,0,.42,1);
}

.main_menu>li>a:hover,
.main_menu>li>span,
.main_menu>li.active>a:hover,
.main_menu>li.active>span{
	color: #DBBF44;
	text-decoration: underline;
}
.main_menu>li>a:hover:before,
.main_menu>li>span:before,
.main_menu>li.active>a:hover:before,
.main_menu>li.active>span:before{
	width: calc(100% - 20px);
}

.header_buttons{
    position: relative;
    max-width: 130px;
}

.header_buttons .simple_button {
    margin: 8px 0px;
}

.header_contacts{
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	max-width: 100%;
	display: inline-block;
}
.phone_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 27px;

	font-family: roboto_regular;
	font-size: 14px;
	color: #fff;
	letter-spacing:1.5px;

	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.phone_link:link,
.phone_link:focus,
.phone_link:visited{
	color: #fff;
}
.phone_link .icon{
	position: absolute;
	display: block;
	left: -23px;
	top: 4px;
	font-size: 15px;
	color: inherit;
}

.phone_link:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background-color: #fff;
	opacity: 0;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}



.phone_link:hover:before{
	opacity: 1;
}
.header_contacts .phone_link{
	margin-bottom: 9px;
}

.or_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 34px;
	margin-bottom: 15px;
	font-family: roboto_bold;
	font-size: 14px;
	color: #DBBF44;

}
.or_link:link,
.or_link:visited,
.or_link:focus{
	color: #DBBF44;

}
.or_link:hover{
	text-decoration: underline;
}



/*desctop_header_menu*/


/*mobile_header*/

.toggled_header {
    overflow: hidden;
}

.mobile_header{
	display: none;
}

.mobile_shadow{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: #000;
	opacity: 0;
	z-index: 200;
	cursor: pointer;

	-moz-transition: height 0.3s linear, left 0.3s linear;
	-o-transition: height 0.3s linear, left 0.3s linear;
	-webkit-transition: height 0.3s linear, left 0.3s linear;
	transition: height 0.3s linear, left 0.3s linear;

}

.header_container.toggled .mobile_shadow{
	height: 100vh;
	opacity: 0.8;
}
.mobile_header{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 138px;
}
.burger_toggle{
	position: relative;
	display: block;
	width: 54px;
	height: 40px;
	cursor: pointer;
	z-index: 50;
}
.burger_toggle_wrap{
	position: absolute;
	display: block;

	width: 54px;
	height: 32px;

}
.icon_bar{
	position: absolute;
	width: 54px;
	height: 3px;
	border-radius: 0px;
	background-color: #fff;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.icon_bar:nth-child(1){
	top: 0px;
	left: 0px;
}
.icon_bar:nth-child(2){
	top: 16px;
	left: 0px;
}
.icon_bar:nth-child(3){
	top: 32px;
	left: 0px;
}


.header_container.toggled .icon_bar:nth-child(1){
	-ms-transform: rotate(45deg);
	-ms-transform-origin: 20% 40%;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 20% 40%;
	transform: rotate(45deg);
	transform-origin: 20% 40%;
	top: 0px;
	left: 5px;
}

.header_container.toggled .icon_bar:nth-child(2){
	opacity: 0;
}
.header_container.toggled .icon_bar:nth-child(3){
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 20% 40%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 20% 40%;
	transform: rotate(-45deg);
	transform-origin: 20% 40%;
	left: 5px;
	top: 23px;
}

.mobile_collapse .burger_toggle{
	position: absolute;
	display: block;
	top: 20px;
    right: 35px;
    width: 42px;
    height: 42px;
	cursor: pointer;
	z-index: 50;
}
.mobile_collapse .icon_bar{
	width: 41px;
    height: 2px;
}
.header_container.toggled .mobile_collapse .icon_bar:nth-child(1){
	top: 6px;
}


.mobile_header_wrapper{
	position: relative;
	display: block;
	z-index: 200;
}
.mobile_header_top{
	position: relative;
	display: block;
	height: 138px;
	width: 100%;
	background-position: center;
	background-image: url(/images/header_bg.png);
	z-index: 500;
	background-color: #151a20ed;
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}

.main_page .mobile_header_top{
	height: 180px;
	background-image: none;
}

.header_container.opacity_header .mobile_header_top{
	background-color: transparent;
}

.flex_row_evenly{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-evenly;
}

.mobile_header_top .flex_row_evenly{
	height: 138px;
	align-items: center;
}

.main_page .mobile_header_top .flex_row_evenly{
	height: 180px;
}

.mobile_logo_top{
	display: block;
	position: relative;
	width: 88px;
	height: 96px;

}
.mobile_logo_top .img{
	position: relative;
	background-image: url(/images/main_logo_6.png);
}

.mobile_header_top .header_contacts{
	margin-left: 0px;
}

.mobile_header .header_buttons{
	max-width: 550px;
}

.mobile_header .header_buttons .simple_button{
	margin: 5px 10px;
}

.mobile_menu>li:nth-child(3){
	padding-top: 0;
}


.mobile_contact_icon::before{
	color: #2F3834;
    font-size: 20px;
    display: inline-block;
    top: 0px;
    position: absolute;
    left: -28px;
}

.mobile_collapse{
	position: absolute;
	width: 100%;
	height: 100vh;
	border-bottom: none;

	top: -130vh;

	background-color: #2F3834;
	-moz-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	-o-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	-webkit-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	transition: top 0.6s cubic-bezier(.54,0,.42,1);

	overflow-y: auto;
	z-index: 10000;
}


.mobile_collapse::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
}

.mobile_collapse::-webkit-scrollbar-thumb{
  border-radius: 8px;
  border: 1px solid #636363;
  background-color: rgba(255, 255, 255, .3);
}

.header_container.toggled .mobile_collapse{
	top: 0px;
}

.mobile_collapse_content{
	position: relative;
	display: block;
	padding: 0px 10px;
	padding-bottom: 1px;
}

.mobile_collapse_content .main_menu{
	position: relative;
	display: block;
	max-width: 300px;
	text-align: center;
	padding-top: 0px;
	margin: 50px auto 45px;
	height: auto;
}

.main_menu.mobile_menu2{
	display: none;
}

.mobile_collapse_content .main_menu>li{
	display: block;
	margin-bottom: 10px;

}
.mobile_collapse_content .main_menu>li>a,
.mobile_collapse_content .main_menu>li.active>span{
	display: inline-block;
	padding: 5px 10px;
}
.mobile_collapse_content .main_menu>li.active>span:before{
	display: none;
}

.mobile_header_footer{
	position: relative;
	display: block;
	padding: 20px 10px 20px 10px;
	background-color: #fff;
	margin-left: -10px;
	margin-right: -10px;
}

.mobile_header_contacts{
	position: relative;
	max-width: 175px;
	margin: 0px auto;
}

.mobile_header_contacts .phone_link,
.mobile_header_contacts .phone_link:link,
.mobile_header_contacts .phone_link:focus,
.mobile_header_contacts .phone_link:visited{
	color: #2d2d2d;
}
.mobile_header_contacts .phone_link:hover,
.mobile_header_contacts .phone_link:link:hover,
.mobile_header_contacts .phone_link:focus:hover,
.mobile_header_contacts .phone_link:visited:hover{
	color: #d3b90f;
}
.mobile_header_contacts .phone_link .icon{
	color: #d3b90f;
}

.mobile_header_contacts .check_hints_title{
	color: #DBBF44;
	margin-left: 5px;
}

.mobile_header_buttons{
	position: relative;
	margin: 0px auto;
	max-width: 282px;
	margin-top: 10px;
}
.mobile_header_buttons li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 1px;
	width: 50%;
}
.mobile_header_buttons li .simple_button{
	width: 100%;
}

.mobile_header_title{
	position: absolute;
	display: block;
	width: 160px;
	top: 12px;
	left: 63px;
	font-family: montserratmedium;
	font-size: 20px;
	color: #fff;
	line-height: 1em;
	text-transform: uppercase;
}
.mobile_header_title span{
	position: relative;
	display: block;
	margin-top: 2px;
	font-family: montserratmedium;
	font-size: 8px;
	color: #fff;
	line-height: 1em;
	text-transform: uppercase;
}

.mobile_person_info{
	display: none;
	width: 188px;
    margin: 0px auto 26px;
}
@media screen and (max-width: 991px){

	.desctop_header{
		display: none;
	}
	.mobile_header{
		display: block;
	}

}

/*mobile_header*/



/*page_content*/

.full_page_container{
	margin-top: 90px;
	margin-bottom: 100px;
}
.page_content{
	clear: both;
}



.head1,
.page_content h1{
	position: relative;
	display: block;
	font-family: 'roboto_bold';
	line-height: 1.2em;
	text-align: left;
	font-size: 60px;
	color: #2F3834;
	letter-spacing: 0px;
}

.page_content h1{
	margin-top: 15px;
	margin-bottom: 48px;
}


.head2,
.page_content h2{
	position: relative;
	display: block;
    font-family: 'roboto_bold';
	line-height: 1em;
	text-align: left;
	font-size: 40px;
	color: #0c151e;
	letter-spacing: 0px;
	text-transform: none;
}

.page_content h2{
	margin-top: 30px;
    margin-bottom: 30px;
}

.head3,
.page_content h3{
	position: relative;
	display: block;
    font-family: 'roboto_bold';
	line-height: 1em;
	text-align: left;
	font-size: 30px;
	color: #0c151e;
	letter-spacing: 0.5px;
	text-transform: none;
}
.page_content h3{
	margin-top: 30px;
    margin-bottom: 28px;
}

.head4,
.page_content h4{
	position: relative;
	display: block;
    font-family: 'roboto_bold';
	line-height: 1.2em;
	text-align: left;
	font-size: 20px;
	color: #0c151e;
	letter-spacing: 0px;
	text-transform: none;
}

.page_content h4{
	margin-top: 28px;
	margin-bottom: 20px;
}

.head5,
.page_content h5{
	position: relative;
	display: block;
	font-family: 'roboto_bold';
	line-height: 1.1em;
	text-align: left;
	font-size: 18px;
	color: #0c151e;
	letter-spacing: 0px;
	text-transform: none;
}

.page_content h5{
	margin-top: 20px;
	margin-bottom: 20px;
}

.head6,
.page_content h6{
	position: relative;
	display: block;
    font-family: 'roboto_regular';
	line-height: 1.2em;
	text-align: left;
	font-size: 14px;
	color: #0c151e;
	letter-spacing: 0px;
	text-transform: none;
}

.page_content h6{
	margin-top: 12px;
	margin-bottom: 10px;
}





.content_link,
.page_content p a,
.page_content a{
	border: none;
	padding: 0px;
	background: none;
	display: inline;
    font-family: 'roboto_regular';
	letter-spacing: 0px;
	color: #74A841;
	font-size: 16px;
	line-height: 1.4em;
	text-transform: none;
	text-decoration: none;
}
.content_link{
	display: inline-block;
	vertical-align: top;
}

.content_link:link,
.page_content p a:link,
.page_content a:link{
	color: #74A841;
	text-decoration: underline;

}
.content_link:visited,
.page_content p a:visited,
.page_content a:visited{
	color: #74A841;
}

.content_link:hover,
.page_content p a:hover,
.page_content a:hover{
	color: #74A841;
	text-decoration: underline;
}
.content_link:visited:hover,
.page_content p a:visited:hover,
.page_content a:visited:hover{
	color: #74A841;
	text-decoration: underline;
}



p,
.page_content p{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;

	line-height: 1.2em;
	font-family: 'roboto_regular';
	color: #2d2d2d;
	font-size: 16px;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
}

p i,
.page_content p i,
p em,
.page_content p em{
	font-family: roboto_italic;
}

p b,
.page_content p b,
p strong,
.page_content p strong{
	font-style: none;
	font-family: roboto_bold;
}



.page_content table{
	width: 100%!important;
	border-collapse: collapse;
}
table th,
table td{
	padding: 30px 28px;
}
.page_content td,
.page_content th,
.page_content tr{
	width: auto!important;
	height: auto!important;
}
table th{
	border: 1px solid #d3b90f;
	background-color: #d3b90f;
	border-bottom: none;

	text-align: center;
    font-family: 'roboto_medium';
	letter-spacing: 0px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;

}
table td{
	border: 1px solid #dfdfdf;
	text-align: left;
    font-family: 'roboto_medium';
	letter-spacing: 0px;
	font-size: 14px;
	color: #474747;
}

tr:nth-child(2n+1) {
    background-color: #f0f0f0;
}

.page_content td p{
	margin: 5px 0px;
}
.wrap_tables{
	position: relative;
	display: block;
	overflow-x: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.wrap_tables::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 4px;
	height: 4px;
}

.wrap_tables::-webkit-scrollbar-thumb{
	border-radius: 4px;
}


blockquote{
	position: relative;
	border: none;
	padding-top: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 30px;

    font-family: 'roboto_italic';
	font-size: 14px;
	color: #1e1e1e;
	letter-spacing: 0px;
	line-height: 1.4em;
}

blockquote p{
    font-family: 'roboto_italic';
	font-size: 14px;
	color: #212121;
	letter-spacing: 0px;
	line-height: 1.5em;
	margin-bottom: 0px;
}

blockquote a,
blockquote p a{
    font-family: 'roboto_italic';
}

blockquote:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 15px;
	width: 1px;
	height: calc(100% - 0px);
	background: #d6d6d6;
}

.page_content ol,
.page_content ul{
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.page_content ol li,
.page_content ul li{
	position: relative;
	display: block;
	margin-bottom: 8px;

	padding-left: 30px;

	line-height: 1.5em;

    font-family: 'roboto_medium';
	font-size: 14px;
	color: #2d2d2d;
}

.page_content ol li{
	padding-left: 25px;
}
.page_content ol li:last-child,
.page_content ul li:last-child{
	margin-bottom: 0px;
}

.page_content ol li p,
.page_content ul li p,
.page_content ol li a,
.page_content ul li a{
	margin: 0px;
}
.page_content ol li p,
.page_content ul li p{
	margin-bottom: 5px;
}

.page_content ul>li:before{
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: calc(100% - 4px);
	top: 2px;
	left: 17px;
	background-color: #dcc85e;
}

ol{
	list-style: none;
	counter-reset: myCounter;
}
ol>li:before{
	counter-increment: myCounter;
	content: counter(myCounter) '.';
}
.page_content ol>li:before{
	counter-increment: myCounter;
	content: counter(myCounter) '.';

	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
    font-family: 'roboto_medium';
	font-size: 14px;
	color: #d3b90f;
}

.page_content ol>li ul,
.page_content ol>li ol,
.page_content ul>li ul,
.page_content ul>li ol,
.page_content ol>ul,
.page_content ol>ol,
.page_content ul>ul,
.page_content ul>ol{
	padding-left: 0px;
	margin: 0px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.page_content ol>li ul li,
.page_content ol>li ol li,
.page_content ul>li ul li,
.page_content ul>li ol li,
.page_content ol>ul li,
.page_content ol>ol li,
.page_content ul>ul li,
.page_content ul>ol li{
	margin-bottom: 5px;
}




.page_content img{
	position: relative;
	max-width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	height: auto!important;
}



.page_content img[style*="float: right"],
.page_content img[style*="float:right"]{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
}
.page_content img[style*="float: left"],
.page_content img[style*="float:left"]{
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}


/*invert_ui*/

.invert_ui p,

.invert_ui .page_content h1,
.invert_ui .head1,

.invert_ui .page_content h2,
.invert_ui .head2,

.invert_ui .page_content h3,
.invert_ui .head3,

.invert_ui .page_content h4,
.invert_ui .head4,

.invert_ui .page_content h5,
.invert_ui .head5,

.invert_ui .page_content h6,
.invert_ui .head6,

.invert_ui .page_content ul li,
.invert_ui .page_content ol li,
.invert_ui blockquote,
.invert_ui blockquote p{
	color: #fff;
}

@media screen and (max-width: 767px){

	.head1,
	.page_content h1{
		font-size: 40px;
	}

	.page_content h1{
		margin-top: 15px;
		margin-bottom: 35px;
	}


	.head2,
	.page_content h2{
		font-size: 30px;
	}

	.page_content h2{
		margin-top: 30px;
	    margin-bottom: 30px;
	}

	.head3,
	.page_content h3{
		font-size: 25px;
	}
	.page_content h3{
		margin-top: 30px;
	    margin-bottom: 25px;
	}


}
@media screen and (max-width: 480px){

	.head1,
	.page_content h1{
		font-size: 30px;
	}

	.page_content h1{
		margin-top: 15px;
		margin-bottom: 30px;
	}


	.head2,
	.page_content h2{
		font-size: 25px;
	}

	.page_content h2{
		margin-top: 30px;
	    margin-bottom: 30px;
	}

	.head3,
	.page_content h3{
		font-size: 25px;
	}
	.page_content h3{
		margin-top: 30px;
	    margin-bottom: 25px;
	}


}

/*page_content*/


/*breadcrumbs*/

.breadcrumbs_container{
	position: relative;
	display: block;
	padding-top: 30px;
	padding-bottom: 20px;
}
.breadcrumbs_wrapper{
	position: relative;
	display: block;
}
.bread_crumbs{
	position: relative;
	display: block;
}
.breadcrumbs_wrapper li{
	display: inline-block;
	vertical-align: top;

	font-size: 14px;
	line-height: 1.4em;
	color: #858585;
	letter-spacing: 0px;
    font-family: 'montserratmedium';
	margin-right: 5px;
	cursor: default;
}
.breadcrumbs_wrapper li a{
	display: inline-block;
	border-bottom: 1px solid transparent;

	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	color: inherit;

}
.breadcrumbs_wrapper li.active{
	margin-right: 0px;
}
.breadcrumbs_wrapper li.active span{
	text-decoration: underline;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	color: inherit;
	border-bottom: 1px solid #9c9c9c;
}
.breadcrumbs_wrapper li a:hover{
	border-bottom: 1px solid transparent;
	opacity: 0.6;
}


/*breadcrumbs*/


/*main_slider*/
.main_slider{
	position: relative;
	display: block;
}
.main_slider_container{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 154px;
	min-height: 760px;
	margin-top: -154px;
}
.main_slider_title{
	position: relative;
	display: block;
	text-align: center;
	font-family: montserratbold;
	font-size: 50px;
	color: #fff;
	line-height: 0.5em;
	padding-top: 60px;
}
.swiper-body{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 880px;
	padding: 0px 20px;
}
.swiper-body .swiper-slide{
	text-align: center;
}
.main_slider_img_container{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-height: 200px;
}
.main_slider_img{
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.main_slider_img img{
	border: 10px solid #fff;
}
.main_slider_content{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 740px;
}
.main_slider_content_inner{
	position: relative;
	padding: 55px 20px 0px;
}
.main_slider_content_inner p{
	text-align: center;
}

.main_slider_footer{
	position: relative;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main_slider_footer_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1040px;
	padding: 10px 20px;
}
.main_slider_footer_wrapper_inner{
	position: relative;
	display: block;
}
.main_slider_footer_wrapper_inner:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
.main_slider_footer_wrapper_inner .decor{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 1px dashed #8a7f20;
}

.main_slider_footer_content{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 940px;
}
.main_slider_footer_col{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}
.col_title{
	width: 200px;
}
.col_phone{
	width: calc(100% - 590px);
}
.col_button{
	width: 195px;
	padding-top: 25px;
}
.col_sms{
	width: 195px;
}
.main_slider_footer_title{
	position: relative;
	display: block;
	font-family: montserratbold;
	font-size: 22px;
	color: #d3b90f;
	line-height: 1.1em;
	padding-top: 16px;
}
.main_slider_footer_title span{
	font-size: 16px;
	color: #fff;
}
.main_slider_label{
	position: relative;
	display: flex;
	font-weight: normal;
	cursor: pointer;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	padding: 5px 0px;
}
.input_desc{
	position: relative;
	display: block;
	margin-right: 15px;
	font-family: montserratmedium;
	font-size: 13px;
	color: #a8a8a8;
	line-height: 1.1em;
}


.left_side,
.right_side{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 50%;

}



.main_slider .left_side{
	padding-right: 29px;
}

.main_slider .right_side{
	padding: 25px 0px 35px 65px;
	max-width: 435px;
	min-height: 300px;
}

.main_slider .right_side:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: -4px;
	width: 8px;
	height: 100%;
	background-color: #fff;
	border-radius: 100px;
}

.arrow_bottom_wrap{
	position: relative;
	min-height: 100px;
}

a.arrow_bottom{
	position: relative;
	display: block;
	max-width: 100px;
	height: 100px;
	margin: 0px auto;
}



.icon-Vector-1{
	position: absolute;
	left: calc(50% - 25px);
	top: calc(50% - 32px);
}

.icon-Vector-1:before{
	font-size: 50px;

	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    transition: color 0.3s cubic-bezier(.54,0,.42,1);

}

a.arrow_bottom:hover .icon-Vector-1:before{
	color: #d3b90f;
}


/*gallery_form_container*/

.gallery_form_container{
	position: relative;
	background-position: center center;
}
.gallery_form_wrapper{
	position: relative;
	margin-top: 60px;

}
.gallery_form_head{
	position: relative;
	margin: 0px auto;
    display: flex;
    align-items: center;
    min-height: 300px;
}
.gallery_form_head .title{
	color: #fff;
    line-height: 1.2em;
    letter-spacing: 3px;
    text-transform: none;
    font-size: 60px;
}
.gallery_form_head .title span{
	color: #d3b90f;
}


.form_descr p{
	position: relative;
	color: #fff;
	font-size: 17px;
	line-height: 1.7em;
}


.gallery_form_wrapper .form_row{
	position: relative;
	padding: 0px 15px;
}
.form_row_left,
.form_row_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
}
.form_row_left{
	padding: 0px 15px;
}
.form_label.form_label_inline{
	position: relative;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
	margin-top: 15px;
}
.form_label_phone{
	max-width: 190px;
}



.form_label_code{
	max-width: 98px;
}
.label_desc{
	position: relative;
	display: block;
	margin-bottom: 9px;
	font-family: montserratmedium;
	font-size: 13px;
	color: #a8a8a8;
}

.label_warning{
	position: relative;
	font-family: roboto_regular;
	font-size: 10px;
	line-height: 1.44em;
	color: #828282;
}
.label_simple{
	float: left;
}

.gallery_form_wrapper .form_row_button{
	padding: 30px 20px 0px;

}


.gallery_main_wrapper{
	position: relative;
	display: none;
}

.autoriz .gallery_form_wrapper{
	display: none;
}

.autoriz .main_slider_container{
	min-height: 300px;
	background-position: center top;
}


/*main_slider*/



/*new yaer decor*/

.nyear_style .desctop_header_top{
	background-color: transparent;
}
.nyear_style .mobile_header_top{
	background-color: #11013cf2;
}

.nyear_style .footer_top{
	background-color: #4C0B48;
}

.header_decor{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.icon-header_stars{
	position: absolute;
	display: block;
	top: 0px;
	opacity: 0.5;
}

.icon-header_stars:nth-child(1){
	left: 0px;
}
.icon-header_stars:nth-child(2){
	left: 170px;
}
.icon-header_stars:nth-child(3){
	right: 0px;
}
.icon-header_stars:nth-child(4){
	right: 170px;
}

.icon-header_stars:before{
	font-size: 73px;
}

.nyear_style .header_decor{
	display: block;
}



.gradient{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;

	background: rgb(98,53,224); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(98,53,224,1) 0%, rgba(154,42,156,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(98,53,224,1) 0%,rgba(154,42,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(98,53,224,1) 0%,rgba(154,42,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6235e0', endColorstr='#9a2a9c',GradientType=0 ); /* IE6-9 */

	opacity: 0.5;
}



.nyear_style .gradient{
	display: block;
}

.main_page .desctop_header_top .gradient{
	display: none;
}

.decor_year{
	display: none;
    position: absolute;
    bottom: -70px;
    right: 80px;
}

.icon-2020{
	opacity: 0.3;
}

.icon-2020:before{
	font-size: 250px;
}
/*
.nyear_style .decor_year{
	display: block;
}
*/

.decor_star1{
	display: none;
	position: absolute;
    left: 0px;
    top: 250px;
}
.decor_star2{
	display: none;
	position: absolute;
    left: 100px;
    bottom: 23px;
    transform: rotate(90deg);
}

.decor_star3{
	display: none;
	position: absolute;
    right: 0px;
    top: 250px;
}
.decor_star4{
	display: none;
	position: absolute;
    right: -24px;
    bottom: -36px;
}

.decor_star5{
	display: none;
	position: absolute;
    left: 12%;
    top: -6px;
    transform: rotate(-90deg);
}

.decor_star6{
	display: none;
	position: absolute;
    right: 57px;
    top: -14px;
}

.nyear_style .decor_star1,
.nyear_style .decor_star2,
.nyear_style .decor_star3,
.nyear_style .decor_star4,
.nyear_style .decor_star5,
.nyear_style .decor_star6{
	display: block;
}

.icon-snowflake_1,
.icon-snowflake_2,
.icon-snowflake_3,
.icon-snowflake_4{
    opacity: 0.3;
}

.icon-snowflake_1:before,
.icon-snowflake_2:before,
.icon-snowflake_3:before,
.icon-snowflake_4:before {
    font-size: 161px;
}

.decor_star5 .icon-snowflake_4:before {
    font-size: 150px;
}

.decor_group_snowflake{
	display: none;
	position: absolute;
    left: 5%;
    right: auto;
}

.decor_group_snowflake:nth-child(1){
	left: 5%;
	right: auto;
	top: 0px;
}


.decor_group_snowflake:nth-child(2){
	right: 0%;
	top: 50px;
	left: auto;
}

.decor_group_snowflake:nth-child(3){
	left: 5%;
	right: auto;
	top: 50%;
}


.decor_group_snowflake:nth-child(4){
	right: 0%;
	top: 40%;
	left: auto;
}

.decor_group_snowflake:nth-child(5){
	left: 5%;
	top: 95%;
	right: auto;
	z-index: 2;
}

.decor_group_snowflake:nth-child(6){
	left: auto;
	top: 85%;
	right: 0px;
	z-index: 2;
}

.icon-group_snowflake:before{
	font-size: 500px;
}

.nyear_style .decor_group_snowflake{
	display: block;
}

/*new yaer decor*/





/*simple_styled_form*/

.err_message{
	position: absolute;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #ff633f;
	text-align: left;
	font-family: montserratmedium_italic;
	width: 230px;
    overflow: visible;
}
.red .err_message{
	display: block;
}

.main_slider_footer_content .err_message{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 120%;
}






.right_side .simple_styled_form{
	max-width: 340px;
}

.simple_styled_form input,
.simple_styled_form textarea{
	position: relative;
	display: block;
	height: 36px;
	width: 100%;
	background-color: #fff!important;
	text-align: left;
	font-size: 13px;
	border-radius: 10px;
	padding: 16px 18px 10px 18px;
	font-family: montserratmedium;
	color: #2d2d2d;
	border: 1px solid #dfdfdf;
}
input:-internal-autofill-selected {
	background-color: transparent!important;
}
.simple_styled_form textarea{
	height: 100px;
	resize: none;
}



.simple_styled_form input::-webkit-input-placeholder {color: #b3b3b3};
.simple_styled_form input::-moz-placeholder          {color: #b3b3b3};
.simple_styled_form input:-moz-placeholder           {color: #b3b3b3};
.simple_styled_form input:-ms-input-placeholder      {color: #b3b3b3};

.simple_styled_form input::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form input::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form input:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form input:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease;}


.simple_styled_form input:focus::-webkit-input-placeholder {opacity: 0;}
.simple_styled_form input:focus::-moz-placeholder          {opacity: 0;}
.simple_styled_form input:focus:-moz-placeholder           {opacity: 0;}
.simple_styled_form input:focus:-ms-input-placeholder      {opacity: 0;}



.simple_styled_form textarea::-webkit-input-placeholder {color: #b3b3b3};
.simple_styled_form textarea::-moz-placeholder          {color: #b3b3b3};
.simple_styled_form textarea:-moz-placeholder           {color: #b3b3b3};
.simple_styled_form textarea:-ms-input-placeholder      {color: #b3b3b3};

.simple_styled_form textarea::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form textarea::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form textarea:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease;}
.simple_styled_form textarea:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease;}


.simple_styled_form textarea:focus::-webkit-input-placeholder {opacity: 0;}
.simple_styled_form textarea:focus::-moz-placeholder          {opacity: 0;}
.simple_styled_form textarea:focus:-moz-placeholder           {opacity: 0;}
.simple_styled_form textarea:focus:-ms-input-placeholder      {opacity: 0;}



.simple_styled_form .red input::-webkit-input-placeholder {color: #b3b3b3};
.simple_styled_form .red input::-moz-placeholder          {color: #b3b3b3};
.simple_styled_form .red input:-moz-placeholder           {color: #b3b3b3};
.simple_styled_form .red input:-ms-input-placeholder      {color: #b3b3b3};

.simple_styled_form .red textarea:focus::-webkit-input-placeholder {color: #b3b3b3}
.simple_styled_form .red textarea:focus::-moz-placeholder          {color: #b3b3b3}
.simple_styled_form .red textarea:focus:-moz-placeholder           {color: #b3b3b3}
.simple_styled_form .red textarea:focus:-ms-input-placeholder      {color: #b3b3b3}

.simple_styled_form .red input,
.simple_styled_form .red textarea{
	border: 1px solid #bf3d1f;
	color: #bf3d1f;
}
.simple_styled_form.simple_styled_form_small input{
	height: 30px;
	padding: 5px 15px;
}

label{
	position: relative;
	font-weight: normal;
}
.form_label{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.form_laabel_desc{
	position: relative;
	display: block;
	margin-bottom: 10px;
	font-family: montserratmedium;
	font-size: 13px;
	color: #808080;
}
.check_personal_info{
	cursor: pointer;
	font-size: 12px;
	padding-left: 40px;
}

.check_personal_info .jq-checkbox,
.check_personal_info .jq-checkbox.focused{
	left: 0px;
}

.jq-checkbox,
.jq-checkbox.focused{
	position: absolute!important;
	display: block!important;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: none;

	margin: 0px;
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	-moz-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	transition: all 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-checkbox__div,
.jq-checkbox.checked .jq-checkbox__div{
	position: absolute;
	display: block;

	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	margin: 0px;
	border-radius: 0px;
	background: none;
	box-shadow: none;
}
.jq-checkbox__div:before{
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);



	opacity: 0;

	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-checkbox.checked .jq-checkbox__div:before{
	opacity: 1;
}
.jq-checkbox.checked{
	background-color: transparent;
}
lable{
	font-weight: normal;
}






.jq-selectbox{
	display: block!important;
	width: 100%;
}
.jq-selectbox__select,
.jq-selectbox.focused .jq-selectbox__select{
	display: block;
	border-radius: 10px;
	border: 1px solid #dfdfdf;
	height: 36px;
	padding: 4px 30px 14px 17px;
	background: #fff!important;
	box-shadow: none!important;
}
.jq-selectbox__trigger{
	width: 30px;
	height: 100%;
	border: none;
}
.jq-selectbox__trigger .jq-selectbox__trigger-arrow{
	border: none;
	display: flex;
	top: 20px;
	right: 10px;
	width: 8px;
	height: 8px;
}
.jq-selectbox__trigger .jq-selectbox__trigger-arrow:before{
	position: absolute;
	display: block;
	content: '';
	border-top: 7px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;


	-moz-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	transition: all 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-selectbox__trigger:hover .jq-selectbox__trigger-arrow:before{
	opacity: 0.7;
}
.jq-selectbox__select-text{
	font-family: roboto_regular;
	font-size: 14px;
	color: #2F3834;
	height: 44px;
	width: 100%!important;
}
.first_place .jq-selectbox__select-text{
	color: #98a8a3;
}
.first_place.changed .jq-selectbox__select-text{
	color: #d3b90f;
}
.jq-selectbox li.disabled{
	display: none;
}
.jq-selectbox__dropdown{
	margin-top: 0px;
	border: 1px solid #fff;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
}
.jq-selectbox__dropdown ul{
	max-height: 150px;
	overflow: auto;
}
.jq-selectbox li{
	min-height: 20px;
	padding: 5px 30px 5px 17px;
	color: #2d2d2d;
	font-size: 13px;
	font-family: montserratmedium;
	display: block;
	position: relative;

	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}

.jq-selectbox li:first-child{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.jq-selectbox li:last-child{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.jq-selectbox li:hover{
	background-color: #d3b90f;
}
.jq-selectbox li.sel,
.jq-selectbox li.selected,
.jq-selectbox li.sel:hover{
	background-color: #d3b90f;
	color: #fff;
}


.simple_styled_form_small .jq-selectbox__select,
.simple_styled_form_small .jq-selectbox.focused .jq-selectbox__select{
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.simple_styled_form_small .jq-selectbox__select-text{
	height: 30px;
	padding-top: 0px;
}
.jq-selectbox__trigger .jq-selectbox__trigger-arrow{
	top: 50%;
	margin-top: -3px;
}


.red .jq-selectbox__select,
.red .jq-selectbox.focused .jq-selectbox__select{
	border: 1px solid #bf3d1f;
}

.hide_input{
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.icon-icon_form_add:before{
	font-size: 20px;
}

.icon-icon_form_add{
	display: block;
    position: absolute;
    top: 7px;
    right: 7px;
	cursor: pointer;
}

.jq-file{
	width: 100%;
	box-shadow: none;
}

.jq-file__browse{
	display: none;
}

.jq-file__name{
	border: 1px solid #dfdfdf;
    border-radius: 10px;
}

.jq-file.focused .jq-file__name{
	border: 1px solid #dfdfdf;
}

.contacts_node .simple_button{
	min-width: 250px;
}

.jq-radio.focused{
	border: 1px solid #C3C3C3;
}

.jq-radio.checked .jq-radio__div{
	margin: 2px;
	background: #d3b90f;
    box-shadow: none;
}



@media screen and (max-width:520px) {
	.modal_body {
	    padding: 20px 10px;
	}
}

.tooltip-inner{
	padding: 12px 15px;
	background-color: #fff;
	font-family: 'montserratmedium';
	font-size: 12px;
	letter-spacing: 0px;
	width: 220px;
    text-align: left;
	color: #2d2d2d;
}

.tooltip.top .tooltip-arrow{
	border-top-color:#fff;
}

.tooltip .arrow::before{
	border-top-color: #fff;
}


.tooltip.in{
	opacity: 1;
}

.error{
	position: relative;
	display: none;
	top: 5px;
	left: 5px;
	font-size: 13px;
	color: #ff633f;
	text-align: left;
	font-family: montserratmedium_italic;
    overflow: visible;
}

.red .error{
	display: block;
}

/*simple_styled_form*/


.flex_row_between{
	position: relative;
	display: flex;
	justify-content: space-between;
}

.icon_help{
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: 0;
    right: -50px;
    border: 3px solid #fff;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.title_lined{
    display: inline-block;
    position: relative;
    font-family: roboto_bold;
    font-size: 24px;
    line-height: 1.44em;
    color: #2F3834;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.title_lined::before{
    content: '';
    display: block;
    position: absolute;
    width: 2000px;
    height: 6px;
    background-color: #DBBF44;
    top: calc(50% - 3px);
}
.line_right::before{
    left: calc(100% + 10px);
}
.line_left::before{
    right: calc(100% + 10px);
}

.service_content p {
    font-size: 18px;
}


/*services*/

.main_services_wrapper{
	position: relative;
}

.main_services_nodes{
	position: relative;
	display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.main_services_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
	width: 25%;
	margin-bottom: 20px;
}
.main_services_node_inner{
	position: relative;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.services_node_content{
	position: relative;
	display: block;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 35px 10px;
	padding-bottom: 20px;
	margin: 0px auto;
	max-width: 340px;
	min-height: 176px;
}
.services_title{
	position: relative;
	display: block;
	text-align: center;
	font-family: montserratbold;
	font-size: 22px;
	color: #d3b90f;
	margin-bottom: 20px;
}

.services_title.long_title{
	margin-right: -9px;
}

.services_node_content p{
	text-align: center;
	color: #fff;
	line-height: 1.5em;
	font-size: 14px;
	margin-bottom: 0px;
	letter-spacing: 0.5px;
}
.main_services .simple_page_content{
	margin-top: 40px;
}

/*gallery_form_container*/

.gallery_form_container{
	position: relative;
	background-position: center center;
}
.gallery_form_wrapper{
	position: relative;
	margin-top: 60px;

}
.gallery_form_head{
	position: relative;
	margin: 0px auto;
	margin-top: -15px;

}
.gallery_form_head .title{
	color: #fff;
    line-height: 1.3em;
    letter-spacing: 3px;
    text-transform: none;
    font-size: 60px;
}
.gallery_form_head .title span{
	color: #d3b90f;
}


.form_descr p{
	position: relative;
	color: #fff;
	font-size: 17px;
	line-height: 1.7em;
}

.form_wrap{
	position: relative;
	margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 35px;
}

.gallery_form_wrapper .form_row{
	position: relative;
	padding: 0px 15px;
	margin-top: 25px;
}
.form_row_left,
.form_row_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 50%;
}
.form_row_left{
	padding: 0px 15px;
}
.form_label.form_label_inline{
	position: relative;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
	margin-top: 15px;
}
.form_label_phone{
	max-width: 190px;
}



.form_label_code{
	max-width: 98px;
}
.label_desc{
	position: relative;
	display: block;
	margin-bottom: 9px;
	font-family: montserratmedium;
	font-size: 13px;
	color: #a8a8a8;
}

.label_simple{
	float: left;
}

.gallery_form_wrapper .form_row_button{
	padding: 0px 20px;

}


.gallery_main_wrapper{
	position: relative;
	display: none;
}

.autoriz .gallery_form_wrapper{
	display: none;
}

.autoriz .main_slider_container{
	min-height: 300px;
	background-position: center top;
}


.about_pic{
	position: relative;
	width: 100%;
	height: 407px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px auto;
}

.main_services .simple_head .title{
	color: #FFDB44;
}

.main_services_wrapper .simple_page_content{
	max-width: 930px;
}

.main_services_wrapper .simple_page_content p{
	font-size: 16px;
	letter-spacing: 0.7px;
	text-indent: 20px;
}



.service_icon{
	display: block;
    text-align: center;
    margin-bottom: 20px;
}

.service_icon:before {
	font-size: 96px;
	color: #fff;
}
.icon-clock:before{
	font-size: 110px;
}
.service_icon.icon-clock{
	margin-top: -10px;
    margin-bottom: 17px;
}

.decor_dots_left_gray{
	position: absolute;
	top: 153px;
	left: -35%;
}

.decor_dots_right_gray{
	position: absolute;
	bottom: 24px;
    right: -25%;
}
.decor_dots_right_gray{
	width: 342px;
}

.decor_dots_left_gray_lk{
	position: absolute;
	top: -176px;
    left: 220px;
}

.decor_dots_right_gray_lk{
	position: absolute;
	bottom: 179px;
    right: 136px;
}
.decor_dots_right_gray_lk img,
.decor_dots_left_gray_lk img{
	width: 400px;
}

@media screen and (max-width: 840px){
	.form_row_left,
	.form_row_right{
		padding-left: 10px;
		padding-right: 10px;
	}

	.form_row_left{
		width: calc(100% - 220px);
		padding: 0px;
	}
	.form_row_right{
		width: 220px;
	}

	.gallery_form_wrapper .form_row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.gallery_form_head{
		margin-bottom: 25px;
	}

}

@media screen and (max-width: 710px){

	.form_label.form_label_inline{
		padding: 0px 10px;
	}

	.main_slider_content_inner{
		text-align: center;
	}
	.form_label_code{
		width: 100px;
	}
	.form_label_phone{
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 650px){

	.form_row_left,
	.form_row_right{
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 360px){


	.form_label.form_label_inline{
	    width: 100%;
	}


}
/*gallery_form_container*/


@media screen and (max-width: 880px){

	.services_title{
		font-size: 18px;
	}
}
@media screen and (max-width: 710px){

	.services_title{
		font-size: 22px;
	}
	.main_services_node{
		display: block;
		margin: 0px auto;
		margin-bottom: 20px;
		max-width: 340px;
		width: 100%;
	}
}

/*services*/

/*news*/



.news_content_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 1030px;
	padding: 20px 70px 50px;
}

.news_nodes{
	position: relative;
}

.news_node{
	position: relative;
	min-height: 143px;
	padding: 15px 100px 15px 30px;
	border: 1px solid #E9E9E9;
	background-color: #fff;
}

.news_node_header{
	position: relative;
	font-family: roboto_bold;
	font-size: 24px;
	color: #2F3834;
	letter-spacing: 1px;
	margin-bottom: 10px;

	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    transition: color 0.3s cubic-bezier(.54,0,.42,1);
}

.simple_descr{
	position: relative;
	font-family: roboto_regular;
    font-size: 13px;
    color: #979797;
    line-height: 1.8em;
    letter-spacing: 0.3px;
}

.simple_descr p{
	position: relative;
    font-family: roboto_regular;
    font-size: 13px;
    color: #979797;
    line-height: 1.8em;
    letter-spacing: 0.3px;
}

.news_arrow{
	position: absolute;
	right: 40px;
	top: calc(50% - 20px);
	height: 45px;
	width: 45px;
}

.news_arrow .icon-arrow{
	display: block;
    transform: rotate(180deg);
    position: absolute;
    top: 7px;
    left: 8px;
}

.news_arrow .icon-arrow:before{
	font-size: 31px;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    transition: color 0.3s cubic-bezier(.54,0,.42,1);
}

.news_arrow:hover .icon-arrow:before{
	color: #E7D790;
}

.news_node .title_link:hover .news_node_header{
	color: #DBBF44;
}

.news_star:after{
	content: '';
	display: inline-block;
	position: relative;
	width: 187px;
	height: 93px;
	vertical-align: middle;
	margin-left: -30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/images/star.svg');
}

.decor_news_dots_left_yellow{
	position: absolute;
    top: -30px;
    left: 0px;
}

.decor_news_dots_right_yellow{
	position: absolute;
    bottom: -30px;
    right: 0px;
}

.decor_news_dots_left_yellow img,
.decor_news_dots_right_yellow img{
	width: 359px;
	opacity: 0.3;
}

/*news*/


/*main_contacts*/

.main_contacts_wrapper{
	position: relative;
	max-width: 830px;
	margin: 0px auto;


}
.main_contacts_left,
.main_contacts_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	width: 50%;
}
.main_contacts_left{
	padding-top: 40px;
}
.main_contacts_right{
	min-height: 280px;
}

.contacts_node{
	position: relative;
	display: block;
	margin-bottom: 25px;
}
.contacts_node_title{
	position: relative;
	display: block;
	margin-bottom: 10px;
	font-family: roboto_medium;
	font-size: 18px;
	color: #d3b90f;
}
.contacts_row{
	position: relative;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}
.contacts_row p{
	margin-bottom: 15px;
	font-size: 30px;
	font-family: roboto_bold;
	line-height: 1.1em;
}
.contacts_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: roboto_bold;
	font-size: 30px;
	color: #313630;
	line-height: 1.2em;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.contacts_link:link,
.contacts_link:visited,
.contacts_link:focus{
	color: #313630;
}
.contacts_link:hover,
.contacts_link:link:hover,
.contacts_link:visited:hover,
.contacts_link:focus:hover{
	color: #d3b90f;
}
.main_contacts_right img{
	position: relative;
	max-width: 100%;
}


.decor_contacts_dots_left_gray{
	position: absolute;
    top: 100px;
    left: 0px;
}

.decor_contacts_dots_right_gray{
	position: absolute;
    right: 67px;
    height: 140px;
    overflow: hidden;
    bottom: -146px;
}

.decor_contacts_dots_right_gray img{
	max-width: 280px;
}


.soc_icon:before {
	font-size: 48px;
	color: #000;
	margin-right: 15px;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    transition: color 0.3s cubic-bezier(.54,0,.42,1);
}

.soc_link:hover .soc_icon:before{
	color:  #E7D790;
}

.map_wrap{
	position: relative;
	width: 440px;
	height: 440px;
	padding: 26px;
	border: 1px solid #E7D790;
}

#map{
	width: 100%;
	height: 100%;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
}
.map_marker{
	cursor: pointer;
}

.decor_left_bottom_lines{
	position: absolute;
	left: -66%;
	bottom: 78px;
    width: 531px;
	height: 50px;
}
.decor_left_bottom_lines .line{
	position: absolute;
	width: 100%;
	height: 12px;
	right: 0px;
}
.decor_left_bottom_lines .line:nth-child(1){
	top: 0;
	background-color: #E7D790;
}

.decor_left_bottom_lines .line:nth-child(2){
	top: 34px;
	background-color: #DBBF44;
}

.decor_right_lines{
	position: absolute;
	right: -72%;
    bottom: 157px;
    width: 531px;
	height: 180px;
}
.decor_right_lines .line{
	position: absolute;
	width: 100%;
	height: 38px;
	right: 0px;
}
.decor_right_lines .line:nth-child(1){
	top: 0;
	background-color: #DBBF44;
}

.decor_right_lines .line:nth-child(2){
	top: 68px;
	background-color: #E7D790;
}

.decor_right_lines .line:nth-child(3){
	top: 136px;
	background-color: #FFDB44;
}



@media screen and (max-width: 740px){

/*
	.main_contacts_left{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 100%;
		max-width: 360px;
	}
*/
	.contacts_node,
	.contacts_row{
		text-align: center;
	}

}

/*main_contacts*/

/*footer*/

.footer_container{
	position: relative;
}
.footer_top{
	position: relative;
	background-color: #2b2f2c;
	min-height: 125px;
}
.footer_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1160px;
	padding: 0px 10px;
}

.footer_wrapper .flex_row_between{
	align-items: center;
	min-height: 200px;
}

.footer_left,
.footer_center,
.footer_right{
	position: relative;
	display: inline-block;
	padding: 0px 10px;
}

.footer_center{
	max-width: 600px;
}

.footer_logo{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 106px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_logo img{
	position: relative;
	display: block;
	max-width: 133px;
}
.footer_center .contacts_row{
	text-align: center;
}

.invert_ui .soc_icon:before{
	color: #fff;
}

.footer_center .soc_icon:before{
	font-size: 32px;
	margin: 0px;
}
.footer_center .soc_icon{
	display: inline-block;
	margin: 18px;
}


.footer_contacts{
	position: relative;
	margin-right: 0px;
	margin-left: auto;
	max-width: 201px;
	padding-top: 35px;
}
.footer_contacts .phone_link{
	margin-bottom: 18px;
	font-size: 14px;
}

.footer_contacts .phone_link .icon{
	left: -38px;
    top: -1px;
    font-size: 26px;
}

.footer_contacts .footer_mail{
	padding-right: 30px;
}
.footer_bottom{
	padding: 10px 0px;
}
.copyrights{
	font-size: 13px;
	margin-bottom: 0px;
	text-align: center;
	height: 34px;
    vertical-align: top;
}
.developer{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.developer img{
	position: relative;
	display: block;
	width: 105px;
}

.footer_menu{
	position: relative;
	padding-bottom: 20px;
}

.footer_menu>li{
	position: relative;
	display: inline-block;
	font-family: roboto_regular;
	font-size: 16px;
	line-height: 1.44em;
	color: #fff;
}
.footer_menu>li>a,
.footer_menu>li>span{
	position: relative;
	display: inline-block;
	padding: 7px 11px;
	color: inherit;
}

.footer_menu>li>span,
.footer_menu>li>a:hover{
	color: #DBBF44;
	text-decoration: underline;
}


@media screen and (max-width: 440px){
	.footer_left,
	.footer_right{
		display: block;
		width: 100%;
		text-align: center;
	}

}

/*footer*/


/*modals*/

.modal-dialog{
	width: calc(100% - 20px);
    max-width: 780px;
    margin: 10px auto;
}

.wide_modal .modal-dialog{
	width: 100%;
	max-width: 1000px;
}
.thin_modal .modal-dialog{
	width: calc(100% - 20px);
    max-width: 780px;
    margin: 10px auto;
}
.ex_thin_modal .modal-dialog{
	width: calc(100% - 20px);
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.modal-content{
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	padding: 40px 70px 40px 70px;
	border-radius: 0px;
}

.thin_modal .modal-content{
	padding: 60px 160px 60px 160px;
}

button.close{
	float: none;
	display: block;
	position: absolute;
	top: 30px;
	right: 38px;
	opacity: 1;
	text-shadow: none;
	border-radius: 0px;
	width: 40px;
	height: 40px;
	background-color: #fff;

	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);

	z-index: 10;
}
button.close:hover{
	background-color: none;
	opacity: 1;
}
button.close:before,
button.close:after{
	content: '';
	position: absolute;
	display: block;
	top: 19px;
    left: 5px;
    width: 30px;
    height: 4px;

	background-color: #d3b90f;

	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;


	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}
button.close:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
button.close:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
button.close:hover{
	background-color: #d3b90f;
}
button.close:hover:before,
button.close:hover:after{
	background-color: #fff;
}

.simple_modal .page_content h1{
	margin-top: 0px;
}

.simple_modal .content_wrapper{
	max-width: 1000px;
	padding: 0px 20px;
}

.modal_form_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 300px;
}

.modal_form_wrapper p{
	margin-top: 10px;
}
.modal_form_wrapper .form_head{
	margin-bottom: 25px;
}

.modal_form_wrapper .form_footer{
	position: relative;
	margin-top: 15px;
}
.modal_form_wrapper .form_footer .content_link{
	display: inline;
}

.modal .simple_button{
	min-height: 52px;
}

.modal .simple_button>span{
	font-size: 14px;
}

.not_album.simple_button{
	background-color: #FBE9BA;
    border: 1px solid #FBE9BA;
}

.not_album.simple_button span{
	color: #000;
}

.modal_form_body{
	position: relative;
	margin-top: 30px;
}

.modal_form .label_form{
	font-family: roboto_regular;
	font-size: 16px;
	line-height: 1.2em;
	color: #C4C4C4;
	padding-bottom: 8px;
}



.modal_form_body .simple_button{
	background-color: #DBBF44;
	border: 1px solid #DBBF44;
}

.modal_form_body .simple_button>span{
	color: #fff;
	font-family: roboto_regular;
	font-size: 18px;
	text-transform: uppercase;
}
.modal_form_body .simple_button:hover{
	background-color: #fff;
}

.modal_form_body .simple_button:hover>span{
	color: #000;
}

.modal_label_input{
	position: relative;
	margin-bottom: 15px;
	margin-top: 10px;
}

.modal_desc{
	position: relative;
	padding: 17px 0px 5px;
}

.modal_desc p{
	font-family: roboto_regular;
	font-size: 20px;
	line-height: 1.44em;
	color: #828282;
}
.modal .head3 {
    padding-bottom: 15px;
}

#modal_success.modal .modal-dialog,
.center_modal.modal .modal-dialog{
	display: flex;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	align-items: center;
	justify-content: center;
}
#modal_success.modal .modal-dialog .modal-content,
.center_modal.modal .modal-dialog .modal-content{
	width: 100%;
}
#modal_success.modal .modal-dialog .modal_body{
    font-family: 'roboto_bold';
	line-height: 1em;
	text-align: left;
	font-size: 20px;
	color: #0c151e;
	letter-spacing: 0.5px;
}
.modal-backdrop.show{
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 600px){
	.simple_modal .content_wrapper{
		padding: 0px;
	}
}

/*modals*/



/* user_info_form */

.user_info_form{
	margin-top: 20px;
	margin-bottom: 80px;
}
.user_info_form .header_section{
	padding-top: 0px;
}

.content_wrapper_user{
	position: relative;
    max-width: 1040px;
    margin: 0px auto;
	padding-top: 25px;
}

.content_wrapper_user .title_lined{
	padding-left: 17px;
	font-size: 20px;
	font-family: roboto_regular;
}

.user_info_form .simple_form_wrapper{
	max-width: 875px;
	margin: 0px;
	padding-top: 20px;
}

.user_info_form .simple_form{
	max-width: 875px;
	padding: 0px;
}

.wrap_user_name{
	display: inline-block;
	position: relative;
	width: 33.3%;
	vertical-align: top;
}

.wrap_user_info{
	display: inline-block;
	position: relative;
	width: 66.6%;
	vertical-align: top;
}

.right_button_form{
	margin-top: 30px;
    margin-bottom: 15px;
    text-align: right;
	padding: 0px 20px;
}


.full_input{
	display: inline-block;
    width: 100%;
}

.wrapper_orders{
	position: relative;
	margin-top: 60px;
}

.wrapper_orders .header_section{
	margin-left: 20px;
}

.wrap_order{
	position: relative;
	padding-bottom: 20px;
}

.order_data{
	display: flex;
	position: relative;
	margin: 10px 0px;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;

	font-family: 'roboto_regular';
    font-size: 18px;
    color: #2F3834;
}

.wrap_order .simple_button{
	min-width: 178px;
	width: auto;
}

.order_btn{
	position: relative;
	text-align: right;
	padding-right: 19px;
	padding-top: 15px;
}


.order_date,
.order_number,
.order_title{
	display: block;
	position: relative;
	padding: 9px 30px;
	border: 1px solid #979797;
	border-radius: 10px;
	min-width: 257px;
	margin: 5px 17px;

	font-family: roboto_regular;
	font-size: 18px;
	line-height: 1.4em;
}

.order_number>span{
	color: #A84141;
}

.order_table_titles{
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;

}
.order_table_titles .title {
    position: relative;
    display: inline-block;
    padding: 0px 17px;
    min-width: 288px;

	font-family: roboto_regular;
	font-size: 18px;
	color: #979797;
}

.nyear_style .user_info_form .decor_dots_left_gray_lk,
.nyear_style .user_info_form .decor_dots_right_gray_lk{
	display: none;
}


@media screen and (max-width: 770px){
	.order_title{
		padding: 15px 10px;
	}
}


@media screen and (max-width: 600px){
	.wrap_user_name,
	.wrap_user_info{
		width: 100%;
	}
}

@media screen and (max-width: 526px){
	.order_date,
	.order_number,
	.order_title,
	.wrap_order .simple_button{
		width: 100%;
		max-width: 350px;
	}
}
/*
@media screen and (max-width: 397px){
	.order_date,
	.order_number,
	.order_title,
	.wrap_order .simple_button{
		width: 100%;
		max-width: 350px;
	}
}

*/

@media screen and (max-width: 370px){
	.input_short{
		width: 100%;
	}
}

/* user_info_form */


.simple_form_head{
	position: relative;
	display: block;
	margin-right: 0px;
	margin-left: auto;
}
.stc_form_callback .simple_form_wrapper .head1,
.stc_form_callback .simple_form_wrapper .head2{
	display: block;
	position: relative;
	margin-bottom: 0px;
	padding: 45px 50px 14px 50px;

	font-family: 'montserratmedium';
	font-size: 20px;
	text-align: left;
	color: #43484b;
	background-color: #fff;
	text-transform: uppercase;
}
.simple_form_head .title{
	position: relative;
	font-family: roboto_bold;
	font-size: 24px;
	text-transform: uppercase;
}
.simple_form_head p{
	margin: 0px;
	color: #1e1e1e;
	max-width: 400px;
	padding: 14px 50px 45px 50px;
	border-radius: 0px 0px 20px 20px;
	background-color: #fff;
}
.stc_form_callback_imaged.stc_form_callback .simple_form_wrapper .simple_form{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 430px);
	padding: 0px;
	min-height: 390px;
	margin-top: 0px;
	border-radius: 0px;
	background: none;
}



.simple_form_wrapper_inner{
	position: relative;
	max-width: 500px;
	z-index: 4;
	padding-top: 20px;
}

.simple_form_wrapper_inner .head3{
	line-height: 1.2em;
	padding-bottom: 10px;
}
.simple_form_wrapper_inner .head6{
	color: #808080;
	line-height: 1.2em;
	padding-bottom: 10px;
}


.simple_form_title{
	font-size: 50px;
	letter-spacing: 0px;
	line-height: 0.9em;
}

.free_desc{
	position: absolute;
	left: 0px;
	bottom: -300px;
	width: 100%;
	height: 100px;
	background-color: #522c00;
	background-image: url(/images/pattern1.jpg);
	background-position: left top;
	padding: 10px 15px;

	-moz-transition: bottom 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: bottom 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: bottom 0.3s cubic-bezier(.54,0,.42,1);
	transition: bottom 0.3s cubic-bezier(.54,0,.42,1);
}
.free_desc .title{
	margin: 0px;
	color: #fff;
}
.free_slide:hover .free_desc,
.device_mobile .free_slide .free_desc{
	bottom: 0px;
}

.wrap_label_input{
	display: block;
	position: relative;
	padding: 0px 17px;
	margin-bottom: 25px;
}

.label_form{
	padding-bottom: 10px;
	font-family: 'roboto_regular';
	line-height: 1.44em;
	text-align: left;
	font-size: 18px;
	color: #979797;
	text-transform: none;
}

.form_row{
	position: relative;
	margin: 0px -15px;
}

.input_short{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 0px 15px;
}

.simple_button.big_button{
	padding: 13px 15px;
	width: 100%;
	max-width: 250px;
}

.simple_select{
	height: 50px;
	cursor: pointer;
}

.icon_question{
	display: block;
	position: absolute;
	top: 0px;
	right: -20px;
	width: 31px;
	height: 31px;
	background: transparent url('/images/icons-sprite.png') no-repeat -181px -158px;
	border: 2px solid #d3b90f;
	border-radius: 50px;
/*
	-moz-transition: background-color 0.2s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.2s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.2s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.2s cubic-bezier(.54,0,.42,1);
*/
	cursor: pointer;
}


.icon_question:hover{
	background: #d3b90f url('/images/icons-sprite.png') no-repeat -210px -158px;
}

.under_form{
	display: block;
	position: relative;
	padding: 5px 0px;
	width: 157px;
	margin: 0px auto;

	text-align: center;

	font-family: 'montserratmedium';
	line-height: 1.2em;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0px;
	text-transform: none;
}

.under_form:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 24px;
	background: url('/images/icons-sprite.png') no-repeat -245px -161px;
}


.form_footer .simple_button{
	min-width: 250px;
}

@media screen and (max-width: 464px){
	.stc_offer_content_inner .input_short{
		width: 100%;
	}
	.form_footer .simple_button{
		min-width: 150px;
	}
}

.select1{
	position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.select2{
	position: relative;
    width: 50%;
    display: inline-block;
    padding-left: 10px;
}

/*forms*/

.wrapp_input{
	width: 100%;
	height: 50px;
	position: relative;
	margin-top: 0px;

	z-index: 3;
}

.wrapp_input input{
	padding-left: 20px;
	border: 0px;
}


.simple_form input{
	position: relative;
	display: block;
	width: 100%;
	height: 44px;
	padding-left: 19px;
}
.simple_form textarea{
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
}

.simple_form input,
.simple_form textarea,
.jq-file__name{
	border-radius: 0px;
	background-color: transparent;
	border: 1px solid #979797;
    font-family: 'roboto_regular';
	font-size: 18px;
	color: #2F3834;
	resize: none;
    border-radius: 10px;
}


.simple_form textarea{
	min-height: 174px;
	padding: 10px 20px;
	padding-top: 13px;
	margin-top: 20px;
	margin-bottom: 5px;
}



.jq-file__name{
	padding: 3px 80px 5px 20px;
}
.jq-file.focused .jq-file__name{
	border: none;
}
.jq-file__browse,
.jq-file.changed .jq-file__browse,
.jq-file.focused .jq-file__browse{
	top: 2px;
	right: 2px;

	height: 34px;
	padding: 12px 15px;
	background-color: #0061B3;
	text-align: center;

	font-family: fira_sansregular;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 1px;
	font-size: 11px;

	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}



.jq-file:hover .jq-file__browse{
	background:#32bde7;
	background-color: #32bde7;
	color: #fff;
}



.jq-selectbox{
	width: 100%;
	z-index: 20!important;
}
.jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox__select:hover,
.jq-selectbox__select,
.jq-selectbox__select:active{
	padding: 0px;
	background: #fff;
	border: 1px solid #dfdfdf;
    font-family: roboto_regular;
	font-size: 14px;
	letter-spacing: 1px;
	color: #2d2d2d;
	resize: none;
	min-height: 44px;
	margin-bottom: 10px;

	border-radius: 10px;
	box-shadow: none;
	user-select: none;
	margin-bottom: 0px;
}
.jq-selectbox__select-text{
	white-space: normal;
	text-overflow: initial;
	padding: 8px 40px 8px 20px;
	user-select: none;
	color: #838383;
}
.changed .jq-selectbox__select-text{
	color: #0e0a02;
}
.jq-selectbox__trigger{
	border: none;
	width: 40px;
}
.jq-selectbox__trigger-arrow{
	top: 21px;
	right: 16px;
	border-top: 7px solid #d3b90f;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;

	-moz-transition: border-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border-color 0.3s cubic-bezier(.54,0,.42,1);
}

.jq-selectbox__dropdown{
	box-shadow: none;
	border: 1px solid #dfdfdf;
	border-radius: 0px;
}
.select_placeholder,
.jq-selectbox li.selected,
.jq-selectbox li.sel{
	display: none;
}

.jq-selectbox li{
    font-family: 'montserratmedium';
	font-size: 13px;
	letter-spacing: 1px;
	color: #0e0a02;
}
.jq-selectbox li:hover{
	background-color: #d3b90f;
}

.simple_form .jq-checkbox {
	position: relative;
    border: 1px solid #C4C4C4;
	border-radius: 5px;
	top: 1px;
}




.toggle_collapse_texarea{
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.toggle_collapse_texarea:before{
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: 16px;
	border-top: 7px solid #bbbbbb;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}
.collapse_texarea_container{
	position: relative;
	margin-top: 30px;
	margin-bottom: 5px;
}
.toggle_collapse_texarea:hover:before{
	border-top-color: #000;
}


.form_button{
	background-color: #fff;
	padding: 15px 25px;

	font-family: intro_regular;
	color: #353D50;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 1px;

	width: 100%;
	max-width: 220px;

	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.form_button:link{
	color: #353D50;
}
.form_button:hover{
	color: #353D50;
	background-color: #32bde7;
}


.narrow_form input{
	border: 1px solid #000;

	font-family: open_sansregular;
	font-size: 14px;
	letter-spacing: 1px;
}
.narrow_form textarea{
	border: 1px solid #000;
	font-family: open_sansregular;
	font-size: 14px;
	letter-spacing: 1px;
}




.narrow_form input::-webkit-input-placeholder {color: #000;}
.narrow_form input::-moz-placeholder          {color: #000;}
.narrow_form input:-moz-placeholder           {color: #000;}
.narrow_form input:-ms-input-placeholder      {color: #000;}

.narrow_form textarea::-webkit-input-placeholder {color: #000;}
.narrow_form textarea::-moz-placeholder          {color: #000;}
.narrow_form textarea:-moz-placeholder           {color: #000;}
.narrow_form textarea:-ms-input-placeholder      {color: #000;}

.simple_form input::-webkit-input-placeholder {color: #b3b3b3;}
.simple_form input::-moz-placeholder          {color: #b3b3b3;}
.simple_form input:-moz-placeholder           {color: #b3b3b3;}
.simple_form input:-ms-input-placeholder      {color: #b3b3b3;}

.simple_form textarea::-webkit-input-placeholder {color: #b3b3b3;}
.simple_form textarea::-moz-placeholder          {color: #b3b3b3;}
.simple_form textarea:-moz-placeholder           {color: #b3b3b3;}
.simple_form textarea:-ms-input-placeholder      {color: #b3b3b3;}

.modal_form input{
	border: 1px solid #C4C4C4;
}

.basket_total{
	font-family: open_sansbold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 36px;
}
.basket_total .rubl{
	font-size: 26px;
}


@media screen and (max-width: 471px){
	.simple_form_wrapper_inner {
	    margin-left: 10px!important;
    }

    .simple_form_title{
    	font-size: 40px!important;
    }

}

@media screen and (max-width: 343px){
	.simple_form_wrapper_inner .head3{
		font-size: 25px;
	}
}


/*forms*/


/*****  album  ******/

.album_page .bread_crumbs{
	text-align: center;
}

.album_page .head1{
	padding: 20px 0px;
}

.album_bg{
	position: absolute;
	display: block;
	height: 1530px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.gradient2{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.line_center::before{
	content: '';
    position: absolute;
    display: block;
    height: 6px;
    width: 2000px;
    bottom: 47px;
    left: -185%;
    background-color: #DBBF44;
}

.line_center::after{
	content: '';
    position: absolute;
    display: block;
    height: 6px;
    width: 2000px;
    bottom: 47px;
    right: -185%;
    background-color: #DBBF44;
}

.page_descr{
	position: relative;
	margin: 15px auto;
	text-align: center;
}

.white_box{
	background: #FFF;
	box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.25);
}

.album_button{
	position: relative;
	padding-top: 35px;
	padding-bottom: 70px;
	z-index: 100;
}

.bordered_yellow_btn{
	border: 4px solid #fff;
	background-color: transparent;
	padding: 13px 19px 14px 18px;
	border-radius: 10px
}
.bordered_yellow_btn>span{
	display: inline-block;
	background-color: #FFDB44;
	border-radius: 10px;
	padding: 10px 30px 9px 30px;
	font-size: 20px;
}
.bordered_yellow_btn:hover{
	border-color: #FFDB44;
	background-color: transparent;
}

.bordered_yellow_btn:hover>span{
	background-color: #fff;
}

.simple_container{
	position: relative;
}

.simple_container.instruction{
	padding-top: 50px;
	margin-bottom: 70px;
}

.instruction .head3{
	margin-bottom: 20px;
}

.instruction_nodes{
	position: relative;
	margin: 32px -25px 0px;

}

.instruction_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding: 0px 25px 30px;
}

.bordered_box{
	position: relative;
	height: 200px;
	border: 1px solid #b3b3b3;
	padding: 0px 35px;
	margin-bottom: 20px;
}

.num_star{
	font-size: 100px;
    display: block;
    margin: 25px auto 35px;
    width: 105px;
}

.box_title{
	position: relative;
	text-align: center;
	font-size: 30px;
	line-height: 1.2em;
	color: #2F3834;
	font-family: roboto_regular;
	margin-bottom: 20px;
}

.album_form{
	margin: 0px -20px 75px;
}

.w_half{
	position: relative;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.album_form .w_half{
	padding: 20px;
}

.album_form img{
	position: relative;
	width: 100%
}

.album_form label{
	cursor: default;
}

.album_form input{
	margin-bottom: 0px;
}

.album_form .simple_button{
	margin-bottom: 40px;
}

.album_form .red .err_message{
	display: block;
	width: 100%;
}

.decor_album{
	position: absolute;
	top: -56px;
}

img.album_photo{
	width: 428px;
	margin-left: 30px;
}

.album_form_wrapper .simple_form{
	position: relative;
}

.hint-open .album_form_wrapper input{
	color: #fff;
}


/*****  album  ******/



/* search_photo */

.search_photo{

}

.search_photo .header_section{
	padding-top: 10px;
	padding-bottom: 35px;
}

.wrap_search_content{
	position: relative;
    max-width: 1040px;
    margin: 0px auto;
}

.wrap_left_block{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 290px;
	padding: 0px 20px;
	margin-bottom: 50px;
}
.wrap_left_block .simple_button{
	width: 100%;
}

.wrap_right_block{
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: calc(100% - 290px);
	padding: 0px 10px;
}

.wrap_right_block_inner{
	position: relative;
	margin-bottom: 65px;
}

.card-body{
	padding: 0px 15px;
	margin-bottom: 10px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.info_block{
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	border: 1px solid #DBBF44;
	border-radius: 10px;
	padding: 0px;
	margin-bottom: 10px;
	min-width: 220px;
}

.user_name,
.year_info,
.user_phone{
	position: relative;
	font-family: roboto_regular;
	font-size: 16px;
	padding: 0px 5px 15px 38px;
    line-height: 1.2em;
	color: #2F3834;
}

.user_phone:hover{
	color: #DBBF44;
}

.user_card_icon {
    position: absolute;
    left: 5px;
    top: 1px;
}
.user_card_icon.icon-phone2{
	left: 9px;
}
.user_card_icon.icon-bx_calendar{
	top: -2px;
}
.user_card_icon:before{
	font-size: 20px;
}


.simple_link2:link, .simple_link2:visited, .simple_link2{
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    font-family: 'roboto_regular';
    color: #A84141;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-size: 16px;

 	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}

.simple_link2:after{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #A84141;

	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}

.simple_link2:hover:after{
	opacity: 0;
}

.header_phone.phone_yellow{
	color: #2d2d2d;
	font-size: 14px;
	padding-top: 10px;
	border-bottom: 0px;
}

.header_phone.phone_yellow:hover{
	color: #d3b90f;
}

.header_phone.phone_yellow:before {
	background: url('/images/icons-sprite.png') no-repeat -156px -204px;
	top: 7px;
}

.text_13{
	font-size: 13px;
	line-height: 1em;
}

.wrap_radio_box{
	padding-top: 12px;
	padding-bottom: 15px;
}

.info_block a{
	margin-top: 25px;
	margin-bottom: 10px;
}

.jq-radio{
	width: 20px;
    height: 20px;
    border: 1px solid transparent;
    background: none;
    box-shadow: none;
    border: 1px solid #b5b5b5;
    margin-right: 10px;
    top: 0px;
}

.jq-radio.checked,
.jq-radio.focused{
	border: 1px solid #d3b90f;
}

.jq-radio.checked .jq-radio__div{
	width: 10px;
    height: 10px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #d3b90f;
    box-shadow: none;
    border: 1px solid #d3b90f;
}

.wrap_radio{
	cursor: pointer;
	padding-right: 10px;
}

.label_radio{
	position: relative;
    font-family: 'montserratbold';
    color: #2d2d2d;
    text-align: left;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
    font-size: 9px;
}

.wrap_set_photos{
	position: relative;
	margin-bottom: 20px;
}

.photos_header{
	position: relative;
	margin-bottom: 20px;
	margin-left: 10px;
}

.photos_header p{
	font-size: 16px;
}

.photos_content{
	position: relative;
	z-index: 1;
}

.image_checkbox{
	position: relative;
	cursor: pointer;
	width: 100%;
	max-width: 178px;
}

.image_box{
	display: inline-block;
	position: relative;
	width: 33.3%;
	padding: 10px;
	vertical-align: top;
}

.image{
	display: block;
	position: relative;
	width: 178px;
	height: 244px;
	margin-bottom: 10px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f4f4f4;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
    transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}

.image_checkbox:hover .image{
	opacity: 0.7;
}

.image img{
    height: 120px;
}

.selected_bg{
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ab;

	align-items: center;
	justify-content: center;
}

.selected_bg::before{
	content: "\e924";
    color: #fff;
	font-size: 50px;
	display: block;

	font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.image_box.selected .selected_bg{
	display: flex;
}

.image_box .simple_button>span{
	min-height: 28px;
	font-family: roboto_regular;
	text-transform: uppercase;
}

.photo_price{
	display: inline-block;
	position: relative;
	width: 49%;
	padding: 3px 0px;
}

.button_right{
	display: inline-block;
	position: relative;
	max-width: 100px;
	vertical-align: top;
	width: 51%;
}

.wide_button{
	width: 100%;
	max-width: none;
}

.button_photo:link, .button_photo:visited, .button_photo {
    position: relative;
    display: block;
    vertical-align: top;
    padding: 4px 5px;
    background-color: transparent;
    border: 1px solid;
    width: 100%;
    min-width: 86px;
    -moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
    transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);

}

.checkout .button_right{
	max-width: 300px;
	width: 100%;
}

.footer_image_block .jq-checkbox{
	top: 0px;
	vertical-align: top;
    background-color: transparent;
    border: 1px solid;
    width: 100%;
    min-width: 86px;
    height: 30px;
    border-color: #74A841;
    color: #74A841;
    -moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
    transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	z-index: 3;
}



.footer_image_block .jq-checkbox:hover{
	background-color: #74A841;
	color: #fff;
}

.checkbox_title {
    position: absolute;
    top: 0px;
    display: flex;
    width: 100%;
    min-height: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-family: 'roboto_regular';
    color: #74A841;

    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 16px;
    -moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
    transition: color 0.3s cubic-bezier(.54,0,.42,1);
}

.jq-checkbox{
	margin-right: 10px;
}

.jq-checkbox.focused{
	border: 1px solid #74A841;
}

.jq-checkbox.checked .jq-checkbox__div, .jq-checkbox__div{
	top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background: none;
	text-align: center;
}

.jq-checkbox.checked .jq-checkbox__div::before{
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	content: "\e903";

	color: #d3b90f;
    font-size: 13px;

	display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: text-bottom;
}

.jq-checkbox.checked{
    background: none;
    background-color: #fff;
}

.simple_form .jq-checkbox.checked .jq-checkbox__div::before{
	content: "\e924";
	top: 3px;
    left: 0px;
}

.simple_form .checkbox-label span{
	padding-left: 30px;
	font-family: roboto_regular;
	font-size: 14px;
}
.simple_form .content_link{
	font-size: 14px;
	vertical-align: text-bottom;
}


.simple_form .jq-checkbox.focused{
	border: 1px solid #C4C4C4;
}

/*
.jq-checkbox.checked:hover{
	background-color: #ff5a57;
	color: #fff;
	border-color: #ff5a57;
}
*/


#get_photo .label_form{
	font-size: 14px;
	color: #4c4c4c;
	padding-top: 14px;
	padding-bottom: 20px;
}

#get_photo .wrap_buttons{
	margin-bottom: 20px;
}


.btn_basket, .btn_load{
	border: 1px solid #7fab40;
	min-width: 50px;
	background-color: transparent;
	width: 100%;
	height: 30px;
	border-radius: 10px;

	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    transition: background-color 0.3s cubic-bezier(.54,0,.42,1);

}

.btn_basket{
	cursor: pointer;
}

.btn_basket:hover {
	background-color: #7fab40;
}

.btn_basket:hover>span{
	color: #fff;
}

.btn_basket.selected{
	border: 1px solid #A84141;
}

.btn_basket.selected>span{
	color: #A84141;
}

.btn_basket.selected:hover {
	background-color: #A84141;
}

.btn_basket.selected:hover>span{
	color: #fff;
}

.comment{
	position: relative;
	display: block;
	font-family: 'montserratmedium';
	font-size: 13px;
	text-align: left;
}


.red{
	color: #A84141;
	font-family: 'montserratmedium';
    font-size: 13px;
    line-height: 1em;
}

input.red_input{
	border: 1px solid #A84141;;
}




input.red_input::-webkit-input-placeholder {color:#A84141;}
input.red_input::-moz-placeholder          {color:#A84141;}/* Firefox 19+ */
input.red_input:-moz-placeholder           {color:#A84141;}/* Firefox 18- */
input.red_input:-ms-input-placeholder      {color:#A84141;}



.white_err{
	color: #a8a8a8;
}

.red_err{
	color: #fe0502;
}

.err_wrap{
	display: none;
}

.loading {

	position: relative;

}

.loading:after {

	content:'';
	display:block;

	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;

	background-color: rgba(255,255,255,0.7);

	background-image: url(/images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;

}

.wrap_set_photos_raw{
	position: relative;
	margin-bottom: 60px;
}

.wrap_set_photos_raw .simple_button{
	width: 100%;
}

.wrap_load_zip{
	position: relative;
	margin-bottom: 20px;
}

.simple_content{
	position: relative;
}

.page_footer{
	position: relative;
	text-align: center;
	margin-top: 30px;
}


#modal_form_callback .modal_form,
#modal_form_new_review .modal_form{
	padding-top: 30px;
}

.btn_basket:hover .checkbox_title{
	color: #fff;
}

/*
.full_footer_button .jq-checkbox:before {
	content: "Восстановить";
}

.full_footer_button .jq-checkbox.checked:before {
	content: "Отменить";
}
*/


.button_photo>span {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-family: 'montserratbold';

    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 9px;
    -moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}

.green{
	border-color: #7fab40;
    color: #7fab40;
}

.green:hover{
	background-color: #7fab40;
	color: #fff;
}


.red_btn{
	border-color: #ff5a57;
    color: #ff5a57;
}

.red_btn:hover{
	background-color: #ff5a57;
	color: #fff;
}


.info_block .button_photo{
	padding-top: 15px;
	padding-bottom: 15px;
}

.photos_foter{
	display: none;
	position: relative;
	justify-content: space-between;
	align-content: flex-start;
	padding: 0px 10px;
	margin-top: 40px;
}

.photos_foter_button{
	display: block;
	position: relative;
	width: 200px;
}

.photos_foter_button .button_photo{
	padding-top: 15px;
	padding-bottom: 15px;
}

.photos_foter_button .simple_button{
	width: 100%;
}


.anonymous .info_autoriz{
	display: block;
	margin: 10px;
}

.simple_button.photo_raw{
	width: 100%;
}

.sale-box{
	position: relative;
	padding: 20px 40px 30px;
	background-image: url('/images/sale-box.jpg');
	width: 100%;
	height: auto;
	text-align: center;
}

.center_link{
	text-align: center;
}

.color_yellow{
	color: #d7b900;
}

.sale-box__content .head4{
	margin-bottom: 20px;
}


.info_autoriz{
	display: none;
}

.info_autoriz .text_13{
	text-align: center;
    display: inline-block;
    line-height: 1.5em;
    color: red;
}


@media screen and (max-width: 1015px){
	.full_height{
		padding-top: 138px;
	}
	.main_page .full_height{
		padding-top: 150px;
	}
}


@media screen and (max-width: 693px){
	.wrap_left_block,
	.wrap_right_block{
		max-width: 100%;
		width: 100%;
	}

	.stc_form_callback_imaged.stc_form_callback .simple_form_wrapper .simple_form{
		margin-left: 0px;
	}

}


/* search_photo */



/*================
 	calc start
=================*/

.calc_conteiner {
	position: sticky;
	display: block;
	width: 100%;
	height: 152px;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	-webkit-box-shadow: 0px -6px 4px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -6px 4px -2px rgba(0,0,0,0.1);
	box-shadow: 0px -6px 4px -2px rgba(0,0,0,0.1);
}


.slider_wrap{
	width: 65%;
}




/*================
 	slider start
=================*/



.ui-widget{
	height: 4px;
	pointer-events: none;
	width: 100%;
}

.ui-slider-range,
.ui-widget .ui-slider-handle{
	background: #7bac3f;
	border: 1px solid #7bac3f;
}

.ui-widget .ui-slider-handle{
	width: 37px;
	height: 22px;
	top: -8px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	z-index: 1;
}

.ui-widget.ui-widget-content{
	background: #bfbfbf;
	border: 1px solid #bfbfbf;
}


.handle-title{
	display: block;
	color: #fff;
	font-family: roboto_bold;
	font-size: 16px;
	text-align: center;
	line-height: 1.3em;
}

.ui-widget .ui-slider-handle.handle_disable{
	background: #bfbfbf;
	border: 1px solid #bfbfbf;
}




/*===============
 	slider end
================*/


.flex_calc {
	position: relative;
	display: flex;
	height: 152px;
	align-items: center;
	justify-content: space-between;
	padding: 0px 10px;
}

.calc_price {
	position: relative;
	width: 30%;
	margin-left: 25px;
	margin-right: 20px;
}

.calc_button_wrap {
	position: relative;
	width: 70%;
}

.calc_button_wrap .simple_button>span{
	font-family: roboto_regular;
	font-size: 20px;
	text-transform: uppercase;
}

.calc_price_sum{
	font-family: 'roboto_regular';
	line-height: 1em;
	text-align: right;
	font-size: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #7fab40;
}

.calc_right{
	position: relative;
    display: flex;
    width: 30%;
    align-items: center;
	justify-content: flex-end;
}

.calc_price_discount{
	font-family: 'roboto_regular';
	line-height: 1em;
	text-align: right;
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #ff5a57;
	text-decoration: line-through;
}

.simple_button.green_btn{
	background-color: #7bac3f;
 	border: 1px solid #7bac3f;
}

.simple_button.green_btn:hover{
	border: 1px solid #b3b3b3;
    background-color: #fff;
}

.simple_button.white_btn{
	background-color: #fff;
 	border: 1px solid #000;
}
.simple_button.white_btn>span{
	color: #000;
}

.simple_button.white_btn:hover{
	border: 1px solid #A84141;
    background-color: #A84141;
}
.simple_button.white_btn:hover>span{
	color: #fff;
}

.calc_button{
	min-width: 146px;
}

.simple_button.button_disabled{
	border: 1px solid #d0d0d0;
    background-color: #d0d0d0;
	pointer-events: none;
}

.slider_top, .slider_bottom {
	display: block;
	position: relative;
	height: 74px;
	margin-left: -8px;
    margin-right: -17px;
}


.slider_title_top,
.slider_title_bottom {
	position: absolute;
	top: calc(50% - 14px);
}

.slider_title_top_last, .slider_title_bottom_last{
	right: 0;
}

.slider_title_top_center, .slider_title_bottom_center{
	right: 40%;
}


.title_total_count {
	position: relative;
	font-family: roboto_regular;
	font-size: 16px;
	color: #2d2d2d;
	text-align: left;
}

.color_red {
	color: #ce2820;
}

.title_discount_count{
	position: relative;
	font-family: roboto_regular;
	font-size: 16px;
	color: #2d2d2d;
	text-align: left;
	line-height: 2em;
}

.title_disabled{
	color: #afafaf;
}

.slider_title_bottom .calc_price_sum{
	font-size: 16px;
}

.slider_title_bottom .calc_price_discount{
	font-size: 16px;
}

.user_info_head{
	pointer-events: none;
	padding: 15px 20px 15px;
    width: 100%;

}

.user_info_title{
	text-align: center;
	font-family: roboto_regular;
	font-size: 20px;
	line-height: 1.2em;
	color: #2F3834;
	text-transform: uppercase;
}

#headingOne, #collapseOne{
	width: 100%;
}

.mobile_calc_warning{
	display: none;
	margin-top: -5px;
}

.mobile_calc_warning_title{
	font-family: montserratmedium;
	font-size: 12px;
	color: #2d2d2d;
	line-height: 1.5em;
}

.mobile_buy_all{
	display: none;
}

.action_container{
	position: relative;
	border-radius: 10px;
	background: rgba(116, 168, 65, 0.63);
	padding: 14px 21px 12px;
	margin-bottom: 56px;
}
.action_inner{
	position: relative;
	border: 1px solid #FFF;
	border-radius: 10px;
	padding: 25px 50px;
}
.action_content{
	position: relative;
	font-family: roboto_regular;
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	max-width: 623px;
	margin-right: 0px;
	margin-left: auto;
}

.icon-action{
	position: absolute;
	top: -45px;
}
.icon-action::before{
	font-size: 199px;
}

@media screen and (max-width: 693px) {

	.calc_button{
		min-width: 100px;
	}

	.user_info_head{
		padding-top: 15px;
	}

	.card-body{
		padding-top: 20px;
	}

	#collapseOne{
		margin-top: -10px;
    	margin-bottom: 10px;
	}

	.mobile_buy_all{
		display: block;
	}
	.desctop_buy_all{
		display: none;
	}

	.news_content_wrapper{
		padding: 30px 20px 50px;
	}

}


@media screen and (max-width: 560px) {

	.image{
		width: 100%;
		height: 244px;
	}
	.image_box{
		width: 50%;
	}
	.calc_button{
		width: 100%;
	}

}





/*===============
 	calc end
================*/



/* checkout */

.checkout .simple_form_wrapper{
	padding-left: 20px;
}

.checkout .form_imaged_decor img{
	width: auto;
}

.checkout .form_imaged_decor{
	max-width: 475px;
    width: 47%;
}

.stc_form_callback_imaged.checkout .simple_form_wrapper .simple_form{
	max-width: 480px;
    width: calc(52% - 40px);
}

.form_links{
	display: inline-block;
	position: relative;
	width: calc(100% - 250px);
	min-width: 212px;
	max-width: 230px;
}

.form_links .header_phone{
	font-size: 20px;
	padding-top: 0px;
}

.form_links .header_phone:before {
	top: 0px;
}

.wrapper_order{
	display: block;
	position: relative;
	width: 100%;
	max-width: 620px;
	margin: 0px auto;
	padding: 50px 20px 10px 20px;
	text-align: center;
}

.checkout{
	margin-top: 80px;
    margin-bottom: 70px;
}

.wrapper_order_header{
	padding-bottom: 30px;
}


.wrapper_order_header .head2,
.wrapper_order_header .head6{
	text-align: center;
	padding-bottom: 10px;
}

.text_red{
	color: #c72c29;
}

.text_gray{
	color: #808080;
}



.order_icon_wrap{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 20px auto;
}

.order_star{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	background: url('/images/icons-sprite.png') no-repeat -307px -149px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.rotating{
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	top: 0px;
	left: 0px;
	border-left: 2px solid #d3b90f;
	border-bottom: 2px solid #d3b90f;
	border-radius: 50px;
}

.hide{
	display: none!important;
}

.wrapper_order_body{
	display: block;
	position: relative;
	width: 100%;
}

.icon_arhive{
	display: block;
	position: relative;
	margin: 0px 10px;
	width: 30px;
	height: 35px;
	background: url('/images/icons-sprite.png') no-repeat -361px -157px;
}

.order_row{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0px;
}

.order_row .head4{
	margin-right: 20px;
}

.order_row .simple_button{
	max-width: 315px;
}


.order_zip{
	display: none;
}

.link_order{
	display: block;
	position: relative;
	width: 285px;
	border: 1px solid #dfdfdf;
	padding: 16px 20px;
}

.order_info{
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	margin: 26px 0px;
}

.order_info .simple_link{
	margin-top: 18px;
}

.order_row:nth-child(3) {
	margin-top: 65px;
}

.warning_text{
	position: relative;
	padding: 10px 20px;
	font-family: 'montserratmedium';
    line-height: 1.2em;
    text-align: left;
    font-size: 14px;
    color: #c72c29;
}






@media screen and (max-width: 1004px){
	.checkout .form_imaged_decor{
		width: 390px;
		margin-right: 10px;
	}
	.checkout .form_imaged_decor img{
		width: 390px;
	}

	.stc_form_callback_imaged.checkout .simple_form_wrapper .simple_form{
		width: calc(100% - 420px);
	}
}



@media screen and (max-width: 924px){
	.simple_form_wrapper_inner{
		padding-top: 0px;
	}

}



@media screen and (max-width: 764px){
	.stc_form_callback_imaged.checkout .simple_form_wrapper .simple_form{
		width: 100%;
	}

}

@media screen and (max-width: 330px){
	.order_row .head4{
		font-size: 18px;
	}

}


/* checkout */

.img{
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.error_label{
	margin: 0;
}

.stc_page{
	padding-bottom: 50px;
}

.mobile_node{
	display: none;
}

.hint{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 100;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: #000000cc;
}

.hint-open .hint {
    overflow-x: hidden;
    overflow-y: auto;
}

.hint button.close{
	background-color: transparent;
	position: fixed;
}

.h_content,
.h_content p{
	position: relative;
	font-family: roboto_regular;
	font-size: 18px;
	line-height: 1.4em;
	color: #fff;
}
.h_title{
	font-size: 24px;
}
.hint button.close:before,
.hint button.close:after{
	background-color: #fff;
}

.hint button.close:hover::before,
.hint button.close:hover::after{
	background-color: #d3b90f;
}

.hint-body{
	display: block;
    position: absolute;
    max-width: 305px;
}

#search_photo_step1 .hint-body{
	top: 350px;
    left: calc(50% - 305px);
}

#search_photo_step2 .hint-body{
	top: 270px;
    left: calc(55% - 305px);
}

#search_photo_step3 .hint-body{
	top: 120px;
    left: calc(50% - 150px);
}

#search_photo_step3 img{
	margin-bottom: 20px;
}


#search_photo_step4 .hint-body{
	top: 50vh;
    left: calc(55% - 305px);
	max-width: 454px;
}

#album_step1 .hint-body{
	top: 248px;
    left: calc(50% - 195px);
    max-width: 454px;
}

#album_step2 .hint-body{
	bottom: 466px;
    left: calc(37% - 250px);
    max-width: 410px;
}

#album_step3 .hint-body{
	bottom: 466px;
    left: calc(37% - 250px);
    max-width: 410px;
}

.show{
	display: block!important;
}


.gallery_form_wrapper .form_wrap{

}



.tooltip-inner{
	padding: 12px 20px;
	background-color: #fff;
	font-family: 'clear_sansregular';
	font-size: 10px;
	letter-spacing: 0px;
	width: 100px;
    text-align: left;
}

.tooltip.top .tooltip-arrow{
	border-top-color:#43484b;
}

.tooltip .arrow::before{
	border-top-color: #43484b;
}


.tooltip.in{
	opacity: 1;
}

.ui-tooltip{
	height: auto;
}

.wrap_check_hints{
	position: absolute;
	padding: 18px 10px;
	z-index: 2;
}

.check_hints_title{
	position: relative;
	display: inline-block;
	font-family: roboto_bold;
	font-size: 14px;
	color: #fff;
}
.check_hints_icon{
	position: relative;
	display: inline-block;
	width: 38px;
	height: 20px;
	background-color: #6A706D;
	border-radius: 40px;
	vertical-align: text-bottom;
    margin-left: 10px;
	cursor: pointer;
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
    transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.check_hints_icon::before{
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	border-radius: 40px;
	background-color: #2F3834;
	-moz-transition: left 0.3s cubic-bezier(.54,0,.42,1), right 0.3s cubic-bezier(.54,0,.42,1);
    -o-transition: left 0.3s cubic-bezier(.54,0,.42,1), right 0.3s cubic-bezier(.54,0,.42,1);
    -webkit-transition: left 0.3s cubic-bezier(.54,0,.42,1), right 0.3s cubic-bezier(.54,0,.42,1);
    transition: left 0.3s cubic-bezier(.54,0,.42,1), right 0.3s cubic-bezier(.54,0,.42,1);
}
.check_hints_icon.active{
	background-color: #FFDB44;
}
.check_hints_icon.active::before{
	left: auto;
	right: 2px;
}

.fancybox-enabled{
	overflow: visible;
}



/*1095*/

@media screen and (max-width: 1095px){
	.desctop_header_wrapper{
		max-width: 900px;
	}

	.main_logo{
		width: 90px;
		height: 98px;
	}
	.main_logo .img{
		background-image: url(/images/main_logo_5.png);
	}
	.main_menu{
		margin-left: 0px;
		margin-right: -35px;
		height: 144px;
	}
	.simple_button>span{
		font-size: 14px;
		min-height: 30px;
	}
	.header_buttons{
		margin: 0px 20px 0px 15px;
	}
	.header_buttons .simple_button{
		margin: 5px 0px;
	}
	.gallery_form_head .title{
		font-size: 50px;
		line-height: 1.2em;
	}
	.swiper-body{
		max-width: 796px;
	}
	.gallery_form_wrapper{
		margin-top: 30px;
	}
	.main_slider .right_side{
		padding: 10px 0px 0px 48px;
		min-height: 263px;
	}
	.gallery_form_head{
		min-height: 263px;
	}
	.form_descr p{
		font-size: 16px;
	}
	.form_label.form_label_inline{
		margin-top: 0px;
	}
	.gallery_form_wrapper .form_row{
		margin-top: 20px;
	}
	.form_wrap{
		padding-bottom: 0;
	}
	p, .page_content p{
		font-size: 14px;
	}
	.main_slider_content_inner{
		padding-top: 40px;
	}
	.arrow_bottom_wrap{
		min-height: 90px;
	}
	a.arrow_bottom{
		min-width: 90px;
		height: 90px;
	}
	.icon-Vector-1 {
	    left: calc(50% - 20px);
	    top: calc(50% - 21px);
	}
	.icon-Vector-1:before{
		font-size: 45px;
	}
	.main_slider_container{
		min-height: 570px;
	}
	.simple_head .title{
		font-size: 50px;
		line-height: 1.2em;
	}
	.simple_block{
		margin-top: 45px;
	}
	.title_lined{
		font-size: 20px;
	}
	.content_wrapper_third{
		max-width: 731px;
	}
	.decor_dots_left_gray{
		width: 226px;
    	height: 219px;
		top: 134px;
    	left: -20%;
	}
	.line_right::before{
		left: calc(100% + 30px);
	}
	.line_left::before {
	    right: calc(100% + 30px);
	}
	.title_lined{
		margin-bottom: 20px;
	}
	.decor_dots_right_gray{
		width: 243px;
	    height: 235px;
		right: -9%;
	}
	.about_pic{
		height: 306px;
	}
	.services_title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.content_wrapper{
		max-width: 970px;
	}
	.service_icon:before{
		font-size: 85px;
	}
	.service_icon.icon-clock{
		margin-bottom: 5px;
	}
	.icon-clock:before {
	    font-size: 110px;
	}
	.main_services_nodes{
		padding-top: 10px;
	}
	.contacts_link{
		font-size: 26px;
	}
	.contacts_row p{
		font-size: 26px;
	}
	.map_wrap{
		width: 373px;
		height: 373px;
		padding: 22px;
	}
	.main_contacts_wrapper{
		max-width: 720px;
	}
	.main_contacts_left{
		padding-top: 0;
	}
	.decor_left_bottom_lines{
		left: -75%;
	}
	.decor_right_lines{
		right: -80%;
	}
	.decor_contacts_dots_left_gray{
		top: 67px;
    	left: 58px;
		width: 292px;
		height: 270px;
	}
	.contacts_node{
		margin-bottom: 27px;
	}
	.contacts_node_title{
		margin-bottom: 13px;
	}
	.decor_contacts_dots_right_gray{
		right: 23px;
    	bottom: -57px;
	}
	.news_content_wrapper{
		max-width: 908px;
	}
	.news_node_header{
		font-size: 20px;
		line-height: 1.2em;
	}
	.news_node{
		min-height: 100px;
	}
	.decor_news_dots_left_yellow img,
	.decor_news_dots_right_yellow img{
		width: 292px;
	}
	.news_star:after{
		height: 73px;
	}
	.footer_menu>li{
		font-size: 14px;
	}
	.footer_wrapper{
		max-width: 930px;
	}
	.head1, .page_content h1{
		font-size: 50px;
	}
	.content_wrapper.stc_page{
		max-width: 850px;
	}
	.content_link,
	.page_content p a,
	.page_content a{
		font-size: 14px;
	}
	.search_photo .content_wrapper{
		max-width: 815px;
	}
	.action_content{
		font-size: 16px;
		max-width: 498px;
	}
	.icon-action{
		left: 10px;
	}
	.icon-action::before{
		font-size: 167px;
	}
	.wrap_search_content{
		max-width: 815px;
	}
	.user_info_title{
		font-size: 16px;
	}
	.user_name, .year_info, .user_phone{
		font-size: 14px;
		padding: 0px 0px 15px 29px;
	}
	.info_block{
		min-width: 188px;
	}
	.wrap_left_block{
		max-width: 228px;
	}
	.wrap_right_block {
		max-width: calc(100% - 228px);
	}
	.simple_link2:link,
	.simple_link2:visited,
	.simple_link2{
		font-size: 14px;
	}
	.photos_header p{
		font-size: 14px;
	}
	.user_card_icon:before{
		font-size: 18px;
	}
	.image{
		width: 139px;
    	height: 191px;
	}
	.image_checkbox{
		max-width: 139px;
	}
	.selected_bg::before{
		font-size: 37px;
	}
	.checkbox_title{
		font-size: 14px;
	}
	.btn_basket, .btn_load{
		height: 24px;
	}
	.checkbox_title{
		min-height: 24px;
	}
	.image_box .simple_button>span{
		min-height: 22px;
	}
	.calc_conteiner .content_wrapper {
	    max-width: 815px;
	}
	.title_total_count{
		font-size: 14px;
	}
	.title_discount_count{
		font-size: 14px;
	}
	.slider_title_bottom {
		font-size: 14px;
	}
	.user_info_form .content_wrapper {
	    max-width: 815px;
	}
	.content_wrapper_user{
		max-width: 815px;
	}
	.label_form,
	.modal_form .label_form{
		font-size: 14px;
		padding-bottom: 5px;
	}
	.content_wrapper_user input{
		height: 28px;
		font-size: 14px;
	}
	.simple_form input, .simple_form textarea, .jq-file__name{
		font-size: 14px;
	}
	.user_info_form .simple_form_wrapper{
		max-width: 579px;
    	padding: 0px 6px;
	}
	.wrap_label_input{
		margin-bottom: 16px;
	}
	.wrap_label_input{
		padding: 0px 11px;
	}
	.right_button_form{
		margin-top: 15px;
	}
	.simple_button.simple_button_green{
		min-width: 130px;
		height: 28px;
	}
	.simple_button.simple_button_green>span{
		font-size: 16px;
		padding: 0px 10px;
		min-height: 20px;
	}
	.order_date, .order_number, .order_title{
		padding: 3px 19px;
	    min-width: 166px;
	    margin: 5px 11px;
	    font-size: 14px;
	}

	.order_table_titles{
		margin: 0px -5px 0px;
	}
	.order_table_titles .title{
		padding: 0px 17px;
	    min-width: 184px;
	    font-size: 14px;
	}
	.order_data{
		margin: 0;
	}
	.decor_dots_right_gray_lk img, .decor_dots_left_gray_lk img{
		width: 305px;
		height: 295px;
	}
	.decor_dots_left_gray_lk{
		top: -72px;
		left: -10px;
	}
	.decor_dots_right_gray_lk{
		bottom: 179px;
    	right: 19px;
	}
	.line_center::before{
		left: -230%;
	}
	.line_center::after{
		right: -230%;
	}
	.page_descr{
		margin: 0px auto;
	}
	.album_button{
		padding-top: 15px;
    	padding-bottom: 15px;
	}
	.bordered_yellow_btn{
		padding: 10px 13px 9px 14px;
	}
	.bordered_yellow_btn>span{
		padding: 10px 15px 9px 15px;
	}
	.head2, .page_content h2{
		font-size: 30px;
	}
	.simple_container.instruction{
		padding-top: 38px;
	}
	.content_wrapper_4{
		max-width: 920px;
	}
	.num_star{
		font-size: 80px;
		margin: 20px auto 25px;
	}
	.box_title{
		font-size: 20px;
	}
	.instruction_node{
		padding: 0px 35px 30px;
	}

	img.album_photo {
	    width: 269px;
	    margin-left: 0px;
	}
	.decor_album{
		width: 300px;
		height: 290px;
		left: 5px;
	}
	.album_form_wrapper .content_wrapper{
		max-width: 780px;
	}
	.album_form .w_half {
	    padding: 0px 20px;
	}
	.album_form .w_half.left_side{
		width: 42%;
	}
	.album_form .w_half.right_side {
	    width: 58%;
		margin-top: -28px;
	}
	.form_label{
		margin-bottom: 15px;
	}
	.album_form .simple_button {
	    margin-bottom: 17px;
	}
	.simple_container.instruction{
		margin-bottom: 80px;
	}
	#search_photo_step1 .hint-body {
	    top: 276px;
	}
	#search_photo_step2 .hint-body{
		left: calc(64% - 305px);
	}
	#album_step1 .hint-body {
	    top: 210px;
	}
	#album_step2 .hint-body {
	    bottom: 336px;
	    left: 30px;
	}
	#album_step3 .hint-body {
	    bottom: 365px;
	    left: 30px;
		max-width: 310px;
	}



}
/*1095*/

/*790*/

@media screen and (max-width: 800px){

	.left_side, .right_side{
		width: 100%;
	}
	.gallery_form_wrapper{
		margin-top: 0;
		padding-top: 0;
		text-align: center;
	}
	.gallery_form_head .title{
		text-align: center;
	}
	.gallery_form_head{
		max-width: 450px;
		min-height: 222px;
	    margin-top: 20px;
	    margin-bottom: 0px;
	}
	.main_slider .right_side:before{
		display: none;
	}
	.main_slider .right_side{
		padding: 0px;
	    max-width: 500px;
	    text-align: center;
	    margin: 0px auto;
	}
	.label_desc{
		font-family: roboto_regular;
		font-size: 16px;
		text-align: left;
	}
	.right_side .simple_styled_form{
		max-width: 1000px;
	}
	.gallery_form_wrapper .form_label_inline{
		padding: 0px 15px;
	}
	.gallery_form_wrapper .simple_styled_form input,
	.gallery_form_wrapper .simple_styled_form textarea{
		height: 49px;
	}
	.gallery_form_wrapper .form_row{
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.gallery_form_wrapper .simple_button{
		max-width: 300px;
	}
	.gallery_form_wrapper .simple_button>span{
		min-height: 42px;
	}
	.icon_help{
		bottom: 6px;
	}
	.content_wrapper_third{
		max-width: 600px;
	}
	.decor_dots_left_gray{
		top: 357px;
	}
	.decor_dots_right_gray{
		right: 0%;
    	top: 72px;
	}
	.title_lined::before{
		height: 4px;
	}
	.about_pic {
	    height: auto;
	}
	.main_services_nodes{
		flex-wrap: wrap;
		justify-content: center;
	}
	.main_services_node{
		width: 40%;
		margin-bottom: 0px;
	}
	.services_node_content{
		max-width: 240px;
	}
	.map_wrap {
	    width: 330px;
	    height: 330px;
	    padding: 20px;
	}
	.main_contacts_wrapper {
	    max-width: 560px;
	}
	.decor_contacts_dots_right_gray{
		right: -10px;
	    bottom: -25px;
    	width: 227px;
	}
	.decor_left_bottom_lines,
	.decor_right_lines{
		display: none;
	}
	.news_content_wrapper{
		max-width: 613px;
    	padding: 0px;
	}
	.footer_left{
		display: none;
	}
	.footer_contacts{
		min-width: 180px;
    	padding-top: 0px;
	}
	.footer_contacts .phone_link{
		margin-bottom: 13px;
	}
	.footer_contacts .phone_link .icon{
		left: -29px;
	    top: 2px;
	    font-size: 18px;
	}
	.content_wrapper.stc_page {
	    max-width: 591px;
	}
	.action_container{
		padding: 10px 13px 8px 14px;
	}
	.action_inner{
		padding: 12px 18px 16px;
	}
	.action_content{
		font-size: 14px;
		max-width: 436px;
	}
	.icon-action{
		top: -39px;
	}
	.icon-action::before {
	    font-size: 139px;
	}
	.search_photo .content_wrapper {
	    max-width: 680px;
	}
	.wrap_search_content{
		max-width: 680px;
	}
	.wrap_left_block{
		display: none;
	}
	.wrap_right_block{
		max-width: 560px;
	    display: block;
	    margin: 0px auto;
	}
	.mobile_person_info{
		display: block;
	}
	.calc_right{
		justify-content: space-evenly;
	    flex-direction: column;
	    height: 100%;
	}
	.calc_price_discount{
		text-align: center;
	}
	.user_info_form .content_wrapper,
	.content_wrapper_user{
		max-width: 610px;
	}
	.decor_dots_right_gray_lk {
	    right: -189px;
	}
	.footer_image_block{
		max-width: 139px;
	}
	.checkout{
		margin-top: 0;
	}
	.line_center::before{
		width: 250px;
    	bottom: 45px;
		left: 100%;
	}
	.line_center::after{
		width: 250px;
    	bottom: 45px;
		right: 100%;
	}
	#search_photo_step1 .hint-body {
	    left: calc(50% - 150px);
	}
	#search_photo_step2 .hint-body {
	    top: 260px;
	}
	#album_step2 .hint-body {
	    bottom: 369px;
	    left: 30px;
	    max-width: 240px;
	}
	#album_step2 .h_content p,
	#album_step3 .h_content p{
		font-size: 14px;
	}



}

/*790*/


/*550*/

@media screen and (max-width: 550px){

	.mobile_header .header_buttons{
		display: none;
	}
	.mobile_logo_top{
		width: 53px;
		height: 58px;
	}
	.mobile_logo_top .img {
	    background-image: url(/images/main_logo_7.png);
	}
	.icon_bar{
		width: 30px;
	}
	.icon_bar:nth-child(2){
		top: 11px;
	}
	.icon_bar:nth-child(3){
		top: 22px;
	}
	.mobile_collapse .icon_bar{
		width: 30px;
	}
	.header_container.toggled .mobile_collapse .icon_bar:nth-child(1){
		top: 10px;
	}
	.header_container.toggled .mobile_header_top .icon_bar:nth-child(3){
		top: 13px;
	}
	.mobile_header{
		height: 96px;
	}
	.mobile_header_top,
	.main_page .mobile_header_top{
	    height: 96px;
	}
	.mobile_header_top .flex_row_evenly,
	.main_page .mobile_header_top .flex_row_evenly {
	    height: 96px;
	}
	.burger_toggle{
		width: 47px;
    	height: 28px;
	}
	.header_container{
		height: 96px;
	}
	.main_page .full_height {
	    padding-top: 96px;
	}
	.mobile_header_top .flex_row_evenly{
		justify-content: space-between;
    	padding: 0px 35px;
	}
	.gallery_form_head .title{
		font-size: 32px;
	}
	.gallery_form_head {
	    max-width: 362px;
	    min-height: 122px;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	.main_slider .right_side{
		max-width: 240px;
	}
	.flex_row_between{
		flex-wrap: wrap;
	}
	.form_descr p{
		font-size: 12px;
	}
	.label_desc{
		font-size: 12px;
	}
	.gallery_form_wrapper .form_row{
		padding: 0px;
	}
	.gallery_form_wrapper .flex_row_between{
		max-width: 193px;
		margin: 0px auto;
	}
	.main_slider .left_side{
		padding-right: 0px;
	}
	.gallery_form_head{
		margin-bottom: 0;
	}
	.gallery_form_wrapper .simple_styled_form input,
	.gallery_form_wrapper .simple_styled_form textarea{
		height: 32px;
	}
	.gallery_form_wrapper .form_label_inline{
		margin-bottom: 13px;
	}
	.gallery_form_wrapper .form_row{
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.icon_help{
		width: 30px;
	    height: 30px;
	    bottom: 15px;
	    right: -30px;
		border: 2px solid #fff;
	}
	.gallery_form_wrapper .simple_button>span {
	    min-height: 30px;
		font-size: 16px;
	}
	.main_slider_content,
	.arrow_bottom_wrap{
		display: none;
	}

	.gallery_form_wrapper .form_row_button{
		margin-bottom: 40px;
	}
	.simple_head .title{
		font-size: 32px;
	}
	.simple_block {
	    margin-top: 50px;
	}
	.simple_head {
	    margin-bottom: 30px;
	}
	.content_wrapper_third {
	    max-width: 274px;
	}
	.main_services_node {
	    width: 100%;
	}
	.service_icon:before {
	    font-size: 68px;
	}
	.icon-clock:before {
	    font-size: 95px;
	}
	.main_contacts_left,
	.main_contacts_right{
		width: 100%;
	}
	.contacts_node_title {
	    font-size: 16px;
	}
	.contacts_link {
	    font-size: 22px;
	}
	.map_wrap {
	    width: 284px;
	    height: 284px;
	    padding: 17px;
		margin: 0px auto 44px;
	}
	.desctop_node{
		display: none;
	}
	.mobile_node{
		display: block;
	}
	.news_content_wrapper{
		padding: 0px 20px;
		margin-bottom: 50px;
	}
	.footer_center{
		display: none;
	}
	.footer_contacts .phone_link{
		font-size: 18px;
	}
	.footer_top {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.footer_contacts {
	    max-width: 100%;
		margin-top: 20px;
	}
	.footer_wrapper .flex_row_between {
	    min-height: 160px;
	}
	.footer_right{
		width: 100%;
	}
	.full_height {
	    padding-top: 96px;
	}
	.head1, .page_content h1 {
	    font-size: 32px;
	    margin-top: 0px;
	}
	.action_content>span:nth-child(1){
		padding-left: 90px;
	    display: inline-block;
	    margin-bottom: 20px;
	}
	.action_content>span:nth-child(2){
		padding-left: 90px;
	    display: inline-block;
	}
	.icon-action{
		top: -50px;
		left: -31px;
	}
	.action_container{
		margin-bottom: 30px;
	}
	.image {
	    margin: 0px auto 10px;
	}
	.image_box{
		text-align: center;
	}
	.slider_wrap{
		width: 100%;
    	padding: 0px 25px 0px 15px;
	}
	.flex_calc{
		flex-wrap: wrap;
		height: auto;
	}
	.calc_conteiner{
		height: auto;
	}
	.slider_title_top,
	.slider_title_bottom{
		max-width: 82px;
	}

	.slider_title_top>div,
	.slider_title_bottom>div{
		text-align: center;
		line-height: 1.2em;
		font-size: 12px;
	}
	.slider_title_bottom .calc_price_sum,
	.slider_title_bottom .calc_price_discount{
		font-size: 12px;
	}
	.slider_title_top_first{
		left: -23px;
	}
	.slider_title_top_center{
		right: calc(50% - 45px);
	}
	.slider_title_top_last{
		right: -32px;
	}
	.slider_title_bottom_last{
		right: -30px;
	}
	.slider_top, .slider_bottom{
		height: 50px;
	}
	.calc_right{
		flex-direction: row;
    	height: auto;
		width: 100%;
    	padding-bottom: 20px;
	}
	.calc_price{
		width: 35%;
	}
	.calc_button_wrap {
	    width: 65%;
	}
	.calc_button>span{
		 color: #fff;
	}
	.input_short,
	.select1,
	.select2{
		width: 100%;
	}
	.decor_dots_right_gray_lk img, .decor_dots_left_gray_lk img {
	    width: 158px;
	    height: 152px;
	}
	.user_info_form{
		margin-top: 0px;
	}
	.decor_dots_left_gray_lk {
	    top: -77px;
	    left: 70px;
	}
	.content_wrapper_user input{
		height: 28px;
	}
	.order_btn{
		padding-right: 11px;
	    padding-left: 11px;
	}
	.order_table_titles{
		display: none;
	}
	.main_contacts {
		margin-top: 0;
	}
	.album_page .head1{
		padding: 0px 0px 25px;
	    max-width: 200px;
	    margin: 0px auto;
	}
	.stc_page {
	    padding-bottom: 15px;
	}
	.line_center::before,
	.line_center::after{
		bottom: 56px;
	}
	.head2, .page_content h2 {
	    font-size: 20px;
	}
	.instruction_node{
		width: 100%;
	}
	.album_form .w_half.left_side{
		width: 100%;
		text-align: center;
	}
	.album_form .w_half.right_side{
		width: 100%;
		margin-top: 50px;
	}
	.decor_album {
	    width: 272px;
	    height: 290px;
	    left: calc(50% - 136px);
		top: -65px;
	}
	img.album_photo{
		width: 234px;
	}
	.album_form{
		margin: 0px 0px 75px;
	}
	.main_menu.mobile_menu2{
		display: block;
	}
	.main_menu.mobile_menu1{
		display: none;
	}
	.mobile_menu .simple_button>span{
		min-width: 145px;
	}
	.mobile_menu .simple_button{
		margin-bottom: 10px;
	}
	.modal-content{
		padding: 40px 30px 40px 30px;
	}
	.simple_form input,
	.simple_form textarea{
		height: 32px;
	}
	.modal .simple_button{
		min-height: 35px;
		margin-bottom: 15px;
	}
	.modal .wrap_buttons{
		text-align: center;
	}
	.jq-selectbox,
	.jq-selectbox.focused .jq-selectbox__select,
	.jq-selectbox__select:hover,
	.jq-selectbox__select,
	.jq-selectbox__select:active,
	.jq-selectbox__select-text{
		min-height: 35px;
		height: 35px;
	}
	.jq-selectbox__select-text{
		padding: 1px 40px 8px 20px;
	}
	.select1, .select2 {
	    padding: 0px;
		margin-bottom: 20px;
	}
	.select1.wrap_label_input,
	.select2.wrap_label_input{
		padding: 0px 11px;
	}
	.modal_label_input{
		margin-bottom: 10px;
	}
	.main_menu>li{
		font-size: 14px;
	}
	.simple_button>span{
		min-height: 20px;
	}
	.mobile_collapse .burger_toggle{
		top: 13px;
    	right: 7px;
	}
	.mobile_collapse_content .main_menu>li{
		margin-bottom: 5px;
	}
	.h_content p{
		font-size: 14px;
	}
	.h_title{
		font-size: 18px;
	}
	#search_photo_step1 .hint-body {
	    top: 150px;
		left: calc(50% - 125px);
		max-width: 280px;
	}
	#search_photo_step2 .hint-body {
	    left: calc(50% - 150px);
		width: 250px;
    	top: 300px;
	}

	#search_photo_step3 .hint-body {
		max-width: 200px;
    	left: calc(50% - 100px);
	}

	#search_photo_step4 .hint-body {
	    top: 50vh;
	    left: calc(50% - 175px);
	    max-width: 354px;
	}
	#album_step1 .hint-body{
		max-width: 250px;
		left: calc(50% - 125px);
	}

	#album_step2 .hint-body{
		bottom: 564px;
	}
	#album_step3 .hint-body{
		bottom: 500px;
	}
	.ui-widget .ui-slider-handle{
		width: 22px;
	}
	.ui-widget .last_handle{
		width: 32px;
	}
	.thin_modal .modal-content{
		padding: 60px 20px 60px 20px;
	}


}

/*550*/


/*390*/

@media screen and (max-width: 365px){

	.action_content>span:nth-child(1){
	    margin-bottom: 30px;
	}

	.action_content>span:nth-child(2){
		padding-left: 0px;
	}
	#search_photo_step2 .hint-body {
	    left: calc(50% - 120px);
	}
	#search_photo_step4 .hint-body{
		left: calc(50% - 133px);
    	max-width: 270px;
	}
	#album_step2 .hint-body{
		bottom: 594px;
	}
	#album_step3 .hint-body{
		bottom: 530px;
	}

}

/*390*/


.plug_container{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;

}

.show_plug .plug_container{
	display: block;
}
.show_plug #wrap{
	display: none;
}

.plug_image{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(/images/plug_image.jpg);
}
.flex_center{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.plug_content{
	position: relative;
	padding: 20px;
	max-width: 790px;
	font-family: roboto_bold;
	letter-spacing: 0.03em;
}

.txt1{
	font-size: 36px;
	line-height: 1.2em;
	color: #FFDB44;
	margin-bottom: 16px;
}

.txt2{
	font-size: 60px;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 50px;
}

.txt3{
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 20px;
}

@media screen and (max-width:600px) {
	.txt2 {
	   font-size: 11vw;
	}
}

@media screen and (max-width:360px) {
	.txt1{
		font-size: 6vw;
	}
	.txt3 {
	   font-size: 4vw;
	}
}

.footer_contacts p{
	font-size: 14px;
}


/**** POCHTA ****/

.pochta_wrapper{
	padding-bottom: 60px;
    min-height: calc(100vh - 384px);
    padding-top: 60px;
}
.pochta_wrapper.show_post_history{
	min-height: 0px;
}

.bg_decor{
	position: absolute;
	top: 0px;
    left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 526.4%);
}

.img_decor{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('/images/bg_decor.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.simple_form input{
	position: relative;
	width: 100%;
	border: 1px solid #979797;
	border-radius: 10px;
	height: 40px;
	background-color: transparent;
}
.text-center input{
	text-align: center;
}

.label-text{
	position: relative;
	display: inline-block;
	font-family: roboto_medium;
	font-size: 14px;
	line-height: 1.44em;
	color: #979797;
	margin-bottom: 8px;
}

.simple_form .simple_button{
	width: 100%;
	max-width: 200px;
}

.simple_form .simple_button220{
	max-width: 220px;
}

.wide_table{
	width: 100%;
}

.wide_table tr{
	background-color: transparent;
}
.wide_table td{
	padding: 20px 30px;
}

.table-title{
	position: relative;
	font-family: roboto_regular;
	font-size: 16px;
	color: #2F3834;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.table-desc{
	position: relative;
	font-family: roboto_regular;
	font-size: 14px;
	color: #979797;
	line-height: 1.5em;
}

.t-box{
	position: relative;
	padding: 10px 20px;
}
.t-box-row{
	position: relative;
	margin-top: 5px;
}
.t-box-body{
	margin-top: 10px;
}
.t-box-col{
	position: relative;
	display: inline-block;
}
.t-box-row .t-box-col:first-child{
	min-width: 60px;
	margin-right: 5px;
}

.color-dark{
	color: #2F3834;
}

.pochta_history_wrapper{
	position: relative;
	margin-bottom: 120px;
	margin-top: 40px;
}

.simple_form .red input{
	border: 1px solid #ff633f;
}

.text-center .error{
	text-align: center;
}

.content_wrapper_fourth{
	position: relative;
    display: block;
    max-width: 680px;
    padding: 0px 20px;
    margin: 0px auto;
}

/**** POCHTA ****/


.loading_full_page {

	position: relative;
	min-height:200px;

}

.loading_full_page::before {

	content:'';
	display:block;

	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;

	background-color: rgba(255,255,255,0.7);

	background-image: url('data:image/gif;base64,R0lGODlh2ADYAKIHAPj4+ODg4MnJyaysrIuLi2NjYzk5Of///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NFQTZFMUU5QzBDMTFFMkFFNDdDRTVDRTJCRUM3RTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NFQTZFMUY5QzBDMTFFMkFFNDdDRTVDRTJCRUM3RTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0VBNkUxQzlDMEMxMUUyQUU0N0NFNUNFMkJFQzdFMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0VBNkUxRDlDMEMxMUUyQUU0N0NFNUNFMkJFQzdFMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDP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');
	background-position: center center;
	background-repeat: no-repeat;

	z-index:20000;

}

.loading_full_page{
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	align-items: center;
    justify-content: center;

}
.loading_full_page>span{
	position: relative;
	display: inline-block;
	padding-top: 93px;
    color: #000;
    font-size: 25px;
	z-index: 1000000;
}

#modal_feedback .err_message {
    display: none;
}

#modal_feedback .red .err_message {
    display: block;
    width: 100%;
}
