

.wrap-calculators p {
	margin-bottom: 0;
	color: #000;
}

ol li, ul li{
	color: #000;
}



.block_vrap section {
	display: block;
	width: 100%;
}

.block_vrap .section_content {
	display: flex;
	width: 100%;
	flex-direction: row;
  	justify-content: space-between;
}

.block_vrap .section_content .img_select {
	display: block;
	flex-grow: 1;
	flex-basis: 150px;
}


.block_vrap .section_content .img_select img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #000000;
	background-color: #fff;
}

.set_sizes {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sizes_zabor li:nth-child(4) .item_characteristic {
	width: 50%;
}

.item_characteristic.color_item p {
    text-shadow: 1px 1px 2px black;
}

.item_characteristic.color_item_ral p {
    text-shadow: 1px 1px 2px black;
}

.item_characteristic.color_item_ral.dark p {
    text-shadow: none;!important;
}

.sizes_table_wrap {
	width: 50%;
	right: 10%;
}

#vodo_sis_krovli .system {
	display: flex;
	/*justify-content: center;*/
}

#vodostok h3 {
	margin-top: 0;
}

#vodo_sis_krovli .system .system_item {
	transition: all 1s ease;
	display: flex;
	flex-direction: column;
	height: 103px;
}

#vodo_sis_krovli .system .system_item.selected {
	transform: translateY(-15px);
	transition: all 1s ease;
}

#vodo_sis_krovli .system .system_item.selected span {
	font-weight: bold;
}

.sizes_vodostok .size_item, .sizes_zabor .size_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 3px;
	height: 36px;
	cursor: pointer;
}

.sizes_vodostok .size_item:nth-child(odd), .sizes_zabor .size_item:nth-child(odd) {
	background-color: #F9F9F9;
}

.sizes_vodostok .size_item .size_item_left .title, .sizes_zabor .size_item .size_item_left .title  {
	margin-left: 5px;
	cursor: pointer;
	/*margin-top: 15px;*/
}

.sizes_vodostok .size_item .size_item_left .title p, .sizes_zabor .size_item .size_item_left .title p {
	text-transform: uppercase;
    font-weight: 500;
	cursor: pointer;
}

.sizes_vodostok .size_item .size_item_left .title p, .sizes_zabor .size_item .size_item_left .title p span {
	text-transform: lowercase;
}

.sizes_vodostok .size_item_right_wrap,
.sizes_zabor .size_item_right_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


input[type="radio"]:checked + label {
  border: 2px solid #FE0000!important;
}

.site_wrap {
	margin-top: 60px;
}

 h1 {
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 26px;
	line-height: 1.2;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 15px;
    margin-top: 50px;
}

 p ~ footer{
	font-size: 12px;
	line-height: 1.2;
	text-align: left;
    font-weight: 500;
}

.title {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.res_table p {
	font-size: 12px;
	line-height: 1.2;
	text-align: left;
	font-weight: 500;
	color: #000;
	position: relative;
	width: max-content;
}



#tip_krovli .img_select_item {
	cursor: pointer;
}

.block_vrap .section_content .img_select {
	margin: 0 10px;
    transition: all 1s ease;
}

.block_vrap .section_content .img_select.selected {
    transform: translateY(-15px);
    transition: all 1s ease;
}

.block_vrap .section_content .img_select:last-child {
	margin-right: 0!important;
}

.block_vrap .section_content .img_select:first-child {
	margin-left: 0!important;
}

.block_vrap .section_content .img_select {
    height: max-content;
}


.sizes_table_wrap .size_item_right .char {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	padding: 1px 4px;
}

.sizes_table_wrap .size_item_right .char.red {
	color: red;
}

.sizes_table_wrap .size_item_right .units {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	padding: 1px 4px;
	/*margin-right: 10px;*/
}

.sizes_table_wrap .size_item_right .units p {
	font-size: 10px;
	line-height: 25px;
}

.wrap-calculators .sizes_krovla {
    margin-bottom: 0;
}

#vodo_sis_krovli .section_content {
	display: block;
}

#vodo_sis_krovli .system .system_item  {
	margin-right: 15px;
	cursor: pointer;
}

#vodo_sis_krovli .system .system_item span {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
}

#vodo_sis_krovli .system_sizes, #vodo_sis_krovli .system_colors {
	display: inline-block;
}

#vodo_sis_krovli .system .system_item img {
	width: 300px;
	height: 100%;
}

#vodo_sis_krovli .section_content .sub_title {
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 30px 0 10px;
}

#vodo_sis_krovli .section_content .right_wrap {
	margin-left: 50px;
}

#vodo_sis_krovli .section_content .system_sizes_item,
#vodo_sis_krovli .section_content .system_colors_item {
	display: inline-block;
	margin: 5px;
	cursor: pointer;
}

#vodo_sis_krovli .section_content .system_sizes_item:first-child,
#vodo_sis_krovli .section_content .system_colors_item:first-child {
	margin-left: 0;
}
#vodo_sis_krovli .section_content .system_sizes_item:last-child,
#vodo_sis_krovli .section_content .system_colors_item:last-child {
	margin-right: 0;
}

