/*
 * Theme Name: Theme Site
 * Author: Eduard Shpigel
 * Author URI: https://t.me/edshpigel
 */

input.checkbox[type="checkbox"]:checked {
    background-color: #3f51b5;
    border-color: #3f51b5;
}
input.checkbox[type="checkbox"] {
    width: 18px;
    height: 18px;
    appearance: none;
    border: 2px solid #999;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    visibility: visible;
}
input.checkbox[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
input[type="checkbox"].input--error {
    outline: 2px solid red;
    outline-offset: 2px;
    border-radius: 3px;
}
.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: 20px;
	background-color: white;
    border-radius: 23px;
    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;
}


@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;
    }
}

.header__whats {
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce7eb;
    border-radius: 100%
}

.header__whats svg {
    width: 18px;
    aspect-ratio: 1;
    transition-duration: .15s
}

.header__whats:hover {
    background-color: #111;
    border-color: var(--maincolor)
}

.header__whats:hover svg {
    filter: brightness(0) invert(1)
}

.profits__blocks {
    grid-template-columns: repeat(2, 1fr)!important;
}