

/* Start:/local/templates/radadoors_adaptiv/css/grid.css?17605763197550*/
content {
	display: grid;
	margin-left: 250px;
	justify-items: stretch;
	overflow: hidden;
	position: relative;
}

html {
	background-color: rgb(248, 248, 248);
}

.full_width {
	grid-column: 1 / -1;
}

a {
	text-decoration: none;
	color: inherit;
}

seo_block wrap_cover {
	background-color: rgba(40,40,40, 0.9);
	color: white;
	opacity: 1;
	width: 100%;
	height: 100%;
}

slide_description {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(20,20,20, 0.4);
	left: 0;
	right: 0;
	bottom: 15px;
	color: white;
	grid-column: span 2 / -1;
	grid-row: 1 / 2;
}

slide_description h2 {
    font-family: 'MuseoSansCyrl300';
    font-size: 16px;
    font-weight: normal;
    margin: 5px 29px 5px 29px;
}

slide_description p {
	font-family: 'MuseoSansCyrl300';
    font-size: 12px;
	font-weight: 200;
	margin: 5px 29px 5px 29px;
}

slide_description button {
	background: none;
	border: none;
	cursor:pointer;
}


slide_description img {
	margin: 5px 15px 5px 15px;
	height: 40px;
}

slide_description div {
	flex: 1 1 auto;
	margin: 5px 15px 5px 15px;
}


seo_block wrap_cover p {
	margin: 30px 60px 30px 35px;
}


.description_line {
	position: relative;
	left: 80%;
	width: 30%;
	border-bottom: 1px solid grey;
	height: 30px;
}

main_slider {
    height: 80vh;
    max-height: 600px;
    background-size: cover;
    background-position: center;
    display: block;
}

.slider.single-item
{
	grid-column: span 2 / -1;
    height: 80vh;
    max-height: 600px;
	display: block;
}

.heading {
	font-family: 'Georgia';
    font-size: 26px;
	font-weight: normal;
    text-transform: uppercase;
	margin: 15px 35px 15px 35px;
}

/*p {
	margin: 5px 0 5px 10px;
    font-size: 14px;	
	font-weight: 400;
}*/

promo_headline {
	background-color: rgb(250, 250, 250);
}

.line_bottom {
	width: 100px;
	height: 50px;
	border-bottom: 1px solid black;
}

promo_headline p, comment_headline p{
	margin: 0 60px 30px 35px;
}

promo_picture {
	min-height: 60vh;
	width: 100%;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/promo.jpg");
	background-size: cover;
	background-position: left center;
}





section_picture {
	height: 320px;
}

section_picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}




why_rd {
	display: grid;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/why_rd.jpg");
	background-size: cover;
	background-position: center;
	color: white;
	}

why_rd .line_bottom {
	border-bottom: 1px solid white;
	}

