/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 

    Created on : 23.02.2018
    Author     : kimchi home

    font-family: 'Roboto', sans-serif;
    font-family: 'Yeseva One', cursive;

*/

body,
html{
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
}

body{
    background: url(page-bg.jpg) no-repeat center 0;
}

div>ymaps{
    width:100% !important;
}

*{
    outline: none;
}

.paddingoff{
    padding: 0;
}

/*
*
*
*
* Шапка
*
*
*
*/

#header{
    background: #0c0585;
    height: 65px;
}

#header .headerBtn{
    position: relative;
    margin: 22px 0 0 15px;
    width:29px;
    height:21px;
    float:left;
    z-index: 80;
    cursor:pointer;
}

#header .headerBtn span{
    display: block;
    position: absolute;
    left:0;
    top:8px;
    height:4px;
    width:100%;
    border-radius: 5px;
}

#header .headerBtn.close{
    margin-top:32px;
}

#header .headerBtn.close span{
    background:#130e89;
}

#header .headerBtn.close span:before{
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 7px;
    left: -3px;
    width: 22px;
    background:#130e89;
}

#header .headerBtn.close span:after{
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -7px;
    left: -3px;
    width: 22px; 
    background:#130e89;
}

#header .headerBtn span,
#header .headerBtn span:before,
#header .headerBtn span:after{
    background:#fff;
}

#header .headerBtn.close span:before,
#header .headerBtn.close span:after{
    transition: ease 0.3s top 0s, ease 0.3s transform 0.3s;
    -o-transition: ease 0.3s top 0s, ease 0.3s transform 0.3s;
    -moz-transition: ease 0.3s top 0s, ease 0.3s transform 0.3s;
    -webkit-transition: ease 0.3s top 0s, ease 0.3s transform 0.3s;
}

#header .headerBtn span:before,
#header .headerBtn span:after{
    transition: ease 0.3s top 0.3s, ease 0.3s transform 0s;
    -o-transition: ease 0.3s top 0.3s, ease 0.3s transform 0s;
    -moz-transition: ease 0.3s top 0.3s, ease 0.3s transform 0s;
    -webkit-transition: ease 0.3s top 0.3s, ease 0.3s transform 0s;
}

#header .headerBtn span:before{
    content:"";
    width:100%;
    height:4px;
    position:absolute;
    top:-8px;
    left:0;
    display: inline-block;
    border-radius: 5px;
}

#header .headerBtn span:after{
    content:"";
    width:100%;
    height:4px;
    position:absolute;
    top:8px;
    left:0;
    display: inline-block;
    border-radius: 5px;
}

#header .headerLogo{
    display: none;
}

#header .headerLogoMobile{
    position: absolute;
    top: 19px;
    left: 50%;
    margin-left: -75px;
    width: 170px;
}

#header .headerEmail,
#header .headerPhone{
    display: none;
}

#header .headerLangs{
    float:right;
    margin:25px 15px 0 0;
    font-size: 12px;
    line-height: 18px;
    color:#fff;
    letter-spacing: 0.06em;
}

#header .headerLangs a{
    color:#fff;
}

#header .headerLangs a.active{
    color:#f5e050;
    text-decoration: none;
}

body.show #mobileMenu{
    display: block;
}

#mobileMenu{
    position: absolute;
    top:0;
    left:0;
    z-index: 70;
    background: #fff;
    width:100%;
    max-width:380px;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
    display: none;
} 

#mobileMenu .mobileMenuLogo{
    text-align: center;
    padding: 18px 0;
}

#mobileMenu .mobileMenuNav ul{
    padding: 0;
    margin: 0;
    list-style:none;
    border-bottom:1px solid #f3f3f3;
}

#mobileMenu .mobileMenuNav li{
    border-top:1px solid #f3f3f3;
}

#mobileMenu .mobileMenuNav li a{
    border-top:1px solid #daeeff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 28px 15px;
    color:#000;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

#mobileMenu .mobileMenuContacts{
    background: #daeeff;
    padding: 20px 20px 18px;
    text-align: center;
}

#mobileMenu .mobileMenuContactsPhone a{
    font-weight: 300;
    color:#120d81;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
}

#mobileMenu .mobileMenuContactsEmail{
    padding-top: 7px;
}

#mobileMenu .mobileMenuContactsEmail a{
    font-size: 14px;
    line-height: 18px;
    color:#120d81;
    text-decoration: none;
}

@media (min-width: 400px){
    
}

