
/*FORMS*/
.form-wrapper:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}

.form-wrapper{
    background: rgb(0 0 0 / 30%);
    width: auto;
    opacity: 1;
    height:100%;

}

.form-container{
    position: fixed;
    z-index: 55000;
    display: flex;
    width: 993px;
    height: 575px;
    margin: 0 24%;
    top: 15%;
    background: white;
    border-radius: 10px;
    padding: 50px 35px 10px 35px;
}

.form-block-left{
    flex-direction: column;
    width: 60%;
}

.form-block-right{
    flex-direction: column;
    width: 40%;
}

.form-block-title{
    position: relative;
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;

}

.status{
    position: relative;
    text-align: center;
    margin: 30% 0;
    font-size: 24pt;
    line-height: 40px;
}

.dot{
    width: 7px;
    height: 7px;
    left: 513px;
    top: 238px;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFDE31), to(#FFE76B));
    background: -o-linear-gradient(bottom, #FFDE31 0%, #FFE76B 100%);
    background: linear-gradient(0deg, #FFDE31 0%, #FFE76B 100%);
    border-radius: 76px;
}

.form-block-description{
    position: relative;

    font-size: 16px;
    line-height: 140%;
    color: #222222;
}

.block-left-img{
    position: relative;
    width: 477px;
    height: 344px;
    background-image: url(../img/Photorealistic-Magazine-MockUp-21.png);
    background-repeat: no-repeat;
}

.block-left-img-2{
    position: relative;
    width: 477px;
    height: 344px;
    background-image: url(../img/image4.png);    
}

.inputs{
    position: relative;
    top: 20px;
}

.form-block-input-phone{
    height: 60px;
    border: 1px solid #DDE0E8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 76px;
    width: 90%;
}
.form-block-title-bottom{
    margin-bottom: 15px;
}

.form-btn{
    position: relative;
    margin-top: 35px;
    width: 335px;
    height: 68px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 76px;
    border: none;
    border-bottom: 5px solid #f0b753;
    background-image: -webkit-gradient(linear , left bottom, left top , color-stop(5%, #FFDE31), to(#FFE76B));
    background-image: -o-linear-gradient(bottom , #FFDE31 5%, #FFE76B);
    background-image: linear-gradient(0deg , #FFDE31 5%, #FFE76B);
    color: black;
}

.form-btn:hover{
    border-bottom: none;
    margin-top: 40px;
}

.form-btn-title{
    position: relative;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    top: 20%;
}
.form-btn-height{
    position: relative;
    height:75px;
}

.form-btn-img{
    background-image: url(../img/direct-download_1.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    float: right;
    position: relative;
    right: 13%;
    bottom: 10%;
}

.hero__btn-description-2{
    margin-top: 60px;
    font-size: 14px;
}

.form-ul{
    position: relative;
    list-style-type: disc;
    margin: 10px 20px;
}

.form-ul li{
    color: #FFE76B;
    font-size: 30px;
}
.form-ul span{
    position: relative;
    color: black;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    left: -8px;
}

.quiz-block-right-input-email{
    width: 335px;
    height: 60px;
    border: 1px solid #DDE0E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 76px;
    margin-top: 4%;
}

#phone::-webkit-input-placeholder {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6D8590;
}

#phone::-moz-placeholder {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6D8590;
}

#phone:-ms-input-placeholder {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6D8590;
}

#phone::-ms-input-placeholder {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6D8590;
}

#phone{
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6D8590;
}
#phone2{
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6D8590;
}
#phone3{
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6D8590;
}
#phone4{
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6D8590;
}

input#email,#phone::placeholder {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6D8590;
}

input[name="email"] {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #6D8590;
    background-image: url(../img/email_input.png);
    background-repeat: no-repeat;
    background-position: left 30px top 20px;
  }

input#phone{
    position: relative;
    background-image: url(../img/phone_input.svg);
    background-repeat: no-repeat;
    background-position: left 30px top 20px;
}

input#email{
    background-image: url(../img/email_input.png);
    background-repeat: no-repeat;
    background-position: left 30px top 20px;
}
/*FORMS END*/

/* LENDING */
.btn-group{
    position: relative;
	vertical-align: middle;
	text-align: center;
	margin: 30px 0 0 0;
	display: flex;
	justify-content: center;
}

.btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 26px;
    font-size: 10.5pt;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
	width: 300px;
	height: 79px;
	position: relative;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-white {
    color: #000;
    background-color: #fff;
	border-color: #DDE0EF;
	z-index: 0 !important;
}