advantage {
	height: 250px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

advantage:hover default_block {
	display: none;
}

default_block {
	display: grid;
	grid-template-columns: min-content;
	grid-template-rows: 1fr 1fr;
	justify-content: center;
	justify-items: center;
	align-content: stretch;

}

default_block img {
	height: 80px;
	align-self: end;
	border-bottom: 1px solid white;
	width: 150px;
	margin-top: 50px;
}

default_block h4 {
    text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin: 10px 0 10px 0;
}

hover_block {
	display: none;
}

advantage:hover hover_block {
	display: grid;
	height: 300px;
	width: 300px;
	align-content: center;
}

hover_block {
	background-color: rgb(40, 40, 40);
	justify-self: center;
	align-self: center;
	background-color: rgb(248, 248, 248);
	border: 3px solid rgb(179, 151, 114);
	background-size: 60px;
	background-position: right top;
	background-repeat: no-repeat;
}

hover_block h4 {
	color: rgb(179, 151, 114);
    text-transform: uppercase;
	margin: 30px 30px 5px 30px;
	font-size: 14px;

}

hover_block p {
	color: black;
	font-size: 12px;
	margin: 0 30px 30px 30px;
}





.quad_frame {
	width: 160px;
	height: 160px;
	border: 3px solid rgb(179, 151, 114);
	margin: 50px auto 50px auto;
	text-align: right;
	transition: all 0.3s ease;
}

.quad_frame span {
	display: block;
    text-transform: uppercase;
	margin: 25px 0 0 40px;
	font-size: 18px;
	text-align: left;
}

.quad_frame img {
	display: block;
	margin: 25px 0 0 50px;
	margin: 10px 5px 0 115px;
	height: 30px;
	width: auto;
}

.quad_frame:hover {
	background-color: rgb(229, 228, 226);
}


comment {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
	width: 100%;
	background-image: url("/local/templates/radadoors_adaptiv/css/../images/Comment-background.jpg");
	background-size: cover;
	background-position: center;
}

comment button {
	background: none;
	border: none;
	cursor:pointer;
}

comment img {
	height: 60px;
	width: auto;
	margin: 0 5px 0 5px;
}

comment div {
	max-width: 500px;
	margin: 0 20px 0 20px;
}

comment h3 {
	margin: 20px 0 0 0;
	font-size: 22px;
}

comment span {
	font-family: 'Georgia';
    font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-style: italic;
	color: rgb(179, 151, 114);
}

comment p {
	margin: 0 0 20px 0;
}

.ymaps {
	height: 80vh;
	max-height: 600px;
	background-position: center;
}

body .breadcrumbs {
	position: relative;
	top: 23px;
	left: 35px;
	right: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	width: calc(100vw - 250px - 45px);
	list-style-type: none;
}

body .breadcrumbs li span, body .breadcrumbs li a span {
	text-transform: lowercase;
	white-space: nowrap;
}

body .breadcrumbs li:last-child {
	color: rgb(179, 151, 114);
}

body .breadcrumbs li:not(:first-child):before {
    color: #000;
    content: "/";
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

body .breadcrumbs li:not(:first-child) span[itemprop="item"], body .breadcrumbs li:not(:first-child) a[itemprop="item"] {
	padding-left: 12px;
}

body .breadcrumbs li:first-child {
    margin-right: 7px;
}

body .breadcrumbs li.last_item {
    margin-left: 7px;
}

@media screen and (max-width: 500px) {	
	content, catalog, why_rd, .slider.single-item  {
		grid-template-columns: 1fr;
	}
	.slider.single-item {
		grid-column: span 2 / -1;
	}
	promo_headline, seo_block, comment_headline {
		grid-column: span 2 / -1;
	}	
	promo_picture, comment, where {
		grid-column: span 2 / -1;
	}
	catalog {
		display: grid;
		grid-column: span 2 / -1;
	}
	a:nth-child(even) catalog_category > section_picture {
		grid-row-start: auto;
	}
	.vert_line {
		margin-bottom: 15px;
	}
	.vert_line {
		margin: 35px 0 -40px 20px;
		padding: 0 0 60px 0;
	}
	h1 {
		font-size: 24px;
	}
	catalog_category h3 {
		margin: 0 35px 5px 15px;
	}
	.vert_line p {
		display: none;
	}
	slide_description {
		grid-row: 2 / 3;
	}
	why_rd {
		display: none;
	}
}

@media screen and (min-width: 500px) and (max-width: 1300px) {	
	content, catalog, why_rd {
		grid-template-columns: repeat(2, 1fr);
	}
	promo_headline, seo_block, comment_headline {
		grid-column: 1 / -1;
	}
	promo_picture, comment {
		grid-column: 1 / -1;
	}
	h1 {
		font-size: 34px;
	}
	h3 {
		font-size: 18px;
	}
	slide_description {
		grid-row: 2 / 3;
	}
}

@media screen and (min-width: 1300px) and (max-width: 2000px) {	
	content, catalog, why_rd {
		grid-template-columns: repeat(3, 1fr);
	}
	promo_headline, comment_headline {
		grid-column: 1 / 2;
	}
	promo_picture, comment {
		grid-column: 2 / -1;
	}
	seo_block {
		grid-column: 1 / -3;
	}
}

@media screen and (min-width: 2000px)  {	
	content, catalog, why_rd {
	grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
	}
	promo_headline, comment_headline {
		grid-column: 1 / 2;
	}
	promo_picture, comment {
		grid-column: 2 / -1;
	}
	seo_block {
		grid-column: 1 / -3;
	}
}

@media screen and (max-width: 1100px)
{
	body .breadcrumbs {
		width: calc(100vw - 25px - 45px);
	}
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/css/configurator-door.css?176057390733398*/
body content {
	display: grid;
	grid-template-columns: 1fr;
	margin-left: 250px;
	justify-items: stretch;
	overflow: hidden;
	position: relative;
}

.price_block .price_mod
{
	border: 3px solid #b29672;
    text-align: center;
    line-height: 26px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 16px;
    font-size: 12px;
}

.price_block.left .special_offer_block {
    width: 100%;
    height: 31px;
    border: 3px solid #b29672;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    margin-top: 20px;
	margin-bottom: 17px;
}

.warning .special_offer_warning_block
{
	color: red;
	font-size: 17px;
}

body .checked_item.activeItem {
	background-image: url(/Images/Configurator/corners.png);
	background-size: 100% 100%;
	background-position: left top;
	background-repeat: no-repeat;
	height: 41px;
	width: 41px;
}

body .checked_item {
	height: 41px;
	width: 41px;
	margin-bottom: 5px;
}

body #option_div .activeItem {
	background-image: url(/Images/Configurator/corners1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left top;
	height: 93px;
	width: 46px;
}

body #option_div .checked_item {
	height: 93px;
	width: 48px;
}

body #option_div .activeItem img {
	margin: 0px;
	padding: 3px;
}

.option_list .item_img
{
	cursor: pointer;
}


/*   ======= CONFIGURATOR BLOCK ========    */

.configurator_block {
	display: grid;
	grid-template-columns: 8fr 10fr;
	/*grid-template-rows: min-content 1fr min-content 20vh;*/
	grid-template-rows: min-content 1fr min-content 29vh;
			grid-template-areas: "seo seo"
                     		 "price picture"
                     		 "toggle toggle"
                     		 "options options";
}





/*   ======= SEO BLOCK ========    */

.seo_block {
	/*grid-column: 1 / span 2;*/
	grid-area: seo;
}

/*h1 {
	font-family: 'Georgia';
    font-size: 30px;
	font-weight: normal;
    text-transform: uppercase;
	margin: 15px 10px 5px 35px;
}*/
h1 
{
	font-family: 'Georgia';
    font-size: 21px;
	font-weight: normal;
    text-transform: uppercase;
	margin: 15px 10px 5px 35px;
	max-width: 758px;
}

.seo_block a.select_other_model {
	margin: 15px 55px 15px 0;
	font-size: 14px;
	font-weight: 400;
	max-width: 800px;
	color: white;
	background-image: url(/Images/Configurator/конфигуратор_стрелка.png);
	background-position: right center;
	background-size: 150%;
	background-repeat: no-repeat;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 0 35px;
}

h3 {
	font-family: 'Georgia';
    font-size: 20px;
	font-weight: normal;
    text-transform: uppercase;
    margin-top: -5px;
	word-wrap: break-word;
	word-break: break-all;
	text-align: right;
}

h3.long_name
{
	font-size: 16px;
}

/*   ======= PRICE BLOCK ========    */

.price_block {
	display: grid;
	grid-template-rows: repeat(6, min-content);
	justify-items: end;
	padding-right: 30px;
	grid-area: price;
	padding-left: 0;
}

.price_block .model {
	font-family: 'MuseoSansCyrl300';    
	font-size: 14px;
	font-style: italic;
	margin: 25px 0 0 0;
}

.price_block .price {
	font-family: 'Georgia';    
	font-size: 26px;
	margin: 14px 0 0 0;
	color: rgb(179, 151, 114);
}

.price_block .price span {
	font-family: 'Georgia';
	font-size: 26px;
	color: rgb(179, 151, 114);
}

.price_block .price_old {
	font-family: 'Georgia';    
	font-size: 16px;
	margin: 0 0 0 0;
	color: grey;
	text-decoration: line-through;
	margin-top: -5px;
}

.price_block .price_old span {
	font-family: 'Georgia';
	font-size: 16px;
	color: grey;
	text-decoration: line-through;
}

.your_region {
	font-family: 'MuseoSansCyrl300';    
	font-size: 10px;
	/*margin: 25px 0 0 0;*/
	text-align: right;
}

.description, .case_good_text {
		font-family: 'MuseoSansCyrl300';    
	font-size: 10px;
	font-style: italic;
	text-align: right;
	margin-top: 20px;
	/*white-space: nowrap;*/
}

.case_good_text span {
	text-decoration: underline;
}

.price_block .buttons img {
	height: 25px;
	margin: 0 0 30px 5px;
}

.buttons {
	display: flex;
    /*margin-top: 13px;*/
    width: 178px;
    margin-left: 13px;
    grid-column: span 2;
}

.hidden
{
	display: none;
}

.options_toggle_block span
{
	cursor: pointer;
}

.dop_button_container.mobile_block
{
	display: none;
}


/*   ======= PICTURE BLOCK ========    */

.picture_block {
	grid-area: picture;
	height: 55vh;
	align-self: center;
}

.picture_block img {
	height: 100%;
}












/*   ======= OPTIONS TOGGLE BLOCK ========    */

.options_toggle_block {
	/*grid-column: 1 / span 2;*/
	grid-area: toggle;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 15px 0 15px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.options_toggle_block span {
	font-family: 'MuseoSansCyrl300';    
	font-size: 11px;
	padding: 6px 0 6px 0;
	/*margin: 0;*/
}

.active_option {
	font-weight: 600;
	color: rgb(179, 151, 114);
	font-style: italic;

}








/*   ======= OPTIONS BLOCK ========    */

.options_block {
	/*grid-column: 1 / span 2;*/
	grid-area: options;
	display: grid;
	position: relative;
	/*padding: 27px 20px 0px;*/
	padding: 0 20px;
	/*border: 1px solid red;*/
}

.options_block #option_div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 6px 15px;
	background-color: rgb(248, 248, 248);
	/*border: 1px solid green;*/
}

.options_block #option_div .option_list {
	max-height: 100%;
	display: flex;
	flex-flow: row nowrap;
	flex: 0 0 auto;
	overflow: auto;
	align-items: center;
	/*border: 1px solid blue;*/
}

.options_block .name_block {
	/*display: none;*/
	font-family: 'MuseoSansCyrl300';
    font-size: 12px;
    font-weight: normal;
    margin-top: 6px;
}

