.cleacom-label{
	margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.cleacom__select{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background: #fff url(../img/down.svg) no-repeat center;
    background-position-x: calc(100% - 5px);
    background-size: 30px;
	position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 0 15px;
    color: #222;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #a7a7a7;
    height: 44px;
    transition: all 0.3s;
	border-radius: 5px;
}
.cleacom{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
    padding: 50px 0 0;
    position: relative;
}
.cleacom-form{
    padding: 50px 0;
}
.cleacom-item{
	display: flex;
	flex-direction: column;
	grid-gap: 30px;
    position: relative;
}
.cleacom__input{
	display: block;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	border: 2px solid #a7a7a7;
    height: 44px;
    transition: all 0.3s;
    font-size: 16px;
	border-radius: 5px;
}
.cleacom__select:focus,
.cleacom__input:focus{
    border-color: #36B4B6;
    box-shadow: inset 0 0 2px #bfbfbf;
}
.cleaform__item .wpcf7-submit,
.cleacom-input input[type=submit]{
    display: inline-block;
    min-width: 180px;
    height: 54px;
    padding: 14px 16px 17px;
    border: 2px solid #36b4b6;
    border-radius: 10px;
    background: #36B4B6;
    color: #fff;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
}
.cleaform__item .wpcf7-submit:hover,
.cleacom-input input[type=submit]:hover{
    background: none;
    border: 2px solid #36b4b6;
    color: #000;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
.price-top{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.cleacom-item:first-child{
    padding: 8px 0 0;
}
.price-info{
    font-size: 14px;
    line-height: 150%;
}
.agree{
    position: relative;
}
.agree input{
    display: none;
}
.agree label{
    position: relative;
    display: block;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 10px 30px;
    cursor: pointer;
    margin: -17px 0 5px 0;
}
.agree label:before{
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #dadada;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.agree label:after{
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    background: #36b4b6;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
}
.agree input:checked+label:after{
    opacity: 1;
}
.cleaform__item .wpcf7-submit:disabled,
.cleacom-input input[type=submit]:disabled{
    pointer-events: none;
    opacity: 0.5;
}
.cleaform__item input.wpcf7-not-valid,
.cleacom-input input.error,
.cleacom-input select.error{
    border-color: red;
}
.shake-cleacom{
    animation: 0.3s shakeInput;
}
@keyframes shakeInput{
    0%{
        transform: translateX(10px);
    }
    25%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(10px);
    }
    75%{
        transform: translateX(0);
    }
}
.cleacom-label._s.show span{
    display: inline;
}
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #d1d1d1;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}
.cleacom__preloader{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffe0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    pointer-events: none;
    opacity: 0;
}
.cleacom__preloader.loading{
    opacity: 1;
    pointer-events: all;
}
#popup-thanks{
    max-width: 300px;
    width: 100%;
    padding: 30px;
}
.cleacom__thanks{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: -30px;
    color: #36b4b6;
    text-align: center;
    width: 100%;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
}
.cleacom__thanks.active{
    opacity: 1;
    pointer-events: all;
}
.cleacom-desc{
    text-align: center;
    font-size: 18px;
    padding: 20px 0 0;
    font-weight: bold;
    line-height: normal;
}
.cleacom-desc span{
    color: red;
    font-weight: bold;
}

/* form */
.cleaform{
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
}
.cleaform__label{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.cleaform__input input{
    display: block;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    border: 2px solid #a7a7a7;
    height: 44px;
    transition: all 0.3s;
    font-size: 16px;
    border-radius: 5px;
}
.cleaform__input span{
    display: block;
}
.cleaform{
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    position: relative;
}
.cleaform-agree__label{
    position: relative;
    display: block;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 10px 30px;
    cursor: pointer;
}
.quiz-agree.error label:before,
.agree.error label:before,
.cleaform-agree.error .cleaform-agree__label:before{
    border-color: red;
}
.cleaform-agree__label:before{
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #dadada;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.quiz-agree input:checked+label:before,
.agree input:checked+label:before,
.cleaform-agree.active .cleaform-agree__label:before{
    border-color: #dadada;
}
.cleaform-agree__label:after{
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #36b4b6;
    background: url(../img/check.svg) no-repeat center;
    background-size: contain;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
}
.cleaform-agree.active .cleaform-agree__label:after{
    opacity: 1;
}
.cleaform-agree{
    position: relative;
    margin: -30px 0;
    user-select: none;
}
.agree-nomargin{
    margin: -30px 0 0;
}
.cleaform-agree__input{
    display: none;
}
.cleaform__item{
    position: relative;
}
.cleaform__item .ajax-loader{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.cleaform__item .wpcf7-not-valid-tip{
    display: none;
}
.cleaform+p+.wpcf7-response-output{
    margin: 0;
    padding: 10px;
    text-align: center;
    line-height: 178%;
    border: none;
}
.wpcf7 form.invalid .cleaform+p+.wpcf7-response-output{
    color: red;
}
.cleacom-modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.cleacom-modal.show{
    opacity: 1;
    visibility: visible;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.cleacom-modal__wrapper{
    position: relative;
    max-width: 640px;
    width: 100%;
    overflow: hidden;
    max-height: 100%;
    overflow-y: auto;
    padding: 0;
}
.cleacom-modal__box{
    background: white;
    padding: 30px;
}
.cleacom-modal__close{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.cleacom-modal__close:after,
.cleacom-modal__close:before{
    content: '';
    height: 2px;
    width: 20px;
    background: #36B4B6;
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    transition: all 0.3s;
}
.cleacom-modal__close:hover:after,
.cleacom-modal__close:hover:before{
    background: black;
}
.cleacom-modal__close:before{
    transform: rotate(45deg);
}
.cleacom-modal__close:after{
    transform: rotate(-45deg);
}
.cleacom-modal__title{
    font-size: 18px;
    line-height: 178%;
    font-weight: bold;
}
.cleacom-modal__content{
    line-height: 178%;
    font-size: 18px;
    font-weight: 300;
}
.cleacom-modal__list{
    display: flex;
    flex-direction: column;
}
.cleacom-modal__list a{
    position: relative;
    padding-left: 20px;
    color: #36B4B6;
    font-weight: normal;
}
.cleacom-modal__list a:before{
    display: inline-block;
    font-family: 'template';
    font-size: 19px;
    color: #303030;
    content: "\63";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: text-top;
    line-height: 1;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}
.price__value i{
    font-style: normal;
}
.hide-r i{
    display: none;
}
.cleaform-agree__notice{
    position: absolute;
}

@media all and (min-width: 768px){
    .cleacom-video iframe{
        max-width: 100%;
        height: 100%;
        border-radius: 5px;
    }
}

@media all and (max-width: 768px){
    .cleacom-video{
        position: relative;
        padding-bottom: 133.5%;
    }
    .cleacom-video iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 0;
        outline-width: 0;
        border-radius: 5px;
        margin: 0 auto;
    }
    .cleacom{
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
    }
    .cleacom-label{
        font-size: 18px;
    }
    .cleacom-item{
        grid-gap: 20px;
    }
    .cleacom__thanks{
        bottom: 18px;
    }
    .cleacom-item:nth-child(2){
        padding-bottom: 50px;
    }
    .price-top{
        font-size: 24px;
    }
    .cleacom-modal__box{
        padding: 25px 20px;
    }
    .cleacom-modal__title,
    .cleacom-modal__content{
        font-size: 16px;
    }
    .cleacom-modal__box p{
        padding: 10px 0;
    }
    .cleacom-modal__list a:before{
        top: 10%;
        transform: unset;
    }
}