@charset "utf-8";
/*==========   Шрифт   ==========*/
/* font-family: "HeliosCondRegular"; */
@font-face {
    font-family: "HeliosCondRegular";
    src: url(../fonts/Helios/HeliosCondRegular/HeliosCondRegular.eot);
    src: local(HeliosCondRegular), url(../fonts/Helios/HeliosCondRegular/HeliosCondRegular.ttf);
}
/* font-family: "HeliosRegular"; */
@font-face {
    font-family: "HeliosRegular";
    src: url(../fonts/Helios/HeliosRegular/HeliosRegular.eot);
    src: local(HeliosRegular), url(../fonts/Helios/HeliosRegular/HeliosRegular.ttf);
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url(../fonts/Roboto/RobotoLight/RobotoLight.eot);
    src: local(RobotoRegular), url(../fonts/Roboto/RobotoLight/RobotoLight.ttf);
}
/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url(../fonts/Roboto/RobotoRegular/RobotoRegular.eot);
    src: local(RobotoRegular), url(../fonts/Roboto/RobotoRegular/RobotoRegular.ttf);
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url(../fonts/Roboto/RobotoMedium/RobotoMedium.eot);
    src: local(RobotoRegular), url(../fonts/Roboto/RobotoMedium/RobotoMedium.ttf);
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url(../fonts/Roboto/RobotoBold/RobotoBold.eot);
    src: local(RobotoRegular), url(../fonts/Roboto/RobotoBold/RobotoBold.ttf);
}

/*==========   Общее   ==========*/

/* Прижатие футера */
html, body {
    height: 100%;
}
.wrapper {
    position: relative;
    min-height: 100%;
}
.content {
    padding-bottom: 120px;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
}

@media screen and (max-width: 992px) {
    .content {
        padding-bottom: 200px;
    }
    footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 200px;
    }
}
@media screen and (max-width: 768px) {
    .content {
        padding-bottom: 310px;
    }
    footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 310px;
    }
}
/*==========   Футер   ==========*/
footer {
    padding-top: 5px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.footer_title {
    color: #000000;
    font-size: 20px;
    letter-spacing:0.4px;
    padding-top:5px;
    padding-bottom:5px;
}
@media screen and (max-width: 992px) {
    .footer_title {

    }
}
@media screen and (max-width: 768px) {
    .footer_title {
        text-align: center;
    }
}
.footer_address {
    padding: 3px 0px;
}
@media screen and (max-width: 992px) {
    .footer_address {

    }
}
@media screen and (max-width: 768px) {
    .footer_address {
        width: 160px;
        margin: 0 auto;
    }
}
.footer_address_icon {

}
.footer_address_icon i {
    font-size: 20px;
    padding-right: 5px;
    padding-top: 5px;
    color: #313a40;
}
.footer_address_text {

}
.footer_phone {
    padding: 3px 0px;
}
@media screen and (max-width: 992px) {
    .footer_phone {

    }
}
@media screen and (max-width: 768px) {
    .footer_phone {
        width: 140px;
        margin: 0 auto;
    }
}
.footer_phone_item {

}
.footer_phone_item_img {
    margin-right: 5px;
}
.footer_phone_item_text {

}
.footer_phone_item_text a{
    text-decoration: none;
}
.footer_phone_item_text a:visited, .footer_phone_item_text a:hover, .footer_phone_item_text a:active{
    text-decoration: none;
    color: inherit;
}
.footer_social {

}
@media screen and (max-width: 992px) {
    .footer_social {
        width: 160px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .footer_social {
        width: 160px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.footer_social ul {
    float: left;
    padding: 0px;
}
.footer_social ul li{
    list-style: none;
    float: right;
    padding:0 5px;
}
/* Общие стили */
/*
:root {
    --color-dark: #000000;
    --color-dark-black: #333333;
    --color-dark-blue: #313a40;
    --color-dark-grey: #666666;
    --color-white-grey: #e8ebed;
    --color-grey: #eeeef0;
    --color-white: #ffffff;
    --color-red: #ff0000;
}
:root {
    --size-1: 50px;
    --size-2: 40px;
    --size-3: 25px;
    --size-4: 20px;
    --size-5: 16px;
    --size-6: 14px;
    --size-small-1: 35px;
    --size-small-2: 22px;
    --size-small-3: 16px;
}
:root {
    --font-w: RobotoMedium;
    --font-u: RobotoRegular;
}
*/
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: RobotoRegular;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}
::selection {
    color: #ffffff;
    background: #333333;
}
::-moz-selection {
    color: #ffffff;
    background: #333333;
}
/* текст */
.text_bold {
    font-weight: bold;
}
/* Формы */
.btn-center {
    display: block;
    margin: 0 auto;
}
.btn-blue {
    font-family: RobotoMedium;
    color: #ffffff;
    background-color: #313a40;
    border: #313a40 1px solid;
    padding: 10px 20px;
    border-radius: 2px;
}
.btn-blue:hover,.btn-blue:focus,.btn-blue.focus{
    background-color: #ffffff;
    color: #313a40;
    border: #313a40 1px solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-blue i {
    color: #ffffff;
    margin: 0px 5px;
    font-size: 16px;
}
.btn-blue:hover i {
    color: #313a40;
}
.btn-white {
    font-family: RobotoMedium;
    color: #313a40;
    background-color: #ffffff;
    border: #313a40 1px solid;
    padding: 10px 20px;
    border-radius: 2px;
}
.btn-white:hover,.btn-white:focus,.btn-white.focus {
    background-color: #313a40;
    color: #ffffff;
    border: #313a40 1px solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-white i {
    color: #313a40;
    margin: 0px 5px;
    font-size: 16px;
}
.btn-white:hover i {
    color: #ffffff;
}
.btn-animate {
    position: relative;
}
.btn-animate:after {
    content: "";
    background: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 15%;
    transform: scale(1);
    transition: all 0.75s ease-in-out;
}
.btn-animate_active:after {
    transform: scale(0);
    opacity: 1;
    transition: 0s;
}

.form-control-blue {
    border-radius: 2px;
    background-color: #eeeef0;
    padding: 18px 18px 18px 15px;
    color: #313a40;
}
.form-control-blue:active, .form-control-blue:focus {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #313a40;
}
.form-control-select-blue {
    border-radius: 2px;
    background-color: #eeeef0;

    color: #313a40;
}
.form-control-select-blue:active, .form-control-select-blue:focus {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #313a40;
}


/*==========   Прелоад   ==========*/
#preload {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    z-index: 1100;
}
#preload-content {
    position:absolute;
    top: 50%;
}
#preload-content IMG {
    display:block;
    margin:0 auto;
}