.options_block #option_div img {
	padding: 3px;
	margin: 0px;
}

.options_block #color_div, .options_block #glass_div, .options_block #mirror_div, .options_block #platband_div, .options_block #baget_div, .options_block #aluminum_edge_div, .options_block #decor_div, {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 6px 15px;
	background-color: rgb(248, 248, 248);
	/*border: 1px solid green;*/
}

.options_block #color_div .option_list, .options_block #glass_div .option_list, .options_block #mirror_div .option_list, .options_block #platband_div .option_list, .options_block #baget_div .option_list, .options_block #aluminum_edge_div .option_list, .options_block #decor_div .option_list {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 auto;
	overflow: auto;
	justify-content: flex-start;
	align-content: flex-start;
	/*border: 1px solid blue;*/
}

.options_block #color_div img, .options_block #glass_div img, .options_block #mirror_div img, .options_block #platband_div img, .options_block #baget_div img, .options_block #aluminum_edge_div img, .options_block #decor_div img {
	height: 37px;
	padding: 2px;
}

.back_empty {
	background: none;
}

.activeItem {
	background-image: url(/Images/Configurator/corners.png);
	background-size: cover;
}

.z0 {
	z-index: 0;
}

.z10 {
	z-index: 10;
}








/*   ======= WARNING ========    */

.warning {
	margin: 16px 55px 15px 0;
    font-size: 12px;	
	font-weight: 400;
	max-width: 800px;
	padding: 0 0 0 35px;
}









/*   ======= INFORM BLOCK ========    */

.heading {
	font-family: 'Georgia';
    font-size: 22px;
	font-weight: normal;
    text-transform: uppercase;
	margin: 15px 35px 15px 35px;
}

.inform_block {
	padding-top: 30px;
  /* border: 1px solid green; */
}

.vert_line {
	margin: 0 0 -25px 15px;	
	border-left: 1px solid grey;
	left: 35px;
	z-index: 3;
	height: 80px;
	border-left: 1px solid black;
	padding: 5px 0 0 10px;
}

.inform_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	justify-content: start;
	justify-items: center;
	/*border: 1px solid red;*/
}

.inform_list > * {
	margin: 0 0 30px 0;

}

.inform_article {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 200px;
	margin-bottom: 50px;


	/*border: 1px solid green;*/
	/*margin: -0 20px 0 0;	*/
}

.inform_article img {
	width: 100%;
}

.inform_article span {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.cursor-help {
	cursor: help !important;
}

.cursor-zoom-in {
	cursor: help !important;
	cursor: -webkit-zoom-in !important;
	cursor: -moz-zoom-in !important;
	cursor: -o-zoom-in !important;
	cursor: zoom-in !important;
}

.cursor-zoom-out {
	cursor: help !important;
	cursor: -webkit-zoom-out !important;
	cursor: -moz-zoom-out !important;
	cursor: -o-zoom-out !important;
	cursor: zoom-out !important;
}








@media screen and (max-width: 1366px) {	
	h1 {
		font-size: 24px;
		margin: 5px 35px 5px 35px;
	}
	.line_bottom {
		/*height: 20px;*/
	}
	.seo_block p {
		margin: 5px 55px 5px 0;
		height: 30px;
	}
}

@media screen and (max-width: 850px) {
	body .info_selected_item_block {
		display: block;
	}

	.z0 {
		z-index: 0;
		display: none;
	}

	.z10 {
		z-index: 10;
		display: block;
	}

	/*.options_block #option_div .option_list, .options_block #color_div .option_list, .options_block #glass_div .option_list, .options_block #mirror_div .option_list, .options_block #platband_div .option_list, .options_block #baget_div .option_list {
		max-height: calc(100% - 40px);
	}*/
	
	.options_block #option_div .option_list
	{
		max-height: 1px;
	}

	.options_block #option_div .option_list
	{
		align-items: start;
		height: 100%;
	}
	.options_block #option_div img
	{
		height: calc(100% - 6px);
	}
	body #option_div .checked_item {
		height: calc(100% - 10px);
		width: auto;
	}
	body .material_colors.container_info
	{
	    min-height: 82px;
		background: rgb(248, 248, 248);
	}
}

@media screen and (max-height: 550px) {
	body .main_menu li {
		margin: 3px 0 3px 0;
		list-style: none;
	}
}

.buttons.actions_block.mobile_block
{
	display: none;
}

