/*   
Theme Name: Clear-Theme
Theme URI: 
Version: 2.2
Tags: clean, development, html5, bootstrap4
Description: Чистый шаблон для разработки сайтов под ключ
Author: Студия minus30
Author URI: http://minus-30.ru/
*/

/*--------------Unchanging Styles------------- */
span.wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-response-output {
    position: fixed;
    top: 0;
    width: auto;
    left: 0;
    margin: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    border: 0;
    text-align: left;
    padding: 10px 30px 10px 15px;
}

div.wpcf7-validation-errors {
    background-color: #ffbaba;
    color: #dd2424;
}

div.wpcf7-mail-sent-ok {
    background-color: #dff2bf;
    color: #547e0e; }

div.wpcf7-response-output .response-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 19px;
  cursor: pointer; }

input.wpcf7-not-valid {
  -webkit-box-shadow: 0px 0px 3px 2px #ff0000 inset;
  box-shadow: 0px 0px 3px 2px #ff0000 inset; }

div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
}

.callform__form-subtitle {
    font-size: 16px;
    color: #a8544b;
    margin-bottom: 25px;
    line-height: 1.3;
    text-align: center;
}
.wpcf7-form p{
    margin-bottom: 0;
}
.uk-modal{
    text-align: center;
}
.uk-modal-title {
    font-size: 1.8rem;
    margin: 0 0 10px;
}
.uk-modal input{
    margin-bottom: 10px;
    height: 55px;
}
/*------------End Unchanging Styles------------ */

/* ACCEPT CONFIDENTIAL CHECKBOX */
.accept-confidential__text{
    font-size: 12px;
    color: #898989;
    text-align: center;
    margin-top: 10px;
}
.accept-confidential__text a{
    color: #898989;
    border-bottom: 1px solid rgba(150,150,150,0.8);
}
.accept-confidential__text a:hover{
    color: #898989;
    text-decoration: none;
}
/* END ACCEPT CONFIDENTIAL CHECKBOX */

/*--------------Changing Styles------------- */