.btn-white:focus, .btn-white.focus {
	color: #fff;
	background-image: linear-gradient(180deg, #8FC8F5 0%, #39A1FF 100%);
	border-color: #122b40
}

.btn-white:hover {
	color: #fff;
	border-color: #204d74;
	background-image: linear-gradient(180deg, #8FC8F5 0%, #39A1FF 100%);
}

.btn-white-active {
	color: #fff;
	border-color: #204d74;
	background-image: linear-gradient(180deg, #8FC8F5 0%, #39A1FF 100%);
}

.show{
    display: block ;
} 
.show-flex{
    display: flex !important;
} 
.hide{
    display: none !important;
}

.fade{
    animation-name: fade; 
    animation-duration: 0.7s;
}

@keyframes fade{
    from{
        opacity: 0.1;
    }
    to{
        opacity: 1;
    }
}

.btn-white:active, .btn-white.active, .open>.dropdown-toggle.btn-white {
	color: #fff;
	background-color: #286090;
	background-image: none;
	border-color: #204d74
}

.btn-white:active:hover, .btn-white.active:hover, .open>.dropdown-toggle.btn-white:hover, .btn-white:active:focus, .btn-white.active:focus, .open>.dropdown-toggle.btn-white:focus, .btn-white:active.focus, .btn-white.active.focus, .open>.dropdown-toggle.btn-white.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled.focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-white .badge {
	color: #337ab7;
	background-color: #fff
}

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

.page-wrapper{
    display: flex;
    flex-direction: column;
}

.page{
    position: relative;
    width: auto;
    height: fit-content;
	background-color: #ffffff;
	margin-bottom: 15%;
}

.container-head{
    padding-top: 20px;
    width: 100%;
    height: auto;
}

.head-normal{
    font-size: 27pt;
    margin: 30px;
}

.head-small{
	font-size: 15pt;
	color: #6D8590;
	margin:0 0 0 50px;
}

.text-blue{
    color:#32ACEA;
}

.big{
	font-weight: 900;
}

.border-left{
	border-radius: 50px 0 0 50px;
}

.border-right{
	border-radius: 0 50px 50px 0;
}

.btn-white:nth-child(1):nth-child(2):nth-child(3):hover { 
  background: linear-gradient(#8FC8F5);
  border: 1px solid transparent;
}

.table-description{
	padding: 10px;
	text-align: -webkit-center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.my-table{
	text-align: left;
}

.my-table td{
	color: #6D8590;
	font-size: 12pt;
}

.col1, th{
	border-bottom: 1px dashed #6D8590;
	color: #6D8590;
	width: 30%;
	padding: 0 0 5px 0;
}

.col2, th{
	border-bottom: 1px dashed #6D8590;
	color: #6D8590;
	width: 30%;
}

.col3, th{
	border-bottom: 1px dashed #6D8590;
	color: #6D8590;
	width: 30%;
}

.col1:nth-child(1):hover{
	border-bottom: none;
}

.col2:nth-child(2):hover{
	border-bottom: none;
}

.col3:nth-child(3):hover{
	border-bottom: none;
}

.black{
	color: black;
}

.section-pool{
	position: relative;
	width: 61%;
	height: fit-content;
	color: #fff;
	background: #FFFFFF;
	box-shadow: 0px 6px 47px rgba(0, 0, 0, 0.30);
	border-radius: 10px;
	z-index: 1;
    margin: 30px auto;
    max-width: 1160px;
}

.tabcontent{
    display: flex;
}

#pool-left{
	width: 47%;
	margin: 40px;
}

#pool-right{
	margin-top: 39px;
	width: 47%;
}

.pool-img{
	width: 100%;
	height: 362px;
	border-radius: 5px;
    background-image:url(../img/tabs/beton/beton-1.jpg);
    background-repeat: no-repeat;
}
.pool-img img{
    border-radius: 5px;
}

.pool-img2{
    background-image:url(../img/tabs/composit/composit-1.jpg);
    background-repeat: no-repeat;
}

.pool-img3{
    background-image:url(../img/tabs/social/social-1.jpg);
    background-repeat: no-repeat;
}

.section-img{
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section-img img{
    width: 100%;
    height: 107px;
    border-radius: 5px;
}

.pool-img_2{
	border-radius: 5px;
}

.pool-img_3{
	border-radius: 5px;
	/* margin: 0 10px; */
}

.pool-img_4{
	border-radius: 5px;
}

.pool-img_2:hover, .pool-img_3:hover, .pool-img_4:hover{
    transform: scale(1.03);
}

.back_1{
	width: 24%;
	height: 585.82px;
	background: url(../img/image3.png);
	transform: rotate(-6deg);
	z-index: 0;
	margin-top: -44%;
	left: -2%;
}

.back_2{
	width: 26%;
	height: 503.59px;
	background: url(../img/image4.png);
	margin-top: -29%;
	float: right;
	margin-right: 15%;
}

.pool-title{
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	color: #222222;
}

.pool-description{
	font-size: 10.5pt;
	color: #6D8590;
	text-align: inherit;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 80%;
}

.pool-description-small{
	background: #EEF4F8;
	border-radius: 0px 15px 15px 15px;
	color: black;
	width: 58%;
	padding: 10px;
	margin-bottom: 7%;
}

.pool-title-small{
	color: black;
	font-size: 10.5pt;
	font-weight: 600;
}

.btn-groups{
	position: relative;
	border: 1px solid transparent;
	display: flex;
	justify-content: center;
    height: 100px;
    width: 45%;
    margin: 0 30%;
}

a{
	text-decoration: none;
	color: inherit;
}

.btn1-group{
    margin-right: 10px;
}

.btn2-group{
    margin-left: 10px;
}

.btn1{
	width: 370px;
	height: 77px;
	background: linear-gradient(0deg, #FFDE31 0%, #FFE76B 100%);
	border-radius: 76px;
}

.btn1{
    width: 370px;
	height: 77px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 76px;
    border: none;
    border-bottom: 5px solid #f0b753;
    background-image: linear-gradient(0deg , #FFDE31 5%, #FFE76B);
    color: #fff;
}

.btn1:hover{
    border-bottom: none;
    margin-top: 5px;  
}

.btn1-img{
	width: 145px;
	height: 140px;
	background: url(../img/btn1_.png);
	position: relative;
	margin-top: -16%;
}

.btn1-title{
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #222222;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.25);
	padding-top: 14px;
	margin-left: 60px;
}

.btn1-description{
	font-style: normal;
	font-size: 9.75pt;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #222222;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.25);
	margin-left: 60px;
}

.btn2{
    width: 370px;
	height: 77px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 76px;
    border: 1px solid #32ACEA;
    border-bottom: 5px solid #32ACEA;

    color: #fff;
}

.btn2:hover{
	border-bottom: 1px solid #32ACEA;
    margin-top: 5px;  
}

.btn2-img{
	width: 140px;
	height: 140px;
	background: url(../img/btn2_.png);
	filter: drop-shadow(-9px 15px 21px rgba(0, 0, 0, 0.18));
	margin-top: -23%;
	margin-left: -13%;
}

.btn2-title{
	font-style: normal;
	font-weight: 600;
	font-size: 12pt;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #32ACEA;
	padding-top: 14px;
	margin-left: 60px;
}

.btn2-description{
	font-style: normal;
	font-weight: 400;
	font-size: 9.75pt;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #32ACEA;
	margin-left: 60px;
}

.map{
	width: 100%;
	height: 464px;
    box-shadow: 0px -14px 47px rgb(0 0 0 / 7%);
    border-radius: 18px;
    z-index: 1;
    max-width: 1903px;
}

.map-form-dop{
    padding: 0px 30px 0px 60px;
}

.map-form{
	position: absolute;
    display: flex;
    flex-direction: column;
	width: 458px;
	height: 338px;
	background: #FFFFFF;
	box-shadow: 0px 6px 47px rgba(0, 0, 0, 0.07);
	border-radius: 9px;
	z-index: 200;
	margin-top: 3%;
	left: 19.5%;
    justify-content: center;
}

.map-form-title{
 	text-align: center;
	font-weight: 400;
	font-size: 16pt;
}

.map-form-description{
	font-size: 16pt;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
}

.map-form-adress{
	font-size: 15pt;
	color: #6D8590;
	font-weight: 500;
	text-align: inherit;
	width: 100%;
	height: 16px;
	margin-left: 10%;
	margin-top: 8%;
}

.ad1{
	font-weight: 700;
}

.ad2{
	margin-left: 9%;
}

.map-form-phone{
	width: 100%;
	height: 16px;
	color: #32ACEA;
	font-size: 24px;
	margin-left: 10%;
	margin-top: 17%;
}

.map-form-email{
	width: 100%;
	height: 16px;
	font-size: 20px;
	margin-top: 5%;
	margin-left: 10%;
}

.ico-1{
	height: 16px;
	width: 17px;
	margin: 10px;
}

.ico-2{
	height: 16px;
	width: 17px;
	margin: 10px;
}

.ico-3{
	height: 18px;
	width: 18px;
	margin: 10px;
}

.after-map{
	position: relative;
    display: flex;
    justify-content: center;
	width: 100%;
	height: 436px;
	background-image: url(../img/MaskGroup.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

.after-form{
	position: relative;
	width: 642px;
	height: 313px;
	background: #FFFFFF;
	box-shadow: 0px 6px 47px rgba(0, 0, 0, 0.07);
	border-radius: 9px;
	top: 15%;
}

.after-form-title{
	text-align: center;
   font-weight: 400;
   padding-top: 45px;
   font-size: 16pt;
}

.after-form-description{
   font-size: 16pt;
   font-weight: 600;
   text-align: center;
   padding-top: 10px;
}

.after-form-phone{
	position: relative;
	width: 100%;
	height: 16px;
	color: #32ACEA;
	font-size: 30px;
	top: 10%;
    text-align: center;
}

.after-form-btn{
	position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 300px;
	height: 77px;
	top: 27%;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 76px;
    border: none;
    border-bottom: 5px solid #f0b753;
    background-image: linear-gradient(0deg , #FFDE31 5%, #FFE76B);
    color: #fff;
    margin: 0 auto;
}

.after-form-btn:hover{
    border-bottom: none;
    margin-top: 5px;  
}

.after-form-btn-title{
	font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    line-height: 140%;
    text-transform: uppercase;
    color: #222222;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.25);
    padding-top: 26px;
}

.map-form-phone{
    padding-top: 3px;
}

.map-form-email{
    padding-top: 15px;
}

.allrights{
    color: #b1b8c5;
    text-align: center;
}
/* LENDING END */

/* QUIZ */
.quiz{
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 165%;
}

.quiz-container{
    position: absolute;
    width: 993px;
    height: 608px;
    left: 463px;
    top: 132px;
    background: #FFFFFF;
    border-radius: 10px;
}

.quiz-container-w{
    position: relative;
    width: 1194px;
    /* height: 795px; */
    background: #FFFFFF;
    border-radius: 10px;
    padding:30px 50px 10px 40px;
    margin: 70px auto;
}

.quiz-wrapper{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.quiz-close{
    position: relative;
    width: 33px;
    height: 38px;
    left: 96%;
    background-image: url(../img/Group48.svg);
    background-position: bottom;
    background-repeat: no-repeat;
}

.quiz-close:hover{
    background-image: url(../img/close-red.svg);
}

.quiz-close-x{
    position: absolute;
    width: 33px;
    height: 38px;
    left: 96%;
    top: 2%;
    background-image: url(../img/Group48.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 9999;
}

.quiz-close-x:hover{
    background-image: url(../img/close-red.svg);
    cursor: pointer;
}

.dot{
    width: 7px;
    height: 7px;
    left: 513px;
    top: 238px;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFDE31), to(#FFE76B));
    background: -o-linear-gradient(bottom, #FFDE31 0%, #FFE76B 100%);
    background: linear-gradient(0deg, #FFDE31 0%, #FFE76B 100%);
    border-radius: 76px;
}

.quiz-form-right-input-phone{
    height: 60px;
    border: 1px solid #DDE0E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 76px;
    width: 59%;
}

a{
    text-decoration: none;
}

.quiz-title{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    left: 6.5%;
}

.quiz-title-img{
    position: relative;
    background-image: url(../img/logo_quiz.svg);
    background-repeat: no-repeat;
    width: 13%;
    height: 30px;
    padding-right: 16%;
}

.title-vertical-line{
    width: 2px;
    height: 51px;
    background: #B9C7CE;
    border-radius: 55px;
    position: relative;
    top: -4px;
}

.quiz-title-desc{
    float: right;
    font-size: 16px;
    color: #6D8590;
    padding-left: 2%;
    width: 30%;
}

.progressbar{ 
    width: 100%;
    height: 50px;
    left: 4%;
    top: 115px;
    background: #F9F9F9;
    border: 1px solid #DDE1E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 10px 37px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 37px rgba(0, 0, 0, 0.05);
    border-radius: 49px;
    padding: 8px 8px;
    margin-bottom: 30px;
}

.progressbar > span {
  display: block;
  height: 100%;
  background-color: #227BCA;
  background-image: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(bottom, center),
    color-stop(#227BCA,),
    color-stop(69%, #32ACEA)
  );
  background-image: -o-linear-gradient(
    center bottom,
    #227BCA 37%,
    #32ACEA  69%
  );
  background-image: linear-gradient(
    center bottom,
    #227BCA 37%,
    #32ACEA  69%
  );
  -webkit-box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.progressbar > span:after {
    content: "";
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    background-image: -o-linear-gradient(
    135deg, 
    rgba(255, 255, 255, .2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255, 255, 255, .2) 50%, 
    rgba(255, 255, 255, .2) 75%, 
    transparent 75%, 
    transparent
    );
    background-image: linear-gradient(
    -45deg, 
    rgba(255, 255, 255, .2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255, 255, 255, .2) 50%, 
    rgba(255, 255, 255, .2) 75%, 
    transparent 75%, 
    transparent
  );
    z-index: 1;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
    overflow: hidden;
    border-radius: 15px;
}


@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.progress-text{
    width: 97px;
    height: 30px;
    text-align: center;
    position: relative;
    top: -31px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 117.16%;
    color: #8A8A8A;
    background: #F9F9F9;
    border-radius: 39px;
    left: 44%;
}

.quiz-wrapper-left{
    width: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}

.quiz-wrapper-left-title{
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 117.16%;
    color: #222222;
}

.quiz-wrapper-left-title-2{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #222222;
}

.quiz-wrapper-left-title-3{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #222222;
    margin-top: 2px;
}

.quiz-wrapper-left-title-4{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #222222;
}

.quiz-wrapper-left-2{
    width: 50%;
    flex-direction: column;
}

.quiz-wrapper-left-3{
    width: 50%;
    flex-direction: column;
}

.quiz-wrapper-left-4{
    position: relative;
    top: 10px;
}

.quiz-wrapper-left-5{
    position: relative;
    top: 90px;
}

.dop-prop{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    
}
select{
    height: 34px;
    width: 160px;
    background: white;
    outline: 1px solid #DDE1E8;
    border: 6px solid white;
    color: #6D8590 !important;
}
#otdelka, #podogrev{
    margin-top: 10px;
}

.quiz-wrapper-left-radio{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 117.16%;
    color: #6D8590;
    margin-top: 20px;
    margin-bottom: 30px;
}

.quiz-wrapper-left-radio-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 117.16%;
    color: #6D8590;
    top: 10px;
    position: relative;
}

.quiz-wrapper-left-checkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 117.16%;
    color: #6D8590;
    top: 10px;
    position: relative;
}

.quiz-wrapper-left-radio-5{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 117.16%;
    color: #6D8590;
    top: 10px;
    position: relative;
}

.quiz-wrapper-left-checkbox-3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 117.16%;
    color: #6D8590;
    top: 10px;
    position: relative;
}

.quiz-wrapper-left-checkbox-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 117.16%;
    color: #6D8590;
    top: 10px;
    position: relative;
}

.quiz-wrapper-left-checkbox-4{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 117.16%;
    color: #6D8590;
    position: relative;
}

input[type='checkbox'] {
    cursor: pointer;
    box-sizing: border-box;
    appearance: none;
    background: white;
    outline: 1px solid #DDE1E8;
    border: 6px solid white;
    width: 28px;
    height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0px 10px 37px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type='checkbox']:checked {
    background: linear-gradient(180deg, #32ACEA 0%, #227BCA 100%);
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 36px;
    padding-top: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #32ACEA 0%, #227BCA 100%);
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

label[for="radio-1"]{
    position: relative;
    top: -10px;
}

label[for="radio-2"]{
    position: relative;
    top: -10px;
}

label[for="radio-3"]{
    position: relative;
    margin-bottom: 20px;
    margin-top: 2px;
}

label[for="radio-4"]{
    position: relative;
    margin-bottom: 20px;
    margin-top: 2px;
}
label[for="radio-5"]{
    position: relative;
    margin-bottom: 20px;
    margin-top: 2px;
}
label[for="radio-6"]{
    position: relative;
    margin-bottom: 20px;
    margin-top: 2px;
}

label[for="radio-14"]{
    position: relative;
    margin-bottom: 20px;
}

label[for="radio-15"]{
    position: relative;
    margin-bottom: 20px;
}

label[for="radio-16"]{
    position: relative;
    margin-bottom: 20px;
}

label[for="radio-17"]{
    position: relative;
    margin-bottom: 30px;
}

#radio-2{
    margin-left: 40px;
}

.quiz-wrapper-left-description{
    position: relative;
    width: 76%;
    height: auto;
    left: 0;
    top: -19px;
    background: #EEF4F8;
    border-radius: 0px 15px 15px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #6D8590;
    padding: 25px;
}

.quiz-btn-groupp{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 70px;
}

.quiz-btn-prev{
    width: 127px;
    height: 55px;
    left: 61px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 76px;
    border: 1px solid #32ACEA;
    border-bottom: 5px solid #32ACEA;
    color: #fff;
    margin-right: 10px;
}

.quiz-btn-prev:hover{
    border-bottom: 1px solid #32ACEA;
    margin-top: 5px;  
}

.quiz-btn-prev-text{
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 117.16%;
    color: #32ACEA;
    padding: 16px;
    text-align: right;
    background-image: url(../img/angle-left.svg);
    background-repeat: no-repeat;
    background-position: center left 18px;
    text-align: center;
    padding-left: 28px;
}

.quiz-btn-prev-text a{
    color: #32ACEA;
}

.quiz-btn-next{
    width: 127px;
    height: 55px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 76px;
    border: none;
    border-bottom: 5px solid #f0b753;
    background-image: -webkit-gradient(linear , left bottom, left top , color-stop(5%, #FFDE31), to(#FFE76B));
    background-image: -o-linear-gradient(bottom , #FFDE31 5%, #FFE76B);
    background-image: linear-gradient(0deg , #FFDE31 5%, #FFE76B);
    color: #fff;
    margin-left: 10px;
}

.quiz-btn-next:hover{
    border-bottom: none;
    margin-top: 5px;  
}

.quiz-btn-next-text{
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 117.16%;
    color: #222222;
    padding: 17px;
    background-image: url(../img/angle-right.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
    text-align: center;
    padding-right: 28px;
}

.quiz-wrapper-right{
    width: 47%;
    display: flex;
    flex-direction: column;
}

.quiz-wrapper-right-title{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #6D8590;
    padding: 0 10px 0 0;
}

.quiz-wrapper-right-title-3{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #6D8590;
}

.quiz-wrapper-right-title-2{
    position: relative;
    width: 92%;
    height: 54px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 15px;
}

.quiz-wrapper-right-title-2-desc{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #575f65;
    padding: 16px;
    text-align: center;
}

.quiz-wrapper-right-title-2-quiz-6{
    position: relative;
    width: 525px;
    height: 54px;
    left: -1px;
    top: -11px;
    background: white;
    box-shadow: 0px 6px 47px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 6px 47px rgb(0 0 0 / 30%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 15px;
}

.quiz-wrapper-arrow{
    position: absolute;
    width: 118px;
    height: 66px;
    right: 48.5%;
    top: 28%;
    -webkit-transform: rotate(-10.6deg);
    -ms-transform: rotate(-10.6deg);
    transform: rotate(-10.6deg);
    background-image: url(../img/arrows.svg);
    background-repeat: no-repeat;
}

.quiz-radio-active, .quiz-radio-active-2, .quiz-radio-active-3{
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 140%;
    color: #32ACEA;
}

.quiz-radio-active-2::after{
    content: attr(title);
}

.quiz-wrapper-right-img{
    position: relative;
    left: 0;
    width: 92%;
    top: 15px;
}


.quiz-wrapper-right-img-3-small{
    position: absolute;
    background-image: url(../img/quiz-3-small.png);
    background-repeat: no-repeat;
    border-radius: 0px 10px;
    width: 29%;
    height: 150px;
    right: -10%;
    top: 31.5%;
    z-index: 10;
}

#qz5 .quiz-wrapper-right-img{
    top: 0px;
}

#qz6 .quiz-wrapper-right-img{
    top: 0px;
}

.quiz-wrapper-right-description{
    position: relative;
    width: 88%;
    height: auto;
    left: 8%;
    bottom: 70px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
}

.quiz-wrapper-radio-groupp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quiz-wrapper-right-description-2{
    position: relative;
    width: 92%;
    height: auto;
    left: 23px;
    bottom: 125px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
}

.quiz-wrapper-right-description-3{
    position: relative;
    width: 88%;
    height: auto;
    left: 33px;
    bottom: 125px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    z-index: 15;
}

.quiz-wrapper-right-description-4{
    position: relative;
    width: 482px;
    height: auto;
    left: 23px;
    top: 177px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
}

.quiz-wrapper-right-description-5{
    position: relative;
    width: 252px;
    height: auto;
    left: 0;
    top: -60%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
}

.quiz-wrapper-right-description-small{
    position: absolute;
    width: 90px;
    height: 30px;
    left: 0;
    top: -16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#32ACEA), to(#227BCA));
    background: -o-linear-gradient(top, #32ACEA 0%, #227BCA 100%);
    background: linear-gradient(180deg, #32ACEA 0%, #227BCA 100%);
    border-radius: 49px 49px 49px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.quiz-wrapper-right-description-small-text{
    padding: 4px;
    text-align: center;
}

.quiz-wrapper-right-description-small-5{
    position: absolute;
    width: 135px;
    height: 30px;
    left: 0;
    top: -16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#32ACEA), to(#227BCA));
    background: -o-linear-gradient(top, #32ACEA 0%, #227BCA 100%);
    background: linear-gradient(180deg, #32ACEA 0%, #227BCA 100%);
    border-radius: 49px 49px 49px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
}

.quiz-descp-text{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #6D8590;
    padding: 17px;
}

.quiz-descp-text-2{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #6D8590;
    padding: 17px;
}

.quiz-descp-text-3{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #6D8590;
    padding: 17px;
}

.quiz-descp-text-5{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #6D8590;
    padding: 17px 0;
}

.range-groupp{
   position: relative;
   top: 32px; 
}

.range-container{
    margin-bottom: 45px;
}

.range-title{
    width: 200px;
    height: 24px;
    left: 407px;
    top: 323px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 117.16%;
    color: #32ACEA;
    padding-bottom: 8px;
}

.range-input{
    -webkit-appearance: none;
    width: 94%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #32ACEA;
    cursor: pointer;
    outline: none;
}

.range-input::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #32ACEA;
    cursor: pointer;
}

output {
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #6D8590;
}

.value-left{
    width: 30%;
    position: relative;
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 117.16%;
    color: #6D8590;
    left: 3px;
}

.value-right{
    width: 13%;
    position: relative;
    float: right;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 117.16%;
    color: #6D8590;
    right: 0px;
}

.results-quiz-3{
    display: flex;
    flex-direction: row;
}

.results-quiz-4{
    position: relative;
    display: flex;
    flex-direction: row;
    top: 130px;
}

.radio-active-title{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
}

.quiz-desc-middle{
    /* float: left; */
    margin-left: 20px;
    margin-right: 20px;
}

.quiz-desc-middle-2{
    float: left;
    margin-right: 20px;
}

.quiz-other{
    position: relative;
    top: 14px;
}

.btn-group-quiz{
    position: relative;
    display: flex;
    width: 100%;
	vertical-align: middle;
	text-align: center;
	margin: 46px 0 0 0;
    word-spacing: -4px;
    top: 2px;
    z-index: 10;
}

.btn-white-quiz {
    height: 50px;
    color: #000;
    background-color: #fff;
    border-color: #DDE0EF;
    z-index: 0 !important;
}

.btn-white-quiz:hover {
	color: #fff;
	border-color: #204d74;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8FC8F5), to(#39A1FF));
	background-image: -o-linear-gradient(top, #8FC8F5 0%, #39A1FF 100%);
	background-image: linear-gradient(180deg, #8FC8F5 0%, #39A1FF 100%);
}
.btn-white-quiz-active {
	color: #fff;
	border-color: #204d74;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8FC8F5), to(#39A1FF));
	background-image: -o-linear-gradient(top, #8FC8F5 0%, #39A1FF 100%);
	background-image: linear-gradient(180deg, #8FC8F5 0%, #39A1FF 100%);
}

.btn-quiz{
    border: 1px solid #dde0ef;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
	height: 50px;
    position: relative;
}

.border-left-quiz{
    border-radius: 50px 0 0 50px;
    width: 174px;
}

.border-center-quiz{
    width: 150px;
}

.border-center-2-quiz{
    width: 100px;
}

.border-right-quiz{
    border-radius: 0 50px 50px 0;
    width: 114px;
}

.quiz4-carousel{
    position: relative;
    width: 100%;
    height: 151px;
    background: #fff;
    font-size: 36px;
    line-height: 100px;
    top: 6%;
}

.carousel-center{
    opacity: 1;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.slick-prev:before, .slick-next:before{
    width: 50px !important;
    height: 25px !important;
    background: #32ACEA !important;
    border-radius: 76px !important;
}

.quiz5-result{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quiz4-td{
    padding: 0 10px 0 3px;
}

.quiz5-btn-result{
    width: 185px;
    height: 41px;
    top: 0;
    background: #2480CD;
    border-radius: 39px;
    margin-left: 20px;
}

.quiz5-btn-result-text{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 117.16%;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
}

.quiz-ul{
    position: relative;
    list-style-type: disc;
    margin-left: 47px;
}

.quiz-ul li{
    color: #FFE76B;
    font-size: 30px;
}

.quiz-ul span{
    position: relative;
    color: black;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    top: -2px;
    left: -8px;
}

.quiz-5-descp-title{
    color: black;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    padding-left: 23px;
}

.quiz5-left-title{
    position: relative;
    color: black;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    top: 34px;
}

.quiz5-left-title-2{
    position: relative;
    color: black;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    top: 70px;
}

.quiz5-end-desc{
    position: relative;
    color: black;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    top: 120px;
    width: 75%;
}

.quiz6-left-title{
    position: relative;
    color: black;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    top: 10px;
}

.quiz6-left-title-2{
    position: relative;
    color: #222222;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    top: 25px;
    width: 70%;
}

.quiz6-left-title-3{
    position: relative;
    color: #222222;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    top: 45px;
    width: 70%;
}

.quiz6-btn-groupp{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 15%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
}

.quiz6-btn-end{
    width: 297px;
    height: 73px;
    cursor: pointer;
    border-radius: 76px;
    border: none;
    border-bottom: 5px solid #f0b753;
    background-image: -webkit-gradient(linear , left bottom, left top , color-stop(5%, #FFDE31), to(#FFE76B));
    background-image: -o-linear-gradient(bottom , #FFDE31 5%, #FFE76B);
    background-image: linear-gradient(0deg , #FFDE31 5%, #FFE76B);
    color: #fff;
    margin-left: 10px;
}

.quiz6-btn-end:hover{
    border-bottom: none;
    margin-top: 5px;  
}

.quiz6-btn-end-text{
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 117.16%;
    color: #222222;
    padding: 19px;
    text-align: center;
    padding-right: 28px;
}

.quiz6-social-buttons{
    position: relative;
    width: 90%;
    height: 35px;
    top: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#tg{
    position: relative;
    width: 60px;
    height: 35px;
    border-radius: 55px;
    background-image: url(../img/tg.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #dde0ef;
    margin-right: 14px;
}

#wtsp{
    position: relative;
    width: 60px;
    height: 35px;
    border-radius: 55px;
    background-image: url(../img/wtsp.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #dde0ef;
    /* margin-right: 14px;
    margin-left: 14px; */
}

#vbr{
    position: relative;
    width: 60px;
    height: 35px;
    border-radius: 55px;
    background-image: url(../img/vbr.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #dde0ef;
    margin-right: 14px;
    margin-left: 14px;
}

#sms{
    position: relative;
    width: 60px;
    height: 35px;
    border-radius: 55px;
    background-image: url(../img/sms.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #dde0ef;
    margin-left: 14px;
}

#tg:hover, #tg.active{
    background: url(../img/tg-white.svg) center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#32ACEA), to(#227BCA));
    background: url(../img/tg-white.svg) center no-repeat, -o-linear-gradient(top, #32ACEA 0%, #227BCA 100%);
    background: url(../img/tg-white.svg) center no-repeat, linear-gradient(180deg, #32ACEA 0%, #227BCA 100%);
    
}

#wtsp:hover, #wtsp.active{
    background: url(../img/wtsp-white.svg) center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#00e676), to(#00e676));
    background: url(../img/wtsp-white.svg) center no-repeat, -o-linear-gradient(top, #00e676 0%, #00e676 100%);
    background: url(../img/wtsp-white.svg) center no-repeat, linear-gradient(180deg, #00e676 0%, #00e676 100%);
}

#vbr:hover, #vbr.active{
    background: url(../img/vbr-white.svg) center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#665ca7), to(#665ca7));
    background: url(../img/vbr-white.svg) center no-repeat, -o-linear-gradient(top, #665ca7 0%, #665ca7 100%);
    background: url(../img/vbr-white.svg) center no-repeat, linear-gradient(180deg, #665ca7 0%, #665ca7 100%);
}

#sms:hover, #sms.active{
    background: url(../img/sms-white.svg) center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#15bc46), to(#15bc46));
    background: url(../img/sms-white.svg) center no-repeat, -o-linear-gradient(top, #15bc46 0%, #15bc46 100%);
    background: url(../img/sms-white.svg) center no-repeat, linear-gradient(180deg, #15bc46 0%, #15bc46 100%);
}

.inputs-quiz6{
    position: relative;
    top: 70px;
}

#tg input{display: none;}

#wtsp input{display: none;}

#vbr input{display: none;}

#sms input{display: none;}

.quiz-6-privacy{
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    width: 100%;
    top: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quiz-6-privacy a{
    color: #32ACEA;
}

label[for="radio-3"],label[for="radio-4"],label[for="radio-5"],label[for="radio-6"], label[for="radio-14"], label[for="radio-15"], label[for="radio-16"], label[for="radio-17"]{
    width: 90%;
}

#qz6 .quiz-btn-prev{
    margin-top: -34px;
}

#quiz6-chek{
    position: relative;
    height: 25px;
    width: 30px;
    margin-right: 10px;
}

.quiz6-wrapper-right-title{
    position: relative;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #222222;
    top: 15px;
}

.quiz6-surp{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    top: 40px;
}

.quiz6-surp-left{
    position: relative;
    width: 50%;
}

.quiz6-surp-left-img{
    position: relative;
    background-image: url(../img/surp1.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
}

.quiz6-surp-left-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #222222;
    padding: 8px 0 0px 10px;
    top: -34px;
    position: relative;
}

.quiz6-surp-right{
    position: relative;
    width: 50%;
}

.quiz6-surp-right-img{
    position: relative;
    background-image: url(../img/surp2.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    top: 10px;
}

.quiz6-surp-right-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #222222;
    position: relative;
    top: -39px;
}

.quiz6-surp-right-desc{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #222222;
    position: relative;
    top: -41px;
}
.quiz-all{
    overflow-y: scroll;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000000000;
    background-image: url(../img/bg.jpg);
    -webkit-box-shadow: 0 0 0 600px rgb(14 107 154 / 72%) inset;
    box-shadow: 0 0 0 600px rgb(14 107 154 / 72%) inset;
    background-repeat: no-repeat;
}

.checkbox-desc{
    position: relative;
    width: 85%;
    left: 40px;
    bottom: 24px;
}

/*SLICK SLIDER CSS*/
.slick-slider{
    top: -114px;
    width: 99%;
}
.slick-slide{
    background: rgba(0, 0, 0, 4);
    border-radius: 5px;
    margin-top: 50px;
}

.slick-slide img{
    opacity:0.5;
    background-color: #000;
    border-radius: 5px;
}
.slick-center{
    margin: 50px;
    transform: scale(1.6);
}
.slick-center img{
    opacity: 1;
    z-index: 10;
}

.slick-prev{
    width: 50px;
    height: 25px;
    font-size: 50%;
    position: relative;
    top: 154px;
    z-index: 10;
    margin-left: 80px;
    border-radius: 76px;
    border: 1px solid #32ACEA;
    color: #32ACEA;
    background-color: transparent;
}

.slick-next{
    font-size: 50%;
    width: 50px;
    height: 25px;
    float: right;
    position: relative;
    top: -137px;
    z-index: 10;
    margin-right: 80px;
    border-radius: 76px;
    border: 1px solid #32ACEA;
    color: #32ACEA;
    background-color: transparent;
}

.slick-prev:hover, .slick-next:hover{
    background-color: #32ACEA;
    color:white;
    z-index: 9;
}


#wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

/* MEDIA */
@media(width:3840px){
    body {
        font-size: 16px;
        font-family: gilroy-medium,sans-serif;
        line-height: 24px;
        background-image: url(../img/cloud-left.png),url(../img/cloud-top-right.png),url(../img/bg.jpg);
        background-repeat: no-repeat,no-repeat,no-repeat;
        background-position: top left,top right,top right;

    }
    .quiz-all {
        box-shadow: 0 0 0 1080px rgb(14 107 154 / 72%) inset;
    }
    .after-map{
        background-position: center;
    }
    .map{
        margin: 0 25%;
    }
    .map-form{
        margin: 0 12%;
    }
    .back_1,.back_2{
        display: none;
    }
    .form-container{
        margin: 0 35%;
    }
    .footer{
        margin: 0 24%;
    }
}

@media(min-width:1870px) and (max-width:1920px){
    .quiz-container-w{
        height: 795px;
    }
}

/* -----------Macbook Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .page{
        margin-bottom: 2%;
    }
    .footer__right{
        width: 25%;
    }
    .hero .magazine {
        right: 400px;
        bottom: -111px;
    }
    .section-pool{
        width: 98%;
    }
    .form-container{
        margin: auto 14%;
    }
    .quiz-btn-groupp{
        bottom: 8px;
    }
    .quiz-container-w{
        margin: 8px auto;
        height: 752px;
    }
    .quiz-wrapper-left-4{
        top: 10px;
    }
    .quiz-wrapper-right-img-3-small{
        top: 33.2%;
    }
    #qz1 .quiz-wrapper-right-description{
        bottom: 81px;
    }
    #qz2 .quiz-wrapper-right-description-2{
        bottom: 140px;
    }
    #qz3 .quiz-wrapper-right-description-3{
        bottom: 140px;
    }
    #qz5 .quiz-wrapper-right-img img{
        height: 538px;
    }
    /* #qz3 label[for="radio-3"]{
        left: -35px;
        top: -25px;
    }
    #qz3 label[for="radio-4"]{
        left: -35px;
        top: -25px;
        
    } */
    .quiz6-surp{
        top: 32px;
        height: 72px;
    }
    .back_1,.back_2{
        display: none;
    }
}

/* -----------Macbook Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}

@media (width:1800px) {
	body {
		background-image: url(../img/cloud720.png), url(../img/cloud-top-right.png), url(../img/bg.jpg);
		background-size: 65% 100%, contain, cover;
		background-position: top left, top right, top right
	}
}

@media (width:1140px) {
	.container {
		background-image: url(../img/small-cloud.png), url(../img/small_bg.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top right, bottom -398px center;
		background-size: contain, cover;
		width:100%;
	}
}

@media (width:768px) {
	.container {
		background-image: url(../img/small-cloud.png), url(../img/small_bg.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top 0 right, bottom 180px center;
		background-size: contain, cover
	}
}

@media (max-width:520px) {
	.container {
		background-image: url(../img/small-cloud.png), url(../img/small_bg.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top right, bottom 180px center;
		background-size: contain, cover
	}
}

@media (width:340px) {
	.container {
		background-image: url(../img/small-cloud.png), url(../img/small_bg.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top 0px right, bottom 160px center;
		background-size: contain, contain
	}
} 

@media(width:1280px){
    /* сделать для второго экрана */
}

@media(max-width:1140px){

}

@media(width:1024px){
    .wrap-container{
        height: 1054px;
        background-image: none;
    }
    body .hero-bullets {
        margin-bottom: 270px;
    }
    .quiz-container-w{
        margin: 0;
        max-width: 1024px;
        height: 1366px;
    }
    .quiz-close-x{
        left: 94%;
    }
    .container {
        height: 1054px;
        max-width: 1024px;
		background-image: url(../img/small-cloud.png), url(../img/small_bg.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top right, bottom -398px center;
		background-size: contain, cover;
        width:100%;
    }
    .section-pool{
        width: 1024px;
        left: 0%;
    }
    .back_1{
        margin-top: -81%;
    }
    .back_2{
        margin-top: -92%;
        margin-right: 0%;
    }
    .quiz-wrapper-right{
        width: 100%;
    }
    .btn1{
        margin-right: 20px;
    }
    .page{
        margin-bottom: 25%;
    }
    .section-img img{
        width: 154px;
    }
    .calculate-block{
        background-color: whitesmoke;
    }
    .btn-group-quiz{
        margin: 0 23%;
        width: 60%;
    }
    .range-groupp{
        width: 87%;
    }
    .quiz-title{
        display: block;
        left: 0%;
        width: 80%;
    }
    .quiz-title-img{
        width: 70%;
    }
    .results-quiz-4{
        top: 30px;
        left: 200px;
        width: 70%;
    }
    .quiz5-left-title, .quiz5-left-title-2, #qz5 .quiz-wrapper-left-description-2{
        position: relative;
        left: 80px;
        width: 70%;
    }
    .quiz-wrapper-right-description-5{
        top: -70%;
    }
    .quiz6-social-buttons{
        left: 25%;
        width: 70%;
    }
    .inputs-quiz6{
        left: 22%;
        top: 77px;
        width: 70%;
    }
    .quiz6-btn-groupp{
        top: 26%;
        left: 25%;
        width: 50%;
    }
    .hero .calculate-block__description{
        padding-right: 1px;
    }
    .quiz-title-desc{
        font-size: 12px;
    }
    .quiz-wrapper-left-description{
        width: 88%;
    }
    .progressbar{
        max-width: 1024px;
    }
    .quiz-btn-groupp{
        left: 36%;
    }
    .quiz-wrapper-left{
        width: 100%;
    }
    .quiz-wrapper-right{
        margin-left: 85px;
    }
    #qz1 .quiz-wrapper-left{
        margin-left: 85px;
    }
    #qz2 .quiz-wrapper-left{
        margin-left: 53px;
    }
    #qz2 .quiz-wrapper-right-img{
        margin-left: 110px;
    }
    #qz1 .quiz-wrapper-right{
        margin-left: 85px;
    }
    #qz1 .quiz-wrapper-right-img{
        margin-left: 100px;
    }
    #qz3 .quiz-wrapper-right{
        margin-left: 185px;
        margin-top: 20px;
        height: 766px;
    }
    #qz3 .quiz-wrapper-left{
        margin-left: 183px;
    }
    .quiz-wrapper-left-radio{
        font-size: 16px;
    }
    label[for="radio-2"] {
        position: relative;
        top: -10px;
        right: 0px;
    }
    label[for="radio-3"], [for="radio-4"] {
        left: -62px;
    }
    .quiz-wrapper-right-img img{
        max-width: 107%;
    }
    .quiz-wrapper-right-description{
        left: 15.5%;
        width: 67%;
        margin-bottom: 50px;
    }
    .quiz-wrapper-right-description-3{
        left: 19px;
        width: 65%;
    }
    .quiz-wrapper-arrow{
        display: none;
    }
    .range-input{
        width: 697px;
    }
    .quiz-wrapper-right-title-2{
        display: none;
    }
    .quiz-wrapper-right-description-2{
        left: 128px;
        width: 58%;
    }
    .quiz-wrapper-left-4{
        top: 0px;
    }
    .range-groupp{
        left: 70px;
    }
    #qz4 .quiz-wrapper-right{
        margin-left: 195px;
    }
    #qz4 .quiz-wrapper-left-title{
        margin-left: 200px;
    }
    #qz4 .quiz-wrapper-right-img{
        top: 44px;
    }
    #qz4 .quiz-wrapper-right-description {
        left: 4.5%;
        width: 63%;
    }
    .title-vertical-line, .quiz-title-desc{
        display: none;
    }
    .quiz-wrapper-right-img-3-small{
        width: 47%;
        left: 341px;
        top: -525px;    
    }
    .checkbox-desc{
        font-size: 15px;
    }
    label[for="radio-3"],label[for="radio-4"], label[for="radio-14"], label[for="radio-15"], label[for="radio-16"], label[for="radio-17"]{
        font-size: 15px;
    }
    label[for="radio-14"]{
        width: 80%;
    }
    #qz5 .quiz-wrapper-right{
        margin-top: 140px;
        margin-bottom: -136px;
        margin-left: 216px;
    }
    #qz5 .quiz-wrapper-left{
        margin-left: 141px;
    }
    .quiz-btn-groupp{
        z-index: 5000;
    }
    #qz6 .quiz-wrapper-right{
        margin-top: 100px;
    }
    #qz6 .quiz-wrapper-right-img img{
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .quiz-wrapper-right-title-2-quiz-6{
        top: 10px;
    }
    #qz6 .quiz-btn-prev {
        margin-top: 47px;
        margin-bottom: 9px;
    }
    #qz2 .quiz-wrapper-left-title{
        width: 70%;
        margin-left: 67px;
    } 
    #qz3 .quiz-wrapper-left-checkbox-4{
        top: 26px;
    }
    .results-quiz-3{
        margin-top: 20px;
    }

    #qz6 .quiz-wrapper-left{
        margin-left: 87px;
    }
    .quiz6-left-title-2{
        width: 100%;
    }
    .quiz-6-privacy{
        top: 27%;
    }
    .quiz5-result{
        margin-left: 77px;
    }
    .slick-slider{
        width: 59%;
        margin-left: 23%;
    }
}

@media(height: 812px){
    .container-head{
        padding-top: 0px;
    }
    .wrap-container{
        height: 810px!important;
    }
    body .hero-bullets {
        margin-bottom: 287px!important;
    }    
    .calculate-block{
        top: 345px!important;
    }
    .hero__title{
        margin-bottom: 60px;
    }
    .container {
        background-position: top right, bottom 29px center !important;
    }
    .quiz6-surp-left-title{
        font-size: 18px;
    }
    .quiz6-surp-right-title {
        font-size: 18px;
    }
    .quiz6-surp-right-desc{
        font-size: 13px;
    }
}

@media(width:768px){
    .wrap-container{
        height: 931px;
    }
    .page-wrapper{
        margin-top: 19%;
    }
    .footer__right{
        width: 50% !important;
    }
    .calculate-block{
        top: 380px !important;
    }
    .page{
        margin-bottom: 5%;
    }
    .footer__description{
        display: none;
    }
    .map-form{
        left: 2%;
        margin-top: 9%;
    }
    .btn-groups{
        left: 0%;
        margin: 0 27.5%;
    }
    .after-map{
        background-position: center;
    }
    #pool-right{
        width: 84%;
        position: relative;
        left: 15%;
    }
    .container-f{
        width: 100%;
    }
    .city-name{
        display: none;
    }
    .footer__right{
        width: 40%;
    }
    .head-normal{
        line-height: 140%;
    }
    .quiz-wrapper-right{
        width: 80%;
    }
    .quiz-wrapper-right-description{
        width: 82%;
    }
    .quiz-container-w{
        margin: 0;
        max-width: 100%;
        padding: 30px 50px 50px 40px;
    }
    .quiz-close-x{
        left: 93%;
    }
    .btn-group-quiz{
        top: -30px;
        left: 12%;
    }
    .quiz4-carousel{
        top: 30%;
        right: 22px;
    }
    .calculate-block{
        background-color: whitesmoke;
    }
	.section-pool{
        left: 0%;
        width: 100%;

        flex-direction: column;
    }
    .pool-img{
        width: 555px;
    }
    .section-img img{
        width: 177px;
    }
    .back_1{
        display: none;
    }
    .back_2{
        margin-right: 0%;
        margin-top: -198%;
    }
    #pool-left{
        margin: 40px 112px;
    }
    .tabcontent{
		flex-direction: column;
	}
    .btn1, .btn2{
        width: 360px;
    }
    .btn2{
        margin-left: 10px;
    }
    .pool-title, .pool-title-small{
        text-align: left;
    }
    .quiz-title{
        display: block;
        left: 0%;
        max-width: 10%;
    }
    .quiz-title-img{
        width: 717px;
    }
    .quiz-title-desc{
        font-size: 12px;
    }
    .quiz-wrapper-left-description{
        width: 88%;
    }
    .quiz-btn-groupp{
        left: 31%;
    }
    .quiz-wrapper-left{
        width: 100%;
    }
    .quiz-wrapper-right{
        margin-left: 85px;
    }
    #qz1 .quiz-wrapper-left{
        margin-left: 85px;
    }
    #qz1 .quiz-wrapper-right{
        margin-left: 85px;
    }
    #qz3 .quiz-wrapper-right{
        margin-left: 85px;
        margin-top: 20px;
    }
    #qz4 .quiz-wrapper-right{
        margin-bottom: 45px;
    }
    #qz3 .quiz-wrapper-left{
        margin-left: 88px;
    }
    .quiz-wrapper-left-radio{
        font-size: 16px;
    }
    label[for="radio-2"] {
        position: relative;
        top: -10px;
        right: 0px;
    }
    
    label[for="radio-3"], [for="radio-4"] {
        left: -62px;
    }
    .quiz-wrapper-right-img img{
        max-width: 107%;
    }
    .quiz-wrapper-arrow{
        display: none;
    }
    .range-input{
        width: 92%;
    }
    .quiz-wrapper-right-title-2{
        display: none;
    }
    .quiz-wrapper-right-description-2{
        width: 89%;
    }
    .range-groupp{
        left: 34px;
    }
    .quiz-wrapper-right-description-3{
        width: 85%;
    }
    #qz4 .quiz-wrapper-left-title{
        margin-left: 81px;
    }
    .quiz-wrapper-right-description-5{
        left: 85px;
    }
    .results-quiz-4{
        top: 30px;
        left: 79px;
    }
    .title-vertical-line, .quiz-title-desc{
        display: none;
    }
    .quiz-wrapper-right-img-3-small{
        width: 47%;
        left: 341px;
        top: -525px;    
    }
    .checkbox-desc{
        font-size: 15px;
    }
    label[for="radio-3"],label[for="radio-4"], label[for="radio-14"], label[for="radio-15"], label[for="radio-16"], label[for="radio-17"]{
        font-size: 15px;
    }
    label[for="radio-14"]{
        width: 80%;
    }
    label[for="radio-3"]{
        left: 0%;
    }
    label[for="radio-4"]{
        left: 0%;
    }
    #qz3 .quiz-wrapper-left-4 {
        top: 10px;
    }
    #phone{
        width: 70%;
    }
    .quiz6-btn-end{
        width: 312px;
    }
    #qz5 .quiz-wrapper-right{
        margin-top: 140px;
    }
    .quiz-btn-groupp{
        z-index: 5000;
    }
    #qz6 .quiz-wrapper-right{
        margin-top: 100px;
    }
    #qz6 .quiz-wrapper-right-img img{
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .quiz-wrapper-right-title-2-quiz-6{
        top: 10px;
    }
    #qz6 .quiz-btn-prev {
        margin-top: 47px;
        margin-bottom: 9px;
    }
    .quiz5-left-title, .quiz5-left-title-2, #qz5 .quiz-wrapper-left-description-2{
        position: relative;
        left: 80px;
    }
    #qz2 .quiz-wrapper-left-title{
        width: 70%;
        margin-left: 67px;
    }
    .results-quiz-3{
        margin-top: 20px;
    }
    #qz4 .quiz-wrapper-right-img{
        top: 44px;
    }
    .results-quiz-4{
        top: 30px;
    }
    #qz6 .quiz-wrapper-left{
        margin-left: 87px;
    }
    .quiz6-left-title-2{
        width: 100%;
    }
    .quiz6-btn-groupp{
        top: 22%;
    }
    .quiz-6-privacy{
        width: 59%;
        top: 24%;
        margin-left: 123px;
    }
    .quiz5-result{
        margin-left: 77px;
    }
    #qz6 .quiz6-left-title-3{
        margin-left: 115px;
    }
    #qz6 .quiz-wrapper-left-description-2{
        margin-left: 115px;
    }
    #qz6 .quiz6-btn-groupp{
        margin-left: 115px;
    }

    .slick-slider{
        width: 81%;
        margin-left: 14%;
    }
}