@media screen and (min-width: 850px) {

	h3 {
	    font-size: 24px;
	}

	.price_block .price, .price_block .price span {
		font-size: 34px;
	}

	.price_block .price_old, .price_block .price_old span {
		font-size: 20px;
	}

	.your_region {
		font-size: 12px;
	}

	.description, .case_good_text {
		font-size: 12px;
	}

	.configurator_block {
		grid-template-columns: min-content max-content 10fr;
		grid-template-rows: min-content 1fr min-content;
		/*grid-template-areas: "seo seo seo"*/
		grid-template-areas: "seo seo seo"
                     		 "price picture options"
                     		 "price picture warning";
        height: 100%;
	}
	
	.warning {
		margin: 19px 55px 15px 0;
	}

	.options_toggle_block {
		display: none;
	}

	.options_block {
		display: grid;
		grid-template-columns: auto auto;
		/*align-content: start;*/
		align-content: start;
		padding-top: 18px;
	}
	
	.configurator_block .options_block {
		padding-top: 16px;
	}
	.configurator_block.x-line .options_block {
		padding-top: 14px;
	}
	.configurator_block.valensia .options_block {
		padding-top: 24px;
	}
	.configurator_block.quadro .options_block {
		padding-top: 27px;
	}
	.configurator_block.infinity .options_block {
		padding-top: 37px;
	}
	.configurator_block.corsa .options_block {
		padding-top: 22px;
	}
	.configurator_block.legno .options_block {
		padding-top: 19px;
	}
	.configurator_block.bellagio .options_block {
		padding-top: 19px;
	}
	.configurator_block.nature .options_block {
		padding-top: 15px;
	}
	.configurator_block.x-line .options_block {
		padding-top: 14px;
	}
	.configurator_block.marco .options_block {
		padding-top: 21px;
	}
	.configurator_block.antique .options_block {
		padding-top: 16px;
	}
	.configurator_block.classic .options_block {
		padding-top: 21px;
	}
	.configurator_block.neoclassic .options_block {
		padding-top: 21px;
	}
	.configurator_block.illusion .options_block {
		padding-top: 22px;
	}
	.configurator_block.polo .options_block {
		padding-top: 21px;
	}
	.configurator_block.bruno .options_block {
		padding-top: 22px;
	}
	.configurator_block.modern .options_block {
		padding-top: 22px;
	}
	.configurator_block.grand .options_block {
		padding-top: 21px;
	}

	.options_block .name_block {
		display: block;
		font-family: 'MuseoSansCyrl300';
	    font-size: 12px;
		font-weight: normal;
	}

	#option_div, #color_div, #glass_div, #mirror_div, #aluminum_edge_div, #platband_div, #baget_div, #aluminum_edge_div, #decor_div {
		grid-column: span 2; 
	}

	.options_block #option_div, .options_block #color_div, .options_block #glass_div, .options_block #mirror_div, .options_block #platband_div, .options_block #baget_div, .options_block #aluminum_edge_div, .options_block #decor_div  {
	position: static;
	padding: 6px 15px;
	background-color: rgb(248, 248, 248);
	/*border-bottom: 1px solid black;*/
	margin-bottom: 10px;
	/*border: 1px solid green;*/
	}
	
	.options_block #option_div .option_list, .options_block #color_div .option_list, .options_block #glass_div .option_list, .options_block #mirror_div .option_list, .options_block #platband_div .option_list, .options_block #baget_div .option_list, .options_block #aluminum_edge_div .option_list, .options_block #decor_div .option_list {
	display: flex;
	flex: 0 0 auto;
	overflow: auto;
	justify-content: flex-start;
	align-content: flex-start;
	margin-top: 5px;
	/*border: 1px solid blue;*/
	}

	.options_block #option_div .option_list {
		height: auto;
		flex-flow: row wrap;

}

	.options_block #color_div img, .options_block #glass_div img, .options_block #mirror_div img, .options_block #platband_div img, .options_block #baget_div img, .options_block #decor_div img {
		height: 37px;
		padding: 2px;
		margin: 0px;
	}

	.options_block #option_div img {
		height: 87px;
		padding: 3px;
	}

	body #option_div .checked_item {
		width: 48px;
	}

	.options_block #option_div .option_list {
		margin-top: 5px;	}

	.picture_block {
		height: 80vh;
		padding: 0 20px;
		align-self: start;
	}

	.price_block {
		padding-left: 39px;
	}
	
	.price_block .model {
		margin: 25px 0 0 0;
	}

	.configurator_block .price_block .model {
		margin: 21px 0 0 0;
	}
	.configurator_block.x-line .price_block .model {
		margin: 20px 0 0 0;
	}
	.configurator_block.valensia .price_block .model {
		margin: 29px 0 0 0;
	}
	.configurator_block.quadro .price_block .model {
		margin: 32px 0 0 0;
	}
	.configurator_block.infinity .price_block .model {
		margin: 41px 0 0 0;
	}
	.configurator_block.corsa .price_block .model {
		margin: 26px 0 0 0;
	}
	.configurator_block.legno .price_block .model {
		margin: 23px 0 0 0;
	}
	.configurator_block.bellagio .price_block .model {
		margin: 24px 0 0 0;
	}
	.configurator_block.nature .price_block .model {
		margin: 20px 0 0 0;
	}
	.configurator_block.x-line .price_block .model {
		margin: 19px 0 0 0;
	}
	.configurator_block.marco .price_block .model {
		margin: 26px 0 0 0;
	}
	.configurator_block.antique .price_block .model {
		margin: 21px 0 0 0;
	}
	.configurator_block.classic .price_block .model {
		margin: 26px 0 0 0;
	}
	.configurator_block.neoclassic .price_block .model {
		margin: 26px 0 0 0;
	}
	.configurator_block.illusion .price_block .model {
		margin: 26px 0 0 0;
	}
	.configurator_block.polo .price_block .model {
		margin: 26px 0 0 0;
	}
	.configurator_block.bruno .price_block .model {
		margin: 26px 0 0 0;
	}
	.configurator_block.modern .price_block .model {
		margin: 26px 0 0 0;
	}
	.configurator_block.grand .price_block .model {
		margin: 26px 0 0 0;
	}
	
	.options_block .name_block {
		font-family: 'MuseoSansCyrl300';
		font-size: 12px;
		font-weight: normal;
		margin-top: 6px;
		margin-bottom: 10px;
		font-style: italic;
	}
}


@media screen and (min-width: 1220px){	
	.options_block {
		max-width: 430px;
	}
}


@media screen and (min-width: 500px) {	
		.price_block .buttons img {
		height: 35px;
		margin-bottom: 30px;
	}	
}

@media screen and (max-width: 500px) {	
	.case_good_text {
		display: none;	
	}
	.buttons {
		width: 135px;
	}
	body .hidden_info_block {
		 display: block;
	}
	body .price_block {
		padding-right: 1px;
	}
	body .configurator_block .description {
		white-space: initial;
		font-size: 10px;
		min-width: initial;
		padding-left: 7px;
		word-break: break-word;
	}
	.options_block .name_block {
		font-family: 'MuseoSansCyrl300';
		font-size: 12px;
		font-weight: normal;
		margin-top: 6px;
		margin-bottom: 10px;
		font-style: italic;
	}
	.configurator_block .material_name {
		font-style: italic;
	}
}
@media screen and (max-width: 850px) {	
	.buttons.actions_block
	{
		display:none;
	}
	body .buttons.actions_block.mobile_block
	{
		display: contents;
	}
	.configurator_block .description {
		margin-bottom: 21px;
	}
	#configurator .dop_button_container {
		display: contents;
	}
}

.info_selected_item_block {
	text-align: center;
	font-family: 'MuseoSansCyrl300';
	font-size: 13px;
	font-style: italic;
	margin-top: 13px;
	display: none;
}
.info_selected_item_block span
{
	display: initial;
}

.hidden_info_block {
	text-align: right;
	font-family: 'MuseoSansCyrl300';
	font-size: 13px;
	font-style: italic;
	margin-top: 13px;
	display: none;
	text-decoration: underline;
}

body .empty-popup-block {
	background: #f8f8f8;
	padding: 73px 45px;
	text-align: left;
	max-width: 313px;
	margin: 0 auto;
	position: relative;
	min-height: 121px;
}

body #show_hidden_info .mfp-close {
	display: none;
}

body #show_hidden_info .popup-modal-dismiss {
	background: url(/local/templates/radadoors_adaptiv/css/../images/close_popup_black.png) no-repeat;
	position: absolute;
	width: 23px;
	height: 23px;
	display: block;
	top: 22px;
	right: 22px;
	background-size: 23px;
}

.empty-popup-block .model_label
{
	text-align: center;
	font-style: italic;
	font-family: 'MuseoSansCyrl300';
	font-size: 11pt;
}

.empty-popup-block .model_name {
	text-align: center;
	font-size: 21pt;
	margin-top: 0px;
}

.empty-popup-block .popup_description
{
	text-align: center;
	margin-top: 15px;
	color: #797979;
	font-size: 12pt;
	font-style: italic;
}

.empty-popup-block .popup_case_good_text
{
	color: #797979;
	font-size: 12pt;
	font-style: italic;
	margin-top: 24px;
}

.empty-popup-block .popup_case_good_text span
{
	text-decoration: underline;
}

.option_list .item_img
{
	position: relative;
}

.option_list .item_img .new_color_dark
{
	position: absolute;
	top: calc(50% - 7px);
	font-size: 10pt;
	left: calc(50% - 14px);
	color: #000;
}

.option_list .item_img .new_color_bright
{
	position: absolute;
	top: calc(50% - 7px);
	font-size: 10pt;
	left: calc(50% - 14px);
	color: #FFF;
}

.option_list .item_img .disabled {
	background: url(/local/templates/radadoors_adaptiv/css/../images/disabled_item.png);
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 9;
	cursor: default;
}

.option_list.color_value .item_img .disabled, .option_list.glazing_value .item_img .disabled {
	border-radius: 6px;
}

.option_list .item_img.activeItem .new_color_bright {
	top: calc(50% - 7px);
}

