@import url('https://fonts.googleapis.com/css?family=Exo+2:100,300,400,500,700,900');

*{
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
    outline: none;
}
a{
    text-decoration:none;
    color: #000;
}
a.orange_href{
    color: #fe9e1c;
    text-decoration: underline;
}
section{
    position: relative;
    overflow: hidden;
}
h1{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
h2{
    color:  #000000;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-top: 47px;
    text-transform: uppercase;
}
h4 {
    font-size: 18px;
    color: #000;
}
h1 span,
h2 span,
h3 span{
    color:  #fe9e1c;
}
h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
}
button:not(.slick-arrow){
    height: 60px;
    padding: 0 50px;
    background: none;
    font-weight: 400;
    font-size: 16px;
    color: #fe9e1c;
    border: 1px solid #fff;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.color-black{
    color: #000!important;
}
.color-orange{
    color: #fe9e1c!important;
}
#fade-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(12, 11, 6, 0.37);
    opacity: 0.9;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.msg {
    position: fixed;
    background: #fff;
    width: 300px;
    z-index: 100;
    left: 0;
    right: 0;
    top: calc(50% - 100px);
    margin: auto;
    padding: 60px;
    font-family: roboto;
    color: #333333;
    font-size: 24px;
    text-align: center;
    box-shadow: 1px 3px 50px 0px rgba(254, 158, 28, 0.28);
    display: none;
    outline: 1px solid #fe9e1c;
    outline-offset: -20px;
    z-index: 99999999;
}
.msg h2{
    margin-top: -10px;
    margin-bottom: 10px;
}
button:not(.slick-arrow):before,
.leader-slider-btn:before {
    content: url(/content/image/white_dots.png);
    position: absolute;
    left: -2px;
    top: -2px;
}
button:not(.slick-arrow):after,
.leader-slider-btn:after {
    content: url(/content/image/white_dots.png);
    position: absolute;
    right: -2px;
    top: -2px;
}
button:not(.slick-arrow):hover{
    background: #fff;
}
button.black_btn:hover{
    background: #000;
}
button.black_btn:before,
button.black_btn:after {
    content: url(/content/image/black_dots.png);
}
.leader-slider-btn:before,
.leader-slider-btn:after {
    content: url(/content/image/orange_dots.png);
}
button.black_btn{
    border-color: #000;
}
button.image_right {
    padding-left: 26px;
    padding-right: 26px;
}
button.orang-btn {
    background: #fe9e1c;
    color: #fff;
}
button.orang-btn:hover{
    background: #fe9e1c;
}
button.orang-btn:before,
button.orang-btn:after{
    display: none;
}
footer {
    height: 60px;
    background: #000;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}
::-webkit-input-placeholder {color:#fe9e1c;}
::-moz-placeholder          {color:#fe9e1c;}
:-ms-input-placeholder      {color:#fe9e1c;}
.image_right img {
    margin-left: 21px;
}
.darkness {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/content/image/pattern.png);
    z-index: 0;
    top: 0;
}
.shell {
    margin: 0 0px;
}
.shell_warp {
    width: calc(100% - 400px);
    margin: 0 auto;
}
.warp {
    margin: 30px 0;
}
.main-menu {
    background: #fff;
    height: 110px;
    position: relative;
    padding-top: 15px;
    z-index: 1;
}
.cover-href {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cover-hover{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.black_menu{
    height: 50px;
    background: rgba(0, 0, 0, 0.9);
    position: relative;
}
.black_menu ul,
.white_menu ul {
    float: right;
    width: 700px;
}
.black_menu li {
    display: inline-block;
    margin-left: 57px;
}
.black_menu li a{
    color:  #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
}
.white_menu {
    height: 60px;
    box-shadow: 0 8px 8px -7px rgba(254, 158, 28, 0.2);
}
.white_menu ul{

}
.white_menu li {
    display: block;
    float: left;
    margin-left: 41px;
    position: relative;
}
.white_menu li:first-of-type{
    margin-left: 0px;
}
.white_menu li:before {
    content: '';
    position: absolute;
    height: 80%;
    top: 10%;
    left: -12px;
    border-left: 1px solid #e4e4e4;
}
.white_menu li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
li.search_block {
    position: relative;
    cursor: pointer;
    margin-left: 64px;
}
.search_block p{
    height: 33px;
    width: 51px;
}
.search_block img {
    margin-left: 14px;
}
.search_block:before {
    content: '';
    position: absolute;
    height: 38px;
    top: -4px;
    left: -12px;
    border-left: 1px solid #9e9e9e;
}
.search_input {
    border-left: 0;
    border-right: 0;
    position: absolute;
    right: 69px;
    height: 36px;
    border: 1px solid #ccc;
    border-left: none;
    width: 0px;
    top: 6px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.search_input.search-active {
    width: 623px;
    padding-left: 20px;
    border-left: 2px;
    border-right: 2px;
}
.basket_block img {
    margin-top: 15px;
    margin-left: 14px;
}
.basket_block {
    height: 60px;
    width: 55px;
    margin-left: 42px;
    cursor: pointer;
    background: url(/content/image/basket.png) no-repeat 50% 50%;
}
.basket_block:hover{
    background-image: url(/content/image/basket_o.png);
}
.main-menu a:not(.cover-href):hover{
    border-bottom: 1px dotted #fe9d18;
}
.header_logo {
    position: absolute;
    left: 86px;
    top: 13px;
    z-index: 1;
}
#header {
    height: calc(100vh - 13px)!important;
    background-position: center;
    background-repeat: no-repeat;   
    background-size: cover; 
}
#four-reasons {
    height: calc(100vh - 60px);
}
.content_block {
    position: relative;
}
.phone_block {
    color: #fff;
    position: absolute;
    display: block;
    font-size: 20px;
    margin: 11px 0 0 260px;
}
.phone_block:before {
    content: '';
    background: url(/content/image/phone.png) no-repeat;
    position: absolute;
    height: 38px;
    width: 40px;
    top: -1px;
    left: -28px;
}

.black-side-menu.side-menu{
    background-image: url(/content/image/black_menu_line.png);
}
.black-side-menu .side-menu-num{
    color: rgba(0, 0, 0, 0.3);    
    background: #000;
    font-weight: 400;
}
.black-side-menu .side-menu-num:hover,
.black-side-menu .side-menu-num-acrive{
    color: #000;
}
.side-menu {
    position: absolute;
    display: inline-block;
    background: url(/content/image/menu-line.png) no-repeat;
    height: 570px;
    width: 4px;
    color: #fff;
    margin: 120px 0 0 65px;
    float: left;
    z-index: 1;
}
.side-menu-num {
    position: relative;
    display: block;
    font-size: 14px;
    color: #c6c6c6;
    font-weight: 300;
    line-height: 30px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}
.num-one:before{content: '01'; }
.num-two:before{content: '02'; }
.num-three:before{content: '03'; }
.num-four:before{content: '04'; }
.num-five:before{content: '05'; }

.side-menu-num:before {
    position: absolute;
    left: 16px;
    top: -13px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.num-one {
    margin-top: 27px;
}
.num-two,
.num-three,
.num-four,
.num-five {
    margin-top: 121px;
}

.num-one:after{content: 'Главная'; }
.num-two:after{content: 'Преимущества'; }
.num-three:after{content: 'Каталог'; }
.num-four:after{content: 'Портфолио'; }
.num-five:after{content: 'Контакты'; }
.side-menu-num:after {
    position: absolute;
    left: 16px;
    top: -13px;
    opacity: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.side-menu-num:hover:after,
.side-menu-num-acrive:after {
    opacity: 1;
}
.side-menu-num:hover:before,
.side-menu-num-acrive:before {
    left: -29px;
}
.side-menu-num:hover,
.side-menu-num-acrive{
    background: #fe9e1c;
    color: #fff;
}
.heder-text {
    width: 70%;
    /* height: 314px; */
    margin: 280px auto 0;
    position: relative;
    overflow: hidden;
}
.mouse-warp {
    position: absolute;
    right: 48px;
    bottom: 125px;
    height: 200px;
    cursor: pointer;
}
.mouse-content {
    height: 30px;
}
.mouse {
    margin-top: 0px;
}
.heder-text h1 {
    text-align: right;
    margin-right: 85px;
}
.heder-desc {
    float: right;
    font-size: 25px;
    width: 871px;
    margin-right: 87px;
    color: #fff;
    text-align: right;
    margin-top: 20px;
    position: relative;
}
.btn-white-line {
    margin-top: 110px;
    margin-left: 250px;
    display: inline-block;
    position: relative;
}
.btn-white-line:before,
.heder-desc:before {
    content: '';
    width: 100%;
    height: 1px;
    background: white;
    opacity: 0.4;
    position: absolute;
    left: -100%;
    top: 51%;
}
.btn-white-line:after,
.heder-desc:after {
    content: '';
    width: 323%;
    height: 1px;
    background: white;
    opacity: 0.4;
    position: absolute;
    right: -323%;
    top: 51%;
}
.heder-desc:before {
    top: 20px;
    left: -95%;
}
.heder-desc:after {
    right: -20%;
    width: 20%;
    top: 21px;
}
/* .mouse-text:before {
    content: url(/content/image/traingle_vertical.png);
    margin-bottom: 15px;
    float: left;
    height: 45px;
    margin-right: 4px;
} */
.mouse-ta-a{
    opacity: 0;
}
.mouse-ta {
    height: 60px;
    margin-top: 15px;
}
.mouse-ta > div{
    background: url(/content/image/animate-traingle.png) no-repeat 50% 50%;
    height: 33%;
}
.mouse-au .mouse-ta > div{
    background-image: url(/content/image/animate-traingle-up.png);
}
.mouse-text {
    margin-left: 2px;
    margin-top: 20px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    color: #dfdfdf;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    cursor: default;
}
.mouse-black .mouse-text{
    color: #000;
}
.white-square {
    border: 1px solid #fff;
    opacity: 0.4;
    border-bottom: none;
    border-top: none;
    position: absolute;
    width: calc(100% - 2px);
    bottom: 27px;
    height: 182px;
}
.four-reasons-warp {
    width: calc(100% - 400px);
    margin: 70px auto 0;
    height: 600px;
}
.four-reasons-warp > div{
    width: 33.33%;
    float: left;
    position: relative;
}
.four-reasons-content div {
    min-height: 300px;
    border: 1px solid #dfdfdf;
    padding: 0 30px;
    display: inline-block;
}
.four-reasons-content div:hover h3{
    color: #fe9e1c;
}
.four-reasons-content div:hover {
    border-color: transparent;
}
.reasons-content-mid{
    position: relative;
    height: 100%;
}
.reasons-content-mid button {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
}
.reasons-content-mid img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.four-reasons-content h3 {
    margin-bottom: 15px;
    padding-top: 7px;
}
.four-reasons-content h3 img {
    margin-bottom: -10px;
    margin-right: -7px;
}
.four-reasons-warp{
    color:  #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.four-reasons-warp p{
    margin-bottom: 3px;
}
.four-reasons-warp p span,
.yellow-dot span{
    font-weight: 600;
    color: #000;
    margin-left: 20px;
}
.reasons-content-left:before {
    content: url(/content/image/v-line.png);
    position: absolute;
    left: 0;
    top: -226px;
}
.reasons-content-left:after {
    content: url(/content/image/v-line.png);
    position: absolute;
    right: 0;
    top: -226px;
}
.reasons-content-left > div:first-of-type,
.reasons-content-right > div:first-of-type{
    border-bottom: none;
}
.reasons-content-right:before {
    content: url(/content/image/v-line.png);
    position: absolute;
    left: 0;
    top: -226px;
}
.reasons-content-right:after {
    content: url(/content/image/v-line.png);
    position: absolute;
    right: 0;
    top: -226px;
}
.four-reasons-warp p span:before,
.yellow-dot span:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    margin: 10px 0 0 -18px;
    border-radius: 50%;
    background-color: #fe9e1c;
}
.yellow-line{
    position: relative;
    padding-left: 19px;
}
.yellow-line:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    margin: 2px 0 0 -17px;
    background-color: #fe9e1c;
}
p.vrn-num {
    color: rgba(233, 233, 233, 0.23);
    font-size: 350px;
    font-weight: 900;
    text-align: center;
    margin-top: 65px;
}
#produts{
    background: url(/content/image/bg_products.png) no-repeat;
    background-position: center;
    background-repeat: no-repeat;  
    background-size: cover;
}
.produts-slider-warp {
    width: calc(100% - 400px);
    margin: 51px auto 0;
}
.produts-slider-warp h2{
    text-align: left;
    color: #fff;
}
.produts-slider-content {
    width: 1515px;
    height: 550px;
    margin-top: 40px;
    -webkit-perspective: 1100px;
    -webkit-perspective-origin: 55% 300px;
    perspective: 1100px;
    perspective-origin: 50% 300px;
}
.produts-slide-paginator {
    margin: 30px auto 0;
    display: block;
}
.produts-slider {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    transform: translateZ(-150px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.produts-slider:last-of-type{
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}
.produts-slider > div{
    position: absolute;
    height: 100%;
    width: 100%;
}
.produts-slider-main {
    background-size: cover;
    -webkit-transform: translateZ(150px);
    transform: translateZ(150px);
}
.produts-slider-off {
    color: #fff;
    height: 100%;
    background: black;
    -webkit-transform: rotateY(91deg) translateZ(150px);
    transform: rotateY(90.7deg) translateZ(150px);
}
.produts-slider:hover:not(:last-of-type){
    -webkit-transform: rotateY(-90deg) translateX(-150px);
    transform: rotateY(-90deg) translateX(-150px);
}
.produts-slider .produts-slider-half {
    position: relative;
    height: 50%;
    background-size: cover;
}
.produts-slider-href a {
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    margin-left: -17px;
    width: 165px;
    display: block;
    color: #000;
    float: left;
}
.produts-slider-href {
    height: 60px;
    background: rgba(254, 158, 28, 0.6);
    width: 70%;
    float: right;
    margin-top: calc(50% - 40px);    
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tr-an {
    margin-top: 24px;
    width: 51px;
    height: 16px;
    margin-right: 10px;
    float: right;
}
.tr-an > div {
    width: 33%;
    height: 100%;
    float: left;
}
.tr-an-1{
    background: url('/content/image/tr-an-1.png') no-repeat 50% 50%;
}
.tr-an-2{
    background: url('/content/image/tr-an-2.png') no-repeat 50% 50%;
}
.tr-an-3{
    background: url('/content/image/tr-an-3.png') no-repeat 50% 50%;
}
.produts-slider-h {
    float: right;
    z-index: 1;
    position: relative;
}
.produts-slider-href:hover{
    width: 100%;
}
/*.produts-slider-href:hover .cover-hover{
    background: rgba(0, 0, 0, 0.30);
}*/
.produts-slider-desc {
    width: 60px;
    background: #fff;
    height: 100%;
    float: right;
    position: relative;
}
.produts-slider-desc p {
    position: absolute;
    width: 1ch;
    word-wrap: break-word;
    margin: 0 auto;
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    line-height: 37px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
}
.produts-slider:nth-of-type(3){
    color: #fff;
    z-index: 1;
}
.produts-content {
    padding: 60px 35px;
}
.produts-title {
    font-size: 22px;
    text-transform: uppercase;
    padding: 40px 20px;
}
.produts-desc {
    padding: 0 20px;
}
.produts-desc p {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 1px;
}
.produts-slider button {
    display: block;
    width: 80%;
    margin-left: 10%;
    margin-top: 70px;
}
.inspirate-slider-warp {
    width: calc(100% - 400px);
    height: 600px;
    margin: 51px auto 0;
}
.inspirate-slider-content {    
    height: calc(50% - 30px);
    float: left;
    position: relative;
    margin: 15px;
    background-size: cover;
    overflow: hidden;
}
.inspirate-slider-content:nth-of-type(1) { width: calc(37% - 30px); }
.inspirate-slider-content:nth-of-type(2) { width: calc(26% - 30px); }
.inspirate-slider-content:nth-of-type(3) { width: calc(37% - 30px); }
.inspirate-slider-content:nth-of-type(4) { width: calc(39% - 30px); }
.inspirate-slider-content:nth-of-type(5) { width: calc(39% - 30px); }
.inspirate-slider-content:last-of-type {
    width: calc(22% - 30px);
    height: calc(50% - 119px);
    margin-bottom: 30px;
}
.inspirate-slider-warp button{
    width: calc(22% - 30px);
    margin-left: 15px;
}
.inspirate-slider-title {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.inspirate-slider-desc {
    margin: 10px 20px;
    color: #d8d8d8;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.inspirate-slider-hover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.inspirate-slider-content:hover .inspirate-slider-title,
.inspirate-slider-content:hover .inspirate-slider-desc,
.inspirate-slider-content:hover .inspirate-slider-hover{    
    opacity: 1;
}
.inspirate-slider-content:hover{
    box-shadow: 0px 0px 30px 0px rgba(254, 158, 28, 0.35);  
}
.products-bottom-line{
    margin-left: 15px; 
}
.contact-slider-content{
    width: calc(100% - 400px);
    margin: 51px auto 0;
    height: 537px;
    background: #fff;
    position: relative;
}
.address-warp {
    position: absolute;
    left: -40px;
    z-index: 1;
    height: 250px;
    top: calc(50% - 125px);
    border: 1px solid #fe9e1c;
    width: 900px;
}
.address-content {
    background: #fff;
    width: 390px;
    height: 190px;
    float: right;
    margin: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.address-content p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    margin-left: 25px;
}
.address-content p span{
    color: #000;
    font-weight: 500;
}
.address-content p img {
    margin-right: 20px;
    margin-bottom: -4px;
}
.address-content p:last-of-type img {
    margin-right: 15px;
}
#contact h2 {
    color: #fff;
    display: inline-block;
    margin-left: 129px;
}
.contact-form {
    position: absolute;
    left: 0;
    padding: 40px 0;
    height: calc(100% - 80px);
    width: 415px;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgba(254, 158, 28, 0.3);
}
.contact-form input {
    width: calc(80% - 20px);
    margin: 0 auto 20px;
    display: block;
    height: 60px;
    padding-left: 20px;
    font-size: 16px;
    border: 1px solid #000;
}
.contact-form textarea {
    width: calc(80% - 20px);
    height: calc(120px - 20px);
    padding-left: 20px;
    padding-top: 20px;
    margin: 20px auto 0;
    display: block;
    border: 1px solid #000;
}
.contact-form button {
    margin: 15px auto 0;
    width: calc(80% + 2px);
    display: block;
}
.scroll-up .mouse-text:before {
    content: url(/content/image/traingle_up.png);
}

.copyright {
    line-height: 60px;
    display: inline-block;
    margin-left: 100px;
}
#contact {
    background: #707070;
}
.asterica {
    float: right;
    margin-right: 30px;

    line-height: 60px;
}
.asterica a{
    color: #339edf;
}
#side-menu {
    width: 230px;
    background: #f9f9f9;
    float: left;
    padding: 30px;
    font-size: 18px;
    line-height: 35px;
    box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.08);    
}
#side-menu a{
    color: #000;
    position: relative;
}
#side-menu a:after {
    content: url(/content/image/traingle.png);
    position: absolute;
    right: -60px;
    top: 9px;
    opacity: 0;
   -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#side-menu a:hover:after{
   opacity: 1; 
} 
#side-menu a:hover{
   color: #fe9e1c;
} 
#menu-content {
    width: calc(92% - 290px);
    display: inline-block;
    margin-left: 30px;
}
#breadcrumb {
    height: 50px;
}
#breadcrumb a{
    line-height: 50px;
    margin: 0 5px;
    color: #666666;
}
#breadcrumb a.active{
    color: #fe9e1c;
}
.breadcrumb {
    padding-left: 15px;
}
#catalog h1 {
    font-weight: 400;
    color: #000;
}
.menu-content-desc p{
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    /*float: left;*/
}
#menu-content button{
    margin: 30px 0;
}
.menu-content-list > div{
    width: 20%;
    height: 177px;
    float: left;
    text-align: center;
    background-size: cover;
    outline: 1px solid #fff;
    position: relative;
}
.menu-content-list > div:nth-of-type(1){ width: 15%; }
.menu-content-list > div:nth-of-type(2){ width: 17%; }
.menu-content-list > div:nth-of-type(3){ width: 24%; }
.menu-content-list > div:nth-of-type(4){ width: 28%; }
.menu-content-list > div:nth-of-type(5){ width: 16%; }