#vodo_sis_krovli .section_content .system_item img,
#vodo_sis_krovli .section_content .system_sizes_item,
#vodo_sis_krovli .section_content .system_colors_item {
	border: 2px solid #e7e7e7;
}

#vodo_sis_krovli .section_content .system_sizes_item {
	padding: 5px 10px;
}

#vodo_sis_krovli .section_content .system_colors_item {
	padding: 5px 3px;
}

#vodo_sis_krovli .section_content .system_sizes_item p {
	font-size: 19px;
	text-transform: lowercase;
}

#vodo_sis_krovli .section_content .system_colors_item {
	width: 110px;
	height: 38px;
	transition: all 1s ease;
}

#vodo_sis_krovli .section_content .system_colors_item.selected {
	transform: translateY(-10px);
	transition: all 1s ease;
}

#vodo_sis_krovli .section_content .system_sizes_item p span {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

#vodo_sis_krovli .section_content .system_sizes_item {
	background-color: #fff;
    width: 270px;
}

#vodo_sis_krovli .section_content .system_sizes_item.selected,
#vodo_sis_krovli .section_content .system_colors_item.selected {
	/*border: 2px solid #FE0000!important;*/
    background-color: #fff;
    border-bottom: 2px solid black;
}

#vodo_sis_krovli .section_content .system_sizes_item:hover,
#vodo_sis_krovli .section_content .system_colors_item:hover {
    border: 2px solid#c9c9c9;
}

#res_krovli .section_content {
	display: flex;
}

#res_krovli .section_content .left_content {
	width: 50%;
}

#res_krovli .section_content .left_content span {
	text-transform: lowercase;
}

#res_krovli .section_content .left_content .system_color {
	text-transform: uppercase;
}

#res_krovli .section_content .left_content .res_table {
	width: 100%;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	overflow-x: auto;
}

#res_krovli .res_table table {
	width: 100%;
	border: 1px solid #656565;
}

#res_krovli .res_table table th,
#res_krovli .res_table table td {
	padding: 5px;
}

#res_krovli .res_table table tr th:first-child {
	width: 70%;

}

#res_krovli .res_table table tr th:first-child,
#res_krovli .res_table table tr td:first-child {
	border-right: 1px solid #656565;
}

#res_krovli .res_table table tr th:last-child,
#res_krovli .res_table table tr td:last-child {
	text-align: center;
}

#res_krovli .res_table table tr th:last-child {
	width: 30%;
}

#res_krovli .res_table table tr:nth-child(even) {
	background-color: #F9F9F9;
}

#res_krovli .res_table table tr {
    height: 36px;
}

.selected img {
	border: 2px solid #000000!important;
}

/*.selected p {*/
/*    font-weight: bold;!important;*/
/*}*/

.char {
	height: 25px;
	width: 30px;
}

.char  p {
	font-size: 23px;
	/*text-align: center;*/
	/* text-shadow: 1px 0 1px black; */
	line-height: 100%;
}

.units {
	height: 25px;
}

.size_item_right_wrap input {
    font-size: 17px;
    line-height: 25px;
    padding-left: 5px;
    height: 25px;
	margin-bottom: 0;
	color: #000;
}

#vodo_sis_krovli .sub_title h4 {
	font-size: 22px;
}

#vodo_sis_krovli .sub_title h4 span {
	font-size: 18px;
}

.system_colors p {
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.res_table {
	overflow-x: auto;
}

.res_table th p {
	font-size: 18px;
}

.res_table .system_color {
	/*font-weight: 600;*/
}

.res_table .system_colors_item {
	padding: 5px 10px;
	border: 1px solid #c9c9c9;
}

#krovla .block_vrap {
	text-align: center;
}

#zabor .block_vrap {
	text-align: center;
}

#tip_krovli .section_content .img_select.selected .img_select_item .title {
	font-weight: bold;
}

.butt_send_calc_res {
	font-size: 26px;
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 26px;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 45px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.butt_recom {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 18px !important;
	display: flex;
	justify-content: center;
	border-radius: 43px;
	background: transparent;
	color: #000;
	border: 2px solid #000;
	transition: all 0.3s ease;
	font-size: 18px;
	padding: 7px 15px;
	max-width: 450px;
	width: 100%;
	min-width: 450px;
	cursor: pointer;
}

.butt_recom:hover {
	background: #000000;
	color: #ffffff;
}

.wrap-calculators .cf7sg-popup input{
	color: black;
}

.wrap-calculators .cf7sg-popup {
	text-align: center;
}

.wrap-calculators .cf7sg-popup .wpcf7-submit {
	background: transparent;
	border: solid 1px #383838;
	border-radius: 3px;
	font-size: 110%;
	color: #000;
	width: 60%;
}

.cf7sg-popup .wpcf7-submit:hover {
	background: black;
	color: #fff;
}

#krovla .section_title p,
#vodostok .section_title p {
	margin-bottom: 20px;
}

.seo-content {
	font-size: 15px;
}