.picture_block .image {
    display: block;
    width: 100%;
    height: calc(100% - 69px);
    text-align: center;
	position: relative;
}

.picture_block .other_side {
    width: 166px;
    height: 29px;
    text-align: center;
    line-height: 31px;
    text-transform: uppercase;
    margin: 20px auto;
    cursor: pointer;
}

@-moz-document url-prefix() {
	@media (max-width: 400px) and (max-height: 700px) {
		.picture_block {
			height: 350px;
			align-self: start;
		}
	}
}

.price_block .price .icon-rouble
{
	font-size: 19pt;
    margin-left: 3px;
}
.price_block .price_old .icon-rouble
{
	font-size: 12pt;
    margin-left: 3px;
}

@media screen and (max-width: 400px) {
	body .price_block .price .icon-rouble
	{
		font-size: 15pt;
		margin-left: 3px;
	}
	body .price_block .price_old .icon-rouble
	{
		font-size: 10pt;
		margin-left: 3px;
	}
}
@media screen and (max-width: 450px) {
	body h3.long_name
	{
		font-size: 14px;
	}
}
@media screen and (max-width: 420px) {
	body h3.long_name
	{
		font-size: 12px;
	}
}
@media screen and (max-width: 401px) {
	body h3.long_name
	{
		font-size: 11px;
	}
}












body .configurator_block  .preorder_button
{
    width: 131px;
    height: 31px;
    border: 3px solid #b29672;
    text-align: center;
    line-height: 31px;
    text-transform: uppercase;
    margin-top: 0px;
    float: right;
    font-size: 13px;
}
.button_container
{
    text-align:center;
}
.button_container .btn
{
    border: 1px solid #cfa76c;
    background: transparent;
    padding: 8px 38px 7px 38px;
    color: #cfa86d;
    font-family: 'MuseoSansCyrl300';
    font-size: 9.6pt;
    font-weight: normal;
    cursor: pointer;
}
.preorder_item textarea
{
    resize: none;
    width: 100%;
    border: 0px;
    padding: 0px 10px 18px 10px;
}
.preorder_item
{
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 13px;
}
.preorder_item.border_bottom
{
    border-bottom: 1px solid #CCC;
}
.preorder_item.border_bottom.error
{
    border-bottom: 1px solid red;
}
.preorder_item.border_bottom .preorder_name
{
    float: left;
}
.preorder_item .preorder_name
{
    font-family: 'MuseoSansCyrl300';
    font-size: 10.6pt;
    color: #9e9e9e;
    margin-right: 10px;
}
.preorder_item .inputtext
{
    background: transparent;
    border: 0px;
    font-family: 'MuseoSansCyrl300';
    font-size: 10.6pt;
    color: #000;
    float: left;
    margin-top: -2px;
    width: calc(100% - 72px);
    line-height: 21px;
}

#preorder_form.white-popup-block .title {
    margin-bottom: 27px;
}
#preorder_form font.errortext
{
    font-family: 'MuseoSansCyrl300';
    font-size: 9.6pt;
}




/* Tiny Scrollbar */
#preorder_form .content_block
{
    border: 1px solid #ccc;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
#preorder_form .content_block.error {
    border: 1px solid red;
}
#preorder_form .content_block .viewport
{
    height:100px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 8px);
}
#preorder_form .content_block .overview
{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%
}
#preorder_form .content_block .scrollbar
{
    position: relative;
    background-position: 0 0;
    float: right;
}
#preorder_form .content_block .track
{
    height: 100%;
    position: relative;
    padding: 0 1px;
}
#preorder_form .content_block .thumb
{
    height: 63px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #cfa76d;
}




.update_container .agree_prop {
    cursor: pointer;
    position: relative;
    display: table;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0px;
    margin: 30px 0px 35px 0px;
    width: 100%;
}

.update_container .agree_prop .checkbox_item {
    display: table-cell;
    vertical-align: middle;
    width: 32px;
}
.update_container .agree_prop .checkbox_item .wrap-checkbox {
    border: 1px solid #ccc;
}
.update_container .agree_prop .checkbox_item.error .wrap-checkbox {
    border: 1px solid red;
}
.update_container .agree_prop .wrap-checkbox {
    background: url(/local/templates/radadoors_adaptiv/css/../images/agree_checkbox.png) no-repeat;
    display: block;
    height: 31px;
    width: 31px;
    position: relative;
}
.update_container .agree_prop input.element-checkbox {
    cursor: pointer;
    height: 31px;
    width: 31px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.update_container .agree_prop .text {
	font-family: "PFBeauSansProLight";
    font-size: 8.6pt;
    color: #000;
    margin-left: 10px;
    width: calc(100% - 31px);
    text-indent: 0px;
    display: table-cell;
    vertical-align: middle;
    font-style: italic;
    padding-left: 19px;
}
.update_container .agree_prop .wrap-checkbox.active {
    background: url(/local/templates/radadoors_adaptiv/css/../images/agree_checkbox.png) no-repeat 0px -30px;
}

body #preorder_form .mfp-close {
    display: none;
}

.g-recaptcha
{
    transform: scale(0.85);
    margin-bottom: 22px;
}

.g-recaptcha div:first-child
{
    margin: 0 auto;
}

#preorder_form .button_container .btn {
    background: #cfa76d;
    color: #000;
    text-transform: uppercase;
}

#preorder_form .button_select_item
{
    background: #cdcdcd;
    width: 66px;
    font-size: 14px;
    font-family: 'MuseoSansCyrl300';
    padding: 1px 20px 1px 9px;
    margin-top: 10px;
    font-weight: normal;
	cursor: pointer;
}
#preorder_form .selected_item
{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 9px;
}
#preorder_form #preorder_item_address .selected_item.section
{
    background: url(/img/map_point_section.svg) no-repeat;
    background-size: 13px;
    padding-left: 17px;
}
#preorder_form #preorder_item_address .selected_item.salon
{
    background: url(/img/map_point_salon.svg) no-repeat;
    background-size: 13px;
    padding-left: 17px;
}
#preorder_form .select2-container .select2-choice div b {
    width: 15px;
    height: 21px;
    background: url('/local/templates/radadoors_adaptiv/css/../images/order_arrow.png') center center no-repeat;
    background-size: 5px;
}
#preorder_form .select2-container .select2-choice div {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
}
#preorder_form .select2-container .select2-choice span {
    overflow: hidden;
    line-height: 18px;
    font-size: 14px;
    font-family: 'MuseoSansCyrl300';
}
#preorder_form .select2-container .select2-choice {
    background: #cdcdcd;
    width: 71px;
    font-size: 14px;
    font-family: 'MuseoSansCyrl300';
    padding: 1px 15px 1px 9px;
    height: 19px;
}

