.presale_block {
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 64px;
}

.mobile_characteristics, .mobile_popular_block, .mobile_module_system {
	display: none;
}

.content_wrapper .product_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}







.information_menu .top_menu_block {
	display: grid;
    grid-template-columns: calc(100% - 306px) 306px;
    grid-column-gap: 0px;
    background: #FFF;
    padding: 29px 80px;
	margin-bottom: 36px;
}

.information_menu .top_menu_block .left_menu_options {
	display: flex;
	grid-column-gap: 60px;
}

.information_menu .top_menu_block .right_menu_options {
	display: flex;
    justify-content: flex-end;
}

.information_menu .top_menu_block .left_menu_options .characteristics, .information_menu .top_menu_block .left_menu_options .module_system, .information_menu .top_menu_block .left_menu_options .popular {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #000000;
	background-image: url('../img/download_link.svg');
	background-repeat: no-repeat;
    padding-right: 27px;
    background-position: 100% 9px;
    background-size: 15px;
    grid-area: characteristics_title;
    background-color: #FFF;
    line-height: 29px;
}

.information_menu .top_menu_block .left_menu_options .characteristics.active, .information_menu .top_menu_block .left_menu_options .module_system.active, .information_menu .top_menu_block .left_menu_options .popular.active {
	background-image: url('../img/link_arrow_gray.svg');
	color: #919191;
}

.information_menu .top_menu_block .right_menu_options .where_buy {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #000000;
    background-image: url('../img/where_buy.svg');
    background-repeat: no-repeat;
    padding-right: 40px;
    background-position: 100% 0px;
    background-size: 31px;
    text-decoration: none;
    grid-area: where_buy_title;
    background-color: #FFF;
}








h2.title_block.upper {
    font-size: 24px;
    line-height: 20px;
}

.presale_block .form_content_block {
    display: grid;
    grid-template-columns: calc(52% - 66px) calc(48% - 20px);
    grid-column-gap: 85px;
    background: #F2F2F2;
    border: 0px;
}

.presale_block .content_block
{
    border: 0px;
    background: none;
}

.presale_block .form_content_block .presale_info {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    display: grid;
    justify-content: left;
    align-items: start;
	grid-template-rows: 200px calc(100% - 200px);
}

#presale_form .success_form .success_form_data {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #000000;
}

.content_wrapper h1.name_model {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 96px;
    line-height: 64px;
    letter-spacing: 0.01em;
    color: #F2F2F2;
    position: absolute;
    bottom: 37px;
    right: 70px;
    text-transform: uppercase;
}

.content_wrapper .section_name {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 64px;
    letter-spacing: 0.01em;
    color: #F2F2F2;
    position: absolute;
    bottom: 24px;
    right: 80px;
    text-transform: lowercase;
}

.content_wrapper .options_block { 
	display: grid;
    grid-template-columns: 503px calc(100% - 551px);
    grid-column-gap: 47px;
    padding-left: 80px;
    padding-right: 80px;
	grid-template-areas:
        "option_detail_info option_detail_img";
}

.content_wrapper .options_block .detail_info {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    /*padding-top: 80px;*/
    position: relative;
    grid-area: option_detail_info;
    line-height: 29px;
	display: flex;
    align-items: center;
}

.content_wrapper .options_content {
	padding-left: 80px;
	padding-right: 80px;
    margin-top: 30px;
}

.content_wrapper .options_content .options_link {
	display: flex;
	/*background-image: url('../img/link_arrow_black.svg');*/
    background-repeat: no-repeat;
    padding-right: 25px;
    background-position: 100% 13px;
    background-size: 14px;
	margin-bottom: 41px;
}

.content_wrapper .options_content .options_link .options_link_icon {
	background: url('../img/options_icon.svg') no-repeat;
	width: 31px;
    height: 31px;
    margin-top: 6px;
    margin-right: 12px;
}

.content_wrapper .options_content .options_link .options_link_text {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 0.01em;
    color: #000000;
}

.content_wrapper .options_block .detail_img {
	position: relative;
    /*margin-top: 80px;*/
    text-align: center;
    grid-area: option_detail_img;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 42.9%;
}


