/*!
Theme Name: Bricle Child
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Bricle theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bricle-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: bricle
Template Id: prod-30761
*/

#toTop {
	cursor: pointer;
}
.main-menu .fa-angle-down:before{
	content: "+" !important;
}
@media (max-width: 425px){
.main-menu .jet-menu-item-wrapper{
	flex-direction: row-reverse;
}
	.blog .jet-smart-listing__post{
		flex-wrap:wrap;
	}
}

.page-id-3362 h2 {
	font-weight: 400;
	font-family: "PP Neue Montreal", sans-serif;
}
.single_service-list .elementor-icon-list-icon{
	margin-top: -4px;
}
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.label-form{
	font-family: Gothic A1;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #888888;
	text-transform: uppercase;
}
.label-form input::placeholder,
.label-form textarea::placeholder{
	font-weight: 600;
	font-size: 24px;
}
.contact-form .wpcf7-not-valid-tip,
.contact-form .wpcf7-not-valid-tip:before{
	border-color: transparent;
	background-color: transparent;
}
.arhive-pagination .pagination{
	border: none;
}
.footer-menu .jet-dropdown-arrow{
	margin-bottom: 3px;
}
.elementor a, span {
	text-decoration: none!important;
}
 #masthead {
            position: sticky;
            top: 0;
            z-index: 9999;
            background: transparent;
            transition: background 0.5s ease;
        }
        #masthead.is-sticky {
            background: #F7F7F7;
            transition: background 0.5s ease;
        }
.hover-b:hover > .elementor-element-populated {
	border: 1px solid #F4F7FB!important;
	box-shadow: 0px 0px 0px 1px #F4F7FB inset!important;
}

#formc .cf-container {
	display:flex;
	flex-flow:column;
}
#formc input {
	margin: 0 0 -20px 0;
	padding: 12px 0 10px 0;
		font-size: 20px;
	font-family: "PP Neue Montreal";
	font-weight: 400;
	width: 100%;
	outline:none;
}
#formc br {
	display:none;
}
#formc input::placeholder {
	font-size: 16px!important;
	font-family: "PP Neue Montreal";
	font-weight: 400;
}

#formc textarea {
	font-size: 16px!important;
	width: 100%;
	font-family: "PP Neue Montreal";
	font-weight: 400;
	margin-bottom:0;
		outline:none;
}
#formc textarea::placeholder {
	font-size: 20px;
	font-family: "PP Neue Montreal";
	font-weight: 400;
}
#formc span.wpcf7-not-valid-tip {
	margin: -50px 05px 33px 0px;
}
#formc label svg {
	width: 20px;
	height: 20px;
}
#formc .file-l {
	color: #222428;
	display:flex;
	align-items:center;
	grid-gap: 10px;
	font-weight:500;
	font-family: "PP Neue Montreal";
	text-transform:unset;
}
#formc .wpcf7-list-item label {
	display: flex;
	align-items:flex-end;
	grid-gap: 10px;
}
#formc .wpcf7-list-item label input {
	width:26px;
	margin: 0;
}
#formc .wpcf7-list-item-label {
	font-family: "PP Neue Montreal";
	display:flex;
	align-items:center;
	grid-gap: 10px;
}
.hover-svg {
	font-family: "PP Neue Montreal";
	display:none;
	position:absolute;
	border: 1px solid #bebebe;
	padding: 15px 20px;
	background: #cfcfcf;
	z-index:10;
}
#formc .wpcf7-list-item-label svg {
	cursor:pointer;
}
#formc .wpcf7-list-item {
	margin-top: 20px;
}

#formc input[type="checkbox"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border: 2px solid #d0d0d0;
            border-radius: 50%;
            outline: none;
            cursor: pointer;
            position: relative;
            background-color: #f0f0f0;
        }

       #formc input[type="checkbox"]:checked {
            background-color: #A7B1BB;;
        }

       #formc input[type="checkbox"]:checked::before {
           	content: '\2714'; /* Unicode символ галочки */
            color: white;
            font-size: 14px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
#formc .wpcf7-submit {
	 text-align: right;
    /* padding-right: 20px; */
    position: absolute;
    right: 0;
    bottom: 95px;
    max-width: 100px;
	text-decoration:none;
	font-weight:600;
}
#formc .file-l .wpcf7-not-valid-tip {
	margin:0;
	margin-bottom: -5px;
}

@media (max-width: 576px) {
	#formc .wpcf7-submit {
		bottom:25px;
	}
}