@media(width:736px){
    body{
        max-width: 736px;
        background-image: none;
    }
    .section-pool{
        left: 0%;
        max-width: 100%;

        flex-direction: column;
    }
    .pool-img{
        width: 667px;
    }
    .section-img img{
        width: 178px;
    }
    #pool-right{
        width: 736px;
        margin-left: 14%;
    }
    #pool-left{
        margin: 40px 104px;
    }
    .btn-groups{
        left: 14%;
        margin-top: -20%;
    }
    .back_1, .back_2{display: none;}
    .map-form{
        left: 0%;
        margin-top: -50.5%;
    }
    .after-form{
        left: 6.5%;
    }
    .btn1, .btn2{
        width: 328px;
    }
    .btn2{
        margin-left: 40px;
    }
    .btn2-img{
        margin-top: -25%;
        margin-left: -19%;
    }
} 

@media(width:667px){
    body{
        max-width: 667px;
        background-image: none;
    }
    .section-pool{
        left: 0%;
        max-width: 667px;

        flex-direction: column;
    }
    .pool-img{
        width: 667px;
    }
    .section-img img{
        width: 178px;
    }
    #pool-right{
        width: 650px;
        margin-left: 6%;
    }
    .btn-groups{
        left: 14%;
        margin-top: -20%;
    }
    .back_1, .back_2{display: none;}
    .map-form{
        left: 0%;
        margin-top: -68.5%;
    }
    .after-form{
        left: 2%;
    }
    .btn1, .btn2{
        width: 328px;
    }
    .btn2-img{
       
        margin-left: -19%;
    }
}

