body {
    margin:0;
}
span {
    margin: 0;
    font-family: Montserrat;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    color: #444444;
    line-height: 1.7vw;
    -ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;
}
p {
    margin: 0;
    font-family: Montserrat;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    color: #444444;
    line-height: 1.7vw;
    outline:none;
    -ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;
}
a {
    margin: 0;
    font-family: Montserrat;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    color: #444444;
    line-height: 1.7vw;
    text-decoration: none;
    -ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;
}
h1 {
    font-family: Montserrat;
    font-size: 2.95vw;
    font-weight: 600;
    color: #828282;
    margin: 0;
    letter-spacing: 0.2vw;
    -ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;
}
h2 {
    font-family: Montserrat;
    font-size: 2.2vw;
    font-weight: 500;
    color: #444444;
    margin: 0;
    letter-spacing: 0.2vw;
    -ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;
}
h3 {
    font-family: Montserrat;
    font-size: 1.3vw;
    font-weight: 500;
    color: #444444;
    margin: 0;
    letter-spacing: 0.2vw;
    -ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;
}
h4 {
    font-family: Montserrat;
    font-size: 1vw;
    font-weight: 600;
    color: #828282;
    margin: 0;
    letter-spacing: 0.2vw;
    -ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;
}
ul {
    padding-left: 1.5vw;
    margin: 0;
}
li {
    font-family: Montserrat;
    font-size: 0.9vw;
    letter-spacing: 0.1vw;
    color: #000000;
    line-height: 1.75vw;
    -ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;
}
header::after {
    border-bottom:1px solid #E4E4E4;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 6vw 1vw;
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    border-bottom: 1px solid #E4E4E4;
}
header img {
    width: 7vw;
    margin-right: 0.5vw;
    cursor:pointer;
    padding-left:1.5vw;
}
header p {
    cursor: pointer;
    padding: 0.7vw 1.5vw;
    border: 1px solid white;
    border-radius: 0.5vw;
}
header p:hover {
    border: 1px solid #D9D9D9;
}
.pages._active {
    border: 1px solid #444444;
}
.main_first {
    padding: 0vw 7.4vw;
}
.under_h1 {
    display: flex;
    justify-content:space-between;
    margin-top: 0.5vw;
    padding: 0 0.2vw
}
.flex {
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.content {
    padding: 1vw 17.7vw;
}
.light {
    color: #CACACA;    
}
.bold {
    font-weight: 600;
}
.button {
    background: #2183D9;
    color: white;
    padding: 0.8vw 2.5vw;
    display: inline-block;
    border-radius: 0.5vw;
    cursor: pointer;
}
.button:hover {
    background:#0063B8;
}
.button_small {
    background: #2183D9;
    color: white;
    padding: 0.5vw 1.3vw;
    display: inline-block;
    border-radius: 0.5vw;
    cursor: pointer;
    font-size: 0.8vw
}
.button_small:hover {
    background:#0063B8;
}
.articles_bt:hover {
    background:#828282;
    color:white;
}
.button_border {
  color: #444444;
  padding: 0.3vw 0.8vw;
  display: inline-block;
  border-radius: 0.3vw;
  cursor: pointer;
  font-size: 0.8vw;
  border: 1px solid #828282;
  width: 5.5vw!important;
}
.mini {
    font-size: 0.9vw;
}
.fly_buttons p {
    color: #828282;
    display: flex;
    align-items: center;
}
.fly_buttons img {
    width: 2.5vw;
    margin-right: 0.6vw;
}
.fly_buttons {
    padding: 0.52vw 1vw;
    box-shadow: -4px 4px 16px -2px #3E5E6A40;
    border-radius: 0.5vw;
    position: absolute;
    background: white;
    cursor:pointer;
}
.main_block {
    padding: 5vw 17.7vw;
}
.problems_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5vw;
}
.problems_block p {
    border: 2px solid black;
    padding: 0.8vw 2vw;
    border-radius: 0.4vw;
    margin-bottom: 1.5vw;
    cursor:pointer;
}
.problems_block p.row_2 {
    padding: 0.8vw 2.9vw;
}
.problems_block p.row_3 {
    padding: 0.8vw 2.4vw;
}
.problems_block p.row_5 {
    padding: 0.8vw 2.4vw;
}
.problems_block p.color1 {
    border-color: #1CA698;
}
.problems_block p.color1:hover {
    background: #D2EDEA;
    border-color: #D2EDEA;
}
.problems_block p.color2 {
    border-color: #2183D9;
}
.problems_block p.color2:hover {
    background: #D7E9F0;
    border-color: #D7E9F0;
}
.problems_block p.color3 {
    border-color: #F2B885;
}
.problems_block p.color3:hover {
    background: #FBEADA;
    border-color: #FBEADA;
}
.problems_block p.color4 {
    border-color: #CACACA;
}
.problems_block p.color4:hover {
    background: #E4E4E4;
    border-color: #E4E4E4;
}
.problems_block p.color5 {
    border-color: #9CC8D9;
}
.problems_block p.color5:hover {
    background: #D7E9F0;
    border-color: #D7E9F0;
}
.center {
    text-align:center;
}
.switch {
    display: flex;
    background: #E4E4E4;
    border-radius: 0.5vw;
    position: relative;
}
.switch p {
    padding: 0.8vw 2.54vw;
    cursor: pointer;
    z-index: 99;
    position: relative;
}
.switch .switch_bt {
    background: #9CC8D9;
    padding: 0.8vw 2.54vw;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.6vw;
    height: 1.7vw;
    border-radius: 0.5vw;
}
.calc {
    padding: 4vw 0;
}
.calc .row_number .big {
    font-size: 4vw;
    font-weight: 800;
    color: #CACACA;
    line-height: 3.4vw;
}
.calc .row_number .small {
    color: #CACACA;
    position: relative;
    top: 0.2vw;
}
.calc .row_number {
    display: flex;
    margin: 2vw 0 7vw;
}
.col_4 {
    display: flex;
    justify-content: space-between;
}
.calc .gray_back {
    background: #E4E4E4;
    padding: 1vw;
}
.row_info {
    position: relative;
}
.old_price {
    position: absolute;
    right: -4vw;
    top: -1vw;
    font-size: 0.7vw;
    color: #828282;
    text-decoration: line-through;
}
.feedback_block .row_1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1vw;
}
.feedback_block .row_1 div {
    border-radius: 1vw;
    padding: 2vw;
    height: 10vw
}
.question {
    border: 1px solid #2183D9;
    border-radius: 0.5vw;
    padding: 1vw 1vw 1vw 2vw;
    margin-bottom: 1.7vw;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.question img {
    width: 1.2vw
}
.answer {
    padding: 0 1.7vw 1.7vw 5vw;
}
.articles {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.articles .wrapper {
    display: flex;
    overflow: hidden;
}

.articles .wrapper div {
    background: #D2EDEA;
    padding: 3vw 2.5vw 3.5vw;
    border-radius: 0.5vw;
}
.articles .wrapper div p {
    width: 26.5vw;
}
.reviews {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.reviews .wrapper {
    display: flex;
    overflow: hidden;
}

.reviews .wrapper div {
    padding: 0vw;
    border-radius: 0.5vw;
    box-shadow: 0 0.2vw 0.2vw 0 #776B6B12;
}
.thanks {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.thanks .wrapper {
    display: flex;
    overflow: hidden;
}

.thanks .wrapper div {
    padding: 1vw 10vw;
    border-radius: 0.5vw;
    width: 19vw;
    height: 26.8vw;
    position: relative;
    box-shadow: 0px 4px 17px 0px #776B6B12;
}

.pagination {
    display: flex;
    gap: 0.4vw;
    justify-content: center;
    padding: 4vw 4vw 0;
}
.pagination div {
    width: 0.5vw;
    height: 0.5vw;
    background: #E4E4E4;
}
.pagination div._active {
    background: #828282;
}
.form_input {
    font-family: Montserrat;
    font-size: 0.9vw;
    border: none;
    background: #F5F5F5;
    padding: 1vw 1.2vw;
    border-radius: 0.5vw;
    font-weight: 500;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #F5F5F5;
}
.input_text {
    font-weight: 500;
    font-size: 0.9vw;
    padding-left: 1.2vw;
    padding-bottom: 0.7vw;
}
footer {
    margin-top: 10vw;
    background: #D7E9F0;
    padding: 4vw 6vw 3vw;
    border-radius: 1vw 1vw 0 0;
    position: relative;
}
.footer_menu a {
    font-size: 0.9vw;
    font-weight: 400;
}
.footer_menu a:hover {
    text-decoration: underline;
}
.thanks_p {
    position: absolute;
    top: 30vw;
    left: 0;
    width: 20vw;
}
.popup_wrapper._active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(181, 181, 181, 0.4);
    backdrop-filter: blur(5px);
    z-index: 999;
    transition: 0.5s;
}
.popup {
    position: fixed;
    max-width: 64vw;
    width: 100%;
    max-height: 40vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 1vw;
    opacity: 0;
    z-index: 9999;
    overflow: auto;
    transition: all .1s;
}
.popup_line {
    border-bottom: 1px solid #D7E9F0;
    position: absolute;
    top: 3.5vw;
    width: 64vw;
    left: -2vw;
}
.background_case_1 {
    background: #747B65BA;
    padding: 2vw 3vw;
    border-radius: 1vw;
    color: white;
    margin-bottom: 3.7vw;
}
_ns {
     -ms-user-select: none;
     -moz-user-select: none;
     -khtml-user-select: none;
     -webkit-user-select: none;
}
.data_types {
    display:none;
}
.form_buttons {
    border: 1px solid white;
    padding: 1vw 0.8vw 0.5vw 0.8vw;
    cursor: pointer;
}
.form_buttons._active {
    border: 1px solid #CACACA;
    border-radius: 0.5vw;
}
.form_buttons2 {
    border: 1px solid white;
    padding: 1vw 0.8vw 0.5vw 0.8vw;
    cursor: pointer;
}
.form_buttons6 {
    border: 1px solid white;
    padding: 1vw 0.8vw 0.5vw 0.8vw;
    cursor: pointer;
}
.form_buttons2._active {
    border: 1px solid #CACACA;
    border-radius: 0.5vw;
}
.form_buttons6._active {
    border: 1px solid #CACACA;
    border-radius: 0.5vw;
}
.form_buttons11 {
    border: 1px solid white;
    padding: 1vw 0.8vw 0.5vw 0.8vw;
    cursor: pointer;
}
.form_buttons11._active {
    border: 1px solid #CACACA;
    border-radius: 0.5vw;
}
#map > ymaps {
    border-radius: 1vw;
    overflow: hidden;
}
.pincode { 
	text-align: center;
    margin-top: 1vw;
}
.pincode input[type="number"] {
	display: inline-block;
	width: 2.1vw;
	height: 2vw;
	line-height: 1vw;
	text-align: center;
	color: #000;
	padding: 0.5vw 0px;
	margin: 0vw;
	font-size: 1vw;
	outline: none;
	background-color: #fff;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
    background: #E4E4E4;
    border: none;
    border-radius: 0.5vw;
}
.pincode input[type="password"] {
	display: inline-block;
	width: 2.1vw;
	height: 2vw;
	line-height: 1vw;
	text-align: center;
	color: #000;
	padding: 0.5vw 0px;
	margin: 0vw;
	font-size: 1vw;
	outline: none;
	background-color: #fff;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
    background: #E4E4E4;
    border: none;
    border-radius: 0.5vw;
}

.pincode input[type="number"]::-webkit-outer-spin-button,
.pincode input[type="number"]::-webkit-inner-spin-button {
	display: none;
}




.calendar-item {
    font-family: Montserrat;
}
.calendar-head {
	text-align: center;
	font-size: 1.3vw;
    color:#444444;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2vw;
}
.calendar-head img {
    width: 0.6vw;
    cursor:pointer;
}
.calendar-item table {
	border-collapse: collapse;
	width: 100%;
}
.calendar-item th {
	font-size: 1vw;
	padding: 6px 7px;
	text-align: center;
	color: #888;
	font-weight: normal;
    border-bottom: 1px solid #A7AFB2;
}
.calendar-item td {
	font-size: 1vw;
	padding: 0.7vw 0vw;
	text-align: center;
    color: #131516;
}
.price_input {
    outline:none;
    width: 5vw;
    text-align: center;
    border: 1px solid #828282;
    border-radius: 0.2vw;
    padding: 0.5vw;
    font-size: 1vw;
}
.calendar-day span._selected {
    background: #2183D9;
    color: white;
    width: 100%;
    display: block;
}
.calendar-day span {
    width: 100%;
    display: block;
}

/* crop */
.preview {
    overflow: hidden;
    width: 10vw; 
    height: 20vw;
    margin: 10vw 0 3vw 12vw;
    border: 1px solid #E4E4E4;
    scale: 2;
    border-radius: 0.5vw
}
.img-container {
     background: #F5F5F5;
 }
.img-container .row{
    display: flex;
    width:30vw;
    height:40vw;
    /* box-sizing: border-box;
    width: 100%; */
}
.cropper-container.cropper-bg {
    width: 30vw!important;
    height: 40vw!important;
}
.row_info img {
    top: -3vw;
}
.data_type_content_5 {
    text-indent: 30px each-line;    
}
.data_type_content_9 {
    text-indent: 30px each-line;    
}
.popup_table div {
    text-align: center;
    padding: 1vw;
}
.popup_table p {
    font-size: 0.9vw;
}
.popup_table ._active {
    background: #D7E9F0;
    border-radius: 0 0 0.5vw 0.5vw;
}