.menu-content-list > div:nth-of-type(6){ width: 32%; }
.menu-content-list > div:nth-of-type(7){ width: 21%; }
.menu-content-list > div:nth-of-type(8){ width: 17%; }
.menu-content-list > div:nth-of-type(9){ width: 30%; }

.menu-content-list > div:nth-of-type(10){ width: 23%; }
.menu-content-list > div:nth-of-type(11){ width: 30%; }
.menu-content-list > div:nth-of-type(12){ width: 28%; }
.menu-content-list > div:nth-of-type(13){ width: 19%; }

.menu-content-list > div:hover,
.about-products > a:hover{
    box-shadow: 1px 1px 17px -2px rgba(0, 0, 0, 0.54);
}
.menu-content-list > div:hover .menu-content-href:before,
.about-products > a:hover .menu-content-href:before{
    width: calc(100% - 1px);    
   -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.menu-content-href {
    margin-top: 74px;
    width: 100%;
    line-height: 30px;
    font-size: 26px;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 12px;
    position: relative;
}
.menu-content-href:before {
    content: '';
    position: absolute;
    width: 51%;
    height: 100%;
    right: 1px;
    background: rgba(0, 0, 0, 0.8);
}
.menu-content-href a{
    color:  #fff;
    font-size: 26px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.menu-content-href p{
    color: #fff;
    position: relative;
    margin-top: 4px;
}
.menu-content-list {
    display: inline-block;
    margin: 10px 0 30px;
}
#leader{
    background: url(/content/image/leader_bg.png);
    background-size: cover;
}
.leader{
    width: calc(100% - 400px);
    margin: 0 auto;
}
.leader h2{
    text-align: left;
    margin-left: 20px;
}
div.leader-slider-content {
    height: 320px;
    margin: 10px 20px;
}
#leader .slick-arrow,
.product-numbs .slick-arrow {
    background-image: url(/content/image/arrow-orange.png);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    position: absolute;
    width: 19px;
    height: 35px;
    border: none;
    top: 40%;
    z-index: 1;
}
#leader .slick-next,
.product-numbs .slick-next{
    right: -30px;
}
#leader .slick-prev,
.product-numbs .slick-prev{
    left: -30px;
    transform: scale(-1, 1);
}
.leader-slider {
    margin-top: 40px;
}
.leader-slider-img {
    width: 90%;
    height: 40%;
    background-size: cover;
    margin: 0 5%;
    margin-bottom: 15px;
}
.leader-slider-title {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin-top: 10px!important;
}
.leader-slider-price {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
.leader-slider-color {
    color: #fe9e1c;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin-top: 13px!important;
}
.leader-slider-fraction {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
.leader-slider-content p {
    margin-top: 19px;
}
.leader-slider-price img.rub {
    width: 13px;
    display: inline-block;
    margin-left: 6px;
}
.leader-slider-btn {
    height: 58px;
    background: #ffffff;
    line-height: 60px;
    position: relative;
    z-index: 1;
    margin-top: -33px;
    width: 58px;
    margin-right: 5%;
    float: right;
    border: 1px solid #fe9e1c;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
.leader-slider-warp {
    height: 290px;
    background: #fff;
    padding-top: 5%;
}
.leader-btn-img {
    width: 60px;
    height: 60px;
    position: absolute;
    background: url(/content/image/basket_orange.png) no-repeat 50% 50%;
    right: 0;
    top: 0;
}
.leader-slider-btn p {
    margin-top: 0;
    text-align: center;
    margin-right: 30px;
    color: #fff;
    display: none;
}
.leader-slider-content:hover .leader-slider-warp{
    box-shadow: 0px 0px 20px 0px rgba(254, 158, 28, 0.35);
}
.leader-slider-content:hover .leader-btn-img{
    background-image: url(/content/image/basket_white.png);
}
.leader-slider-content:hover .leader-slider-btn{
    width: 90%;
    background: #fe9e1c;
}
.leader-slider-content:hover .leader-slider-btn p {
    display: block;
}
.leader-slider-content:hover  .leader-slider-btn:before,
.leader-slider-content:hover  .leader-slider-btn:after {
    content:'';
}
.offer {
    display: inline-block;
    margin-top: 50px;
    height: 300px;
}
.offer-content {
    width: 23%;
    float: left;
    text-align: center;
}
.offer-content:not(:last-of-type){
    margin-right: 2.66%;
}
.offer-img {
    background: #fff no-repeat 50% 50%;
    height: 100px;
    width: 100px;
    border: 1px dashed #000;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.offer-content:nth-of-type(1) .offer-img{ background-image: url(/content/image/cash_b.png);  }
.offer-content:nth-of-type(2) .offer-img{ background-image: url(/content/image/car_b.png);  }
.offer-content:nth-of-type(3) .offer-img{ background-image: url(/content/image/stone_b.png);  }
.offer-content:nth-of-type(4) .offer-img{ background-image: url(/content/image/eco_b.png);  }

.offer-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
}
.offer-desc {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 13px;
}
#portfolio .inspirate-slider-warp{
    height: 300px;
}
.offer-content:nth-of-type(1):hover .offer-img{ 
    background-image: url(/content/image/cash_o.png);  
    box-shadow: 0px 0px 30px 0px rgba(254, 158, 28, 0.35);
}
.offer-content:nth-of-type(2):hover .offer-img{ 
    background-image: url(/content/image/car_o.png); 
    box-shadow: 0px 0px 30px 0px rgba(254, 158, 28, 0.35); 
}
.offer-content:nth-of-type(3):hover .offer-img{ 
    background-image: url(/content/image/stone_o.png);  
    box-shadow: 0px 0px 30px 0px rgba(254, 158, 28, 0.35);
}
.offer-content:nth-of-type(4):hover .offer-img{ 
    background-image: url(/content/image/eco_o.png);  
    box-shadow: 0px 0px 30px 0px rgba(254, 158, 28, 0.35);
}
#portfolio .inspirate-slider-content:not(:last-of-type){
    height: calc(100% - 30px);
}
#portfolio .inspirate-slider-content:last-of-type{
    height: calc(100% - 119px);
}
#portfolio .inspirate-slider-content:nth-of-type(1) { width: calc(39% - 30px); }
#portfolio .inspirate-slider-content:nth-of-type(2) { width: calc(39% - 30px); }
#portfolio button.image_right {
    padding-left: 16px;
    padding-right: 16px;
}
#portfolio button:hover{
    background: #fe9e1c;
}
.portfolio-stone-warp {
    width: calc(100% - 400px);
    margin: 2px auto 0;
    border: 1px solid #f4f2f2;
}
.portfolio-stone{
    color:  #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.portfolio-stone *{
    margin-bottom: 15px;
}
.portfolio-stone p span{
   font-weight: 600; 
}
.portfolio-stone-warp h2{
    margin-bottom: 45px;
}
.sad {
    position: relative;
    margin-left: 50px;
    color: #8f8f8f;
    font-style: italic;
}
.sad:before {
    content: '';
    background: url(/content/image/cov-b.png) no-repeat;
    position: absolute;
    left: -25px;
    width: 50px;
    height: 40px;
}
.sad:after {
    content: '';
    background: url(/content/image/cov-t.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 50px;
    height: 40px;
}
.category-contact {
    padding-bottom: 80px;
}
#contact.category-contact h2 {
    color: #fff;
    display: inline-block;
    margin-left: 198px;
}
#portfolio {
    padding-bottom: 30px;
}
.tabs-nav-url {
    width: 16%;
    border: 1px solid #000;
    float: left;
    height: 60px;
    margin: 0 1.9%;
    text-align: center;
    position: relative;
}
.tabs-nav-url a {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    color: #000;
    font-weight: 500;
    padding: 20px 0;
}
.tabs-nav-url:hover {
    background: #000;
}
.tabs-nav-url:hover a{
    color: #fff;
} 
.tabs-nav {
    margin-top: 25px;
}
.tabs-nav ul {
    display: flex;
}
.about{
    padding: 0 15px;
}
.about-desc {
    margin: 30px 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
}
.about-products > a {
    width: calc(20% - 6px);
    height: 220px;
    margin: 3px;
    float: left;
    background-size: cover;
    text-align: center;
    position: relative;
}
.cover-pr {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}
.about-products {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
#basket{
    padding-bottom: 20px;
}
.we-offer-desc p{
    margin-bottom: 30px;
}
.we-offer h2 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
}
#we-offer{
    background: url(/content/image/about-bg.png);
    background-size: cover;
    padding: 40px 0;
}
#about-page{
    margin: 0 15px;
}
.about-contact{
    margin: 10px 15px 0;
    padding-bottom: 80px;
}
.ab-slider-content {
    height: 700px;
    background-size: cover;
}
.ab-slider-off .slick-track {    
    height: 130px;
}
.ab-slider-off{
    width: 1000px;
    margin: -70px auto 0;
    z-index: 1;
}
.ab-slider-off .slick-slide {
    margin: 0 15px;
    background-size: cover;
}
.ab-slider-content-img {
    width: calc(55vw - 50px)!important;
    height: 700px;
    float: left;
    background-size: cover;
}
.ab-slider-content-desc{
    width: 45vw!important;
    height: 700px;
    float: right;
    color:  #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
#ab-slider h3 {
    text-align: left;
    margin-bottom: 39px;
}
.ab-slider-content-desc > *{
    margin: 0 50px 20px;
}
.ab-slider-off .slick-arrow {
    position: absolute;
    top: 35%;
    border: none;
    background: none;
}
.ab-slider-off .slick-next {
    right: -50px;
}
.ab-slider-off .slick-prev {
    left: -50px;
    transform: scale(-1);
}
.slick-arrow {
    background: none;
    position: absolute;
    top: calc(50% - 20px);
    border: none;
    z-index: 1;
    cursor: pointer;
    padding: 20px 10px;
}
.ab-slider-off .slick-arrow:hover:before{
    background-image: url(/content/image/bs-arrow.png);
}
.ab-slider-off .slick-next:hover{
    transform: scale(-1);
    margin-right: 17px;
    margin-top: -8px;
}
.ab-slider-off .slick-prev:hover{
    transform: scale(1);
    margin-left: 17px;
    margin-top: 6px;
}
.ab-slider-off .slick-next.slick-arrow:before {
    right: 30px;
    margin-left: -1px;
    margin-right: 4px;
    padding-top: 15px;
}
.ab-slider-off .slick-arrow:before {
    content: '';
    background: url(/content/image/os-arrow.png) no-repeat;
    background-size: 20px;
    padding: 16px;
}
.ab-slider-off .slick-prev.slick-arrow:before {
    margin-left: -1px;
    margin-right: 4px;
    padding-top: 13px;
}
#numbs {
    margin-top: 20px;
    background: url(/content/image/about-page-bg.png);
}
#numbs h2{
    text-align: left;
    margin: 80px 0 70px;
}
#numbs h2.about-ht{
    text-align: left;
    margin: 30px 0 0 0;
}
.numbs-warp {
    height: 244px;
    background: url(/content/image/b-corners.png) no-repeat;
    background-size: contain;
}
.numbs-content {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 23px;
}
.numbs-content-num {
    color: #fe9e1c;
    font-size: 100px;
    font-weight: 200;
}
.numbs-content-desc {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    line-height: 18px;
    width: 270px;
    margin: 0 auto;
    line-height: 29px;
}
.product-item-content .slick-slide{
    height: 700px;
    background-size: cover;
}
.product-item-off .slick-slide{
    height: 185px;
    margin: 15px 0;
    background-size: cover;
    box-shadow: 4px 5px 20px 0px rgba(0, 0, 0, 0.18);
}
.product-item-slider-warp {
    width: 60%;
    display: inline-block;
    position: relative;
}
.product-item-content {
    width: 74%;
    float: right;
}
.product-item-off {
    width: 280px;
    position: absolute;
    margin-top: 28px;
}
.product-item-off .slick-list{
    width: 100%;
}
#numbs.product-numbs{
    margin-top: 30px
}
.product-item-off button.slick-prev:before{
    background: url(/content/image/oat.png) no-repeat;
    right: 30px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    transform: scale(1);

}
.product-item-off button.slick-next:before{
    background: url(/content/image/oab.png) no-repeat;
    right: 30px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
}
.product-item-off .slick-arrow {
    top: inherit;
    left: 43%;
}
.product-item-off .slick-arrow:before {
    content: '';
    background-size: 20px;
    padding: 19px;
}
.product-item-off .slick-prev {
    top: -40px;
}
.product-item-off .slick-next {
    bottom: -40px;
}
.product-item-off .slick-track{
    padding: 0 10px;
}
.product-item-desc {
    width: calc(40% - 50px);
    float: right;
    display: inline-block;
    position: relative;
}
.product-item-desc > *{
    margin-bottom: 20px;
}
.product-item-desc h3{
    text-align: left;
}
.in-store,
.socki-title {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}
.price {
    color: #fe9e1c;
    font-size: 26px;
    font-weight: 700;
}
.price-count {
    width: 130px;
    height: 60px;
    float: left;
    margin-right: 40px;
    outline: 1px solid #999999;
}
.price-count > div {
    line-height: 56px;
    float: left;
    text-align: center;
    font-size: 25px;
    height: 100%;
}
.price-count-minus,
.price-count-plus{
    width: 20%;
    cursor: pointer;
}
.price-count-minus:hover,
.price-count-plus:hover{
    background: #fe9e1c;
}
.price-count-val{
    width: calc(60% - 2px);    
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    line-height: 60px;
}
.product-val-warp {
    font-size: 18px;
    font-weight: 700;
}
.product-val-content {
    margin-top: 10px;
    display: flex
}
.product-val-param {
    color: #fe9e1c;
}
.product-val-name {
    float: left;
    margin-right: 16px;
}
.product-desc {
    height: 350px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
    background: #fe9e1c!important; 
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: #cacaca; 
}
.product-desc-title {
    font-size: 18px;
    font-weight: 700;
}
.price-val-input {
    height: 100%;
    width: 100%;
    text-align: center;
    border: none;
    font-size: 25px;
}
#numbs.product-numbs{
    background-image: url(/content/image/product-target-bg.png);
    background-size: cover;
}
.socki-socki a {
    background-color: #000;
    float: left;
    width: 30px;
    height: 30px;
    display: flex;
    margin-right: 20px;
    margin-top: -2px;
}
.socki-socki a:hover{
    background-color: #fe9e1c;
}
.socki-socki a img {
    object-fit: contain;
    margin: 0 auto;
}
.socki-title {
    float: left;
    margin-right: 66px;
}
.price-count-warp {
    display: inline-block;
}
.catalog-produect > div {
    width: 18%;
    float: left;
    margin: 10px 1.2%;
    position: relative;
}
.catalog-produect > div:nth-child(5n){
    margin-right: 0;
}
.catalog-produect > div:nth-child(5n+1){
    margin-left: 0;
}
.catalog-produect .leader-slider-warp{
    border: 1px solid #d8d8d8;
}
.pagination {
    width: 170px;
    margin: 30px auto;
    border: 1px solid #d8d8d8;
    padding-top: 24px;
    border-bottom: none;
    text-align: center;
    position: relative;
}
.catalog-produect {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.pagination-val {
    position: absolute;
    width: 100%;
    top: 8px;
    overflow: hidden;
}
.pagination-val > * {
    display: inline-block;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    margin: 0 2px;
}
.page_n_arrow {
    width: 17px;
    position: relative;
}
.page_n_arrow:last-of-type{
    transform: scale(-1);
}
.page_n_arrow:before{
    content: url(/content/image/dhfrr.png);
}
.pagination-val:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    left: -74%;
    top: 15px;
}
.pagination-val:after {
    content: '';
    width: 53%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    right: -28%;
    top: 15px;
}
.page_n_arrow:last-of-type:hover{
     transform: scale(1);
}
.page_n_arrow:first-of-type:hover{
     transform: scale(-1);
}
.page_n_arrow:hover:before{
    content: url(/content/image/bfads.png);
}
div.page_n{
    font-size: 20px;
    font-weight: 500;
}
.examples-desc-content {
    margin-top: 20px;
}
.examples {
    margin: 60px 80px;
}
.examples-item-desc h2 {
    margin-top: 0;
    text-align: left;
    text-decoration: underline;
}
.examples-item-desc h4 {
    margin: 20px 0;
}
.product-desc-content {
    border: 1px solid #fe9e1c;
    padding: 10px 40px 40px 50px;
    border-left: none;
    width: calc(100% - 50px );
    margin-bottom: 50px;
    margin-left: -50px;
    color: #666666;
}
.product-desc-content p{
    margin-bottom: 5px;
}
.examples .product-item-content {
    width: 77%;
}
.examples-content .product-item-slider-warp{
    width: 55%;
}
.examples-content .product-item-desc {
    width: calc(45% - 50px);
}
.examples-content {
    margin-bottom: 70px;
    height: 700px;
}
.examples-content:nth-of-type(even) .examples-content {
    margin-top: 70px;
}
.examples-content:nth-of-type(even) .product-item-slider-warp {
    float: right;
}
.examples-content:nth-of-type(even) .product-item-content{
    float: left;
}
.examples-content:nth-of-type(even) .product-item-off {
    right: 0;
}
.examples-content:nth-of-type(even) .product-desc-content {
    padding: 10px 50px 40px 50px;
    border-left: 1px solid #fe9e1c;
    border-right: none;
    margin-left: 0;
    width: calc(100% - 100px );
    margin-right: 10px;
}
.examples button{
    margin: 20px auto;
    display: block; 
}
#examples-bg{
    background-image: url(/content/image/examples-bg.png);
    background-size: cover;
}
#examples_pages .product-item-slider-warp{
    margin-bottom: 50px;
    margin-right: 50px;
    float: left;
}
#examples_pages .examples-content{
    height: auto;
}
#examples_pages h2{
    text-align: left;
}
.basket-list {
    width: calc(100% - 515px);
    float: left;
    margin-bottom: 60px;
}
.basket-list-content {
    height: 140px;
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.basket-list-content:hover {
    box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.25);    
    background: #fcfcfc;
}
.basket-list-img {
    background-size: cover;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.basket-list-content > div {
    width: 100%;
    position: relative;
}
.basket-list-content:first-of-type {
    border-top: 1px solid #e2e2e2;
}
.basket-list-content{
    height: 180px;
    display: flex;
    margin: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.basket-list-count .price-count,
.basket-list-pirce{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.basket-list-content h4,
.basket-delete{
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    padding: 0 20px;
    text-align: center;
}
.basket-list-pirce{
    height: 60px;
    text-align: center;
}
.basket-list-pirce p:first-of-type {
    font-size: 22px;
    font-weight: 600;
}
.basket-list-pirce p:last-of-type {
    line-height: 35px;
    color: #999999;
}
.basket-delete{
    color: #e24040;
    cursor: pointer;
}
.basket-delete span {
    font-family: cursive;
    margin-right: 6px;
}
.basket-form form {
    margin: 40px;
}
.basket-form {
    width: 480px;
    float: right;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    margin-top: 10px;
    margin-right: 10px;
}
.basket-form h2{
    text-transform: inherit;
    text-align: left;
}
.basket-form p{
    color:  #666666;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}
.basket-form input:not(#agreement_check){
    width: calc(100% - 20px);
    padding-left: 20px;
    height: 60px;
    margin-bottom: 20px;
    font-size: 16px;
}
.basket-form button{
    width: 100%;
}

.basket_full{
    background: url(/content/image/basket_white.png) no-repeat 48% 50%!important;
    filter: invert(100%);
}

.basket_full:after{
    content: '';
    position: absolute;
    left: 10px;
    bottom: 13px;
    width: 25%;
    height: 25%;
    border-radius: 30px;
    background: #0161e3;
}

.basket_full:before{
    border-left: 1px solid #191919 !important;
}
.basket_counter{
    position: absolute;
    bottom: 14px;
    left: 10px;
    z-index: 30;
    width: 25%;
    color: white;
    font-size: 11px;
    text-align: center;
}

#add-to-basket-notification{
    position: fixed;
    background: #fff;
    width: 430px;
    left: 0;
    right: 0;
    top: calc(50% - 100px);
    margin: auto;
    padding: 35px;
    font-family: roboto;
    color: #333333;
    font-size: 24px;
    text-align: center;
    box-shadow: 1px 3px 50px 0px rgba(254, 158, 28, 0.28);
    display: none;
    outline: 1px solid #fe9e1c;
    outline-offset: -20px;
    z-index: 99999999;
}
#add-to-basket-notification .orang-btn{
    height: 40px;
    padding: 0 20px;
    min-width: 201px;
    font-size: 14px;
}

.button-cont{
    width: 100%;
    margin-top: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

#add-to-basket-notification .continue-btn{
    display: inline-block;
    left: 0;
    background: #fff;
    color: #fe9e1c;
    border: 5px solid #fe9e1c;
}

#add-to-basket-notification .continue-btn:hover{
    background: #fe9e1c;
    color: #fff;
}

#add-to-basket-notification .to-basket-btn{
    display: inline-block;
    right: 0;
}