@media(width:540px){
    body{
        max-width: 540px;
        background-image: none;
    }
    .container {
        background-image: url(../img/small-cloud.png), url(../img/small_bg.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top right, bottom 126px center;
		background-size: contain, cover
	}
    .section-img img{
        width: 165px;
    }
    .head-normal{
        font-size: 20pt;
    }
    .section-pool {
        width: 100%;
        left: 0%;
        flex-direction: column;
    }
    #pool-left{
        width: 78%;
        margin:12px;
    }
    #pool-right{
        width: 78%;
        margin-left: 40px;
    }
    .back_1, .back_2{display: none;}
    .pool-img{
        width: 518px;
    }
    .btn-group{
       flex-direction: column;
    }
    .border-left, .border-center, .border-right{
        border-radius: 50px;
    }
    .btn-groups {
        left: 15.5%;
        top: -210px;
    }
    .btn1{
        margin-bottom: 10px;
    }
    .map-form{
        margin-top: -67.5%;
    }

    .after-form{
        left: 0%;
        width: 100%;
    }
}
@media only screen 
    and (device-width: 540px) 
    and (device-height: 720px)  { 
        .hero .hero-bullets__text{
            color: black;
        }
        .quiz-container-w{
            padding: 30px 10px 40px;
        }
        label[for="radio-3"]{
            left: 0px;
        }
        .results-quiz-4{
            height: 160px;
        }
        label [for="radio-4"]{
            left: 0px;
        }
        .checkbox-desc{
            font-size: 15px;
        }
        .btn-groups{
            height: 235px;
            flex-direction: column;
            margin: 0 7%;
        }
        .wrap-container{
            height: 740px;
        }
        .calculate-block{
            background-color: whitesmoke;
            box-shadow: 8px 6px 20px 2px rgb(0 0 0 / 35%)
        }
        body .hero-bullets {
            margin-bottom: 215px;
        }
        .after-form{
            top: 17%;
        }
        .map{
            height: auto;
        }
        .map-form{
            position: relative;
            margin-top: 0%;
        }
        .footer .phone-number p{
            width: 154px;
        }
        .btn1-img{
            margin-left: -8px;
        }
        .btn2-img{
            margin-left: -16%;
        }
        .btn-group{
            flex-direction: column;
         }
         .btn-white {
            margin: 4px auto;
            margin-top: 12px;
        }
        .page{
            margin-bottom: 4%;
        }
        .quiz-wrapper-right{
            width: 100%;
        }
        .quiz-wrapper-right-img{
            width: 99%;
        }
        .quiz-title{
            display: block;
            left: 2%;
        }
        .quiz-title-img{
            width: 60%;
        }
        .quiz-close-x{
            left: 90%;
        }
        .progress-text{
            left: 36%;
        }
        .quiz-wrapper-right-description-2{
            left: 0px;
            width: 98%;
        }
        label[for="radio-4"]{
            left: 0px;
        }
        #qz3 .quiz-wrapper-right{
            height: 570px;
        }
        .quiz-wrapper-left-4{
            top: 0px;
        }
        .quiz-wrapper-right-description-3{
            left: 0px;
            width: 99%;
        }
        .quiz4-carousel{
            right: 0px;
            top: 22%;
        }
        .btn-group-quiz {
            width: 80%;
            flex-direction: column;
            top: 0px;
            margin: 12px 0 0 30px;
        }
        .border-left-quiz, .border-center-quiz, .border-center-2-quiz, .border-right-quiz {
            border-radius: 50px;
        }
        .btn-white-quiz {
            width: 100%;
            margin-bottom: 10px;
        }
        .quiz-wrapper-right-description-5 {
            top: -15%;
        }
        .quiz6-social-buttons{
            margin: 0 10%;
        }
        .container{
            background-position: top right, bottom 0px center;
        }
        .quiz-form-right-input-phone {
            margin: 1% 0 0 10%;
            width: 83%;
        }
        .quiz-btn-groupp{
            margin: 0 14%;
        }
        .section-img{
            margin-bottom: 10px;
        }
        .quiz-wrapper-right-description{
            bottom: 95px;
        }
        .quiz-wrapper-right-description-2{
            bottom: 95px;
        }
        .quiz-wrapper-right-description-3{
            bottom: 95px;
        }
        .quiz6-btn-groupp{
            margin: 3% 0 0 12%;
        }
        .section-pool {
            width: 100%;
            left: 0%;
            flex-direction: column;
        }
        .tabcontent{
            flex-direction: column;
        }
        .head-normal{
            font-size: 18pt;
        }
        .border-left, .border-center, .border-right{
            border-radius: 50px;
        }
        .section-pool {
            max-width: 100%;
            left: 0%;
            flex-direction: column;
        }
        .back_1, .back_2{
            display: none;
        }
        .btn1{
            margin-bottom: 30px;
            width: 350px;
        }
        .btn2{
            width: 350px;
        }
        #pool-left{
            width: 93%;
            margin:12px;
        }
        #pool-right{
            width: 85%;
            margin: 0 8%;
        }
        .pool-description-small{
            width: 100%;
        }
        .map-form{
            left: 0%;
            width: 100%;
        }
        .ad2{
            margin-left: 4%;
        }
        .after-form{
            width: 100%;
            left: 0%;
        }
        .head-small{
            margin: 0%;
        }
        .section-img img{
            width: 118px;
        }
        .pool-img{
            height: 206px;
            background-image: url(../img/min/pool_mobile_414.jpg);
            background-repeat: no-repeat;
        }
        .pool-title{
            text-align: center;
        }
        .pool-description{
            width: 100%;
        }
        .pool-title-small{
            text-align: center;
        }
        .footer{
            margin-top: 4%;
            padding:0 0 0 9px;
        }
        .social-icons{
            padding-top: 7px;
            padding-right: 15px;
        }
        .footer__description{
            display: none;
        }
        .social-block__time{
            padding-right: 15px;
        }
        .map-form-description{
            padding-right: 0px;
        }
        .quiz-container-w{
            margin: 0;
            max-width: 100%;
        }
        .quiz-title-desc{
            font-size: 12px;
        }
        .quiz-wrapper-left-description{
            width: 99%;
        }
        .progressbar{
            max-width: 414px;
        }
        .quiz-wrapper-left{
            width: 100%;
        }
        .quiz-wrapper-left-radio{
            font-size: 16px;
        }
        .quiz-wrapper-right-img img{
            max-width: 99%;
        }
        .quiz-wrapper-right-description{
            left: -0.5%;
            width: 100%;
        }
        .quiz-wrapper-arrow{
            display: none;
        }
        .range-input{
            width: 99%;
        }
        .quiz-wrapper-right-title-2{
            display: none;
        }
        .quiz-wrapper-right-description-3{
            left: 0px;
            width: 99%;
        }
        .title-vertical-line, .quiz-title-desc{
            display: none;
        }
        .quiz-wrapper-right-img-3-small{
            width: 47%;
            left: 166px;
            top: -349px;
        }
        label[for="radio-3"],label[for="radio-4"], label[for="radio-14"], label[for="radio-15"], label[for="radio-16"], label[for="radio-17"]{
            font-size: 15px;
        }
        label[for="radio-14"]{
            width: 80%;
        }
        #qz5 .quiz5-result{
            display: flow-root;
        }
        #qz5 .quiz5-btn-result{
            margin-left: 0;
            margin-top: 20px;
        }
        #qz6 .quiz-wrapper-right{
            margin-top: 100px;
        }
        #qz6 .quiz-wrapper-right-img img{
            margin-bottom: 0px;
            margin-top: 20px;
        }
        .quiz-wrapper-right-title-2-quiz-6{
            height: 69px;
            width: 100%;
            left: -1px;
            top: 10px;
        }
        #qz6 .quiz-btn-prev {
            margin-top: 47px;
            margin-bottom: 9px;
        }
        .form-container{
            flex-direction: column;
            width: 100%;
            margin: 0;
            top: 0%;
            overflow:scroll;
            height:100%;
        }
        .form-block-left{
            width: 100%;
        }
        .form-block-right{
            width:100%;
        }
        .block-left-img{
            background-image: url(../img/Photorealistic-Magazine-MockUp-21-min.png);
            left: -40px;
            width: 330px;
        }
        .block-left-img-2{
            background-image: url(../img/image4-min.png);
            left: -40px;
            width: 330px;
        }
        .form-block-input-phone{
            width: 100%;
        }
        .quiz-block-right-input-email{
            width: 100%;
        }
        .form-btn{
            width: 100%;
        }
        .form-btn-img{
            right: 10%;
        }
        .hero__btn-description{
            width: 100%;
        }
        .form-block-right.form-block-title{
            bottom: 45px;
        }
        .pool-img{
            background-position: center bottom;
        }
    }

