/*--------- Widgets Common ----------*/

.clearfix:after{
    content: "";
    clear: both;
    display: block;
}

.page-widget{
    padding: 0;
}

.page-widget-title{
    width: 100%;
    font: 25px/26px 'Ubuntu Condensed', 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	padding: 0px 0px;
	margin: 20px 0;
	color: var(--color-Dark);
}

.page-widget-content{
    width: 100%;
    /*min-height: 300px;*/
}

.widget-bg-geometry{
	background: #F8F8F8 url(../img/bg-geometry.jpg) no-repeat 50% 50%;
	background-size: cover;
}

/*--------- Widgets Contacts ----------*/
.widget-contacts{
	background: #F8F8F8 url(../img/bg-geometry.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 34px 0;
}
.widget-contacts-in{
	padding: 0 15%;
	text-align: center;
}
.widget-contacts-h{
	text-transform: uppercase;
	font: 25px/26px 'Ubuntu Condensed', 'Open Sans', Arial, sans-serif;
	font-weight: 400;
}
.widget-contacts-i{
	color: #747476;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0 10px 0;
}
.widget-contacts-grid{
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}
.widget-contacts-phones{}
.widget-contacts-phones>div{
	font-size: 20px;
	line-height: 20px;
	padding: 2px 0;
}
.widget-contacts-phones>div>a{text-decoration: none;}
.widget-contacts-list{}
.widget-contacts-wt{}
.widget-contacts-addr{}
.widget-contacts-or{color: #747476;}
.widget-contacts-btn{}

/*--------- Widgets Slider ----------*/

.page-widget-slider .page-widget-content{}

.page-widget-slider .pw-widget-slide{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 400px;
}

.page-widget-slider .pw-widget-info{
    padding: 30px 20px;
    color: black;
}

.page-widget-slider .pw-widget-title{
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
}
.page-widget-slider .pw-widget-text{
    font-size: 16px;
}

.page-widget-slider .pw-widget-button{
    padding-top: 30px;
}


.page-widget-slider .slide-cont{
	display: flex;
	width: 100%;
	gap: 24px;
}
.page-widget-slider .slide-cont-img{width: 500px;}
.page-widget-slider .slide-cont-img img{display: block; max-width: 100%; width: auto; height: auto;}
.page-widget-slider .slide-cont-inf{width: calc(100% - 530px);}
.page-widget-slider .slide-cont-h{
	font-size: 20px;
	font-weight: 500;
	margin: 2px 0 12px;
}
.page-widget-slider .slide-cont-p{font-weight: 300;}


/*--------- Widgets Html ----------*/

.page-widget-html .page-widget-content{
    min-height: 0;
	padding-bottom: 22px;
	font-size: 16px;
	line-height: 24px;
}
/*
.page-widget-html .page-widget-content h2{
	font: 26px/28px 'Ubuntu Condensed', 'Open Sans', Arial, sans-serif;
	margin: 10px 0 6px 0;
}
.page-widget-html .page-widget-content h3{
	font: 22px/24px 'Ubuntu Condensed', 'Open Sans', Arial, sans-serif;
	margin: 6px 0 4px 0;
}

.page-widget-html .page-widget-content img{
	max-width: 100%;
	height: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}

.page-widget-html .page-widget-content ul{
	margin: 2px 0 4px 14px;
	padding: 0 0;
	list-style: none;
}
.page-widget-html .page-widget-content ul>li{
	background: url(../img/li-point.svg) no-repeat 0 10px;
	padding: 2px 0 2px 14px;
}

.page-widget-html .page-widget-content ol{
	margin: 2px 0 4px 18px;
	padding: 0 0 0 14px;
}
.page-widget-html .page-widget-content ol>li{padding: 2px 0;}
*/

/*--------- Widgets Image ----------*/

.page-widget-image .page-widget-content{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 200px;
}

.page-widget-image .pw-widget-info{
    padding: 30px 20px;
    color: white;
	text-align: center;
}
.page-widget-image .pw-widget-title{
    font-size: 32px;
	line-height: 34px;
    font-family: 'Ubuntu Condensed';
    padding-bottom: 10px;
}
.page-widget-image .pw-widget-text{
    font-size: 16px;
}

.page-widget-image .pw-widget-button{
    padding-top: 30px;
}

/*--------- Widgets Video ----------*/

.page-widget-video .page-widget-content{
    text-align: center;
	padding-bottom: 26px;
}

.page-widget-video .pw-widget-mediaspace{}

/*--------- Widgets Icons ----------*/

.page-widget-icons{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.page-widget-icons .page-widget-content{
    padding: 40px 0;
}

.page-widget-icons .pw-widget-icon{
    float: left;
    width: 22.79999%;
    margin: 0 1.09999%;

}

.page-widget-icons .pw-widget-image{
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 160px;
}

.page-widget-icons .pw-widget-info{
    padding-top: 30px;
    color: white;
    text-align: center;
}
.page-widget-icons .pw-widget-title{
    font-weight: bold;
    font-size: 18px;
}
.page-widget-icons .pw-widget-text{}

/*--------- Widgets Gallery ----------*/

.page-widget-gallery .page-widget-content{}

.page-widget-gallery .pw-widget-gallery{}

.page-widget-gallery .pw-widget-photo{
    float: left;
    margin-right: 10px;
	margin-bottom: 10px;
}
.page-widget-gallery .pw-widget-photo:after{clear: both; display: block; content: '';}
.page-widget-gallery .pw-widget-photo img{
	display: block;
}

.page-widget-gallery .pw-widget-info{
    text-align: center;
}
.page-widget-gallery .pw-widget-title{}
.page-widget-gallery .pw-widget-text{}

/*--------- Widgets Form ----------*/

.page-widget-form{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;

    /*color: white;*/
}

.page-widget-form .pw-form-block{
    padding-top: 15px;
    /*border-bottom: 1px solid #eee;*/
}
.page-widget-form .pw-form-block:last-child{border-bottom: none;}

.page-widget-form .pw-form-row{
    margin-bottom: 16px;
}
.page-widget-form .pw-form-row:last-child{
    margin-bottom: 0;
}
.page-widget-form .pw-form-row:before{
    display: table;
    line-height: 0;
    content: '';
}
.page-widget-form .pw-form-row:after{
    display: table;
    line-height: 0;
    content: '';
    clear: both;
}

.page-widget-form .pw-form-td{
    float: right;
    width: 59%;
}
.page-widget-form .pw-form-td.label{
    float: left;
    width: 40%;
    padding-top: 10px;
    padding-right: 20px;
    text-align: right;
}
.page-widget-form .pw-form-td.value{}

.page-widget-form .pw-form-td.value input[type="text"],
.page-widget-form .pw-form-td.value input[type="email"],
.page-widget-form .pw-form-td.value input[type="url"],
.page-widget-form .pw-form-td.value textarea,
.page-widget-form .pw-form-td.value select{
    width: 320px;
    height: 44px;
    font-size: 16px;
    font-weight: 300;
    color: #383838;
    border: 1px solid #9b9b9b;
    padding-left: 10px;
}

.page-widget-form .pw-form-button{
    text-align: center;
}

/*--------- Widgets Puzzle ----------*/

.page-widget-puzzle .page-widget-content{
	padding: 22px 0;
}

.page-widget-puzzle .pw-wrapper{
    max-width: 1180px;
    margin: 0 auto;
}

.page-widget-puzzle .ind-serv-list{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(3, 1fr);	
}
.page-widget-puzzle .serv-it{
	height: 230px;
}
.page-widget-puzzle .serv-it>a{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;		
	text-decoration: none;
	color: #ffffff;
}
.page-widget-puzzle .serv-it-tit{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
	transition: background 0.2s ease-out;
}
.page-widget-puzzle .serv-it-tit>span{
	display: inline-block;
	background-color: rgba(255,255,255,0.4);
	backdrop-filter: blur(6px);
	color: #ffffff;
	padding: 8px 14px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Ubuntu Condensed';
	transition: background 0.2s ease-out;
}
.page-widget-puzzle .serv-it>a:hover .serv-it-tit{background: rgba(0,0,0,0.2);}
.page-widget-puzzle .serv-it>a:hover .serv-it-tit>span{
	background-color: var(--color-Orange);
	backgdrop-filter: none;
}




.page-widget-puzzle .pw-widget-info{
    padding: 22px 10px 0 0;
    text-align: right;
}
.page-widget-puzzle .pw-widget-title{}
.page-widget-puzzle .pw-widget-title>span{background-color: black;}
.page-widget-puzzle .pw-widget-text{}

.page-widget-puzzle .pw-widget-button{}

.page-widget-puzzle .pw-puzzle-sect{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    float: left;
    overflow: hidden;
    margin: 0 0 20px 20px;
}
.page-widget-puzzle .pw-puzzle-sect>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,0);
    transition: background 0.2s ease-out 0s;
}

