* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    background: url('/img/bg.png') 0 0/cover no-repeat;
    height: 100%;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    font-size: 16px;
    /* background: lightslategrey; */
   
    /* display: flex;
    align-items: center; */
}
.footer::before {
    right: -10px;
    content: "";
    position: absolute;
    /* left: -10px; */
    bottom: -10px;
    width: 105%;
    height: 130px;
    z-index: -999999;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,0.1) 10%,rgb(255 255 255 / 54%) 77%,rgb(255 255 255 /78%) 100%);
}
.imgg{
    position:absolute;
    background: url('/img/img.png') 0 0/cover no-repeat;
    border-radius: 10px;
    width: 17rem;
    height: 11rem;
    top: 50px;
    right: 0px;
}
.modal {
    opacity: 1;
    padding: 60px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
   
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
    border-radius: 30px;
    box-shadow: 0 0 30px 0 rgba(6, 6, 6, 0.4);
}
/* .container::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.74) 77%,rgba(0,0,0,0.88) 100%);
} */
.before{
    
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    /* height: 100%; */ 
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgb(255 255 255 / 34%) 87%,rgb(255 255 255 / 68%) 100%);
    /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.54) 87%,rgba(0,0,0,0.88) 100%); */
}
.modal__header {
    z-index: 1;
    font-size: 2.8rem;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
    color: black;
    margin: 0px 0px 60px 0px;
    
}



input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 700;
}

/*Demo css style*/
/* #a05::before{
    content: url('./img/bg.jpg');
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
} */