/* iPhone 12 Pro Max */
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px)  { 
        .hero .hero-bullets__text{
            color: black;
        }
        .quiz-container-w{
            padding: 30px 10px 40px;
        }
        label[for="radio-3"]{
            left: 0px;
        }
        .results-quiz-4{
            height: 160px;
        }
        label [for="radio-4"]{
            left: 0px;
        }
        .checkbox-desc{
            font-size: 15px;
        }
        .btn-groups{
            height: 235px;
            flex-direction: column;
            margin: 0 7%;
        }
        .wrap-container{
            height: 740px;
        }
        .calculate-block{
            background-color: whitesmoke;
            box-shadow: 8px 6px 20px 2px rgb(0 0 0 / 35%)
        }
        body .hero-bullets {
            margin-bottom: 215px;
        }
        .after-form{
            top: 17%;
        }
        .map{
            height: auto;
        }
        .map-form{
            position: relative;
            margin-top: 0%;
        }
        .footer .phone-number p{
            width: 154px;
        }
        .btn1-img{
            margin-left: -8px;
        }
        .btn2-img{
            margin-left: -16%;
        }
        .btn-group{
            flex-direction: column;
         }
         .btn-white {
            margin: 4px auto;
            margin-top: 12px;
        }
        .page{
            margin-bottom: 4%;
        }
        .quiz-wrapper-right{
            width: 100%;
        }
        .quiz-wrapper-right-img{
            width: 99%;
        }
        .quiz-title{
            display: block;
            left: 2%;
        }
        .quiz-title-img{
            width: 60%;
        }
        .quiz-close-x{
            left: 90%;
        }
        .progress-text{
            left: 36%;
        }
        .quiz-wrapper-right-description-2{
            left: 0px;
            width: 98%;
        }
        label[for="radio-4"]{
            left: 0px;
        }
        #qz3 .quiz-wrapper-right{
            height: 570px;
        }
        .quiz-wrapper-left-4{
            top: 0px;
        }
        .quiz-wrapper-right-description-3{
            left: 0px;
            width: 99%;
        }
        .quiz4-carousel{
            right: 0px;
            top: 22%;
        }
        .btn-group-quiz {
            width: 80%;
            flex-direction: column;
            top: 0px;
            margin: 12px 0 0 30px;
        }
        .border-left-quiz, .border-center-quiz, .border-center-2-quiz, .border-right-quiz {
            border-radius: 50px;
        }
        .btn-white-quiz {
            width: 100%;
            margin-bottom: 10px;
        }
        .quiz-wrapper-right-description-5 {
            top: -15%;
        }
        .quiz6-social-buttons{
            margin: 0 10%;
        }
        .container{
            background-position: top right, bottom 0px center;
        }
        .quiz-form-right-input-phone {
            margin: 1% 0 0 10%;
            width: 83%;
        }
        .quiz-btn-groupp{
            margin: 0 14%;
        }
        .section-img{
            margin-bottom: 10px;
        }
        .quiz-wrapper-right-description{
            bottom: 95px;
        }
        .quiz-wrapper-right-description-2{
            bottom: 95px;
        }
        .quiz-wrapper-right-description-3{
            bottom: 95px;
        }
        .quiz6-btn-groupp{
            margin: 3% 0 0 12%;
        }
        .section-pool {
            width: 100%;
            left: 0%;
            flex-direction: column;
        }
        .tabcontent{
            flex-direction: column;
        }
        .head-normal{
            font-size: 18pt;
        }
        .border-left, .border-center, .border-right{
            border-radius: 50px;
        }
        .section-pool {
            max-width: 100%;
            left: 0%;
            flex-direction: column;
        }
        .back_1, .back_2{
            display: none;
        }
        .btn1{
            margin-bottom: 30px;
            width: 350px;
        }
        .btn2{
            width: 350px;
        }
        #pool-left{
            width: 93%;
            margin:12px;
        }
        #pool-right{
            width: 85%;
            margin: 0 8%;
        }
        .pool-description-small{
            width: 100%;
        }
        .map-form{
            left: 0%;
            width: 100%;
        }
        .ad2{
            margin-left: 4%;
        }
        .after-form{
            width: 100%;
            left: 0%;
        }
        .head-small{
            margin: 0%;
        }
        .section-img img{
            width: 118px;
        }
        .pool-img{
            height: 206px;
            background-image: url(../img/tabs/beton/beton-1.jpg);
            background-repeat: no-repeat;
        }
        .pool-title{
            text-align: center;
        }
        .pool-description{
            width: 100%;
        }
        .pool-title-small{
            text-align: center;
        }
        .footer{
            margin-top: 4%;
            padding:0 0 0 9px;
        }
        .social-icons{
            padding-top: 7px;
            padding-right: 15px;
        }
        .footer__description{
            display: none;
        }
        .social-block__time{
            padding-right: 15px;
        }
        .map-form-description{
            padding-right: 0px;
        }
        .quiz-container-w{
            margin: 0;
            max-width: 100%;
        }
        .quiz-title-desc{
            font-size: 12px;
        }
        .quiz-wrapper-left-description{
            width: 99%;
        }
        .progressbar{
            max-width: 414px;
        }
        .quiz-wrapper-left{
            width: 100%;
        }
        .quiz-wrapper-left-radio{
            font-size: 16px;
        }
        .quiz-wrapper-right-img img{
            max-width: 99%;
        }
        .quiz-wrapper-right-description{
            left: -0.5%;
            width: 100%;
        }
        .quiz-wrapper-arrow{
            display: none;
        }
        .range-input{
            width: 99%;
        }
        .quiz-wrapper-right-title-2{
            display: none;
        }
        .quiz-wrapper-right-description-3{
            left: 0px;
            width: 99%;
        }
        .title-vertical-line, .quiz-title-desc{
            display: none;
        }
        .quiz-wrapper-right-img-3-small{
            width: 47%;
            left: 166px;
            top: -349px;
        }
        label[for="radio-3"],label[for="radio-4"], label[for="radio-14"], label[for="radio-15"], label[for="radio-16"], label[for="radio-17"]{
            font-size: 15px;
        }
        label[for="radio-14"]{
            width: 80%;
        }
        #qz5 .quiz5-result{
            display: flow-root;
        }
        #qz5 .quiz5-btn-result{
            margin-left: 0;
            margin-top: 20px;
        }
        #qz6 .quiz-wrapper-right{
            margin-top: 100px;
        }
        #qz6 .quiz-wrapper-right-img img{
            margin-bottom: 0px;
            margin-top: 20px;
        }
        .quiz-wrapper-right-title-2-quiz-6{
            height: 69px;
            width: 100%;
            left: -1px;
            top: 10px;
        }
        #qz6 .quiz-btn-prev {
            margin-top: 47px;
            margin-bottom: 9px;
        }
        .form-container{
            flex-direction: column;
            width: 100%;
            margin: 0;
            top: 0%;
            overflow:scroll;
            height:100%;
        }
        .form-block-left{
            width: 100%;
        }
        .form-block-right{
            width:100%;
        }
        .block-left-img{
            background-image: url(../img/Photorealistic-Magazine-MockUp-21-min.png);
            left: -40px;
            width: 330px;
        }
        .block-left-img-2{
            background-image: url(../img/image4-min.png);
            left: -40px;
            width: 330px;
        }
        .form-block-input-phone{
            width: 100%;
        }
        .quiz-block-right-input-email{
            width: 100%;
        }
        .form-btn{
            width: 100%;
        }
        .form-btn-img{
            right: 10%;
        }
        .hero__btn-description{
            width: 100%;
        }
        .form-block-right.form-block-title{
            bottom: 45px;
        }
        .pool-img{
            background-position: center bottom;
        }
    }