/*==========   Наверх   ==========*/	
.scroll-back {
    background: transparent;
    margin: 0;
    position: fixed;
    bottom: 6%;
    right: 1%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #0E1729;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.scroll-back i {
    position: relative;
    left: 18px;
    top: 10px;
    font-size: 40px;
    color: #313a40;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    line-height:1;
}
.scroll-back:hover {
    background: #313a40;
    color: #FFFFFF;
}
.scroll-back:hover i {
    top: 2px;
    color: #FFFFFF;
}
.scroll-back:focus {
    top: 2px;
    color: #FFFFFF;
}
/*==========   Меню   ==========*/
.navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1030;
}
.navbar-nav {
    margin: 0px;
}
.navbar_transparent {
    padding-top: 20px;
    padding-bottom: 5px;
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    -o-box-shadow: 0;
    box-shadow: 0;
}
.navbar_transparent .navbar-brand {
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-family: HeliosRegular;
}
.navbar_transparent .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar_transparent .navbar-nav a {
    color: #FFF;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    box-transition: color 0.5s;
}
.navbar_transparent .navbar-nav a:link, .navbar_transparent .navbar-nav a:visited, .navbar_transparent .navbar-nav a:active, .navbar_transparent .navbar-nav a:focus {
    background-color: transparent;
}
.navbar_transparent .navbar-nav a i {
    font-size: 14px;
    color: #FFF;
    margin: 0px 5px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    box-transition: color 0.5s;
}
.navbar_opaque {
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: transparent;
    background-color: #FFF !important;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.navbar_opaque .navbar-brand {
    color: #000;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-family: HeliosRegular;
}
.navbar_opaque .navbar-toggle .icon-bar {
    background-color: #313a40;
}
.navbar_opaque .navbar-nav a {
    color: #333333;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    box-transition: color 0.5s;
}
.navbar_opaque .navbar-nav a:link, .navbar_opaque .navbar-nav a:visited, .navbar_opaque .navbar-nav a:active, .navbar_opaque .navbar-nav a:focus {
    background-color: transparent;
}
.navbar_opaque .navbar-nav a i {
    font-size: 14px;
    color: #333333;
    margin: 0px 5px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    box-transition: color 0.5s;

}