.recomend-content {
    font-size: 13px;
    line-height: 1.2;
	border: 1px solid #D4D4D4;
    padding: 30px 20px;
	transition: all .5s ease;
}

.recomend-content p  {
    line-height: 1.5;
    font-size: 14px;
}

#wow-modal-window-4 span input,
#wow-modal-window-5 span input {
	color: #000;
}

#wow-modal-window-4 .wpcf7-submit,
#wow-modal-window-5 .wpcf7-submit {
	font-weight: 300;
}



.recomend-content p span {
	text-transform: lowercase;
}

#res_krovli .final_cost {
	font-weight: bold;
    font-size: 14px;
    text-align: initial;
}

#tip_krovli .img_select_item .title {
	margin-top: 10px;
    font-weight: 500;
}

.block_vrap .section_content .img_select.selected > p {
    font-weight: bold;
}

.res_table th p span.system_colors_item {
	color: #fff;
}

p.dark, span.system_colors_item.dark {
	color: #212529!important;
}

.block_img_tip_krovli {
	width: 40%;
}

.block_img_tip_krovli img {
	max-width: 100%;
}

/*.block_img_tip_krovli:nth-child(1) {*/
/*    position: relative;*/
/*    top: -43px;*/
/*}*/

/*.block_img_tip_krovli:nth-child(2) {*/
/*    position: relative;*/
/*    top: -51px;*/
/*}*/


 .size_item_right {
	width: 60%;
	position: relative;
    /*min-height: 30px;*/
    overflow: hidden;
    padding: 0 9px;
}

.sizes_zabor .size_item_right_wrap {
    position: relative;
}

.sizes_zabor .size_item_right_wrap_abs {
    width: 100%;
    position: relative;
    height: 30px;
    overflow: hidden;
}

/*.sizes_zabor li:nth-child(6) .size_item_right {*/
/*    overflow: visible;*/
/*}*/
.sizes_zabor .size_item:nth-child(6) div:nth-child(2) {
    overflow: hidden;
}

.sizes_zabor .size_item_right_wrap_abs .inner {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#val_pokr_print .size_item_right_wrap_abs {
    overflow: hidden;
}

#zabor .size_item_right_wrap .item_characteristic {
    background-color: #fff;
    border: 2px solid #e7e7e7;
    padding: 4px 10px;
    margin: 0 3px;
    height: 27px;
	/*width: 25%;*/
    cursor: pointer;
	justify-content: flex-start;
}

#zabor .size_item_right_wrap .item_characteristic p {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    vertical-align: baseline;
}

#zabor .size_item_right_wrap .item_characteristic.w-50 {
    width: 180px;!important;
}

#zabor .size_item_right_wrap .item_characteristic.w-60p p {
    width: 60px;
}

/*#zabor .size_item_right_wrap .item_characteristic.w-190p p {*/
/*    width: 190px;*/
/*}*/

#zabor .size_item_right_wrap .item_characteristic.w-110p p {
    width: 110px;
}

#zabor .size_item_right_wrap .item_characteristic.color_item {
	width: 100px;
	height: 30px;
	position: relative;
	transition: all .5s ease;
	background-size: cover;
	background-repeat: no-repeat;
}

#krovla .size_item_right_wrap .item_characteristic.color_item {
	transition: all .5s ease;
	background-size: cover;
	background-repeat: no-repeat;
}

#zabor .block_vrap .button,
#krovla .block_vrap .button {
    margin: 0;
}


#krovla .recomend-content,
#zabor .recomend-content {
    margin-bottom: 25px;
    margin-top: 25px;
    width: 100%;
    text-align: initial;
}


input::placeholder {
	color: #757575;
}

#krovla input::placeholder {
	color: #757575;
}

#krovla .size_item_right_wrap .item_characteristic.w-55 {
	width: 174.5px;
}

#krovla .size_item_right_wrap .item_characteristic.color_item {
	width: 100px;
	height: 27px;
	position: relative;
	transition: all .5s ease;
}

.size_item_right .size_item_right_wrap .item_characteristic.w-58 {
	width: 174.5px;
}

.size_item_right .size_item_right_wrap .item_characteristic.w-190p {
	width: 174.5px;
}

#zabor .size_item_right_wrap .item_characteristic.color_item_ral {
	width: 100px;
	height: 30px;
	position: relative;
}

#zabor .size_item_right_wrap .item_characteristic.color_item p {
    position: absolute;
    left: 5px;
    bottom: 0;
    color: #fff!important;
	margin-bottom: 5px;
}

#zabor .size_item_right_wrap .item_characteristic.color_item_ral p {
    position: absolute;
    left: 5px;
    bottom: 0;
    color: #fff;!important;
}


#vodostok .predup,
#krovla .predup {
	margin-top: 12px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

#zabor .predup {
	margin-top: 12px;
	font-weight: bold;
	font-size: 14px;
    text-align: start;
}

#zabor .size_item_right_wrap .item_characteristic.dark p {
	color: #fff;
}

#zabor .printech .item_characteristic p {
	color: #fff;
}


#zabor .size_item_right_wrap .item_characteristic.selected {
    background-color: #c9c9c9;
    border-bottom: 1px solid;
}

