/* ------------------- General ------------------- */

body {
	font-family: 'Museo Sans', sans-serif;
	color: #666;
	margin: 0;

	padding-bottom: 140px;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	/* background-color: aqua; */
}

/* ------------------- Header ------------------- */

.header-inner {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #e3f0f7;
}

.header-inner-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.heading-inner {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.26px;
	line-height: 1;
	margin: 0;
}

.heading-inner span {
	display: inline-block;
	line-height: 1;
	margin: 0;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.38px;
}

.social-icons {
	display: flex;
}

.social-icon-link {
	text-decoration: none;
	margin-right: 30px;
}

/* Для экранов с шириной от 0 до 1170px */
@media (max-width: 1170px) {
	.social-icon-link {
		margin-right: 15px;
		margin-bottom: 15px;
	}
}
@media (max-width: 970px) {
.calc-section {
	width: 70%!important;
	padding: 40px 40px!important;
}
.calc-section-od {
	width: 45%!important;
	padding: 40px 40px!important;
}
.dob-okno {
	color: #fbb03f;
	font-size: 40px!important;
	border: 1px solid #fbb03f;
	border-radius: 150px;
	margin: 0px;
	padding: 13px 25px!important;
	position: absolute;
	text-decoration: none;
	margin-top: 45px!important;
}
.dob-okno:hover {
	color: #fff;
	background:#fbb03f;
	font-size: 40px!important;
	border: 1px solid #fbb03f;
	border-radius: 150px;
	margin: 0px;
	padding: 13px 25px!important;
	margin-top: 45px!important;
	position: absolute;
	text-decoration: none;
	transition: all .2s ease-in-out;
}
}
/* ------------------- Footer ------------------- */

.footer {
	padding-top: 5px;
	padding-bottom: 30px;
}

.footer-cta-title {
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
	display: inline-block;
}

.footer-text {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.43px;
}

.footer-text a {
	color: #4298e8;
	text-decoration: underline;
}

.footer-cta-text {
	margin: 0;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 0.43px;
}

.footer-cta-text a {
	color: #4298e8;
	text-decoration: underline;
}

/* Для экранов с шириной от 0 до 1170px */
@media (max-width: 1170px) {
	.footer-cta-title {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.footer-cta-text {
		font-size: 22px;
	}
}

.footer-inner {
	text-align: center;
	padding-bottom: 80px;
}

.text-center {
	text-align: center;
}

/* Calc */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

/* ------------------- Calc ------------------- */
.calc-wrapper {
	padding-top: 50px;
	padding-bottom: 75px;
	max-width: 1400px;
	margin: 0 auto;
}

.heading {
	margin-bottom: 50px;
	text-align: center;
}

.heading-title {
	margin: 0;
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.48px;
	text-align: center;
}

.heading-desc {
}
.calc-section-od {
	padding: 40px 50px;
	background-color: #f4f8fa;
	display: inline-grid;
	width: 35%;
}
.calc-section-od {
	padding: 40px 50px;
	background-color: #fff;
}
.calc-section {
	padding: 40px 50px;
	background-color: #f4f8fa;
	display: inline-grid;
	width: 25%;
}
.calc-section {
	padding: 40px 50px;
	background-color: #fff;
}
.calc-title-light {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}

.title__inline {
	display: inline-block;
	vertical-align: middle;
}

.title__inline + .title__inline {
	margin-left: 10px;
}

.input-short {
	width: 20px;
}

.radio-wrapper {
	display: flex;
	/* align-items: center; */
}

.radio-wrapper .radio {
	margin-top: 9px;
}

.radio-wrapper:not(:last-child) {
	margin-bottom: 30px;
}

.radio-wrapper .radio {
	margin-right: 15px;
	margin-top: 6px;
}

/* .radio-holder {
	margin-right: 15px;
}

.radio-holder input{
	margin-top: 6px;
} */

/* .radio {
	margin-right: 15px;
} */

.input-wrapper {
	display: flex;
	margin-bottom: 40px;
}

.input-wrapper:last-child {
	margin-bottom: 0;
}

.input-short {
	width: 60px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #fbb03f;
    font-size: 24px;
    font-weight: 500;
    color: #666;
    text-align: -webkit-center;
}

.input-wrapper .input-short:first-child {
	margin-right: 20px;
}

.input-wrapper .input-short:last-child {
	margin-left: 20px;
}

/* ------------ TYPO ------------ */

.section-title {
	margin-bottom: 20px;
}

.section-title--vertical-center {
	align-items: center;
}

.title-bold {
	font-size: 24px;
	font-weight: 500;
}

.title-lite {
	font-size: 20px;
	font-weight: 300;
}

.note {
	display: block;
	font-weight: 300;
	font-style: italic;
	padding-top: 10px;
	font-size: 16px;
	color: #969696;
}

/* ------------ FORMS ------------ */

.checkbox-wrapper {
	display: flex;
	margin-bottom: 20px;
	padding-left: 5px;
}

.checkbox-wrapper .checkbox {
	margin-right: 15px;
}

/* ------------ PRICE ------------ */
.calc-price {
    padding: 30px 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
/*   box-shadow: 0px 0px 10px rgb(102 102 102 / 20%);*/
	max-width: 1320px;
    position: fixed;
    margin: auto;
}

.calc-price-title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}

