/*   
Theme Name: Индивидуальная тема
Theme URI: https: //kwork.ru/user/ravlex
Version: 1.0
Description: С вниманием к деталям
Author: Ravlex
Author URI: https: //kwork.ru/user/ravlex
*/
.thank-page {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 30px;
}

.thank-page__content {
	font-size: 20px;
	font-weight: 500;

}

.faq-consult__form-input input {
	border-radius: 4px;
}

.faq-consult__form-input input,
.section-form__input input {
	border: 1px solid transparent;
}

.faq-consult__form-input {
	position: relative;
}

.is-invalid {
	border-color: red !important;
}

label.error {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	color: red;
	font-size: 12px;
	line-height: 1;
}

.section-form__input {
	position: relative;
}

.footer {
	margin-top: auto;
}

.single-page {
	border-top: 1px solid var(--line);
	padding-top: 20px;
}

.single-page__content {
	margin-top: 40px;
}

.single-page__content p:not(:last-child) {
	margin-bottom: 25px;
}

.single-page__content h2,
.single-page__content h3 {
	font-family: var(--second-family);
	font-weight: 700;
	line-height: 1;
	font-size: 24px;
	margin-bottom: 20px;
}
.lwptoc_itemWrap1 {
    margin: 10px 0px 10px 15px;
}

.lwptoc_item {margin-top:15px;}
    
    
.lwptoc_toggle:before {
    content: '['
}

.lwptoc_toggle:after {
    content: ']'
} 

.lwptoc_toggle {display:flex;}

.lwptoc_header {display:flex; gap:15px;}
    
.lwptoc_i{margin-bottom:25px;}

#cookie_note{
    display: none;position: fixed;
	z-index:99999;
    bottom: 15px;left: 30%; 
	max-width: 90%;
	transform: translateX(-25%);
    padding: 15px;
	background-color: white;
    border-radius: 10px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    
}
#cookie_note p{margin: 0;font-size: 0.8rem;text-align: left;color: black;}

#cookie_note .btn-sm {display: block;margin: 0 auto; cursor: pointer; color: #fff;}

.cookie_accept {
    white-space: nowrap;
}
.cookie_accept.btn {
	height: 40px;
}

@media (max-width: 1023px) {
    #cookie_note.cshow {
        display: flex;
        text-align: left;
        flex-direction: column;
        width: 90%;
    }
    
    .cookie_accept {
     width: auto; 
}
#cookie_note .btn-sm {margin-top:15px;}
}

#cookie_note a {color:#006}
@media (max-width: 1023px){#cookie_note.cshow{display: flex;text-align: left;}}
@media (min-width: 1024px){#cookie_note.cshow{display: flex; column-gap: 15px;align-items: center;}}



@media (max-width:768px){
.bclose {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    top: 0;
    right: 0;
    color: #242f45;
    position: absolute;
}
    #cookie_note p {
   margin: 0 25px 0 0px;
}
}

@media (min-width: 769px) {
    .bclose {
        border: 0;
        border-radius: 100px;
        cursor: pointer;
        height: 44px;
        padding: 10px;
        width: 44px;
        top: -35px;
        right: -35px;
        color: #242f45;
        position: absolute;
    }
}

.faq-consult__form-polyt span a, .section-form__polyt-check span a {
    text-decoration: underline;
}

#polyt-error {
	font-size: 12px;
	color: red;
}