

/* Start:/local/components/rl/system.empty/templates/sizewindow_new/style.css?17199103498604*/
#sizewindow {background: #fff;}
#window_body {padding: 20px;}
#sizewindow h2 {margin-bottom: 0;}

#tablinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tablink {
	display: inline-block;
	border: 2px solid #E5E5E5;
	max-width: 190px;
	padding: 10px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	color: #8D744B;
	text-transform: uppercase;
	cursor: pointer;
	background: transparent !important;
	margin-bottom: 0 !important;
}
.tab {
	border: 2px solid #E5E5E5;
	min-width: 200px;
	position: relative;
	top: -2px;
	z-index: 10;
	display: none;
	padding: 20px;
}
.visible_tab {display: block;}
.active_tablink {
	border-bottom: 2px solid #fff;
	z-index: 20;
	color: #c5766b;
}

.tab table {
	border-top: 1px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	border-collapse: collapse;
}
.tab table th, .tab table td {padding: 5px 10px !important;}
.tab table th {
	background-color: #C58178;
	color: #fff;
}
.tab table td {text-align: center;}
.tab table tr:nth-child(2n+1) td{background-color: #f5f5f5;}
.tab table tr:hover td {background-color: #EAF6E8;}

/*shorts*/
.tab table.shorts tr td:nth-child(1),
.tab table.shorts tr td:nth-child(2),
.tab table.shorts tr td:nth-child(3) {text-align: left !important;}
.tab table.shorts tr td:nth-child(4) {background-color: #f5f5f5;}
.tab table.shorts tr:hover td:nth-child(4) {background-color: #EAF6E8;}
.tab table.shorts tr th:nth-child(1), .tab table.shorts tr th:nth-child(2), .tab table.shorts tr th:nth-child(3), .tab table.shorts tr th:nth-child(4) {text-transform: uppercase;}

/*pants*/
.tab table.pants tr td:nth-child(1),
.tab table.pants tr td:nth-child(2) {text-align: left !important;}
.tab table.pants tr td:nth-child(3) {background-color: #f5f5f5;}
.tab table.pants tr:hover td:nth-child(3) {background-color: #EAF6E8;}
.tab table.pants tr th:nth-child(1), .tab table.pants tr th:nth-child(2), .tab table.pants tr th:nth-child(3) {text-transform: uppercase;}

/*bras*/
.tab table.bras td {padding: 2px 10px;}
.tab table.bras tr td:nth-child(1),
.tab table.bras tr td:nth-child(2) {text-align: left !important;}
.tab table.bras tr td:nth-child(3) {background-color: #f5f5f5;}
.tab table.bras tr:hover td:nth-child(3) {background-color: #EAF6E8;}
.tab table.bras tr th:nth-child(1), .tab table.bras tr th:nth-child(2), .tab table.bras tr th:nth-child(3) {text-transform: uppercase;}

.t1 td {background-color: #ebf1de;}
.t2 td {background-color: #e5e3ea;}
.t3 td {background-color: #efe4e4;}
.t4 td {background-color: #dfe8eb;}
.t5 td {background-color: #f5f0eb;}
.t6 td {background-color: #f2f5e9;}



#size_calc_form {
	border-bottom: 1px dashed #7EB1CF;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
#calctab_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

#calc_liq {
	width: 65%;
	flex-shrink: 0;
	border-right: 1px dashed #7EB1CF;
	padding-right: 20px;
}

#calc_liq h3 {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 600;
	color: #4f505c;
	letter-spacing: -0.45px;
	margin-top: 0;
	margin-bottom: 30px;
}

.cf_block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
	align-items: flex-start;
}
.cf_block:last-child {margin-bottom: 0;}
.cf_label {
	font-family: Open Sans;
	margin-right: 5px;
}
.cf_label label {
	color: #2d3038;
	font-size: 18px;
	font-weight: 700;
	/*font-weight: 400;*/
	line-height: normal;
	margin-bottom: 0;
}
.cf_label label>span {
	text-transform: uppercase;
}
.cf_label>p {
	color: #4F4F4F;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.cf_block input {
	height: 46px;
	width: 120px;
	border-radius: 5px;
	border: 2px solid #7EB1CF;
	background: #fff;
	padding: 0 10px;
	font-size: 24px;
	color: #2d3038;

	text-align: right;
	padding-right: 25px;
}

.cf_inputwrapper {position: relative;}

.cf_inputwrapper:after {
	content: 'см';
	font-family: Open Sans;
	font-style: italic;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 17px;
}

.cf_block input::-webkit-outer-spin-button,
.cf_block input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


#calc_result {overflow: hidden; clear: both;}

#p_default {
	font-size: 14px;
	text-align: left;
	font-style: italic;
	color:#4f505c;
}
#p_error {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;	
	text-align: center;
	background-color: #e9dede;
	color: #b53232;
	padding: 12px;
	margin-top: 0;
	display: none;
}


#p_res {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;	
	color: #fff;
	padding: 5px;
	margin-top: 0;
	display: none;
	text-align: right;
	color: #7EB1CF;
}
#c_res {
	font-size: 40px;
	display: inline-block;
	margin-left: 10px;
	line-height: 100%;
}

#sizelink {
	display: inline-block;
	padding: 12px 20px;
	background: #7EB1CF;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
	border-radius: 5px;
	transition: all 200ms ease-in-out 0s;
}
#sizelink:hover {
	background: #C58178;
}

.question_link {
	color: #FFFCEB;
    position: absolute;
    right: 60px;
    top: 27px;
    display: inline-block;
    border-bottom: 1px dashed #fff;
}

.question_link:hover {
	color: #fff;
	border-bottom: none;
}

#calc_comment {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #474747;
	padding-bottom: 20px;
}

.cf_wa {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #56C864;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
	border-radius: 5px;
	transition: all 200ms ease-in-out 0s;
}
.cf_wa:hover {opacity: 0.8; color: #fff}
.cf_wa>i {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
	vertical-align: middle;
}

#bras_table a {text-decoration: underline;}

@media (max-width: 767px) {
	.tab {
		border: none;
		padding: 0;
	}
	.tablink {
		max-width: none !important;
	}

	#calctab_wrapper {
		display: block;
	}
	#calc_liq {
		width: 100%;
		padding-right: 0;
		border-right: none;
		border-bottom: 1px dashed #7EB1CF;
		margin-bottom: 30px;
	}
	#size_calc_form {border-bottom: none;}

	.cf_wa {margin-top: 0;}
	#calc_comment {padding-bottom: 0;}
}

@media (max-width: 539px) {
	#sizewindow #window_body {
		padding-top: 0;
	}

	#size_calc_form {margin-bottom: 0;}
	.cf_block input {
		width: 70px;
		padding-left: 3px;
		padding-right: 23px;
	}
	.cf_inputwrapper:after {right: 7px;}
	.cf_label label {
		font-size: 13px;
	}
	.cf_label>p {
		font-size: 12px;
	}
	#sizelink {
		font-size: 13px;
		width: 100%;
		text-align: center;
		padding: 12px 0;
	}
	#window_body #tab1 {overflow-x: hidden;}
}


#tab5_wrapper {
	display: flex;
	align-items: flex-start;
}
#t5_sizes {
	height: 400px;
	min-width: 300px;
	width: auto;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.st_section {
	display: flex;
	/*flex-direction: column;*/
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;

}
.st_section>a {
	display: block;
    width: 200px;
    /*margin: 0 auto;*/
    background: #7aa98b;
    color: #fff !important;
    padding: 3px 0;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
    margin: 0;
}
.st_section>a:hover {top: 1px; opacity: 0.9;}

#t5_sizes {position: relative;}
#t5_sizes>.st_section:nth-child(2n)>a {background: #c58178;}
#t5_sizes>.st_section:nth-child(3n)>a {background: #7a9ea9;}

#t5_anchors {
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	flex-shrink: 0;
}
#t5_anchors>a {
	display: inline-block;
    font-size: 20px;
    text-decoration: none !important;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 25px;
    border: 1px dashed;
    transition: all 200ms ease-in-out 0s;
}
#t5_anchors>a:hover {
	background: #c58178;
	color: #fff;
}

@media (max-width: 767px) {
	#tab5_wrapper {
		margin-top: 20px;
		flex-direction: column;
	}
	#t5_anchors {
		width: auto;
		gap: 10px;
	}
	#t5_sizes {
		/*border-top: 2px solid #eee;*/
		padding-top: 20px;
		margin-top: 20px;
	}
	#t5_anchors>a {
		font-size: 16px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

@media (max-width: 448px) {
	.st_section {justify-content: center;}
}
/* End */
/* /local/components/rl/system.empty/templates/sizewindow_new/style.css?17199103498604 */