@media (min-width: 768px){
    
    #header{
        height:99px;
    }
    
    #header .headerBtn{
        display: none;
    }
    
    #header .headerLogo{
        display: block;
        float:left;
        margin: 24px 0 0 16px;
        width: 33.333333%;
    }
    
    #header .headerLogo img{
        width:100%;
    }
    
    #header .headerLogoMobile{
        display: none;
    }
    #header .headerEmail,
    #header .headerPhone{
        display: block;
    }
    
    #header .headerPhone{
        float:left;
        margin-top: 16px;
        width: 33.333333%;
        text-align: center;
        padding-top: 40px;
        font-weight: 300;
        color:#fff;
        font-size: 18px;
        line-height: 18px;
        background: url(header-phone.png) no-repeat center 0 / 23px 23px;
    }
    
    #header .headerEmail{
        float:left;
        margin-top: 16px;
        width: 16.666667%;
        text-align: center;
        padding-top: 40px;
        font-weight: 300;
        color:#fff;
        font-size: 18px;
        line-height: 18px;
        background: url(header-email.png) no-repeat center 0 / 26px 18px;
    }
    
    #header .headerEmail a,
    #header .headerPhone a{
        color:#fff;
        text-decoration: none;
    }
    
    #header .headerLangs{
        font-size: 16px;
        margin: 47px 15px 0 0;
    }
}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}

/*
*
*
*
* Навигация
*
*
*
*/

#nav{
    border-radius: 10px;
    background: #0c0585;
    box-shadow: 0 3px 13px rgba(0,0,0,0.33);
    display: none;
}

#nav ul{
    display: block;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding: 0;
    margin:0;
    -webkit-flex-direction: row;
    flex-direction: row;
    list-style:none;
    align-items: stretch;
    align-content: space-around;
}

#nav ul li{
    display: block;
    -webkit-flex: auto;
    flex: auto;
}

#nav ul li a{
    display: block;
    padding: 17px 2px;
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
}

#nav ul li a:hover,
#nav ul li.active a{
    color:#000;
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #c0c0c0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#c0c0c0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5e5e5 0%,#c0c0c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */
}

@media (min-width: 400px){
    
}

@media (min-width: 768px){
    
    #nav{
        padding: 0 40px;
        display: block;
    }
    
}

@media (min-width: 992px){

    #nav{
        padding: 0 50px;
        display: block;
    }
}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* Слайдер продуктов
*
*
*
*/

#productSlider{
    position: relative;
    padding: 40px 60px 0;
    overflow: hidden;
    max-height:300px;
}

#productSlider .productSliderOne{
    width:255px;
    float:left;
}

#productSlider .slick-list{
    overflow: hidden;
}

#productSlider .slick-prev{
    position: absolute;
    z-index: 50;
    width:23px;
    height:44px;
    border: none;
    background: url(arrow-yellow.png) no-repeat  0 0 / 23px 44px;
    left:5px;
    top: 90px;
    overflow: hidden;
    text-indent: -999px;
    padding: 0;
    cursor:pointer;
}

#productSlider .slick-next{
    position: absolute;
    z-index: 50;
    width:23px;
    height:44px;
    border: none;
    background: url(arrow-yellow.png) no-repeat  0 0 / 23px 44px;
    right:5px;
    top: 90px;
    overflow: hidden;
    text-indent: -999px;
    padding: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    cursor:pointer;
}

#productSlider .slick-next:hover,
#productSlider .slick-prev:hover{
    background: url(arrow-blue.png) no-repeat  0 0 / 23px 44px;
}

#productSlider .productSliderOne{
    float: left;
}

#productSlider .productSliderOne a{
    text-decoration: none;
}

#productSlider .productSliderOneImage{
    height: 130px;
    display:flex;
    align-items:center;
    justify-content:center;
}

#productSlider .productSliderOneImage img{
    max-width:100%;
}

#productSlider .productSliderOneTitle{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color:#000;
}


@media (min-width: 400px){
    
}

@media (min-width: 768px){
    
    #productSlider{
        position: relative;
        padding: 40px 60px 40px;
    }

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* Главная страница
*
*
*
*/

#mainBlock{
    
}

#mainBlock .mainBlockTitle{
    min-height: 88px;
    background: url(title-cube.png) no-repeat center 0 / 88px 88px;
    margin-top:20px;
    padding-top: 1px;
}

#mainBlock .mainBlockTitle span{
    display: block;
    text-align: center;
    background: #fff;
    clear:both;
    vertical-align: top;
    margin: 16px 0 0 0;
    font-size: 15px;
    line-height: 18px;
    color:#000;
    letter-spacing: 0.06em;
}

#mainBlock .mainBlockTitle div{
    font-size: 30px;
    line-height: 1.1;
    color:#000;
    margin:8px 0 0 0;
    text-align: center;
    background: #fff;
    font-family: 'Yeseva One', cursive;
}

