/* TOP HEADER */
.header-top-bar_sn {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.header-container_sn {
	margin-top: 50px;
	padding-top: 0!important;
}

.sn-top-header,
.sn-top-header__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sn-top-header {
	padding: 7px 0;
}



.sn-top-header__item .template-mobile::before,
.sn-top-header__item.template-clock::before {
	position: absolute;
	left: 0;
}

.sn-top-header__item .template-mobile a{
	margin-right: 25px;
}

.sn-top-header__item .template-mobile a {
	color: #303030;
}

.sn-top-header__item .template-mobile a:hover {
	color: #303030;
}

.sn-top-header__item .btn_sn {
	min-width: 160px;
	height: 36px;
	margin: 0;
	padding: 8px 10px;
}

/* END TOP HEADER */


.container_sn {
	width: 1170px;
	padding: 0 15px;
	margin: 70px auto -70px;
	box-sizing: border-box;
}

.calc_sn__cunt {
	margin-top: 10px;
}

/* Стили для инпутов */
.calc_sn__cunt input[type="number"]::-webkit-inner-spin-button,
.calc_sn__cunt input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.calc_sn__cunt input[type="number"] {
	-moz-appearance: textfield;
}

.cont-input-cunt {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cont-input-cunt .cont-input-cunt__nav {
	position: relative;
	width: 30px;
	height: 30px;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

#inputAreaApartments.cont-input-cunt_kv {
	position: relative;
	border: 1px solid #dadada;
}

#inputAreaApartments.cont-input-cunt_kv::before,
#inputAreaApartments.cont-input-cunt_kv::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 44px;
	background: #d7d7d7;
	z-index: 3;
}

#inputAreaApartments::before {
	left: 44px;
}

#inputAreaApartments::after {
	right: 44px;
}

#inputAreaApartments .input-num_sn {
	width: 196.4px;
	box-sizing: border-box;
	border: none;
}


#inputAreaApartments .cont-input-cunt__nav_plus,
#inputAreaApartments .cont-input-cunt__nav_minus {
	width: 44px;
	padding-top: 8px;
}

#inputAreaApartments .cont-input-cunt__nav_plus {
	position: absolute;
	right: -3px;
	padding-top: 10px;
	padding-right: 6px;
}

#inputAreaApartments .cont-input-cunt__nav_minus {
	padding-left: 0px;
	
}

.cont-input-cunt .cont-input-cunt__nav_plus,
.cont-input-cunt_kv .cont-input-cunt__nav_plus {
	width: 44px;
	height: 44px;
	padding-top: 10px;
	display: block;
	margin: 0;
	cursor: pointer;
	font-size: 24px;
	color: #36b4b6;
	text-align: center;
	box-sizing: border-box;
}


.cont-input-cunt .cont-input-cunt__nav_minus,
.cont-input-cunt_kv .cont-input-cunt__nav_minus {
	width: 44px;
	height: 44px;
	padding-top: 6px;
	display: block;
	margin: 0;
	cursor: pointer;
	font-size: 24px;
	color: #36b4b6;
	text-align: center;
	box-sizing: border-box;
}


.cont-input-cunt .input-num_sn {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 45px;
	border: 1px solid #dadada;
	text-align: center;
}

.cont-input-cunt .input-num_sn:focus {
	outline: none;
}

.cont-input-cunt .input-num_sn-min {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	border: none;
}




input {
	padding: 10px 10px;
}

.jq-selectbox__trigger-arrow {
	top: 50%;
	transform: translateY(-50%);
}

.calc_sn__select {
	margin-bottom: 20px;
}

.select_sn.focused .jq-selectbox__select,
.input_sn.focused .jq-number__field {
	border: 1px solid #36b4b6;
}

.jq-selectbox__select {
	height: 45px;
	line-height: 45px;
	background: none;
	box-shadow: none;
	border: 1px solid #dadada;
}

.jq-number__field {
	position: relative;
	border: 1px solid #dadada;
	box-shadow: none;
}

.jq-number__field:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 35px;
	width: 1px;
	height: 45PX;
	background: #dadada;
}

.jq-number {
	position: relative;
}

.jq-number,
.jq-number__field,
.form-control {
	width: 100%;
}

.jq-number {
	padding: 0;
}

.jq-number__spin {
	border: none;
	background: none;
	box-shadow: none;
}