/*
.page-widget-puzzle .pw-puzzle-2{
    width: 49%;
    height: 300px
}
.page-widget-puzzle .pw-puzzle-2.pw-puzzle-sect-1{}
.page-widget-puzzle .pw-puzzle-2.pw-puzzle-sect-2{}

.page-widget-puzzle .pw-puzzle-3{}
.page-widget-puzzle .pw-puzzle-3.pw-puzzle-sect-1{}
.page-widget-puzzle .pw-puzzle-3.pw-puzzle-sect-2{}
.page-widget-puzzle .pw-puzzle-3.pw-puzzle-sect-3{}

.page-widget-puzzle .pw-puzzle-5{}
.page-widget-puzzle .pw-puzzle-5.pw-puzzle-sect-1{
    width: 220px;
    height: 640px;
    margin-left: 0;
    clear: left;
}
.page-widget-puzzle .pw-puzzle-5.pw-puzzle-sect-2{
    width: 380px;
    height: 200px;
}
.page-widget-puzzle .pw-puzzle-5.pw-puzzle-sect-3{
    width: 540px;
    height: 200px;
}
.page-widget-puzzle .pw-puzzle-5.pw-puzzle-sect-4{
    width: 540px;
    height: 420px;
}
.page-widget-puzzle .pw-puzzle-5.pw-puzzle-sect-5{
    width: 380px;
    height: 420px;
}
*/

