/* reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, button {margin: 0;padding: 0;	border: 0;font-size: 100%;vertical-align: baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}lockquote::before, blockquote::after,q::before, q::after {content: "";content: none;}table {border-collapse: collapse;border-spacing: 0;}html, body{font-size: 16px; color: #000;}a{outline: none;}a img{border: none; outline: none;}*{-webkit-box-sizing: border-box;box-sizing: border-box;}input, textarea {outline:none;}input:active, textarea:active {outline:none;}:focus {outline:none;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #222;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #222;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #222;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #222;}


@font-face {
    font-family: "Proxima Nova";
    src: local("Proxima Nova Light"),
	local("ProximaNova"),
	/*url("./fonts/ProximaNova-Light/ProximaNova-Light.woff2") format("woff2"),*/
	url("./fonts/ProximaNova-Light/ProximaNova-Light.woff") format("woff"),
	url("./fonts/ProximaNova-Light/ProximaNova-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova";
    src: local("Proxima Nova Regular"),
	local("ProximaNova"),
	/*url("./fonts/ProximaNova-Regular/ProximaNova-Regular.woff2") format("woff2"),*/
	url("./fonts/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"),
	url("./fonts/ProximaNova-Regular/ProximaNova-Regular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova";
    src: local("Proxima Nova Semibold"),
	local("ProximaNova"),
	/*url("./fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff2") format("woff2"),*/
	url("./fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff") format("woff"),
	url("./fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova";
    src: local("Proxima Nova Bold"),
	local("ProximaNova"),
	/*url("./fonts/ProximaNova-Bold/ProximaNova-Bold.woff2") format("woff2"),*/
	url("./fonts/ProximaNova-Bold/ProximaNova-Bold.woff") format("woff"),
	url("./fonts/ProximaNova-Bold/ProximaNova-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova";
    src: local("Proxima Nova Black"),
	local("ProximaNova"),
	/*url("./fonts/ProximaNova-Black/ProximaNova-Black.woff2") format("woff2"),*/
	url("./fonts/ProximaNova-Black/ProximaNova-Black.woff") format("woff"),
	url("./fonts/ProximaNova-Black/ProximaNova-Black.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}


html {
    height: 100%;
    min-width: 300px;
    overflow-x: hidden;
}
body{
    height:1px;
    min-height: 100%;
    min-width: 300px;
    position: relative;
    font-family: "Proxima Nova", "arial", sans-serif;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0;
    color: #111;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6{font-weight:300;}
input, textarea, button, select {font-family: "Proxima Nova", "arial", sans-serif;}
p {margin: 0 0 12px; max-width:100%;}
p:last-child  {margin: 0;}
a {
    text-decoration: none;
    color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrap{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display:block;
}
.wrap-1600{
    max-width: 1600px;
}


/* Ссылки / Кнопки / Кнопки со стрелками */
.button, .bx-green .btn-default{
    color: #fff !important;
    font-size: 14px;
    line-height: 13px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background-color: #d1c000 !important;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding:17px 17px 15px;
    border:0;
    border-radius: 25px;
    min-width:170px;
}
.button2{
    color: #fff !important;
    font-size: 14px;
    line-height: 13px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background-color: #d1c000 !important;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding:7px 7px 5px;
    border:0;
    border-radius: 25px;
    min-width:170px;
}
.button:hover, .bx-green .btn-default:hover{
    background: #857052;
    color: #fff;
}
.button.added{
    background: #19aad1;
}
.button.added:hover{
    background: #1590b1;
}
.button-t{
    background: transparent;
    border:3px solid;
    padding: 14px 14px 13px;
    color:#d1c000;
}
.button-t:hover{
    border:3px solid #c9b800;
    color:#fff;
}
.button-small{
    font-size: 10px;
    line-height: 10px;
    padding: 8px 8px 7px;
    min-width:130px;
}
.button:hover{
    background: #bfaf00;
    color: #fff;
}
/*Перейти в каталог*/
.linkMore{
    font-size:14px;
    color:#d1c000;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    display:inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.linkMore::after{
    content:"";
    background: url(./images/icons/arrow_green.png) no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 0px -9px 15px;
    padding: 3px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.linkMore:hover{
    color: #bfaf00;
}
.linkMore:hover::after{
    -webkit-box-shadow: 0 0 0 1px #d1c000;
            box-shadow: 0 0 0 1px #d1c000;
}
.linkMore_big{
    background-position: top center;
}
.linkMore-white{
    color:#fff;
    line-height: 24px;
}
.linkMore-white:hover{
    color:#fff;
    text-decoration:underline;
}
.linkMore-white::after{
    content:"";
    background: url(./images/icons/arrow_white.png) no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 0px -9px 15px;
    padding: 3px;
    border-radius: 50%;
}
.linkMore-white:hover::after{
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
}
.linkCat{
	white-space: nowrap;
    font-size:20px;
    color:#433b34;
    line-height: 30px;
    font-weight: 900;
    display:inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.linkCat span{
    display:inline-block;
    background: url(./images/icons/arrow_w_slide.png) no-repeat center #d1c000;
    width: 14px;
    height: 14px;
    margin: 0 0px -14px 15px;
    padding: 22px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.linkCat span::after{
    content:"";
    position: absolute;
    top:-15%;
    left:-15%;
    width: 130%;
    height: 130%;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #d1c000;
            box-shadow: 0 0 0 1px #d1c000;
	    opacity:0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.linkCat:hover span::after{
    opacity:1;
}
.linkCat:hover{
    color:#d1c000;
}


/* Кнопка открытия/закрытия меню */
.srvbtn-trigger {
    display:none;
    position: relative;
    width: 30px;
    height: 21px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    cursor: pointer;
}
.srvbtn-trigger::before, .srvbtn-trigger::after, .srvbtn-trigger i {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #19aad1;
    border-radius: 1px;
    top: 0;
}
.srvbtn-trigger::before, .srvbtn-trigger::after, .srvbtn-trigger i {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
.srvbtn-trigger::before {
    top: 9px;
}
.srvbtn-trigger::after {
    top: auto;
    bottom: 0;
}
.srvbtn-trigger.btn-anim::after{
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform-origin: 3px 4px 0;
        transform-origin: 3px 4px 0;
    -moz-transform-origin: 3px 4px 0;
    -o-transform-origin: 3px 4px 0;
    -webkit-transform-origin: 3px 4px 0;
}
.srvbtn-trigger.btn-anim i{
    -ms-transform:rotate(45deg);
        transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -ms-transform-origin:0 0 0;
        transform-origin:0 0 0;
    -moz-transform-origin:0 0 0;
    -o-transform-origin:0 0 0;
    -webkit-transform-origin:0 0 0;
}
.srvbtn-trigger.btn-anim::before{
    opacity:0;
}

.logoTop{
    position:relative;
    z-index:100;
}
.block2Top{
    position:relative;
    z-index:10;
}

/* Скролл */
.scrollMore{
    position: absolute;
    bottom: 43px;
    left:0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    z-index:10;
}
.scrollMore a{
    font-size: 14px;
    text-transform: uppercase;
    color:#d1c000;
    font-weight: 600;
    display:inline-block;
}
.scrollMore a::after{
    content:"";
    background: #d1c000;
    height:2px;
    width:40px;
    float:left;
    position: relative;
    margin:6px 15px 0 0;
}
#production .scrollMore {
    bottom: 47px;
}
#about .scrollMore {
    bottom: 95px;
    left: auto;
    right: 0;
    margin: 0 -35px 0 0;
}

.closeBtn{
    background: url("./images/icons/icon_close.png") no-repeat center;
    padding:15px;
    display: none;
    position: absolute;
    top:35px;
    right:35px;
    cursor:pointer;
}
.closeBtn:hover{
    opacity:0.7;
}
.closeBtn-green{
    background: url("./images/icons/icon_close_green.png") no-repeat center;
    display: block;
}


/*Шапка*/
#header{
    float:left;
    width:100%;
    min-height:100vh;
    position: relative;
}
#header::before{
    content:"";
    width:50%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: #fff;
    z-index:-1;
}
#header::after{
    content:"";
    width:50%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    background: #f5f5f5;
    z-index:-1;
}
#header .scrollMore{
    left:50%;
    margin-left: -71px;
}

.headerTop{
    float:left;
    width:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.headerTop-page {
    float:left;
    width:100%;
    position: relative;
    height:100%;
    max-height:90px;
}
.headerTop-page .headerTop{
    background: #fff;
}
.headerTop.fixed{
    background: #fff;
    border-bottom:1px solid #f5f5f5;
}
.headerTop .wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuBlock{
	margin-top: 20px;
	margin-left: 20px;
}
.menuBlock__item{
    display:inline-block;
    font-size:0;
    line-height: 0;
    text-align:center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menuBlock__item > a{
    display:block;
    color:#222;
    font-weight:500;
    text-transform:uppercase;
    font-size:13px;
    margin:0 10px;
    padding: 45px 0;
}
.menuBlock__item > a:hover{
    color:#19aad1;
}
/*Подменю*/
.submenuBlock{
    background: url("./images/bg_menu.jpg") no-repeat top center #000;
    width:100%;
    height:0%;
    position: absolute;
    top:91px;
    left:0;
    z-index: 100;
    overflow:hidden;
    text-align:left;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menuBlock__item:hover .submenuBlock{
    height:357px;
}
.submenuBlock__title{
    float:left;
    width:100%;
    font-size:35px;
    font-weight: 800;
    color:#d1c000;
    padding:0 40px;
    position: absolute;
    top:60px;
    left:20px;
}
.submenuBlock__title::before{
    content:"";
    background: #d1c000;
    height:2px;
    width:40px;
    float:left;
    position: absolute;
    top:0;
    left: -20px;
}
.submenuBlock__links{
    float:left;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.submenuList{
    width:25%;
    padding:130px 40px 60px;
    border-left:1px solid rgba(255, 255, 255, 0.05);
}
.submenuList:last-child{
    border-right:1px solid rgba(255, 255, 255, 0.05);
}
.submenuList li{
    margin-bottom:25px;
}
.submenuList li:last-child{
    margin-bottom:0px;
}
.submenuList a{
    color:#fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    display:inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.submenuList a:hover{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color:#d1c000;
}

.searchTop{
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(./images/icons/icon_search_m.png) no-repeat center;
    background-size:contain;
    margin-left:20px;
}
.searchTop__form{
    /* width: 280px; */
    width: 100%;
    max-width: 40%;
    height: 100%;
    top: 65px;
    right: 30%;
    position: fixed;
    display: none;
}
.title-search-result {
  z-index: 99999;
}
.searchTop__input{
    position: relative;
    float:right;
    width:100%;
    background: #fff;
    border:1px solid #f5f5f5;
    font-size: 13px;
    color: #222;
    font-weight: 200;
    padding: 6px 15px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.searchTop__button{
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    background: url(./images/icons/icon_search.png) no-repeat center;
    background-size: cover;
    width:30px;
    height:30px;
    border:0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navigation .searchTop {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 30px;
    background: transparent;
    background-size: contain;
    display: inline-block;
    margin-top:30px;
    margin-left: 0px;
    display:none;
}
.navigation .searchTop__form {
    max-width: 280px;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    display: block;
}

.block2Top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.phoneTop{
    margin: 0 20px;
}
.phoneNumber{
    background: url(./images/icons/icon_phone.png) no-repeat center left;
    line-height:24px;
    font-size:17px;
    font-weight: 600;
    padding-left: 30px;
    display: inline-block;
}

 a.policy {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff !important;
    }
  a.policy:hover{
  	text-decoration: underline;
  }   

.utpBlock{
    position: relative;
    width:100%;
    height: 100vh;
    float:left;
}

.utpTop{
    position: absolute;
    top:0;
    left:0;
    width:30%;
    height:100%;
    padding-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}
.utpTop__title{
    margin-bottom: 15px;
    color:#433b34;
    font-size:50px;
    line-height:60px;
    font-weight: 800;
    text-transform: uppercase;
}
.utpTop__title h1,
.utpTop__title h2{
    font-weight: 800;
}
.utpTop_desc{
    font-size: 20px;
    margin-bottom: 35px;
}

/*Слайдер*/
.sliderMain{
    float:left;
    width:100%;
    height:100%;
    padding-top: 90px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.sliderBlock{
    float: left;
    width: 50vw;
    position: relative;
    z-index: 5;
}
.sliderTop{
    position: relative;
}
.sliderWrap{
    float: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slideItem{
    float: left;
    display:block;
    width:420px;
    height:420px;
    position: relative;
}
.slideItem__bg{
    width:100%;
    height:100%;
    border-radius: 50%;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
}
.slideItem__bg::after{
    content:"";
    position: absolute;
    top:-5%;
    left:-5%;
    width:110%;
    height:110%;
    border-radius: 50%;
}

.slideItem-1 .slideItem__bg{background: #d1c000;}
.slideItem-1 .slideItem__bg::after{border:1px solid #d1c000;}
.slideItem-1 .slideItem__bg_1{
    background: url("./images/slide/slide_1_1.png") no-repeat center;
    width:100%;
    height:100%;
    position: absolute;
    top: 4%;
    left: 4%;
    z-index:5;
}
.slideItem-1 .slideItem__bg_2{
    background: url("./images/slide/slide_1_2.png") no-repeat center;
    width:145%;
    height:145%;
    position: absolute;
    top: -40%;
    left: -5%;
    z-index:4;
}
.slideItem-2 .slideItem__bg{background: #433b34;}
.slideItem-2 .slideItem__bg::after{border:1px solid #433b34;}
.slideItem-2 .slideItem__bg_1{
    background: url("./images/slide/slide_2_1.png") no-repeat center;
    width:116%;
    height:116%;
    position: absolute;
    top: -12%;
    left: -12%;
    z-index:5;
}
.slideItem-2 .slideItem__bg_2{
    background: url("./images/slide/slide_2_2.png") no-repeat center;
    width:100%;
    height:100%;
    position: absolute;
    top: -27%;
    left: -22%;
    z-index:4;
}
.slideItem-2 .slideItem__bg_3{
    background: url("./images/slide/slide_2_3.png") no-repeat center;
    width:92%;
    height:92%;
    position: absolute;
    bottom: 3%;
    right: -35%;
    z-index:1;
}
.slideItem-2 .slideItem__bg_4{
    background: url("./images/slide/slide_2_4.png") no-repeat center;
    width:48%;
    height:48%;
    position: absolute;
    top: 39%;
    right: -17%;
    z-index:3;
}
.slideItem-3 .slideItem__bg{background: #19aad1;}
.slideItem-3 .slideItem__bg::after{border:1px solid #19aad1;}
.slideItem-3 .slideItem__bg_1{
    background: url("./images/slide/slide_3_1.png") no-repeat center;
    width:100%;
    height:100%;
    position: absolute;
    bottom: -10%;
    right: -13%;
    z-index:5;
}
.slideItem-3 .slideItem__bg_2{
    background: url("./images/slide/slide_3_2.png") no-repeat center;
    width:111%;
    height:111%;
    position: absolute;
    top: -24%;
    left: -39%;
    z-index:4;
}
.slideItem-3 .slideItem__bg_3{
    background: url("./images/slide/slide_3_3.png") no-repeat center;
    width:38%;
    height:38%;
    position: absolute;
    top: 8%;
    right: -16%;
    z-index:6;
}
.sliderMain .ms-control{
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 10;
    height: 100%;
    width: 100%;
    max-width: 420px;
    margin-right: -210px;
}
.sliderMain .ms-control .ms-btn{
    position:absolute;
    top:50%;
    margin-top:-9px;
    z-index: 12;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sliderMain .ms-control .ms-btn:hover{
    opacity:0.4;
}
.sliderMain .ms-control .ms-btn.prev{
    left:-20%;
}
.sliderMain .ms-control .ms-btn.next{
    right:-20%;
}
.sliderMain .ms-control .ms-btn i{
    background:url("./images/icons/arrow_slide.png") no-repeat center;
    display: block;
    padding:15px;
}
.sliderMain .ms-control .ms-btn.prev i{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
}
.sliderMain .slick-dots{
    position: absolute;
    top: 0;
    right: -50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
}
.sliderMain .slick-dots button{
    position: relative;
    width:55px;
    height:55px;
    background: #fff;
    float:left;
    color:#fff;
    font-size: 25px;
    font-weight: 600;
    border-radius: 50%;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity:0.2;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
}
.sliderMain .slick-dots button::after{
    content:"";
    position: absolute;
    top:0px;
    left:0px;
    display: block;
    width: 100%;
    height:100%;
    padding:0px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sliderMain .slick-dots li:hover button,.sliderMain .slick-active button{
    opacity:1;
}
.sliderMain .slick-dots li:hover button::after,.sliderMain .slick-active button::after{
    top:-15px;
    left:-15px;
    padding:15px;
}
.sliderMain #slick-slide01 {
    position: relative;
    right: -55px;
}
.sliderMain #slick-slide00 button{background: #d1c000;}
.sliderMain #slick-slide00 button::after{-webkit-box-shadow: 0 0 0 1px #d1c000;box-shadow: 0 0 0 1px #d1c000;}
.sliderMain #slick-slide01 button{background: #433b34;}
.sliderMain #slick-slide01 button::after{-webkit-box-shadow: 0 0 0 1px #433b34;box-shadow: 0 0 0 1px #433b34;}
.sliderMain #slick-slide02 button{background: #19aad1;}
.sliderMain #slick-slide02 button::after{-webkit-box-shadow: 0 0 0 1px #19aad1;box-shadow: 0 0 0 1px #19aad1;}


/*Заголовок*/
.titleBlock{
    float:left;
    width:100%;
    margin:50px 0px;
    font-size:30px;
    line-height:30px;
    color:#111;
    text-transform: uppercase;
    text-align:center;
}
.titleBlock span{
    font-weight: 800;
    color:#d1c000;
}
.titleBlock-left{
    text-align:left;
}


/*Продукция*/
#production{
    float:left;
    width:100%;
    position: relative;
    padding:40px 0 0;
}
#production::after{
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    max-height: 50vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbfbfb;
    z-index:-1;
}
.descBlock{
    float:left;
    width:100%;
    line-height:22px;
    text-align:center;
    color:#adadad;
    margin-bottom: 50px;
}
.descBlock p{
    max-width:590px;
    margin:0 auto;
	text-align: justify;
}

.mainCalalog{
    float:left;
    width:100%;
    background: #fbfbfb;
    /*margin: 150px 0 0px 0;*/
	margin: 40px 0px 0px 0px;
}
.sliderCatalog{
    float:left;
    width:100%;
    position: relative;
    margin-top:-100px;
    margin-bottom: 80px;
    overflow:hidden;
}
.slidecatItem{
    float:left;
    width:100%;
    position: relative;
    padding:20px 35px;
}
.slidecatItem__img{
    float:left;
    width:100%;
    margin-bottom:30px;
    text-align: center;
}
.slidecatItem__png{
    width:100%;
    height:378px;
    position: relative;
    max-width:1129px;
    margin: 0 auto;
}
.slidecatItem__pnglink{
    position: absolute;
    width:200px;
    height:200px;
    /*background: rgba(221, 221, 221, 0.3);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slidecatItem__pnglink::after{
    content:"Перейти в раздел";
    position: absolute;
    width: 140px;
    background: url(./images/icons/arrow_g.png) no-repeat center top;
    padding: 71px 5px 5px;
    font-size:13px;
    text-transform: uppercase;
    font-weight: 600;
    color:#222;
    text-align:center;
    cursor:pointer;
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slidecatItem__pnglink:hover::after{
    opacity:1;
}
.slidecatItem-slide1{
    background: url(./images/category_slide_1.png) no-repeat center bottom;
    background-size: contain;
}
.slidecatItem-slide2{
    background: url(./images/category_slide_2.png) no-repeat center bottom;
    background-size: contain;
}
.slidecatItem-slide3{
    background: url(./images/category_slide_3.png) no-repeat center bottom;
    background-size: contain;
}
.slidecatItem-slide4{
    background: url(./images/category_slide_4.png) no-repeat center bottom;
    background-size: contain;
}
.slidecatItem-slide5{
    background: url(./images/category_slide_5.png) no-repeat center bottom;
    background-size: contain;
}
.slidecatItem-slide6{
    background: url(./images/category_slide_6.png) no-repeat center bottom;
    background-size: contain;
}
#svg_link_cat_1{
    top: 10%;
    left: 0%;
    width: 14%;
    height: 55%;
    z-index: 1;
}
#svg_link_cat_2{
    bottom: 8%;
    left: 15%;
    width: 26%;
    height: 73%;
    z-index: 3;
}
#svg_link_cat_3{
    top: 11%;
    right: 31%;
    width: 32%;
    height: 51%;
    z-index:2;
}
#svg_link_cat_4{
    bottom: 10%;
    right: 7%;
    height: 42%;
    width: 30%;
    z-index:4;
}
#svg_link_cat_5{
    top: 12%;
    left: 6%;
    height: 59%;
    width: 21%;
    z-index: 1;
}
#svg_link_cat_6{
    bottom: 9%;
    left: 27%;
    height: 71%;
    width: 21%;
    z-index: 4;
}
#svg_link_cat_7{
    top: 2%;
    right: 24%;
    height: 64%;
    width: 27%;
    z-index: 2;
}
#svg_link_cat_8{
    bottom: 14%;
    right: 7%;
    height: 27%;
    width: 27%;
    z-index: 3;
}
#svg_link_cat_9{
    top: 35%;
    left: 2%;
    height: 32%;
    width: 23%;
    z-index: 1;
}
#svg_link_cat_10{
    bottom: 8%;
    left: 20%;
    height: 70%;
    width: 27%;
    z-index: 3;
}
#svg_link_cat_11{
    top: 31%;
    right: 20%;
    height: 36%;
    width: 34%;
    z-index: 2;
}
#svg_link_cat_12{
    bottom: 18%;
    right: 4%;
    height: 18%;
    width: 27%;
    z-index: 3;
}
#svg_link_cat_13{
    top: 36%;
    left: 2%;
    height: 34%;
    width: 21%;
    z-index: 1;
}
#svg_link_cat_14{
    bottom: 4%;
    left: 23%;
    height: 81%;
    width: 24%;
    z-index: 3;
}
#svg_link_cat_15{
    top: 17%;
    right: 28%;
    height: 57%;
    width: 24%;
    z-index: 2;
}
#svg_link_cat_16{
    bottom: 7%;
    right: 5%;
    height: 27%;
    width: 33%;
    z-index: 4;
}
.slidecatItem__svg{
    width:100%;
    height:auto;
    position: relative;
    max-width:1129px;
}
.slidecatItem__path{
    fill:transparent;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-opacity: 1;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display:block;
    float:left;
    position: relative;
}
.slidecatItem__path:hover{
    fill:url(#arrow_link);
}
.slidecatItem__name{
}
.slidercatItem__link{
    float:left;
    width:25%;
    font-size: 18px;
    font-weight: 600;
    color:#433b34;
    text-align:center;
}
.slidercatItem__link a{
    display: block;
    color:#433b34;
    padding-bottom: 20px;
    border-bottom: 3px solid #e7e7e7;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slidercatItem__link.active a,
.slidercatItem__link a:hover {
    border-bottom: 3px solid #d1c000;
}
.mainCalalog .slick-arrow{
    background: url("./images/icons/arrow_slide_2.png") no-repeat;
    width:35px;
    height:35px;
    cursor:pointer;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    bottom:4px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mainCalalog .slick-arrow:hover{
    background: url("./images/icons/arrow_b_slide_2.png") no-repeat;
}
.mainCalalog .slick-arrow.slick-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    left:0px;
}
.mainCalalog .slick-arrow.slick-next {
    right:0px;
}


.linkBlock{
    float:left;
    width:100%;
    margin-bottom:50px;
    text-align: center;
}


/*О компании*/
#about{
    float:left;
    width:100%;
    min-height:100vh;
    position: relative;
}
#about .wrap{
    height:100vh;
}
#about::before{
    content:"";
    width:50%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: url(./images/bg_about.jpg) no-repeat center;
    background-size:cover;
    z-index:-1;
}
.aboutBlock{
    float:left;
    width:50%;
    height: 100%;
    font-size:17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.aboutBlock p{
    line-height:28px;
	text-align: justify;
}
.aboutBlock-about{
    color:#fff;
    padding-right:20%;
}
.aboutBlock-opt{
    color:#111;
    padding-left:20%;
}
.aboutBlock::after{
    content:"";
    position: absolute;
    top:60%;
    margin-top:-275px;
}
.aboutBlock-about::after{
    background:url(./images/about_el_1.png) no-repeat center;
    background-size:contain;
    width:376px;
    height:499px;
    right:-220px;
    z-index: 1;
}
.aboutBlock-opt::after{
    background:url(./images/about_el_2.png) no-repeat center;
    background-size:contain;
    width:423px;
    height:561px;
    left:-190px;
    margin-top:-530px;
}
.aboutBlock__title{
    font-size:30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom:25px;
}
.aboutBlock .button{
    margin-top:20px;
}


/*Сертификаты*/
#sertificate{
    float:left;
    width:100%;
    position: relative;
    background:#eeeeee;
    padding:30px 0;
}
#sertificate .wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.sertificatBlock{
    float:left;
    width:60%;
    padding-right: 50px;
    position: relative;
}
.sliderSertificat{
    position: relative;
    max-width: 300px;
    width:100%;
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.sliderSertificat::after{
    content:"";
    background: url("./images/sert_el_1.png") no-repeat center bottom 40%;
    background-size: contain;
    width:400px;
    height:100%;
    position:absolute;
    top:0;
    right:-200px;
    z-index: 0;
}
.sertificatBlock .ss-num{
    display: block;
    position: absolute;
    left: 69px;
    top: 0;
    height: 100%;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sertificatBlock .ss-num button{
    color: rgba(255, 255, 255, 0.5);
    font-size: 430px;
    font-weight: 600;
    line-height: 315px;
    padding-top:20px;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
.sertificatBlock .ss-num .slick-active button{
    opacity:1;
    display: block;
}
.sertificatItem{
    float:left;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 600;
}
.sertificatItem img{
    display:block;
    width:100%;
    border:10px solid #fff;
    margin:45px auto 25px;
}
.sertificatText{
    float:right;
    width:40%;
    font-size:17px;
    line-height:28px;
}
.sertificatText .titleBlock{
    margin-bottom:40px;
}
.sertificatText .linkMore{
    margin-top:30px;
}
.sertificatBlock .slick-list {
    z-index: 1;
}
.sertificatBlock .slick-arrow,.sliderSertificatPage .slick-arrow{
    position:absolute;
    top:50%;
    margin-top:-23px;
    z-index: 12;
    cursor: pointer;
    width:45px;
    height:45px;
    background:url("./images/icons/arrow_w_slide.png") no-repeat center #d1c000;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sertificatBlock .slick-arrow.slick-next{
    right:-25%;
}
.sertificatBlock .slick-arrow.slick-prev{
    left:-25%;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
}
.sertificatBlock .slick-arrow:hover,.sliderSertificatPage .slick-arrow:hover{
    background-color: #bfaf00;
}
.sertificatePage{
    float:left;
    width:100%;
    position: relative;
    background:#eee;
    padding:40px 0;
    text-align:center;
}
.sertificatTextPage {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 34px;
    margin-bottom:30px;
}
.sertificatTextPage .titleBlock {
    margin-bottom: 30px;
}
.sertificatTextPage p {
    padding:0 20%;
}
.sertificatBlockPage{
    float: left;
    width: 100%;
    position: relative;
}
.sliderSertificatPage {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sliderSertificatPage .sertificatItem{
    width: 25%;
    margin:0 9px;
}
.sertificatItem img{
    margin: 0 auto 25px;
}
.sliderSertificatPage .slick-arrow.slick-next{
    right:-70px;
}
.sliderSertificatPage .slick-arrow.slick-prev{
    left:-70px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
}


#clients{
    float:left;
    width:100%;
    position: relative;
}
#clients::after{
    content:"";
    width:50%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    background: #d1c000;
    z-index:-1;
}
#clients .wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.clientBlock{
    float:left;
    width:75%;
    position: relative;
    background: #fff;
    padding:40px 0;
}
.sliderClient{
    float:left;
    width:100%;
    overflow: hidden;
}
.clientItem{
    float:left;
    width:25%;
    max-width:300px;
    font-size:15px;
    line-height: 18px;
    margin-right: 20px;
}
.clientItem h2{
	text-align: center;
}
.clientItem__img{
    float:left;
    width:100%;
    max-width: 100%;
    max-height:100%;
    height:70px;
    position: relative;
    margin-bottom:20px;
    background-position: center center !important;
}
.clientItem__img_height{
	height:230px;
}
.clientItem__name{
    display:block;
    width:100%;
    float:left;
    position: relative;
    padding-top:20px;
}
.clientItem__name::before{
    content:"";
    width:50%;
    height:1px;
    background: #e7e7e7;
    position: absolute;
    top:0;
    left: 0;
}
.sliderClient .slick-list {
    z-index: 1;
}
.sliderClient .slick-arrow{
    position:absolute;
    top:50%;
    margin-top:-9px;
    z-index: 12;
    cursor: pointer;
}
.sliderClient .slick-arrow{
    width:10px;
    height:18px;
    background:url("./images/icons/arrow_slide.png") no-repeat center;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sliderClient .slick-arrow:hover{
    opacity:0.4;
}
.sliderClient .slick-arrow.slick-next{
    right:30px;
}
.sliderClient .slick-arrow.slick-prev{
    left:-30px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
}

.sliderClient .topcat-slider2 button {
	top: 100px;
}

.clientAll{
    float: right;
    width: 25%;
    text-align: center;
    border-right:1px solid rgba(255, 255, 255, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-count{
    position: absolute;
    top: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20;
    font-size: 0;
    white-space: nowrap;
}
.item-count .num{
    background: #fff;
    border-radius: 3px;
    background: #fff;
    width: 50px;
    height: 32px;
    color: #000;
    border: #ccc 1px solid;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.item-count__btn{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background: #d1c000;
    -webkit-transition: background ease .3s;
    -o-transition: background ease .3s;
    transition: background ease .3s;
}
.item-count__btn:hover{
    background: #bfaf00;
}
.item-count__btn:active:after{
    top: 1px;
}
.item-count__btn:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("./images/plus.png") no-repeat center;
    top: 0;
    left: 0;
}
.item-count__btn.minus:after{
    background-image: url("./images/minus.png");
}
.more-photo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 40px 0 0;
}
.more-photo a{
	height: 60px;
	width: 60px;
    position: relative;
    margin: 0 30px;
}
.more-photo a:after{
	content: "";
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #b2e9f1;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	-webkit-transition: background ease .3s;
	-o-transition: background ease .3s;
	transition: background ease .3s;
}
.more-photo a:hover:after{
	background: #bfaf00;
}
.more-photo a > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	z-index: 10;
}
.more-photo img{
	width: auto;
	height: 100%;
}

/* Футер */
#footer{
    float:left;
    width:100%;
    position: relative;
    background: url("./images/bg_footer.jpg") no-repeat top center #0d1510;
    color: rgba(255, 255, 255, 0.4);
}
.footerContent{
    float:left;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left:1px solid rgba(255, 255, 255, 0.05);
    border-right:1px solid rgba(255, 255, 255, 0.05);
}
.footerAbout{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    padding: 20px;
    wudth:25%;
}
.footerAbout__logo{
    margin-bottom:20px;
}
.footerAbout__logo img{
    display:block;
    max-width:25%;
}
.footerAbout__logo a img{
    display:block;
    max-width:50%;
}
.footerAbout__feedback{
    margin-bottom: 20px;
}
.footerAbout .phoneNumber{
    color:#fff;
    margin-bottom: 20px;
}
.footerAbout__callme{
    color:#fff;
    border-bottom: 1px solid rgba(231, 231, 231, 0.2);
    font-size: 14px;
    font-weight: 300;
    line-height:12px;
    display:inline-block;
}
.footerAbout__callme:hover{
    text-decoration:underline;
}
.footerAbout__text{
    font-size:13px;
    line-height:18px;
}

.footerMenu, .footer_right_text{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    wudth:25%;
    padding: 82px 20px 70px;
    border-left:1px solid rgba(255, 255, 255, 0.05);
}
.footerMenu__item{
    float: left;
    width:100%;
    margin-bottom:20px;
}
.footerMenu__item:last-child{
    margin-bottom:0px;
}
.footerMenu__item a{
    display:block;
    color:#fff;
    font-size: 15px;
    line-height:16px;
    background:url("./images/icons/icon_plus_w.png") no-repeat left center;
    padding-left: 35px;
}
.footerMenu__item a:hover{
    color:#d1c000;
    background:url("./images/icons/icon_plus_g.png") no-repeat left center;
}

.footerCopy{
    float: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin:-40px 0 20px;
}
.footerCopyright__text{
    font-size:13px;
    padding:0 20px;
}
.footerCopyright__text span{
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom:8px;
}
.footerCopyright__dev{
    -ms-flex-preferred-size: 25%;
   /* flex-basis: 25%;*/
    padding:0 20px 0 55px;
}

.footerCopyright__dev img {
    max-width:100px;
    opacity:0.5;
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition:all 1.5s ease;
    }
.footerCopyright__dev img:hover {
    opacity:1;
    filter:grayscale(0%);
    -webkit-filter:grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    }


/* Слик слайдер */
#clients .slick-slider,.sertificatBlock .slick-slider,.sliderSertificatPage .slick-slider{
    position: relative;
    display: block;
}
#clients .slick-list,.sertificatBlock .slick-list,.sliderSertificatPage .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
}
#clients .slick-track,.sertificatBlock .slick-track,.sliderSertificatPage .slick-list{
    position: relative;
}


#content{
    float:left;
    width:100%;
    position: relative;
    background: #fff;
}
#content::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:200px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(102, 102, 102, 0)), to(rgba(102, 102, 102, 0.05)));
    background: -webkit-linear-gradient(bottom, rgba(102, 102, 102, 0), rgba(102, 102, 102, 0.05));
    background: -o-linear-gradient(bottom, rgba(102, 102, 102, 0), rgba(102, 102, 102, 0.05));
    background: linear-gradient(to top, rgba(102, 102, 102, 0), rgba(102, 102, 102, 0.05));
    z-index:0;
}
#content .scrollMore {
    bottom: 63px;
}
.gridBlock{
    float:left;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    color:#adadad;
    font-size:13px;
    text-align:center;
    margin:30px 0;
    z-index: 12;
}
.gridBlock a{
    color:#adadad;
    display:inline-block;
}
.gridBlock a::after{
    content:"";
    background:#d1c000;
    width:10px;
    height:2px;
    display:inline-block;
    margin: 0px 6px 3px 10px;
}
.gridBlock a:hover{
    color:#d1c000;
}

.titlePage{
    float:left;
    width:100%;
    font-size:35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 10;
}
.titlePage h1,
.titlePage h2,
.titlePage h3{
    font-weight: 600;
}
.titlePage__desc{
    float:left;
    width:100%;
    padding:0 3%;
    font-size:16px;
    line-height:24px;
    color:#adadad;
    text-align:center;
    margin-bottom:20px;

}

.aboutPage{
    float:left;
    width:100%;
    position: relative;
    padding:140px 0 30px;
    z-index:1;
}
.aboutPage::after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:50%;
    height:100%;
    background: #f5f5f5;
    z-index:-1;
}

.clientPage{
    float:left;
    width:100%;
    position: relative;
    padding:140px 0 30px;
    z-index:1;
}
.clientPage::before{
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:50%;
    height:100%;
    background: url("./images/bg_page_client.jpg") no-repeat center;
    background-size:cover;
}
.clientPage::after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:50%;
    height:100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
}

.contentPage__left{
    float:left;
    width:50%;
    position: relative;
    padding-right:30px;
}
.contentPage__right{
    float:right;
    width:50%;
    position: relative;
    /*display: -webkit-box;*/
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.textPage{
    float:left;
    width:100%;
    position: relative;
    font-size:16px;
    line-height:25px;
    color:#333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.textPage2
	{
	 display: block !important;
	 font-weight: 300;
	}
.textPage h2{
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin: 12px 0px;
}
.textPage2 h3 {
	font-weight: 600;
	font-size: 20px;
}
.textPage p{
    margin:0 0 14px 0;
	text-align: justify;
}

.textPage2 p{
	margin: 10px 0px;
}
.textPage p:last-child{
    margin:0;
}
.textPage ul{
    margin-bottom:14px;
	line-height: 20px;
	margin-left: 20px;
}
.textPage li{
    margin-bottom:3px;
}
.textPage ul li::before{
    content: "•";
    font-size: 22px;
    color: #d1c000;
    padding-right: 10px;
    margin-left:-17px;
}
.textPage ol{
    counter-reset: myCounter;
    margin-bottom:14px;
	line-height: 20px;
	margin-left: 20px;
}
.textPage ol li::before{
    counter-increment: myCounter;
    content:counter(myCounter) ".";
    color: #d1c000;
    font-weight: 900;
    padding-right: 5px;
}
.textPage b,.textPage strong{
    font-weight: 600;
}
.textPage a{
    color:#19aad1;
    font-weight: 600;
    text-decoration:underline;
}
.textPage a:hover{
    text-decoration:none;
}
.textPage img{
    max-height:100%;
    max-width:100%;
}

.clientList{
    float:left;
    width:100%;
    position: relative;
}
.clientListItem{
    float:left;
    width:100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom:1px solid #f4f4f4;
    padding:20px 30px;
    min-height:160px
}
.clientListItem:last-child{
    border-bottom:0px solid #f4f4f4;
}
.clientListItem__img{
    width:40%;
    position: relative;
}
.clientListItem__img img{
    max-width:100%;
    max-height:100%;
}
.clientListItem__text{
    width:60%;
    position: relative;
    line-height:24px;
    font-size:15px;
    padding-left: 20px
}
.clientListItem__text b{
    display:block;
    font-weight: 600;
    margin-bottom:5px;
}
a.clientListItem__text-btn{
    color:#d1c000;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    display:inline-block;
}
a.clientListItem__text-btn::before{
    content:"";
    width:22px;
    height:22px;
    background:url("./images/icons/icon_zoom.png") no-repeat center #d1c000;
    display:inline-block;
    border-radius: 50%;
    margin: 0 10px -5px 0;
}
a.clientListItem__text-btn:hover{
    color:#bfaf00;
}
a.clientListItem__text-btn:hover::before{
    background-color:#bfaf00;
}

.clientPage__text{
    padding:0 80px;
    color:#fff;
    position: relative;
    z-index:2;
    font-size:18px;
}
.clientPage__text h2,
.clientPage__text h3,
.clientPage__text h4{
    font-size: 30px;
    color:#d1c000;
    font-weight: 900;
    margin-bottom:20px;
}

.contactPage{
    float:left;
    width:100%;
    position: relative;
    z-index:1;
}
.contactPage::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:50%;
    height:100%;
    background: url("./images/bg_page_contact.jpg") no-repeat left bottom;
}

.contactWrap{
    float:right;
    width:100%;
    max-width: 480px;
    margin:100px 0 30px;
}
.titlePage2{
    font-size:35px;
    font-weight: 900;
    margin-bottom:30px;
    position: relative;
    color:#333;
    text-align:left;
}
.titlePage2-g{
    color:#d1c000;
}
.titlePage2 h1,.titlePage2 h2,.titlePage2 h3{
    font-weight: 900;
}
.titlePage2::after{
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: -60px;
    background: #d1c000;
    top: 15px;
}
.contactList{
    float:left;
    width:100%;
    position: relative;
    margin:30px 0 150px 0;
}
.contactListItem{
    float:left;
    width:100%;
    margin:9px 0;
    min-height:60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height:24px;
}
.contacticon{
    position: relative;
    margin: 0 30px 0 0;
}
.contacticon-map::before{
    background: url("./images/icons/icon_map.png") center no-repeat;
}
.contacticon-phone::before{
    background: url("./images/icons/icon_phone_white.png") center no-repeat;
}
.contacticon-email::before{
    background: url("./images/icons/icon_email.png") center no-repeat;
}
.contacticon-time::before{
    background: url("./images/icons/icon_time.png") center no-repeat;
}
.contacticon::before{
    content:"";
    background-color: #d1c000;
    width:42px;
    height:42px;
    float: left;
    border-radius: 50%;
}
.contacticon::after{
    content:"";
    position: absolute;
    top:-6px;
    left: -6px;
    -webkit-box-shadow: 0 0 0 1px #d1c000;
            box-shadow: 0 0 0 1px #d1c000;
    width:54px;
    height:54px;
    border-radius: 50%;
}
.contactListItem a{
    /*font-weight: 200;
    color:#333;
    text-decoration: none;*/
}

.mapsBlock{
    position: relative;
    float:left;
    width:100%;
    height:100%;
}


.contactForm{
    float:left;
    width:100%;
    position: relative;
    background: url("./images/bg_contact_form.jpg") no-repeat center;
    background-size: cover;
    text-align:center;
    padding:20px 0;
}
.contactFormBlock{
    width:100%;
    max-width:610px;
    margin:0 auto;
    padding: 0 10px;
}
.contactFormBlock .titlePage2{
    margin-bottom:0px;
}
.inputForm{
    background: rgba(247, 247, 247, 0.1);
    border: 1px solid rgba(245, 245, 245, 0.27);
    font-size:14px;
    color:#fff;
    text-align:center;
    width:100%;
    padding:10px;
    margin-bottom:35px;
    border-radius: 20px;
}
.inputForm-textarea{
    min-height:135px;
    resize: none;
}
.inputForm::-webkit-input-placeholder{color: #fff;}
.inputForm::-moz-placeholder{color: #fff;}
.inputForm:-moz-placeholder{color: #fff;}
.inputForm:-ms-input-placeholder{color: #fff;}
.inputForm-modal::-webkit-input-placeholder{color: #222;}
.inputForm-modal::-moz-placeholder{color: #222;}
.inputForm-modal:-moz-placeholder{color: #222;}
.inputForm-modal:-ms-input-placeholder{color: #222;}
.inputForm-modal{
    background: #f7f7f7;
    padding:13px;
}
.inputForm:focus::-webkit-input-placeholder{color: transparent;}
.inputForm:focus::-moz-placeholder{color: transparent;}
.inputForm:focus:-moz-placeholder{color: transparent;}
.inputForm:focus:-ms-input-placeholder{color: transparent;}

textarea.inputForm.inputForm-modal{
    resize: none;
}

.salePage{
    float:left;
    width:100%;
    position: relative;
    padding:140px 0 30px;
    z-index:1;
}
.saleBlock{
    float:left;
    width:100%;
    position: relative;
}
.saleSlide{
    float:left;
    width:100%;
    position: relative;
}
.saleItem{
    float:left;
    width:48%;
    position: relative;
    background: #f5f5f5;
    height:308px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    margin:1%;
    overflow: hidden;
}
.saleItem:first-child .saleSlide__text-name{
color:red;
}
.saleSlide__img{
    width:50%;
    height:100%;
}
.saleSlide__text{
    width:50%;
    height:100%;
    padding:30px;
    color:#333;
    font-size:15px;
}
.saleSlide__text-date{
    color:#d1c000;
    font-size:14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom:25px;
    position: relative;
}
.saleSlide__text-date::after{
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: -50px;
   /* background: #d1c000;*/
    top: 6px;
}
.saleSlide__text-name{
    font-size:20px;
    font-weight: 600;
    margin-bottom:25px;
}
.saleSlide__text-desc{
    line-height:24px;
}
.saleItem:nth-child(3),
.saleItem:nth-child(4){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align:right;
}
.saleItem:nth-child(3) .saleSlide__text-date::after,
.saleItem:nth-child(4) .saleSlide__text-date::after {
    right: -50px;
    left:auto;
}


.page404{
    float:left;
    width:100%;
    padding:100px 20px;
    text-align:center;
}
.page404 img{
    display:block;
    margin:0 auto 5px;
    max-width:100%;
    max-height:100%;
}
.page404 h3{
    font-size:35px;
    font-weight: 900;
    margin-bottom:40px;
}


/* Список товара */
.listCatalog{
    float:left;
    width:100%;
    position:relative;
}
.listCatalogTop{
	margin-top: 20px;
    float:left;
    width:100%;
    position:relative;
    background: url("./images/bg_catalog_top.jpg") no-repeat center bottom #dcf3fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.listCatalogTop__item{
    width:23%;
    margin:1%;
    position:relative;
    border: 1px solid transparent;
    padding:20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.column-2 .listCatalogTop__item{
	width: 48%;
}
.listCatalogTop__item:hover{
    border: 1px solid #fff;
}
.listCatalogTop__item.imgleft{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.listCatalogTop__item img{
    margin: 30px 0 60px 0;
}
.column-3 .listCatalogTop__item.imgleft img{
    margin-left: -35px;
}
.column-3 .listCatalogTop__item.imgleft:not(:last-child) img{
	margin-left: 10px;
}
.column-3 .listCatalogTop__item.imgleft:not(:last-child){
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.column-3 .listCatalogTop__item.imgright img{
    margin-right: -65px;
}

.listCatalogBlock{
    float:left;
    width:100%;
    position: relative;
    margin:40px 0;
}
.categoryMenu{
    float:left;
    width:25%;
    padding:0 25px;
}
.categoryMenu__name{
    font-size:30px;
    font-weight: 900;
    margin-bottom:40px;
}
.categoryMenu__list{
    font-size:13px;
    font-weight: 600;
}
.categoryMenu__list li{
    margin-bottom:30px;
    position: relative;
}
.categoryMenu .openSubmenu{
    width: 10px;
    height: 10px;
    background: url(./images/icons/icon_plus_g.png) no-repeat center;
    display: inline;
    padding: 10px;
    position: absolute;
    left: -25px;
    top: -5px;
    cursor:pointer;
}
.categoryMenu .openSubmenu:hover{
    opacity: 0.7;
}
.categoryMenu__list-sub{
    margin:20px 0 0 20px;
}
.categoryMenu__list-sub li{
    font-weight: 300;
    font-size: 14px;
    margin-bottom:15px;
}
.categoryMenu__list a{
    color:#333333;
}
.categoryMenu__list a:hover,
.categoryMenu__list .active > a{
    color:#d1c000;
}
.salePage .srvbtn-trigger2{
    position: absolute;
    top: -26px;
    left: 10px;
    background: url(./images/icons/menu.png) no-repeat center left;
    width: 100px;
    height: 24px;
    font-size: 13px;
    font-weight: 600;
    color:#d1c000;
    text-transform: uppercase;
    line-height: 26px;
    padding-left: 32px;
    cursor:pointer;
}


/* Список товаров */
.like{
    position: absolute;
    width: 18px;
    height: 16px;
    background: url(./images/like.png) no-repeat center left;
    top: 15px;
    right: 15px;
    z-index: 100;
}
.gUniFormModalWindow .button{
    color: #fff;
    text-decoration: none;
}
.order-products{
    display: none;
}
.text-center{
    text-align: center;
    margin: 20px 0;
}
.listCatalogProduct{
    float:right;
    width:75%;
    position: relative;
}
.listCatalogProduct.wishlist{
    overflow: hidden;
    float: none;
    width: auto;
}
.listCatalogProduct .productItem{
    color: #000;
}
.listCatalogProduct.wishlist .productItem{
    width: 23.5%;
}
.listCatalogProduct .closeBtn{
    top: 10px;
    right: 10px;
    z-index: 2;
}
.productItem__link {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.productItem{
    color: #000;
    position: relative;
    float:left;
    width:32%;
    height:420px;
    overflow:hidden;
    background: #f5f5f5;
    margin:0 0 20px 2%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.listCatalogProduct:not(.wishlist) .productItem:nth-child(3n+1){
    margin-left:0;
}
.listCatalogProduct.wishlist .productItem{
    margin-left: 0;
    margin-right: 2%;
}
.listCatalogProduct.wishlist .productItem:nth-child(4n+4){
    margin-right: 0;
}
.productItem__img{
    position: relative;
    float:left;
    width:100%;
    text-align: center;
}
.productItem__img img{
    max-height: 100%;
    max-width: 100%;
    margin:0px auto 30px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.productItem__text{
    position: absolute;
    bottom:-24px;
    left:0;
    float:left;
    width:100%;
    background: #fff;
    padding:15px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.productItem__name{
    line-height: 16px;
    font-size: 16px;
    font-weight: 900;
    margin-bottom:8px;
	width: 90%;
}
.productItem__size{
    line-height: 15px;
    font-size: 15px;
    font-weight: 400;
    color:#999;
    margin-bottom:8px;
}
.productItem__more{
    opacity:0;
    line-height: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.productItem__more a, .productItem__more span{
    font-size: 15px;
    font-weight: 400;
    color:#333;
    line-height:5px;
    padding:0;
    margin-bottom:10px;
    text-decoration: underline;
}
.productItem__more a:hover, .productItem__more span:hover{
    text-decoration:none;
}
.productItem:hover{
    background: #ddf2f8;
}
.productItem:hover .productItem__text{
    background: transparent;
    padding:15px;
    bottom:0px;
}
.productItem:hover .productItem__more{
    opacity:1;
}

#more_production{
    float:left;
    width:100%;
}
.listProductMore{
    margin:50px 0;
}
.listProductMore .productItem{
    width:23.5%;
}
.listProductMore .productItem:nth-child(4n+1){
    margin-left:0;
}
.listSearch{
    margin:50px 0;
}
.listSearch .productItem{
    width:23.5%;
}
.listSearch .productItem:nth-child(4n+1){
    margin-left:0;
}

.categoryDescription{
    float:left;
    width:100%;
    font-size:15px;
    color:#adadad;
    line-height:26px;
    border-top:1px solid #f5f5f5;
    padding-top:20px;
    margin-top:20px;
}
.categoryDescription__name{
    float:left;
    width:100%;
    font-size:20px;
    color:#333;
    font-weight: 900;
    margin-bottom:12px;
}
.categoryDescription__text{
    color: grey;
    text-align: justify;
}
.categoryDescription__text h2{
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin: 12px 0px;
}
.categoryDescription__text p{
    margin: 12px 0px;
}
.categoryDescription__text ul, .text_ul{
    margin: 12px 0px 12px 30px;
	list-style: circle;
}
.categoryDescription__text ol, .text_ol{
    margin: 12px 0px 12px 30px;
	list-style-type: decimal;
}

/* Базовая текстовая страница*/
.basePage{
    float:left;
    width:100%;
    position: relative;
    padding:140px 0 30px;
    z-index:1;
}

.basePage-wrap{
    width: 100%;
    max-width: 1900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin:0 auto;
}


/* Страница категорий */
.catPage{
    float:left;
    width:100%;
    position: relative;
    padding:140px 0 30px;
    z-index:1;
    background: url("./images/bg_category.jpg") no-repeat center bottom;
    background-size: contain;
}
.catPage-wrap{
    width: 100%;
    max-width: 1900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin:0 auto;
    background:
	url("./images/bg_category_1.jpg") no-repeat right 93% top 16%,
	url("./images/bg_category_2.png") no-repeat left 95% top 33%,
	url("./images/bg_category_3.png") no-repeat right 93% top 52%,
	url("./images/bg_category_4.png") no-repeat left 95% top 68%,
	url("./images/bg_category_5.png") no-repeat right 93% bottom 10%;
}
.catalogPage{
    float:left;
    margin: -10px;
    position:relative;
}
.catalogItem{
    float:left;
    text-align:center;
    padding:25px;
    width:295px;
    height:295px;
    position:relative;
    background: url("./images/bg_catalog_item.jpg") no-repeat center;
    background-size: cover;
    margin:10px;
}
.catalogItem-2x2{
    width:610px;
    height:610px;
}
.catalogItem-2x1{
    width:610px;
    height:295px;
}
.catalogItem-3x1{
    width:925px;
    height:295px;
}
.catalogItem-min{
    margin-top:-305px
}
.catalogItem-wrap{
    float:left;
    width:100%;
    height:100%;
    border:1px solid transparent;
    position:relative;
}
.catalogItem-2x1 .catalogItem-wrap a, .catalogItem-3x1 .catalogItem-wrap a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.catalogItem.catalogItem-2x1 .productItem__img,
.catalogItem.catalogItem-3x1 .productItem__img {
    width: 60%;
}
.catalogItem.catalogItem-2x1 .productItem__img img,
.catalogItem.catalogItem-3x1 .productItem__img img {
    margin: auto;
}
.catalogItem-2x1 .catalogItem__name, .catalogItem-3x1 .catalogItem__name{
    position: relative;
    bottom: 0;
    left: 0;
    width:auto;
}
.catalogItem a{
    width:100%;
    height:100%;
    display:block;
    text-align:center;
}
.catalogItem .productItem__img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.catalogItem .productItem__img img{
    margin:0px auto;
}
.catalogItem__name{
    font-size: 20px;
    line-height:24px;
    font-weight: 900;
    position: absolute;
    bottom: 5px;
    left: 0;
    width:100%;
}
.catalogItem-2x2 .catalogItem__name{
    bottom: 45px;
}
.catalogItem .linkCat{
    position: absolute;
    top:50%;
    left:50%;
    margin:-36px 0 0 -36px;
    opacity:0;
}
.catalogItem:hover .catalogItem-wrap{
    border:1px solid #fff;
}
.catalogItem:hover .linkCat{
    opacity:1;
}


/* Карточка товара */
.productPage{
    float:left;
    width:100%;
    height: 90vh;
    position: relative;
    padding:85px 0 30px;
    z-index:1;
}
.productPage::before {
    content:"";
    width:50%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: #f5f5f5;
}
.productPage .scrollMore {
    left:50%;
    margin-left: -91px;
    bottom: 62px;
}
.linksBack{
    float:left;
    width:100%;
    text-align:center;
    z-index:2;
    position: relative;
}
.linkBack{
    font-size:14px;
    line-height:18px;
    font-weight: 600;
    color:#d1c000;
    text-transform: uppercase;
    background: url("./images/icons/link_back.png") no-repeat center left;
    padding-left: 55px;
}

.productPage::before {
    content:"";
    width:50%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: #f5f5f5;
}

.linksBack{
    float:left;
    width:100%;
    text-align:center;
}

.haracteristics{
    float:left;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin:60px 0;
}

.photoDop{
    float:left;
    width:28%;
    text-align:center;
}
.photoDop__img{
    width:100%;
    float:left;
    margin-bottom:20px;
}
.photoDop__img img{
    max-width:100%;
    max-height: 100%;
}
.photoDop .clientListItem__text-btn{
    font-size:16px;
    color:#333;
}
.photoDop .clientListItem__text-btn::after{
    width: 30px;
    height: 30px;
    margin: 0 10px -9px 0;
}

.photoMain{
    float:right;
    width:400px;
    height: 400px;
    position: relative;
}
.photoMain__bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #b2e9f1;
}
.photoMain__bg::after{
    content:"";
    position: absolute;
    top:-5%;
    left:-5%;
    width:110%;
    height:110%;
    border-radius: 50%;
    border:1px solid #dbedef;
}
.photoMain__img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.photoMain__img img{
    max-width:100%;
    max-height:100%;
    margin:0 auto;
    display:block;
}


.descriptionBlock{
    width:28%;
    font-size:16px;
    line-height:22px;
}
.descriptionBlock b{
    font-weight: 600;
}
.descriptionBlock__name{
    font-size:30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height:34px;
    margin-bottom:30px;
}
.descriptionBlock__size{
    margin-bottom:10px;
}
.descriptionBlock__obem{
    margin-bottom:20px;
}
.descriptionBlock__desc p {
	text-align: justify;
}
.descriptionBlock__desc a {
	color: #19aad1;
}
.descriptionBlock__desc a:hover {
	color: #d1c000;
}
.descriptionBlock__desc .button{
    margin-top:20px;
    line-height:16px;
}


.searchPage{
    float:left;
    width:100%;
    position: relative;
    padding:85px 0 30px;
    z-index:1;
}
.searchPanel{
    float:left;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom:25px;
}
.searchRezult{
    font-size:18px;
    font-weight: 600;
}
.searchRezultForm{

}
.searchRezultForm #title-search {
  padding-right: 0;
}
.searchTop__form-page{
    display:block;
    height: 30px;
    top: 0;
    right: 0;
    position: relative;
    width: 340px;
}
.searchRezultForm .searchTop__button {
    width: 35px;
    height: 35px;
}
.searchRezultForm .searchTop__input {
    padding: 9px 15px;
}
.searchPage-no{
    background: url("./images/bg_search.jpg") no-repeat center bottom;
    text-align:center;
}
.searchInfo{
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:150px 0 200px;
}
.searchInfo .searchRezult{
    margin-bottom: 12px;
}
.searchInfo__text{
    font-size:18px;
    margin-bottom:30px;
    width:100%;
}
.searchInfo .searchRezultForm{
    margin-bottom:30px;
}


/* Пагинация */
.paginationBlock{
    float:left;
    width:100%;
    padding:15px 0;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
    text-align: center;
}
.paginationBlock::before{
    content:"";
    float:left;
    width:98%;
    margin:0 1%;
    height:1px;
    background: #f5f5f5;
    margin-bottom:10px;
}
.pagerBlock{
    text-align:center;
    display: inline-block;
    vertical-align: middle;
}
.paginationBlock li{
    display: inline-block;
    line-height: 0;
    font-size: 0;
}
.pagerBlock a{
    display:block;
    margin:0 10px;
    font-size:16px;
    line-height:34px;
    color:#333;
    font-weight: 600;
}
.pagerBlock a:hover,
.paginationBlock .active{
    color:#d1c000;
}
.paginationBlock .pagerBlock__btn {
    background: url(./images/icons/arrow_slide.png) no-repeat center;
    width:20px;
    height:20px;
    display:block;
    padding:0 20px;
}
.paginationBlock .pagerBlock__btn:hover {
    opacity:0.7;
}
.paginationBlock .pagerBlock-prev{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
}


.modalWindow{
    float:left;
    width:100%;
    height:auto;
    max-width: 490px;
    position:relative;
    background: #fff;
}
.modalWindow::before{
    content:"";
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    background: rgba(238, 238, 238, 0.95);
}
.modalWindow::after{
    content:"";
    width:600px;
    height:544px;
    position:absolute;
    top:-140px;
    right:-120px;
    z-index:-1;
    background: url("./images/bg_modal.png") no-repeat;
    background-size: contain;
}
.modalWindow .closeBtn{
    top:45px;
    right:20px;
    z-index: 2;
}
.modalWindow .titlePage2 {
    text-align: left;
    margin-top:45px;
    padding: 0 40px;
}
.modalWindow .titlePage2::after {
    left: -20px;
}
.modalWindow__desc{
    float:left;
    width:100%;
    background: #433b34;
    color:#fff;
    font-size:15px;
    line-height:24px;
    padding:10px 40px;
    margin-bottom:25px;
}
.modalWindow__text{
    float:left;
    width:100%;
    color:#333;
    font-size:14px;
    font-weight: 600;
    padding:10px 40px;
    margin-bottom:25px;
}
.modalWindow__form{
    padding:0 40px;
    text-align:left;
    margin-bottom:25px;
}
.modalWindow .inputForm{
    margin-bottom:25px;
}
.bx_notavailable {
	font-size: 12px;
	color: red;
	display: block;
	margin-top: 20px;
	text-align: center;
}

.more_content_descr {
	margin: 50px;
	}
.more_content_descr h1,
.more_content_descr h2,
.more_content_descr h3,
.more_content_descr h4,
.more_content_descr h5 {
	margin: 20px 0px;
}

.more_content_descr ul li{
	list-style-type: none;
	padding: 10px 0px;
}
.more_content_descr ul li::before {
    color: #d1c000;
    content: "▪";
    padding-right: 10px;
   }

/*media*/
@media (min-width: 1925px){
    .productionText{
    height:40vh;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
    .descBlock {
    font-size: 18px;
    line-height: 32px;
    }
    .descBlock p {
    max-width: 620px;
    }
    .mainCalalog{
    height: 60vh;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
    #footer {
    background: url(./images/bg_footer.jpg) no-repeat top center #0f100b;
    background-size: cover;
    }
}
@media screen and (max-width: 1600px){
    .scrollMore{
    display:none;
    }
   #header .scrollMore,.productPage .scrollMore {
    display:block;
    }
    .phoneTop{
    margin: 0 10px;
    }
}

@media screen and (max-width: 1490px){
    .menuBlock__item > a {
    margin: 0 10px;
    }
    .aboutBlock::after{
    margin-top: -235px;
    }
    .aboutBlock-about::after {
    width: 300px;
    height: 400px;
    right: -175px;
    }
    .aboutBlock-opt::after {
    width: 340px;
    height: 450px;
    left: -210px;
    margin-top: -440px;
    }
    .contactPage::before {
    left: -15%;
    }
}

@media screen and (max-width: 1440px){
    .headerTop {
    padding: 8px 0;
    }
    .headerTop .wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
    .menuBlock__item > a {
    padding: 20px 0;
    }
    #header .scrollMore {
    display:none;
    }
    .block2Top {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height:31px;
    margin-top: 10px;
    }
    .submenuBlock {
        top: 40px;
    }
    .phoneTop{
    margin: 0 20px;
    }
}

@media screen and (max-width: 1367px){
    .slideItem {
    width: 380px;
    height: 380px;
    }
    .sliderMain .ms-control {
    max-width: 380px;
    margin-right: -190px;
    }
    .slideItem-1 .slideItem__bg_1{
    background: url("./images/slide/1367/slide_1_1.png") no-repeat center;
    }
    .slideItem-1 .slideItem__bg_2{
    background: url("./images/slide/1367/slide_1_2.png") no-repeat center;
    }
    .slideItem-2 .slideItem__bg_1{
    background: url("./images/slide/1367/slide_2_1.png") no-repeat center;
    }
    .slideItem-2 .slideItem__bg_2{
    background: url("./images/slide/1367/slide_2_2.png") no-repeat center;
    }
    .slideItem-2 .slideItem__bg_3{
    background: url("./images/slide/1367/slide_2_3.png") no-repeat center;
    }
    .slideItem-2 .slideItem__bg_4{
    background: url("./images/slide/1367/slide_2_4.png") no-repeat center;
    }
    .slideItem-3 .slideItem__bg_1{
    background: url("./images/slide/1367/slide_3_1.png") no-repeat center;
    }
    .slideItem-3 .slideItem__bg_2{
    background: url("./images/slide/1367/slide_3_2.png") no-repeat center;
    }
    .slideItem-3 .slideItem__bg_3{
    background: url("./images/slide/1367/slide_3_3.png") no-repeat center;
    }
    .productPage .scrollMore{
    display:none;
    }
    .contactPage::before {
    left: -20%;
    }
    .page404 {
    padding: 70px 20px;
    }
    .page404 img {
    max-width: 40%;
    }
    .sliderSertificatPage .slick-arrow.slick-prev {
    left: -45px;
    }
    .sliderSertificatPage .slick-arrow.slick-next{
    right:-45px;
    }
    .productPage {
    height: auto;
    }
}

@media screen and (max-width: 1305px){
    .catalogItem {
    padding: 16px;
    width: 250px;
    height: 250px;
    }
    .catalogItem-2x2 {
    width: 520px;
    height: 520px;
    }
    .catalogItem-2x1{
    width: 520px;
    }
    .catalogItem-min{
        margin-top: -260px;
    }
    .catalogItem-3x1{
    width: 790px;
    }
    .catalogItem__name {
    font-weight: 600;
    }
    .catPage-wrap {
    max-width: 1100px;
    background: transparent;
    }
}

@media screen and (max-width: 1200px){
    .menuBlock__item > a {
    margin:0 8px;
    }
    .submenuBlock__title {
    font-size: 28px;
    top: 50px;
    }
    .submenuList {
    padding: 100px 20px 40px;
    }
    .submenuList li {
    margin-bottom: 20px;
    }
    .submenuList a {
    font-size: 16px;
    line-height: 20px;
    }
    .menuBlock__item:hover .submenuBlock {
    height: 285px;
    }
    .slidecatItem__png{
    height:356px;
    }
    .sliderSertificat::after{
    width:100%;
    right:-50%;
    }
    .sliderSertificat {
    max-width: 250px;
    }
    .sertificatBlock .ss-num{
    left: 77px;
    }
    .sertificatBlock .ss-num button{
    font-size: 330px;
    line-height: 240px;
    padding-top:15px;
    }
    .aboutBlock {
    font-size: 15px;
    line-height: 24px;
    }
    .aboutBlock .contentPage__right {
    width: 30%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    }
    .aboutBlock .contentPage__left {
    width: 70%;
    }
    .saleItem {
    height: 260px;
    }
    .saleSlide__text {
    padding: 15px 25px;
    font-size: 14px;
    }
    .saleSlide__text-date {
    font-size: 14px;
    margin-bottom: 20px;
    }
    .saleSlide__text-name {
    margin-bottom: 20px;
    }
    .contactPage::before {
    left: -30%;
    }
    .contactList {
    margin: 30px 0 0px 0;
    }
    .sliderSertificatPage .slick-arrow {
    display: none !important;
    }
}

@media screen and (max-width: 1120px){
    .catalogItem {
    padding: 16px;
    width: 200px;
    height: 200px;
      margin: 7px;
    }
    .catalogItem-2x2 {
    width: 414px;
    height: 414px;
    }
    .catalogItem-2x1{
    width: 414px;
    }
    .catalogItem-min{
        margin-top: -207px;
    }
    .catalogItem-3x1{
    width: 628px;
    }
    .catalogItem__name {
    font-size: 16px;
    line-height: 20px;
    bottom: 0;
    }
    .catPage-wrap {
    max-width: 896px;
    }
    .catalogPage {
    margin: 0;
    }
    .photoMain {
    width: 350px;
    height: 350px;
    }
    .photoDop, .descriptionBlock {
    width: 25%;
    }
    .contactPage::before {
    display:none;
    }
}

@media screen and (max-width: 1080px){
    .linkCat {
    font-size: 16px;
    line-height: 24px;
    }
    .linkCat span {
    margin: 0 0px -17px 15px;
    }
    .listCatalogTop__item.imgright img {
    margin-right: -50px;
    }
    .listCatalogTop__item.imgleft img {
    margin-left: -50px;
    }
    .contentPage__left {
    padding: 0 30px;
    }
}

@media screen and (max-width: 1024px){
    .button {
    padding: 15px;
    min-width: 160px;
    }
    .button-t{
    padding: 12px;
    }
    .button-small {
    padding: 8px;
    }
    .phoneNumber {
    font-size: 16px;
    font-weight: 300;
    }
    
    a.policy {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff !important;
    }
    
    #header,#production,#about {
    min-height: 300px;
    }

    .menuBlock__item > a {
    font-weight: 300;
    font-size: 12px;
    margin:0 7px;
    /*padding: 0px 0 25px;*/
    }
    .fixed .menuBlock__item > a {
    padding: 0px 0 25px;
    }
    .slidecatItem__png{
    height:296px;
    }
    .slidercatItem__link {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    }
    .sliderMain {
    /*height: auto;
        padding: 120px 0;*/
    }
   .slideItem-1 .slideItem__bg_1{
    background: url("./images/slide/1024/slide_1_1.png") no-repeat center;
    background-size:contain;
    }
    .slideItem-1 .slideItem__bg_2{
    background: url("./images/slide/1024/slide_1_2.png") no-repeat center;
    background-size:contain;
    }
    .slideItem-2 .slideItem__bg_1{
    background: url("./images/slide/1024/slide_2_1.png") no-repeat center;
    background-size:contain;
    }
    .slideItem-2 .slideItem__bg_2{
    background: url("./images/slide/1024/slide_2_2.png") no-repeat center;
    background-size:contain;
    }
    .slideItem-2 .slideItem__bg_3{
    background: url("./images/slide/1024/slide_2_3.png") no-repeat center;
    background-size:contain;
    }
    .slideItem-2 .slideItem__bg_4{
    background: url("./images/slide/1024/slide_2_4.png") no-repeat center;
    background-size:contain;
    }
    .slideItem-3 .slideItem__bg_1{
    background: url("./images/slide/1024/slide_3_1.png") no-repeat center;
    background-size:contain;
    }
    .slideItem-3 .slideItem__bg_2{
    background: url("./images/slide/1024/slide_3_2.png") no-repeat center;
    background-size:contain;
    }
    .slideItem-3 .slideItem__bg_3{
    background: url("./images/slide/1024/slide_3_3.png") no-repeat center;
    background-size:contain;
    }
    #about {
    padding: 60px 0;
    }
    #about .wrap {
    height: auto;
    }
    .slideItem {
    width: 300px;
    height: 300px;
    }
    .sliderMain .ms-control .ms-btn {
    display: none !important;
    }
    .sliderMain .slick-dots button {
    width: 40px;
    height: 40px;
    font-size: 16px;
    }
    .sliderMain .slick-dots li:hover button::after, .sliderMain .slick-active button::after {
    top: -10px;
    left: -10px;
    padding: 10px;
    }
    .sliderMain .slick-dots {
    width: 40px;
    }
    .sliderMain .ms-control {
    max-width: 300px;
    margin-right: -150px;
    }
    .utpTop__title {
    font-size: 38px;
    line-height: 46px;
    }
    .utpTop_desc {
    font-size: 16px;
    margin-bottom: 25px;
    }
    .mainCalalog {
    margin: 100px 0 0px 0;
    }
    .sliderCatalog {
    margin-bottom: 50px;
    }
    .mainCalalog .slick-arrow {
    bottom: 20px;
    }
    .aboutBlock::after {
    margin-top: -110px;
    }
    .aboutBlock-about::after {
    width: 230px;
    height: 305px;
    right: -130px;
    }
    .aboutBlock-opt::after {
    width: 280px;
    height: 370px;
    left: -180px;
    margin-top: -315px;
    }
    .sertificatBlock .ss-num{
    display:none;
    }
    .sertificatText {
    font-size: 15px;
    line-height: 24px;
    }
    .footerMenu {
    padding: 67px 0px 60px 20px;
    }
    .footerMenu__item a {
    font-size: 13px;
    padding-left: 25px;
    }
    .productItem {
      width:46% !important;
      height: 460px !important;
    }
    .item-count {
    top: 178px;
    }
    .productItem__img img {
        margin: 10px auto;
    }
    .productItem__name {
    font-weight: 600;
    }
    .clientListItem {
    padding: 10px;
    }
    .textPage {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    }
    .clientPage__text {
    padding: 20px 30px;
    }
    .saleItem {
    height: 230px;
    }
    .saleSlide__text-date {
    font-size: 13px;
    margin-bottom: 11px;
    }
    .saleSlide__text-date::after {
    top: 5px;
    }
    .saleSlide__text-name {
    font-size: 16px;
    margin-bottom: 10px;
    }
    .saleSlide__text-desc {
    line-height: 20px;
    }
    .page404 img {
    max-width: 60%;
    }
}

@media screen and (max-width: 980px){
    .listCatalogTop__item.imgright img {
    margin-right: -30px;
    }
    .listCatalogTop__item.imgleft img {
    margin-left: -30px;
    }
    .descriptionBlock {
    font-size: 14px;
    }
    .descriptionBlock__name {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    }
    .photoMain {
    width: 305px;
    height: 305px;
    }
    .photoDop__img img {
    max-height: 305px;
    }
    .photoDop .clientListItem__text-btn {
    font-size: 14px;
    }
    .descriptionBlock__desc .button {
    line-height: 16px;
    }
    .descriptionBlock__obem {
    margin-bottom: 10px;
    }
    .productPage {
    height: auto;
    padding: 85px 0 15px;
    }
}

@media screen and (max-width: 990px){
    .wrap {
        padding: 0 10px;
    }
    .headerTop {
    position: absolute;
    }
    .headerTop.fixed {
    background: transparent;
    border-bottom: 0;
    position: absolute;
    }
    .srvbtn-trigger {
    display: block;
    }
    .block2Top {
    margin-top: 20px;
    }
    .block2Top .searchTop{
    display:none;
    }
    .navigation .searchTop{
    display:inline-block;
    }
    .navigation{
    position: fixed;
    top: 0;
    left: -960px;
    background: rgba(0, 0, 0, 0.7);
    width: 50%;
    height: 100%;
    color: #fff;
    overflow: auto;
    padding:80px 40px 20px;
    z-index: 150;
    }
    .closeBtn{
    display:block;
    }
    .menuBlock__item {
    display: block;
    text-align: left;
    float: left;
    width: 100%;
    }
    .menuBlock__item > a {
    font-size: 16px;
    margin: 10px;
    padding: 8px 0;
    color: #fff;
    font-weight: 600;
    }
    .navigation .parent-menu > a::after{
    content: "";
    background: url(./images/icons/arrow_w_slide.png) no-repeat center;
    float: right;
    margin: -9px 0px 0px 20px;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    display: inline-block;
    overflow: hidden;
    position: absolute;
    }
    .navigation .parent-menu > a.active::after{
    -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .submenuBlock {
    background: transparent;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 15px 0 0px;
    -webkit-transition: inherit;
    -webkit-transition: auto;
    -o-transition: auto;
    transition: auto;
    }
    .menuBlock__item:hover .submenuBlock {
    height: auto;
    }
    .submenuBlock, .submenuBlock__title {
    display: none;
    }
    .submenuList {
    width:100%;
    padding: 0;
    border-left: 0;
    margin-bottom:20px;
    }
    .submenuList li {
    margin-bottom: 10px;
    }
    .submenuList a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    }
    .menuBlock__item > a:hover{
    color:#d1c000;
    }
    .menuBlock__item > a {
    display: inline-block;
    }
    .slidecatItem__png{
    height:268px;
    }
    .slidercatItem__link {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 10px;
    }
    .mainCalalog .slick-arrow {
    bottom: 16px;
    }
    .aboutBlock-about::after,.aboutBlock-opt::after {
    width: 0;
    height: 0;
    background: transparent;
    }
    .aboutBlock-about,.aboutBlock-opt {
    padding: 0 15px;
    }
    .sliderSertificat {
    max-width: 200px;
    }
    .sertificatBlock .slick-arrow {
    width: 35px;
    height: 35px;
    }
    .aboutBlock .contentPage__right {
    display: none;
    }
    .contentPage__left {
    width: 100%;
    padding-right: 0;
    }
    .clientListItem {
    padding: 20px 50px;
    }
    .clientPage::before {
    display: none;
    }
    .clientPage::after {
    display: none;
    }
    .clientListItem__img {
    text-align: right;
    }
    .contentPage__right {
    width: 100%;
    }
    .clientPage__text {
    color: #333;
    }
    .catalogItem {
    width: 32%;
    height: 250px;
    margin: 5px 0.66%;
    }
    .catalogItem-2x2 .catalogItem__name {
    bottom: 0;
    }
    .catalogItem-2x1 .catalogItem__name, .catalogItem-3x1 .catalogItem__name {
    position: absolute;
    width: 100%;
    }
    .catalogItem.catalogItem-2x1 .productItem__img, .catalogItem.catalogItem-3x1 .productItem__img {
    width: 100%;
    }
    .saleItem {
    height: 308px;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    }
    .saleSlide__text-date {
    font-size: 14px;
    margin-bottom: 25px;
    }
    .saleSlide__text-name {
    font-size: 20px;
    margin-bottom: 25px;
    }
    .saleSlide__text-desc {
    line-height: 24px;
    }
    .saleItem:nth-child(3),
    .saleItem:nth-child(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    }
    .saleSlide__text-date::after, .saleItem:nth-child(3) .saleSlide__text-date::after, .saleItem:nth-child(4) .saleSlide__text-date::after {
    left: -47px;
    right: auto;
    }
    .contactWrap {
    max-width: 100%;
    margin: 45px 0 30px;
    }
    .titlePage2 h1, .titlePage2 h2, .titlePage2 h3 {
    font-weight: 600;
    }
    .contactListItem {
    width: 50%;
    }
    .mapsBlock {
    height: 350px;
    }
}

@media screen and (max-width: 845px){
    .utpTop {
    padding: 0 5%;
    }
    .slideItem {
    width: 230px;
    height: 230px;
    }
    .sliderMain .ms-control {
    max-width: 230px;
    margin-right: -115px;
    }
    .slidecatItem {
    padding: 20px 0px;
    }
    .clientItem {
    width: 50%;
    }
    .clientAll {
    border-right: 0;
    }
    .footerMenu {
    display: none;
    }
    .footerAbout {
    padding: 20px 0;
    width: 100%;
    text-align:center;
    }
    .footerAbout__logo img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    }
    .footerCopy {
    margin: 20px 0;
    }
    .footerContent {
    border-left: 0;
    border-right: 0;
    }
    .productItem {
    height: 260px;
    }
    .item-count {
    top: 140px;
    }
    .productItem__name {
    font-size: 14px;
    }
    .productItem__size,.productItem__more a {
    font-size: 13px;
    }
    .categoryMenu__list {
    font-weight: 300;
    }
    .categoryMenu__list li {
    margin-bottom: 20px;
    }
    .categoryMenu__list-sub {
    margin: 10px 0 0 10px;
    }
    .categoryMenu__list-sub li{
    margin-bottom: 15px;
    }
    .categoryMenu__name {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    }
    .categoryDescription__name {
    font-weight: 600;
    }
    .haracteristics {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }
    .descriptionBlock {
    width: 100%;
    text-align: left;
    margin-top: 30px;
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
    }
    .photoDop{
    width: 100%;
    margin-top: 140px;
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
    .photoDop__img {
    width: auto;
    float: left;
    margin: 10px 20px 10px 0;
    }
    .photoDop__img img {
    max-height: 140px;
    }
}

@media screen and (max-width: 768px){
    .utpTop {
    position: relative;
    width: 100%;
    padding: 0 10%;
    margin-top:110px;
    }
    .utpBlock {
    height: 100%;
    }
    .sliderMain {
    padding: 75px 0;
    }
    .slidecatItem__png {
    height: 244px;
    }
    #about {
    padding: 0;
    }
    #about .wrap {
    padding: 0;
    }
    #about::before {
    background: transparent;
    }
    .aboutBlock-about{
    background: url(./images/bg_about.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    }
    .aboutBlock-about, .aboutBlock-opt {
    padding: 40px 10px;
    }
    .aboutBlock {
    width: 100%;
    }
    #sertificate {
    padding: 30px 0;
    }
    .sertificatText {
    width: 100%;
    }
    .sertificatText .titleBlock {
    margin-bottom: 20px;
    }
    .sertificatText .linkMore {
    margin-top: 10px;
    }
    .sertificatBlock {
    width: 100%;
    padding-right: 0;
    }
    #clients::after {
    background: transparent;
    }
    .clientBlock {
    width: 100%;
    padding: 40px 10px;
    }
    #clients .wrap {
    padding: 0;
    }
    .sliderClient {
    width: 90%;
    margin: 0 5%;
    }
    .clientItem {
    margin: 0 52px;
    width: 50%;
    text-align: center;
    }
    .clientItem__img {
    background-position: center !important;
    }
    .clientItem__name::before {
    left: 50%;
    margin-left: -25%;
    }
    .sliderClient .slick-arrow.slick-next {
    right: -30px;
    }
    .clientItem__img{
    max-width:100%;
    }
    .clientAll {
    float: right;
    width: 100%;
    background: #d1c000;
    padding: 40px 0;
    }
    .listCatalogTop {
    background: #dcf3fb;
    }
    .listCatalogTop__item{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }
    .listCatalogTop__item.imgright img,.listCatalogTop__item.imgleft img  {
    margin: 0 auto;
    max-width: 100%;
    width:100%;
    }
    .linkCat {
    line-height: 24px;
    }
    .productItem {

    width: 46% !important;
    height: 460px !important;
    }
    .item-count {
    top: 196px;
    }
    .listCatalogProduct:not(.wishlist) .productItem:nth-child(3n+1),
    .listProductMore .productItem:nth-child(4n+1),
    .listSearch .productItem:nth-child(4n+1) {
    margin-left: 2%;
    }
    .listCatalogProduct:not(.wishlist) .productItem:nth-child(2n+1),
    .listProductMore .productItem:nth-child(3n+1),
    .listSearch .productItem:nth-child(3n+1){
    margin-left: 0;
    }
    .listCatalogProduct.wishlist .productItem:nth-child(4n+4){
        margin-right: 2%;
    }
    .listCatalogProduct.wishlist .productItem:nth-child(3n+3){
        margin-right: 0;
    }
    .listCatalogProduct.wishlist .productItem {
        width: 31.8%;
    }
    .listProductMore .productItem,
    .listSearch .productItem {
    width: 32%;
    }
    .titlePage2 {
    font-size: 32px;
    margin-bottom: 20px;
    }
    .contactList {
    margin: 0;
    }
    .contacticon {
    margin: 0 20px 0 0;
    }
    .contentPage__left {
    padding: 0 10px;
    }
}

@media screen and (max-width: 690px){
    .slidercatItem__link {
    width: 60%;
    margin:0 20%;
    }
    .slidercatItem__link a{
    margin-bottom: 10px;
    padding-bottom: 18px;
    }
    .slidercatItem__link:last-child a{
    border:0;
    }
    .mainCalalog .slick-arrow {
    bottom: 26%;
    }
    .sliderCatalog {
    margin-bottom: 0px;
    }
    .slidecatItem__png {
    height: 216px;
    }
    .salePage .srvbtn-trigger{
    display:block;
    }
    .categoryMenu{
    position: fixed;
    top: 0;
    left: -800px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: auto;
    padding:40px 40px 20px;
    z-index: 150;
    }
    .categoryMenu a{
    color: #fff;
    }
    .gridBlock {
    position: relative;
    z-index: 0;
    }
    .titlePage {
    font-size: 32px;
    position: relative;
    top: 0px;
    }
    .salePage,.aboutPage,.clientPage,.catPage,.productPage,.searchPage, .basePage{
    position: relative;
    padding: 30px 0;
    z-index: 10;
    }
    .aboutPage::after,.productPage::before {
    display:none;
    }
    .listCatalogProduct {
    width: 100%;
    }
    .haracteristics {
    margin-bottom: 0;
    }
    .contactWrap {
    max-width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
    }
    .titlePage2 {
    text-align: center;
    }
    .contactListItem {
    text-align: left;
    }
    .contactListItem {
    width: 320px;
    margin: 9px auto;
    float: none;
    }
    .contactForm {
    padding: 50px 0;
    }
    .contactFormBlock .titlePage2 {
    margin-bottom: 40px;
    }
    .titlePage2::after {
    display:none;
    }
    .listSearch {
    margin: 0;
    }
    .searchInfo {
    padding: 0;
    }
    .searchPage-no {
    background: transparent
    }
    .searchInfo__text {
    font-size: 16px;
    }
    .listProductMore {
    margin: 0;
    }
    .sertificatTextPage {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    }
    .aboutPage .textPage img {
    max-width: 60%;
    }
}

@media screen and (max-width: 640px){
    .titlePage2 {
    font-size: 26px;
    }
    .navigation {
    left: -640px;
    width: 70%;
    padding: 50px 30px 20px;
    }
    .callTop{
    display: none;
    }
    .phoneTop {
    margin: 0 0 0 20px;
    }
    .sliderMain {
    padding: 75px 0 130px;
    }
    .sliderMain .ms-control {
    top: 70px;
    }
    .sliderMain .slick-dots {
    position: absolute;
    right: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    bottom:-100px;
    }
    .sliderMain #slick-slide01 {
    position: relative;
    right: 0;
    bottom: -30px;
    }
    .slidecatItem__png {
    height: 200px;
    }
    .slidecatItem__pnglink{
    display:none;
    }
    .clientItem {
    margin: 0 25px;
    }
    .footerCopyright__text {
    width: 100%;
    text-align: center;
    margin-bottom:20px;
    }
    .footerCopyright__dev {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 20px;
    text-align: center;
    }
    .clientListItem {
    padding: 20px;
    }
    .clientListItem__img {
    text-align: left;
    }
    .clientPage__text {
    font-size: 16px;
    }
    .page404 {
    padding: 20px 0;
    }
    .catalogItem {
    width: 48%;
    height: 250px;
    margin: 5px 1%;
    }
    .saleItem {
    height: 280px;
    }
    .listProductMore .productItem,
    .listSearch .productItem{
    width: 49%;
    }
    .listProductMore .productItem:nth-child(3n+1),
    .listSearch .productItem:nth-child(3n+1){
    margin-left: 2%;
    }
    .listProductMore .productItem:nth-child(2n+1),
    .listSearch .productItem:nth-child(2n+1){
    margin-left: 0;
    }
}

@media screen and (max-width: 530px){
    .listCatalogTop__item {
    width: 50%;
    margin: 0;
    padding: 15px;
    }
    .linkCat {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    }
    .linkCat span {
    margin: 0 0px -10px 15px;
    padding: 15px;
    }
    .linkCat span::after {
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    }
    .saleItem {
    height: 230px;
    }
    .saleSlide__text-date {
    font-size: 13px;
    margin-bottom: 11px;
    }
    .saleSlide__text-date::after {
    top: 5px;
    }
    .saleSlide__text-name {
    font-size: 16px;
    margin-bottom: 10px;
    }
    .saleSlide__text-desc {
    line-height: 20px;
    }
    .searchPanel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .searchRezult {
    margin-bottom: 20px;
    }
    .inputForm {
    margin-bottom: 22px;
    }
    .contentPage__right {
    display: block;
    }
}

@media screen and (max-width: 500px){
    .phoneTop {
    margin: 10px 0 0 20px;
    width: 100%;
    text-align: right;
    }
    .block2Top {
    margin-top: 10px;
        -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    }
    .searchTop__button {
    width: 30px;
    height: 30px;
    }
    .sliderBlock{
    width: 100vw;
    }
    .sliderClient .slick-arrow.slick-prev {
    left: -0px;
    }
    .sliderClient .slick-arrow.slick-next {
    right: 0px;
    }
    .slidecatItem__png {
    height: 154px;
    }
    .sertificatBlock {
    overflow: hidden;
    }
    .titlePage {
    font-size: 28px;
    }
    .productItem {
    height: 660px !important;
    width:100% !important;
    }
    .item-count {
    top: 140px;
    }
    .linkCat span {
    display: none;
    }
    .sertificatTextPage {
    font-size: 16px;
    line-height: 26px;
    }
    .sertificatTextPage p {
    padding: 0;
    }
    .page404 h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    }
    .catalogItem {
    height: 210px;
    }
    .catalogItem {
    width: 100%;
    height: 270px;
    margin: 5px 0;
    }
    .catalogPage{
    width: 100%;
    }
    .listCatalogProduct.wishlist .productItem:nth-child(3n+3){
        margin-right: 2%;
    }
    .listCatalogProduct.wishlist .productItem:nth-child(2n+2){
        margin-right: 0;
    }
    .listCatalogProduct.wishlist .productItem{
        width: 49%;
    }
}

@media screen and (max-width: 450px){
    .saleItem {
    height: auto;
    }
    .saleSlide__img {
    width: 100%;
    height: 210px;
    }
    .saleSlide__text {
    width: 100%;
    height: auto;
    }
    .modalWindow .titlePage2 {
    padding: 0 20px;
    margin-top:30px;
    }
    .modalWindow__desc {
    padding: 10px 20px;
    }
    .modalWindow .closeBtn {
    top: 20px;
    }
    .modalWindow__form {
    padding: 0 20px;
    }
    .modalWindow .inputForm {
    margin-bottom: 20px;
    }
    .modalWindow__text {
    padding: 10px 20px;
    }
   .productItem {
    height: 580px !important;
    width:100% !important;
    }
}

@media screen and (max-width: 400px){
    .closeBtn {
    top: 15px;
    right: 15px;
    }
    .titleBlock-left {
    text-align: center;
    }
    .slidecatItem__png {
    height: 120px;
    }
    .clientItem {
    margin: 0 45px;
    width: 100%;
    }
    .aboutBlock {
    text-align: center;
    }
    .sertificatText {
    text-align: center;
    }
    .aboutBlock__title {
    font-size: 26px;
    width: 100%;
    }
    .aboutBlock .button {
    margin: 0 auto;
    }
    .titleBlock {
    font-size: 26px;
    line-height: 30px;
    }
    .utpTop {
    padding: 0;
    text-align: center;
    }
    .utpTop__title {
    font-size: 30px;
    line-height: 38px;
    }
    .navigation {
    padding: 50px 15px 20px;
    width: 100%;
    }
    .categoryDescription {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    }
    .clientListItem {
    padding: 20px 0;
    }
    .clientListItem__text {
    line-height: 20px;
    font-size: 13px;
    }
    .clientPage__text h2, .clientPage__text h3, .clientPage__text h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    }
    .clientPage__text {
    padding: 20px 0px;
    text-align: center;
    }
    .listProductMore {
    margin: 0;
    }
    .listProductMore .productItem,
    .listSearch .productItem{
    width: 100%;
        height: 320px;
    margin-left: 0;
    }
    .listProductMore .productItem:nth-child(3n+1),
    .listSearch .productItem:nth-child(3n+1){
    margin-left: 0;
    }
    .searchRezultForm,
    .searchTop__form-page {
    width: 100%;
    }
    .salePage .srvbtn-trigger2 {
    position: relative;
    top: 0;
    left: 50%;
    margin: 0 0 20px -50px;
    display: block;
    }
   .productItem {
    height: 460px !important;
    width:100% !important;
    }
}

@media screen and (max-width: 360px){
    .logoTop{
        width: 100%;
    }

    .block2Top {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }
    .block2Top {
    margin-top: 20px;
    width: 100%;
    }
    .phoneTop {
    margin: 0px 0 0 20px;
    width: auto;
    }
    .utpTop {
    margin-top: 150px;
    }
    .slideItem {
    width: 200px;
    height: 200px;
    }
    .navigation {
    padding: 20px;
    }
    .menuBlock__item > a {
    font-size: 14px;
    }
    .slidecatItem__png {
    height: 107px;
    }
    .productItem {
    width:100%;
    height: 320px;
    margin: 0 0 20px 0;
    }
    .item-count {
    top: 200px;
    }
    .headerTop-page {
    max-height: 140px;
    }
    .listCatalogTop {
    display: none;
    }
    .salePage {
    padding: 0;
    }
    .headerTop.fixed .logoTop img {
    width: auto;
    }
    .saleSlide {
    margin-top: 30px;
    }
    .photoMain {
    width: 250px;
    height: 250px;
    }
    .contacticon::before {
    width: 34px;
    height: 34px;
    }
    .contacticon::after {
    top: -4px;
    left: -4px;
    width: 42px;
    height: 42px;
    }
    .contacticon {
    margin: 0 15px 0 0;
    }
    .contactListItem {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    }
    .contactListItem {
    min-height: 48px;
    }
    .salePage .srvbtn-trigger2 {
    margin: 20px 0 0px -50px;
    }
    .sliderSertificat {
    max-width: 185px;
    margin-top: 15px;
    }
    .sliderSertificat::after{
    display:none;
    }
    .listCatalogProduct.wishlist .productItem{
        margin-right: 0 !important;
        width: 100%;
    }

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .productItem__img img{
    width:100%;
    }
}



/* Анимация */
@media screen and (min-width: 800px){
    .animate * { -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-delay: 0.4s; animation-delay: 0.4s;}

    .utpTop__title,.utpTop_desc,.utpTop_btn { opacity: 0; }
    .now-u-can-see-me .utpTop__title {-webkit-animation-name: fadeInRight; animation-name: fadeInRight;}
    .now-u-can-see-me .utpTop_desc {-webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
    .now-u-can-see-me .utpTop_btn {-webkit-animation-name: fadeInRight; animation-name: fadeInRight;-webkit-animation-delay: 1.0s; animation-delay: 1.0s; }

    .ms-control li {opacity: 0;}
    .now-u-can-see-me .ms-control li{-webkit-animation-name: zoomIn; animation-name: zoomIn;}
    .now-u-can-see-me .slick-dots li:nth-child(1){-webkit-animation-delay: 0.8s; animation-delay: 0.8s;}
    .now-u-can-see-me .slick-dots li:nth-child(2){-webkit-animation-delay: 1.2s; animation-delay: 1.2s;}
    .now-u-can-see-me .slick-dots li:nth-child(3){-webkit-animation-delay: 1.6s; animation-delay: 1.6s;}

    .slideItem__bg,.slideItem__bg_1,.slideItem__bg_2,.slideItem__bg_3,.slideItem__bg_4 {opacity: 0;}
    .slick-active .slideItem__bg {-webkit-animation-name: zoomIn; animation-name: zoomIn; }
    .slick-active .slideItem__bg_1 {-webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
    .slick-active .slideItem__bg_2 {-webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
    .slick-active .slideItem__bg_3 {-webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}
    .slick-active .slideItem__bg_4 {-webkit-animation-name: zoomIn; animation-name: zoomIn;}
    .slick-active .slideItem div:nth-child(1){-webkit-animation-delay: 0.1s; animation-delay: 0.1s;}
    .slick-active .slideItem div:nth-child(2){-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
    .slick-active .slideItem div:nth-child(3){-webkit-animation-delay: 0.9s; animation-delay: 0.9s;}
    .slick-active .slideItem div:nth-child(4){-webkit-animation-delay: 1.3s; animation-delay: 1.3s;}
    .slick-active .slideItem div:nth-child(5){-webkit-animation-delay: 1.7s; animation-delay: 1.7s;}

    .mainCalalog {opacity: 0;}
    .now-u-can-see-me .mainCalalog {-webkit-animation-name: fadeInUp; animation-name: fadeInUp;}

    .aboutBlock {opacity: 0;}
    .now-u-can-see-me .aboutBlock-opt{-webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}
    .now-u-can-see-me .aboutBlock-about{-webkit-animation-name: fadeInRight; animation-name: fadeInRight;z-index:1;}

}

@-webkit-keyframes zoomIn {
    from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
    50% { opacity: 1; }
    to{ opacity: 1; }
}

@keyframes zoomIn {
    from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
    50% { opacity: 1; }
    to{ opacity: 1; }
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}

@-webkit-keyframes fadeInDown {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInDown {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}

@-webkit-keyframes fadeInLeft {
    from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0)); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInLeft {
    from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0)); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}

@-webkit-keyframes fadeInRight {
    from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0)); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInRight {
    from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0)); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}

/*hello-modal*/
.hello-modal__overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	background: rgba(46,29,14,.8);
	display: none;
}
.hello-modal{
	position: absolute;
	width: 80%;
	height: 635px;
	max-width: 930px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff url(images/hello-bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	align-items: center;
	padding: 5%;
    z-index: 1000;
}
.hello-modal > div{
	max-width: 360px;
}
.hello-modal__title{
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 35px;
}
.hello-modal p{
	font-size: 30px;
	line-height: 30px;
}
.hello-modal a{
	font-size: 30px;
	line-height: 30px;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
.hello-modal span{
	font-weight: 800;
	font-size: 60px;
}
.close-modal{
	position: absolute;
	width: 38px;
	height: 38px;
	background: #d1c000 url(images/close-modal.png) no-repeat center;
	top: -17px;
	right: -17px;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
}
.hello-modal__overlay.visible {
    display: block;
}

@media screen and (max-width: 740px){
	.hello-modal{
		height: auto;
		background: #0294bc;
	}
	.hello-modal__title{
		font-size: 40px;
		line-height: normal;
		margin: 0 0 15px;
	}
	.hello-modal br{
		display: none;
	}
	.hello-modal p{
		font-size: 30px;
		line-height: normal;
	}
	.hello-modal > div{
		max-width: none;
	}
	.hello-modal span{
		font-size: 50px;
	}
}
@media screen and (max-width: 400px){
	.hello-modal{
		width: 90%;
		padding: 20px 30px;
		text-align: center;
	}
	.hello-modal p{
		font-size: 20px;
	}
	.hello-modal span{
		font-size: 30px;
	}
	.hello-modal__title{
		font-size: 30px;
	}
   .productItem {
    height: 520px !important;
    width:100% !important;
    }
}
.bunner-at-start{
	width: 940px;
	height: 630px;
	margin: auto;
	position: relative;
}
.bunner-at-start__bg-gradient{
	background: linear-gradient(to right, #0194bc, #ffffff);
	width: 70%;
	height: 100%;
}
.bunner-at-start__close{
	background-image: url("/local/templates/oyatskaya/images/close.png");
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: -25px;
	top: -25px;
}
.bunner-at-start__bg-russia{
	background-image: url("/local/templates/oyatskaya/images/bg_russia-v2.png");
	width: 100%;
	height: 100%;
	position: absolute;
}
.display-none {
	display:none;
}
.favorites-counter {
    font-size: 80%;
    vertical-align: super;
    margin-left: 4px;
}
.descriptionBlock__price {
    font-size: 24px;
    /*margin-bottom: 24px;*/
	margin-bottom: 15px;
}
.download-block {
	text-align: center;
	margin-bottom: 20px;
}
.hello-modal__back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
}
.popup-window-content{
    font-weight:bold;
    text-transform: uppercase;
}
.popup-window-titlebar div{
    font-size:11px !important;
    text-transform:uppercase;
    font-weight:bold;
}
.radio-inline label{
    font-size:20px !important;

}
.radio-inline{
    display:block;
    float:left;
    text-transform:uppercase;
    color:#d1c000;
    padding:20px;
}
.personal_page input, .bx-authform-input-container input[type=text], .bx-authform-input-container input[type=password] {
	background-color:#d1c000;
	border:none;
	color: #000;
    font-size: 14px;
    line-height: 13px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding:17px 17px 15px;
    border:0;
    border-radius: 25px;
    min-width:270px;
    margin-bottom:15px;
}
.personal_page input[type=submit]:hover{
	background: #857052;
    color: #fff;
}
.personal_page input[type=submit]{
	width:250px;
}
.personal_page input.basket-item-amount-filed{
    width:80px;
    min-width:80px;
    border-radius:5px;
    padding:10px 17px 10px 17px;
    margin-bottom:2px;
}
.basket-item-amount-filed
div.bx-auth a{
    display:block;
    font-weight:500;
    text-transform:uppercase;
    margin:40px 0px 20px 0px;
}

 .cookie-message-inner {
            display: inline-grid;
            justify-items: start;
            grid-gap: 15px;
            font-size: 14px;
            padding: 20px;
            line-height: 1.5;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15);
        }
        
        .cookie-message-text {
            color: #5a5a5a;
        }
        
        .cookie-message-link {
            color: #01356f;
            text-decoration: underline;
        }
        
        .cookie-message-inner .button {
            background: #e1e1e1;
            color: #878787;
            border: none;
            padding: 8px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .cookie-message-inner .button:hover {
            background-color: #ba0000;
            color: #fff;
        }