#mainBlock .mainBlockText{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color:#585858;
    margin:25px 0 40px;
}

#mainBlock .mainBlockText img{
    margin: 0 0 12px;
}

@media (min-width: 400px){
    
}

@media (min-width: 768px){

    #mainBlock .mainBlockText{
        font-size: 16px;
        line-height: 24px;
        margin:45px 0 90px;
    }

    #mainBlock .mainBlockText img{
        float: right; 
        margin: 0 -15px 22px 30px;
    }
    
    #mainBlock .mainBlockTitle{
        min-height: 170px;
        background: url(title-cube.png) no-repeat 0 0;
        margin-top:80px;
    }

    #mainBlock .mainBlockTitle span{
        margin: 38px 0 0 61px;
        font-size: 25px;
        line-height: 25px;
        font-weight: 300;
        display: inline-block;
        text-align: left;
    }

    #mainBlock .mainBlockTitle div{
        font-size: 62px;
        line-height: 1.1;
        margin:13px 0 0 100px;
        text-align: left;
    }
}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1290px){

    #mainBlock .mainBlockTitle{
        margin-left: -62px;
    }
    
}


/*
*
*
*
* Форма заказа
*
*
*
*/

#order{
    background: url(order-bg.jpg) no-repeat center center / cover;
    padding: 50px 0;
}

#order .orderContainer{
    background: #fff;
    padding: 30px 10px;
}

#order .orderTitle{
    text-align: center;
    text-transform: uppercase;
    color:#000;
    font-family: 'Yeseva One', cursive;
    font-size: 20px;
    line-height: 1.1;
}

#order .orderForm{
    padding-top:10px;
}

#order .orderForm textarea{
    margin-top:15px;
    width:100%;
    border: 2px solid #eaeaea;
    border-radius: 10px;
    background: #eaeaea;
    height:88px;
    padding: 20px 24px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color:#555555;
    font-weight: 700;
    letter-spacing: 0.06em;
    float: left;
}

#order .orderForm input[type="text"]{
    margin-top:15px;
    width:100%;
    border: 2px solid #eaeaea;
    border-radius: 10px;
    background: #eaeaea;
    height:46px;
    padding: 0 24px;
    font-size: 14px;
    color:#555555;
    font-weight: 700;
    letter-spacing: 0.06em;
    float: left;
}

#order .orderForm .jq-checkbox{
    width:20px;
    height:20px;
    border: 1px solid #0c0585;
    border-radius:3px;
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
}

#order .orderForm .jq-checkbox.checked .jq-checkbox__div{
    width: 12px;
    height: 12px;
    margin: 3px 0 0 3px;
    border-radius:3px;
    background:#0c0585;
}

#order .orderForm label{
    margin-top:20px;
    display:block;
}

#order .orderForm .text{
    display:inline-block;
    max-width: calc(100% - 35px);
    vertical-align:middle;
}

#order .orderForm .jq-file *{
    cursor:pointer;
}

#order .orderForm .jq-file{
    
    cursor:pointer;
    border-radius: 10px;
    margin-top:20px;
    width:100%;
    max-width:360px;
    height:50px;
    text-align: center;
    font-size: 14px;
    color:#140e87;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.06em;
    background: #f4be03; /* Old browsers */
    background: -moz-linear-gradient(top, #f4be03 0%, #cd9f03 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4be03 0%,#cd9f03 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4be03 0%,#cd9f03 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4be03', endColorstr='#cd9f03',GradientType=0 ); /* IE6-9 */
}

#order .orderForm .jq-file__browse{
    display: none;
}

#order .orderForm *.error{
    border-color: #ff0000 !important;
}

#order .orderForm input[type="submit"]{
    margin-top:15px;
    max-width:360px;
    width:100%;
    border: none;
    border-radius: 10px;
    height:50px;
    font-size: 16px;
    color:#fff;
    font-weight: 700;
    letter-spacing: 0.06em;
    float: left;
    background: #0c0585; /* Old browsers */
    background: -moz-linear-gradient(top, #0c0585 0%, #0a0470 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0c0585 0%,#0a0470 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0c0585 0%,#0a0470 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0585', endColorstr='#0a0470',GradientType=0 ); /* IE6-9 */
    cursor:pointer;
}

#order .orderText1{
    font-size:20px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:0.06em;
    text-align:center;
    padding-bottom:10px;
}

#order .orderText2{
    font-size:20px;
    font-weight:400;
    letter-spacing:0.06em;
    text-align:center;
}

#order .orderPhone{
    text-align:center;
    padding:5px 0;
}

#order .orderPhone a{
    font-size:28px;
    font-weight:700;
    text-decoration:none;
    color:#110b7b;
    text-align:center;
}