#zabor .size_item_right_wrap .item_characteristic:hover {
    transition: all 0.3s ease;
    border: 2px solid #c9c9c9;
}

#zabor .size_item_right_wrap .item_characteristic.color_item:hover {
	border: none;
}

#krovla .size_item_right_wrap .item_characteristic.color_item:hover {
	border: none;
}

#res_krovli .section_content .left_content {
	width: 72%;
}

.sizes_vodostok {
 margin-bottom: 0;
}

.sizes_vodostok .size_item {
    height: 36px;
}

.sizes_vodostok .size_item, .sizes_krovla .size_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 3px;
}
.sizes_vodostok .size_item:nth-child(odd), .sizes_krovla .size_item:nth-child(odd) {
	background-color: #F9F9F9;
}

.sizes_vodostok .size_item .size_item_left .title, .sizes_krovla .size_item .size_item_left .title  {
	margin-left: 5px;
}

.sizes_vodostok .size_item .size_item_left .title p, .sizes_krovla .size_item .size_item_left .title p {
	text-transform: uppercase;
    color: #000000;
    font-weight: 500;
}

.sizes_vodostok .size_item .size_item_left .title p span,
.sizes_krovla .size_item .size_item_left .title p span {
	text-transform: lowercase;
}

.sizes_vodostok .size_item_right_wrap, .sizes_krovla .size_item_right_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.wrap-calculators div.wpcf7-mail-sent-ok {
	color: #000;
	background-color: #fff;
}

.wrap-calculators .wpcf7-form.cf7sg-popup div.wpcf7-response-output {
	margin-bottom: 1.6rem;
}

.size_item_right {
	/*width: 60%;*/
	width: 379px;
	position: relative;
    /*min-height: 35px;*/
    overflow: hidden;
    padding: 0 9px;
}

.sizes_zabor li:first-child .size_item_right .size_item_right_wrap .item_characteristic {
	width: 180px;
}

.sizes_zabor li:nth-child(4) .size_item_right .size_item_right_wrap .item_characteristic {
	width: 174.5px;
}

.sizes_zabor .size_item_right_wrap input {
	color: #000;
}

.sizes_krovla .size_item {
    height: 36px;
}

.sizes_krovla .size_item:nth-child(2) .item_characteristic {
	width: 84px;
}

#res_krovli .section_content .left_content .results_head span {
	text-transform: uppercase;
}

#res_krovli .section_content .left_content .results_head #colors {
	font-size: 18px;
	height: 33px;
	padding: 0 3px;
	display: flex;
	align-items: center;
    justify-content: center;
	text-shadow: 1px 1px 3px black;
}

#colors {
    width: 110px;
	color: #fff;
	background-size: cover;
}
/*.sizes_krovla .size_item:nth-child(2) .item_characteristic:nth-child(7) p*/
/*{*/
/*	width: 174.5px;*/
/*	color: #00a4b0;*/

/*}*/

.sizes_krovla .size_item_right_wrap {
    position: relative;
}

.sizes_krovla .size_item_right_wrap_abs {
	width: 100%;
    position: relative;
    height: 27px;
    overflow: hidden;
}

.sizes_krovla .size_item_right_wrap_abs.tip_k,
.sizes_krovla .size_item_right_wrap_abs.tip_k .inner,
.sizes_krovla .size_item_right_wrap_abs.tip_k .inner .item_characteristic {
	height: 32px;
}

.sizes_krovla .size_item:nth-child(6) div:nth-child(2) {
    overflow: hidden;
}

.sizes_krovla .size_item_right_wrap_abs .inner {
	position: absolute;
    display: flex;
    justify-content: flex-start;
	align-items: center;
}

#krovla .size_item_right_wrap .item_characteristic {
    background-color: #fff;
    border: 2px solid #e7e7e7;
    padding: 4px 10px;
    margin: 0 3px;
    height: 27px;
    cursor: pointer;
	justify-content: flex-start;
}

/*#krovla .size_item_right_wrap.tip_k .item_characteristic {*/
/*	height: 32px;*/
/*}*/

#krovla .size_item_right_wrap .item_characteristic p {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    text-transform: capitalize;
    vertical-align: baseline;
}

#krovla .size_item_right_wrap .item_characteristic.w-50 {
    width: 172px;
}

#krovla .size_item_right_wrap .item_characteristic.w-60p p {
    width: 60px;
}

#krovla .size_item_right_wrap .item_characteristic.w-190p {
	width: 174.5px;
}

/*#krovla .size_item_right_wrap .item_characteristic.w-190p p {*/
/*    width: 190px;*/
/*}*/

#krovla .size_item_right_wrap .item_characteristic.w-110p p {
    width: 110px;
}

#krovla .size_item_right_wrap .item_characteristic.color_item {
	width: 100px;
	height: 27px;
	position: relative;
}

#krovla .size_item_right_wrap .item_characteristic.color_item_ral {
	width: 100px;
	height: 27px;
	position: relative;
}

#krovla .size_item:nth-child(2) {
	height: 45px;
}