.lang {
    position: relative;
}
.lang .dropdown-menu {
    min-width: 0;
    cursor: pointer;
    right: auto;
    left: auto;
    top:55px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar_transparent .lang .dropdown-menu {
    top:40px;
    background-color: transparent;
    border: 1px solid #ccc;
}
.navbar_opaque .lang .dropdown-menu {
    top:56px;
    background-color: #ffffff;
}
.navbar_transparent .lang .dropdown-menu li{
    background-color: transparent;
}
.navbar_opaque .lang .dropdown-menu li{
    background-color: #ffffff;
}
.navbar_transparent .lang .dropdown-menu li a{
    color: #ffffff;
}
.navbar_opaque .lang .dropdown-menu li a{
    color: #313a40;
}
.navbar_transparent .lang .dropdown-menu li a:active,
.navbar_transparent .lang .dropdown-menu li a:hover {
    font-family: RobotoMedium;
}
.navbar_opaque .lang .dropdown-menu li a:active,
.navbar_opaque .lang .dropdown-menu li a:hover {
    font-family: RobotoMedium;
}

/*==========   Меню продукция мобильное  ==========*/
.product-menu-mini {

}
.product-menu-mini li{
    list-style-type: disc;
}
.product-menu-mini li a {
    text-decoration: none;
}
.product-menu-mini li a:link,
.product-menu-mini li a:visited,
.product-menu-mini li a:active,
.product-menu-mini li a:focus {
    text-decoration: none;
}

.nav>li>a {
    padding: 0.75rem ;
}


/*==========   Меню продукция   ==========*/	
.product-menu {
    display:none;
    background-color:#FFFFFF;
    -webkit-box-shadow: 0px -2px 2px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -2px 2px -2px rgba(0,0,0,0.5);
    -o-box-shadow: 0px -2px 2px -2px rgba(0,0,0,0.5);
    box-shadow: 0px -2px 2px -2px rgba(0,0,0,0.5);
}
.product-menu-area {

}
.product-menu-item {
    float:left;
    width:12%;
    padding-right:0.5%;	
}
.product-menu-item a {
    display:block;
    text-decoration:none;
    border:1px #FFFFFF solid;
    border-top:0px;
}
.product-menu-item a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;	
    border:1px #CCCCCC solid;
    border-top:0px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
}
.product-menu-item a img {
    display:block;
    text-decoration:none;
    background-color:#FFFFFF;
}
.product-sub-menu-item-title {
    font-family:RobotoMedium;
    text-align:center;
    font-size:13px;
    color:#333;
    line-height:1;
    text-decoration:none;
    padding-top:5px;
    min-height:32px;
}
.product-menu-close-area{
    padding-top:10px;
    height:30px;
    position:relative;
}
.product-menu-close-button {
    position:absolute;
    width: 40px;
    height: 40px;
    background: #FFF;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    left:50%;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);	
}
.product-menu-close-button i {
    color:inherit;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -12px;
    cursor:pointer;
}
.product-menu-close-button i:hover {
    margin-left: -7px;
    margin-top: -16px;   
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;    
}
/*==========   Слайдер   ==========*/
.slide {

}
.slide_content {
    position: relative;
}
.slide_content h2 {
    text-align:center;
    text-transform:uppercase;
    color: #ffffff;
    font-size: 50px;
    line-height: 1;
}
.slide_content h2 span{
    text-align:center;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    text-transform: lowercase;
}
.slide_content hr {
    max-width:250px;
    margin-top:10px;
    margin-bottom:10px;
}
.slide_content p {
    font-size: 16px;
    line-height:1;
    color: #ffffff;
    text-align: center;
}
.slide_content a {
    display:block;
    width:100px;
    margin:0 auto;
    margin-top:15px;
    color: #313a40;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.89);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #ffffff;
}