.calc-price-value {
	font-size: 26px;
	font-weight: 300;
}

.hidden {
	display: none;
}

.range-input {
	width: 100%;
}

.rooms-wrapper {
	display: flex;
	flex-direction: start;
	align-items: center;
}

.rooms-label {
}
.rooms-radio-real {
	opacity: 0;
	appearance: none;
	height: 0;
	width: 0;
	margin: 0;
}

.rooms-radio-fake {
	display: inline-block;
    width: 90px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    cursor: pointer;
    border: 1px solid #fbb03f;
    border-radius: 4px;
    margin-right: 30px;
    padding: 0px 8px;
}

.rooms-radio-real:checked + .rooms-radio-fake {
	background-color: #FBB03F;
    color: #ffffff;
}


.calc-section {
 /*   width: 100%;*/
}

.range-input {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #FBB03F;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    height: 2px;
    max-width: 85%;
}

.range-input:hover {
    opacity: 1;
background-color: #FBB03F;
}

.range-input::-webkit-slider-thumb {
   -webkit-appearance: none;
    appearance: none;
/*    width: 25px;
    height: 25px;*/
    border-radius: 50%;
/*    background: #FBB03F;*/
    cursor: pointer;


    background: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 4px solid #FBB03F;
/*    position: absolute;*/
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.range-input::-moz-range-thumb {
/*    width: 25px;
    height: 25px;*/
    border-radius: 50%;
/*    background: #FBB03F;*/
    cursor: pointer;

    background: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 4px solid #FBB03F;
/*    position: absolute;*/
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}



.range-input::-webkit-slider-thumb:hover {
   -webkit-appearance: none;
    appearance: none;
/*    width: 25px;
    height: 25px;*/
    border-radius: 50%;
/*    background: #FBB03F;*/
    cursor: pointer;


    background: #FBB03F;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 4px solid #FBB03F;
/*    position: absolute;*/
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.range-input::-moz-range-thumb:hover {
/*    width: 25px;
    height: 25px;*/
    border-radius: 50%;
/*    background: #FBB03F;*/
    cursor: pointer;

    background: #FBB03F;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 4px solid #FBB03F;
/*    position: absolute;*/
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.okno-dver {
	display: block;
    padding: 20px 0px;
}
.okno {
	display: block;
    padding: 30px 0px 0px 0px;
    font-size: 26px;
    border-top: 1px solid #eee;
    margin: 40px 30px 0px 00px;
}
.section-dob-okno {
    display: inline-block;
}		
.dob-okno {
	color: #fbb03f;
	font-size: 50px;
	border: 1px solid #fbb03f;
	border-radius: 150px;
	margin: 0px;
	padding: 25px 40px;
	position: absolute;
    text-decoration: none;
}
.dob-okno:hover {
	color: #fff;
	background:#fbb03f;
	font-size: 50px;
	border: 1px solid #fbb03f;
	border-radius: 150px;
	margin: 0px;
	padding: 25px 40px;
	position: absolute;
    text-decoration: none;
	transition: all .2s ease-in-out;
}
.none {
	display:none!important;
}
.opnone1 {
	display:none!important;
}
.threenone2 {
	display:none!important;
}
.fournone3 {
	display:none!important;
}
.dvertwo {
	display:none!important;
}
.dverthree {
	display:none!important;
}
.dverfour {
	display:none!important;
}
.section {
	display: inline;
}