.jq-number__spin.plus {
	top: 8px;
}

.jq-number__spin:after {
	left: 9px;
}

.jq-number__spin.plus::after {
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #999;
}

.jq-number__spin.minus {
	bottom: 8px;
}

.jq-selectbox__trigger-arrow,
.jq-number__spin.minus::after {
	border-top: 6px solid #999;
	border-right: 6px solid transparent;
	border-bottom: none;
	border-left: 6px solid transparent;
}

.jq-selectbox__trigger-arrow {
	right: 10px;
}

.jq-number__spin:hover {
	background: none;
}

.select-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.jq-checkbox {
	position: relative;
	width: 30px;
	margin: 0;
	border-radius: 18px;
	background: #f6f6f6;
	overflow: inherit;
	box-shadow: none;
}

.jq-checkbox.checked {
	box-shadow: none;
	border-bottom: 1px solid #36b4b6;
	background: #36b4b6;
	overflow: inherit;
}

.jq-checkbox.focused {
	border: 1px solid #d7d7d7;
	box-shadow: none;
}

.jq-checkbox.checked.focused {
	border: 1px solid #36b4b6;
	box-shadow: none;
}

.jq-checkbox .jq-checkbox__div,
.jq-checkbox.checked .jq-checkbox__div {
	position: absolute;
	top: 50%;
	left: -9px;
	right: inherit;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	margin: 0;
	border-radius: 50%;
	border: 2px solid #d7d7d7;
	background: #fff;
}

.jq-checkbox.checked .jq-checkbox__div {
	border: 2px solid #36b4b6;
	background: #fff;
	left: inherit;
	right: -9px;
}

/* Калькулятор */

.calc_sn__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.calc_sn__select {
	width: 48%;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
	background: #36b4b6;
}

.additionally__item {
	display: flex;
	justify-content: space-between;
	padding: 17px 0;
	border-bottom: 1px solid #d7d7d7;
}

.additionally__item:last-child {
	border-bottom: none;
}

.additionally__title {
	font-size: 18px;
}

.additionally__item .cont-input-cunt {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90px;
	border: 1px solid #d7d7d7;
	overflow: hidden;
}

.additionally__item .cont-input-cunt::before,
.additionally__item .cont-input-cunt::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background: #d7d7d7;
	z-index: 3;
}

.additionally__item .cont-input-cunt::before {
	left: 30px;
}

.additionally__item .cont-input-cunt::after {
	right: 30px;
}

.additionally__item .cont-input-cunt__nav {
	width: 30px;
	height: 29.9px;
	padding: 0;
}

.additionally__item .cont-input-cunt__nav_plus {
	padding-top: 5px;
}

.additionally__item .cont-input-cunt__nav_minus {
	padding-top: 3px;
}

.additionally__item  .input_sn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* border: 1px solid #d7d7d7; */
}

/* form */

.cont-input_sn {
	width: 100%;
	margin-bottom: 30px;
}

.form_sn-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.input-block_sn {
	padding: 15px;
	border: 1px solid #dadada;
}

.input-block_sn:first-child {
	border-bottom: none;
}

.input-block_sn input {
	width: 95%;
	border: none;
	
	outline: none;
}

.btn_sn,
.btn_sn-form {
	display: inline-block;
	min-width: 180px;
	height: 54px;
	padding: 14px 16px 17px;
	border: 2px solid #36b4b6;
	border-radius: 40px;
	background: #36B4B6;
	color: #fff;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	margin: 0 10px 15px;
	line-height: 1;
}

.btn_sn {
	padding: 17px 16px 15px;
}

