/*   
Theme Name: Glass
*/

@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.phoneblock {
    display: flex;
    flex-direction: column;
}

header .contacts .item:nth-child(2) {
    margin-left: 10px;
}

header #logo {
    width: 180px;

}

header .fast_nav a {
    margin: 0 10px 0 0;

}

footer .fast_nav a {
    margin: 0 15px 0 0;
}

footer .contacts .item:nth-child(2) {
    margin-left: 50px;
}

footer .main_nav {
	padding: 12px 40px;}

/* Modal */
.mi-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    z-index: 999;
    display: none;
}

.modal__backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
}

.modal__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal__inner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 0px 0px #6462e6;
    -moz-box-shadow: 10px 10px 0px 0px #6462e6;
    box-shadow: 10px 10px 0px 0px #6462e6;
    padding: 30px 40px;
    max-width: 490px;
    z-index: 110;
    color: #222;
	position:relative;
}

.modal-close {
    border: none;
    background: none;
    outline: none;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
	opacity:0.75;
	transition:ease .2s;
}

.modal-close:hover {
	opacity:1;
}

.modal-close::after {
	content:'';
	background-image: url('/wp-content/themes/glass/img/x.svg');
	width:24px;
	height:24px;
	display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.modal__form {
    padding: 30px;
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffdc80;
    border-color: #ffdc80;
    border-radius: 6px;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
}

.modal__form-title {
	font-family: "NerisThin";
	font-weight:400;
    text-transform: uppercase;
    color: #000;
    font-size: 36px;
    text-align: center;
	margin-bottom:20px;
}

.modal-input {
	background-color: #fff;
    border: 2px solid #e3e3e3;
    color: #777;
    padding: 11px 0 11px 0;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 36px;
    text-align: center;
	transition:ease-in-out .2s;
}

.modal-input:focus {
	border-color:#6462e6;
}

.modal__form-submit {
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    padding: 16px 0;
    text-decoration: none;
    line-height: 1;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    cursor: pointer;
    display: block;
    margin: 40px auto 25px;
    width: 100%;
    background: #705bfa;
    background: -moz-linear-gradient(45deg, #705bfa 0%, #f0bc99 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #705bfa), color-stop(100%, #f0bc99));
    background: -webkit-linear-gradient(45deg, #705bfa 0%, #f0bc99 100%);
    background: -o-linear-gradient(45deg, #705bfa 0%, #f0bc99 100%);
    background: -ms-linear-gradient(45deg, #705bfa 0%, #f0bc99 100%);
    background: linear-gradient(45deg, #705bfa 0%, #f0bc99 100%);
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#705bfa', endColorstr='#f0bc99', GradientType=1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.modal__form-check {
	font-weight:400;
	font-size:12px;
	font-family:'NerisLight',sans-serif;
}

.modal__form-check a {
	color:#dc6458;
}

/* Custom Checkbox */
.modal__form-check .wpcf7-list-item {
    margin-left: 0;
}

.modal__form-check .wpcf7-acceptance .wpcf7-list-item label {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal__form-check .wpcf7-acceptance .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.modal__form-check .wpcf7-acceptance .wpcf7-list-item label .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    transition: ease .2s;
}

.modal__form-check .wpcf7-acceptance .wpcf7-list-item label:hover input~.checkmark {
    border-color: #fa5054;
}

.modal__form-check .wpcf7-acceptance .wpcf7-list-item label input:checked~.checkmark {
    background-color: #fa5054;
    border-color: #fa5054;
}

.modal__form-check .wpcf7-acceptance .wpcf7-list-item label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.modal__form-check .wpcf7-acceptance .wpcf7-list-item label input:checked~.checkmark:after {
    display: block;
}

.modal__form-check .wpcf7-acceptance .wpcf7-list-item label .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #b5ffbb;
    color: #236f29;
    border-color: #a1eea7;
	font-size: 14px;
    font-family: Arial;
	line-height:1.2;
	padding: 10px 14px;
    border-radius: 6px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 14px;
    font-family: Arial;
	line-height:1.2;
	padding: 10px 14px;
    border-radius: 6px;
}
header .contacts .item .des,
footer .contacts .item .des{
	display:block;
}

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