@font-face {
    font-family: 'TT Norms';
    src: url('fonts/TTNorms/TTNorms-Regular.eot');
    src: local('TT Norms Regular'), local('TTNorms-Regular'),
    url('fonts/TTNorms/TTNorms-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/TTNorms/TTNorms-Regular.woff') format('woff'),
    url('fonts/TTNorms/TTNorms-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms';
    src: url('fonts/TTNorms/TTNorms-Medium.eot');
    src: local('TT Norms Medium'), local('TTNorms-Medium'),
    url('fonts/TTNorms/TTNorms-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/TTNorms/TTNorms-Medium.woff') format('woff'),
    url('fonts/TTNorms/TTNorms-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms';
    src: url('fonts/TTNorms/TTNorms-Bold.eot');
    src: local('TT Norms Bold'), local('TTNorms-Bold'),
    url('fonts/TTNorms/TTNorms-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/TTNorms/TTNorms-Bold.woff') format('woff'),
    url('fonts/TTNorms/TTNorms-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* GUTENBERG PAGE */
.gutenberg-page h1{
    margin-bottom: 30px;
}
.gutenberg-page h2{
    font-size: 1.7rem;
    margin: 2rem 0 1rem;
}
.gutenberg-page h1{
    margin: 2rem 0 1rem;
}
.gutenberg-page p{
    font-size: 17px;
    color: #222;
    line-height: 1.5;
    margin-bottom: 1.3rem;
}
.gutenberg-page ul{
    padding-left: 20px;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.gutenberg-page ul li{
    font-size: 17px;
    margin-bottom: 13px;
}
/* END GUTENBERG PAGE */


/*Отступы для не главной страницы*/
body:not(.home ) header{
    margin-bottom: 40px;
}
body:not(.home ) footer{
    margin-top: 40px;
}
/*------------End Changing Styles------------ */
a:hover{
    color: #b38e00;
}
.header-call{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
}
.header-call__text{
    margin-right: 15px;
    opacity: 0.5;
}
.header-call__phone{
    font-size: 16px;
}
.header-call__phone a{
    color: #fff;
}
.header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header{
    background-image: url('images/hero-pohorony.png');
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding: 15px 0;
}
body.home header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 7;
    background-image: none;
}
body.parent-pageid-8 header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 7;
    background-image: none;
}
.logo a{
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    display: flex;
    align-items: center;
}
.logo a:hover{
    text-decoration: none;
}
.logo__text{
    opacity: 0.5;
    margin-left: 20px;
}
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    min-height: auto;
    padding: 6px 0 4px;
    margin: 0 20px;
    border-bottom: 2px solid transparent;
}
.uk-navbar-nav > li.uk-active > a,.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open  {
    color: #fff;
    border-color: #c5a739;
}
.uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-dropdown-nav > li > a:focus {
    color: #c5a739;
}

.fullscreen-bg {
    overflow: hidden;
    position: relative;
    height: 1000px;
    width: 100%;
}
.fullscreen-bg__video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1900px;
}
.hero{
    color: #fff;
}
.hero__overlay {
    padding-top: 120px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.35);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero h1 {
    line-height: 1.3;
    font-size: 65px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
}
h1 span{
    font-weight: 600;
    display: block;
}
.hero-uslugi{
    height: 720px;
    background-image: url('images/hero-pohorony.png');
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.hero-uslugi > .uk-container{
    width: 100%;
}

.hero__overlay > .uk-container{
    width: 100%;
}
.uk-button-primary{
    box-shadow: 0 0 30px rgba(227,176,75,0.9);
    transition: 0.2s all;
}
.uk-button-primary:hover{
    box-shadow: 0 0 10px rgba(227,176,75,0.9);
}
.uk-button-large {
    padding: 6px 30px;
    line-height: 53px;
    font-size: 18px;
}
.hero__wrap{
    display: flex;
    margin: 130px -10px 0;
}
.hero__wrap > *{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.hero__item{
    line-height: 1.3;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    padding: 40px 15px;
    height: 100%;
    box-sizing: border-box;
    opacity: 0.5;
}
.hero__item-img{
    margin-right: 18px;
}
.hero__item:hover{
    opacity: 1;
    text-decoration: none;
    color: #fff;
}

.help{
    padding: 150px 0;
    background-image: url('images/block2-bg.png');
    background-size: cover;
    background-position: center;
}
.help-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.help-item{
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.help-item.big{
    width: 100%;
}
.help__title{
    font-size: 20px;
    line-height: 1.9;
    font-weight: 500;
    border-bottom: 3px solid #f1bf00;
    display: inline-block;
}
.help-item-body{
    background-color: #fff;
    padding: 25px 35px 15px;
}
.help-item.big .help-item-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 35px 20px;
}
.help-item.big .help__title{
    margin-right: 70px;
}

.help__call{
    border: 2px solid #f9c600;
    background-color: #f4f0ed;
    padding: 58px 60px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 40px;
}
.uk-button a{
    color: #fff;
}
.help__call-title{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 17px;
}
.help__call-text{
    font-size: 20px;
    margin-bottom: 40px;
}

.features{
    padding: 130px 0;
    background-color: #373a41;
    overflow: hidden;
}
.features h2{
    color: #c0b099;
}
.features__img{
    margin-bottom: 25px;
}
.features p{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}
.features__wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -70px;
}
.features__item{
    width: 25%;
    padding: 0 70px;
    box-sizing: border-box;
}

.last-news{
    padding: 90px 0 150px;
    background-image: url('images/clouds-bg.png');
    background-size: cover;
    background-position: center;
}
.news-post__item{
    margin-bottom: 30px;
}
.news-post{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    height: 100%;
}
.news-post img{
    width: 100%;
    height: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.news-content{
    padding: 30px 27px 10px;
}
.news-content a{
    color: #c0b099;
}
.news-content a:hover{
    color: #e3b04b;
    text-decoration: none;
}
.news-post h2 a{
    display: block;
    color: #1a1913;
    font-size: 16px;
    font-weight: 500;
}

.reviews{
    padding: 150px 0 70px;
}
.reviews__wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.reviews__item{
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 30px;
}
.review-content{
    border: 1px solid #e3d2ba;
    padding: 45px 70px;
    background-color: #f4f0ed;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.reviews__item h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.reviews__item h3:after{
    content: '';
    display: block;
    margin-top: 12px;
    width: 140px;
    height: 2px;
    background: #e4b400;
    background-color: linear-gradient(to right, #e4b400, #ffcc00);
}
.reviews__item p{
    margin: 0;
}
.review-content:before{
    content: url("images/kavychki.png");
    position: absolute;
    left: 10px;
    top: 10px;
}
.review-content:after{
    content: url("images/kavychki.png");
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
}
.reviews__head{
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.reviews__head h2{
    margin: 0;
}


footer{
    color: #fff;
    background-color: #373a41;
}
footer h2{
    color: #fff;
    margin: 0;
}
.top-footer{
    padding: 140px 0 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.middle-footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 30px;
}
.footer-title{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.footer-menu ul{
    padding: 0;
    list-style: none;
}
.footer-menu a{
    color: #fff;
    opacity: 0.7;
}
.footer-menu ul a{
    border-bottom: 1px solid transparent;
}
.footer-menu ul a:hover{
    border-color: #fff;
    text-decoration: none;
}
.footer-menu .footer-title a{
    opacity: 1;
}
.footer-menu li{
    margin-bottom: 12px;
}
.footer-contact{
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}
.footer-contact > div{
    margin-bottom: 20px;
}
.footer-contact span{
    font-size: 14px;
    opacity: 0.5;
    font-weight: 300;
    margin-right: 15px;
}
.footer-contact a{
    color: #fff;
}

footer hr{
    border-color: #4a4d53;
}

.bottom-footer{
    font-size: 14px;
    text-align: right;
    opacity: 0.5;
    padding: 20px 0 40px;
}
.bottom-footer a{
    color: #fff;
}

.usluga-content__wrap .help__call{
    margin: 0;
}
.usluga-content{
    padding: 150px 0;
    background-color: #ededed;
}

.img-wrap
{
	display: flex;
	flex-wrap: wrap;
	border: 2px solid #f9c600;
	border-radius: 4px;
	padding: 32px;
	width: 100%;
    margin-top: 40px;
	height: auto;
	background-color: #f4f0ed;
}

.img__ads
{
	padding: 8px;
	width: 33%;
    min-width: 300px;
	max-height: 350px;
    object-fit: cover;
}

.info-block{
    border: 1px solid #e4b400;
    font-size: 22px;
    background-color: #fff;
    font-weight: 500;
    padding: 40px 70px;
    margin-bottom: 120px;
}
.usluga-content__wrap{
    display: flex;
    flex-wrap: wrap;
}
.usluga-content__left{
    width: 50%;
    padding-right: 10%;
    box-sizing: border-box;
}
.usluga-content__right{
    width: 50%;
}

.usluga-price{
    background-color: #fff;
    padding: 35px 50px;
}
.usluga-price table{
    font-size: 16px;
    color: #737373;
    width: 100%;
    margin-bottom: 40px;
}
.usluga-price table td{
    padding: 8px 0;
}
.usluga-price table tr > td:last-child{
    text-align: right;
    font-weight: 500;
}
.uk-button-price{
    color: #fff;
    display: inline-block;
    background-color: #e3b04b;
    padding: 14px 70px;
    font-size: 24px;
    font-weight: 600;
    box-shadow: 0 0 30px rgba(227,176,75,0.9);
    border-radius: 999px;
}


/*Боковой сайдбар меню*/
.right-widget .wraptitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.right-widget .wraptitle .widgettitle {
    border-bottom: 1px solid #cecece;
}

.right-widget .menu {
    list-style: none;
    margin: 0 0 40px;
    background-color: #f4f0ed;
    padding: 30px 30px 20px;
}

.right-widget .menu li {
    margin-bottom: 12px;
}

.right-widget .menu li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.right-widget .sub-menu {
    padding-left: 15px;
    border-left: 2px solid #f9c600;
    margin-top: 12px;
    list-style: none;
}

.right-widget .sub-menu li {
    margin-bottom: 5px;
}

.right-widget .sub-menu li a {
    font-size: 13px;
    font-weight: 300;
}

.right-widget li.current-menu-item a,
.right-widget li a:hover {
    color: #f9c600;
    text-decoration: none;
}

.right-widget .infobanner__title {
    font-size: 14px;
    margin-bottom: 10px;
}

.right-widget .infobanner {
    padding: 30px 20px;
}

h1{
    text-transform: none;
    font-size: 40px;
}
#uk-breadcrumb a{
    color: #737373;
}






  @media only screen and (max-width : 1400px) {
    }

    @media only screen and (max-width : 1200px) {

    }
    @media only screen and (max-width : 1000px) {
        .usluga-content__left {
            width: 100%;
            padding-right: 0;
            margin-bottom: 30px;
        }
        .usluga-content__right {
            width: 100%;
        }
        .info-block {
            padding: 40px 15px;
            margin-bottom: 30px;
            text-align: center;
        }
        .header-top {
            flex-wrap: wrap;
            justify-content: center;
        }
        .logo{
            width: 100%;
            margin-bottom: 10px;
        }
        .logo a{
            justify-content: center;
        }
        .hero__item {
            text-align: center;
        }
        .hero__item-img {
            margin-right: 0;
            width: 100%;
        }
        .help__call {
            padding: 58px 20px;
            margin-left: 0;
        }
        .features__wrap {
            margin: 0 -10px;
        }
        .features__item {
            width: 25%;
            padding: 0 10px;
        }
        .review-content {
            padding: 45px 20px;
        }
        .top-footer{
            padding: 80px 0;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }
        .top-footer h2{
            margin-bottom: 30px;
        }
    }

    @media only screen and (max-width : 900px) {

    }

    @media only screen and (max-width : 768px) {
        .reviews__wrap {
            margin: 0 -15px;
        }
        .bottom-footer {
            text-align: center;
        }
        .footer-contact{
            width: 100%;
            text-align: center;
            margin-top: 15px;
        }
        .footer-menu{
            width: 50%;
            text-align: center;
        }
        .reviews__item {
            width: 100%;
        }
        .features__item {
            width: 50%;
        }
        .hero__wrap {
            margin: 60px -10px 0;
            flex-wrap: wrap;
        }
        .hero__wrap > * {
            width: 50%;
            box-sizing: border-box;
        }
        #main-menu{
            margin-bottom: 15px;
        }
        .hero h1 {
            font-size: 35px;
        }
        .uk-button-large {
            padding: 2px 25px;
            font-size: 16px;
        }
    }

    @media only screen and (max-width : 640px) {
        #modal-menu{
            position: fixed;
            right: 15px;
            top: 40px;
            z-index: 1;
        }
        .uk-navbar-toggle {
            color: #000;
        }
        .uk-offcanvas-bar .uk-nav li > a {
            color: #000;
            font-weight: 700;
        }
        .uk-offcanvas-bar .uk-nav .sub-menu li > a{
            font-weight: 300;
        }
        .uk-offcanvas-bar .uk-nav .sub-menu{
            padding-left: 30px;
        }
        .uk-offcanvas-close{
            width: 30px;
        }
        .uk-offcanvas-flip .uk-offcanvas {
            width: 100%;
            background: rgba(0,0,0,0.6);
        }
    }

    @media only screen and (max-width : 580px) {
        .help-item {
            width: 100%;
        }
        .help-item.big .help-item-body {
            display: block;
        }
        h2, .uk-h2 {
            font-size: 30px;
        }
        .fullscreen-bg{
            background-image: url('images/hero-video.jpg');
            background-size: cover;
            background-position: center;
        }
        .hero__item {
            opacity: 0.9;
        }
    }

    @media only screen and (max-width : 480px) {
        .features p {
            font-size: 15px;
        }
        .help__call {
            padding: 58px 10px;
        }
        .uk-button-large {
            padding: 2px 10px;
            font-size: 15px;
        }
        .info-block {
            font-size: 18px;
        }
        .help__call-title {
            font-size: 20px;
        }
        .usluga-price {
            padding: 35px 20px;
        }
        .usluga-price table {
            font-size: 15px;
        }
    }
 
    @media only screen and (max-width : 320px) {

    }