/* iphone x */
@media only screen 
and (device-width : 375px) 
and (device-height : 812px) 
and (-webkit-device-pixel-ratio : 3) { 

}

@media(max-width:414px){
    .hero .hero-bullets__text{
        color: black;
    }
    .quiz-container-w{
        padding: 30px 10px 40px;
    }
    label[for="radio-3"]{
        left: 0px;
    }
    label [for="radio-4"]{
        left: 0px;
    }
    .results-quiz-4{
        height: 160px;
    }
    .checkbox-desc{
        font-size: 15px;
    }
    .btn-groups{
        height: 235px;
        flex-direction: column;
        margin: 0 7%;
    }
    .wrap-container{
        height: 740px;
    }
    .calculate-block{
        background-color: whitesmoke;
        box-shadow: 8px 6px 20px 2px rgb(0 0 0 / 35%)
    }
    body .hero-bullets {
        margin-bottom: 215px;
    }
    .after-form{
        top: 17%;
    }
    .map{
        height: auto;
    }
    .map-form{
        position: relative;
        margin-top: 0%;
    }
    .footer .phone-number p{
        width: 154px;
    }
    .btn1-img{
        margin-left: -8px;
    }
    .btn2-img{
        margin-left: -16%;
    }
    .btn-group{
        flex-direction: column;
     }
     .btn-white {
        margin: 4px auto;
        margin-top: 12px;
    }
    .page{
        margin-bottom: 4%;
    }
    .quiz-wrapper-right{
        width: 100%;
    }
    .quiz-wrapper-right-img{
        width: 99%;
    }
    .quiz-title{
        display: block;
        left: 2%;
    }
    .quiz-title-img{
        width: 60%;
    }
    .quiz-close-x{
        left: 90%;
    }
    .progress-text{
        left: 36%;
    }
    .quiz-wrapper-right-description-2{
        left: 0px;
        width: 98%;
    }
    label[for="radio-4"]{
        left: 0px;
    }
    #qz3 .quiz-wrapper-right{
        height: 570px;
    }
    .quiz-wrapper-left-4{
        top: 0px;
    }
    .quiz-wrapper-right-description-3{
        left: 0px;
        width: 99%;
    }
    .quiz4-carousel{
        right: 0px;
        top: 22%;
    }
    .btn-group-quiz {
        width: 80%;
        flex-direction: column;
        top: 0px;
        margin: 12px 0 0 30px;
    }
    .border-left-quiz, .border-center-quiz, .border-center-2-quiz, .border-right-quiz {
        border-radius: 50px;
    }
    .btn-white-quiz {
        width: 100%;
        margin-bottom: 10px;
    }
    .quiz-wrapper-right-description-5 {
        top: -15%;
    }
    .quiz6-social-buttons{
        margin: 0 10%;
    }
    .container{
        background-position: top right, bottom 0px center;
    }
    .quiz-form-right-input-phone {
        margin: 1% 0 0 10%;
        width: 83%;
    }
    .quiz-btn-groupp{
        margin: 0 14%;
    }
    .section-img{
        margin-bottom: 10px;
    }
    .quiz-wrapper-right-description{
        bottom: 95px;
    }
    .quiz-wrapper-right-description-2{
        bottom: 95px;
    }
    .quiz-wrapper-right-description-3{
        bottom: 95px;
    }
    .quiz6-btn-groupp{
        margin: 3% 0 0 12%;
    }
    /* form */
    .form-container{
        flex-direction: column;
        width: 100%;
        margin: 0;
        top: 0%;
        overflow:scroll;
        height:100%;
    }
    .form-block-left{
        width: 100%;
    }
    .form-block-right{
        width:100%;
    }
    .block-left-img{
        background-image: url(../img/Photorealistic-Magazine-MockUp-21-min.png);
        left: -40px;
        width: 320px;
    }
    .block-left-img-2{
        background-image: url(../img/image4-min.png);
        left: -40px;
        width: 320px;
    }
    .form-block-input-phone{
        width: 100%;
    }
    .quiz-block-right-input-email{
        width: 100%;
    }
    .form-btn{
        width: 100%;
    }
    .form-btn-img{
        right: 10%;
    }
    .hero__btn-description{
        width: 100%;
    }
    .form-block-right .form-block-title{
        bottom: 45px;
    }
    .section-pool {
        width: 100%;
        left: 0%;
        flex-direction: column;
    }
    .tabcontent{
        flex-direction: column;
    }
    .head-normal{
        font-size: 18pt;
    }
    .border-left, .border-center, .border-right{
        border-radius: 50px;
    }
    .section-pool {
        max-width: 100%;
        left: 0%;
 
        flex-direction: column;
    }
    .back_1, .back_2{
        display: none;
    }
    .btn1{
        margin-bottom: 30px;
        width: 350px;
    }
    .btn2{
        width: 350px;
    }
    #pool-left{
        width: 93%;
        margin:12px;
    }
    #pool-right{
        width: 85%;
        margin: 0 8%;
    }
    .pool-description-small{
        width: 100%;
    }
    .map-form{
        left: 0%;
        width: 100%;
    }
    .ad2{
        margin-left: 4%;
    }
    .after-form{
        width: 100%;
        left: 0%;
    }
    .head-small{
        margin: 0%;
    }
    .section-img img{
        width: 118px;
    }
    .pool-img{
        height: 206px;
        background-image: url(../img/tabs/beton/beton-1.jpg);
        background-repeat: no-repeat;
    }
    .pool-title{
        text-align: center;
    }
    .pool-description{
        width: 100%;
    }
    .pool-title-small{
        text-align: center;
    }
    .footer{
        margin-top: 4%;
        padding:0 0 0 9px;
    }
    .social-icons{
        padding-top: 7px;
        padding-right: 15px;
    }
    .footer__description{
        display: none;
    }
    .social-block__time{
        padding-right: 15px;
    }
    .map-form-description{
        padding-right: 0px;
    }
    .quiz-container-w{
        margin: 0;
        max-width: 100%;
    }
    .quiz-title-desc{
        font-size: 12px;
    }
    .quiz-wrapper-left-description{
        width: 99%;
    }
    .progressbar{
        max-width: 414px;
    }
    .quiz-wrapper-left{
        width: 100%;
    }
    .quiz-wrapper-left-radio{
        font-size: 16px;
    }
    .quiz-wrapper-right-img img{
        max-width: 99%;
    }
    .quiz-wrapper-right-description{
        left: -0.5%;
        width: 100%;
    }
    .quiz-wrapper-arrow{
        display: none;
    }
    .range-input{
        width: 99%;
    }
    .quiz-wrapper-right-title-2{
        display: none;
    }
    .quiz-wrapper-right-description-3{
        left: 0px;
        width: 99%;
    }
    .title-vertical-line, .quiz-title-desc{
        display: none;
    }
    .quiz-wrapper-right-img-3-small{
        width: 47%;
        left: 166px;
        top: -349px;
    }
    label[for="radio-3"],label[for="radio-4"], label[for="radio-14"], label[for="radio-15"], label[for="radio-16"], label[for="radio-17"]{
        font-size: 15px;
    }
    label[for="radio-14"]{
        width: 80%;
    }
    #qz5 .quiz5-result{
        display: flow-root;
    }
    #qz5 .quiz5-btn-result{
        margin-left: 0;
        margin-top: 20px;
    }
    #qz6 .quiz-wrapper-right{
        margin-top: 100px;
    }
    #qz6 .quiz-wrapper-right-img img{
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .quiz-wrapper-right-title-2-quiz-6{
        height: 69px;
        width: 100%;
        left: -1px;
        top: 10px;
    }
    #qz6 .quiz-btn-prev {
        margin-top: 47px;
        margin-bottom: 9px;
    }
    .pool-img{
        background-position: center bottom;
    }
}