.btn_sn:hover,
.btn_sn:focus,
.btn_sn.btn_sn-form:hover,
.btn_sn.btn_sn-form:focus {
	transition: 300ms ease;
	background: none;
	border: 2px solid #36b4b6;
	color: #000;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

.cont-btn_sn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cont-privacy-policy {
	margin-bottom: 30px;
	padding: 0 15px;
}

.cont-privacy-policy p {
	display: inline-block;
}

.privacy-policy-text {
	display: inline-block;
	margin-left: 10px;
}


.block-checked .checked-label {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 16px;
	margin-right: 5px;
	border: 1px solid #dadada;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #f7f7f7;
	vertical-align: middle;
}

.wpcf7-form .block-checked .checked-label {
	width: 16px;
	border: none;
	background: none;
}
 
.block-checked .checked_sn {
	position: relative;
}

.block-checked .checked_sn+.checked-style {
	position: absolute;
	top: 50%;
	left: -8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 3px solid #dadada;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.block-checked .checked_sn:checked+.checked-style {
	position: absolute;
	top: 50%;
	left: inherit;
	right: -8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 3px solid #36b4b6;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.wpcf7-form .block-checked .checked_sn:checked+.checked-style,
.wpcf7-form .block-checked .checked_sn+.checked-style {
	border-radius: 5px;
	left: inherit;
	right: inherit;
}

.wpcf7-form  .block-checked .checked_sn:checked+.checked-style::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 15px;
	height: 15px;
	background: url(../img/checked.png) center no-repeat;
	background-size: 15px;
}

.block-checked {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 30px;
}

.block-radio .radio-label,
.block-checked .radio-label {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #c3c3c3;
	vertical-align: middle;
}


.block-radio .cont-radio,
.block-checked .cont-radio,
.block-checked .cont-checked {
	display: inline-block;
}

.block-radio .radio,
.block-checked .radio,
.block-checked .checked_sn {
	position: absolute;
	left: -9999px;
}

.block-radio .radio:checked+.radio-style,
.block-checked .radio:checked+.radio-style,
.block-checked .block-radio .checked_sn:checked+.radio-style,
.block-checked .checked_sn:checked+.radio-style {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 2px solid #cacaca;
	background-color: #646464;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


/* Reset Select */
select.select_sn {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #fff;
	background-image: none;
}

/* Custom Select */
.wrap-select_sn {
	position: relative;
	display: block;
	width: 100%;
	height: 44px;
	line-height: 3;
	background: #fff;
	overflow: hidden;
	border: 1px solid #dadada;
	
}

select.select_sn {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 15px;
	color: #222;
	cursor: pointer;
	font-size: 16px;
}

select.select_sn::-ms-expand {
	display: none;
}

/* Arrow */
.wrap-select_sn::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 1em;
	color: #dadada;
	pointer-events: none;
}

.wpcf7-form .block-checked {
	display: inline-block;
}

.wpcf7-list-item.first.last {
	display: flex;
	align-items: center;
	margin: 0;
}

.wpcf7-list-item.first.last input {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}



@media screen and (max-width: 1300px) {
	.header .logo {
		width: 425px;
		padding-bottom: 0;
	}
	
	.calc_sn__wrap {
		flex-direction: column;
		align-items: center;
	}

	.calc_sn__select {
		width: 100%;
	}

	.btn_sn,
	.btn_sn-form {
		margin: 0 2px 10px;
	}
	
	.cont-privacy-policy {
		display: flex;
		align-items: flex-start;
		padding: 0;
	}

	.cont-privacy-policy P {
		margin-top: -8px;
	}
}

@media screen and (max-width: 1200px) {
	.header .logo {
		width: 140px;
	}
}

@media screen and (max-width: 768px) {
	.sn-body.customize-support {
		margin-top: 50px;
	}
	
	.sn-body {
		margin-top: 100px;
	}
	
	.header-container_sn {
		position: fixed;
		z-index: 9999;
		width: 100%;
		background: #fff;
	}

	.logged-in .header-container_sn {
		margin-top: 0;
	}

	
	.header-container_sn .header {
		position: relative;
	}

	.sn-top-header__item.template-clock span {
		display: none;
	}

	.calc_sn__cunt,
	.calc_sn__form {
		width: 100%;
	}

	.calc_sn__cunt {
		margin-bottom: 0px;
	}
	

@media screen and (max-width: 480px) {
	.header .logo {
		width: 270px;
	}
	
	.sn-top-header__item {
		width: 100%;
	}

	
	.sn-top-header__item.template-clock {
		display: none;
	}
	
	.calc_sn__wrap {
		flex-direction: column;
	}

	.calc_sn__select {
		width: 100%;
	}	

	.cont-btn_sn {
		flex-direction: column;
		align-items: center;
	}
}
}
@media screen and (max-width: 768px){
.header-container_sn {
    margin-top: 50px!important;
}
}
@media screen and (max-width: 480px){
.header-container_sn {
    margin-top: 50px!important;
}
}