#krovla .size_item_right_wrap .item_characteristic.color_item p {
    position: absolute;
    left: 5px;
    bottom: unset;
    color: #fff;
    margin-bottom: 5px;
}

.shtaket_prim {
	margin-bottom: 7px;
    text-align: initial;
    font-size: 14px;
}

.shtaket_prim span {
	text-transform: lowercase;
}

#krovla .size_item_right_wrap .item_characteristic.color_item_ral p {
    position: absolute;
    left: 5px;
    bottom: 0;
    color: #fff;
	margin-bottom: 4px;
}

#zabor .size_item_right_wrap .item_characteristic.color_item_ral p {
    position: absolute;
    left: 5px;
    bottom: 0;
    color: #fff;
    margin-bottom: 5px;
}

#krovla .size_item_right_wrap .item_characteristic.dark p {
	color: #000;
}

#krovla .size_item_right_wrap .item_characteristic.selected {
    background-color: #c9c9c9;
    border-bottom: 2px solid;
}

#krovla .size_item_right_wrap .item_characteristic:hover {
    border: 2px solid #c9c9c9;
    transition: all 0.3s ease;
}

#krovla .tip_k .item_characteristic {
 	padding: 0;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#krovla .tip_k .item_characteristic p {
	font-size: 13px;
	pointer-events: none;
}

#res_krovli .section_content .left_content {
	width: 60%;
}

/*#res_krovli .section_content .right_content {*/
/*	height: 100%;*/
/*}*/

#krovla .res_table tr:first-child td p {
	text-transform: none;
}

#zabor input[type="number"]::placeholder {
	text-align: left;
}

/*#zabor #res_krovli {*/
/*	background-color: #fff;*/
/*	padding: 10px;*/
/*}*/

#vodo_sis_krovli .system_colors_item {
	text-transform: uppercase;
}

#vodostok #tip_krovli {
	padding-bottom: 20px;
}

#vodostok #tip_krovli,
#vodostok #razmer_krovli,
#vodostok #vodo_sis_krovli,
#vodostok #res_krovli {
	background-color: #fff;
	margin-top: 20px;
	padding: 30px 20px 20px;
}

#vodostok .sizes_vodostok input::placeholder {
	color: #757575;
}

#krovla #tip_krovli,
#krovla #razmer_krovli,
#krovla #krovla {
	background-color: #fff;
	margin-top: 20px;
	padding: 30px 20px 20px;
}

#krovla #res_krovli {
    background-color: #fff;
    padding: 30px 20px 20px;
}

#zabor #razmer_krovli {
	margin-top: 20px;
	background-color: #fff;
	padding: 30px 20px 20px;
}

#zabor #res_krovli {
    background-color: #fff;
    padding: 30px 20px 20px;
}

#zabor #razmer_krovli h3,
#zabor #res_krovli h3 {
	margin-top: 0;
}

#krovla #tip_krovli h3,
#krovla #razmer_krovli h3,
#krovla #krovla h3,
#krovla #res_krovli h3 {
	margin-top: 0;
	padding: 0;
}



#krovla #razmer_krovli .sizes_table_wrap .sizes_krovla .size_item_right {
	 display: block;
}

body .wrap-calculators {
	width: 100% !important;
	padding: 100px 5%;
	background-color: #e7e7e7;
	margin: 0;
}

.activeGelob p:after,
.activeTableItem,
#vodostok #res_krovli .res_table table tr:not(:first-of-type):hover p:after{
	background: rgb(228, 84, 0);
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 2px;
	z-index: 12;
}



#zabor #razmer_krovli {
	background-color: #fff;
}

.recomend-content {
	background-color: #fff;
}

.image_table {
	margin-top: 20px;
	background-size: cover;
	transition: all 0.3s ease 0s;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	text-shadow: 1px 1px 2px black;
	text-align: left;
	padding-left: 3%;
    padding-top: 10px;
}

#zabor .image_table {
	margin-top: 20px;
}

.system_colors_item_ral {
	width: 100%;
	height: 300px;
	background-size: cover;
}

#krovla .block_sizes_tip_krovli {
	width: 50%;
}


#krovla .buttons_skat {
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    position: relative;
    padding-left: 9px;

}

#krovla .buttons_skat_wrap {
	width: 100%;
	justify-content: flex-start;
	position: relative;
    height: 100%;
}

#krovla .buttons_skat_wrap .inner {
	position: static;
    display: flex;
    justify-content: flex-start;
	align-items: flex-start;
}

#krovla .buttons_skat_wrap .inner {
	display: flex;
	flex-direction: column;
}

#krovla .buttons_skat_wrap .inner div {
	min-width: 150px;
    background-color: #fff;
    border: 2px solid #e7e7e7;
    padding: 4px 10px;
	margin-bottom: 7px;
    height: 30px;
    cursor: pointer;
}

#krovla .buttons_skat_wrap .inner div:hover {
    border: 2px solid #c9c9c9;
}

#krovla .inner .buttons_skat_item.selected {
    background-color: #c9c9c9;
    border-bottom: 2px solid #000000;
}


