@font-face
{
    font-family: 'ProximaNova-Bold';
    font-weight: normal;
    font-style: normal; 

    src: url('../fonts/ProximaNova/ProximaNova-Bold.eot?') format('eot'), url('../fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova/ProximaNova-Bold') format('svg');
}

@font-face
{
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-style: normal; 

    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto/Roboto.woff2') format('woff2'), url('../fonts/Roboto/Roboto.woff') format('woff'), url('../fonts/Roboto/Roboto.ttf') format('truetype');
}

@font-face
{
    font-family: 'Roboto-Light';
    font-weight: 300;
    font-style: normal; 

    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto/Robotolight.woff2') format('woff2'), url('../fonts/Roboto/Robotolight.woff') format('woff'), url('../fonts/Roboto/Robotolight.ttf') format('truetype');
}

@font-face
{
    font-family: 'UbuntuBold';
    font-weight: normal; 
    font-style: normal;

    src: url('../fonts/Ubuntu/UbuntuBold/UbuntuBold.eot');
    src: url('../fonts/Ubuntu/UbuntuBold/UbuntuBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Ubuntu/UbuntuBold/UbuntuBold.woff') format('woff'), url('../fonts/Ubuntu/UbuntuBold/UbuntuBold.ttf') format('truetype');
}