/*--------- Widgets FAQ ----------*/

.page-widget-faq{
	padding: 34px 0;
}

.page-widget-faq .page-widget-title{
	text-align: center;
	text-transform: uppercase;
}

.page-widget-faq-row{
	padding: 8px 15%;
}

.page-widget-faq .pw-faq-col{
    float: left;
    overflow: hidden;
    text-align: left;
    padding: 5px 10px;
}
.page-widget-faq .pw-faq-col .pw-faq-title{
    padding-top: 5px;
    padding-bottom: 10px;
    /*text-align: center;*/
}

.page-widget-faq .pw-faq-content{
	background: #ffffff;
	border-radius: 5px;
	padding: 8px 10px;
}

.page-widget-faq .pw-faq-title{
	background: url(../img/flt-plus.svg) no-repeat 6px 6px;
}
.page-widget-faq .pw-faq-open .pw-faq-title{
	background-image: url(../img/flt-minus.png);
	background-position: 6px 12px;
}

.page-widget-faq .pw-faq-title a{
    text-decoration: none;
}
.page-widget-faq .pw-faq-title span{
    font-size: 18px;
	display: block;
	padding: 4px 20px 4px 30px;
	cursor: pointer;
}

.page-widget-faq .pw-faq-col .pw-faq-text{
    padding-top: 10px;
    /*text-overflow: ellipsis;
    overflow: hidden;*/
    /*max-height: 80px;*/
    /*white-space: nowrap;*/
}

.page-widget-faq .pw-faq-col .pw-faq-button{
    text-align: center;
    padding-top: 20px;
}

.page-widget-faq .pw-faq-row{
    text-align: left;
    padding: 5px 10px;
}
.page-widget-faq .pw-faq-row:last-child
{
    border-bottom: none;
}

.page-widget-faq .pw-faq-row .pw-faq-text{
    padding: 15px 15px 15px 30px;
	font-weight: 300;
    display: none;
}

.page-widget-faq .pw-faq-row .pw-faq-button{
    padding-top: 20px;
}

/*--------- News/Articles posts -----*/

.pw-news-col{
    float: left;
    overflow: hidden;
    padding: 5px 10px;
}
.pw-news-img img{
    width: 100%;
}
.pw-news-content{
    width: 90%;
    margin: 0 auto;
}
.pw-news-title{
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
}
.pw-news-title a{
    text-decoration: none;
}
.pw-news-title span{
    font-size: 18px;
    font-weight: 600;
}
.pw-news-date{
    font-size: 14px;
    text-align: left;
}
.pw-news-text{
    text-align: justify;
}