#krovla .buttons_skat_wrap .inner div p {
	line-height: 20px;
    text-align: center;
}

.sizes_krovla li:first-child .size_item_right .size_item_right_wrap .item_characteristic {
	width: 180px;
}

#res_krovli .first {
	text-transform: none;
}


#krovla #fulltitle_color {
	position: absolute;
	top: 400px;
	font-size: 26px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	left: 3%;
	max-width: max-content;
}

#zabor #fulltitle_color {
	position: absolute;
	bottom: 264px;
	font-size: 26px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	left: 3%;
	max-width: max-content;
}

#krovla #fulltitle_color {
	top: 365px;
}


.results_head {
	display: flex;
}

.results_head span {
	font-size: 15px;
	align-self: center;
}

#zabor .size_item_right_wrap .item_characteristic.color_item:hover {
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

#krovla .size_item_right_wrap .item_characteristic.color_item:hover {
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

#res_krovli .section_content .left_content #tip_prfn_name {
	text-transform: uppercase;
}

#res_krovli .section_content .left_content .system_colors_item {
	text-transform: uppercase;
}

.size_item_right_wrap .color_item:hover p, .size_item_right_wrap .color_item_ral:hover p {
	display: none;
}

.block_vrap .button {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.block_vrap .button p {
	text-align: center;
	vertical-align: baseline;
	line-height: 1.2;
}

.action_set {
	color: #FE0000;
	font-size: 18px;
	line-height: 1.5;
}

.arrow {
	cursor: pointer;
	-moz-user-select: none;
  	-khtml-user-select: none;
  	-webkit-user-select: none;
 	user-select: none;
}

.arrow p {
 	font-size: 34px;
    line-height: 1;
}

#menu-glavnaya-stranitsa-1 li ul li a {
	box-sizing: border-box;
	height: 34px;
	display: flex;
	align-items: center;
}

.button_sent {
	width: 100%;
    text-align: center;
}

.button_sent .butt_send_calc_res {
	margin: 20px auto;
	display: flex;
	justify-content: center;
	/* margin-bottom: 50px; */
	border-radius: 43px;
	background: transparent;
	color: #000;
	border: 2px solid #000;
	transition: all 0.3s ease;
	font-size: 18px;
	padding: 7px 15px 4px 15px;
	max-width: 450px;
	width: 100%;
}

.button_sent .butt_send_calc_res:hover {
	background: #000000;
	color: #ffffff;
}

#zabor .arrow_prev {
    position: absolute;
    left: -9px;
    bottom: 3px;
    opacity: .5;
    transition: all 0.5s ease;
}

#zabor .arrow_prev:hover {
    opacity: 1;
}

.img_select {
	height: 180px;
}


#zabor .arrow_next {
    position: absolute;
    right: -9px;
    bottom: 3px;
    opacity: .5;
    transition: all 0.5s ease;
}

#zabor .arrow_next:hover {
    opacity: 1;
}

#krovla .arrow_prev {
	position: absolute;
    left: -9px;
    bottom: 0;
    opacity: .5;
    transition: all 0.5s ease;
}

#krovla .arrow_prev:hover {
    opacity: 1;
}

#krovla .arrow_next {
	position: absolute;
    right: -9px;
    bottom: 0;
    opacity: .5;
    transition: all 0.5s ease;
}

#krovla .arrow_next:hover {
    opacity: 1;
}

#krovla .block_sizes_tip_krovli .buttons_skat .arrow_prev {
    position: absolute;
    top: -4px;
}

#krovla .block_sizes_tip_krovli .buttons_skat .arrow_next {
    position: absolute;
    top: -4px;
}

.right_content {
	max-width: 40%;
}

.right_content img {
	width: 10%;
    height: 100%;
    object-fit: cover;
}

#vodostok .right_content img {
	width: 84%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: -14px;
    left: 6%;
}

#vodostok .right_content  {
	max-width: initial;
}

.sizes_table {
	position: relative;
}

.sizes_table .sizes_zabor {
	margin-bottom: 0;
}

/* Header */
.category-navigation-panel {
    position: fixed;
    top: 0;
}

#open-main-menu {
	position: fixed;
	top: 0;
}


.input-size input::placeholder {
	color: #c9c9c9;
}

.sizes_zabor .size_item_right_wrap input::placeholder {
	color: #c9c9c9;
}



@media screen and (max-width: 1400px){
	#krovla .size_item_right {
		width: 360px;
	}
	.sizes_table_wrap {
		width: 55%;
	}

	#res_krovli .section_content .left_content {
		width: 64%;
	}
}

@media screen and (max-width: 1300px) {
	#krovla .size_item_right {
		width: 325px;
	}
}