#preorder_form .select_container
{
	position: relative;
}
#preorder_form .select_options_container
{
	float: left;
    height: 21px;
	border: 1px solid transparent;
}
#preorder_form .preorder_item.error .select_options_container
{
    border: 1px solid red;
}
#preorder_form .select_result_container
{
	float: left;
	position: relative;
}
#preorder_form .select_result_container .select2-container
{
	top: 0px !important;
	left: 0px !important;
}
#preorder_form .select2-container--default .select2-selection--single {
    border: 0px;
    border-radius: 0px;
    background: #cdcdcd;
    width: 96px;
    height: 21px;
}
#preorder_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 20px;
    font-size: 14px;
    font-family: 'MuseoSansCyrl300';
}
#preorder_form .select_options_container .select2-container {
	width: auto !important;
}
#preorder_form .select_result_container .select2-container .select2-dropdown {
    width: 259px !important;
    font-family: 'MuseoSansCyrl300';
    background: #d8d8d8;
    font-size: 12px;
    border-radius: 0px;
    border: 1px solid #CCC;
}
#preorder_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('/local/templates/radadoors_adaptiv/css/../images/order_arrow.png') center center no-repeat; 
	border: 0px;
    width: 7px;
    height: 9px;
    top: 8px;
}
#preorder_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
#preorder_form .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FFF;
    color: #000;
}
#preorder_form #selected_address, #preorder_form #selected_region
{
	width: 100%;
	height: 30px;
}

#preorder_form .success_form {
    text-align: center;
    font-family: 'MuseoSansCyrl300';
    font-weight: normal;
    display: table;
    height: calc(100% - 170px);
    width: 100%;
    min-height: 411px;
}

#preorder_form .success_form .inner_success_form
{
	display: table-cell;
    vertical-align: middle;
}

#preorder_form .success_form .success_form_title {
	font-family: 'MuseoSansCyrl300';
    font-size: 14px;
    margin-bottom: 22px;
}

#preorder_form .success_form .success_form_data {
	font-family: 'MuseoSansCyrl300';
    font-size: 14px;
}

@media screen and (max-width: 400px){	
	body #preorder_form .select_options_container
	{
		float: left;
		width: 100%;
	}
	
	body .configurator_block .preorder_button {
		width: 98px;
	}
	
	body #preorder_form .select_options_container {
		height: 30px;
	}
	body #preorder_form .success_form {
		text-align: center;
		font-family: 'MuseoSansCyrl300';
		font-weight: normal;
		display: table;
		height: calc(100% - 170px);
		width: 100%;
		min-height: auto;
	}
}


@-webkit-keyframes top {
  from {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 3.5rem);
            transform: translate(0rem, 3.5rem);
  }
}