.quiz___column{
    max-height: 240px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


.block__type{
    display: flex;
    justify-content: space-between;
    gap: 36px;
}

.block__img{
    display: flex;
   justify-content: space-between;
}
.img{
    width: 270px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 17px;
    border-radius: 10px;
   

}
.main{
    
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header{
    padding: 0 20px;
    background: rgba(231, 231, 231, 0.7);
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
    border-radius: 10px;
    flex: 0 0 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo {
    transition: 0.3s ease-in-out;
    position: relative;
    
}
.header__logo:hover {
    transform: scale(1.04);
    
}
.header__logo img{
    position: relative  ;
    width: 240px;
    height: auto;
}
.header__main {
    color: rgba(1, 142, 221, 1);
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 8px;
    line-height: 1.1;
    
    padding: 15px 20px;
    flex: 0 0 45%;
}
.header__link{
    color: rgb(0, 0, 0);
    font-weight: 700 ;
    font-size: 1.5rem;
    /* border-radius: 8px; */
    /* border: 2px dashed rgb(223, 223, 223); */
    display: inline-block;
    padding: 15px 20px;
    transition: 0.3s ease-in-out;
}
.header__contact {
    flex: 0 1 35%;
    display: flex;
    justify-content: flex-end;
    position:relative;    

}
.header__contact::before {
    
    

}
.header__link:hover {
    
}
.header__link::after {
    content: "";
    width:25px;
    height:25px;
    position: absolute;
    background: url('/img/phone.png') 0 0/cover no-repeat;
    top: 27%;
    right: 212px;
    
}
.container {
    min-height: 100%;
    gap: 10px;
    padding: 10px  10px;
    /* max-width: 1270px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
}
.btnNext{
    background: rgb(255, 255, 255, 0.9);
    color: black;
    z-index: 1;
    padding: 20px 95px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 0 0px rgba(38,38,38,.5);
    transition: .2s ease-out;
    
}
.btnNext:hover{
    background: rgb(255, 255, 255, 1);
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.btn {
     z-index: 1;
    padding: 20px 95px;
    border: solid black 1px;
    border-radius: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 0 0px rgba(38,38,38,.5);
    transition: .2s ease-out;
    background: transparent;
    
}
.modal__header span {
    color:rgba(1, 142, 221, 1);
}
.btn:active {
    transform: scale(.97);
}
.btn:hover {
    background: rgb(255, 255, 255, 0.8);
    color: black;
    transition: .2s ease-out;
    box-shadow: 0 5px 30px rgba(33, 33, 34, 0.3);
}
._nonehec {
    display:none;
}
.modal_mainWr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(68, 68, 68, 0.2);
    -webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    transition: .2s ease-in-out;
    transform: scale(1);
    visibility: hidden;
}

.modal_mainWr.active {
    opacity: 1;
    z-index: 999;
    transform: scale(1);
    visibility: visible;
}

.modal_content {
    
    max-width: 100vw;
    min-width: 650px;
    max-height: 90%;
    margin: 0 45px;
    
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 50px 50px;
    
}
.modal_content._sending::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(193, 193, 193, 0.4);
    z-index: 999;
    border-radius: 20px;
    transition: .3s ease-in-out;
}

.modal_item {
    height: 100%;
    
    
    border-radius: 8px;
    position: relative;
    /*overflow-y: hidden;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal_item-header {
    position: relative;
    margin-bottom: 25px;
}

.modal_item-header h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    color: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: space-between;
}

.closeMode {
    position: absolute;
    top: -35px;
    right: -35px;
    width: 30px;
    height: 30px;
    background: initial;
    transition: .3s ease;
    z-index: 999999;
}

.closeMode span {
    position: absolute;
    top: calc( 50% - 3px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    border-radius: 2px;
    
    transition: .3s ease;
}

.closeMode:hover {
    transform: rotate(90deg);
}

.closeMode:hover span {
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    transition: .3s ease;
}
.closeMode span:first-child {
    transform: rotate(45deg);
}

.closeMode span:last-child {
    transform: rotate(-45deg);
}


.modal_item-body {
    padding: 20px 0px;
    /*overflow-y: auto;*/
    height: auto;
   
}

.modal_item-footer {
    padding: 20px 0 0 0px;
}

/*Quiz CSS*/

.progress_bar {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c1c1c1;
    
}

.progress {
    height: 100%;
    background: red;
    width: 0;
    transition: .3s ease-in-out;
    
}

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

.modal_item-body {
    position: relative;
}

.quiz_block {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.quiz_block.active {
    opacity: 1;
    position: relative;
    z-index: 9;
}

.quiz_form{
    position: relative;
}

.quiz_form._sending::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    background: url(/img/spin.gif) 0 0 /cover;
    
    z-index: 999;
    
}

label {
    cursor: pointer;
}

.input_frm {
    width: 100%;
    height: 50px;
    text-indent: 20px;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
}

.input_frm::placeholder {
    color: #6f6f6f;
    font-weight: 700;
    font-size: 16px;
}

.form_btn {
    margin: 40px 0 0 0;
    float: right;
}


.sucsses_subtitle {
    font-size: 20px;
}

.site {
    display: flex;
    justify-content: center;
    width: 100%;
}

.img_sub {
    width: 30%;
    border-radius: 15px;
    border: 2px solid white;
}

.img_sub img {
    border-radius: 15px;
}

.subtitle {
    width: 30%;
    text-align: center;
    padding: 5% 5px;
    margin-right: 25px;
}

.subtitle a {
    color: white;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 15px;
    padding: 10px 5px;
    display: block;
    margin-top: 30px;
    background-color: rgba(1, 142, 221, 1);
}
   

.labelForm {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0px 0 14px 0;
    color: black;
    font-size: 18px;
}
.labelForm2 {
    
    margin-bottom: 50px;
    display: block;
}

.labelForm2 .title_element {
    margin-bottom: 15px;
}

.title_element {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    color: rgba(1, 142, 221, 1);
;
}
.remove_input {
    opacity: 0;
    position: absolute;
}
.checkedInput {
    display: block;
    width: 20px;
    flex: 0 0 auto;
    height: 20px;
    border: 2px solid black;
    border-radius: 50%;
    margin-right: 7px;
    position: relative;
    /* margin-bottom: 3px; */
}
.checkedInput::after {
    content: '';
    position: absolute;
    display: block;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: black;
    border-radius: 50%;
    margin-right: 0px;
    transition: all  0.2s ease;
}
.remove_input:checked ~ .checkedInput::after {
    transform:translate(-50%, -50%) scale(1.6);


}
.checkedInput.checkbox,
.checkedInput.checkbox::after {
    border-radius: 0;
}





.checkedInputBox {
    display: block;
    width: 20px;
    flex: 0 0 auto;
    height: 20px;
    border: 2px solid black;
    border-radius: 2px;
    margin-right: 13px;
    position: relative;
    /* margin-bottom: 3px; */
}
.checkedInputBox::after {
    content: '';
    position: absolute;
    display: block;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: black;
    border-radius: 2px;
    margin-right: 0px;
    transition: all  0.2s ease;
}
.remove_input:checked ~ .checkedInputBox::after {
    transform:translate(-50%, -50%) scale(1.6);


}
.checkedInputBox.checkbox,
.checkedInputBox.checkbox::after {
    border-radius: 0;
}






.btnControlWr {
    position: relative;
    transition: 0.3s ease-in-out
}

.btnControlWr.blockBtn span {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 9;
    background: grey;
    opacity: .3;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}
.checkedInput.paint::before {
    content: '';
    
    position: absolute;
    background: transparent;
    width: 270px;
    height: 250px;
    max-width: 400px;
    top: -270px ;
    left: -2px;
    border-radius: 10px;
}
.checkedInput.paint:hover::before {
    background: rgba(255, 255, 255, 0.1);
}
.notification_text {
    position: absolute;
    color: rgba(255, 70, 70, 0.848);
    z-index: 99999;
    display: block;
    font-size: 14px;
}





.footer{
    margin-top: 20px;
    z-index: 9;
        color: #393939;
    flex: 0 0 60px;
    position: relative;
    
}
.footer__container{
    padding: 0 0 0 0;
    max-width: 1100px;
    margin: 0 auto;
    height: 100%;
    
}
.footer__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    
}
.footer__items {
    display: flex;
    flex-direction: column;
    flex: 1 1 33%;
}
.footer__item {
    
    
    text-align: left;
    
}
.item_left{
    text-align: right;
        color: #31313;
    font-size: 12px;
}
.footer__item p{
    font-size: 14px;
    margin-bottom: 15px;
}
.footer__item a{
    font-size: 12px;
    display: block;
    margin-bottom: 7px;
    text-decoration: none;
        color: #31313;
    font-weight: 500;
}
.item__header{
    font-size: 14px;
    margin-bottom: 10px;
}
.item__body {
        color: #31313;
    font-weight: 500;
    line-height: 20px;
    font-size: 12px;
}
.none{
    display: none;
}