/* iPhone 12 and iPhone 12 Pro */
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) { 

        body{
            max-width: 390px;
            background-image: none;
        }
        .quiz-container-w{
            padding: 30px 10px 40px;
        }
        .quiz-wrapper-right {
            width: 100%;
        }
        .quiz-wrapper-right-description {
            left: -0.5%;
            width: 99%;
        }
        .quiz-title-img{
            width: 100%;
        }
        .results-quiz-4{
            height: 160px;
        }
        .btn2-group{
            margin-left: 0px;
        }
        .btn1-img{
            right: 10px;
        }
        #radio-2{
            margin-left: 30px;
        }
        .quiz-wrapper-right-description-2{
            width: 99%;
            left: 0;
        }
        .quiz-wrapper-right-img{
            width: 100%;
        }
        .map-form-adress, .map-form-phone, .map-form-email{
            margin-left: 0%;
        }
        .quiz-close-x {
            left: 88%;
        }
        .quiz-btn-groupp{
            margin: 0 11%;
        }
        #radio-2 {
            margin-left: 50px;
        }
        .checkbox-desc{
            font-size: 15px;
            width: 77%;
        }
        .quiz-wrapper-left-4{
            height: 255px;
            top: 32px;
        }
        #qz3 .quiz-wrapper-right-img{
            margin-bottom: 128px;
        }
        label[for="radio-4"]{
            left: 0px;
        }
        .btn-group-quiz {
            width: 80%;
            flex-direction: column;
            top: 0px;
            margin: 12px 0 0 30px;
        }
        .border-left-quiz,.border-center-quiz,.border-center-2-quiz,.border-right-quiz{
            border-radius: 50px;
        }
        .btn-white-quiz{
            width: 100%;
            margin-bottom: 10px;
        }
        .quiz4-carousel{
            right: 0px;
            top: 22%;
        }
        .quiz-wrapper-right-description-2{
            bottom: 86px;
        }
        .quiz-wrapper-right-description{
            bottom: 86px;
        }
        .quiz6-social-buttons{
            margin: 0 6%;
        }
        .quiz-form-right-input-phone{
            margin: 0 6%;
            width: 90%;
        }
        .btn2-img{
            margin-left: -16%;
        }
        .quiz-wrapper-right-description-3{
            top: -38%;
        }
        .quiz6-btn-groupp{
            margin: 10px 6%;
        }
        body .hero-bullets {
            margin-bottom: 164px;
        }
        .wrap-container{
            height: 687px;
        }
        .btn-groups{
            height: 230px;
            flex-direction: column;
            margin: 0 3%;
        }
        .section-pool {
            max-width: 100%;
            left: 0%;
    
            flex-direction: column;
        }
        .head-normal{
            font-size: 18pt;
        }
        .border-left, .border-center, .border-right{
            border-radius: 50px;
        }
        .back_1, .back_2{
            display: none;
        }
        #pool-left{
            width: 93%;
            margin: 12px;
        }
        #pool-right{
            width: 78%;
            margin-left: 40px;
        }
        .pool-description-small{
            width: 100%;
        }
        .map-form{
            left: 0%;
            max-width: 100%;
        }
        .ad2{
            margin-left: -5%;
        }
        .after-form{
            max-width: 375px;
            left: 0%;
        }
        .section-img img{
            max-width: 110px;
        }
        .pool-img{
            max-width: 100%;
            height: 206px;
            background-repeat: no-repeat;
        }
        .pool-img_2{
            margin-bottom: 10px;
        }
        .pool-title{
            text-align: center;
        }
        .pool-description{
            width: 100%;
        }
        .pool-title-small{
            text-align: center;
        }
        .footer{
            margin-top: 4%;
            padding:0 0 0 9px;
        }
        .social-icons{
            padding-top: 7px;
            padding-right: 15px;
        }
        .footer__description{
            display: none;
        }
        .social-block__time{
            padding-right: 15px;
        }
        .quiz-container-w{
            margin: 0;
        }
        .quiz-title{
            display: block;
            left: 0%;
        }
        .quiz-title-desc{
            font-size: 12px;
        }
        .quiz-wrapper-left-description{
            width: 99%;
        }
        .progressbar{
            max-width: 375px;
        }
        .quiz-wrapper-left{
            width: 100%;
        }
        .quiz-wrapper-left-radio{
            font-size: 16px;
        }
        .quiz-wrapper-right-description{
            left: -0.5%;
     
            width: 100%;
        }
        .quiz-wrapper-arrow{
            display: none;
        }
        .quiz-wrapper-right-title-2{
            display: none;
        }
        .title-vertical-line, .quiz-title-desc{
            display: none;
        }
        .quiz-wrapper-right-img-3-small{
            width: 60%;
            left: 110px;
            top: -317px;
        }
        .checkbox-desc{
            font-size: 15px;
        }
        label[for="radio-3"],label[for="radio-4"], label[for="radio-14"], label[for="radio-15"], label[for="radio-16"], label[for="radio-17"]{
            font-size: 15px;
        }
        label[for="radio-14"]{
            width: 80%;
        }
        #qz5 .quiz5-result{
            display: flow-root;
        }
        #qz5 .quiz5-btn-result{
            margin-left: 0;
            margin-top: 20px;
        }
        #qz6 .quiz-wrapper-right{
            margin-top: 100px;
        }
        #qz6 .quiz-wrapper-right-img img{
            margin-bottom: 0px;
            margin-top: 20px;
        }
        .quiz-wrapper-right-title-2-quiz-6{
            height: 69px;
            width: 100%;
        }
        .form-container{
            flex-direction: column;
            width: 100%;
            margin: 0;
            top: 0%;
            overflow:scroll;
            height:100%;
        }
        .form-block-left{
            width: 100%;
        }
        .form-block-right{
            width:100%;
        }
        .block-left-img{
            background-image: url(../img/Photorealistic-Magazine-MockUp-21-min.png);
            left: -40px;
            width: 320px;
        }
        .block-left-img-2{
            background-image: url(../img/image4-min.png);
            left: -40px;
            width: 320px;
        }
        .form-block-input-phone{
            width: 100%;
        }
        .quiz-block-right-input-email{
            width: 100%;
        }
        .form-btn{
            width: 100%;
        }
        .form-btn-img{
            right: 10%;
        }
        .hero__btn-description{
            width: 100%;
        }
        .form-block-right .form-block-title{
            bottom: 45px;
        }
        .pool-img{
            background-position: center bottom;
        }
    }