#order .orderTitle{
    margin-top:18px;
    cursor:pointer;
    
}

#order .orderTitle span{
    position:relative;
}

#order .orderTitle span:before{
    content:"";
    position:absolute;
    top:2px;
    right:-28px;
    width:19px;
    height:19px;
    background:url(title-arrow.png);
}

#order .orderTitle.show span:before{
    transform: rotate(180deg);
}



@media (min-width: 400px){
    
}

@media (min-width: 768px){
        
        
    #order .orderText1{
        font-size:26px;
    }

    #order .orderPhone a{
        font-size:50px;
        letter-spacing:0.06em;
    }

    #order .orderTitle span:before{
        top:17px;
        right:-45px;
    }

    #order{
        padding: 105px 0 100px;
    }

    #order .orderTitle{
        font-size: 45px;
    }

    #order .orderContainer{
        padding: 50px 45px;
    }
    
    #order .orderForm{
        padding-top: 30px;
    }

    #order .orderForm textarea{
        margin-top:20px;
        height:258px;
        padding: 20px 48px;
    }

    #order .orderForm input[type="text"]{
        margin-top:20px;
        height:72px;
        padding: 0 48px;
    }

    #order .orderForm input[type="submit"]{
        margin-top:32px;
        height:62px;
        font-size: 16px;
        float:left;
    }

    #order .orderForm .jq-file{
        margin-top:32px;
        height:62px;
        line-height:62px;
        font-size: 16px;
        float:right;
    }

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* Статьи
*
*
*
*/

#articlesMain{
    background: #f4f4f4;
    padding: 35px 0 30px
}

#articlesMain .articlesMainTitle{
    text-align: center;
    text-transform: uppercase;
    color:#000;
    font-family: 'Yeseva One', cursive;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.04em;
    padding-bottom: 20px;
}

#articlesMain .articlesMainListOne{
    margin-top:30px;
}

#articlesMain .articlesMainListOne:nth-child(2),
#articlesMain .articlesMainListOne:nth-child(3){
    display: none;
}

#articlesMain .articlesMainListOneImage{
    height:220px;
    display:block;
}

#articlesMain .articlesMainListOneTitle{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color:#0c0585;
    letter-spacing: 0.06em;
    padding: 25px 0 15px;
    display:block;
    text-decoration:none;
}

#articlesMain .articlesMainListOneMore{
    padding-top: 15px;
}

#articlesMain .articlesMainListOneMore a{
    display: inline-block;
    width:100%;
    height: 50px;
    text-decoration: none;
    letter-spacing: 0.06em;
    color:#120d81;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    background: #f4be03; /* Old browsers */
    background: -moz-linear-gradient(top, #f4be03 0%, #cd9f03 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4be03 0%,#cd9f03 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4be03 0%,#cd9f03 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4be03', endColorstr='#cd9f03',GradientType=0 ); /* IE6-9 */
}

#articlesMain .articlesMainBtn{
    padding-top: 16px;
    text-align: center;
    overflow: hidden;
}

#articlesMain .articlesMainBtn a{
    display: inline-block;
    width:100%;
    height: 50px;
    text-decoration: none;
    letter-spacing: 0.06em;
    color:#fff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    background: #0c0585; /* Old browsers */
    background: -moz-linear-gradient(top, #0c0585 0%, #0a0470 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0c0585 0%,#0a0470 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0c0585 0%,#0a0470 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0585', endColorstr='#0a0470',GradientType=0 ); /* IE6-9 */
    cursor:pointer;
}

.articlesList{
    margin-bottom:70px;
}

.articlesListOne{
    margin: 40px 0 0;
}

.articlesListOneImage{
    border:15px solid #f8f8f8;
    padding:0;
    margin-bottom:20px;
}

.articlesListOneImage img{
    width:100%;
    display:block;
}

.articlesListOneTitle{
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color:#333;
    letter-spacing: 0.06em;
    padding: 25px 0 15px;
    text-decoration:none;
}

.articlesListOneIntrotext{
    margin: 20px 0;
}

.articlesListOneMore a{
    color:blue;
}


@media (min-width: 576px){
    
    #articlesMain .articlesMainListOne:nth-child(2){
        display: block;
    }
    
    #articlesMain .articlesMainTitle{
        font-size: 28px;
    }

    #articlesMain{
        padding: 45px 0 40px
    }
}