@font-face
{
    font-family: 'Gilroy-ExtraBold';
    font-weight: 800;
    font-style: normal; 

    src: url('Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroy/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy/Gilroy-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Gilroy-Light';
	src: url('Gilroy-Light.eot');
	src: local('Gilroy Light'), local('Gilroy-Light'),
		url('../fonts/Gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy/Gilroy-Light.woff') format('woff'),
		url('../fonts/Gilroy/Gilroy-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    font-family: 'Roboto-Regular'; 
    height: 100%;
}

.wrp
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    height: 100%; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.w-cntnt
{
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.footer
{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

h2,
h2
{
    font-family: 'Gilroy-ExtraBold';
}

.k-head
{
    position: relative;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    color: #fff; 
    background-color: transparent;
    box-shadow: 0 7px 10px rgba(11, 56, 85, .2);
}
.k-head::after
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .3;
    background-color: #2b3440;
}

.k-head-wrp
{
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display:     -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
    height: 150px; 

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

.k-head-logo
{
    display: block;
    width: 500px;
    color: #fff;
}
.k-head-logo b
{
    font-family: 'ProximaNova-Bold';
    font-size: 48px;
    display: inline-block; 
    vertical-align: middle;
}
.k-head-logo span
{
    font-family: 'Roboto-Light'; 
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    padding: 4px 15px;
    vertical-align: middle;
    border-left: 2px solid rgba(255, 255, 255, .2);
}

.k-head-nav
{
    display: block;
    width: 800px;
}
.k-head-nav .container-fluid
{
    padding: 0;
}
.k-head-nav .navbar-default
{
    min-height: unset;
    margin: 0;
    border: none; 
    background-color: transparent;
}
.k-head-nav .navbar-nav
{
    font-family: 'Roboto-Light'; 
    margin: 0;
    padding: 0;
}
.k-head-nav .navbar-nav .active a,
.k-head-nav .navbar-nav li:hover a
{
    color: #ffa800 !important;
    background-color: transparent !important;
}
.k-head-nav .navbar-nav li a
{
    font-size: 18px;
    padding: 0;
    padding: 10px 30px;
    -webkit-transition: all .3s;
            transition: all .3s; 
    color: #fff;
}

.k-head-loc
{
    font-family: 'Roboto-Light'; 
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 300px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.k-head-loc p
{
    margin: 0;
}

.mark-ico
{
    display: inline-block;
    width: 32px;
    height: 42px;
    margin-right: 20px; 
    background-image: url('../images/mark-ico.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.k-head-tel
{
    font-family: 'Roboto-Light'; 
    display: block;
    width: 265px;
    text-align: right;
}
.k-head-tel a
{
    display: block;
    cursor: pointer; 
    -webkit-transition: all .3s;
            transition: all .3s;
    text-decoration: none !important;
    letter-spacing: 1.2px;
    color: #fff;
}
.k-head-tel a:first-child
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 26px;
}
.k-head-tel a:last-child
{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    color: #ffa800;
    border-bottom: 3px solid #ffa800;
}
.k-head-tel a:hover
{
    opacity: .8;
}

.ico-head-tel
{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-image: url('../images/ico-head-tel.png'); 
    background-repeat: no-repeat;
    background-position: center center;
}

.k-head-scroll
{
    color: #2b3440; 
    background: #fff;
}
.k-head-scroll::after
{
    opacity: 0;
}
.k-head-scroll .k-head-wrp
{
    height: 100px;
}
.k-head-scroll .k-head-logo
{
    color: #2b3440;
}
.k-head-scroll .k-head-logo span
{
    padding-top: 5px;
}
.k-head-scroll .k-head-nav .navbar-nav .active a,
.k-head-scroll .k-head-nav .navbar-nav li:hover a
{
    text-decoration: underline; 
    color: #ffa800;
}
.k-head-scroll .k-head-nav .navbar-nav li a
{
    color: #2b3440;
}
.k-head-scroll .k-head-tel a
{
    color: #2b3440;
}
.k-head-scroll .k-head-tel a:last-child
{
    color: #ffa800;
}

.k-main
{
    display: block;
    width: 100%;
    padding-top: 150px;
    color: #fff; 
    background-image: url('../images/main-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.k-main h1
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 48px;
    display: block;
    margin: 88px 0 50px; 
    text-align: center;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    line-height: 68px;
}
.k-main h1::after
{
    display: block;
    width: 80px;
    height: 3px;
    margin: 50px auto; 
    content: '';
    border-radius: 2px;
    background-color: #fff;
}

.k-main-featr
{
    font-family: 'Roboto-Light'; 
    font-size: 20px;
    display: block;
    text-align: center;
}
.k-main-featr p
{
    /*display: inline-block;*/
    margin-right: 20px;
}

.ico-check
{
    position: relative;
    top: -2px; 
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url('../images/ico-check.png');
}

.k-main-vopr
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px; 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    max-width: 880px;
    min-height: 260px;
    margin: 60px auto 85px;
    padding: 30px;
    color: #2b3440;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(42, 47, 54, .3);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.k-main-vopr p
{
    margin-bottom: 40px;
}

.k-btn
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 16px;
    padding: 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;
    text-decoration: none !important;
    letter-spacing: 1.6px; 
    text-transform: uppercase;
    opacity: .97;
    color: #fff !important;
    border: 1px solid #ee8253;
    border-radius: 5px;
    background-color: #df322e;
    background-image: -webkit-linear-gradient(330deg, #fc9e4f 0%, #f78956 100%);
    background-image:         linear-gradient(-240deg, #fc9e4f 0%, #f78956 100%);
    box-shadow: 0 20px 40px rgba(246, 134, 87, .3);
    text-shadow: 0 2px 3px rgba(245, 128, 33, .7);
}
.k-btn:hover
{
    opacity: .8;
}

.k-our-work
{
    display: block;
}
.k-our-work .container
{
    padding: 0 70px;
}

.k-zag
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 48px;
    display: block;
    margin: 80px 0 50px; 
    text-align: center;
    color: #111;
}
.k-zag h1,
.k-zag h2,
.k-zag h3
{
    font-size: inherit; 
    margin: 0;
    padding: 0;
}

.k-o-slider
{
    position: relative; 
    display: block;
}

.k-o-slider-arr
{
    position: absolute;
    z-index: 2;
    z-index: 1; 
    top: 65px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;
    height: 100%;

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

.kso-arr
{
    display: block;
    width: 123px;
    height: 132px;
    -webkit-transition: all .3s;
            transition: all .3s; 
    background-image: url('../images/rab-arr.png');
    background-repeat: no-repeat;
    background-position: top center;
    border:none;
    background-color: transparent;
}

.k-o-next
{
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
}

.k-slider-wrp
{
    display: block;
    text-align: center;
    position: relative;
    z-index: 5;
}

.k-slider-box
{
    position: relative;
    z-index: 2; 
    display: inline-block;
}

.k-sl-b-title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    text-align: left; 

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.k-sl-b-title strong
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 36px;
    display: inline-block;
    margin-right: 90px;
    vertical-align: top;
    color: #2b3440;
}
.k-sl-b-title strong span
{
    color: #f99054;
}
.k-sl-b-title p
{
    font-family: 'Roboto-Light';
    font-size: 18px;
    display: inline-block;
    max-width: 887px;
    margin: 0; 
    color: #555;
}

.k-o-b-gallery
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 20px;

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

.k-o-b-g-big
{
    width: 840px;
    height: 600px;
    margin-right: 40px; 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.k-o-b-g-sm
{
    width: 420px;
}

.k-g-sm-bx
{
    width: 100%;
    width: 100%;
    height: 280px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.k-g-sm-bx:last-child
{
    margin-bottom: 0;
}
.k-g-sm-bx iframe
{
    display: block;
    width:100%;
    height: 100%;
}

.k-zag2
{
    font-size: 48px; 
    margin: 89px 0 70px;
}

.k-wh-wrp
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding-bottom: 50px; 

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.k-wh-box
{
    display: block;
    width: 410px;
    margin-bottom: 40px; 
    padding: 50px 40px 35px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}
.k-wh-box b
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 22px;
    display: block;
    margin-bottom: 20px; 
    color: #32343b;
}
.k-wh-box p
{
    font-family: 'Roboto-Light';
    font-size: 15px; 
    width: 316px;
    height: 95px;
    margin-bottom: 0;
    color: #555;
}

.k-wh-img
{
    display: block;
    margin-bottom: 35px;
}
.k-wh-img img
{
    max-height: 70px;
}

.k-free
{
    display: block;
    padding-bottom: 50px; 
    background-color: #f6f7fa;
}

.k-free-wrp
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    /*-webkit-justify-content: space-between;*/
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
            /*justify-content: space-between;*/
            /*justify-content: space-evenly;*/
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.k-free-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 600px;
    height: 200px;
    margin-bottom: 25px; 
    padding: 30px;
    -webkit-transition: all .3s;
            transition: all .3s;
    border: 1px solid #e6e6e6;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.k-free-box:hover
{
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.k-free-img
{
    display: block;
    margin-right: 50px;
}

.k-free-txt
{
    display: block;
    width: 330px;
}
.k-free-txt strong
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 18px;
    display: block;
    margin-bottom: 10px; 
    color: #404040;
}
.k-free-txt p
{
    font-family: 'Roboto-Light';
    font-size: 16px; 
    margin-bottom: 0;
    color: #555;
}

.k-zag-free
{
    margin-top: 60px;
}

.k-form-bg
{
    display: block;
    max-width: 1300px;
    margin: 0 auto 40px; 
    padding: 60px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.k-form
{
    display: block;
    text-align: left;
}
.k-form input,
.k-form textarea
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 20px;
    display: block;
    width: 100%;
    width: 330px;
    max-width: 330px;
    height: 70px;
    -webkit-transition: all .3s;
            transition: all .3s; 
    color: #999;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.k-form textarea{
    height:auto;
}



.k-form input:focus,
.k-form textarea:focus
{
    color: #2b3440;
    border-color: #fc9e4f;
}
.k-form input[type='button'],
.k-form input[type='submit']
{
    width: 100%;
    max-width: 300px;
    color: #fff;
    border: 1px solid #ee8253;
    border-radius: 5px;
    background: -webkit-linear-gradient(150deg, #fc9e4f 0%, #f78956 100%);
    background: -webkit-linear-gradient(210deg, #fc9e4f 0%, #f78956 100%);
    background:         linear-gradient(240deg, #fc9e4f 0%, #f78956 100%); 
    box-shadow: 0 20px 40px rgba(246, 134, 87, .3);
}
.k-form input[type='button']:hover,
.k-form input[type='submit']:hover
{
    opacity: .9;
}

.k-form-wrp
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

.k-form-box
{
    display: block;
    width: 330px;
    margin-right: 30px;
}
.k-form-box:last-child
{
    margin-right: 0;
}
.k-form-box p
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 14px; 
    color: #8d8d8d;
}

.kf-user input
{
    padding-left: 65px; 
    background-image: url('../images/kf-user.png');
}

.kf-tel input
{
    padding-left: 65px; 
    background-image: url('../images/kf-tel.png');
}

.k-osob
{
    display: block;
}
.k-osob .k-zag
{
    margin-bottom: 0;
}

.k-zag-pre
{
    font-family: 'Roboto-Light';
    font-size: 18px;
    display: block;
    margin-top: 40px; 
    text-align: center;
    color: #555;
}
.k-zag-pre p
{
    margin-bottom: 0;
}

.k-osob-wrp
{
    position: relative; 
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 70px auto 0;
}

.k-osob-txt
{
    width: 453px;
    height: 553px;
    padding: 60px; 
    border: 20px solid #fabe33;
}

.k-osob-img
{
    display: block;
    margin-bottom: 20px;
}

.k-osob-img img
{
    margin: 0 auto;
}

.k-osob-title
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px;
    display: block;
    margin-bottom: 30px; 
    color: #2b3440;
}

.k-osob-opis
{
    font-family: 'Roboto-Light';
    font-size: 16px;
    display: block;
    max-width: 270px; 
    color: #222;
}

.k-osob-img-prev
{
    position: absolute;
    right: 0; 
    bottom: 0;
    width: 701px;
    height: 538px;
    background-image: url('../images/k-osob.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.k-o-point
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 49px;
    height: 49px;
    cursor: pointer; 
    -webkit-transition: all .3s;
            transition: all .3s;
    opacity: .5;
    background-image: url('../images/osob-ico.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.k-o-point:hover
{
    opacity: 1;
}
.k-o-point:after,
.k-o-point:before
{
    position: absolute;
    right: 20px;
    display: none;
    width: 196px;
    height: 2px;
    content: '';
    background: #fabe33;
    box-shadow: 0 5px 10px rgba(43, 52, 64, .1);
}
.k-o-point:after
{
    top: -16px;
    right: 41px;
}
.k-o-point:before
{
    top: -7px; 
    width: 25px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.k-osob-img-prev .active
{
    opacity: 1;
}
.k-osob-img-prev .active:after,
.k-osob-img-prev .active:before
{
    display: block;
}

.kop1
{
    margin-top: 315px;
    margin-left: 183px;
}

.kop2
{
    margin-top: 245px;
    margin-left: 258px;
}
.kop2:after
{
    width: 300px;
}

.kop3
{
    margin-top: 382px;
    margin-left: 386px;
}
.kop3:after
{
    width: 420px;
}

.kop4
{
    margin-top: 272px;
    margin-left: 547px;
}
.kop4:after
{
    width: 570px;
}

.k-brands
{
    display: block;
    margin-top: 136px;
    margin-bottom: 60px;
}
.k-brands .container
{
    position: relative;
}

.k-brands-slider
{
    display: block;
}

.k-brands-arr
{
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;
    height: 100%;
    padding-bottom: 45px; 

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

.kbr-arr
{
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer; 
    -webkit-transition: all .3s;
            transition: all .3s;
    border: 1px solid #f78956;
    border-radius: 30px;
    background: #fff;
}
.kbr-arr:after
{
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('../images/brand-arr1.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.kbr-arr:hover
{
    background: #f78956;
}
.kbr-arr:hover:after
{
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1); 
    background-image: url('../images/brand-arr2.png');
}

.k-b-prev:after
{
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
}

.k-b-prev:hover:after
{
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
}

.k-brands-wrp
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

.k-brands-box
{
    font-family: 'Roboto-Light'; 
    font-size: 18px;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 320px;
    margin-right: 60px;
    -webkit-transition: all .3s;
            transition: all .3s;
    text-align: center;
    vertical-align: top;
    color: #444;
}
.k-brands-box:hover .k-brands-img
{
    border-color: transparent; 
    box-shadow: 0 10px 50px rgba(43, 52, 64, .1);
}

.k-brands-img
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    width: 100%;
    height: 160px;
    margin-bottom: 20px; 
    padding: 10px;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    background-color: #fff;

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

.k-ideal
{
    display: block;
}

.k-ideal-wrp
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.k-ideal-box
{
    font-family: 'Roboto-Light';
    font-size: 16px;
    font-size: 16px;
    display: block;
    width: 560px;
    margin-bottom: 50px; 
    text-align: center;
}
.k-ideal-box strong
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 18px;
    display: block;
    margin: 40px 0 20px;
    color: #2b3440;
}

.k-ideal-img
{
    display: block;
}

.k-zamer
{
    display: block;
    margin-top: 50px; 
    padding-bottom: 100px;
    background-image: url('../images/b-zamer.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.k-zamer .k-zag
{
    text-align: left;
    color: #fff;
}
.k-zamer .container
{
    max-width: 1160px;
}
.k-zamer .k-zag-pre
{
    margin-bottom: 40px;
    text-align: left; 
    color: #fff;
}
.k-zamer .k-zag-pre span
{
    font-family: 'Gilroy-ExtraBold';
}

.k-wz
{
    display: block;
}

.k-wz-wrp
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

.k-wz-img
{
    display: block;
    margin-right: 80px;
}

.k-wz-txt
{
    font-family: 'Roboto-Light'; 
    font-size: 16px;
    display: block;
    color: #444;
}
.k-wz-txt span
{
    margin-left: 10px;
}
.k-wz-txt p
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex; 
    margin-bottom: 30px;
}
.k-wz-txt p:last-child
{
    margin-bottom: 0;
}
.k-wz-txt i
{
    font-size: 10px;
    font-style: normal;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    width: 20px;
    height: 20px;
    vertical-align: middle; 
    color: #fff;
    border-radius: 50%;
    background-color: #f78956;

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

.k-zag3
{
    margin-top: 0;
    margin-bottom: 30px;
}

.k-planir
{
    position: relative;
    display: block;
    margin-top: 80px;
    margin-bottom: 130px; 
    background-color: #f8f9fc;
}
.k-planir .k-zag-pre
{
    margin-bottom: 30px;
    margin-bottom: 140px;
}
.k-planir .k-form-bg
{
    position: absolute;
    right: 0; 
    bottom: -150px;
    left: 0;
}

.k-planir-wrp
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.k-planir-box
{
    width: 520px;
    margin-bottom: 80px; 
    text-align: center;
}

.k-planir-title
{
    font-family: 'Gilroy-ExtraBold'; 
    font-size: 24px;
    display: block;
    color: #404040;
}
.k-planir-title p
{
    margin-bottom: 30px;
}

.k-shem
{
    display: block;
}

.k-shem-wrp
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.k-shem-box
{
    position: relative;
    display: inline-block;
    width: 272px;
    height: 304px;
    margin-bottom: 30px; 
    padding: 45px 30px;
    vertical-align: top;
    border: 5px solid #fabe33;
}
.k-shem-box::after
{
    position: absolute;
    top: 0;
    right: -60px;
    width: 16px;
    height: 100%;
    content: '';
    background-image: url('../images/ksb-arr.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.k-shem-box:last-child::after{
    display: none;
}

.ksb
{
    position: relative;
    position: absolute;
    top: 40px;
    right: 40px; 
    display: block;
    width: 38px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.ksb1
{
    background-image: url('../images/ksb1.png');
}

.ksb2
{
    background-image: url('../images/ksb2.png');
}

.ksb3
{
    background-image: url('../images/ksb3.png');
}

.ksb4
{
    background-image: url('../images/ksb4.png');
}

.ksb5
{
    background-image: url('../images/ksb5.png');
}

.k-shem-img
{
    display: block;
    height: 80px; 
    margin-bottom: 45px;
}

.k-shem-txt
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 20px; 
    display: block;
    color: #111;
}

.k-say
{
    display: block;
}

.k-say-gallery
{
    display: block;
}

.k-say-box
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    width: 100%;
    max-width: 940px;
    height: 670px;
    margin-right: 20px;
    vertical-align: top;
    background-color: #f7f9fb;
}
.k-say-box:last-child
{
    margin-right: 0;
}

.k-say-img
{
    display: block;
    width: 680px;
    margin-right: 40px; 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.k-say-txt
{
    position: relative;
    display: block;
    padding-top: 70px;
}
.k-say-txt strong
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px;
    display: block;
    margin-bottom: 25px; 
    color: #222;
}
.k-say-txt p
{
    font-family: 'Roboto-Light';
    font-size: 18px;
    margin-bottom: 50px; 
    color: #555;
}
.k-say-txt::after,
.k-say-txt::before
{
    position: absolute; 
    display: block;
    width: 48px;
    height: 35px;
    content: '';
    background-image: url('../images/quot.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.k-say-txt::after
{
    top: -15px;
    left: 0;
}
.k-say-txt::before
{
    right: 0;
    bottom: -12px;
    background-image: url('../images/quot2.png');
}

.k-say-date
{
    display: block;
    padding-top: 20px; 
    border-top: 1px solid #e6e6e6;
}
.k-say-date p
{
    margin: 0;
}

.k-say-arr
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 60px;
    text-align: center;
    letter-spacing: 1.6px; 
    text-transform: uppercase;
    color: #2f3338;

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

.ksn
{
    padding: 0 30px;
    -webkit-transition: all .3s;
            transition: all .3s; 
    text-decoration: none !important;
    color: inherit;
}
.ksn:first-child
{
    border-right: 2px solid #e6e6e6;
}
.ksn:hover
{
    color: #f78956;
}
.ksn:hover span
{
    color: #f78956;
    background-color: #fff;
}
.ksn span
{
    font-size: 12px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    width: 50px;
    height: 30px;
    margin: 0 30px;
    color: #fff; 
    border: 2px solid #f78956;
    border-radius: 15px;
    background-color: #f78956;
    box-shadow: 0 10px 20px rgba(246, 134, 87, .2);

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

.k-vopr
{
    display: block;
}
.k-vopr .k-btn
{
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 50px; 
    text-align: center;
}

.k-vopr-wrp
{
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.k-vopr-wrp .panel-default,
.k-vopr-wrp .panel-collapse,
.k-vopr-wrp .panel-body
{
    border-color: transparent !important;
    box-shadow: none;
}
.k-vopr-wrp .panel
{
    background: none !important;
}
.k-vopr-wrp .panel-heading
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding: 20px 0; 
    color: #2b3440;
    border-bottom: 2px solid #e6e6e6;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.k-vopr-wrp .panel-heading a
{
    text-decoration: none;
}

.panel-shad
{
    font-family: 'Roboto-Light'; 
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    min-height: 150px;
    padding: 40px 60px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 10px 50px rgba(45, 50, 55, .4);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.k-vopr-num
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px;
    display: inline-block;
    margin-right: 30px; 
    vertical-align: middle;
    color: #f78956;
}

.vopr-arr
{
    position: absolute;
    top: 15px;
    right: 20px;
    width: 8px;
    height: 13px;
    cursor: pointer; 
    background-image: url('../images/vopr-arr-close.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.panel-vopr-open .panel-heading
{
    border-bottom-color: transparent;
}

.panel-vopr-open .vopr-arr
{
    width: 13px;
    height: 8px; 
    background-image: url('../images/vopr-arr-open.png');
}

.k-mebel
{
    display: block;
    margin-top: 90px; 
    background-color: #f8f9fc;
}

.k-mebel-wrp
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding-bottom: 40px; 

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

.k-mebel-box
{
    display: block;
    max-width: 690px;
    margin: 0 44px 40px; 
    text-align: center;
}

.k-mebel-img{
    width: 690px;
}

.k-mebel-img img{
    display: inline-block;
    width: 340px;
    margin-top: 5px;
}

.k-mebel-box:hover .k-mebel-img
{
    position: relative;
}
.k-mebel-box:hover .k-mebel-img::after
{
    position: absolute;
    z-index: 2; 
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(37, 45, 59, .3);
}
.k-mebel-box:hover a
{
    text-decoration: underline;
}
.k-mebel-box a
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px; 
    display: block;
    margin-top: 30px;
    color: #404040;
}

.k-adr
{
    display: block;
}

.map
{
    position: relative; 
    display: block;
    height: 100vh;
    max-height: 600px;
    background-image: url('../images/map.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.map > ymaps
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.map-txt
{
    position: relative;
    z-index: 5; 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    max-width: 1450px;
    margin: 0 auto;
    padding-top: 60px;

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

.map-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 360px;
    height: 140px;
    margin-right: 7px;
    margin-bottom: 40px; 
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.map-box:last-child
{
    margin-right: 0;
}

.map-box-img,
.map-box-txt
{
    display: block;
    margin-right: 20px; 
    vertical-align: middle;
}

.map-box-img img
{
    position: relative;
    top: 12px;
}

.map-box-txt
{
    color: #333;
}
.map-box-txt strong
{
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px; 
    color: #2c3035;
}
.map-box-txt p
{
    margin-bottom: 0;
}

.footer
{
    background-color: #f8f9fc;
}

.footer-wrp
{
    font-family: 'Roboto-Light';
    font-size: 16px; 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    height: 80px;
    color: #333;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.footer-wrp p
{
    margin-bottom: 0;
}
.footer-wrp a
{
    color: inherit;
}

.f2 a
{
    text-decoration: underline;
}
.f2 a:first-child
{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #333;
}

.k-slider-wrp{
  max-width:1300px;
  margin:0 auto;
}

.k-say-box-wr{
  margin-right:25px;
}

.k-say-content .slick-list{
  padding: 15px 0;
}

.ksn{
  background:none;
  border:none;
}

.k-zamer .k-zag{
  margin-bottom:0;
}

.k-zamer .k-zag h2::after{
 width: 80px;
height: 3px;
  box-shadow: 0 20px 40px rgba(246, 134, 87, 0.3);
  display:block;
  background:#f78956;
  content:'';
  margin:30px 0;
}

.k-zamer .k-zag-pre{
  margin-top:0;
}


.k-form-modal{
  display:block;
  max-width:300px;
  margin:0 auto;
}

.k-form-modal input,
.k-form-modal textarea{
  width:100%;
  text-align:center;
  margin-bottom:10px;
  font-size:18px;
  font-family: 'Roboto-Regular';
}

.k-form-modal textarea{
    text-align: left;
    padding: 10px 20px;
}


.k-head-scroll .k-head-logo b{
  display:block;
}
.k-head-scroll .k-head-logo img{
  max-width:140px;
}

.mob-close{
  position:absolute;
  display: none;
  top:14px;
  right:14px;
  width:35px;
  height:35px;
  background-image:url('../images/close-menu.png');
  background-position:center center;
  background-repeat:no-repeat;
  cursor:pointer;
  z-index:30;
  transition:all 0.3s;
}

.mob-close:hover{
  opacity:0.8;
}


.slick-slide,
.slick-arrow{
    outline:0;
}

.k-mebel-box .k-btn{
  font-size:18px;
  display:inline-block;
  padding:15px 20px;
}







.opt-btn{
  display:inline-block;
  background:#f07b1d;
  color:#fff !important;
  font-size:16px;
  text-decoration:none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align:center;
  padding:18px 30px;
  border:none;
  border-radius:5px;
  border-bottom:3px solid #c55800;
  vertical-align: top;
}
.opt-btn:hover{
  opacity:0.8;
}

.ft-test .popup{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 991;
    background-color: rgba(0, 0, 0, 0.9);
    display:none;
}
.ft-test .popup-wrapper{
    max-width: 1120px;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 2px;
    background: #f2f2f2;
    padding-bottom:20px;
}
.ft-test .popup-title{
    padding: 15px 40px 15px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    z-index: 1;
    position: relative;
    color: #888;
    font-weight: 500;
    font-size: 16px;
}
.ft-test .popup-close{
    color: rgba(0, 0, 0, 0.5);
    margin: 20px 20px 15px;
    top: 0;
    right: 0;
    position: absolute;
    z-index:999;
    cursor:pointer;
}
.ft-test .popup-quest-title{
    text-transform: none;
    font-size: 32px;
    color: #111;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 35px;
    padding-top:15px;
    margin-bottom:20px;
    display:none;
}
.ft-test .popup-body{
    display:none;
}
.expert{
    margin:15px 15px 20px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom:50px;
}
.expert img{
    border-radius:50px;
    float:left;
    margin-right:15px;
}
.ft-test .popup .text{
    margin:15px 15px 20px 15px;
    display:none;
}

.m-4 {
    width: 203px;
    height: 187px;
    background: #fff;
}

.pech-test{
  display: block;
  background: url('/test/images/test-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width:100%;
}
.pecht-bg{
  background: rgba(0,0,0,0.7);
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.pecht-bg > .container{
    height: 100%;
    /* display: flex; */
    display:block;
    /* flex-direction: column; */
}
.pecht-h, .pecht-main{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pecht-h{
  margin-bottom: 30px;
}

.pecht-h .logo img{
  height: 120px;
}

.pecht-main{
  flex-direction: row;
  height: 50%;
}

.pechman{
  display: inline-block;
  width:721px;
  margin-right:80px;
}


.pecht-txt h2{
  font-size:16px;
}

.pecht-txt h1{
  display: block;
  margin:20px 0;
  font-size:30px;
}

.pecht-txt p{
}

.pecht-txt .proiti-test{
  margin-top: 20px;
  width: 100%;
}

.ft-test{
    display: block;
    width: 100%;
    height: 100%;
}

.ft-test .popup-body{
  
}
.ft-test .popup-body > div{
  display: inline-block;
  margin-bottom: 20px;
  border:3px solid transparent;
  text-align: center;
  padding-bottom: 5px;
  width:30%;
  margin:10px;
  cursor: pointer;
  font-weight: 700;
}

.ft-test .popup-body > div:hover{
  border-color:#ccc;
}

.ft-test .popup-body > div img{
  padding-bottom: 5px;
}

.ft-test .popup-body .active,.ft-test .popup-body .active:hover{
  border:3px solid #F07B1D;
}

.ft-test .popup-wrapper{
  height: 100%;
  display: block;
}

.ft-test .col-sm-8{
  overflow-y: auto;
  height: 100%;
}

.ft-test .col-sm-4{
    background: #fff;
    height: 100%;
}

.ft-test .popup-price > div{
  display: block !important;
  text-align: left !important;
  border:1px solid #ccc !important;
  width: 98% !important;
  padding: 15px 15px;
  font-size:16px;
  min-height:55px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.ft-test .popup-price > div:hover{
  background: #fff;
}

.ft-test .popup-price .active{
  border:2px solid #F07B1D !important;
}

.proiti-test{
  position: relative;
  overflow: hidden;
  display: block;
}

.ani-btn{
  position: relative;
  overflow: hidden;
}

.proiti-test::after, .ani-btn::after{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 15%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: test infinite 5s;
    animation: ag infinite 5s;
}

@-webkit-keyframes ag{
  0% {
    left: -60%
  }
  30% {
    left: -20%
  }
  70% {
    left: 100%
  }
  100% {
    left: 140%
  }
}
@keyframes ag{
  0% {
    left: -60%
  }
  30% {
    left: -20%
  }
  70% {
    left: 100%
  }
  100% {
    left: 140%
  }
}

.proiti-test .glyphicon{
  position: absolute;
  left:0;
  bottom: 0;
  font-size:30px;
  height: 100%;
  display: flex;
  width:90px;
  border-right:1px solid #eee;
  justify-content: center;
  align-items: center;
  
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-name: pulseicon;
  animation-iteration-count: infinite;
}


.proiti-test b{
  font-size: 18px;
}
.proiti-test i{
  display: block;
  font-size:14px;
}

.pech-padding{
    padding: 45px 0;
}




.end-test{
  display: flex;
  justify-content: space-between;
  align-items:center;
  width:80%;
  margin:0 auto;
}

.end-img{
  display: inline-block;
  width: 380px;
  margin: 40px;
}

.end-img img{
  width: 100%;
}

.end-txt{
  width:100%;
  display: inline-block;
}

.end-txt input[type="text"]{
  display: block;
  width:340px;
}


.end-txt .btn{
  width:380px;
  margin-top: 10px;
  background: #F07B1D;
  border:none;
  position: relative;
  padding: 10px;
}

.end-txt .btn:hover{
  opacity: 0.7;
}

.end-txt .btn .glyphicon{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width:50px;
  border-right:1px solid #ccc;
}

.end-txt .btn:hover .glyphicon{
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-name: shakeme;
  animation-iteration-count: infinite;
}

@keyframes shakeme {0%   {transform: rotate(-7deg);}50%   {transform: rotate(7deg);}100% {transform: rotate(-7deg);}}
@keyframes pulseicon {0%   {font-size:30px;}50%   {font-size:35px;}}
.end-txt h3{
  font-size:30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.end-txt p{
  font-size:16px;
}




.test-dopoln{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.testd-img{
  position: relative;
  display: inline-block;
  width:150px;
  animation-name: topbot;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.testd-txt{
  display: inline-block;
  width:100%;
}

.testd-txt b{
  background: #F0A467;
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
}

.testd-txt p{
  background: #fff;
  display: block;
  padding: 7px;
  width:325px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.04);
}

@keyframes topbot {
    0%   {top:-0px;}
    50% {top:10px;}
    100%  {top:-0px;}
}

.ft-test .popup-next-btn{
  width: 100%;
}



.test-spasibo{
  display: block;
  width:100%;
  height: 100%;
  top:270;
  left:0;
  right:0;
  bottom:0;
  position: absolute;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.test-spasibo h3{
  font-size:26px;
  padding-bottom:5px;
}

.test-spasibo p{
  font-size:14px;
}

.ft-test .popup-6-end{
  position:relative;
}

.ft-test .popup-6-end{
  text-align:center;
}

.ft-test .popup-6-end > div{
  width:50% !important;
  margin:0 auto !important;
  align-items:center;
  width:60% !important;
}

.ft-test .popup-6-end input{
  display:block;
}

.ft-test .popup-6-end  .popup-finish{
  margin:10px 0;
}

.ft-test .popup-6-end .input-group:hover{
  border-color:transparent;
}

.k-wz-wrp{
  align-items:flex-start;
}

.k-wz-txt{
  padding-top:10px;
}

.k-say-txt{
    width: 555px;
}


.modal-body{
    text-align: center;
}

.k-wh-wrp{
  justify-content:center;
  flex-wrap:wrap;
}

.k-wh-box{
  width:40%;
}

.k-wh-box p{
  height:auto;
}

.k-wh-box{
  width:700px;
  margin:10px;
}

.k-wh-box{
  display:flex;
  justify-content:center;
  align-items:center;
}
.k-wh-tx{
  padding-left:60px;
}

.k-head-wrp{
  justify-content:center;
}

.k-head-logo{
  width:auto;
}

.m-main-tw{
  display: inline-block;
}

.m-main-tw > br{
  display:none;
}

.ani-btn{
  position: relative;
  overflow: hidden;
}

.ani-btn::after{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 15%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: test infinite 5s;
  animation: ag infinite 5s;
}

@-webkit-keyframes ag{
  0% {
    left: -60%
  }
  30% {
    left: -20%
  }
  70% {
    left: 100%
  }
  100% {
    left: 140%
  }
}
@keyframes ag{
  0% {
    left: -60%
  }
  30% {
    left: -20%
  }
  70% {
    left: 100%
  }
  100% {
    left: 140%
  }
}


.k-wh-box{
  width:369px;
  display:block;
}

.k-wh-tx{
  padding:0;
}

.k-main-featr{
  display:flex;
  justify-content:space-between;
  max-width:1200px;
  margin:0 auto;
}

.m-main-tw{
  text-align:left;
}

.m-main-tw p img{
  display:inline-block;
  vertical-align:middle;
  margin-right:15px;
}

.m-main-tw p{
  margin-bottom:20px;
}

.k-brands-wrp{
    max-width: 1090px;
}


.k-o-point{
    animation:ani-p 2s ease-in-out infinite;
}

.k-osob-img-prev .active,
.k-o-point:hover{
  animation:none;
}

.k-o-point::before,
.k-o-point::after{
  animation:none;
}

@keyframes ani-p{
  0%{
    opacity:0.5;
  }
  
  50%{
    opacity:0.9;
  }
}

a{
    cursor: pointer;
}

.k-form-modal textarea{
  text-align:center;
}

.k-form-modal textarea:focus{
  text-align:left;
}

.k-wz-txt{
  font-size:20px;
  font-family: 'Gilroy-Light';
}



@media(min-width:750px){
    .test-spasibo{
  top:170;
    }
    
    .ft-test .popup-quest-title {
    text-transform: none;
    font-size: 24px;
    color: #111;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 15px;
    margin-bottom: 20px;
    display: none;
      
  }
 
.ft-test .col-sm-8{
  overflow-y: auto;
  height: auto !important;
}
  
  .ft-test .popup-title{
    padding: 10px 30px 10px 15px;
  }
}


@media(min-width:1800px){
    .ft-test .popup-wrapper{
        overflow: hidden;
        max-height: 700px;
    }
}


@keyframes plse {
  0%{
    width:120px;
    height:120px;
    top:-30px;
    left:-30px;
  }
  
  50%{
    width:60px;
    height:60px;
    top:0;
    left:0;
  }
}



.k-main{
  position:relative;
}
.k-main::after,
.k-slider-wrp::after,
#garant .k-zag h2::after,
.k-wh-box:nth-child(2)::after{
  content:'';
  display:block;
  width:5px;
  height:60px;
  background:linear-gradient(240deg, #fc9e4f 0%, #f78956 100%); 
  z-index:5;
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
  bottom:-30px;
}

.k-slider-wrp::after{
    height:31px;
}

#garant .k-zag{
  position:relative;
}

#garant .k-zag h2::after{
  bottom: unset;
  top:0;
  margin-right:240px;
}

.k-wh-box{
  position:relative;
}
.k-wh-box:nth-child(2)::after{
  bottom:-75px;
}

.k-wh-box:nth-child(2)::after{
  display:none;
}

@media(min-width:1760px){
    .k-say-box{
      width:48.9vw;
    }
    
    .k-head-scroll .k-head-wrp{
      justify-content:center;
    }
    
    .k-head-scroll .k-head-logo{
      width:auto;
    }
    
    .k-head-scroll .k-head-logo span{
      padding-left:0;
      margin:0;
    }
    
   
    .kso-arr{
        width: 60px;
        height: 60px;
        border-radius: 50%; 
        background: #f78956;
        background-image: url('../images/brand-arr2.png');
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }
    
    .kso-arr::after{
      content:'';
      display:block;
      position:absolute;
      top:-30px;
      left:-30px;
      right:0;
      bottom:0;
      border:1px solid #f78956;
      width:120px;
      height:120px;
      border-radius:50%;
      display:flex;
      justify-content:center;
      align-items:center;
      animation: plse 3s infinite ease-in-out forwards;
    }
    
    .k-wh-box
    {
        width: 440px;
    }
    
    .k-mebel-img{
      width:auto;
    }
}



@media (max-width: 1760px)
{
    #garant .k-zag h2::after {
        margin-right: 40px;
    }
    .k-head-logo
    {
        max-width: 300px;
    }
    .k-head-logo span
    {
        margin: 0;
        padding: 0; 
        border: none;
    }
    .k-head-loc
    {
        display: none;
    }
    .k-head-nav .navbar-nav li a
    {
        padding: 10px 20px;
    }
    .k-head .navbar-collapse
    {
        padding: 0;
    }
    .k-head-tel a:first-child
    {
        font-size: 25px;
    }
    .k-o-b-g-big
    {
        width: 570px;
        height: 600px;
    }
    .k-o-b-g-sm
    {
        width: 370px;
    }
    .k-g-sm-bx
    {
        height: 285px;
        margin-bottom: 30px;
    }
    .k-our-work .container
    {
        padding: 0 15px;
    }
    .k-o-b-gallery
    {
        width: 100%;
        max-width: 1000px;
        margin-right: auto; 
        margin-left: auto;
    }
    .k-sl-b-title strong
    {
        font-size: 34px; 
        margin-right: 80px;
    }
    .k-sl-b-title p
    {
        max-width: 679px;
    }
    .k-sl-b-title p br
    {
        display: none;
    }
    .kso-arr
    {
        width: 60px;
        height: 60px;
        border-radius: 50%; 
        background: #f78956;
        background-image: url('../images/brand-arr2.png');
        background-repeat: no-repeat;
        background-position: center center;
    }
    .kso-arr:hover
    {
        background-color: #fb7d3f;
    }
    
     .k-free-box{
        width: 570px;
    }
    
    .k-wh-box p
    {
        width: 100%;
        height: auto;
    }
    .k-brands-wrp
    {
        max-width: 970px;
        margin: 0 auto;
    }
    .k-brands-box
    {
        margin-right: 10px;
    }
    .k-ideal-box
    {
        width: 370px;
    }
    .k-ideal-box br
    {
        display: none;
    }
    .k-ideal-box strong
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        height: 44px; 

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .k-planir-box
    {
        width: 370px;
    }
    .k-shem-wrp
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .k-shem-box
    {
        margin-right: 135px;
        margin-bottom: 60px;
    }
    .k-shem-box:nth-child(3n),
    .k-shem-box:last-child
    {
        margin-right: 0;
    }
    .k-shem-box:nth-child(3n)::after
    {
        display: none;
    }
    .k-say-gallery
    {
        overflow: hidden; 
        max-width: 1170px;
        margin: 0 auto;
    }
    .k-say-wrp
    {
        width: 999%;
    }
    .k-say-box
    {
        margin: 0 100px;
    }
    .map-box
    {
        width: 285px;
    }
    .k-head-scroll .k-head-logo span
    {
        padding: 0;
    }
    .k-head-tel a:last-child
    {
        margin-top: 0;
        letter-spacing: 1px;
    }
    .k-head-scroll .k-head-logo b
    {
        font-size: 16px;
        font-size: 34px;
        line-height: 46px;
    }
    
    .k-slider-wrp{
      max-width:1070px;
    }
    
    .k-slider-box{
      margin-right:50px;
    }
    
    .k-sl-b-title strong{
        margin-right: 40px;
    }
    
    .k-slider-wrp {
        max-width: 1025px;
    }
    
    .k-say-wrp {
      width: 100%;
      max-width: 1000px;
      margin:0 auto;
    }
    
    .k-say-box{
      max-width:1000px;
      width:100vw;
      margin:0;
    }
    
    .k-wh-tx{
      max-width:400px;
    }
    
    .k-wh-box:nth-child(2)::after{
      display:none;
    }
    
    .k-mebel-img img{
      max-width:48%;
      position:relative;
    }
    .k-mebel-img{
      width:auto;
    }
}



@media(max-width:1199px){
    #garant .k-zag h2::after,
    .k-wh-box:nth-child(2)::after{
        display: none;
    }
  .container{
      width:740px;
    }

  .k-head-logo{
    width:190px;
  }

  .k-head-logo b{
    font-size:30px;
  }

  .k-head-nav{
    width:310px;
  }

  .k-head-tel{
    width:215px;
  }

  .k-head-tel a:first-child{
    font-size: 21px;
    letter-spacing: unset;
    margin-bottom:15px;
  }

  .k-head-tel a:last-child{
    font-size:13px;
  }
    
    .k-head-scroll .k-head-tel a > span{
      display:none;
    }
    
    .k-head-scroll .ico-head-tel{
      background-color:#fa9652;
      width: 42px;
      height:42px;
      border-radius:50%;
      margin:0;
    }
    
    .k-head-scroll .k-head-nav{
      width:500px;
    }
    
    .k-head-scroll .k-head-tel a:last-child{
      display:none;
    }
    
    .k-head-scroll .k-head-tel a:first-child{
      margin:0;
    }
    
    .k-head-scroll .k-head-tel{
      width:auto;
      vertical-align: middle;
    }
    
    .k-head-scroll .k-head-nav .navbar-nav li a{
      padding:10px;
    }
    
    .k-head-scroll .k-head-logo b{
      font-size:30px;
    }
    
    .k-head-scroll .k-head-logo span{
      font-size:16px;
    }
    
    .k-head-scroll .k-head-nav{
      display:flex;
      justify-content:center;
    }
    
    .k-main-featr p{
      margin-bottom:25px;
    }
    
    .k-main-vopr{
      text-align:center;
    }
    
    .k-main-vopr p{
      margin-bottom:20px;
    }

    .k-main h1{
      font-size: 38px;
    }

    .k-slider-box{
      width:600px;
    }
    
    .k-slider-wrp {
        max-width: 600px;
    }
    
    .k-sl-b-title,
    .k-o-b-gallery{
      flex-direction:column;
    }
    
    .k-o-b-g-big{
      max-width: 600px;
      width:100%;
      height: 300px;
      margin:0 auto 10px;
    }
      
    
    .k-o-b-g-sm{
      width:100%;
      display:flex;
    }
    
    .k-g-sm-bx{
      width: 294px;
      height: 220px;
      margin-right:10px;
    }
    
    .k-g-sm-bx:last-child{
      margin-right:0;
    }
    
    .k-wh-b .k-zag2{
      margin-top:30px;
    }
    
    .k-zag{
      font-size: 42px;
    }
    
    .k-wh-wrp{
      flex-wrap:wrap;
    }
        
    .k-wh-box{
      width: 349px;
      min-height: 375px;
      height:auto;
    }
    
    .k-wh-box br{
      display:none;
    }
    
    .k-free-box{
      width:100%;
    }
    
    .k-form-wrp{
      flex-wrap:wrap;
    }
    
    .k-form-bg{
      padding:40px;
    }
    
    .k-form-box{
      margin-right:30px;
      width:300px;
      margin-bottom:30px;
    }
    
    .k-form-box:nth-child(2n){
      margin-right:0;
    }
    
    .k-form-box:last-child{
      margin:0;
    }
    .k-form input{
      width:100%;
    }
    
    .k-osob-img-prev{
      width: 365px;
      height:100%;
    }
    .k-osob-wrp{
      max-width:730px;
      margin-top:30px;
    }
    
    .kop1{
      margin-top:290px;
      margin-left:100px;
    }
    
    .kop2{
      margin-top:250px;
      margin-left:130px;
    }
    
    .kop3{
      margin-top:320px;
      margin-left:190px;
    }
    
    .kop4{
      margin-top:270px;
      margin-left:280px;
    }
    
    .k-slider-box{
      width:570px;
    }
    
    .k-slider-wrp{
      max-width: 570px;
    }
    
    .k-brands-wrp {
      max-width: 514px;
    }
    
    .k-brands-box{
      width: 250px;
    }
    
    
    .k-ideal .k-zag{
      margin-top:0;
      margin-bottom:45px;
    }
    
    .k-ideal-wrp{
      flex-direction:column;
    }
    
    .k-ideal-box{
      width:100%;
      max-width:unset;
    }
    
    .k-ideal-box strong{
      margin:29px 0;
    }
    
    .k-ideal-img img{
      margin:0 auto;
      width:100%;
    }

    .k-zamer .k-zag{
      font-size:36px;
    }
    
    .k-wz-wrp{
      align-items:flex-start;
    }
    
    .k-zag{
      font-size:36px;
    }
    
    .k-wz-img{
      margin-right:40px;
    }
    
    .k-wz-img{
      width: 364px;
    }
    .k-wz-txt p{
      margin-bottom:25px;
    }
    
    .k-planir-box{
      width: 349px;
      margin-bottom:45px
    }
    
    .k-planir .k-form-bg{
      max-width:720px;
    }
    
    .k-shem-box:nth-child(3n){
        margin-right: 128px;
    }
    
    
    .k-shem-box {
        margin-right: 128px;
        margin-bottom: 60px;
    }
    
    .k-shem-box:last-child,
    .k-shem-box:nth-child(2n){
      margin-right:0;
    }
    
    .k-shem-box:nth-child(2n)::after,
    .k-shem-box:last-child::after{
      display:none;
    }
    
    .k-shem-box:nth-child(3n)::after{
      display:block;
    }
    
    .k-say-wrp{
      max-width:720px;
    }
    
    .k-say-box{
      width:720px;
      padding-right:20px;
      height:auto;
    }
    
    .k-say-date{
      padding-bottom:20px;
    }
    
    .k-say-arr{
      margin-top:20px;
    }
    
    .map-txt{
      max-width:720px;
      margin:0 auto;
      flex-wrap:wrap;
      justify-content:space-between;
    }
    
    .map-box{
      width: 349px;
    }
    
    .map{
      background:#fff;
    }
    
    .map > ymaps{
      position:relative;
    }
    
    .map{
      overflow:hidden;
      height:100%;
      max-height:unset;
    }
    
    .map > ymaps{
      position:static;
      display:block;
      width: 600px;
    }

    .f1{
      width: 170px;
    }
    
    .f2{
      width: 245px;
      text-align:center;
    }
    .f2 a:first-child{
      border:none;
      margin:0;
    }
    
    .f2 a{
      display:block;
      padding:0 !important;
    }
    
    
    .f3{
      width: 168px;
      text-align:right;
    }
    
    .f3 u{
      display:block;
    }    
    .k-main h1{
        line-height: 54px;
    }
    
    .k-wh-box{
      width:100%;
      min-height:unset;
    }
    
    .k-main-featr p{
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      text-align:center;
    }
    
    .k-main-featr p img{
      margin-bottom:10px;
    }
    
    .k-mebel-wrp{
      flex-direction:column;
    }
}



@media(max-width:760px){
    .container{
      max-width:320px;
      width:100%;
    }
    
    .k-head-tel{
      display:none;
    }
    
    .k-head-nav .navbar-toggle{
      border-color:#fc9c50;
      height:40px;
    }
    
    .k-head-nav .navbar-toggle .icon-bar{
      background-color:#fff;
    }
    
    .k-head-scroll .k-head-nav .navbar-toggle .icon-bar{
      background-color:#000;
    }
    
    .k-head-scroll .k-head-nav{
      width:auto;
    }
    
    .k-main{
      overflow:hidden;
    }
    
    .k-main h1{
      font-size: 24px;
      line-height: 40px;
    }
    
    .k-main h1 br{
      display:none;
    }
    
    .k-main-vopr{
      margin:0 -8px 70px;
    }
    
    .k-main-vopr{
      padding:20px;
    }
    
    .k-btn{
      font-size: 14px;
      padding:30px 25px;
    }
    
    .k-slider-box{
      width:290px;
    }
    
    .k-sl-b-title strong{
      margin-right:0;
      display:block;
    }
    
    .k-head-logo{
      width:auto;
    }
    
    .k-head-logo{
      width:auto;
    }
    
    .k-o-slider{
      display:flex;
      flex-direction:column;
    }
    
    .k-slider-wrp{
      order:1;
      overflow:hidden;
    }
    
    .slick-slider{
      overflow:hidden;
    }
    
    .k-o-slider-arr{
      position:static;
      order:2;
      margin-top:30px;
      padding:0 40px;
    }
    
    .k-slider-wrp{
      max-width:290px;
    }
    
    .k-o-b-g-sm{
      flex-direction:column;
    }
    
    .k-o-slider-arr{
      margin-bottom:50px;
    }
    
    .k-o-slider-arr button:first-child::after{
      content:'';
      display:inline-block;
      vertical-align:middle;
      width: 50px;
      height: 2px;
      background-color: #ee8253;
      margin-left:79px;
    }
    
    .k-zag{
      font-size: 24px;
    }
    
    
    .k-free-box{
      flex-direction:column;
      height:auto;
      text-align:center;
    }
    
    .k-free-txt{
      width:100%;
    }
    
    .k-free-txt br{
      display:none;
    }
    
    .k-free-img{
      margin:0 auto 20px;
    }
    
    
    .k-form-box{
      width:100%;
      margin-right:0;
    }
    
    .k-form-box input{
      font-size: 20px;
    }
    
    
    .k-form-bg{
      padding:20px;
      margin:0 -20px
    }
    
    .k-osob-wrp{
      max-width:320px;
      margin:0 auto;
    }
    
    .k-osob .k-zag,
    .k-osob .k-zag-pre{
      max-width:320px;
      margin-left:auto;
      margin-right:auto;
    }
    
    .k-osob-txt{
      width:100%;
      min-height: 450px;
      height:auto;
      padding: 20px;
    }
    
    .k-osob-img-prev{
      width: 300px;
      height: 229px;
      position:relative;
      margin:30px auto;
    }
    
    
    .kop1{
        margin-top: 47px;
        margin-left: 47px;
    }
    
    .k-osob-img-prev .active::after, .k-osob-img-prev .active::before{
      display:none !important;
    }
    
    .kop2{
        margin-top: 152px;
        margin-left: 82px;
    }
    
    .kop3{
        margin-top: 72px;
        margin-left: 194px;
    }
    
    .kop4{
        margin-top: 147px;
        margin-left: 228px;
    }

    .k-brands-box{
      width: 200px;
    }
    
    .k-brands-img{
      height:100px;
    }
    
    .k-brands-wrp{
      max-width:200px;
      margin:0 auto;
    }
    
    .kbr-arr{
      width:40px;
      height:40px;
    }
        
    .k-zamer .container{
      max-width:320px;
    }
    
    .k-zamer .k-zag{
      font-size: 24px;
    }
    
    .k-zamer .k-zag br{
      display:none;
    }
    
    .k-wz-wrp{
      flex-direction:column;
    }
    
    .k-wz-img{
      width:100%;
      margin-bottom:40px;
    }
    
    .k-wz-txt span{
      width:275px;
    }
    
    
    .k-wz .k-zag{
      margin-bottom:40px;
    }
    
    .k-planir .k-form-bg{
      max-width:320px;
      margin:0 auto;
    }
    
    .k-shem-box,
    .k-shem-box:nth-child(3n){
      margin-right:0;
      margin-bottom:80px;
    }
    
    .k-shem-box:nth-child(3n){
      margin-top:40px;
    }
    
    .k-shem-box::after{
      display:block !important;
      position:static;
      transform:rotate(90deg);
      margin:70px auto;
      height: 80px;
      position:relative;
      top:0;
      left:0;
      right:0;
      bottom:0;
    }
    
    .k-shem-box:nth-child(3n){
      margin-top:0;
    }
    
    
    .k-shem-box:nth-child(2)::after{
      margin-top:40px;
    }
    
    .k-shem-box:last-child::after{
      display:none !important;
    }
    
    .k-say .k-zag{
      margin-top:0;
    }
    
    .k-say-wrp{
      max-width:320px;
      margin:0 auto;
    }
    
    .k-say-box{
      width:320px;
      flex-direction:column;
    }
    
    .k-say-img{
      width: 320px;
      height: 300px;
    }
    
    
    .k-say-txt::after, .k-say-txt::before{
     display:none;
    }
    
    .k-say-txt{
      padding:40px 20px 0;
    }
    
    .ksn{
      padding:0;
      padding-right:20px;
    }
    
    .ksn:last-child{
      padding-left:20px;
      padding-right:0;
    }
    
    .ksn span{
      margin:0 10px;
    }
    
    .panel-shad{
      padding:20px;
    }
    
    .k-vopr-wrp .panel-body{
      padding:0;
    }
    
    .k-vopr-wrp .panel-heading a{
      display:flex;
      padding-right:40px;
    }
    
    .panel-vopr-open .vopr-arr{
      top:30px;
      right:20px;
    }
    
    .vopr-arr{
      top:33px;
      right:20px;
    }
    
    .k-mebel-wrp{
      flex-direction:column;
    }
    
    .k-mebel-box{
      max-width:100%;
      margin:0 auto 40px;
    }
    
    .map-txt{
      padding-top:0;
    }
    
    .map > ymaps{
      height:400px !important;
    }
    
    .footer-wrp{
      height:auto;
      flex-direction:column;
      padding:35px 0;
      text-align:center;
    }
    
    .f2{
      margin:28px 0;
    }
    
    .f3{
      text-align:center;
    }
    
    .f1, .f2, .f3{
      width:100%;
      max-width:100%;
    }
    
    
    .k-head .navbar-collapse{
      position:fixed;
      left:0;
      top:0;
      background:#fff;
      width:100%;
      margin:0 auto;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
      opacity: 0.96;
      padding:40px;
      text-align:center;
    }
    
    .k-head .k-head-nav .navbar-nav li a{
      font-family: Gilroy-ExtraBold;
      display:inline-block;
      font-size: 24px;
      padding-left:0;
      color: #2b3440;
      padding-right:0;
    }
    
    .k-head .k-head-nav .navbar-nav li{
      padding-left:0;
      padding-right:0;
    }
    
    .k-head .navbar-nav{
      max-width:190px;
      margin:0 auto;
    }
    .mob-close{
        display: block;
        top: 5vw;
        right: 10vw;
    }
    
    .k-main h1{
        line-height: 40px;
    }
    
    .ft-test .popup-wrapper{
      position:relative;
      overflow:auto;
      height:100vh;
      padding-bottom:200px;
    }
    
    .ft-test .col-sm-8{
      height:auto;
    }
    
    .ft-test .col-sm-4{
      height:200px;
      position:absolute;
      bottom:0;
      left:0;
      right:0;
    }
    
    .k-say-txt{
      width:100%;
      max-height:400px;
      overflow-y:auto;
    }
    
    .k-wh-tx{
      padding:0;
    }
    .k-wh-box{
      flex-wrap:wrap;
    }
    
    .k-main-featr p{
      padding:0;
      display:block;
      margin-right:0;
    }
    
    .k-main-featr{
      display:block;
      text-align:left;
    }
    
    .m-main-tw{
      width:100%;
    }
    
    .k-main-featr p{
      text-align:left;
    }
    
    .k-head-scroll .k-head-nav{
      position:relative;
      left:30px;
    }
}