/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

:focus {
    outline: none;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: unset !important;
    margin-bottom: unset !important;
}

.bold {
    font-weight: 700;
}

.price__bold {
    font-weight: 800;
}

/* Пользовательские стили */
.callback__form button {
    -webkit-box-shadow: 0px 3px 10px 0px #ff9f43;
            box-shadow: 0px 3px 10px 0px #ff9f43;
}

/* Слайдер на главной странице */
.okna__slider .elementor-slide-button {
    -webkit-box-shadow: 0px 3px 10px 0px #ff9f43;
            box-shadow: 0px 3px 10px 0px #ff9f43;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.okna__slider .elementor-slide-button:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.okna__slider .elementor-swiper-button {
    top: auto;
    bottom: -15px;
    padding: 5px;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.okna__slider .elementor-swiper-button:hover {
    color: #fff !important;
    background: #7367f0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.okna__slider .elementor-swiper-button-prev {
    left: 20%;
}

.okna__slider .elementor-swiper-button-next {
    right: 20%;
}

@media (max-width: 1024px) {
    .okna__slider .elementor-swiper-button-prev {
        left: 5%;
    }
    
    .okna__slider .elementor-swiper-button-next {
        right: 5%;
    }
}

.okna__slider  .swiper-pagination-bullets {
    width: 50%;
    left: 25%;
}

/* Проценты на втором слайде */
.percent,
.percent__number {
    color: #fff;
    font-size: 90px;
    font-weight: 800;
    position: absolute;
    right: 37.5%;
}

.percent {
    right: 23%;
}

@media (max-width: 1024px) {
    .percent {
        right: 29%;
    }
}

@media (max-width: 768px) {
    .percent {
        right: 25%;
    }
}

@media (max-width: 500px) {
    .percent__number {
        font-size: 55px;
        left: 62%;
        top: 38%;
    }
    .percent {
        font-size: 55px;
        left: 82%;
        top: 38%;
    }
}

/* Отзывы */
.okna__otzivi .elementor-swiper-button {
    color: #b9b8bf;
    background: #f5f5f5;
    padding: 7px 5px;
    top: 70% !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.okna__otzivi .elementor-swiper-button:hover {
    color: #fff;
    background: #ff9f43;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1024px) {
    .okna__otzivi .elementor-swiper-button {
        top: 60% !important;
    }
}

/* Наши работы */
@media (min-width: 1025px) {
    .works__bg {
        background-position: 0 0;
        background-size: 47vw 100%;
        background-repeat: no-repeat;
    }

    .works__slider .works__slider_block {
        width: 70% !important;
    }

    .works__slide_card {
        width: 30% !important;
    }
}

.works__slider .elementor-section .elementor-container {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}

.works__slider_slider .elementor-swiper-button {
    top: auto;
    left: auto;
    right: 0;
    bottom: -20px;
    color: #b9b8bf;
    background: #f5f5f5;
    padding: 7px 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.works__slider_slider .elementor-swiper-button-prev {
    right: 35px;
}

.works__slider_slider .elementor-swiper-button:hover {
    color: #fff;
    background: #ff9f43;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.works__number {
    color: #242032;
    font-size: 24px;
    font-weight: 700;
}

.works__menu .menu-item a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.works__menu .menu-item a:hover {
    border-bottom: 2px solid #fff;
    padding-bottom: 6px !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.works__menu_active {
    padding-bottom: 6px !important;
    border-bottom: 2px solid #fff;
}

.disable {
    display: none;
}

.active {
    display: block;
}

/* Попап форма */
.elementor-popup-modal .dialog-close-button .eicon-close {
    font-size: 20px;
    color: #ff9f43;
}

.elementor-popup-modal .dialog-message {
    width: 400px !important;
}

.elementor-popup-modal .dialog-close-button {
    right: 48%;
}

/* Акции */
.akcii__counter .elementor-counter-number {
    background-image: -webkit-gradient(linear, left top, right top, from(#b9b3f7), to(#f7bbbb));
    background-image: -o-linear-gradient(left, #b9b3f7 0%, #f7bbbb 100%);
    background-image: linear-gradient(to right, #b9b3f7 0%, #f7bbbb 100%);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/* Пластиковые двери слайдер */
.doors__section_slider .elementor-swiper-button {
    top: auto;
    left: auto;
    right: 0;
    bottom: -20px;
    color: #b9b8bf;
    background: #f5f5f5;
    padding: 7px 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.doors__section_slider .elementor-swiper-button-prev {
    right: 35px;
}

.doors__section_slider .elementor-swiper-button:hover {
    color: #fff !important;
    background: #7367f0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.doors__section_button-active {
    color: #fff !important;
    background-color: #ff9f43 !important;
}

/* Пластиковые окна галерея */
.rotate__block {
    transform: rotate(-90deg);
}

.windows__menu .menu-item a {
    transition: none;
}

.windows__menu .menu-item a:hover {
    color: #161226 !important;
    padding-bottom: 6px;
    border-bottom: 2px solid #ff9f43;
}

.windows__menu-active {
    color: #161226 !important;
    padding-bottom: 6px;
    border-bottom: 2px solid #ff9f43;
}