@media (min-width: 768px){

    #articlesMain{
        padding: 85px 0 80px
    }

    #articlesMain .articlesMainListOneImage{
        height:270px;
    }
    
    #articlesMain .articlesMainTitle{
        font-size: 45px;
        padding-bottom: 20px;
    }

    #articlesMain .articlesMainBtn{
        padding-top: 50px;
    }

    #articlesMain .articlesMainListOne:nth-child(3){
        display: block;
    }
    
    #articlesMain .articlesMainListOneMore a{
        color:#626262;
        font-weight: 700;
        font-size: 14px;
        line-height: 0.06em;
        background: none;
        height:auto;
        text-align: left;
        text-decoration: underline;
    }
    
    #articlesMain .articlesMainBtn a{
        display: inline-block;
        font-size: 18px;
        line-height: 24px;
        color:#626262;
        font-weight: 700;
        letter-spacing: 0.06em;
        background: none;
        height:auto;
        text-decoration: underline;
        width:auto;
    }

    #articlesMain .articlesMainBtn a div{
        position: relative;
    }

    #articlesMain .articlesMainBtn a div:after,
    #articlesMain .articlesMainBtn a div:before{
        content:"";
        position: absolute;
        height: 2px;
        background: #7c7c7c;
        width: 266px;
        top:11px;
    }

    #articlesMain .articlesMainBtn a div:before{
        left: -300px;
    }

    #articlesMain .articlesMainBtn a div:after{
        right: -296px;
    }
    
    .articlesListOneImage{
        margin-bottom:0;
    }
    
    .articlesListOneContent{
        padding-left:30px;
    }

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* Футер
*
*
*
*/

#footer{
    background: url(footer-bg.jpg) no-repeat center center / cover;
}

#footer .footerTop{
    padding: 35px 0 45px;
    color:#fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
}

#footer .footerTopLogo{
    display: none;
}

#footer .footerTop img{
    width:315px;
    max-width:100%;
    margin-top:10px;
}

#footer .footerTop span{
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
    display: none;
}

#footer .footerTop>div{
    margin-top:20px;
}

#footer .footerTop>div:nth-child(2){
    padding: 35px 0 0;
    background: url(footer-phone.png) no-repeat center 0 / 24px 24px;
}

#footer .footerTop>div:nth-child(3){
    padding: 35px 0 0;
    background: url(footer-email.png) no-repeat center 0 / 24px 24px;
}


#footer .footerBottom{
    padding-bottom: 13px;
    font-size: 12px;
    color:#fff;
    text-align: center;
}

@media (min-width: 400px){
    
}

@media (min-width: 768px){

    #footer .footerTop{
        padding: 15px 0 45px;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    #footer .footerTopLogo{
        display: block;
    }
    
    #footer .footerTop span{
        display: block;
    }

    #footer .footerTop>div:nth-child(2){
        padding: 0 0 0 86px;
        min-height: 57px;
        background: url(footer-phone.png) no-repeat 12px 6px / 50px 50px;
    }

    #footer .footerTop>div:nth-child(3){
        padding: 0 0 0 86px;
        min-height: 57px;
        background: url(footer-email.png) no-repeat 12px 6px / 50px 50px;
    }
    
}

@media (min-width: 992px){

    #footer .footerTop{
        font-size: 20px;
        line-height: 24px;
    }

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* Страница товара
*
*
*
*/

#product{
    overflow: hidden;
}

#product .productTitle{
    min-height: 88px;
    margin-top:20px;
    padding-top: 9px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Yeseva One', cursive;
    text-align: center;
    color:#000;
}

#product .productTitle span{
    background: #fff;
}

#product .productText{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color:#595959;
    margin-top:20px;
    padding-bottom:75px;
}

#product .productText.catalog{
    padding-bottom:0;
}

#product .productText h2{
    text-align: center;
    font-size: 25px;
    line-height: 33px;
    color:#000;
    letter-spacing: 0.04em;
    margin:30px 0;
    font-family: 'Yeseva One', cursive;
    text-transform: uppercase;
}

#product .productText img{
    max-width:100%;
}

#product .variants{
    margin:35px 0;
    
}

#product .variantsTitle{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color:#595959;
    text-align: center;
}

#product .variantsListOne{
    margin-top:33px;
}

#product .variantsListOneImage{
    text-align: center;
}

#product .variantsListOneImage img{
    width:144px;
}

#product .variantsListOneText{
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color:#585858;
    padding-top: 16px;
    max-width:204px;
    margin: 0 auto;
}

#product .variantTitle{
    min-height: 56px;
    background: url(title-cube.png) no-repeat center 0 / 64px 56px;
    margin-top:20px;
    padding-top: 1px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    color:#000;
    padding-top: 13px;
}

#product .variantTitle span{
    background: #fff;
}

#product .tableBtn{
    text-align: center;
}

#product .tableBtn a{
    text-decoration: none;
    display: inline-block;
    width:330px;
    max-width:100%;
    height:50px;
    line-height: 50px;
    border-radius: 10px;
    color:#fff;
    font-weight: 700;
    font-size: 14px;
    background: #191683;
}

