body
{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    color: #000;
    background: #fff;
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

::after,
::before
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.container
{
    width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) and (max-width: 1200px)
{
    .container
    {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 992px)
{
    .container
    {
        width: 750px;
    }
}

@media (max-width: 768px)
{
   .lb-outerContainer {
    width: 70%!important;
    height: auto!important;
}

   img.lb-image {
    width: 100%!important;
    height: auto!important;
}
	
	.container
    {
        width: 100%;
    }
}

.clearfix::after
{
    display: table;
    clear: both;

    content: '';
}

a
{
    display: inline-block;

    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    display: inline-block;

    max-width: 100%;
    height: auto;

    vertical-align: bottom;
}

figure
{
    margin: 0;
}

.btn
{
    display: inline-block;

    cursor: pointer;
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    text-align: center;
    vertical-align: middle;

    border: none;
    outline: none;
}

.btn:hover
{
    text-decoration: none;
}

.header-top-link
{
    text-align: right;

    border-bottom: 1px solid #cbcbcb;
}

.header-time,
.header-mail
{
    font-size: 14px;
    line-height: normal;

    display: inline-block;

    padding: 16px 30px;
    padding-left: 55px;

    vertical-align: middle;
    letter-spacing: .009em;

    color: #404040;
    border-left: 1px solid #cbcbcb;
}

.header-time
{
    background: url('../img/header-time.png') 30px 50% no-repeat;
}

.header-mail
{
    border-right: 1px solid #cbcbcb;
    background: url('../img/header-mail.png') 30px 50% no-repeat;
}

.header-time span,
.header-mail a
{
    margin-left: 10px;

    color: #000;
}

.main-header
{
    padding: 30px 0;

    border-bottom: 1px solid #cbcbcb;
}

.main-header .logo
{
    font-size: 0;

    float: left;

    color: #404040;
}

.main-header .logo:hover
{
    text-decoration: none;
}

.main-header .logo img
{
    margin-right: 25px;

    vertical-align: middle;
}

.main-header .logo-desc
{
    font-size: 14px;
    line-height: normal;

    display: inline-block;

    max-width: 300px;

    vertical-align: middle;
    letter-spacing: .009em;
}

.main-header .phone-block
{
    float: right;

    text-align: right;
}

.main-header .phone
{
    font-size: 18px;
    font-weight: 600;
    line-height: normal;

    display: block;

    margin-bottom: 10px;
    padding-left: 62px;

    letter-spacing: .075em;

    color: #000;
    background: url('../img/viber.png') 0 50% no-repeat;
}

.btn
{
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;

    padding: 0 25px;

    color: #000;
    border-radius: 5px;
    background-color: #ffc501;
    -webkit-box-shadow: 0 0 23.75px 1.25px rgba(255, 197, 1, .21);
            box-shadow: 0 0 23.75px 1.25px rgba(255, 197, 1, .21);
}

.btn:hover
{
    background-color: #daa903;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.callback-btn
{
    font-size: 15px;
    font-weight: 600;

    padding-right: 55px;
    padding-left: 20px;

    letter-spacing: .05em;

    color: #f2f2f2;
    background: url('../img/callback-btn.png') calc(100% - 20px) 50% no-repeat, #000 url('../img/callback-btn-bg.png') 50% 50%;
    background-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.callback-btn:hover
{
    background: #000 url('../img/callback-btn.png') calc(100% - 20px) 50% no-repeat;
}

.main-nav
{
    width: 100%;

    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
}

.main-nav.fixed
{
    position: fixed;
    z-index: 10;
    top: 0;
}

.main-nav.fixed a
{
    padding: 15px 0;
}

.main-nav.fixed .call-home a::before
{
    bottom: 10px;
}

.main-nav ul
{
    font-size: 0;

    margin: 0 auto;
    padding: 0;

    list-style: none;
}

.main-nav li
{
    display: inline-block;

    padding: 0 12px;

    vertical-align: middle;
}

.main-nav li:first-of-type
{
    padding-left: 0;
}

.main-nav li:last-of-type
{
    padding-right: 0;
}

.main-nav a
{
    font-size: 14px;
    line-height: normal;

    position: relative;

    padding: 26px 0;

    text-transform: uppercase;

    color: #000;
}

.main-nav a::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';
    -webkit-transition: background .5s ease;
            transition: background .5s ease;

    background-color: transparent;
}

.main-nav li:hover a::before,
.main-nav li a.active::before
{
    background-color: #ffc501;
}

.main-nav li:hover a
{
    text-decoration: none;
}

.main-nav li.call-home a
{
    font-weight: 700;

    -webkit-transition: color .5s ease;
            transition: color .5s ease;
}

.main-nav li.call-home:hover a
{
    color: #ffc501;
}

.main-nav .call-home a::before
{
    top: auto;
    bottom: 23px;

    height: 2px;

    background: url('../img/call-home.png');
}

.main-nav .call-home:hover a::before
{
    background: url('../img/call-home-hover.png');
}

.first-screen
{
    padding: 200px 0;

    background: #3e3a35 url('../img/first-screen.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.first-screen h1
{
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;

    max-width: 790px;
    margin: 0;
    margin-bottom: 60px;
    padding-left: 35px;

    color: #fff;
    border-left: 7px solid #ffc501;
}

.first-screen h1 span
{
    font-weight: 800;

    display: block;
}

.first-screen ul
{
    font-size: 0;

    margin: 0;
    margin-bottom: 60px;
    padding: 0;
    padding-left: 15px;

    list-style: none;
}

.first-screen li
{
    font-size: 20px;
    line-height: normal;
    line-height: 40px;

    padding-left: 45px;

    color: #fff;
    background: url('../img/first-screen-li.png') 0 50% no-repeat;
}



.first-screen .call-home-btn
{
    font-size: 18px;
    font-weight: 600;
    line-height: 55px;

    padding-right: 30px;
    padding-left: 65px;

    background: #ffc501 url('../img/call-home-btn.png') 30px 50% no-repeat;
}

.first-screen .call-home-btn:hover
{
    background: #daa903 url('../img/call-home-btn.png') 30px 50% no-repeat;
}

.calc-screen
{
    padding-top: 120px;
    padding-bottom: 100px;

    background: #fff url('../img/bg.png') 50% 0 repeat-y;
}

h2
{
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;

    position: relative;

    margin: 0;
    padding-left: 27px;

    color: #000;
}

h2::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 7px;
    height: 80px;

    content: '';

    background-color: #ffc501;
}

h2 span
{
    font-weight: 800;
}

.calc-screen .left-block
{
    display: inline-block;

    width: 362px;
    margin-right: 30px;

    vertical-align: middle;
}

.calc-screen h2
{
    margin-bottom: 20px;
}

.calc-screen p
{
    font-size: 18px;
    line-height: 27px;

    padding-left: 27px;

    color: #000;
}

.calc-form
{
    font-size: 0;

    display: inline-block;

    width: 740px;
    padding: 35px 40px;

    text-align: center;
    vertical-align: middle;

    border: 10px solid #ffc501;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13.5px 1.5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 13.5px 1.5px rgba(0, 0, 0, .3);
}

.calc-form span
{
    font-size: 16px;
    font-weight: 400;

    display: block;
    /*line-height: 40px;*/

    margin-bottom: 10px;

    text-align: left;

    color: #000;
}

.calc-form label
{
    display: inline-block;

    width: 50%;
    margin-bottom: 20px;
    padding-right: 15px;

    vertical-align: top;
}

.calc-form label:nth-of-type(2n)
{
    padding-right: 0;
    padding-left: 15px;
}

.calc-form select
{
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;

    width: 100%;
    height: 40px;
    padding: 0 15px;

    text-indent: .01px;
       text-overflow: '';

    color: #000;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    outline: none;
    background: #fff url('../img/select.png') calc(100% - 15px) 50% no-repeat;
    -webkit-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, .15);

    -webkit-appearance: none;
       -moz-appearance: none;
    -o-text-overflow: '';
        -ms-appearance: none;
            appearance: none!important;
}

.calc-form select::-ms-expand
{
    display: none;
}

.calc-btn-block
{
    vertical-align: bottom!important;
}

.calc-btn-block .btn
{
    width: 100%;
}

.calc-catalog-result .slick-list
{
    padding-top: 100px;
}

.calc-catalog-result .slick-next,
.calc-catalog-result .slick-prev
{
    z-index: 1;

    width: 50px;
    height: 50px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.calc-catalog-result .slick-next::before,
.calc-catalog-result .slick-prev::before
{
    display: none;
}

.calc-catalog-result .slick-next:hover,
.calc-catalog-result .slick-prev:hover
{
    background-color: rgba(0, 0, 0, .75);
}

.calc-catalog-result .slick-prev
{
    left: -75px;

    background-image: url('../img/left.png');
}

.calc-catalog-result .slick-next
{
    right: -75px;

    background-image: url('../img/right.png');
}

.features-screen
{
    min-height: 995px;
    padding: 100px 0;

    color: #fff;
    background: #1b0305 url('../img/features-screen.jpg') 50% 0 no-repeat;
}

.features-screen .container
{
    position: relative;
}

.features-screen h2
{
    max-width: 458px;

    color: #fff;
}

.features-screen ul
{
    font-size: 0;

    margin: 0;
    padding: 0;

    list-style: none;
}

.features-screen li
{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;

    position: absolute;

    display: inline-block;

    padding: 13px 0;
    padding-right: 105px;

    text-align: right;
    vertical-align: top;

    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.features-screen .lamp
{
    top: 145px;
    left: 250px;

    max-width: 400px;

    background-image: url('../img/features-screen-1.png');
}

.features-screen .hours
{
    top: 288px;
    left: 83px;

    max-width: 280px;

    background-image: url('../img/features-screen-2.png');
}

.features-screen .car
{
    top: 428px;
    left: 211px;

    max-width: 310px;

    background-image: url('../img/features-screen-3.png');
}

.features-screen .price
{
    top: 568px;
    left: 15px;

    max-width: 305px;

    background-image: url('../img/features-screen-4.png');
}

.features-screen .guard
{
    top: 711px;
    left: 117px;

    max-width: 390px;

    background-image: url('../img/features-screen-5.png');
}

/* Privat: payment by installments  */

.privat-part 
{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.privat-part__container 
{
    position: relative;
    display: flex;
    padding: 0 15px;
    align-items: center;
    flex-direction: column;
}

.privat-part__info 
{
    position: relative;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.privat-part__title::before 
{
    height: 40px;
}

.privat-part__logo 
{
    position: relative;
    width: 300px;
    margin-right: 30px;
}

.privat-part__list
{
    margin-right: 20px;
}

/* Privat: END */

.catalog-screen
{
    padding: 100px 0;

    background: #fff url('../img/bg.png') 50% 0 repeat-y;
}

.catalog-screen h2
{
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.catalog-tabs
{
    font-size: 0;

    margin: 0;
    margin-bottom: 60px;
    padding: 0;

    list-style: none;

    text-align: center;
}

.catalog-tabs li
{
    position: relative;

    display: inline-block;

    width: 120px;
    height: 120px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    text-align: center;
    vertical-align: top;

    border-right: 1px solid #d9a801;
    background-color: #f2bb01;
    background-repeat: no-repeat;
}

.catalog-tabs li:last-of-type
{
    border-right: 0;
}

.catalog-tabs span
{
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;

    width: 100%;
    height: 100%;
    padding-top: 68px;
    display: block;
    vertical-align: .025em;

    color: #000;
}
.econom1 span{
    padding-top: 0px;
    height: 0%;
}
.standart1 span{
    padding-top: 0px;
    height: 0%;
}
.premium1 span{
    padding-top: 0px;
    height: 0%;
}
.elit1 span{
    padding-top: 0px;
    height: 0%;
}
.tx-dveri{
    font-weight: bold !important;
    margin-top: 60px;
}

.catalog-tabs.fixed span{
    padding-top: 0px;
    margin-top: 2px;
}

.catalog-tabs li:hover a
{
    text-decoration: none;
}

.catalog-tabs li.active,
.catalog-tabs li:hover
{
    z-index: 1;

    background-color: #ffc501;
    -webkit-box-shadow: 0 0 14.4px 3.6px rgba(0, 0, 0, .3);
            box-shadow: 0 0 14.4px 3.6px rgba(0, 0, 0, .3);
}

.catalog-tabs.fixed
{
    position: fixed;
    z-index: 10;
    top: 50px;
    left: 50%;

    width: 100%;

    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

    border-bottom: 1px solid #f2f2f2;
    background: #fff;
}

.catalog-tabs.fixed li
{
    height: 60px;

    background-image: none!important;
}

.catalog-tabs.fixed  li.active,
.catalog-tabs.fixed  li:hover
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.catalog-tabs.fixed a
{
    padding-top: 16px;
}

.pt-tabs
{
    padding-top: 120px;
}

.catalog-tabs li.active::before,
.catalog-tabs li:hover::before
{
    position: absolute;
    bottom: -35px;
    left: 50%;

    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

    border: 20px solid transparent;
    border-top: 15px solid #ffc501;
}

.catalog-tabs li.econom
{
    background-image: url('../img/catalog-tabs-1.png');
    background-position: 50% 34px;
}

.catalog-tabs li.standart
{
    background-image: url('../img/catalog-tabs-2.png');
    background-position: 50% 34px;
}

.catalog-tabs li.premium
{
    background-image: url('../img/catalog-tabs-3.png');
    background-position: 50% 28px;
}

.catalog-tabs li.elit
{
    background-image: url('../img/catalog-tabs-4.png');
    background-position: 50% 35px;
}

.catalog-tab
{
    font-size: 0;
}

.catalog-tab
{
    display: none;

    text-align: center;
}

.catalog-tab.active
{
    display: block;
}

.catalog-item
{
    display: inline-block;

    width: 212px;
    margin: 0 8px;
    margin-bottom: 20px;

    text-align: left;
    vertical-align: top;

    -webkit-box-shadow: 0 0 14.4px 3.6px rgba(0, 0, 0, .2);
            box-shadow: 0 0 14.4px 3.6px rgba(0, 0, 0, .2);
}

.catalog-item-wrapper
{
    padding: 30px 20px;

    background-color: #fff;
}

.catalog-item-title
{
    font-size: 16px;
    line-height: normal;

    margin: 0;

    color: #000;
}

.catalog-item-desc
{
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;

    margin-bottom: 5px;

    color: #a9a9a9;
}

.catalog-item-price
{
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;

    position: relative;

    display: inline-block;

    margin-bottom: 10px;

    vertical-align: top;

    color: #000;
}

.catalog-item-price::after
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 13px;

    content: '';

    background-color: #ffeba6;
}

.catalog-item-price span
{
    position: relative;
    z-index: 2;
}

.catalog-item-link-more
{
    font-size: 14px;
    line-height: 40px;

    margin-bottom: 3px;
    padding-right: 25px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    color: #9d9d9d;
    background: url('../img/catalog-item-link-more.png') 100% 50% no-repeat;
}

.catalog-item-link-more:hover
{
    color: #787878;
    background: url('../img/catalog-item-link-more-hover.png') 100% 50% no-repeat;
}

.catalog-item-btn
{
    position: relative;

    width: 100%;
    padding-right: 50px;

    background: #ffc501 url('../img/catalog-item-btn.png') calc(100% - 40px) no-repeat;
}

.catalog-item-img
{
    position: relative;

    height: 260px;
    padding: 20px;

    background-color: #f2f2f2;
}

.catalog-item-img a
{
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    text-decoration: none;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-item-img img
{
    width: auto;
    max-width: 95%;
    height: auto;
    max-height: 95%;
}

.catalog-item.video .catalog-item-img::after,
.catalog-item.sale .catalog-item-img::after
{
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;

    width: 48px;
    height: 48px;

    content: '';
}

.catalog-item.video .catalog-item-img::after
{
    background: url('../img/video.png') no-repeat;
}

.catalog-item.sale .catalog-item-img::after
{
    background: url('../img/sale.png') no-repeat;
}

.catalog-link-more-wrapper
{
    text-align: center;
}

.catalog-link-more-wrapper.show
{
    display: block;
}

.catalog-link-more-wrapper.hidden
{
    display: none;
}

.catalog-link-more
{
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;

    margin-top: 70px;
    padding-top: 50px;

    color: #000;
    border-bottom: 2px dashed #000;
    background: url('../img/catalog-link-more.png') 50% 0 no-repeat;
}

.catalog-link-more:hover
{
    text-decoration: none;

    border-bottom: 2px solid #000;
}

.middle-form-screen
{
    padding: 100px 0;

    color: #fff;
    background: #312e28 url('../img/middle-form-screen.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.middle-form-screen h2
{
    max-width: 390px;
    margin-bottom: 30px;

    color: #fff;
}

.middle-form-screen p
{
    max-width: 400px;
    margin: 0;
    margin-bottom: 50px;
    padding-left: 28px;
}

.middle-form-screen form
{
    font-size: 0;

    padding-left: 28px;
}

.middle-form-screen label
{
    display: inline-block;

    width: 310px;

    vertical-align: top;
}

.middle-form-screen label span
{
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;

    display: block;
}

.input
{
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;

    width: 100%;
    height: 38px;
    padding: 0 15px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    color: #000;
    border: 1px solid rgba(203, 203, 203, .5);
    border-radius: 5px;
    outline: none;
    background-color: rgba(255, 255, 255, .5);
}

.input:hover,
.input:focus
{
    border: 1px solid rgb(203, 203, 203);
    background-color: rgb(255, 255, 255);
}

.middle-form-screen form .btn
{
    vertical-align: bottom;
    text-transform: uppercase;
}

.middle-form-screen form label
{
    margin-right: 75px;
}

.services-screen
{
    padding: 100px 0;

    background: #fff url('../img/bg.png') 50% 0 repeat-y;
}

.services-screen h2
{
    max-width: 235px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.services-screen h2::before
{
    height: 40px;
}

.services-item
{
    position: relative;

    float: left;

    width: 270px;
    height: 494px;
    margin-right: 30px;
    padding: 20px;

    background-color: #0f0502;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.services-item-vertical
{
    width: 540px;
    height: 232px;
}

.services-item .wrapper
{
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

.services-item-title
{
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;

    margin: 0;

    color: #fff;
}

.services-item-desc
{
    font-size: 18px;
    line-height: 30px;

    color: #fff;
}

.services-item .btn
{
    display: none;

    margin-top: 10px;
}

.services-item:hover::before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .9);
}

.services-item:hover .btn
{
    display: block;
}

.repair-of-doors
{
    background-image: url('../img/services-item-1.jpg');
}

.replacement-of-doors
{
    margin-bottom: 30px;

    background-image: url('../img/services-item-2.jpg');
}

.door-installation
{
    background-image: url('../img/services-item-3.jpg');
}

.finishing-of-slopes
{
    float: right;

    margin-right: 0;

    background-image: url('../img/services-item-4.jpg');
}

.feedback-screen
{
    padding-top: 100px;
    padding-bottom: 140px;

    background: #332e29 url('../img/feedback-screen.jpg');
}

.feedback-screen h2
{
    max-width: 365px;
    margin-bottom: 100px;

    color: #fff;
}

.feedback-slider
{
    max-width: 900px;
    margin: 0 auto;
}

.feedback-slider .slick-next,
.feedback-slider .slick-prev
{
    z-index: 1;

    width: 35px;
    height: 100%;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: rgba(0, 0, 0, .4);
}

.feedback-slider .slick-next:before,
.feedback-slider .slick-prev:before
{
    font-size: 0;
    line-height: normal;

    display: block;

    width: 100%;
    height: 17px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    opacity: 1;
}

.feedback-slider .slick-prev:before
{
    background: url('../img/feedback-slider-prev.png') 50% 50% no-repeat;
}

.feedback-slider .slick-prev:hover:before
{
    background: url('../img/feedback-slider-prev-hover.png') 50% 50% no-repeat;
}

.feedback-slider .slick-next:before
{
    background: url('../img/feedback-slider-next.png') 50% 50% no-repeat;
}

.feedback-slider .slick-next:hover:before
{
    background: url('../img/feedback-slider-next-hover.png') 50% 50% no-repeat;
}

.feedback-slider .slick-next:hover,
.feedback-slider .slick-prev:hover
{
    background-color: rgba(0, 0, 0, .6);
}

.feedback-slider .slick-prev
{
    left: 0;
}

.feedback-slider .slick-next
{
    right: 0;
}

.feedback-slider-item
{
    padding: 30px 60px;

    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 12.75px 2.25px rgba(0, 0, 0, .004);
            box-shadow: 0 0 12.75px 2.25px rgba(0, 0, 0, .004);
}

.feedback-img
{
    display: inline-block;

    width: 208px;
    margin-right: 30px;

    vertical-align: top;
}



.feedback-slider-item .right-block
{
    display: inline-block;

    max-width: 535px;

    vertical-align: top;
}

.feedback-slider-item-time
{
    font-size: 14px;
    line-height: 24px;
}

.feedback-slider-item-title
{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;

    margin-bottom: 30px;
}



.feedback-slider-item-text > *:first-child
{
    margin-top: 0;
}

.feedback-slider-item-text > *:last-child
{
    margin-bottom: 0;
}

.steps-screen
{
    padding: 100px 0;

    background: #fff url('../img/bg.png') 50% 0 repeat-y;
}

.steps-screen h2
{
    max-width: 440px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.steps-screen ol
{
    font-size: 0;

    margin: 0;
    padding: 0;

    list-style: none;

    counter-reset: myCounter;

    color: #000;
}

.steps-screen li
{
    position: relative;

    display: inline-block;

    width: 260px;
    margin-right: 30px;

    vertical-align: top;
}

.steps-screen li:nth-of-type(4n)
{
    margin-right: 0;
}

.steps-screen li::before
{
    font-size: 48px;
    font-weight: 300;
    line-height: 48px;

    position: relative;
    z-index: 2;

    display: block;

    margin-bottom: 30px;

    content: '0' counter(myCounter);
    counter-increment: myCounter;
}

.steps-screen li::after
{
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 0;

    width: 55px;
    height: 13px;

    content: '';

    background-color: #ffeba6;
}

.steps-screen li b
{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    display: block;

    margin-bottom: 17px;
}

.steps-screen li p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}

.steps-screen li a
{
    font-weight: bold;

    color: #000;
}

.steps-screen li span
{
    font-weight: 700;
}

.about-us-screen
{
    padding: 100px 0;

    background: #f8f7f3 url('../img/about-us.png') 50% 0 no-repeat;
}

.about-us-screen h2
{
    max-width: 430px;
    margin-bottom: 85px;
}

.about-us-text-wrapper
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    max-width: 780px;
    margin-left: 35px;
}

.about-us-text-wrapper .wrapper
{
    position: relative;
    z-index: 2;

    padding: 40px 30px;

    background-color: #fff;
}

.about-us-text-wrapper::before,
.about-us-text-wrapper::after
{
    position: absolute;
    z-index: 1;

    width: 100px;
    height: 100px;

    content: '';

    background-color: #ffc501;
}

.about-us-text-wrapper::before
{
    bottom: -15px;
    left: -15px;
}

.about-us-text-wrapper::after
{
    top: -15px;
    right: -15px;
}

.about-us-text-wrapper p
{
    margin: 0;
    margin-bottom: 30px;
}

.about-us-text-wrapper .wrapper p:last-child
{
    margin-bottom: 0;
    padding-right: 140px;
}

.about-us-text-wrapper h3
{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;

    position: relative;

    display: inline-block;

    margin: 0;
    margin-bottom: 30px;

    text-transform: uppercase;
}

.about-us-text-wrapper h3 span
{
    position: relative;
    z-index: 2;
}

.about-us-text-wrapper h3::after
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 13px;

    content: '';

    background-color: #ffeba6;
}

.about-us-video-wrapper
{
    position: relative;
    z-index: 3;

    float: right;

    width: 473px;
    margin-top: -110px;
}

.youtube-wrapper
{
    position: relative;

    overflow: hidden;

    height: 0;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    padding-top: 30px;
    padding-bottom: 56.25%;

    -webkit-box-shadow: 0 0 18px 2px rgba(0, 0, 0, .5);
            box-shadow: 0 0 18px 2px rgba(0, 0, 0, .5);
}

.youtube-wrapper iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.about-us-video-text
{
    font-size: 14px;
    font-style: italic;
    line-height: 24px;

    text-align: center;
}

.about-us-screen .container
{
    position: relative;
}

.door-screen
{
    padding: 100px 0;

    text-align: center;

    background: #fff url('../img/bg.png') 50% 0 repeat-y;
}

.door-screen h2
{
    max-width: 405px;
    margin: 0 auto;
    margin-bottom: 80px;

    text-align: left;
}

.map-screen
{
    background: #fff url('../img/bg.png') 50% 0 repeat-y;
}

.map-screen .wrapper
{
    max-width: 810px;
    margin: 0 auto;
}

.map-screen h2
{
    max-width: 385px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.map-screen h2::before
{
    height: 40px;
}

.map-screen .map-block
{
    position: relative;
    z-index: 1;

    height: 580px;

    -webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, .5);
            box-shadow: 0 0 16px 4px rgba(0, 0, 0, .5);
}

.last-screen
{
    position: relative;

    margin-top: -110px;
    padding-top: 160px;

    background: #130e0c url('../img/last-screen.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.footer-features
{
    padding: 40px 0;

    color: rgba(255, 255, 255, .5);
    background-color: #000;
}

.footer-features ul
{
    font-size: 0;

    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-features li
{
    font-size: 14px;
    font-weight: 400;
    line-height: normal;

    display: inline-block;

    width: 20%;
    padding-left: 40px;

    vertical-align: top;
}

.footer-features .lamp
{
    background: url('../img/footer-features-item-1.png') 0 0 no-repeat;
}

.footer-features .car
{
    background: url('../img/footer-features-item-2.png') 0 0 no-repeat;
}

.footer-features .hours
{
    background: url('../img/footer-features-item-3.png') 0 0 no-repeat;
}

.footer-features .guard
{
    background: url('../img/footer-features-item-4.png') 0 0 no-repeat;
}

.footer-features .price
{
    background: url('../img/footer-features-item-5.png') 0 0 no-repeat;
}

.footer-bottom-form
{
    padding: 50px 0;

    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    background-image: none;
}

.footer-bottom-form h2
{
    max-width: 590px;
    margin-bottom: 40px;

    color: #fff;
}

.footer-bottom-form h2::before
{
    height: 40px;
}

.footer-bottom-form p
{
    font-size: 18px;
    line-height: 27px;

    max-width: 590px;
    margin: 0;
    margin-bottom: 40px;
    padding-left: 27px;
}

.footer-bottom-form p a
{
    font-weight: 700;

    color: #ffc501;
}

::-webkit-input-placeholder
{
    color: #000;
}

::-moz-placeholder
{
    color: #000;
}

:-moz-placeholder
{
    color: #000;
}

:-ms-input-placeholder
{
    color: #000;
}

.footer-item
{
    display: inline-block;

    width: 256px;
    margin-right: 30px;

    vertical-align: top;

    color: #fff;
}

.footer-item:nth-of-type(4n)
{
    margin-right: 0;
}

.footer-item b
{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;

    display: block;

    margin-bottom: 8px;
}

.footer-item p
{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;

    margin: 0;
    padding-left: 30px;
}

.footer-item ul
{
    margin: 0;
    padding: 0;
    padding-left: 30px;

    list-style: none;
}

.footer-item a
{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;

    color: #fff;
}

.footer-address
{
    background: url('../img/footer-address.png') 0 5px no-repeat;
}

.footer-email
{
    background: url('../img/footer-email.png') 0 5px no-repeat;
}

.footer-phones
{
    background: url('../img/footer-phones.png') 0 5px no-repeat;
}

.footer-time
{
    background: url('../img/footer-time.png') 0 5px no-repeat;
}

.footer-items
{
    font-size: 0;

    padding-top: 50px;
    padding-bottom: 80px;
}

.main-footer-socials
{
    font-size: 0;

    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}

.main-footer-socials li
{
    display: inline-block;

    margin-right: 35px;

    vertical-align: top;
}

.main-footer-socials li:last-of-type
{
    margin-right: 0;
}

.main-footer-socials a
{
    width: 50px;
    height: 50px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
}

.main-footer-socials .vk
{
    background: transparent url('../img/vk.png') 50% 50% no-repeat;
}

.main-footer-socials .fb
{
    background: transparent url('../img/fb.png') 50% 50% no-repeat;
}

.main-footer-socials .instagram
{
    background: transparent url('../img/instagram.png') 50% 50% no-repeat;
}

.main-footer-socials a:hover
{
    border-color: #ffc501;
    background-color: #ffc501;
}

.main-footer-socials .vk:hover
{
    background: #ffc501 url('../img/vk-hover.png') 50% 50% no-repeat;
}

.main-footer-socials .fb:hover
{
    background: #ffc501 url('../img/fb-hover.png') 50% 50% no-repeat;
}

.main-footer-socials .instagram:hover
{
    background: #ffc501 url('../img/instagram-hover.png') 50% 50% no-repeat;
}

input:focus::-webkit-input-placeholder
{
    color: transparent;
}

input:focus:-moz-placeholder
{
    color: transparent;
}

input:focus::-moz-placeholder
{
    color: transparent;
}

input:focus:-ms-input-placeholder
{
    color: transparent;
}

.pt
{
    padding-top: 72px;
}

.overlay
{
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .75);
}

.overlay.mega
{
    z-index: 1000;

    background-color: rgba(0, 0, 0, .95);
}

.overlay2
{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .95);
}

.catalog-price-modal2
{
    z-index: 1100 !important;
}

.modal
{
    position: absolute;
    z-index: 110;
    left: 50%;

    display: none;

    width: 765px;
    padding: 50px 40px;

    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);

    background-color: #fff;
}

.show
{
    display: block;
}

.modal-text-block
{
    position: relative;
}

.modal-text-block::before
{
    position: absolute;
    top: 0;
    left: -40px;

    width: 8px;
    height: 100%;

    content: '';

    background-color: #ffc501;
}

.modal-header
{
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;

    margin-bottom: 10px;

    color: #000;
}

.modal-text
{
    font-size: 18px;
    line-height: 27px;

    margin-bottom: 15px;

    color: #000;
}

.modal-text a
{
    font-weight: bold;

    color: #000;
}

.close,
.close2
{
    font-size: 0;

    position: absolute;
    top: 10px;
    right: 10px;

    width: 16px;
    height: 16px;

    cursor: pointer;

    border: 0;
    outline: none;
    background: url('../img/close.png');
}

.close:hover,
.close2:hover
{
    background: url('../img/close-hover.png');
}

.modal form
{
    font-size: 0;
}

.modal label
{
    display: inline-block;

    width: 50%;
    margin-bottom: 40px;
    padding-right: 20px;

    vertical-align: top;
}

.modal label span
{
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.modal label:nth-of-type(2n)
{
    padding-right: 0;
    padding-left: 20px;
}

.modal .btn
{
    padding: 0 35px;
}

.modal .input
{
    padding: 0 15px;

    color: #000;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    outline: none;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, .15);
}

.catalog-item.hidden
{
    display: none;
}

.catalog-item.show
{
    display: inline-block;
}

.menu-icon,
.close-icon,
.close-icon button
{
    display: none;

    padding: 0 !important;
}

.catalog-more-modal
{
    width: 1140px;
    padding: 50px;
}

.catalog-more-modal .modal-header
{
    margin-bottom: 0;
}

.catalog-more-modal .modal-text-block
{
    float: left;

    width: 510px;
    margin-right: 20px;
}

.catalog-more-modal .modal-price-block
{
    float: right;

    text-align: right;
}

.modal-price-text-block
{
    margin-bottom: 40px;
}

.catalog-more-modal .modal-text-block::before
{
    left: -50px;
}

.catalog-more-modal .modal-desc
{
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;

    color: #a3a3a3;
}

.catalog-more-modal .modal-country
{
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;

    color: #000;
}

.catalog-more-modal .modal-country span
{
    font-weight: 600;
}

.catalog-more-modal .modal-price
{
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;

    position: relative;

    display: inline-block;

    margin-bottom: 10px;

    vertical-align: top;

    color: #000;
}

.catalog-more-modal .modal-price span
{
    position: relative;
    z-index: 2;
}

.catalog-more-modal .modal-price::after
{
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 0;

    width: 100%;
    height: 13px;

    content: '';

    background-color: #ffeba6;
}

.catalog-more-modal .modal-price-btn
{
    display: block;
}

.catalog-more-modal table
{
    width: 100%;

    border-collapse: collapse;
}

.catalog-more-modal table td
{
    font-size: 14px;
    line-height: 24px;

    padding: 5px 20px;

    color: #000;
}

.catalog-more-modal table tr td:first-of-type
{
    font-size: 16px;
    font-weight: 600;
}

.catalog-more-modal table tr:nth-of-type(even) td
{
    background-color: #f7f7f7;
}


.catalog-more-modal .left-modal
{
    float: left;

    width: 720px;
    margin-right: 30px;
}

.catalog-more-modal .right-modal
{
    float: right;

    width: 290px;
}

.big-slider
{
    position: relative;

    width: 100%;
    margin-bottom: 10px;

    background-color: #edecec;
}

.big-slider a
{
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;

    height: 100% !important;
    padding: 10px;

    text-decoration: none;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.big-slider img
{
    display: inline-block !important;

    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}



.small-slider .small-slider-item
{
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    /*width: 70px !important;*/

    height: 80px !important;
    padding: 5px;

    cursor: pointer;
    text-decoration: none;

    background-color: #edecec;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.small-slider .small-slider-item img
{
    display: inline-block !important;

    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.catalog-more-modal
{
    position: absolute;

    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.catalog-more-text
{
    margin-bottom: 30px;
}

.catalog-more-text.show
{
    display: block;
}

.catalog-more-text-btn
{
    line-height: 24px;

    display: none;

    width: 100%;
    margin-bottom: 30px;
    padding: 0;

    text-align: center;
    text-transform: uppercase;

    border: 0;
    outline: none;
    background: transparent;
}

.catalog-more-text-btn.hidden
{
    display: none;
}

#popup__toggle
{
    position: fixed;
    right: 10px;
    bottom: 25px;

    cursor: pointer;
}

.img-circle
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    background-color: #29aee3;
}

.circlephone
{
    position: absolute;
    right: 10px;
    bottom: -25px;

    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 150px;
    height: 150px;

    -webkit-transition: all .5s;
    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
            animation: circle-anim 2.4s infinite ease-in-out !important;

    opacity: .5;
    border: 2px solid #29aee3;
    border-radius: 100%;
}

.circle-fill
{
    position: absolute;
    right: 35px;
    bottom: 0;

    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100px;
    height: 100px;

    -webkit-transition: all .5s;
    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
            animation: circle-fill-anim 2.3s infinite ease-in-out;

    border: 2px solid transparent;
    border-radius: 100%;
    background-color: #29aee3;
}

.img-circle
{
    position: absolute;
    right: 49px;
    bottom: 14px;

    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 72px;
    height: 72px;

    opacity: .7;
    border: 2px solid transparent;
    border-radius: 100%;
}

.img-circleblock
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 72px;
    height: 72px;

    -webkit-animation-name: tossing;
            animation-name: tossing;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    background-image: url(../img/mini.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.img-circle:hover
{
    opacity: 1;
}

@keyframes pulse
{
    0%
    {
        -webkit-transform: scale(.9);
                transform: scale(.9);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(.9);
                transform: scale(.9);

        opacity: 1;
    }
}

@-webkit-keyframes pulse
{
    0%
    {
        -webkit-transform: scale(.95);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(.95);

        opacity: 1;
    }
}

@keyframes tossing
{
    0%
    {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
    }
    50%
    {
        -webkit-transform: rotate(8deg);
                transform: rotate(8deg);
    }
    100%
    {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing
{
    0%
    {
        -webkit-transform: rotate(-8deg);
    }
    50%
    {
        -webkit-transform: rotate(8deg);
    }
    100%
    {
        -webkit-transform: rotate(-8deg);
    }
}

@-webkit-keyframes circle-anim
{
    0%
    {
        -webkit-transform: rotate(0deg) scale(.5) skew(1deg);

        -webkit-opacity: .1;
    }
    30%
    {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);

        -webkit-opacity: .5;
    }
    100%
    {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);

        -webkit-opacity: .1;
    }
}

@keyframes circle-anim
{
    0%
    {
        -webkit-transform: rotate(0deg) scale(.5) skew(1deg);
                transform: rotate(0deg) scale(.5) skew(1deg);

        opacity: .1;
    }
    30%
    {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
                transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .5;
    }
    100%
    {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
                transform: rotate(0deg) scale(1) skew(1deg);

        opacity: .1;
    }
}

@-webkit-keyframes circle-fill-anim
{
    0%
    {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2;
    }
    50%
    {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);

        opacity: .2;
    }
    100%
    {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2;
    }
}

@keyframes circle-fill-anim
{
    0%
    {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
                transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2;
    }
    50%
    {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
                transform: rotate(0deg) scale(1) skew(1deg);

        opacity: .2;
    }
    100%
    {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
                transform: rotate(0deg) scale(.7) skew(1deg);

        opacity: .2;
    }
}

@media (min-width: 992px) and (max-width: 1200px)
{
    .main-nav li
    {
        padding: 0 8px;
    }

    .calc-form
    {
        width: 610px;
    }

    .calc-form span
    {
        font-size: 14px;
    }

    .calc-screen .left-block
    {
        width: 290px;
    }

    .features-screen .hours
    {
        left: 160px;
    }

    .features-screen .car
    {
        left: 107px;
    }

    .middle-form-screen label
    {
        width: 270px;
    }

    .middle-form-screen form label
    {
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .services-item
    {
        height: 494px;
    }

    .services-item-vertical
    {
        width: 340px;
        height: 232px;
    }

    .steps-screen li
    {
        width: 210px;
    }

    .about-us-text-wrapper .wrapper p:last-child
    {
        padding-right: 340px;
    }

    .footer-item
    {
        width: 210px;
    }

    .footer-features
    {
        text-align: center;
    }

    .footer-features li
    {
        width: 25%;
        margin-bottom: 30px;

        text-align: left;
    }

    .footer-features
    {
        padding-bottom: 10px;
    }

    .footer-bottom-form form .btn
    {
        margin-bottom: 30px;
    }

    .catalog-more-modal
    {
        width: 950px;
        padding: 50px 25px;
    }

    .catalog-more-modal .modal-text-block::before
    {
        left: -25px;
    }

    .catalog-more-modal .left-modal
    {
        width: 620px;
    }

    .catalog-more-modal .right-modal
    {
        width: 250px;
    }

    .catalog-more-modal .modal-text-block
    {
        width: 450px;
    }
    .main-nav a
    {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 992px)
{
    .main-header .logo-desc
    {
        max-width: 200px;
    }

    .left-block
    {
        margin-bottom: 30px;
    }

    .calc-form
    {
        width: 100%;
    }

    .middle-form-screen form label
    {
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .steps-screen ol
    {
        text-align: center;
    }

    .steps-screen li
    {
        margin-bottom: 30px;
    }

    .steps-screen li:nth-of-type(2n)
    {
        margin-right: 0;
    }

    .feedback-slider-item .right-block
    {
        width: 350px;
    }

    .steps-screen li::after
    {
        left: 50%;

        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .about-us-video-wrapper
    {
        margin-top: 30px;
    }

    .footer-item
    {
        width: 323px;
        margin-bottom: 30px;
    }

    .footer-items
    {
        padding-bottom: 50px;
    }

    .footer-features
    {
        text-align: center;
    }

    .footer-features li
    {
        width: 30%;
        margin-bottom: 30px;

        text-align: left;
    }

    .footer-features
    {
        padding-bottom: 10px;
    }

    .services-item
    {
        width: 345px;
        margin-bottom: 30px;
    }

    .services-item-vertical
    {
        width: 100%;
    }

    .services-screen
    {
        padding-bottom: 70px;
    }

    .first-screen h1
    {
        font-size: 35px;
    }

    .main-nav a
    {
        padding: 10px 0 !important;
    }

    .main-nav ul
    {
        text-align: center;
    }

    .main-nav .call-home a::before
    {
        bottom: 6px !important;
    }

    .pt
    {
        padding-top: 78px;
    }

    .catalog-more-modal
    {
        width: 750px;
        padding: 50px 25px;
    }

    .catalog-more-modal .modal-text-block::before
    {
        left: -25px;
    }

    .catalog-more-modal .left-modal
    {
        width: 100%;
        margin-right: 0;
    }

    .catalog-more-modal .right-modal
    {
        width: 100%;
    }

    .catalog-more-modal .modal-text-block
    {
        width: 450px;
    }

    .catalog-more-text
    {
        display: none;
    }

    .catalog-more-text-btn
    {
        display: block;
    }
}

@media (max-width: 767px)
{
    .container
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    .calc-screen .left-block
    {
        width: 100%;
        margin-right: 0;
    }

    .calc-screen p
    {
        margin-right: 0;
        margin-bottom: 40px;
        padding-left: 20px;
    }

    .calc-form
    {
        width: 100%;
        padding: 20px 10px;

        border: 4px solid #ffc501;
    }

    .calc-form label
    {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .calc-form label:nth-of-type(2n)
    {
        padding: 0;
    }

    .middle-form-screen form label
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .services-item
    {
        width: 100%;
    }

    .features-screen li
    {
        position: static;

        width: 100%;
        max-width: 100% !important;
        margin-bottom: 35px;
        padding-top: 100px;
        padding-right: 0;

        text-align: center;

        background-position: 50% 0;
    }

    h2
    {
        font-size: 22px;
        line-height: 30px;

        padding-left: 20px;
    }

    h2::before
    {
        width: 4px;
        height: 100% !important;
    }

    .main-nav
    {
        position: fixed;
        top: 0;
        left: 0;

        width: 100%;
        height: 50px;

        border-bottom: none;
        background-color: #ffc501;
        -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .3);
                box-shadow: 0 0 9px 1px rgba(0, 0, 0, .3);
    }

    .menu-icon
    {
        font-size: 0;

        position: absolute;
        top: 0;
        right: 0;

        display: block;

        width: 50px;
        height: 50px;

        cursor: pointer;

        border: 0;
        outline: none;
        background: url('../img/menu.png') 50% 50% no-repeat;
    }

    .main-nav ul
    {
        position: absolute;
        z-index: 101;
        top: 0;
        left: 0;

        display: none;
        overflow-y: scroll;

        height: 300px;
        padding-top: 55px;

        background-color: #fff;
    }

    .main-nav ul.show
    {
        display: block;
    }

    .main-nav li
    {
        display: block;

        padding: 0;
    }

    .main-nav a
    {
        display: block;

        padding: 12px 10px !important;
    }

    .main-nav .call-home a::before
    {
        bottom: 9px;
        left: 10px;

        width: 170px;
    }

    .main-nav li:hover a::before,
    .main-nav li a.active::before
    {
        display: none;
    }

    .main-nav li:hover a,
    .main-nav li a.active
    {
        background-color: #ffe280;
    }

    .close-icon
    {
        position: absolute;
        top: 0;
        right: 0;
    }

    .close-icon button
    {
        font-size: 0;

        display: block;

        width: 55px;
        height: 55px;
        padding: 0;

        cursor: pointer;

        border: 0;
        outline: none;
        background: url('../img/close-menu.png') 50% 50% no-repeat;
    }

    .pt
    {
        padding-top: 0;
    }

    .header-top-link
    {
        display: none;
    }

    .main-header .phone-block
    {
        float: none;

        text-align: center;
    }

    .main-header .phone
    {
        font-size: 16px;

        display: inline-block;

        margin-bottom: 0;
    }

    .phone-block .callback-btn
    {
        display: none;
    }

    .main-header
    {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .main-header .logo-desc
    {
        font-size: 13px;

        display: block;

        max-width: 100%;
        margin-bottom: 10px;
        padding: 10px 0;

        text-align: center;

        background-color: #fbfbfb;
    }

    .main-header .logo img
    {
        display: none;
    }

    .main-header .container
    {
        padding: 0;
    }

    .main-header .logo
    {
        float: none;
    }

    .first-screen
    {
        padding: 100px 0;
    }

    .first-screen h1
    {
        font-size: 24px;
        line-height: 34px;

        margin-bottom: 25px;
        padding-left: 20px;
    }

    .first-screen ul
    {
        margin-bottom: 45px;
    }

    .first-screen li
    {
        font-size: 16px;
        line-height: normal;

        padding-left: 28px;

        background: url(../img/first-screen-li.png) -22px 50% no-repeat;
    }

    .first-screen ul
    {
        padding-left: 0;
    }

    .calc-screen
    {
        padding: 60px 0;
    }

    .features-screen
    {
        padding: 60px 0;
        padding-bottom: 25px;

        background-size: cover;
    }

    .features-screen h2
    {
        margin-bottom: 50px;
    }

    .catalog-screen
    {
        padding: 60px 0;
    }

    .catalog-screen h2
    {
        margin-bottom: 50px;
    }

    .catalog-tabs
    {
        margin-right: -10px;
        margin-left: -10px;
    }

    .catalog-tabs li
    {
        width: 80px;
        height: 80px;

        background-position: 50% 13px !important;
    }

    .catalog-tabs li.elit
    {
        background-position: 50% 19px !important;
    }

    .catalog-tabs span
    {
        font-size: 14px;

        padding-top: 16px;
    }

    .tx-dveri {
        margin-top: -5px;
    }

    .catalog-tabs.fixed span {
        padding-top: 5px;
    }

    .catalog-item
    {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .catalog-item-price
    {
        margin-right: 30px;
    }

    .catalog-link-more
    {
        margin-top: 20px;
    }

    .middle-form-screen
    {
        padding: 60px 0;
    }

    .middle-form-screen h2
    {
        margin-bottom: 15px;
    }

    .middle-form-screen p
    {
        margin-bottom: 25px;
        padding-left: 20px;
    }

    .middle-form-screen form
    {
        padding-left: 0;
    }

    .middle-form-screen form label
    {
        margin-bottom: 20px;
    }

    .middle-form-screen form .btn
    {
        width: 100%;
        margin-top: 10px;
    }

    .services-screen
    {
        padding: 60px 0;
        padding-bottom: 40px;
    }

    .services-screen h2
    {
        margin: 0;
        margin-bottom: 35px;
    }

    .services-item
    {
        margin-bottom: 20px;
    }

    .services-item
    {
        width: 100%;
        height: 200px;

        background-position: 0 100%;
    }

    .feedback-screen
    {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .feedback-screen h2
    {
        margin-bottom: 70px;
    }

    .feedback-slider-item
    {
        padding: 40px 45px;
    }

    .feedback-img
    {
        display: block;

        margin: 0 auto;
        margin-bottom: 25px;
    }

    .feedback-slider-item .right-block
    {
        text-align: center;
    }

    .feedback-slider-item-title
    {
        margin-bottom: 25px;
    }

    .steps-screen
    {
        padding: 60px 0;
    }

    .steps-screen h2
    {
        margin-bottom: 50px;
    }

    .steps-screen li
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .about-us-screen
    {
        padding: 60px 0;
    }

    .about-us-screen h2
    {
        margin-bottom: 60px;
    }

    .about-us-text-wrapper
    {
        width: 100%;
        margin-left: 0;
    }

    .about-us-text-wrapper::before,
    .about-us-text-wrapper::after
    {
        display: none;
    }

    .about-us-text-wrapper .wrapper p:last-child
    {
        padding-right: 0;
    }

    .about-us-video-wrapper
    {
        width: 100%;
        margin-top: 40px;
    }

    .door-screen
    {
        padding: 60px 0;
    }

    .door-screen h2
    {
        margin-bottom: 30px;
    }

    .map-screen h2
    {
        margin-bottom: 60px;
        margin-left: 10px;
    }

    .map-screen .map-block
    {
        height: 240px;
    }

    .footer-items
    {
        padding-bottom: 20px;

        text-align: center;
    }

    .footer-item
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .footer-item b
    {
        margin-bottom: 15px;
    }

    .footer-item p,
    .footer-item ul
    {
        padding-top: 20px;
        padding-left: 0;

        background-position: 50% 0;
    }

    .footer-bottom-form
    {
        padding: 50px 0;
    }

    .footer-features ul
    {
        text-align: center;
    }

    .footer-features li
    {
        width: 100%;
        margin-bottom: 35px;
        padding-top: 50px;
        padding-left: 0;

        background-position: 50% 0 !important;
    }

    .footer-features
    {
        padding-bottom: 5px;
    }

    .modal
    {
        top: 0;
        left: 0;

        width: 100%;
        padding: 50px 20px;

        -webkit-transform: none;
                transform: none;
    }

    .modal-text-block::before
    {
        left: -20px;
    }

    .modal-text
    {
        font-size: 16px;
        line-height: normal;

        margin-bottom: 35px;
    }

    .modal-header
    {
        font-size: 20px;
        line-height: normal;
    }

    .modal label
    {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 !important;
    }

    .main-nav
    {
        z-index: 101 !important;
    }

    .modal label span
    {
        line-height: normal;
    }

    .modal .btn
    {
        width: 100%;
    }

    .services-item .btn
    {
        display: block;
    }

    .services-item-title
    {
        font-size: 20px;
    }

    .services-item:hover::before
    {
        display: none;
    }

    .catalog-more-modal
    {
        width: 100%;
        padding: 50px 25px;
    }

    .catalog-more-modal .modal-text-block::before
    {
        left: -25px;
    }

    .catalog-more-modal .left-modal
    {
        width: 100%;
        margin-right: 0;
    }

    .catalog-more-modal .right-modal
    {
        width: 100%;
    }

    .catalog-more-modal .modal-text-block
    {
        float: none;

        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .catalog-more-modal .modal-price-block
    {
        float: none;

        text-align: left;
    }

    .catalog-more-text
    {
        display: none;
    }

    .catalog-more-text-btn
    {
        display: block;
    }

    .catalog-more-modal .modal-price-btn
    {
        display: inline-block;

        width: auto;
    }

    .catalog-more-modal .modal-price
    {
        margin-right: 30px;
    }
    .calc-catalog-result .slick-next
    {
        right: 0;
    }
    .calc-catalog-result .slick-prev
    {
        left: 0;
    }
    .catalog-tabs.fixed
    {
        left: inherit;

        -webkit-transform: inherit;
                transform: inherit;
    }
    .calc-catalog-result .slick-next,
    .calc-catalog-result .slick-prev
    {
        top: 40%;
    }
}

.slick-slide
{
    height: auto !important;

    outline: none;
}

.big-slider-item
{
    height: 350px !important;
}

.big-slider-item a
{
    outline: none;
}

.main-nav a[href='#catalog'],
.main-nav a[href='#calc']
{
    font-weight: bold;
}


.marquiz__button_rounded{
        border-radius: 50px!important;
    position: fixed!important;
    left: 10px!important;
    bottom: 60px!important;
    z-index: 100!important;
}

.seotext{display: none;}

.google-auto-placed, .adsbygoogle {
   display: none !important;
}