.options_items {
	display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.options_items .option_item {
	text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.clear {
	clear: both;
}

.options_items .option_item img {
	width: 36px;
	height: 36px;
    margin-right: 10px;
}

.options_items .option_item span {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 0.01em;
    color: #000000;
    display: block;
}

.content_wrapper .options_block .detail_img .button_2d {
	position: absolute;
    width: 79px;
    height: 41px;
    background: #D9D9D9;
    border-radius: 11px 0px 0px 11px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    right: 160px;
    text-align: center;
    top: 0px;
	cursor: pointer;
	border: 1px solid #D4D4D4;
}

.content_wrapper .options_block .detail_img .button_3d {
	position: absolute;
    width: 79px;
    height: 41px;
    background: #D9D9D9;
    border-radius: 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    right: 80px;
    text-align: center;
    top: 0px;
    cursor: pointer;
    border: 1px solid #D4D4D4;
}

.content_wrapper .options_block .detail_img .button_ar {
	position: absolute;
    width: 79px;
    height: 41px;
    background: #D9D9D9;
    border-radius: 0px 11px 11px 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    right: 0px;
    text-align: center;
    top: 0px;
	cursor: pointer;
	border: 1px solid #D4D4D4;
}

.content_wrapper .options_block .detail_img img {
	width: 100%;
	max-height: 468px;
}

.content_wrapper .options_block .detail_img .button_ar.active, .content_wrapper .options_block .detail_img .button_2d.active, .content_wrapper .options_block .detail_img .button_3d.active {
	background: #FFFFFF;
}

.options_list {
	display: grid;
    grid-template-columns: calc(33.3% - 14px) calc(33.3% - 14px) calc(33.3% - 14px);
    grid-column-gap: 21px;
    margin-top: 50px;
}

.options_list .option_info {
	background: #FFF;
    padding: 32px 64px 64px 44px;
}

.options_list > *:first-child  {
    padding: 32px 64px 64px 80px;
}

.options_list > *:last-child  {
    padding: 32px 80px 64px 44px;
}

.options_list .option_info .option_name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 32px;
}

.options_list .option_info .option_description {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #000000;
}

.information_block {
	margin-top: 70px;
}

.information_block .information_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 64px;
    letter-spacing: 0.01em;
    color: #000000;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 20px;
}

.information_block .characteristics_block {
	grid-area: characteristics;
}

.information_block .popular_block {
	grid-area: popular;
    margin-top: 36px;
    margin-left: 80px;
    margin-right: 80px;
}

.information_block .characteristics_block .parameter {
	margin-top: 23px;
    display: grid;
    grid-template-columns: calc(33.3% - 10px) calc(33.3% - 10px) calc(33.3% - 10px);
    grid-column-gap: 22px;
}

.information_block .characteristics_block .parameter .parameter_name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
	line-height: 29px;
    letter-spacing: 0.01em;
    color: #000000;
    min-height: 18px;
    background: #FFFFFF;
    padding-left: 80px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.information_block .characteristics_block .parameter .parameter_name::first-letter {
  text-transform: uppercase;
}

.information_block .characteristics_block .parameter .parameter_value {
	min-height: 33px;
    padding-left: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #000000;
    padding-top: 18px;
    padding-bottom: 14px;
    vertical-align: middle;
    display: table;
	line-height: 29px;
	padding-right: 80px;
}

.information_block .module_system_block {
	margin-top: 36px;
	padding-left: 80px;
    padding-right: 80px;
	text-align: right;
	grid-area: module_system;
}

.information_block .module_system_block iframe {
	width: 100%;
    height: 809px;
	margin-bottom: 50px;
}

.information_block .characteristics_block .parameter .parameter_value .parameter_inner_block
{
    display: table-cell;
    vertical-align: middle;
}

body .gallery_block {
    padding-left: 80px;
    padding-right: 0px;
    margin-top: 64px;
}

.gallery_block .gallery_title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 64px;
	letter-spacing: 0.01em;
	color: #000000;
	margin-bottom: 26px;
}

.assemble_sofa {
	border-radius: 27px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 64px;
    letter-spacing: 0.01em;
    color: #000000;
    background: url('../img/constructor_icon.svg') no-repeat, url('../img/link_arrow_black.svg') no-repeat, #D8D8D8;
    background-size: 41px, 16px;
    padding: 19px 47px 19px 67px;
    text-decoration: none;
    text-transform: uppercase;
    background-position: 17px, calc(100% - 19px), 57px;
}