#product .oprosBtn{
    text-align: center;
}

#product .oprosBtn a{
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width:330px;
    max-width:100%;
    height:50px;
    line-height: 50px;
    border-radius: 10px;
    color:#140e87;
    font-weight: 700;
    font-size: 14px;
    padding-left: 35px;
    background: url(file.png) #e6bd2d no-repeat 50px center / 19px 23px;
}

#product table{
    width:100%;
    border-collapse: collapse;
}

#product table thead td{
    background: #0c0585;
    padding: 4px 3px;
    color:#fff;
    font-size: 11px;
    line-height: 16px;
}

#product table b{}

#product table td{
    border: 1px solid #c1c1c1;
    font-size: 12px;
    line-height: 20px;
    color:#585858;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 3px;
}

#product table td strong{
    color:#0c0585;
    font-size: 12px;
    white-space: nowrap;
}

#product table tbody{
    width:100%;
}

#product table.customTable tr td{
    letter-spacing: 0.01em;
}

#product table.customTable tr:nth-child(2n) td{
    background: #f3f3f3;
}

#product table.customTable td:nth-child(1){
    text-align: left;
    width:75%;
}

#product .productImages{
    margin-bottom: 25px;
}

#product .productImages img{
    width:100%;
    display: block;
}

#product .productImagesSmall a{
    display: block;
    margin-bottom: 11px;
}

#product .productImagesSmall a:last-child{
    margin:0;
}

#product .productImagesSlider{
    padding: 0 45px;
    position: relative;
    margin: 30px 0;
}

#product .productImagesSlider .slick-slide{
    float:left;
}

#product .productImagesSlider .slick-slide img{
    width:100%;
}

#product .productImagesSlider .slick-list{
    overflow: hidden;
}

#product .productImagesSlider .slick-prev{
    position: absolute;
    z-index: 50;
    width:23px;
    height:44px;
    border: none;
    background: url(arrow-yellow.png) no-repeat  0 0 / 23px 44px;
    left:5px;
    top: 50%;
    margin-top:-22px;
    overflow: hidden;
    text-indent: -999px;
    padding: 0;
    cursor:pointer;
}

#product .productImagesSlider .slick-next{
    position: absolute;
    z-index: 50;
    width:23px;
    height:44px;
    border: none;
    background: url(arrow-yellow.png) no-repeat  0 0 / 23px 44px;
    right:5px;
    top: 50%;
    margin-top:-22px;
    overflow: hidden;
    text-indent: -999px;
    padding: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    cursor:pointer;
}

#product .productImagesSlider .slick-next:hover,
#product .productImagesSlider .slick-prev:hover{
    background: url(arrow-blue.png) no-repeat  0 0 / 23px 44px;
}

#product .photoList img{
    max-width:100%;
    margin-top:30px
}

.mobileShow{
    display: block;
}

.desktopShow{
    display: none;
}

@media (min-width: 400px){
    
}

@media (min-width: 768px){

    #product .oprosBtn{
        text-align: right;
        margin: 16px 0 60px;
    }
    
    #product .productTitle{
        margin: 80px 0 40px;
        min-height: 170px;
        background: url(title-cube.png) no-repeat 0 0;
        padding: 35px 0 0 60px;
        text-align: left;
        font-size: 45px;
        line-height: 50px;
        max-width:1140px;
    }
    
    #product .productText{
        font-size: 16px;
        line-height: 24px;
    }

    #product .productText h2{
        font-size: 40px;
        line-height: 1.1;
    }
    
    #product .variantTitle{
        text-align: left;
        background: url(title-cube.png) no-repeat 32px 0 / 64px 56px;
    }
    
    #product .variantAlignRight .variantTitle{
        background: url(title-cube.png) no-repeat calc(100% - 58px) 0 / 64px 56px;
        text-align: right;
        padding-left: 42px;
    }
    #product .variantAlignRight{
        text-align: right;
    }

    .mobileShow{
        display: none;
    }

    #product .productImages.desktopShow{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .desktopShow{
        display: block;
    }
    
    .desktopOrder2{
        order:2;
    }
}

@media (min-width: 992px){

    #product table thead td{
        padding: 5px 7px;
        font-size: 11px;
        line-height: 16px;
        text-transform: uppercase;
    }

    #product table td{
        font-size: 14px;
        line-height: 20px;
        padding: 15px;
    }
    
    #product table td strong{
        font-size:15px;
    }

}

@media (min-width: 1000px){
    
}

@media (min-width: 1290px){
    
    #product .productTitle{
        margin: 80px 0 40px -60px;
    }
    
}