@media screen and (max-width: 1250px) {
	.header {
		top: 0;
	}
}

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

	#vodostok .right_content img{
			width: 100%;
			top: 0;
			left: 1px;
	}
	#res_krovli .section_content .res_table p {
		font-size: 9px;
	}
	#res_krovli .section_content .res_table p span {
		margin-top: 5px;
		display: inline-block;
	}
	#zabor #res_krovli .section_content .res_table p {
		font-size: 7px;
	}
	#res_krovli .res_table table tr th:last-child {
		font-size: 10px;
		text-transform: uppercase;
	}
	#res_krovli .section_content .left_content .results_head span {
		font-size: 10px;
		font-weight: bold;
	}
	#zabor #res_krovli .section_content .left_content .results_head span, #zabor #res_krovli .res_table table tr th:last-child {
		font-size: 8px;
		font-weight: bold;
	}
	.res_table .results_head .system_color {
		font-size: 9px;
	}
	#krovla .block_vrap .section_content-step-3 {
		flex-direction: column-reverse;
	}
	#res_krovli .res_table table tr th:last-child, #res_krovli .res_table table tr td:last-child {
		font-size: 10px;

	}

	.konvajs-content {
		margin-top: 50px;
	}
	
	body .wrap-calculators {
		padding: 50px 5%;
	}

	.sizes_krovla .size_item .size_item_left .title {
		margin: 10px 0;
	}

	.size_item_right{
		width: 100% !important;
		padding: 0;
	}


	#zabor .size_item_right {
		/* display: none; */
	}

	#zabor .sizes_zabor li:nth-child(2) .size_item_right {
		display: block;
	}

	#krovla .sizes_krovla li:first-child .size_item_right,
	#zabor .sizes_zabor li:first-child .size_item_right,
	#krovla .sizes_krovla li:nth-child(2) .size_item_right {
		display: block !important;
	}
	#krovla .size_item_right_wrap .item_characteristic p {
		pointer-events: none;
	}

	#krovla .sizes_krovla li:first-child .size_item_right .item_characteristic p {
		pointer-events: none;
	}

	#krovla .size_item_right {
		display: none;
	}

	#zabor .size_item_right_wrap .item_characteristic p {
		pointer-events: none;
	}

	#zabor .sizes_krovla li:first-child .size_item_right .item_characteristic p {
		pointer-events: none;
	}

	#tip_krovli .section_content {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	#tip_krovli .img_select_item {
		width: 200px
	}

	.block_img_tip_krovli {
		width: 100%;
	}

	#razmer_krovli .section_content {
		flex-direction: column;
	}

	.block_vrap .section_content {
		flex-direction: column;
	}




	#krovla .block_sizes_tip_krovli {
		width: 100%;
	}

	.block_vrap .section_content .img_select {
		margin-bottom: 10px;
	}

	.block_vrap .section_content .img_select.selected {
		transform: none;
		transition: none;
	}

	.section_title {
		margin: 0 auto;
		max-width: max-content;
	}

	.size_item {
		width: 100%;
	}

	/*.sizes_krovla .size_item:nth-child(6) div:nth-child(2),*/
	/*.sizes_zabor .size_item:nth-child(6) div:nth-child(2){*/
    /*   overflow: scroll;*/
    /*    }*/

    /*.size_item_right_wrap {*/
    /*    overflow: hidden;*/
    /*}*/

        .size_item_right_wrap_abs {
            overflow-x: scroll!important;
        }

        #zabor .sizes_zabor li:nth-child(2) .size_item_right .size_item_right_wrap {
            overflow: scroll;
        }
    /*#val_pokr_print .size_item_right_wrap_abs,*/
    /*.sizes_krovla .size_item_right_wrap_abs  {*/
    /*    overflow: scroll;*/
    /*}*/

		.size_item_right_wrap:-webkit-scrollbar {
			display: none;
		}

        .sizes_table_wrap {
            width: 100%;
        }

        .sizes_vodostok .size_item, .sizes_zabor .size_item {
            flex-direction: column;
            height: 75px;
        }

        #mini-arrow {
            background-color: transparent;
            height: 20px;
            width: 20px;
            z-index: 9;
            position: absolute;
            top: 5px;
            right: 0;
            transition: 0.5s ease;
        }

        /* #mini-arrow:before {
            content: "\e915";
            font-family: icomoon !important;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-size: 24px;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            color: #000;
            position: absolute;
            right: -1px;
            transform: rotate(-90deg);
            -webkit-font-smoothing: antialiased;
            margin-left: 10px;
            display: inline-block;
            transition: 0.5s ease;
            z-index: 999;
        } */

	#mini-arrow:first-child {
		transform: rotate(90deg);
	}

        .sizes_vodostok .size_item .size_item_left .title, .sizes_zabor .size_item .size_item_left .title {
            margin: 10px 0;
        }

        .block_vrap .button {
            width: 100%;
        }

        .butt_recom {
            min-width: 120px;
            margin-top: 18px!important;
        }

        .block_vrap .button p {
            width: 100%;
        }

        .size_item .size_item_left {
            cursor: pointer;
            position: relative;
            width: 100%;
        }



        .sizes_zabor .size_item_right_wrap_abs {
            overflow: scroll;
			height: 44px;
        }
		.sizes_zabor .size_item_right_wrap {
			
            overflow: auto;
		}

        #res_krovli {
            width: 100%;
        }

        #res_krovli .section_content {
            /*width: 400px;*/
			width: 100%;
        }

        .sizes_krovla .size_item {
            flex-direction: column;
            height: 75px;
        }

        #krovla .size_item:nth-child(2),
        #krovla .size_item:nth-child(4),
        #krovla .size_item:nth-child(6) {
            flex-direction: column;
            height: 75px;
        }
		#krovla .size_item_right {
			display: block;
		}
		.sizes_krovla .size_item_right_wrap_abs,.sizes_krovla .size_item_right_wrap_abs.tip_k {
			
			height: 46px;
			padding-bottom: 12px;
		}
        #razmer_krovli .size_item .size_item_left .title {
            /*padding-left: 20%;*/
		display: flex;
		justify-content: space-between;
	}

	#vodo_sis_krovli .system  {
		flex-direction: column;
		align-items: center;
	}

	#vodo_sis_krovli .system .system_item {
		margin-right: 0;
	}

	#vodo_sis_krovli .system .system_item {
		width: 300px;
		margin-bottom: 20px;
	}

	#vodo_sis_krovli .section_content .right_wrap {
		text-align: center;
		margin-left: 0;
	}

	#vodo_sis_krovli .section_content .system_colors_item {
		margin: 0;
	}

	#vodo_sis_krovli .system .system_item.selected {
		transform: none;
	}

	#vodo_sis_krovli .section_content .system_sizes_item.selected, #vodo_sis_krovli .section_content .system_colors_item.selected {
		transform: none;
	}

	#res_krovli .results_head {
		display: flex;
		flex-direction: column;
	}

	#res_krovli .res_table table tr {
		height: 10px;
	}

	#res_krovli .res_table table td {
		padding: 10px;
	}

	#res_krovli .section_content .right_content {
		max-width: 100%;
	}

	.res_table th p {
		font-size: 14px;
	}

	#krovla #fulltitle_color {
		top: 70%;
	}

	#zabor #fulltitle_color {
		top: 80%;
	}

	#res_krovli .section_content .left_content {
		width: 100%;
	}

	#vodo_sis_krovli .system .system_item img {
		width: 300px;
	}
	#zabor #res_krovli .section_content .left_content .results_head span:not(:first-child ) {
		display: none
			}
}