.download_block {
	margin-top: 50px;
}

.download_block .download_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 64px;
    letter-spacing: 0.01em;
    color: #000000;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 10px;
}

.download_block .download_menu {
	background: #FFF;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    grid-column-gap: 60px;
    padding-top: 25px;
    padding-bottom: 26px;
}

.download_block .download_menu span {
	background-image: url('../img/link_arrow_black.svg');
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: 100% 9px;
    background-size: 14px;
}

.download_block .download_menu .look_book {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #000000;
	text-decoration: none;
}

.download_block .download_menu .catalog {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #000000;
	text-decoration: none;
}

.download_block .download_menu .tech_docs {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #000000;
	text-decoration: none;
}

.download_block .download_menu .model_3d {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #000000;
	text-decoration: none;
}

.popular_block .popular_gallery_slider {
    width: 100%;
}

.popular_block .popular_gallery_slider .slider_item {
    display: block;
    max-width: 1758px;
    height: 809px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mobile_where_buy {
	display: none;
}

@media screen and (max-width: 1488px) {
	.information_menu .top_menu_block .left_menu_options {
		display: flex;
		grid-column-gap: 36px;
	}
}

@media screen and (max-width: 1440px) {
	.information_menu .top_menu_block .left_menu_options {
		display: flex;
		grid-column-gap: 36px;
	}
	
	.information_menu .top_menu_block {
		grid-template-columns: calc(100% - 253px) 251px;
	}
}

@media screen and (max-width: 1400px) {
	.information_block .characteristics_block .parameter {
		grid-template-columns: calc(33.3% - 10px) calc(66.6% - 10px);
	}
}

@media screen and (max-width: 1370px) {
	.information_menu .top_menu_block .left_menu_options .characteristics, .information_menu .top_menu_block .left_menu_options .module_system, .information_menu .top_menu_block .left_menu_options .popular, .information_menu .top_menu_block .right_menu_options .where_buy {
		font-size: 19px;
		line-height: 31px;
	}
}

@media screen and (max-width: 1213px) {
	.information_menu .top_menu_block .left_menu_options .characteristics, .information_menu .top_menu_block .left_menu_options .module_system, .information_menu .top_menu_block .left_menu_options .popular, .information_menu .top_menu_block .right_menu_options .where_buy {
		font-size: 17px;
        line-height: 24px;
	}
	
	.download_block .download_menu {
		grid-column-gap: 40px;
	}
}

@media screen and (max-width: 1141px) {
	.information_menu .top_menu_block .left_menu_options .characteristics, .information_menu .top_menu_block .left_menu_options .module_system, .information_menu .top_menu_block .left_menu_options .popular, .information_menu .top_menu_block .right_menu_options .where_buy {
		font-size: 15px;
        line-height: 24px;
	}
	
	.download_block .download_menu .look_book, .download_block .download_menu .catalog, .download_block .download_menu .tech_docs, .download_block .download_menu .model_3d {
		font-size: 19px;
		line-height: 29px;
	}
	
	.download_block .download_menu span {
		background-position: 100% 5px;
	}
}

@media screen and (max-width: 1071px) {
	.information_menu .top_menu_block .left_menu_options .characteristics, .information_menu .top_menu_block .left_menu_options .module_system, .information_menu .top_menu_block .left_menu_options .popular, .information_menu .top_menu_block .right_menu_options .where_buy {
		font-size: 15px;
        line-height: 24px;
	}
	
	.information_block .information_title {
		font-size: 35px;
	}
	
	.information_menu .top_menu_block {
        grid-template-columns: calc(100% - 183px) 182px;
    }
}

@media screen and (max-width: 1000px) {
	.information_menu .top_menu_block {
        grid-template-columns: calc(100% - 140px) 138px;
    }
	
	.information_menu .top_menu_block .left_menu_options {
        grid-column-gap: 18px;
    }
}

@media screen and (max-width: 1200px) {
	.content_wrapper .options_block .detail_info {
		font-size: 20px;
		line-height: 33px;
	}
	.content_wrapper .options_block {
		grid-template-columns: 457px calc(100% - 523px);
		grid-column-gap: 54px;
		grid-template-areas: "option_detail_info option_detail_img";
	}
}

@media screen and (max-width: 987px) {
	.download_block .download_menu {
		grid-column-gap: 25px;
	}
	
	.presale_block .form_content_block .presale_info .text_block {
        margin-top: 0px;
    }
}

@media screen and (max-width: 943px) {
	.download_block .download_menu .look_book, .download_block .download_menu .catalog, .download_block .download_menu .tech_docs, .download_block .download_menu .model_3d {
		padding-right: 20px;
		background-position: 100% 9px;
		background-size: 11px;
	}
}

@media screen and (max-width: 903px) {
	.download_block .download_menu .look_book, .download_block .download_menu .catalog, .download_block .download_menu .tech_docs, .download_block .download_menu .model_3d {
		font-size: 17px;
	}
}

@media screen and (max-width: 970px) {
	.presale_block .form_content_block {
		display: block;
	}
	
	.presale_form {
		margin-top: 20px;
	}
}

@media screen and (max-width: 950px) {
	.content_wrapper .options_block {
		display: grid;
		grid-template-columns: 100%;
		grid-column-gap: 0px;
		grid-template-areas: 
			"option_detail_img"
			"option_detail_info";
	}
	
	.content_wrapper .options_block .detail_info {
        font-size: 20px;
        line-height: 33px;
        padding-top: 13px;
    }
	
	.content_wrapper .options_content .options_link {
		position: initial;
		margin-top: 21px;
		width: 127px;
	}
	
	.information_block .characteristics_block .parameter .parameter_name {
		font-size: 18px;
		vertical-align: middle;
		align-items: center;
		display: flex;
		line-height: initial;
	}
	
	.information_block .characteristics_block .parameter .parameter_value {
		font-size: 18px;
		vertical-align: middle;
		align-items: center;
		display: flex;
		line-height: initial;
	}
	
	.breadcrumb a, .breadcrumb span.active_page {
		font-size: 16px;
		line-height: 20px;
	}
	
	.breadcrumb .breadcrumb_arrow {
		height: 18px;
	}
	
	.options_list .option_info {
        padding: 43px 80px;
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 850px) {
	.options_list {
		display: block;
	}
	
	.information_block .module_system_block iframe {
		width: 100%;
		height: 345px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 834px) {
	.content_wrapper h1.name_model {
		font-size: 64px;
		line-height: 64px;
		right: 44px;
	}
	
	.content_wrapper .section_name {
		right: 48px;
	}
	
	.breadcrumb {
		padding: 0px 48px;
	}
	
	.content_wrapper .options_block {
		padding-left: 48px;
		padding-right: 48px;
	}
	
	.options_list .option_info {
        padding: 43px 48px;
    }
	
	.information_block .information_title {
		font-size: 20px;
		line-height: 24px;
		padding-left: 48px;
		padding-right: 48px;
	}
	
	.information_menu .top_menu_block {
		padding: 29px 48px;
	}
	
	.information_menu .top_menu_block .left_menu_options .characteristics, .information_menu .top_menu_block .left_menu_options .module_system, .information_menu .top_menu_block .left_menu_options .popular {
		padding-right: 18px;
		background-position: 100% 8px;
		background-size: 10px;
	}
	
	.information_menu .top_menu_block .left_menu_options {
        grid-column-gap: 14px;
    }
	
	.information_menu .top_menu_block .right_menu_options .where_buy {
		font-size: 15px;
		line-height: 24px;
		padding-right: 26px;
		background-size: 23px;
	}
	
	.information_block .characteristics_block .parameter .parameter_name {
        font-size: 15px;
		padding-left: 48px;
    }
	
	.information_block .characteristics_block .parameter .parameter_value, .information_block .characteristics_block .parameter .parameter_name {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.information_block .characteristics_block .parameter .parameter_value {
        font-size: 15px;
		padding-right: 48px;
    }
	
	.information_block .popular_block {
		margin-left: 48px;
		margin-right: 48px;
	}
	
	.popular_block .popular_gallery_slider .slider_item {
		height: 415px;
	}
	
	.information_block .module_system_block {
		padding-left: 48px;
		padding-right: 48px;
	}
	
	.gallery_block .content_block .slick_prev, .gallery_block .content_block .slick_next {
		width: 29px;
		height: 45px;
		top: calc(50% - 29px);
	}
	
	body .gallery_block {
		padding-left: 48px;
	}
	
	.presale_block .form_content_block .presale_info .text_block {
        margin-top: 0px;
    }
	
	.gallery_block .content_block .gallery_slider .slider_item {
        height: 369px;
    }
	
	.content_wrapper .options_content {
		padding-left: 48px;
		padding-right: 48px;
	}
	
	.download_block .download_title {
		font-size: 32px;
		line-height: 39px;
		padding-left: 48px;
		padding-right: 48px;
		margin-bottom: 20px;
	}
	
	.download_block .download_menu {
		padding-left: 48px;
		padding-right: 48px;
	}
	
	.presale_block {
		padding-left: 48px;
		padding-right: 48px;
	}
}

@media screen and (max-width: 823px) {
	.information_menu .top_menu_block {
		display: none;
	}
	.mobile_characteristics, .mobile_popular_block, .mobile_module_system {
		display: block;
        background: #FFF;
        padding-top: 22px;
        padding-bottom: 22px;
        padding-left: 48px;
        padding-right: 48px;
        text-align: left;
	}
	
	.mobile_characteristics span, .mobile_popular_block span, .mobile_module_system span {
		background-image: url('../img/download_link.svg');
		background-repeat: no-repeat;
		padding-right: 25px;
        background-position: 100% 4px;
        background-size: 12px;
	}
	
	.characteristics_block .inner_block_content, .popular_block .inner_block_content, .module_system_block .inner_block_content {
		display: none;
		margin-bottom: 50px;
	}
	
	.information_block .characteristics_block, .information_block .popular_block, .information_block .module_system_block {
		margin-left: 0px;
        margin-right: 0px;
		padding-left: 0px;
        padding-right: 0px;
		margin-top: 0px;
	}
	
	.popular_block .popular_gallery_slider {
		margin-top: 23px;
	}
	
	.options_items .option_item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 777px) {
	.download_block .download_menu {
        display: block;
    }
	
	.download_block .download_menu span {
        background-position: 100% 5px;
		padding-right: 20px;
		background-size: 10px;
    }
	
	.download_block .download_menu {
		padding-top: 10px;
        padding-bottom: 10px;
	}
	
	.download_block .download_menu .look_book, .download_block .download_menu .catalog, .download_block .download_menu .tech_docs, .download_block .download_menu .model_3d {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
	
	.mobile_where_buy {
	    font-family: 'Montserrat';
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 24px;
		letter-spacing: 0.01em;
		color: #000000;
		text-decoration: none;
		background-color: #FFF;
		padding-top: 22px;
		padding-bottom: 22px;
		padding-left: 48px;
		padding-right: 48px;
		display: block;
	}
	
	.mobile_where_buy span {
		background-image: url('../img/where_buy.svg');
		background-repeat: no-repeat;
        padding-right: 29px;
        background-position: 100% -2px;
        background-size: 25px;
	}
}

@media screen and (max-width: 760px) {
	.options_items .option_item {
		margin-right: 37px;
	}
	
	.breadcrumb {
        display: none;
    }
	
	.content_wrapper .options_block {
        margin-top: 45px;
    }
}

@media screen and (max-width: 600px) {
	h2.title_block.upper {
		font-size: 24px;
		line-height: 20px;
		margin-bottom: 22px;
	}
	
	.presale_block .form_content_block .presale_info {
		font-size: 12px;
		line-height: 15px;
	}
	
	.update_container .presale_item .inputtext {
		font-size: 15px;
		line-height: 27px;
	}
	
	.presale_block {
		margin-top: 35px;
	}
	
	.presale_block .form_content_block .presale_info {
		display: block;
	}
	
	.assemble_sofa {
		display: none;
	}
	
	.gallery_block .gallery_title, .download_block .download_title {
		font-size: 24px;
		line-height: 20px;
	}
	
	body .gallery_block {
		margin-top: 24px;
		position: relative;
	}
	
	.content_wrapper h1.name_model {
		font-size: 32px;
		line-height: 64px;
	}
	
	.content_wrapper .section_name {
		font-size: 16px;
		line-height: 64px;
	}
	
	.popular_block .popular_gallery_slider .slider_item {
        height: 300px;
    }
	
	.content_wrapper h1.name_model {
		bottom: 7px;
	}
	
	.content_wrapper .section_name {
		bottom: -5px;
	}
}

@media screen and (max-width: 555px) {
	.information_block .characteristics_block .parameter {
        grid-template-columns: calc(48.3% - 10px) calc(51.6% - 10px);
    }
	
	.popular_block .popular_gallery_slider .slider_item {
        height: 280px;
    }
	
	.options_items .option_item img {
		width: 25px;
		height: 25px;
	}
	
	.options_items .option_item {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 433px) {
	.form_content_block h2.title_block.upper {
        font-size: 20px;
        line-height: 29px;
    }
	
	.information_block .characteristics_block .parameter .parameter_value {
		padding-left: 0px;
	}
	
	.popular_block .popular_gallery_slider .slider_item {
        height: 250px;
    }
	
	.options_list .option_info .option_description {
        display: none;
        margin-top: 14px;
    }
	
	.options_list .option_info .option_name {
        margin-bottom: 0px;
    }
	
	.options_list .option_info {
        padding: 15px 48px;
    }
	
	.content_wrapper .options_block .detail_info {
        font-size: 16px;
        line-height: 24px;
    }
	
	.options_list .option_info .option_name span {
		background-image: url('../img/download_link.svg');
		background-repeat: no-repeat;
		padding-right: 25px;
        background-position: 100% 4px;
        background-size: 12px;
	}
	
	.content_wrapper h1.name_model {
        bottom: -8px;
    }
	
	.content_wrapper .section_name {
        bottom: -19px;
    }
}

@media screen and (max-width: 375px) {
	.gallery_block .content_block .gallery_slider .slider_item {
        height: 157px;
    }
	
	.content_wrapper .options_block
	{	
        padding-left: 24px;
        padding-right: 24px;
    }
	
	/*.content_wrapper .options_block .detail_img {
		position: relative;
		padding-top: 0px;
		text-align: center;
		grid-area: option_detail_img;
		display: grid;
		grid-template-columns: 33.33% 33.33% 33.33%;
		grid-template-areas: "block2d block3d blockar" 
							 "blockimg blockimg blockimg";
	}*/
	
	.content_wrapper .options_block .detail_img .button_2d, .content_wrapper .options_block .detail_img .button_3d, .content_wrapper .options_block .detail_img .button_ar {
		position: initial;
		width: 100%;
	}
	
	.content_wrapper .options_block .detail_img .button_2d {
		grid-area: block2d;
	}
	
	.content_wrapper .options_block .detail_img .button_3d {
		grid-area: block3d;
	}
	
	.content_wrapper .options_block .detail_img .button_ar {
		grid-area: blockar;
	}
	
	.content_wrapper .options_block .detail_img img {
		grid-area: blockimg;
	}
	
	.options_list .option_info {
        padding: 15px 24px;
    }
	
	.update_container .presale_item .inputtext {
		margin-bottom: 19px;
	}
	
	.information_block .information_title {
        padding-left: 24px;
        padding-right: 24px;
    }
	
	.information_block .characteristics_block .parameter .parameter_name {
        padding-left: 24px;
    }
	
	.options_list .option_info .option_name {
        font-size: 16px;
        line-height: 24px;
    }
	
	.options_list .option_info .option_description {
        font-size: 16px;
        line-height: 24px;
    }
	
	.content_wrapper h1.name_model {
        right: 21px;
    }
	
	.content_wrapper .section_name {
		right: 24px;
	}
	
	.information_block .characteristics_block .parameter .parameter_value {
		padding-right: 24px;
    }
	
	.mobile_characteristics, .mobile_popular_block, .mobile_module_system {
        padding-left: 24px;
        padding-right: 24px;
	}
	
	.popular_block .popular_gallery_slider .slider_item {
        height: 210px;
    }
	
	.content_wrapper .options_content {
        padding-left: 24px;
        padding-right: 24px;
    }
	
	.download_block .download_title {
        padding-left: 24px;
        padding-right: 24px;
    }
	
	.download_block .download_menu {
        padding-left: 24px;
        padding-right: 24px;
    }
	
	body .gallery_block {
        padding-left: 24px;
    }
	
	.presale_block {
        padding-left: 24px;
        padding-right: 24px;
    }
	
	.mobile_where_buy {
        padding-left: 24px;
        padding-right: 24px;
    }
}