/*
*
*
*
* 
*
*
*
*/

@media (min-width: 400px){
    
}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* 
*
*
*
*/

@media (min-width: 400px){
    
}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* 
*
*
*
*/

@media (min-width: 400px){
    
}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* 
*
*
*
*/

@media (min-width: 400px){
    
}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* 
*
*
*
*/

@media (min-width: 400px){
    
}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* 
*
*
*
*/

@media (min-width: 400px){
    
}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* 
*
*
*
*/

@media (min-width: 400px){
    
}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* 
*
*
*
*/

@media (min-width: 400px){
    
}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* 
*
*
*
*/

@media (min-width: 400px){
    
}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1200px){
    
}


/*
*
*
*
* Текстовая страница
*
*
*
*/

.textContent{
    padding: 60px 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #595959;
    margin-top: 20px;
}

.textContent h2{
    text-align: center;
    font-size: 25px;
    line-height: 33px;
    color:#000;
    letter-spacing: 0.04em;
    margin:30px 0;
    font-family: 'Yeseva One', cursive;
    text-transform: uppercase;
}

.textContent h1{
    min-height: 88px;
    background: url(title-cube.png) no-repeat center 0 / 103px 88px;
    margin-top:20px;
    padding-top: 9px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Yeseva One', cursive;
    text-align: center;
    color:#000;
    font-weight:400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.textContent h1 span{
    background: #fff;
}

@media (min-width: 400px){
    
}

@media (min-width: 768px){
    
    .textContent{
        font-size: 16px;
        line-height: 24px;
    }

    .textContent h1{
        margin: 80px 0 40px;
        min-height: 170px;
        background: url(title-cube.png) no-repeat 0 0;
        padding: 0 0 0 60px;
        text-align: left;
        font-size: 45px;
        line-height: 50px;
        max-width:890px;
    }
    
}

@media (min-width: 992px){

}

@media (min-width: 1000px){
    
}

@media (min-width: 1290px){
    
    .textContent h1{
        margin: 0 0 40px -60px;
    }
    
}


/*
*
*
*
* Каталог
*
*
*/

.productCatalog{
    padding-bottom: 100px;
}


.productCatalogOne{
    margin-top:10px;
}

.productCatalogOneTitle{
    font-size:16px;
    font-weight:700;
    color:#222;
    text-decoration: none;
    margin: 20px 0 15px;
    display:block;
}

.productCatalogOneImage{
    border:3px solid #f4be04;
    border-radius:2px;
    margin: 10px 0;
}

.productCatalogOneImage img{
    display:block;
    width:100%;
}

.productCatalogOneList ul{
    padding-left:10px;
    color:#666;
    margin: 7px 0;
}

.productCatalogOneList li{
    margin: 8px 0;
}

.productCatalogOneList a{
    color:#222;
}




#catalog{
    display:none;
    position: fixed;
    top:40%;
    margin-top:-200px;
    right:100%;
    background: #cdcdcd;
    border: 5px solid #f4be04;
    width: 100%;
    max-width: 96%;
    padding: 5px 20px 20px;
    z-index: 200;
}

#catalog.show{
    left:-5px;
    right:auto;
}

#catalog .catalogLabel{
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 244px;
    right: -345px;
    height: 48px;
    width: 297px;
    background: #0c0585;
    transform: rotate(-90deg);
    color: #fff;
    border: 4px solid #f4be04;
    transform-origin: left top;
    text-align: center;
    line-height: 38px;
    transform-origin: left bottom 0;
}

#catalog>ul>li>ul{
    padding: 0;
    margin:0;
    list-style:none;
}

#catalog>ul{
    padding: 0;
    margin:0;
    list-style:none;
}

#catalog>ul>li{
    width:50%;
    float:left;
    margin-top:12px;
}

#catalog>ul>li:last-child{
    width:100%;
}

#catalog>ul>li>a{
    font-weight: 700;
    cursor: pointer;
    color:#000;
    font-size: 11px;
    line-height: 11px;
}

#catalog>ul>li>ul>li>ul>li>a,
#catalog>ul>li>ul>li>a{
    font-size: 12px;
    line-height: 12px;
    color:#0c0585;
}


@media (min-width: 992px){

    #catalog>ul>li>ul{
        padding: 0 0 0 20px;
    }
    
    #catalog>ul>li>a{
        font-size: 14px;
        line-height: 14px;
    }
    
    #catalog>ul>li{
        width:33%;
    }
    
    #catalog{
        max-width: 76%;
    }
}


.newsImage{
    width:100%;
    margin-bottom:15px;
}