.wow-modal-window .wpcf7-form input[type="submit"] {
	border: solid 1px #383838;
	border-radius: 3px;
	font-size: 110%;
	font-weight: normal !important;
	background-color: transparent!important;
	color: #000!important;
	width: 100%;
	transition: all 0.3s;
}

.wow-modal-window .wpcf7-form input[type="submit"]:hover {
	background: #000 !important;
    color: #fff !important;
}

.recomendation_block {
	display: flex !important;
	justify-content: center;
}

@media (orientation: landscape) and (max-width: 850px) {
	.block_vrap .section_content {
		flex-direction: column;
	}
	#krovla .block_vrap .section_content {
		flex-direction: row;
		flex-wrap: wrap;
		row-gap: 20px;
		justify-content: flex-start;
	}
	.block_img_tip_krovli {
		width: 100%;
	}
	.sizes_table_wrap {
		
		flex-direction: column;
		width: 90%;
	}
	.sizes_table .sizes_zabor {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.sizes_zabor .size_item {
		align-items: flex-start;
		
		flex-wrap: wrap;
		justify-content: flex-start;

    height: auto;
	}
	.shop-layout #category_comment_carousel {
		
		grid-template-columns: 1fr 1fr !important;
	}
	.block_vrap .section_content .img_select{
		flex: 0 1 100px;
	}
	#res_krovli .section_content .left_content {
		width: 85%;
	}
	.sizes_zabor .size_item_right_wrap {
		row-gap: 5px;
    	flex-wrap: wrap;
	}
	/* .sizes_krovla .size_item_right_wrap .inner{
		row-gap: 5px;
    	flex-wrap: wrap;
	} */
	#krovla .sizes_krovla .size_item .title p {
		
		text-align: start;
	}
	#krovla .sizes_krovla .size_item {
		align-items: flex-start;
		
		flex-wrap: wrap;
		justify-content: flex-start;

    height: auto;
	}
	.sizes_krovla .size_item_right_wrap {
		row-gap: 5px;
    	flex-wrap: wrap;
	}
	.sizes_table .sizes_krovla {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	#krovla .size_item_right {
		width: 100%;
	}
	.res_table p {
		font-size: 11px;
	}
	.res_table td{
		font-size: 11px;
	}
	.size_item_right {
		width: 100%;
	}
#res_krovli .section_content .res_table p {
	font-size: 9px;
}
#res_krovli .section_content .res_table p span {
	margin-top: 5px;
	display: inline-block;
}
#zabor #res_krovli .section_content .res_table p {
	font-size: 7px;
}
#res_krovli .res_table table tr th:last-child {
	font-size: 10px;
	text-transform: uppercase;
}
#res_krovli .section_content .left_content .results_head span {
	font-size: 10px;
	font-weight: bold;
}
#zabor #res_krovli .section_content .left_content .results_head span, #zabor #res_krovli .res_table table tr th:last-child {
	font-size: 8px;
	font-weight: bold;
}
  }