@keyframes top {
  from {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 3.5rem);
            transform: translate(0rem, 3.5rem);
  }
}
@-webkit-keyframes bottom {
  from {
    -webkit-transform: translate(-11.5rem, 0);
            transform: translate(-11.5rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}
@keyframes bottom {
  from {
    -webkit-transform: translate(-11.5rem, 0);
            transform: translate(-11.5rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
}
.btn {
  position: relative;
  margin: 0px auto 0px;
  padding: 2px 12px;
  background: transparent;
  outline: none;
  font-size: 15px;
  color: #111111;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
  text-transform: uppercase;
  cursor: pointer;
}
.btn::after {
  content: "";
  position: absolute;
  height: 32px;
  width: 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
  border-radius: 50%;
}

.btn::after {
  /*background-color: #e74c3c;*/
  background: url('/local/templates/radadoors_adaptiv/css/../images/cursor.png') no-repeat;
  background-size: 30px;
  top: 21px;
  left: 12rem;
  -webkit-animation: bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
          animation: bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}
.btn:hover {
  color: #FFF;
}
.btn:hover::after {
  background: #b39772;
  top: 0px;
  height: 100%;
  width: 243px;
  border-radius: 0;
  -webkit-animation: none;
          animation: none;
}
.btn:hover::after {
  left: 0rem;
}


.dop_prop_container
{
    grid-column: span 1;
    position: static;
    padding: 6px 15px;
    background-color: rgb(248, 248, 248);
    /*margin-bottom: 10px;*/
}
.dop_button_container
{
	grid-column: span 2;
}

.other_side.btn.is_mobile {
    display: none;
    margin: 0 0px 0 15px;
    float: right;
    padding-right: 0px;
    margin-bottom: 18px;
    font-size: 10px;
    width: 140px;
    margin-left: 0px;
    padding-left: 0px;
}
@media screen and (max-width: 849px){	
	#configurator .dop_button_container
	{
		display:none;
	}
	#configurator .dop_button_container.mobile_block
	{
		display: contents;
	}
	.dop_button_container.mobile_block .other_side.btn {
		padding: 10px 0px 10px 15px;
		float: right;
		margin: 0px;
		margin-bottom: 24px;
	}
	/*.other_side.btn.is_mobile
	{
		display:flex;
	}*/
	.configurator_block {
		display: grid;
		grid-template-columns: 8fr 10fr;
		/* grid-template-rows: min-content 1fr min-content 20vh; */
		grid-template-rows: min-content 1fr 8vh 5vh 40vh;
		grid-template-areas:
			"seo seo"
			"price picture"
			"otherside otherside"
			"toggle toggle"
			"options options";
	}
	.other_side.btn.is_mobile {
		display: block;
	}
	.buttons.actions_block.mobile_block .preorder_button
	{
		width: 112px;
		font-size: 12px;
	}
}


.picture_block .image .aluminum_edge_img {
    position: absolute;
    height: 91px;
    right: 25px;
    top: -1px;
}
.other_side.btn:hover::after
{
	background: transparent;
}
.other_side.btn {
    padding: 10px 18px;
    border: 1px solid transparent;
	width: 212px;
	float: left;
	margin-bottom: 24px;
}
.other_side.btn:hover {
    color: #000;
    border: 1px solid #c3c3c3;
}































.configurator_block .special_price
{
	color: #000;
    text-transform: uppercase;
    font-size: 10px;
    border: 2px solid rgb(179, 151, 114);
    width: auto;
    padding: 2px 3px;
    border-radius: 5px;
    text-align: center;
    margin-left: 35px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 19px;
}

.configurator_block .diff_price
{
	background: url(/local/templates/radadoors_adaptiv/css/../images/arrow_configurator.png) no-repeat;
    color: #FFF;
    font-family: 'Georgia';
    font-size: 15px;
    margin-top: 18px;
    width: 78px;
    background-size: 79px;
    height: 19px;
    text-align: center;
    padding-top: 2px;
}
.configurator_block .diff_price .inner_block_price
{
	padding-right: 13px;
}

.configurator_block .description
{
	white-space: normal;
    font-size: 10px;
    min-width: 250px;
    width: 100%;
}
.configurator_block .description .description_show
{
	margin-top: 9px;
}
.configurator_block .description .active_link
{
	cursor:pointer;
	text-decoration:underline;
}
.configurator_block .description .description_show.hide
{
	display:none;
}


.configurator_block .material_name {
    display: block;
    font-family: 'MuseoSansCyrl300';
    font-size: 12px;
    font-weight: normal;
	margin-top: 6px;
}

#configurator.page404 .price_block
{
	white-space: nowrap;
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/css/select2_new.css?153703937417591*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* End */


/* Start:/local/templates/radadoors_adaptiv/css/jquery.fancybox.css?15280108224946*/
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: none repeat scroll 0 0 transparent;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);

	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close {}

.fancybox-prev span, .fancybox-next span {
	background: url('/img/carousel-arrows-2.png') no-repeat;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	background: url('/img/preloader.gif');
	width: 35px;
	height: 24px;
}

.fancybox-close {
	background: url(/local/templates/radadoors_adaptiv/css/../images/close_popup.png) no-repeat 0px 0px;
	cursor: pointer;
	position: absolute;
	width: 43px;
	height: 44px;
	top: -24px;
	right: 0;
	z-index: 8060;
}

.fancybox-close-right {
	top: -36px;
	right: -98px;
	cursor: pointer;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/img/transparent.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 40px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 8040;

	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease-out;  /* Saf3.2+, Chrome */
	   -moz-transition: opacity 0.5s ease-out;  /* FF4+ */
	    -ms-transition: opacity 0.5s ease-out;  /* IE10? */
	     -o-transition: opacity 0.5s ease-out;  /* Opera 10.5+ */
	        transition: opacity 0.5s ease-out;
}

.fancybox-prev span {
	background-position: 0 0;
}

.fancybox-next span {
	right: 0;
	background-position: 0 -40px;
}

.fancybox-nav:hover span {
	opacity: 0.7;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
	background-color: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: 1em/20px Fregat, Arial, Helvetica, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-title .counter {
	text-align: center;

	position: absolute;
	left: 50%;
	width: 50px;
	margin-left: -25px;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: absolute;
	color: #fff;
	width: 100%;
}

.fancybox-title-outside-wrap.fancybox-title {
	position: absolute;
	top: -26px;
	left: 0;
	font-size: 1.0em;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


@media screen and (max-width: 440px) {
	body .fancybox-close-right
	{
		top: -35px;
		right: -48px;
		background-size: 75%;
	}
}
/* End */


/* Start:/local/templates/radadoors_adaptiv/css/jquery.tosrus.all.css?152840364613292*/
.tos-slide,.tos-slider,.tos-wrapper{width:100%;height:100%}
.tos-noanimation{-webkit-transition-property:none!important;transition-property:none!important}
.tos-fastanimation{-webkit-transition-duration:.2s!important;transition-duration:.2s!important;-webkit-transition-timing-function:ease-out!important;transition-timing-function:ease-out!important}
.tos-wrapper{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:none;padding:0;margin:0;overflow:hidden}
.tos-wrapper.tos-opened{display:block}
.tos-slide,.tos-slide:before,.tos-slide>*{display:inline-block}
.tos-wrapper.tos-opening{opacity:1}
.tos-wrapper.tos-fixed{background-color:#000;position:fixed;top:0;left:0;z-index:9000}
.tos-slider,.tos-wrapper.tos-inline{position:relative}
.tos-slider{white-space:nowrap;padding:0;margin:0}
.tos-uibg,.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider{position:absolute}
.tos-wrapper.tos-fx-slide .tos-slider{left:0;-webkit-transition:left .4s ease;transition:left .4s ease}
.tos-wrapper.tos-fx-fade .tos-slider{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.tos-uibg{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;left:0;bottom:0;z-index:1}
.tos-fill .tos-uibg{background:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}
.tos-desktop .tos-wrapper:hover .tos-uibg,.tos-touch .tos-wrapper.tos-hover .tos-uibg{opacity:1}
.tos-slide{-webkit-overflow-scrolling:touch;line-height:1px;text-align:center;box-sizing:border-box;overflow:hidden;position:relative}
.tos-slide:before{content:"";height:50%;width:1px;margin-right:-1px}
.tos-slide.tos-loading>*{opacity:0}
.tos-slide>*{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;vertical-align:middle;max-height:78%;max-width:100%;box-sizing:border-box}
.tos-slide.tos-html>div{-webkit-overflow-scrolling:touch;white-space:normal;text-align:left;line-height:1.5}
.tos-slide.tos-html>div *{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}
.tos-wrapper.tos-fill .tos-slide.tos-image>img{max-height:none;max-width:none;min-height:100%;min-width:100%}
.tos-wrapper.tos-fixed .tos-slide.tos-html>div{background-color:#fff;color:#333;box-sizing:border-box;display:inline-block;padding:40px;overflow:auto}
.tos-desktop .tos-wrapper.tos-fixed{background-color:rgba(0,0,0,.85)}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide{padding:20px}
.tos-close{right:30px}
.tos-close,.tos-next,.tos-prev{background:#000;border-radius:3px;opacity:0;display:block;width:40px;position:absolute;z-index:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.tos-next,.tos-prev{height:112px;margin-top:-40px;top:50%}
.tos-next.tos-disabled,.tos-prev.tos-disabled{cursor:default}
.tos-wrapper .tos-next{right:102px; background: url(/local/templates/radadoors_adaptiv/css/../images/right_arrow_big_slider.png) no-repeat;width: 35px;}
.tos-wrapper .tos-prev{left:102px; background: url(/local/templates/radadoors_adaptiv/css/../images/left_arrow_big_slider.png) no-repeat;width: 35px;}
.tos-wrapper .tos-close{height:40px;top:25px; background: url('/local/templates/radadoors_adaptiv/css/../images/close_popup.png') no-repeat;}
.tos-desktop .tos-wrapper:hover .tos-close,.tos-desktop .tos-wrapper:hover .tos-next,.tos-desktop .tos-wrapper:hover .tos-prev,.tos-touch .tos-wrapper.tos-hover .tos-close,.tos-touch .tos-wrapper.tos-hover .tos-next,.tos-touch .tos-wrapper.tos-hover .tos-prev{opacity:.5}
.tos-desktop .tos-wrapper:hover .tos-close:hover,.tos-desktop .tos-wrapper:hover .tos-next:hover,.tos-desktop .tos-wrapper:hover .tos-prev:hover,.tos-touch .tos-wrapper.tos-hover .tos-close:hover,.tos-touch .tos-wrapper.tos-hover .tos-next:hover,.tos-touch .tos-wrapper.tos-hover .tos-prev:hover{opacity:.9}
.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled{opacity:.2}
/*.tos-next span,.tos-prev span{content:'';display:block;width:12px;height:12px;margin:-5px;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.tos-close span:after,.tos-close span:before{width:6px;height:6px;margin-top:-4px;margin-left:0;margin-right:0}
.tos-close span:before,.tos-prev span{border-bottom:3px solid #fff;border-left:3px solid #fff;left:50%}
.tos-close span:after,.tos-next span{border-top:3px solid #fff;border-right:3px solid #fff;right:50%}*/
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide{padding-left:80px;padding-right:80px}
.tos-inline{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:inline-block;margin:0;position:relative;top:auto;left:auto;right:auto}
.tos-inline.tos-prev{margin-right:-60px}
.tos-inline.tos-next{margin-left:-60px}
.tos-loading .tos-inline{opacity:0!important}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(3);-ms-transform:scale(3);transform:scale(3)}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}
.tos-caption{color:#fff;text-align:center;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;position:absolute;left:0;bottom:0;z-index:1}
.tos-caption:after{content:'';display:block;clear:both}
.tos-caption>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;box-sizing:border-box;padding:0 20px;float:left}
.tos-caption>div:last-child{float:right;margin-right:-2px}
.tos-desktop .tos-wrapper:hover .tos-caption,.tos-touch .tos-wrapper.tos-hover .tos-caption{opacity:1}
.tos-wrapper .tos-caption{line-height:20px;font-size:15px;text-shadow:0 1px 2px rgba(0,0,0,.8);height:40px}
.tos-wrapper.tos-has-caption .tos-uibg{height:100px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide{padding-bottom:60px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption{line-height:40px;font-size:30px;text-shadow:0 2px 4px rgba(0,0,0,.8);height:80px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:200px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption{line-height:60px;font-size:45px;text-shadow:0 3px 6px rgba(0,0,0,.8);height:120px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:300px}
.tos-wrapper.tos-fx-slide .tos-slider{-webkit-transition-property:left,margin;transition-property:left,margin}
.tos-pagination{text-align:center;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;position:absolute;bottom:40px;left:0;z-index:1}
.tos-pagination a{display:inline-block}
.tos-pagination.tos-bullets a{background-color:rgba(255,255,255,.2)}
.tos-pagination.tos-bullets a:hover{background-color:rgba(255,255,255,.5)}
.tos-pagination.tos-bullets a.tos-selected{background-color:rgba(255,255,255,.9)}
.tos-desktop .tos-wrapper:hover .tos-pagination,.tos-touch .tos-wrapper.tos-hover .tos-pagination{opacity:1}
.tos-wrapper .tos-pagination:after,.tos-wrapper .tos-pagination:before{content:'';display:inline-block;width:20px;height:10px}
.tos-wrapper.tos-has-bullets .tos-pagination{height:30px}
.tos-wrapper.tos-has-bullets .tos-pagination a{border-radius:10px;width:10px;height:10px;margin:0 5px}
.tos-wrapper.tos-has-bullets .tos-caption{bottom:30px}
.tos-wrapper.tos-has-bullets .tos-uibg{height:90px}
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg{height:130px}
.tos-wrapper.tos-has-thumbnails .tos-pagination{height:70px}
.tos-wrapper.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:50px;height:50px;margin:0 5px}
.tos-wrapper.tos-has-thumbnails .tos-caption{bottom:70px}
.tos-wrapper.tos-has-thumbnails .tos-uibg{height:130px}
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg{height:170px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide{padding-bottom:50px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide{padding-bottom:80px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide{padding-bottom:90px}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide{padding-bottom:120px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:40px;height:20px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:60px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:20px;width:20px;height:20px;margin:0 10px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:60px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:180px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:260px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:140px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:100px;height:100px;margin:0 10px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:140px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:260px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:340px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:60px;height:30px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:90px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:30px;width:30px;height:30px;margin:0 15px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:90px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:270px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:390px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:210px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:150px;height:150px;margin:0 15px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:210px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:390px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:510px}
.tos-slide .tos-html{-webkit-overflow-scrolling:touch}
.tos-play,.tos-play:after{display:block;position:absolute;top:50%;left:50%}
.tos-play{background:#000;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.tos-play:after{content:''}
.tos-desktop .tos-wrapper:hover .tos-play,.tos-touch .tos-wrapper.tos-hover .tos-play{opacity:.5}
.tos-desktop .tos-wrapper:hover .tos-play:hover,.tos-touch .tos-wrapper.tos-hover .tos-play:hover{opacity:.9}
.tos-wrapper .tos-play{border-radius:80px;width:80px;height:80px;margin:-40px}
.tos-wrapper .tos-play:after{border:20px solid transparent;border-left-color:#fff;border-left-width:30px;margin-top:-20px;margin-left:-10.5px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play{border-radius:160px;width:160px;height:160px;margin:-80px}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after{border:40px solid transparent;border-left-color:#fff;border-left-width:60px;margin-top:-40px;margin-left:-21px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play{border-radius:240px;width:240px;height:240px;margin:-120px}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after{border:60px solid transparent;border-left-color:#fff;border-left-width:90px;margin-top:-60px;margin-left:-31.5px}
/* End */


/* Start:/local/templates/radadoors_adaptiv/css/zoom.css?14569488691241*/
/** Лупа */

.zm-wrap {
	max-width: 100%;
	margin: auto;
	position: relative;
	zoom: 1;
	display: inline-block;
	*display: inline
}

.zm-preload {
	display: none !important
}

.zm-hover {
	position: absolute;
	z-index: 9998;
	top: 0;
	left: 0;
	display: none
}

#zm-magnifier {
	position: absolute;
	display: none;
	overflow: hidden;
	z-index: 9999;
	box-shadow: 0 0 5px rgba(0, 0, 0, .6), 0 0 3px rgba(0, 0, 0, .13) inset;
	border: 3px solid #ddd;
	border: 3px solid rgba(255, 255, 255, .3)
}

#zm-magnifier img {
	max-width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	cursor: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

#zm-magnifier span {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	background: #fff;
	z-index: 9999;
	overflow: visible;
	font-size: 10px;
	line-height: 1em;
	padding: 2px 6px;
	border-radius: 0 0 0 4px;
	background: rgba(255, 255, 255, .5);
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .15);
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 0 0 4px #fff
}

.zm-gray {
	filter: gray;
}

.zm-blur {
	filter: blur(add = 0, direction = 0, strength = 4);
}

.zm-trans {
	width: 100%;
	height: 100%;
}

/* End */


/* Start:/local/templates/radadoors_adaptiv/css/tooltip.css?16976990571784*/
/** Всплывающая подсказка */

#tooltip {
	color: #000;

	border: 1px solid #ccc;
	border-radius: 1px;

	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%, #eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%, #eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%, #eaeaea 100%); /* W3C */

	position: absolute;
	padding: 3px 5px;
	z-index: 10000;

	opacity: 0.0;
	-webkit-transition: opacity 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: opacity 0.3s ease-out;  /* FF4+ */
	-ms-transition: opacity 0.3s ease-out;  /* IE10? */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.5+ */
	transition: opacity 0.3s ease-out;
	font-family: 'MuseoSansCyrl300';
    font-size: 12pt;
}

#tooltip.visible {
	opacity: 1.0;
}

#tooltip h3 {
	font-weight: normal;
	font-size: 0.8em;
	margin: 0;
}

#tooltip ul {
	margin: 0;
	padding: 0 0 0 25px;
}


#tooltip.bosses {
	background: #fff;
	border: none;
	padding: 15px;
	max-width: 180px;
}

#tooltip.bosses:before {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-right: 30px solid #fff;
	border-bottom: 27px solid transparent;
	margin: 0 0 0 -34px;
}

#tooltip.bosses .name {
	border-bottom: 1px solid #000;

	font-size: 1.7em;
	line-height: 1.0em;

	padding-bottom: 5px;
	margin-bottom: 5px;
}

#tooltip.bosses .post {
	font-size: 1em;
	line-height: 0.9em;
}

/* End */


/* Start:/local/templates/radadoors_adaptiv/components/radadoors/form.result.new/preorder-form/style.css?157240552572*/
.update_container .agree_prop .text a {
	text-decoration: underline;
}
/* End */
/* /local/templates/radadoors_adaptiv/css/grid.css?17605763197550 */
/* /local/templates/radadoors_adaptiv/css/configurator-door.css?176057390733398 */
/* /local/templates/radadoors_adaptiv/css/select2_new.css?153703937417591 */
/* /local/templates/radadoors_adaptiv/css/jquery.fancybox.css?15280108224946 */
/* /local/templates/radadoors_adaptiv/css/jquery.tosrus.all.css?152840364613292 */
/* /local/templates/radadoors_adaptiv/css/zoom.css?14569488691241 */
/* /local/templates/radadoors_adaptiv/css/tooltip.css?16976990571784 */
/* /local/templates/radadoors_adaptiv/components/radadoors/form.result.new/preorder-form/style.css?157240552572 */