.page-widget-news .page-widget-content{
	padding-bottom: 28px;
}
.page-widget-news .page-widget-content .container-block{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.page-widget-news .artic-item{
	border: 1px solid #efefef;
	border-radius: 6px;
	overflow: hidden;
}
.page-widget-news .art-img{
	height: 150px;
	overflow: hidden;
}
.page-widget-news .art-img img{
	display: block;
	max-width: 100%;
	min-width: 100%;
	height: auto;
}
.page-widget-news .art-inf{
	padding: 22px 20px 20px 20px;
}
.page-widget-news .art-tit{
	font-size: 17px;
	font-weight: 500;	
	padding-bottom: 14px;
}
.page-widget-news .art-tit a{text-decoration: none;}
.page-widget-news .art-tit a:hover{text-decoration: underline;}
.page-widget-news .art-dop{
	font-size: 14px;
	color: var(--color-Gray);
}

/*--------- Portfolio works ---------*/
.page-widget-works .page-widget-works-row{clear: both; padding: 12px 0;}
.page-widget-works .page-widget-works-row:after{clear: both; content: ''; display: block;}

.page-widget-works .pw-works-it{
	float: left;
	box-sizing: border-box;
	width: calc(33.29999% - 6px);
	margin-right: 6px;
	background: #fff;
	border: 1px solid #d5d5d5;
}
.page-widget-works .pw-works-it-pic{	
}
.page-widget-works .pw-works-it-pic img{display: block; width: 100%;}
.page-widget-works .pw-works-it-inf{
	border-top: 1px solid #d5d5d5;
	padding: 22px 10px;
	box-sizing: border-box;
	min-height: 120px;
}
.page-widget-works .pw-works-it-inf>a{
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	min-height: 40px;
}
.page-widget-works .pw-works-it-inf>span{
	display: block;
	font-size: 13px;
	line-height: 16px;
	margin-top: 8px;
}

/*--------- Switcher Widgets ----------*/

.page-widget-switcher .prod-base-txt{}
.page-widget-switcher .loc-menu{
	margin-top: 24px;
}
.page-widget-switcher .loc-menu>a{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 10px 10px 28px;
	font-size: 17px;
	background-position: 8px 50%;
	background-repeat: no-repeat;
	background-image: url(../img/li-arr-gray.svg);
}
.page-widget-switcher .loc-menu>a:first-child{border-top: 1px solid #eaeaea;}
.page-widget-switcher .loc-menu>a.loc-menu-sel{background-color: #fafafa; background-image: url(../img/li-arr-org.svg); color: var(--color-Orange);}
.page-widget-switcher .prod-pic{}
.page-widget-switcher .prod-pic img{display: block; max-width: 100%; max-height: 600px; width: auto; height: auto;}
.page-widget-switcher .prod-descr{}

/*--------- Common Widgets ----------*/

.pw-col-1{
    width: 100%
}
.pw-col-2{
    width: 49.99%
}
.pw-col-3{
    width: 33.33%
}
.pw-col-4{
    width: 24.99%
}
.pw-col-5{
    width: 19.99%
}
.pw-col-6{
    width: 16.66%
}


form.validate-form .err{
    text-align: left;
    display: block;
    padding: 0;
}
form.validate-form .hint{
	display: none;
	font-size: 14px;
	color: #989898;
}
form.validate-form .err .hint{
	color: #e52e3b;
}
form.validate-form .hint-err{
	display: none;
	font-size: 14px;
	color: #e52e3b;
}
form.validate-form .verif select, .verif input[type='text'], .verif input[type='password'], .verif textarea{
	background: #ffffff url(../img/bg-verif.png) 94% center no-repeat;
}

form.validate-form .err select, .err input[type='text'], .err input[type='password'], .err textarea{
	border: 1px solid #e52e3b !important;
	background: #ffffff url(../img/bg-err.png) 94% center no-repeat;
}
form.validate-form .err .hint{
	color: #e52e3b;
}


@media only screen and (max-width: 1200px)
{
	/* --- Slider widget --- */
	.page-widget-slider .slide-cont-img{width: 420px;}
	.page-widget-slider .slide-cont-inf{width: calc(100% - 450px);}
}

@media only screen and (max-width: 1000px)
{
	/* --- Slider widget --- */
	.page-widget-slider .slide-cont-img{width: 350px;}
	.page-widget-slider .slide-cont-inf{width: calc(100% - 380px);}
	
	/* --- Faq widget --- */	
	.page-widget-faq-row{padding: 8px 8%;}
}