#add-to-basket-notification .to-basket-btn:hover{
    background: #000;
    color: #fff;
}

#add-to-basket-notification h2{
    font-size: 23px;
    margin-top: 20px;
}

.order-form button:hover{
    background: #fff;
    color: #fe9e1c;
    border: 1px solid #fe9e1c;
}

.order-form button{
    margin-top: 20px;
}

.breadcrumb a {
    display: inline-block;
}

.breadcrumb a:first-letter {
    text-transform: uppercase;
}

.contact-form input:focus{
    border: none;  
    border-bottom: 1px solid #000;
    color: #000;
}

.contact-form input:focus::-webkit-input-placeholder {color:#000;}
.contact-form input:focus::-moz-placeholder {color:#000;}
.contact-form input:focus:-ms-input-placeholder {color:#000;}

.confirm-container{
    margin: 15px 0px 0px 15px; 
    margin-left: 41px;
    margin-top: 15px;
}
.confirm-container .confirm{
    width: initial;
    height: initial;
    float: left;
    margin: 5px 5px 0px 0px;
}

.confirm-container span{
    font-size: 14px;
    line-height: 19px;
}



.cube-warp {
    margin: 300px;
    background: #ccc;
    height: 300px;
    -webkit-perspective: 1100px;
    -webkit-perspective-origin: 50% 300px;
    perspective: 1100px;
    perspective-origin: 50% 300px;
}
.cube {
    width: 300px;
    height: 100%;
    position: relative;
    transform: translateZ(-150px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.cube > div{
    position: absolute;
    width: 300px;
    height: 100%;
}
.n1 {
    -webkit-transform: translateZ(150px);
    transform: translateZ(150px);
    background: #CDDC39;
}
.n2 {
    background: green;
    -webkit-transform: rotateY(90deg) translateZ(150px);
    transform: rotateY(90deg) translateZ(150px);
}
.cube:hover {
    transform: rotateY(-90deg) translateX(-150px);
}