@media(max-width:375px){
    body{
        max-width: 375px;
        background-image: none;
    }
    .results-quiz-4{
        height: 160px;
    }
    .quiz-container-w{
        padding: 30px 10px 40px;
    }
    .quiz-wrapper-right {
        width: 100%;
    }
    .quiz-wrapper-right-description {
        left: -0.5%;
        width: 99%;
    }
    .quiz-title-img{
        width: 100%;
    }
    .btn2-group{
        margin-left: 0px;
    }
    .btn1-img{
        right: 10px;
    }
    #radio-2{
        margin-left: 30px;
    }
    .quiz-wrapper-right-description-2{
        width: 99%;
        left: 0;
    }
    .quiz-wrapper-right-img{
        width: 100%;
    }
    .map-form-adress, .map-form-phone, .map-form-email{
        margin-left: 0%;
    }
    .quiz-close-x {
        left: 88%;
    }
    .quiz-btn-groupp{
        margin: 0 10%;
    }
    #radio-2 {
        margin-left: 50px;
    }
    .checkbox-desc{
        font-size: 15px;
        width: 77%;
    }
    .quiz-wrapper-left-4{
        height: 255px;
        top: 32px;
    }
    #qz3 .quiz-wrapper-right-img{
        margin-bottom: 128px;
    }
    label[for="radio-4"]{
        left: 0px;
    }
    .btn-group-quiz {
        width: 80%;
        flex-direction: column;
        top: 0px;
        margin: 12px 0 0 30px;
    }
    .border-left-quiz,.border-center-quiz,.border-center-2-quiz,.border-right-quiz{
        border-radius: 50px;
    }
    .btn-white-quiz{
        width: 100%;
        margin-bottom: 10px;
    }
    .quiz4-carousel{
        right: 0px;
        top: 22%;
    }
    .quiz-wrapper-right-description-2{
        bottom: 86px;
    }
    .quiz-wrapper-right-description{
        bottom: 86px;
    }
    .quiz6-social-buttons{
        margin: 0 6%;
    }
    .quiz-form-right-input-phone{
        margin: 0 6%;
        width: 90%;
    }
    .btn2-img{
        margin-left: -16%;
    }
    .quiz-wrapper-right-description-3{
        top: -38%;
    }
    .quiz6-btn-groupp{
        margin: 10px 6%;
    }
    body .hero-bullets {
        margin-bottom: 164px;
    }
    .quiz6-surp-left-title{
        font-size: 18px;
    }
    .wrap-container{
        height: 687px;
    }
    .btn-groups{
        height: 230px;
        flex-direction: column;
        margin: 0 3%;
    }
    .section-pool {
        max-width: 100%;
        left: 0%;

        flex-direction: column;
    }
    .head-normal{
        font-size: 18pt;
    }
    .border-left, .border-center, .border-right{
        border-radius: 50px;
    }
    .back_1, .back_2{
        display: none;
    }
    #pool-left{
        width: 93%;
        margin: 12px;
    }
    #pool-right{
        width: 78%;
        margin-left: 40px;
    }
    .pool-description-small{
        width: 100%;
    }
    .map-form{
        left: 0%;
        max-width: 100%;
    }
    .ad2{
        margin-left: -5%;
    }
    .after-form{
        max-width: 375px;
        left: 0%;
    }
    .section-img img{
        max-width: 110px;
    }
    .pool-img{
        max-width: 100%;
        height: 206px;
        background-repeat: no-repeat;
    }
    .pool-img_2{
        margin-bottom: 10px;
    }
    .pool-title{
        text-align: center;
    }
    .pool-description{
        width: 100%;
    }
    .pool-title-small{
        text-align: center;
    }
    .footer{
        margin-top: 4%;
        padding:0 0 0 9px;
    }
    .social-icons{
        padding-top: 7px;
        padding-right: 15px;
    }
    .footer__description{
        display: none;
    }
    .social-block__time{
        padding-right: 15px;
    }
    .quiz-container-w{
        margin: 0;
    }
    .quiz-title{
        display: block;
        left: 0%;
    }
    .quiz-title-desc{
        font-size: 12px;
    }
    .quiz-wrapper-left-description{
        width: 99%;
    }
    .progressbar{
        max-width: 375px;
    }
    .quiz-wrapper-left{
        width: 100%;
    }
    .quiz-wrapper-left-radio{
        font-size: 16px;
    }
    .quiz-wrapper-right-description{
        left: -0.5%;
 
        width: 100%;
    }
    .quiz-wrapper-arrow{
        display: none;
    }
    .quiz-wrapper-right-title-2{
        display: none;
    }
    .title-vertical-line, .quiz-title-desc{
        display: none;
    }
    .quiz-wrapper-right-img-3-small{
        width: 60%;
        left: 110px;
        top: -317px;
    }
    .checkbox-desc{
        font-size: 15px;
    }
    label[for="radio-3"],label[for="radio-4"], label[for="radio-14"], label[for="radio-15"], label[for="radio-16"], label[for="radio-17"]{
        font-size: 15px;
    }
    label[for="radio-14"]{
        width: 80%;
    }
    #qz5 .quiz5-result{
        display: flow-root;
    }
    #qz5 .quiz5-btn-result{
        margin-left: 0;
        margin-top: 20px;
    }
    #qz6 .quiz-wrapper-right{
        margin-top: 100px;
    }
    #qz6 .quiz-wrapper-right-img img{
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .quiz-wrapper-right-title-2-quiz-6{
        height: 69px;
        width: 100%;
    }
    .form-container{
        flex-direction: column;
        width: 100%;
        margin: 0;
        top: 0%;
        overflow:scroll;
        height:100%;
    }
    .form-block-left{
        width: 100%;
    }
    .form-block-right{
        width:100%;
    }
    .block-left-img{
        background-image: url(../img/Photorealistic-Magazine-MockUp-21-min.png);
        left: -40px;
        width: 320px;
    }
    .block-left-img-2{
        background-image: url(../img/image4-min.png);
        left: -40px;
        width: 320px;
    }
    .form-block-input-phone{
        width: 100%;
    }
    .quiz-block-right-input-email{
        width: 100%;
    }
    .form-btn{
        width: 100%;
    }
    .form-btn-img{
        right: 10%;
    }
    .hero__btn-description{
        width: 100%;
    }
    .form-block-right .form-block-title{
        bottom: 45px;
    }
    .pool-img{
        background-position: center bottom;
    }
}

@media(max-width:320px){
    .wrap-container{
        height: auto;
    }
    .btn-group{
        flex-direction: column;
    }
    .btn-white{
        margin: 4px auto;
        margin-top: 12px;
    }
    .my-table td{
        font-size: 9pt;
    }
    .section-pool{
        width: 100%;
        justify-content: unset;
    }
    .section-img img {
        max-width: 92px;
    }
    .btn1 {
        width: 300px;
    }
    .btn2 {
        width: 300px;
    }
    .map-form{
        width: 100%;
        text-align: center;
    }
    .map-form-dop {
        padding: 0px;
    }
    .footer .phone-number1{
        padding: 0px;
    }
    .footer{
        margin-top: 0px;
    }
    .tabcontent{
        flex-direction: column;
    }
    .pool-img{
        background-position: center bottom;
    }
    .map-form-phone{
        padding-top: 9%;
    }
    .map-form-email{
        padding-top: 10%;
    }
    .btn-groups{
        height: 200px;
        margin: 0%;
    }
    .btn1-group{
        margin-right: 0px;
    }
    .btn2-group{
        margin-left: 0;
    }
    .btn1-img{
        margin-top: -23%;
        margin-left: -7%;
    }
    .btn2-img{
        margin-top: -35%;
        margin-left: -20%;
    }
    .btn2-title{
        padding-top: 8px;
    }
    .btn-groups{
        flex-direction: column;
        left: 0%;
        margin: 0 3%;
        margin-top: 4%;
    }
    .form-container{
        flex-direction: column;
        width: 100%;
        margin: 0;
        top: 0%;
        overflow:scroll;
        height:100%;
    }
    .form-block-left{
        width: 100%;
    }
    .form-block-right{
        width:100%;
    }
    .block-left-img{
        background-image: url(../img/Photorealistic-Magazine-MockUp-21-min.png);
        left: -40px;
        width: 320px;
    }
    .block-left-img-2{
        background-image: url(../img/image4-min.png);
        left: -40px;
        width: 320px;
    }
    .form-block-input-phone{
        width: 100%;
    }
    .quiz-block-right-input-email{
        width: 100%;
    }
    .form-btn{
        width: 100%;
    }
    .form-btn-img{
        right: 10%;
    }
    .hero__btn-description{
        width: 100%;
    }
    .form-block-right .form-block-title{
        bottom: 45px;
    }
    .quiz-btn-next{
        margin-left: 5px;
    }
    .quiz-btn-prev{
        margin-right: 0px;
    }
    .range-input{
        width: 100%;
    }
    #radio-1,#radio-2,#radio-3{
        width: 26px;
    }
    #radio-2{
        margin-left: 24px;
    }
    .quiz-container-w{
        padding: 20px 10px 40px;
    }
    .quiz-wrapper-right-img-3-small{
        display: none;
    }
    .btn-group-quiz{
        width: 80%;
        flex-direction: column;
        top: 0px;
        margin: 12px 0 0 30px;
    }
    .btn-white-quiz{
        width: 100%;
        margin-bottom: 10px;
    }
    .border-left-quiz,.border-center-quiz,.border-center-2-quiz,.border-right-quiz{
        border-radius: 50px;
    }
    .quiz-wrapper-right-description-2{
        width: 100%;
        left: 0px;
    }
    .quiz-wrapper-right-description-3{
        left: 0px;
        width: 100%;
        top: -40%;
    }
    .quiz-title-img{
        width: 159px;
    }
    .quiz-wrapper-left-4{
        top: 0px;
    }
    .checkbox-desc{
        width: 70%;
    }
    #qz3 .quiz-radio-active-2{
        margin-top: 22px;
    }
    .quiz-wrapper-left-title{
        font-size: 24px;
    }
    .quiz4-carousel{
        top: 20%;
        right: 0px;
        height: 16%;
    }
    .quiz-btn-groupp{
        margin: 0 20px;
    }
    .quiz-wrapper-right-img{
        width: 100%;
    }
    .quiz-wrapper-right-img img{
        max-width: 100%;
    }
    .quiz-wrapper-right {
        width: 100% ;
    }
    #qz1 .quiz-wrapper-left{
       height: fit-content;
       margin-bottom: 35px;
    }
    .results-quiz-4{
        width: 100%;
        top: 146px;
        height: 24px;
        left: -10px;
    }
    .quiz4-td{
        padding: 0 5px 0 3px;
    }
    .quiz6-social-buttons{
        margin: 0%;
    }
    .quiz-form-right-input-phone{
        margin: 0 0%;
        width: 90%;
    }
    .quiz6-btn-groupp{
        margin: 0%;
    }
    #qz4 .quiz-wrapper-right-img{
        width: 93%;
    }
    .quiz6-surp{
        flex-direction: column;
        margin: auto 17%;
    }
    .quiz6-surp-right, .quiz6-surp-left{
        width: 100%;
    }
    .border-left, .border-center, .border-right{
        border-radius: 50px;
    }
    .head-small{
        margin: 0;
    }
    .map{
        height: auto;
        margin-top: 0%;
    }
    .map-form{
        position: relative;
    }
    .quiz6-btn-end{
        margin-left: 0px;
    }
    .map-form-adress, .map-form-phone, .map-form-email{
        margin-left: 0%;
    }
    .calculate-block{
        top: 264px;
        background-color: whitesmoke;
    }
    body .hero-bullets {
        margin-bottom: 190px;
    }
    .quiz6-surp-left-title{
        font-size: 18px;
    }
    .quiz6-surp-right-title {
        font-size: 18px;
    }
    .quiz6-surp-right-desc{
        font-size: 13px;
    }
}