.slide_footer {
    position: relative;
    bottom:0;
    left:50%;
    width:120px;
    height:80px;
    margin-left:-60px;
    background-color:transparent;
    overflow:hidden;
    background:url(../img/icon/slider/bg.svg) center 1px no-repeat;
    cursor: pointer;
}
.slide_footer_img {
    position: relative;
    left: 45px;
    top: 5px;
}
.slide_footer_img i {
    color: #ffffff;
    font-size: 50px;
}
.slide_footer_text {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    text-align:center;
    top: 5px;
}
.slide_footer:active .slide_footer_img,
.slide_footer:hover .slide_footer_img{
    top: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.slide_xs {

}
.slide_xs_content {
    position: relative;
}
.slide_xs_content h2 {
    text-align:center;
    text-transform:uppercase;
    color: #ffffff;
    font-size: 35px;
    line-height: 1;
}
.slide_xs_content h2 span{
    text-align:center;
    text-transform:lowercase;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
}
.slide_xs_content a {
    display:block;
    width:100px;
    margin:0 auto;
    margin-top:15px;
    color: #313a40;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.89);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #ffffff;
}
.slide_xs_footer {
    position: relative;
    bottom:0;
    left:50%;
    width:120px;
    height:80px;
    margin-left:-60px;
    background-color:transparent;
    overflow:hidden;
    background:url(../img/main_slider/bg.svg) center 1px no-repeat;
    cursor: pointer;
}
.slide_xs_footer_img {
    position: relative;
    left: 45px;
    top: 5px;
}
.slide_xs_footer_img i {
    color: #ffffff;
    font-size: 50px;
}
.slide_xs_footer_text {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    text-align:center;
}
.slide_xs_footer:active .slide_xs_footer_img,
.slide_xs_footer:hover .slide_xs_footer_img{
    top: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slide_1 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/product/rimskie_shtory/rimskie_shtory_galerry_main.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.slide_2 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/product/yaponskie_shtory/yaponskie_shtory_galerry_main.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.slide_3 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/product/rulonnye_shtory/rulonnye_shtory_galerry_main.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.slide_4 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/product/rulonnaya_shtora_den_noch/day_night_galerry_main.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.slide_5 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/product/rulonnaya_shtora_raffinessa/rafinessa_galerry_main.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.slide_6 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/product/vertikalnye_zhalyuzi/vertikalnye_zhalyuzi_galerry_main.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.slide_7 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/product/shtory_plisse/shtory_plisse_galerry_main.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.slide_8 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../img/product/alyuminievye_karnizy/alyuminievye_karnizy_galerry_main.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

/*Контакты*/
.contact_slogan_container {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color:#313a40;    
}
.contact_slogan{
    color:#FFF;
    text-align:center;
    font-size:20px;
}
.contact_content_container {
    padding-top:25px;
    padding-bottom:25px;   
}
.contact_item {
    padding: 25px 0px 15px 0px;
}
.contact_item_title {
    font-family:RobotoMedium;
    font-size:24px;
}
.contact_item_description {
    font-size:13px;
    color:#999;
}
.contact_item_content {

}
.contact_item_content_block {
    padding-top:10px;    
}
.contact_item_content_block_icon {
    
}
.contact_item_content_block_icon i{
    font-size:20px;
    padding-right:5px; 
    padding-top:5px; 
    color:#313a40
}
.contact_item_content_block_text {
    font-family:RobotoMedium;
}
.contact_item_content_phone {
    font-family:RobotoMedium;
    font-size:15px;
    padding-top:10px; 
}
.contact_item_content_phone a{
    text-decoration: none;
    font-family: RobotoMedium;
    color: #313a40;
}
.contact_item_content_phone a:visited, .contact_item_content_phone a:hover, .contact_item_content_phone a:active{
    text-decoration: none;
    color: inherit;
}
.contact_item_content_social {
    padding:5px 0px 0px 0px;
}
.contact_item_content_social li {
    float:left; 
    padding-right:10px;
    list-style-type: none;
}

.contact_footer {
    
}
.contact_footer_title {
    font-family:RobotoMedium;
    font-size:24px;
}
.contact_footer_description {
    font-size:13px;
    color:#999;
}
.contact_footer_logo {
    padding-top:30px;
}
.contact_footer_btn {
    padding-top:15px;
}
.contact_item_content_status {
    text-align: center;
    margin: 5px 0px;
}
/****** Продукт *****/

.block {
    padding-top: 3%;
    padding-bottom: 3%;
}
.block_white {
    background-color: transparent;
}
.block_grey {
    background-color: #eeeef0;
}
.block_dark {
    background-color: #313a40;
}
/****** Обычный продукт *****/

.product_title {
    padding: 2% 0% 2% 0%;
}
.product_title_name {

}
.product_title_name h1{
    font-family: RobotoMedium;
    font-size: 50px;
    color: #313a40;
    line-height: 1;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .product_title_name h1 {
        font-size: 35px;
    }
}
.product_title_name h1 span {
    text-transform: none;
    font-size: 40px;
}
@media screen and (max-width: 769px) {
    .product_title_name h1 span {
        font-size: 22px;
    }
}
.product_title_text {
    padding: 1% 0% 1% 0%;
}
.product_title_text ul li {
    padding: 3px 0px;
}
.product_title_text SPAN {
    font-family: RobotoMedium;
}
.product_title_property {
    padding: 1% 0% 1% 0%;
}
.product_title_property_text {
    padding: 1% 0% 1% 0%;
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
    line-height: 1;
}
@media screen and (max-width: 769px) {
    .product_title_property_text {
        font-size: 22px;
    }
}
.product_title_property_item {
    padding: 1% 0% 0% 0%;
}
.product_title_property_item_img {
    margin-right: 10px;
}
.product_title_property_item_description {}
@media screen and (max-width: 769px) {
    .product_title_property_item_img {
        float: none !important;
        margin-right: 0px;
    }
    .product_title_property_item_description {
        float: none !important;
    }
}
.product_title_property_item_title {
    font-family: RobotoMedium;
    padding-top: 3px;
    font-size: 20px;
    line-height: 1;
    color: #313a40;
    display: block;
}
.product_title_property_item_text {
    padding-top: 3px;
    font-size: 14px;
    line-height: 1;
    color: #666666;
    display: block;
}
.product_img {}
.product_img IMG {
    margin: 0 auto;
}
.product_description {}
.product_description_text {
    padding: 2% 0% 2% 0%;
}
.product_description_text_title {
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
    text-transform: uppercase;
    text-align: center;
    padding: 1% 0% 0% 0%;
}
@media screen and (max-width: 769px) {
    .product_description_text_title {
        font-size: 22px;
    }
}
.product_description_text_text {
    padding: 1% 0% 1% 0%;
}
.product_description_param {
    padding: 2% 0% 2% 0%;
}
.product_description_param_title {
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
    text-transform: uppercase;
    text-align: center;
    padding: 1% 0% 0% 0%;
}
@media screen and (max-width: 769px) {
    .product_description_param_title {
        font-size: 22px;
    }
}
.product_description_param_char {
    padding: 2% 0% 2% 0%;
}
.product_description_param_char_item {}
.product_description_param_char_item_value {
    font-family: RobotoMedium;
    font-size: 40px;
    color: #313a40;
    text-align: center;
    line-height: 1.2;
}
@media screen and (max-width: 769px) {
    .product_description_param_char_item_value {
        font-size: 35px;
    }
}
.product_description_param_char_item_value sup {
    font-family: RobotoMedium;
    font-size: 25px;
}
@media screen and (max-width: 769px) {
    .product_description_param_char_item_value sup {
        font-size: 22px;
    }
}
.product_description_param_char_item_description {
    font-family: RobotoMedium;
    font-size: 14px;
    color: #666666;
    line-height: 1;
    text-align: center;
}
.product_description_param_use {
    padding: 2% 0% 2% 0%;
}
.product_description_param_use_item {
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px;
}
.product_description_param_use_item_title {
    font-family: RobotoMedium;
    font-size: 20px;
    color: #313a40;
    line-height: 1;
    padding-bottom: 10px;
}
.product_description_param_use_item_text {
    min-height: 22px;
}
.product_description_param_use_item_text i {
    font-size: 18px;
    padding-right: 5px;
}
.product_cost_blocks {

}
.product_cost_block {
    padding: 1% 0% 1% 0%;
}
.product_view_title {
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
    text-transform: uppercase;
    text-align: center;
}
.product_view_img {}
.product_view_img IMG {
    margin: 0 auto;
}
.product_galerry {}

.product_galerry_title {
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
    text-transform: uppercase;
    text-align: center;
}
.product_galerry_item {
    padding: 1% 0% 1% 0%;
}
/****** Продукт Плиссе *****/

.product_description_galerry {
    padding: 1% 0% 1% 0%;
}
.product_description_galerry_img {
    margin-left: 10px;
    margin-right: 10px;
}
/****** Вариативный продукт *****/

.product_var_title {
    padding: 2% 0% 2% 0%;
}
.product_var_title_name {
    /*Удалить*/
    font-family: RobotoMedium;
    font-size: 50px;
    color: #313a40;
    line-height: 1;
    text-transform: uppercase;
}
.product_var_title_name h1 {
    font-family: RobotoMedium;
    font-size: 50px;
    color: #313a40;
    line-height: 1;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .product_var_title_name {
        font-size: 35px;
    }
}
.product_var_title_text {
    padding: 1% 0% 1% 0%;
}
.product_var_title_text h2{

}
.product_var_description {
    padding: 1% 0% 1% 0%;
}
.product_var_description_text {
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
    text-transform: uppercase;
    text-align: center;
    padding: 1% 0% 1% 0%;
}
@media screen and (max-width: 768px) {
    .product_var_description_text {
        font-size: 22px;
    }
}
.product_var_description_tabs {
    border: 1px dotted #313a40;
    padding: 5px 10px;
}
.product_var_description_tabs .nav-tabs {
    border-bottom: 0px;
}
.product_var_description_tabs .nav-tabs>li {

}
.product_var_description_tabs .nav-tabs>li a{
    border-radius: 2px;
}
.tabs_3 .nav-tabs>li {
    width: 33.33%;
    margin-top: 2px;
    margin-bottom: 2px;
}
.tabs_4 .nav-tabs>li {
    width: 25%;
    margin-top: 2px;
    margin-bottom: 2px;
}
@media screen and (max-width: 769px) {
    .product_var_description_tabs .nav-tabs>li {
        width: 100%;
    }
}
.product_var_description_tabs .nav-tabs>li>a {
    border: 1px dotted #313a40;
    background-color: #313a40;
    font-family: RobotoMedium;
    font-size: 16px;
    color: #ffffff;
}
.product_var_description_tabs .nav-tabs>li>a:hover {
    border: 1px dotted #313a40;
    background-color: #ffffff;
    color: #313a40;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product_var_description_tabs .nav-tabs>li.active>a, .product_var_description_tabs .nav-tabs>li.active>a:hover, .product_var_description_tabs .nav-tabs>li.active>a:focus {
    border: 1px dotted #313a40;
    background-color: #ffffff;
    color: #313a40;
}
.product_var_description_tabs_item {
    margin-top: 15px;
}
.product_var_description_tabs_item_img {}
.product_var_description_tabs_item_content {}
.product_var_description_tabs_item_content_name {
    padding: 2% 0% 1% 0%;
    line-height: 1;
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
}
.product_var_description_tabs_item_content_text {
    padding: 1% 0% 1% 0%;
}
.product_var_description_tabs_item_content_char {
    padding: 1% 0% 1% 0%;
}
.product_var_description_tabs_item_content_char_item {
    padding: 1% 0% 0% 0%;
}
.product_var_description_tabs_item_content_char_item_img {
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .product_var_description_tabs_item_content_char_item_img {
        float: none !important;
    }
}
.product_var_description_tabs_item_content_char_item_content {}
@media screen and (max-width: 768px) {
    .product_var_description_tabs_item_content_char_item_content {
        float: none !important;
    }
}
.product_var_description_tabs_item_content_char_item_content_name {
    font-family: RobotoMedium;
    padding-top: 3px;
    font-size: 20px;
    line-height: 1;
    color: #313a40;
    display: block;
}
.product_var_description_tabs_item_content_char_item_content_text {
    padding-top: 3px;
    font-size: 14px;
    line-height: 1;
    color: #666666;
    display: block;
}
.product_var_char {
    background-color: #eeeef0;
}
.product_var_char_title {
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
    text-transform: uppercase;
    text-align: center;
    padding: 1% 0% 1% 0%;
}
@media screen and (max-width: 768px) {
    .product_var_char_title {
        font-size: 22px;
    }
}
.product_characteristics_param {
    padding: 2% 0% 2% 0%;
}
.product_var_char_param_item {
    padding: 1% 0% 1% 0%;
}
.product_var_char_param_item_value {
    font-family: RobotoMedium;
    font-size: 40px;
    color: #313a40;
    text-align: center;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .product_var_char_param_item_value {
        font-size: 35px;
    }
}
.product_var_char_param_item_value sup {
    font-family: RobotoMedium;
    font-size: 25px;
}
@media screen and (max-width: 768px) {
    .product_var_char_param_item_value sup {
        font-size: 22px;
    }
}
.product_var_char_param_item_description {
    font-family: RobotoMedium;
    font-size: 14px;
    color: #666666;
    line-height: 1;
    text-align: center;
}
.product_var_char_blocks {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0% 2% 0%;
}
.product_var_char_block {
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px;
}
.product_var_char_block_title {
    font-family: RobotoMedium;
    font-size: 20px;
    color: #313a40;
    line-height: 1;
    padding-bottom: 10px;
}
.product_var_char_block_text {
    min-height: 22px;
}
.product_var_char_block_text i {
    font-size: 18px;
    padding-right: 5px;
}

.block_product_rimskie_shtory {
    background-image: url(../img/product/rimskie_shtory/rimskie_shtory_download.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.block_product_rulonnye_shtory {
    background-image: url(../img/product/rulonnye_shtory/rulonnye_shtory_download.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.block_product_yaponskie_shtory {
    background-image: url(../img/product/yaponskie_shtory/yaponskie_shtory_download.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.block_product_day_night {
    background-image: url(../img/product/rulonnaya_shtora_den_noch/day_night_download.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.block_product_raffinessa {
    background-image: url(../img/product/rulonnaya_shtora_raffinessa/rafinessa_download.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.block_product_vertikalnye_zhalyuzi {
    background-image: url(../img/product/vertikalnye_zhalyuzi/vertikalnye_zhalyuzi_download.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.block_product_shtory_plisse {
    background-image: url(../img/product/shtory_plisse/shtory_plisse_download.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.block_product_alyuminievye_karnizy {
    background-image: url(../img/product/alyuminievye_karnizy/alyuminievye_karnizy_download.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.product_feedback {
    background: rgba(255, 255, 255, 0.6);
    padding: 10% 0% 10% 0%;
    border: 1px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.product_feedback_title {
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0px 0px 0px;
}
.product_feedback_text {
    font-size: 16px;
    color: #313a40;
    text-align: center;
}
.product_feedback_action {
    padding: 25px 0px 15px 0px;
}

/*Модалка обратной связи*/
.feedback_block {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 30px;
    padding-right: 30px;
}
.feedback_block_title {
    padding-top: 2%;
    padding-bottom: 2%;
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
}
.feedback_block_form {}
.feedback_addr {
    padding-top: 2%;
    padding-bottom: 2%
}
.feedback_addr_item {}
.feedback_addr_item_icon {}
.feedback_addr_item_icon i {
    font-size: 20px;
    padding-right: 5px;
    padding-top: 5px;
    color: #313a40;
}
.feedback_phone {
    padding-top: 2%;
    padding-bottom: 2%
}
.feedback_phone_item_text {
    padding-top: 1%;
    padding-bottom: 1%;
}
/*Модалка стань дилером*/
.partner_block {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 30px;
    padding-right: 30px;
}
.partner_block_title {
    padding-top: 2%;
    padding-bottom: 2%;
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
}
.partner_block_form {}
.partner_addr {
    padding-top: 2%;
    padding-bottom: 2%
}
.partner_addr_item {}
.partner_addr_item_icon {}
.partner_addr_item_icon i {
    font-size: 20px;
    padding-right: 5px;
    padding-top: 5px;
    color: #313a40;
}
.partner_phone {
    padding-top: 2%;
    padding-bottom: 2%
}
.partner_phone_item_text {
    padding-top: 1%;
    padding-bottom: 1%;
}












.block_empty {
    height: 50px;
}
.block_white {

}
.block_dark {
    background-color: #313a40;
}
.block_number {
    background-image: url(../img/number_block.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #eeeef0;
}
.block_padding {
    padding-top: 2%;
    padding-bottom: 2%;
}

/*ABOUT*/
.about_title {

}
.about_title_header {
    font-family: RobotoMedium;
    font-size: 50px;
    color: #313a40;
}
@media screen and (max-width: 768px) {
    .about_title_header {
        text-align: center;
    }
}
.about_title_content {

}

.about_number_title {
    font-family: RobotoMedium;
    font-size: 40px;
    color: #313a40;
    text-align: center;
}
.about_number_text {
    text-align: center;
    color: #313a40;
}
.about_number_block {
    padding-top: 15%;
    padding-bottom: 15%;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .about_number_block {
        padding-top: 1%;
        padding-bottom: 1%;
    }
}
@media screen and (max-width: 768px) {
    .about_number_block {
        padding-top: 1%;
        padding-bottom: 1%;
    }
}
.about_number_block_span {
    position: relative;
    top: 5px;
    color: #666666;
}
.about_number_block_title {
    font-family: RobotoMedium;
    font-size: 50px;
    line-height: 1;
}
.about_number_block_text {
    font-family: RobotoMedium;
    padding-top: 1%;
    padding-bottom: 1%;
    line-height: 1.5;
    text-transform: uppercase;
}

.about_doit_title {
    font-family: RobotoMedium;
    font-size: 40px;
    color: #313a40;
}
.about_doit_text {

}
.about_doit_content {

}
.about_doit_content_title {
    font-family: RobotoMedium;
    font-size: 20px;
    color: #313a40;
}
.about_doit_content_list {
    padding-left: 20px;
}

.about_galerry {
    padding: 1% 0% 1% 0%;
}
.product_description_galerry_img {
    margin-left: 10px;
    margin-right: 10px;
}

.about_why {

}
.about_why_title {
    font-family: RobotoMedium;
    font-size: 40px;
    color: #313a40;
}
.about_why_cause {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 8px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 1%;
}
.about_why_cause_title{
    font-family: RobotoMedium;
    font-size: 20px;
    color: #313a40;
    padding: 1% 0% 0% 0%;
}
.about_why_cause_text {

}

.about_action {
    padding: 5% 0%;
}
.about_action_title {
    font-family: RobotoMedium;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}
.about_action_text {
    color: #ffffff;
    text-align: center;
}
.about_action_btn_block {
    padding: 1% 0%;
}
/*Производителям*/
.about_title {

}
.producers_title_header {
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
}
.producers_title_text {
    padding: 1% 0% 0% 0%;
}
.producers_benefits {

}
.producers_benefits_header {
    font-family: RobotoMedium;
    font-size: 20px;
    color: #313a40;
}
.producers_benefits_text {
    padding: 1% 0% 0% 0%;
}
.producers_offer {

}
.producers_offer_header {
    font-family: RobotoMedium;
    font-size: 20px;
    color: #313a40;
    text-align: center;
}
.producers_offer_item {
    padding: 1% 0% 0% 0%;
}
.producers_offer_img {

}
.producers_offer_img IMG{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.producers_offer_title {
    font-family: RobotoMedium;
    font-size: 20px;
    color: #313a40;
}
.producers_slogan {
    padding: 1% 0% 1% 0%;
}
.producers_slogan_text {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.producers_form {

}
.producers_form_header {
    padding: 1% 0% 1% 0%;
    font-family: RobotoMedium;
    font-size: 25px;
    color: #313a40;
    text-align: center;
}

/*404*/
.notfound {
    padding: 25%;
}
.notfound_title {
    text-align: center;
    font-family: RobotoMedium;
    font-size: 40px;
    color: #313a40;
}
.notfound_text {
    text-align: center;
}
.notfound_home_btn {
    padding: 15px 0px;
}

/*Главная*/
.index_title {
}
.index_title_header {
    font-family: RobotoMedium;
    font-size: 50px;
    color: #313a40;
}
.index_title_content {
}
.index_title_img {
}

.index_number {

}
.index_number_title {
    font-family: RobotoMedium;
    font-size: 40px;
    color: #313a40;
    text-align: center;
}
.index_number_block {
    padding-top: 15%;
    padding-bottom: 15%;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .index_number_block {
        padding-top: 1%;
        padding-bottom: 1%;
    }
}
@media screen and (max-width: 768px) {
    .index_number_block {
        padding-top: 1%;
        padding-bottom: 1%;
    }
}
.index_number_block_span{
    position: relative;
    top: 5px;
    color: #666666;
}
.index_number_block_title {
    font-family: RobotoMedium;
    font-size: 50px;
    line-height: 1;
}
.index_number_block_text {
    font-family: RobotoMedium;
    padding-top: 1%;
    padding-bottom: 1%;
    line-height: 1.5;
    text-transform: uppercase;
}

.index_retail {

}
.index_retail_header {
    font-family: RobotoMedium;
    font-size: 40px;
    color: #313a40;
    text-align: center;
    line-height: 1;
    padding: 1% 0% 1% 0%;
}
.index_retail_content {
    padding: 1% 0% 1% 0%;
}
.index_retail_action {
    padding: 1% 0% 1% 0%;
}
.index_retail_action_title {
    font-family: RobotoMedium;
    font-size: 16px;
    color: #313a40;
    text-align: center;
}
.index_retail_action_btn {
    padding: 3% 0%;
}