@media (min-width: 768px){
    

    .newsImage{
        width:340px;
        float:left;
        display:block;
        margin: 0 30px 15px 0;
    }
    
    #catalog{
        display:block;
    }
}


/*
*
*
* Ð”Ð¸Ð·Ð°Ð¹Ð½ Ð¿Ð¾Ð¿Ð°Ð¿Ð¾Ð²
*
*
*/

.fog{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    display: none;
    overflow: auto;
    z-index: 500;
}

.fog .fogContainer{
    width:450px;
    max-width: 100%;
    padding: 30px 40px 40px;
    background: #fff;
    margin: 0 auto 0;
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 40px);
}

.fog .fogContainer.colors{
    width:100%;
    max-width: 700px;
}

.fog .fogClose{
    position: absolute;
    top:15px;
    right:15px;
    width:26px;
    height:26px;
    cursor:pointer;
    background: url(close-popup.svg) no-repeat 0 0 / 26px 26px;
}


.fog .fogTitle{
    text-transform: uppercase;
    text-align: center;
    color:#262424;
    font-weight:900;
    font-size: 26px;
    line-height: 34px;
    padding: 10px 0 20px;
}

.fog .fogTitleSub{
    font-size: 15px;
    line-height: 20px;
    color: #262424;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-align: center;
}

.fog .fogTitle span{
    font-size: 18px;
}

.fog .fogTitleRed{
    color: #eb2427;
    font-size: 28px;
    font-weight: 700;
}

.fog .fogTitleRed span{
    font-size: 70px;
    line-height: 80px;
    display: block;
}

.fog .fogText{
    font-size: 15px;
    line-height: 20px;
    color: #262424;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin: 15px 0 25px;
}

.fog button{
    width:210px;
    border-radius: 30px;
    height:55px;
    border:none;
    background: #6bbe00;
    text-align: center;
    color:#fff;
    font-size: 16px;
    font-weight: 300;
    transition: ease 0.3s all;
    -o-transition: ease 0.3s all;
    -moz-transition: ease 0.3s all;
    -webkit-transition: ease 0.3s all;
}

.fog button:hover{
    background: #559601;
}

.fog .fogDescription{
    font-size: 21px;
    line-height: 28px;
    color: #262424;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.fog .fogContainer label{
    display:block;
    font-size:14px;
    margin: 10px 0 3px;
}

.fog .fogContainer .jq-file input{
    display:none;
}

.fog .fogContainer .jq-file{
    color: #313436;
    font-weight: 300;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    width:100%;
    border-radius: 3px;
}

.fog .fogContainer .jq-file__name,
.fog .fogContainer .jq-file__browse{
    float:left;
    height: 48px;
    line-height:48px;
    padding: 0 15px;
    box-sizing: border-box;
}

.fog .fogContainer .jq-file__name{
    width:70%;
}

.fog .fogContainer .jq-file__browse{
    width:30%;
    border-radius: 0 5px 5px 0;
    background:#f8f8f8;
    text-align:center;
    cursor:pointer;
}

.fog .fogContainer .jq-file__browse:hover{
    background:#f1f1f1;
}

.fog .fogContainer input[type='text']{
    width:100%;
    height:57px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 0 15px;
    font-weight: 300;
    font-size: 16px;
    color:#333;
    margin-top:12px;
}

.fog .fogContainer textarea{
    width:100%;
    height:157px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 10px 15px;
    font-weight: 300;
    font-size: 16px;
    color:#333;
    margin-top:12px;
}

.fog .fogContainer .submit{
    padding-top: 25px;
    text-align: center;
}

.fog .fogContainer input[type='submit']{
    padding: 0 20px;
    border-radius: 22px;
    background: #ffde00;
    font-size: 14px;
    font-weight: 700;
    color:#000;
    border:none;
    height:44px;
    cursor:pointer;
    min-width:200px;
}

.fog .fogContainer input[type='submit']:hover{
    background: #f2dd51;
}

.error{
    border-color:#C5263E !important;
}

.fog .fogContainer input.error{
    background: url(input-error.svg) no-repeat calc(100% - 21px) center / 24px 24px;
    border-color:#C5263E !important;
}

.fog .fogContainer input.ok{
    background: url(input-confirmed.svg) no-repeat calc(100% - 21px) center / 24px 24px;
    border-color:#72BE4C !important;
}

.fog .fogContainer textarea.ok{
    background: url(input-confirmed.svg) no-repeat transparent calc(100% - 21px) 21px / 24px 24px !important;
    border-color:#72BE4C !important;
}
.goog-te-gadget-simple{
    background-color: transparent !important;
    border: 1px solid #fff !important;
}
.goog-te-gadget-simple .goog-te-menu-value span{
    color:#fff !important;
}
