@font-face{
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?60480236');
    src: url('../fonts/fontello.eot?60480236#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?60480236') format('woff2'), url('../fonts/fontello.woff?60480236') format('woff'), url('../fonts/fontello.ttf?60480236') format('truetype'), url('../fonts/fontello.svg?60480236#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
strong, b{
    font-weight: 600;
    color: #282828;
}
em, i{
    font-style: italic;
}
sup, sub{
    position: relative;
    top: -0.6em;
    font-size: 75% !important;
    line-height: 1em !important;
}
sub{
    top: auto;
    bottom: -0.3em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main{
    display: block;
}
/*_____________________________________________*/
html{
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
body{
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6em;
    color: #282828;
    min-width: 320px;
}
/*Common styles*/
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    outline: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5{
    font-weight: 700;
    line-height: 1.6em;
    position: relative;
    color: #282828;
}
h1, .h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.433333333333333em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 1.4px;
}
h2, .h2{
    font-size: 24px;
    margin: 34px 0 24px;
}
h3, .h3{
    font-size: 22px;
    margin: 36px 0 26px;
}
h4, .h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.577777777777778em;
    margin: 38px 0 27px;
}
h5, .h5{
    font-size: 16px;
    margin: 38px 0 27px;
}
h6{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.614285714285714em;
    margin: 38px 0 29px;
}
ol, ul{
    list-style: none;
    margin: 15px 0;
}
ul li, ol li{
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    background: url("../i/list-bullet.gif") no-repeat 0 11px;
}
ol{
    counter-reset: list1;
    list-style: none;
}
ul ul, ol ol{
    margin: 12px 0;
}
ol li{
    background: none;
}
ol li:last-child{
    margin-bottom: 0;
}
ol li:before{
    counter-increment: list1;
    content: counter(list1) ".";
    position: absolute;
    left: 0;
    top: 0;
}
ol ol{
    counter-reset: list2;
}
ol ol li{
    padding-left: 40px;
}
ol ol li:before{
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}
ul li p, ol li p{
    margin-bottom: 0;
}
/*_______________________________*/
.scroll-tbl{
    margin: 50px 0 42px;
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.scroll-tbl table{
    margin: 0 auto;
    min-width: 680px;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 50px 0 42px;
    overflow: auto;
    position: relative;
}
table thead tr:nth-child(odd),table tbody tr:nth-child(even){
    background: #f0f5fb;
}
table th, table td{
    padding: 7px 14px 10px;
    text-align: left;
    border-right: 1px solid #ebebeb;
    vertical-align: top;
}
table th{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6em;
    color: #282828;
    text-align: center;
    padding: 17px 16px 18px;
}
table td{
    padding: 11px 16px 13px;
}
table th:last-child, table td:last-child{
    border: none;
}
table p{
    margin: 11px 0;
}
table p:first-child{
    margin-top: 0;
}
table p:last-child{
    margin-bottom: 0;
}
a{
    color: #282828;
    text-decoration: none;
    outline: none !important;
    border-bottom: 1px solid #8fb716;
}
a[href^=tel]{
    border-bottom-color: transparent;
}
.no-touchevents a:hover{
    color: #8fb716;
    border-bottom-color: transparent;
}
p{
    margin: 15px 0;
}
blockquote{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    margin: 50px 0 42px;
    padding: 14px 0 15px;
}
blockquote .text{
    padding: 33px 45px 32px;
    border: 1px solid #e1e1e1;
    background: #fff;
}
blockquote p{
    margin: 10px 0;
}
blockquote .text > *:first-child{
    margin-top: 0;
}
blockquote .text > *:last-child{
    margin-bottom: 0;
}
blockquote .text > *:first-child:before, blockquote .text > *:last-child:after{
    content: 'В«';
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 1em;
    margin: -5px 14px 0 -29px;
    color: #8fb716;
}
blockquote .text > *:last-child:after{
    content: 'В»';
    margin: -5px -29px 0 14px;
}
blockquote .author{
    font-size: 13px;
    line-height: 1.6em;
    text-align: center;
    margin: 12px 45px 0;
}
blockquote:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 0;
    background: #f0f5fb;
}
.time{
    display: table;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    color: #737373;
    margin: 0 0 10px;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 19px 0 21px;
    border: 1px solid #d3d3d3;
}
a img{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
img.left, figure.left{
    margin: 7px 25px 21px 0;
    max-width: 45%;
}
img.right, figure.right{
    margin: 7px 0 21px 25px;
    max-width: 45%;
}
p img.left, p img.right{
    margin-top: 14px;
    margin-bottom: 21px;
}
figure{
    margin: 19px 0 21px;
}
figure img{
    margin: 0 0 12px;
    max-width: 100%;
}
figcaption{
    font-weight: 400;
    font-size: 13px;
    line-height: 1.476923076923077em;
    color: #737373;
    display: block;
}
small{
    font-size: 0.8em;
}
hr{
    display: block;
    height: 0;
    padding: 0 0 1px;
    margin: 42px 0;
    border: none;
    background: #ebebeb;
}
.left + ol, .left + ul, .right + ol, .right + ul{
    overflow: hidden;
}
/*___________________________*/
/*Form styles*/
.form-box{
    margin: 72px auto;
    max-width: 600px;
    padding: 48px 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.form-box .max-w > *:first-child{
    margin-top: 0;
}
.form-box .max-w > *:last-child{
    margin-bottom: 0;
}
.form-box .max-w{
    font-size: 16px;
    line-height: 1.5em;
    max-width: 460px;
    margin: 0 auto;
}
.form-box .h1{
    color: #282828;
}
.form-box .max-w > p{
    text-align: center;
}
.form{
    position: relative;
    margin: 40px 0;
}
.form-box .form{
    margin: 32px auto;
}
.field{
    position: relative;
    margin: 0 0 18px;
}
.field-name{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #737373;
    margin: 0 0 8px;
}

.required .field-name:after{
    content: '*';
}
.form-control{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #282828;
    line-height: 46px;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 16px;
    background: #F9F9F9;
    border: 1px solid #C6C6C6;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-overflow: ellipsis;
}
textarea.form-control{
    display: block;
    overflow: auto;
    line-height: 1.525em;
    padding: 10px 11px 12px 11px;
    width: 100%;
    height: 109px;
    min-height: 109px;
    max-width: 100%;
    min-width: 100%;
}
.form-control:focus, .error-field .form-control:focus{
    color: #282828;
    background: #F9F9F9;
    border-color: #8fb716;
}
.error-field .form-control{
    color: #d75d73;
    border-color: #d75d73;
    background-color: #f7dfe3;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    opacity: 1;
    color: #737373;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    opacity: 1;
    color: #737373;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    opacity: 1;
    color: #737373;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{
    opacity: 0 !important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
    opacity: 0 !important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
    opacity: 0 !important;
}
/*Btn*/
button{
    border: none;
    cursor: pointer;
}
.btn{
    position: relative;
    z-index: 4;
    display: inline-block;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.435em;
    color: #fff;
    text-align: center;
    padding: 20px 12px 19px;
    min-width: 258px;
    margin: 12px 0;
    background: #178e7d;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btn.full-width{
    width: 100%;
}
.action-btn{
    display: table;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    margin: 24px 0 0;
    background: #CDD15D;
    cursor: pointer;
    transition: opacity .2s ease;
}
.no-touchevents .action-btn:hover{
    opacity: .7;
}
.action-btn span{
    border-bottom: 2px dotted #fff;
    transition: border .2s ease;
}
.action-btn.underline span{
    text-decoration: underline;
    border: none;
}
.no-touchevents .action-btn:hover span{
    text-decoration: none;
    border-color: transparent;
}
.btn::-moz-focus-inner{
    border: 0;
}
.no-touchevents .btn:focus{

}
.no-touchevents .btn:not(:disabled):hover{

}
.no-touchevents .btn:not(:disabled):active{

}
.btn:disabled{
    opacity: .6;
    cursor: default;
}
/*Messages*/
.error{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 1.5em;
    color: #d75d73;
    padding: 12px 17px;
    margin: 8px 0 0;
    border: 1px solid #f4f6f7;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
}
.error:before{
    content: '';
    position: absolute;
    left: 11px;
    top: -9px;
    width: 12px;
    height: 9px;
    background: url("../i/error-arrow.png") no-repeat 0 0;
}
.submit-message{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    margin: 22px 0 0;
}
.submit-message img, .submit-message svg{
    display: block;
    margin: 0 auto 10px;
    border: none;
}
/*Sub btn*/
.sub-btn{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 12px 0;
}
.sub-btn.full-width{
    display: block;
    width: 100%;
}
.sub-btn.full-width .btn{
    width: 100%;
}
.sub-btn.form-btn{
    padding: 4px;
    border: 1px solid #d1d1d1;
}
.sub-btn .btn{
    font-size: 14px;
    line-height: 1.5em;
    padding: 7px 12px 8px;
    color: #fff;
    min-width: 178px;
    margin: 0;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.no-touchevents .sub-btn:hover .btn{
    color: #fff;
    border: 1px solid #fff;
}
.sub-btn.form-btn .btn{
    font-size: 16px;
    line-height: 1.5em;
    color: #737373;
    border: none !important;
    background: #dde9b9;
}
.sub-btn.form-btn .btn:active{
    -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, .1);
}
.no-touchevents .sub-btn.form-btn:hover .btn{
    color: #737373;
}
.sub-btn:before, .sub-btn:after, .sub-btn .btn:before, .sub-btn .btn:after{
    content: '';
    position: absolute;
    z-index: 10;
    left: -1px;
    bottom: -1px;
    width: 3px;
    height: 20px;
    background: #cdd15d;
}
.sub-btn.form-btn:before, .sub-btn.form-btn:after{
    left: -2px;
    bottom: -2px;
    background: #8fb716;
}
.sub-btn:after, .sub-btn .btn:after{
    width: 20px;
    height: 3px;
}
.sub-btn .btn:before, .sub-btn .btn:after{
    left: auto;
    right: -2px;
    top: -2px;
}
.sub-btn.form-btn .btn:before, .sub-btn.form-btn .btn:after{
    right: -6px;
    top: -6px;
    background: #8fb716;
}
.no-touchevents .sub-btn:hover:after, .no-touchevents .sub-btn:hover .btn:after, .sub-btn.active:after, .sub-btn.active .btn:after{
    width: calc(100% + 2px);
}
.no-touchevents .sub-btn:hover:before, .no-touchevents .sub-btn:hover .btn:before, .sub-btn.active:before, .sub-btn.active .btn:before{
    height: calc(100% + 2px);
}


.no-touchevents .sub-btn.form-btn:hover:after{
    width: calc(100% + 4px);
}
.no-touchevents .sub-btn.form-btn:hover:before{
    height: calc(100% + 4px);
}

.no-touchevents .sub-btn.form-btn:hover .btn:after{
    width: calc(100% + 10px);
}
.no-touchevents .sub-btn.form-btn:hover .btn:before{
    height: calc(100% + 10px);
}



.download-btn-box{
    position: relative;
    display: table;
    margin: 48px auto;
}
.download-btn{
    display: table;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25em;
    color: #737373;
    padding: 15px 62px;
    border: 1px solid #D1D1D1;
}
.no-touchevents .download-btn:hover .download-btn{
    color: #8FB716;
}
.download-btn-box:before, .download-btn-box:after, .download-btn:before, .download-btn:after{
    content: '';
    position: absolute;
    z-index: 10;
    left: -1px;
    bottom: -1px;
    width: 3px;
    height: 20px;
    background: #8FB716;
}
.download-btn-box:after, .download-btn:after{
    width: 20px;
    height: 3px;
}
.download-btn-box:before, .download-btn-box:after{
    left: auto;
    right: -1px;
    top: -1px;
}
.no-touchevents .download-btn-box:hover:after, .no-touchevents .download-btn-box:hover .download-btn:after{
    width: calc(100% + 2px);
}
.no-touchevents .download-btn-box:hover:before, .no-touchevents .download-btn-box:hover .download-btn:before{
    height: calc(100% + 2px);
}

.download-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-btn span svg{
    margin: 0 0 0 17px;
}
.no-touchevents .download-btn span svg *{
    transition: fill .2s ease;
}
.no-touchevents .download-btn:hover span svg *{
    fill: #8FB716;
}
/*Appearance*/
.left{
    float: left;
}
.right{
    float: right;
}
.center{
    text-align: center;
}
.clr{
    clear: both;
}
.uppercase{
    text-transform: uppercase;
}
.no-indent{
    margin-bottom: 0 !important;
}
.align-m, .align-b{
    display: table-cell;
    vertical-align: middle;
}
.align-b{
    vertical-align: bottom;
}
.no-wrap{
    white-space: nowrap;
}
/*Independent*/
.container, .container-middle, .container-large, .container-small{
    position: relative;
    z-index: 2;
    max-width: 828px;
    padding: 0 24px;
    margin: 0 auto;
}
.container-large{
    max-width: 1228px;
}
.container-middle{
    max-width: 1028px;
}
.container-small{
    max-width: 888px;
}
.container:after, .container-middle:after, .container-large:after{
    content: '';
    display: table;
    width: 0;
    height: 0;
    clear: both;
}
#main .container > *:first-child, #main .container-middle > *:first-child, #main .container-large > *:first-child, #main .container-small > *:first-child{
    margin-top: 0 !important;
}
#main .container > *:last-child, #main .container-middle > *:last-child, #main .container-large > *:last-child, #main .container-small > *:last-child{
    margin-bottom: 0 !important;
}
/*Important info*/
.important-info{
    position: relative;
    padding: 35px 52px 35px 45px;
    margin: 50px 0 42px;
    font-size: 16px;
    line-height: 1.6em;
    background: #f0f5fb;
}
.important-info p{
    margin: 12px 0;
}
.important-info > *:first-child{
    margin-top: 0;
}
.important-info > *:last-child{
    margin-bottom: 0;
}
.important-info:before, .important-info:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url("../i/corners.gif") no-repeat 0 0;
}
.important-info:after{
    left: auto;
    right: 0;
    top: 0;
    background-position: 100% 0;
}
.important-info li:last-child{
    margin-bottom: 0;
}
/*Fontello Icons*/
*[class^="icon-"], [class*="icon-"]{
    position: relative;
    padding-left: 38px;
}
[class^="icon-"]:before, [class*="icon-"]:before, .photo-gallery .item a:before, #langs .current:after, #nav ul ul .has-child > a:after, .product-height:before, .product-period:before, .pager .prev a:before{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    color: #8fb716;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before{
    content: '\e801';
}
.icon-mail:before{
    content: '\f0e0';
    font-size: 24px;
}
.icon-clock:before{
    top: -2px;
    content: '\e803';
}

/*================================================================================
								STRUCTURE
================================================================================*/
#all{
    position: relative;
    z-index: 1;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden;
}
.no-touchevents.opened-popup #all{
    padding-right: 17px;
}
#indent{
    clear: both;
}
/*================================HEADER====================================*/
#header{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
}
.no-touchevents.opened-popup #header{
    padding-right: 17px !important;
}
#header:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    transition: all .2s ease;
}
#header.sticky:after{
    opacity: 1;
}


#header .container-large{
    display: flex;
    padding-top: 33px;
    padding-bottom: 12px;
}
#header.sticky .container-large{

}

.hdr-top-box{
    position: absolute;
    z-index: 12;
    right: 24px;
    top: 20px;
    display: flex;
    align-items: center;
}
.hdr-contacts{
    position: relative;
    margin: 0 0 0 40px;
}
.js-open-hdr-contacts{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    cursor: pointer;
    transition: color .2s ease;
}
.sticky-header .js-open-hdr-contacts{
    color: #737373;
}
.no-touchevents .js-open-hdr-contacts:hover{
    color: rgba(255, 255, 255, .7);
}
.no-touchevents.sticky-header .js-open-hdr-contacts:hover{
    color: rgba(115, 115, 115, .7);
}
.js-open-hdr-contacts svg{
    margin: 2px 0 0 7px;
}
.opened-hdr-contacts .js-open-hdr-contacts svg{
    transform: scaleY(-1);
}
.hdr-contacts-dropdown{
    display: none;
    position: absolute;
    left: -38px;
    top: 37px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.31em;
    color: #fff;
    width: 288px;
    padding: 40px 48px;
    background: #253746;
}
.opened-hdr-contacts .hdr-contacts-dropdown{
    display: block;
}
.hdr-contacts-dropdown:before{
    content: '';
    position: absolute;
    right: 91px;
    top: -6px;
    width: 32px;
    height: 32px;
    background: #253746;
    transform: rotate(45deg);
}

.hdr-contacts-dropdown .item:not(:last-child){
    padding: 0 0 26px;
    margin: 0 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.hdr-contacts-dropdown .item > *:first-child{
    margin-top: 0;
}
.hdr-contacts-dropdown .item > *:last-child{
    margin-bottom: 0;
}
.hdr-contacts-dropdown .title{
    margin: 0 0 17px;
}
.hdr-contacts-dropdown a{
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
}
.no-touchevents .hdr-contacts-dropdown a:hover{
    color: #fff;
    opacity: .5;
}
.hdr-contacts-dropdown .messengers{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    color: rgba(255, 255, 255, .6);
    margin: 7px 0 0;
}


#logo{
    width: 180px;
    border: none;
    margin: 0;
}
#logo svg{
    width: 180px;
    height: 70px;
}
#logo svg > *{
    fill: #fff;
}
/*#header.sticky #logo svg{
    width: 144px;
    height: 56px;
    }*/
#header.sticky #logo svg > *{
    fill: #737373;
}
.no-touchevents a#logo:hover{
    opacity: .65;
}
#logo .mobile-logo{
    display: none;
}
/*Price*/
.price-btn.active{
    background-color: #cdd15d;
}
#header .price-btn{
    margin: 0;
}
#header.sticky .price-btn.active{
    background-color: #8fb716;
}
.price-btn .btn{
    white-space: nowrap;
    border-color: rgba(255, 255, 255, .4);
    min-width: 0;
    padding: 8px 26px 6px;
}
#header.sticky .price-btn .btn{
    color: #737373;
    border-color: #c7c7c7;
}
.price-btn.active .btn{
    color: #fff !important;
}
.price-btn svg{
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    margin: -1px 0 0 14px;
}
.price-btn svg *{
    fill: #fff;
}
#header.sticky .price-btn svg *{
    fill: #737373;
}
.price-btn.active svg *{
    fill: #fff !important;
}
#header.sticky .sub-btn.price-btn:before, #header.sticky .sub-btn.price-btn:after, #header.sticky .sub-btn.price-btn .btn:before, #header.sticky .sub-btn.price-btn .btn:after{
    background: #8fb716;
}
.price-box{
    position: absolute;
    left: 50%;
    top: 58px;
    font-size: 0;
    margin: 0 0 0 -267px;
    background: #253746;
    display: none;
}
.price-btn.active .price-box{
    display: flex;
}
.price-btn .price-box:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -6px;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background: #253746;
    transform: rotate(45deg);
}
.price-btn .price-box:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 36px;
    bottom: 36px;
    width: 1px;
    background: rgba(255, 255, 255, .1);
}
.price-box .col{
    font-size: 16px;
    line-height: 1.45em;
    text-align: center;
    color: #fff;
    padding: 31px 24px 28px;
    width: 267px;
}
.price-box p{
    margin: 0 0 14px;
}
.price-box a{
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    line-height: 1em;
    padding: 7px 19px;
    margin: 0 3px;
    color: #fff !important;
    border-bottom: transparent;
}
.no-touchevents .price-box a:hover, .touchevents .price-box a{
    background: rgba(255, 255, 255, .1);
}
.price-box .close{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: #2a394c url("../i/close-icon.svg") no-repeat 50% 50%/16px 16px;
    cursor: pointer;
}
.no-touchevents .price-box .close:hover{
    opacity: .5;
}
/*Search form*/
.search-form-box{
    order: 2;
    margin: 0 -16px 0 32px;
}
.search-form{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 44px;
    margin: 0;
    padding: 9px 88px 9px 9px;
    opacity: 0;
    background: rgba(42, 57, 76, .8);
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.visible-form .search-form{
    opacity: 1;
    visibility: visible;
}
.search-form .form-control{
    height: 32px;
    line-height: 30px;
    border: 1px solid #cdd15d;
}
#header.sticky .search-form .form-control{
    border-color: #8fb716;
}
.search-form .search-btn{
    position: absolute;
    top: 9px;
    right: 17px;
    margin: 0;
}
.search-btn .btn{
    width: 60px;
    height: 32px;
    min-width: 0;
    border-color: transparent !important;
    background: url("../i/search-icon.svg") no-repeat 50% 50%/21px 21px;
}
.search-form .search-btn:active .btn{
    background-color: #cdd15d;
}
#header.sticky .search-form .search-btn:active .btn{
    background-color: #8fb716;
}
.sub-btn.search-btn:before, .sub-btn.search-btn:after, .sub-btn.search-btn .btn:before, .sub-btn.search-btn .btn:after{
    left: 0;
    bottom: 0;
    width: 1px;
    height: 15px;
}
#header.sticky .sub-btn.search-btn:before, #header.sticky .sub-btn.search-btn:after, #header.sticky .sub-btn.search-btn .btn:before, #header.sticky .sub-btn.search-btn .btn:after{
    background: #8fb716;
}
.sub-btn.search-btn:after, .sub-btn.search-btn .btn:after{
    width: 15px;
    height: 1px;
}
.sub-btn.search-btn .btn:before, .sub-btn.search-btn .btn:after{
    left: auto;
    right: -1px;
    top: -1px;
}
.no-touchevents .sub-btn.search-btn:hover:after{
    width: 100%;
}
.no-touchevents .sub-btn.search-btn:hover .btn:after{
    width: calc(100% + 1px);
}
.no-touchevents .sub-btn.search-btn:hover:before{
    height: 100%;
}
.no-touchevents .sub-btn.search-btn:hover .btn:before{
    height: calc(100% + 1px);
}
.js-open-search{
    display: block;
    margin: 0;
    cursor: pointer;
    width: 44px;
    height: 50px;
    overflow: hidden;
}
.js-open-search svg{
    display: block;
    margin: 11px auto 0;
}
#header.sticky .js-open-search svg *{
    fill: #737373;
}
.no-touchevents .js-open-search:hover svg *{
    fill: #dbe15e;
}
.no-touchevents #header.sticky .js-open-search:hover svg *{
    fill: #8fb716;
}
.js-open-search.active{
    width: 44px;
    height: 50px;
    background: #2a394c;
    margin: 0;
}
.js-open-search.active svg{
    display: none;
}
.js-open-search.active:after{
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    margin: 17px auto 0;
    background: url("../i/close-icon.svg") no-repeat 0 0/16px 16px;
    opacity: .65;
}
.no-touchevents .js-open-search.active:hover:after{
    opacity: 1;
}
/*Langs*/
#langs{
    position: relative;
    float: right;
    font-size: 12px;
    line-height: 1em;
    margin: 19px 0 0 41px;
}
.visible-form #langs{
    opacity: 0;
}
#langs .current{
    display: block;
    color: #fff;
    cursor: pointer;
}
#header.sticky #langs .current{
    color: #737373;
}
#langs .current:after{
    content: '\f107';
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    margin: 0 0 0 6px;
}
#langs .current.active:after{
    content: '\f106';
}
.no-touchevents #langs .current:hover, .no-touchevents #langs .current:hover:after{
    color: #d3d3d3;
}
#header.sticky #langs .current:after{
    color: #737373;
}
.no-touchevents #header.sticky #langs .current:hover, .no-touchevents #header.sticky #langs .current:hover:after{
    opacity: .7;
}
#langs ul{
    display: none;
    position: absolute;
    top: 27px;
    left: -8px;
    margin: 0;
    padding: 11px 13px 12px;
    background: rgba(37, 55, 70, .8);
}
#langs li{
    padding: 0 0 6px;
    margin: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: none;
}
#langs li:last-child{
    margin: 0;
    padding: 0;
    border: none;
}
#langs a{
    color: #fff;
    border: none;
}
.no-touchevents #langs a:hover{
    color: #cdd15d;
}
#langs ul:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -11px;
    width: 15px;
    height: 11px;
    margin: 0 0 0 -8px;
    background: url("../i/langs-arrow.png") no-repeat 0 0 ;
}
/*Open nav button*/
#js-open-nav{
    position: absolute;
    z-index: 10;
    top: 22px;
    right: 24px;
    height: 24px;
    width: 34px;
    cursor: pointer;
    background: none;
    text-align: center;
    display: none;
    border-bottom: 2px solid #fff;
}
#header.sticky #js-open-nav{
    top: 16px;
    border-color: #8fb716;
}
#js-open-nav:before, #js-open-nav:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: #fff;
}
#js-open-nav:after{
    top: 11px;
}
#header.sticky #js-open-nav:before, #header.sticky #js-open-nav:after{
    background: #8fb716;
}
.no-touchevents #js-open-nav:hover:after{
    right: 8px;
}
/*Nav*/
#nav-box{
    position: relative;
    display: flex;
    align-items: center;
    margin: 37px 0 0 auto;
}
#header.sticky #nav-box{

}
#nav{
    order: 1;
}
.visible-form #nav{
    opacity: 0;
}
#nav ul{
    margin: 0;
}

@media screen and (max-width: 1420px){
    .hdr-contacts-dropdown{
        left: auto;
        right: -24px;
    }
    .hdr-contacts-dropdown:before{
        right: 15px;
    }
}
@media screen and (min-width: 1165px){
    #nav ul{
        display: flex;
    }
    #nav li{
        padding: 0;
        margin: 0 0 0 24px;
        background: none;
    }
    #nav a{
        color: #fff;
        border: none;
    }
    #header.sticky #nav > ul > li > a{
        color: #737373;
    }
    #nav > ul > li > a{
        position: relative;
        display: inline-block;
        vertical-align: top;
        border-bottom: 3px solid transparent;
    }
    .no-touchevents #nav > ul > li > a:hover, .no-touchevents #nav li.has-child:hover > a, #nav > ul > li.active > a{
        border-bottom-color: #ccd05d;
    }
    .no-touchevents #header.sticky #nav > ul > li > a:hover, .no-touchevents #header.sticky #nav li.has-child:hover > a, #header.sticky #nav > ul > li.active > a{
        border-bottom-color: #8fb716;
    }
    .no-touchevents #nav > ul > li.active > a:hover, .no-touchevents #nav > ul > li.active:hover > a{
        border-color: transparent !important;
    }
    #nav li.has-child > a:after{
        content: '';
        position: absolute;
        left: 0;
        bottom: -25px;
        right: 0;
        height: 28px;
        display: none;
    }
    .no-touchevents #nav li.has-child > a:hover:after{
        display: block;
    }
    #nav li ul{
        display: none;
        position: absolute;
        left: -15px;
        top: 46px;
        width: 300px;
        padding: 18px 0 22px;
        background: rgba(42, 57, 76, .8);
    }
    #nav li ul:before{
        content: '';
        position: absolute;
        left: 35px;
        top: -11px;
        width: 23px;
        height: 11px;
        background: url("../i/nav-dropdown-arrow.png") no-repeat 50% 0;
    }
    #nav li li{
        float: none;
        font-size: 16px;
        line-height: 1.445em;
        margin: 0 0 5px;
        padding: 8px 37px 9px;
    }
    #nav li .active{
        background: #d0d557;
    }
    .no-touchevents #nav li li a:hover{
        color: #d0d557;
    }
    .no-touchevents #nav li li.active a:hover{
        color: #fff;
        opacity: .7;
    }
    #nav > ul > .has-child li ul{
        display: none !important;
    }
}
#close-nav{
    position: absolute;
    z-index: 100;
    top: 14px;
    right: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: none;
}
.no-touchevents #close-nav:hover{
    opacity: .7;
}
#close-nav svg{
    width: 100%;
    height: 100%;
}
#close-nav svg *{
    fill: #737373;
}
/*========================END OF HEADER========================*/
/*Page banner*/
#page-banner{
    position: relative;
    margin: 0 0 49px;
    min-height: 210px;
}
.search-page #page-banner{
    margin: 0 0 -80px;
}
#page-banner.large{
    margin: 0 0 71px;
}
#page-banner .sub-box{
    position: relative;
    z-index: 2;
    display: table;
    table-layout: fixed;
    width: 100%;
}
#page-banner .sub-box .align-m{
    height: 324px;
    padding: 200px 0 76px;
}
.search-page #page-banner .sub-box .align-m{
    height: 430px;
    padding-bottom: 182px;
}
#page-banner.large .sub-box .align-m{
    vertical-align: top;
    height: 676px;
    padding: 224px 0 46px;
}
h1.bordered{
    text-align: left;
    padding-left: 40px;
}
h1.bordered:after{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 10px;
    width: 3px;
    background: #cdd15d;
}
#page-banner.large h1{
    max-width: 560px;
}
#page-banner .bg-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
#page-banner .bg{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#page-banner .sub-text{
    position: relative;
    text-align: center;
    font-size: 11px;
    line-height: 1.3em;
    color: #c6c6c6;
    margin: 6px 0 -20px !important;
}
.products-links{
    font-size: 0;
    margin-top: 92px;
}
.products-links .item{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 94px 0 0;
}
.products-links a{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.175em;
    color: #fff;
    border: 0;
}
.no-touchevents .products-links a:hover{
    color: #cdd15d;
}
.products-links .icon{
    position: relative;
    display: flex;
    align-items: flex-end;
    position: relative;
    font-size: 0;
    height: 64px;
    margin: 0 0 37px;
}
.products-links .icon svg{
    max-width: 100%;
}
.products-links .icon svg *{
    fill: #fff;
}
.no-touchevents .products-links a:hover .icon svg *{
    fill: #cdd15d;
}
.products-links p{
    position: relative;
    margin: 0;
}
.products-links p:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: -13px;
    height: 1px;
    width: 100px;
    background: rgba(255, 255, 255, .4);
}
.products-links p:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: -14px;
    width: 20px;
    height: 3px;
    background: #cdd15d;
}
.no-touchevents .products-links a:hover p:before{
    width: 100px;
}
.scroll-banner{
    position: absolute;
    z-index: 10;
    right: 24px;
    bottom: 4px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #fff;
    cursor: pointer;
}
.no-touchevents .scroll-banner:hover{
    border-color: transparent;
    background-color: rgba(42, 57, 76, .8);
}
.scroll-banner:after{
    content: '';
    display: block;
    width: 25px;
    height: 10px;
    margin: 25px 0 0 17px;
    background: url("../i/scroll-banner-arrow.png") no-repeat 0 0;
}
/*Advantages*/
.advantages{
    font-size: 0;
    margin: 42px 0 27px;
}
.advantages .col{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5em;
    width: 50%;
    margin: 0 0 36px;
    padding: 0 25px 0 105px;
}
.advantages .col:nth-child(even){
    padding-right: 0;
}
.advantages .col .icon{
    position: absolute;
    left: 0;
    top: 10px;
    width: 105px;
    padding: 0 15px 0 0;
}
.advantages .col .icon svg *{
    fill: #96bc25;
}
.advantages .col h3, .advantages .col .h3{
    margin: 0 0 11px;
}
.advantages .col p{
    margin: 0 0 5px;
}
/*More box*/
.more-box{
    text-align: center;
    margin: 42px 0 90px;
}
.advantages + .more-box{
    margin-top: 27px;
}
.more{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 16.36px;
    line-height: 1.2em;
    color: #fff;
    padding: 11px 44px 13px 25px;
    border: 1px solid #8fb716;
    background: #8fb716;
}
.no-touchevents .more:hover{
    background: transparent;
    border: 1px solid #8fb716;
}
.more span{
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.no-touchevents .more:hover span{
    border-bottom-color: transparent;
}
.more:after{
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 11px;
    margin: -6px 0 0;
    background: url("../i/more-arrow.svg") no-repeat 0 0/18px auto;
}
.no-touchevents .more:hover:after{
    background-position: 0 100%;
}
/*Special offers*/
#special-offers-box{
    padding: 49px 0 100px;
    background: url("../i/special-offers-bg.jpg") no-repeat 50% 0;
    background-size: cover;
}
#special-offers-box h3, #special-offers-box .h3{
    text-align: center;
    color: #fff;
    margin: 0 0 49px;
}
#special-offers{
    font-size: 0;
    margin: 0 -10px 35px;
}
#special-offers .col{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6em;
    color: #fff;
    width: 50%;
    padding: 18px 10px 0;
    margin: 0 0 41px;
}
#special-offers .col:before, #special-offers .col:after{
    content: '';
    position: absolute;
    left: 10px;
    top: 1px;
    right: 10px;
    height: 1px;
    background: rgba(255, 255, 255, .4);
}
#special-offers .col:after{
    height: 3px;
    top: 0;
    width: 80px;
    background: rgba(255, 255, 255, .5);
}
#special-offers .img{
    position: relative;
    float: left;
    width: 209px;
    padding: 0 0 0 9px;
    cursor: pointer;
}
#special-offers .img img{
    position: relative;
    z-index: 2;
    margin: 0;
    border: none;
}
#special-offers .img:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 11px;
    right: 9px;
    height: 100%;
    background: rgba(255, 255, 255, .05);
    transition: background .2s ease;
}
.no-touchevents #special-offers .img:hover:before{
    background: rgba(255, 255, 255, .2);
}
#special-offers .info{
    float: left;
    width: calc(100% - 209px);
    padding: 0 16px 0 36px;
    margin: -7px 0 0;
}
#special-offers h4, #special-offers .h4{
    color: #fff;
    margin: 0 0 1px;
    transition: opacity .2s ease;
    cursor: pointer;
}
.no-touchevents #special-offers h4:hover, .no-touchevents #special-offers .h4:hover{
    opacity: .7;
}
#special-offers h5, #special-offers .h5{
    font-size: 15px;
    line-height: 1.6em;
    color: #fff;
    margin: 0 0 18px;
}
#special-offers .h5{
    margin-top: 0 !important;
}
#special-offers p{
    margin: 0 0 11px;
}
#special-offers h4 + p, #special-offers .h4 + p{
    margin-top: 17px;
}
.product-height, .product-period{
    position: relative;
    padding: 0 0 0 35px;
}
.product-height:before{
    content: '\e804';
    left: 6px;
    top: 0;
    font-size: 22px;
    color: #fff;
    line-height: 1em;
}
.product-period:before{
    content: '\f133';
    font-size: 22px;
    line-height: 1em;
    color: #fff;
}
#special-offers .price{
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    margin: 30px 0 10px;
}
#special-offers .price + .price{
    margin-top: 11px;
}
#special-offers .old-price{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.375em;
    display: block;
    text-decoration: line-through;
}
#special-offers .for{
    font-weight: 300;
    font-size: 12px;
}
#special-offers .info > *:last-child{
    margin-bottom: 0 !important;
}
/*Sales contacts*/
#special-offers .col.sales-contacts-box{
    padding: 0 10px;
}
#special-offers .col.sales-contacts-box:nth-child(odd){
    width: 100%;
    margin: 35px auto 0;
}
#special-offers .col.sales-contacts-box:before, #special-offers .col.sales-contacts-box:after{
    display: none;
}
.sales-contacts{
    position: relative;
    text-align: center;
    margin: 0;
    padding: 25px 20px 30px;
    background: rgba(255, 255, 255, .05);
}

.sales-contacts-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2222em;
    margin: 0 -60px;
}
.sales-contacts-grid .item{
    text-align: left;
    margin: 0 60px;
}
#special-offers .sales-contacts .sales-contacts-grid .item > *:first-child{
    margin-top: 0;
}
#special-offers .sales-contacts .sales-contacts-grid .item > *:last-child{
    margin-bottom: 0;
}
#special-offers .sales-contacts .sales-contacts-grid p{
    display: block;
    text-align: left !important;
    margin: 7px 0   !important;
    padding: 0;
}
#special-offers .sales-contacts .sales-contacts-grid .title{
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, .6);
}

.sales-contacts-grid a{
    color: #fff;
}
.no-touchevents .sales-contacts-grid a:hover{
    opacity: .7;
}
.sales-contacts-grid a[href^=tel]{
    text-decoration: none;
}
.sales-contacts-grid .messengers{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    color: rgba(255, 255, 255, .6);
    margin: 7px 0 0;
}

#special-offers .sales-contacts:before, #special-offers .sales-contacts:after{
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url("../i/corners.gif") no-repeat 0 0;
    opacity: .5;
}
#special-offers .sales-contacts:after{
    left: auto !important;
    right: 0 !important;
    bottom: auto;
    top: 0;
    background-position: 100% 0;
}
#special-offers .sales-contacts h4, #special-offers .sales-contacts .h4{
    display: block;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.577777777777778em;
    color: #fff;
    margin: 0 0 20px;
}
#special-offers .sales-contacts p{
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.75em;
    color: #fff;
    margin: 0 50px;
}
#special-offers .col.sales-contacts-box:nth-child(even) p{
    display: block;
    margin: 0 auto 54px;
    text-align: left;
    max-width: 320px;
}
#special-offers .col.sales-contacts-box:nth-child(even) p:last-child{
    margin: 0 auto;
}
.sales-contacts p:first-child{
    margin-left: 0;
}
.sales-contacts p span, .sales-contacts a[href^=viber]{
    font-weight: 700;
    font-size: 16px;
    margin-left: 6px;
}
.sales-contacts a{
    color: #fff;
    border: none;
    text-decoration: underline;
}
.sales-contacts .icon-phone a{
    text-decoration: none;
}
.no-touchevents .sales-contacts a:hover{
    color: #fff;
    opacity: .7;
    text-decoration: none;
}
.sales-contacts p{
    padding: 0 0 0 73px;
}
.sales-contacts p:before{
    top: -15px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    color: #d1d657;
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-border-radius: 32px;
    border-radius: 32px;
}
.sales-contacts .icon-phone:before{
    line-height: 60px;
}
/*Sections*/
.section:last-of-type{
    padding-bottom: 100px;
}
.section-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2222em;
    text-align: center;
    text-transform: uppercase;
    color: #282828;
    margin: 0 0 30px;
}
/*============================MAIN=============================*/
#main{
    padding-bottom: 100px;
}
#main h1{
    color: #282828;
    text-align: left;
    margin: 0 0 20px;
}
/*Objects list*/
.objects-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 30px;
    padding: 10px 0 0;
}
.object-item{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .63px;
    padding: 30px 28px 92px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.objects-list .object-item{
    margin: 0 10px 20px;
    width: calc(33.33333% - 20px);
}
.object-item > *:first-child{
    margin-top: 0;
}
.object-item > *:last-child{
    margin-bottom: 0;
}
.object-item p{
    margin: 10px 0;
}
.object-item p:last-of-type{
    margin: 0;
}
.object-item .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2222em;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 30px;
}
.object-item .sub-title{
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}
.object-item * + .sub-title{
    margin-top: 20px;
}

.object-item .action-btn{
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 30px;
    display: block;
    margin: 0;
    padding: 10px 12px;
}
/*Articles list*/
.articles-list-box{
    max-width: 840px;
    margin: 0 auto;
}
.articles-list-box:first-child{
    padding-top: 10px;
}
.articles-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.article-item{
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: .63px;
    padding: 0 0 22px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.articles-list .article-item{
    width: calc(33.333333% - 20px);
    margin: 0 10px 20px;
}
.article-item .img{
    position: relative;
    display: block;
    line-height: 0;
    text-decoration: none;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.article-item .time{
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    display: table;
    font-weight: 500;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: .45px;
    text-transform: uppercase;
    color: #737373;
    padding: 7px 14px;
    margin: 0;
    background: #fff;
    box-shadow: 3.5px -3.5px 10px rgba(0, 0, 0, .1);
}
/*.no-touchevents .article-item .img:after{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    border: 2px solid #92B719;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
    }
.article-item.on-hover .img:after{
    opacity: 1;
    }*/
.article-item img{
    margin: 0;
    width: 100%;
    max-width: 100%;
    border: none;
}
.article-item .in-brief{
    padding: 20px;
}
.article-item .in-brief > *:first-child{
    margin-top: 0;
}
.article-item .in-brief > *:last-child{
    margin-bottom: 0;
}
.article-item p{
    margin: 10px 0;
}
.article-item .title{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.article-item.on-hover .title a{
    color: #8fb716;
    border-bottom-color: transparent;
}
.article-item p:not(.title){
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-item:after{
    content: '';
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #CDD15D;
    transition: width .3s ease;
}
.article-item.on-hover:after{
    width: 100%;
}

.back-link, .arrow-link{
    position: relative;
    display: table;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2222em;
    margin: 64px 0 0 28px;
}
/*#main .container > .back-link{
    margin-bottom: 24px !important;
    }*/
.back-link .arrow, .arrow-link .arrow{
    position: absolute;
    left: -28px;
    top: 6px;
}
.no-touchevents .back-link .arrow *, .no-touchevents .arrow-link .arrow *{
    transition: fill .2s ease;
}
.no-touchevents .back-link:hover .arrow *, .no-touchevents .arrow-link:hover .arrow *{
    fill: #8FB716;
}

.arrow-link{
    margin: 30px 28px 0 auto;
}
.arrow-link .arrow{
    left: auto;
    right: -28px;
}

.articles-list-box .arrow-link{
    margin-top: 10px;
}
/*Docs list*/
.docs-list{
    margin: 15px 0 19px;
}
.docs-list li{
    margin: 0 0 17px;
    padding: 0 0 0 38px;
    background: none;
}
.docs-list a{
    color: #282828;
}
.docs-list li a:before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    background: url("../i/download-icon.svg") no-repeat 0 0;
}
.docs-list .meta{
    font-size: 10px;
    line-height: 11px;
    color: #737373;
    margin: 15px 0 0;
}
.docs-list .separator{
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 8px;
    margin: 1px 5px 0;
    background: #d9d9d9;
}
/*Photo gallery*/
.photo-gallery{
    margin: 34px -5px 33px;
}
.photo-gallery .item{
    float: left;
    width: 33.333333333%;
    padding: 0 5px;
    margin: 0 0 10px;
    text-align: center;
}
.photo-gallery .item a{
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 255px;
    opacity: 1 !important;
    border: none;
}
.photo-gallery .item a:after{
    content: '';
    position: absolute;
    display: inline-block;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
}
.photo-gallery .item a:before{
    content: '\e800';
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin: -15px 0 0 -14px;
    opacity: 0;
}
.no-touchevents .photo-gallery .item a:hover:after, .no-touchevents .photo-gallery .item a:hover:before{
    opacity: 1;
}
.photo-gallery img{
    margin: 0;
    -webkit-transition: -webkit-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
}
.no-touchevents .photo-gallery a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*Video*/
.video-box{
    position: relative;
    padding-bottom: 56.25%;
    margin: 44px 0 42px;
}
.video-box iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    border: none !important;
}
/*Text in cols*/
.text-in-cols{
    font-size: 0;
    margin: 27px -24px;
}
.text-in-cols .col{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 24px;
    font-size: 14px;
}
.text-in-cols .col > *:first-child{
    margin-top: 0;
}
.text-in-cols .col > *:last-child{
    margin-bottom: 0;
}
/*Product*/
#products-box{
    padding: 11px 0 0;
}
#products-box:after{
    content: '';
    display: table;
    clear: both;
}
#products{
    float: right;
    font-size: 0;
    width: calc(100% - 300px);
}
#products-list{
    margin: 0 -10px;
    overflow: hidden;
}
#products-list .item-box{
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 10px;
    margin: 0 0 20px;
}
#products-list .item-box.selectedItem .item:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -21px;
    margin: 0 0 0 -21px;
    width: 42px;
    height: 21px;
    background: url("../i/product-card-arrow.png") no-repeat 0 0;
}
#products-list .item{
    position: relative;
    z-index: 2;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: .65px;
    color: #282828;
    border: none;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.no-touchevents #products-list .item:hover, #products-list .item-box.selectedItem .item{
    color: #737373;
}
#products-list .item-box .img{
    position: relative;
    z-index: 1;
    margin: 0 0 -1px;
    background: #d3d3d3;
}
#products-list .item-box .img.no-photo{
    padding-bottom: 100%
}
#products-list img{
    margin: 0;
    width: 100%;
}
#products-list svg{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#products-list svg *{
    fill: #fff;
}
.no-touchevents #products-list .item:hover img, .no-touchevents #products-list .item:hover svg, #products-list .item-box.selectedItem .item img, #products-list .item-box.selectedItem .item svg{
    opacity: .5;
}
#products-list .title-box{
    position: relative;
    z-index: 2;
    padding: 23px 20px;
    background: #fff;
}
#products-list p{
    margin: 0 0 7px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
#products-list .title-box > *:last-child{
    margin: 0;
}
#products-list .item-box strong, #products-list .item-box b{
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5em;
    color: #282828;
}
.no-touchevents #products-list .item:hover strong, .no-touchevents #products-list .item:hover b, #products-list .selectedItem .item strong, #products-list .selectedItem .item b{
    color: #737373;
}
#products-list .meta{
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #362f2d;
    text-align: center;
    width: 100px;
}
#products-list .meta span{
    display: block;
    padding: 2px 6px;
    margin: 3px 0 0;
    background: #fff200;
}
#products-list .item .item-overlay{
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(205, 209, 93, .6);
    visibility: hidden;
    opacity: 0;
}
#products-list .selectedItem .item .item-overlay{
    opacity: 1;
    visibility: visible;
}
#products-list .item:after{
    content: '';
    position: absolute;
    z-index: 40;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #cdd15d;
}
.no-touchevents #products-list .item:hover:after, #products-list .selectedItem .item:after{
    width: 100%;
}
/*Gridder*/
.gridder-show{
    position: relative;
    display: block;
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 100%;
}
.gridder-expanded-content{
    min-height: 359px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}
.gridder-padding{
    position: relative;
}
.gridder-navigation{
    z-index: 100;
}
.gridder-nav{
    position: absolute;
    z-index: 100;
    left: 5px;
    top: 50%;
    width: 32px;
    height: 32px;
    border: 0;
    margin: -16px 0 0;
    background: url("../i/arrow-left.svg") no-repeat 40% 50%/21px 21px;
    cursor: pointer;
}
.gridder-nav.next{
    left: auto;
    right: 5px;
    background: url("../i/arrow-right.svg") no-repeat 60% 50%/21px 21px;
}
.no-touchevents .gridder-nav:hover{
    opacity: .7;
}
.gridder-close{
    position: absolute;
    z-index: 100;
    top: 9px;
    right: 11px;
    width: 24px;
    height: 24px;
    border: 0;
    background: url("../i/close.svg") no-repeat 50% 4px/16px auto;
    cursor: pointer;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
.no-touchevents .gridder-close:hover{
    background-position: 50% -30px;
}
/*Product card*/
.product-card{
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 1.5em;
    padding: 24px 42px;
    width: 100%;
}
.product-card .img{
    position: relative;
    z-index: 1;
    float: left;
    width: 38%;
    max-width: 301px;
    border: 0;
}
.product-card .img.no-photo{
    background: #d3d3d3;
}
.product-card .img-slider .swiper-slide{
    background: #d3d3d3;
}


.product-card .img.no-photo .img-slider{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-card .img.no-photo .swiper-container{
    overflow: visible;
    height: 100%;
}
#products-list .item-box .img.no-photo .swiper-slide{

}


.product-card .img img{
    border: none;
}
#products-list .img.no-photo{
    padding-bottom: 37.87%;
}
.product-card .img.no-photo svg{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-card img{
    margin: 0;
    min-width: 100%;
}
.product-card .description{
    float: left;
    padding: 10px 0 0 6.78391959798995%;
    width: 62%;
    max-width: 420px;
}
.product-card h2{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .8px;
    margin: 0 0 5px;
}
.product-card .latin{
    font-weight: 700;
    letter-spacing: .7px;
    margin: 0 0 18px !important;
    color: #282828;
}
.product-card h2 + p, .product-card .latin + p{
    margin-top: 17px;
}
.product-card p{
    margin: 0 0 10px;
    letter-spacing: .65px;
}
.product-card .description > *:last-child{
    margin-bottom: 0;
}
/*Products nav*/
.products-nav{
    float: left;
    width: 300px;
    margin: -6px 0 0;
}
.products-nav li{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6em;
    padding: 0;
    margin: 0 0 13px;
    background: none;
}
.products-nav a{
    color: #282828;
    border-bottom-color: #b3b3b3;
}
.no-touchevents .products-nav a:hover{
    color: #282828;
}
.products-nav .current > a{
    color: #8fb716;
    border-bottom-color: transparent;
}
.no-touchevents .products-nav .current > a:hover{
    color: #8fb716;
    opacity: .7;
}
.products-nav .current.has-child > a, .no-touchevents .products-nav .current.has-child > a:hover{
    color: #737373;
}
.products-nav li ul{
    margin: 13px 0 30px;
}
.products-nav li li{
    font-weight: 400;
    padding: 0 0 0 25px;
    margin: 0 0 8px;
}
.products-nav li .current{
    background: url("../i/list-bullet.gif") no-repeat 0 10px;
}
.products-nav li li a{
    color: #636363;
}
.no-touchevents .products-nav li li a:hover{
    color: #636363;
}
/*Products popup*/
#products-popup{
    position: fixed;
    z-index: 777;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 24px 0;
    background: rgba(255, 255, 255, .8);
    overflow: hidden;
    overflow-y: auto;
    transition: opacity .3s ease, visibility .3s ease;
}
html:not(.opened-products-popup) #products-popup{
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
#products-popup .container{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100%;
    max-width: none;
}
.products-cards-slider{
    position: relative;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 42px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.products-cards-slider .product-card{
    float: none;
    padding: 0;
    overflow: hidden;
}
.products-cards-slider .product-card .description{
    padding-top: 0;
}
.js-close-products-popup{
    position: absolute;
    z-index: 10;
    right: 12px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    line-height: 0;
    cursor: pointer;
}
.no-touchevents .js-close-products-popup svg *{
    transition: stroke .2s ease;
}
.no-touchevents .js-close-products-popup:hover svg *{
    stroke: #CDD15D;
}


/*Contacts*/
.contacts{
    font-size: 0;
    line-height: 0;
    color: #282828;
    text-align: justify;
    max-width: 840px;
    margin: 0 auto;
}
.contacts h2{
    font-weight: 600;
    margin: 0 0 50px;
}
.contacts .col{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 1.714285714285714em;
    padding: 0 32px 0 0;
}
.contacts .col:last-child{
    padding: 0;
}
.contacts:after{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.contacts h4, .contacts .h4{
    font-weight: 600;
    margin: -2px 0 18px;
}
.contacts h5, .contacts .h5{
    font-weight: 500;
    margin: 0 0 6px;
}
.contacts p + h5, .contacts p + .h5{
    margin-top: 18px;
}
.contacts p{
    margin: 0 0 17px;
}
.contacts .icon-phone:before{
    top: 50%;
    margin: -14px 0 0;
}
.contacts a{
    font-size: 16px;
    color: #282828;
}

.contacts-box{
    max-width: 840px;
    margin: 0 auto;
}
.contacts-box h2{
    font-weight: 600;
    margin: 0 0 50px;
}
.contacts-grid{
    display: flex;
    flex-wrap: wrap;

    margin: 0 -24px -24px;
}
.contacts-grid .col{
    width: 40%;
    padding: 0 24px;
}
.contacts-grid .col:nth-child(3n-1), .contacts-grid .col:nth-child(3n){
    width: auto;
    max-width: 30%;
}
.contacts-grid .col:nth-child(3n){
    margin-left: auto;
}
.contacts-grid .contacts-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2222em;
    margin: 0 0 25px;
}
.contacts-grid .contacts-item{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: .63px;
    padding-left: 44px;
    margin: 0 0 28px;
}
.contacts-grid .contacts-item .icon{
    position: absolute;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    min-height: 24px;
    line-height: 0;
}
.contacts-grid .contacts-item .icon svg{
    height: auto;
}
.contacts-grid .contacts-item p{
    margin: 0 0 8px;
}
.contacts-grid .contacts-item > *:first-child{
    margin-top: 0;
}
.contacts-grid .contacts-item p:last-of-type{
    margin: 0;
}
.contacts-grid a{
    font-size: 14px;
}
.contacts-grid .sub-text{
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    margin: 10px 0;
}

.contacts-grid .sub-contacts{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 26px -55px 0;
    padding: 50px 0 0;
    width: calc(100% + 110px);
}
.contacts-grid .sub-contacts:before{
    content: '';
    position: absolute;
    left: 79px;
    right: 79px;
    top: 0;
    height: 1px;
    background: #8FB716;
}
.contacts-grid .sub-contacts .col{
    max-width: 50%;
    width: auto;
    padding: 0 55px;
}


.map-box{
    position: relative;
    height: 480px;
    min-height: 360px;
    max-width: 840px;
    margin: 100px auto;
}
.map-box.middle-indent{
    margin: 54px 0;
}
.map-box.small-indent{
    margin: 24px 0;
}
#main + .map-box{
    margin-top: 0;
}
#map, .map-box > iframe, .objects-map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
[class*="ymaps-2"][class*="-ground-pane"]{
    filter: grayscale(1);
    -webkit-filter: grayscale(100%);
}



.objects-map{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .63px;
    color: #282828;
}
.objects-map .popover{
    position: absolute;
    z-index: 1020;
    top: 0;
    left: 0;
    display: block;
    padding: 16px 0 0 !important;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.objects-map .popover .close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    top: 8px;
    right: 6px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    transition: opacity .2s ease;
}
.objects-map .popover.in-cluster .close{
    right: 7px;
}
.no-touchevents .objects-map .popover .close:hover{
    opacity: .7;
}
.objects-map .popover .arrow{
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 22px;
    height: 22px;
    margin: 0 0 0 -11px;
    overflow: hidden;
}
.objects-map .object{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .63px;
    color: #282828;
    padding: 16px;
}
.objects-map .in-cluster .object{
    padding: 0 0 16px;
}
.objects-map .title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.objects-map .object p{
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 5px;
}
.objects-map .object > *:first-child{
    margin-top: 0;
}
.objects-map .object > *:last-child{
    margin-bottom: 0;
}
/*Search results*/
.results-form{
    position: relative;
    z-index: 10;
    margin: 0 0 48px;
}
.results-form .form{
    position: relative;
    height: 80px;
    margin: 0 0 12px;
    padding: 15px 160px 15px 0;
}
.results-form .form:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -1500px;
    top: 0;
    right: -1500px;
    bottom: 0;
    background: rgba(42, 57, 76, .8);
}
.results-form .form-control{
    font-size: 18px;
    line-height: 49px;
    color: #fff;
    height: 50px;
    padding: 0 32px;
    border-color: #cdd15d;
    background: rgba(255, 255, 255, .1) !important;
}
.results-form .search-btn{
    position: absolute;
    top: 15px;
    right: 0;
    margin: 0;
}
.results-form .sub-btn.search-btn .btn{
    width: 140px;
    height: 50px;
    right: 0;
    border: 1px solid rgba(255, 255, 255, .4) !important;
    background: url("../i/search-icon.svg") no-repeat 50% 50%/31px 31px;
}
.results-form .sub-btn.search-btn .btn:active{
    background-color: #cdd15d;
}
.results-form .sub-btn.search-btn:before, .results-form .sub-btn.search-btn:after, .results-form .sub-btn.search-btn .btn:before, .results-form .sub-btn.search-btn .btn:after{
    left: -1px;
    bottom: -1px;
    width: 3px;
    height: 20px;
    background: #cdd15d;
    margin: 0 !important;
    display: block !important;
}
.results-form .sub-btn.search-btn:after, .results-form .sub-btn.search-btn .btn:after{
    width: 20px;
    height: 3px;
}
.results-form .sub-btn.search-btn .btn:before, .results-form .sub-btn.search-btn .btn:after{
    left: auto;
    right: -2px;
    top: -2px;
}
.no-touchevents .results-form .sub-btn.search-btn:hover:after{
    width: 100%;
}
.no-touchevents .results-form .sub-btn.search-btn:hover .btn:after{
    width: calc(100% + 4px);
}
.no-touchevents .results-form .sub-btn.search-btn:hover:before{
    height: 100%;
}
.no-touchevents .results-form .sub-btn.search-btn:hover .btn:before{
    height: calc(100% + 4px);
}
.results-form .results-count{
    color: #737373;
    margin: 0 0 0 32px;
    opacity: .5;
}
.search-results{
    margin: 0 0 80px;
}
.search-results li{
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 0 0 32px;
    margin: 0 0 46px;
    background: none;
}
.search-results h4, .search-results .h4{
    margin: 0 0 20px;
}
.search-results h4 a, .search-results .h4 a{
    color: #282828;
}
.search-results span{
    color: #8fb716;
}
.search-results .num{
    position: absolute;
    top: 11px;
    left: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 1em;
    color: #c1c1c1;
}
/*Pager*/
.pager{
    position: relative;
    text-align: center;
    padding: 0;
    font-size: 0;
    margin: 62px 0 0;
}
.pager li{
    font-size: 18px;
    line-height: 1em;
    display: inline-block;
    vertical-align: top;
    color: #737373;
    margin: 0 7px;
    padding: 0;
    background: none;
}
.pager a{
    display: inline-block;
    vertical-align: top;
    min-width: 20px;
    padding: 0 0 3px;
    color: #737373;
}
.pager .active span{
    display: inline-block;
    vertical-align: top;
    padding: 3px 5px 4px;
    margin: -3px 0 0;
    color: #fff;
    background: #8fb716;
}
.pager .prev, .pager .next{
    margin: 0;
}
.pager .prev a, .pager .next a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    margin: -2px 0 0;
    background: url("../i/arrow-left.svg") no-repeat 50% 50%/16px 16px;
}
.pager .next a{
    background: url("../i/arrow-right.svg") no-repeat 50% 50%/16px 16px;
}
.no-touchevents .pager .prev a:hover, .pager .next a:hover{
    opacity: .7;
}
/*=========================END OF MAIN=========================*/
/*Error page box*/
#error-page-box{
    display: table;
    table-layout: fixed;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
#error-page-box .align-m:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 33, 33, .6);
}
#error-page-box .align-m{
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    padding: 150px 0 80px;
}
#error-page-box .num{
    display: block;
    font-weight: 700;
    font-size: 150px;
    line-height: 1em;
    letter-spacing: 5px;
    color: #fff;
    margin: 0 0 19px;
}
#error-page-box h2{
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #fff;
    margin: 0 0 11px;
}
#error-page-box p{
    margin: 0;
}
#error-page-box a{
    white-space: nowrap;
    color: #d0d557;
    border-color: #d0d557;
}
.no-touchevents #error-page-box a:hover{
    border-bottom: transparent;
}
/*===========================FOOTER============================*/
#footer{
    position: relative;
    z-index: 30;
    line-height: 1.5em;
    color: #acafb4;
    padding: 64px 0 44px;
    background: #2c3a4b;
}
.no-touchevents.opened-popup #footer{
    padding-right: 17px;
}
#footer p{
    margin: 0 0 15px;
}
#footer .copy-box{
    float: left;
    width: 40.67796610169492%;
    padding-top: 1px;
}
#footer .copy-box p{
    max-width: 396px;
}
#footer #copy{
    color: #fff;
    margin: 0 0 41px;
}
#footer .copy-box a{
    color: #acafb4;
    border-bottom-color: #808993;
}
.no-touchevents #footer .copy-box a:hover{
    color: #cdd15d;
    border-bottom-color: transparent;
}
.sub-nav{
    float: left;
    font-size: 16px;
    line-height: 1.6em;
    width: 440px;
    margin: -2px 0 0;
}
.sub-nav ul{
    margin: 0;
}
.sub-nav li{
    margin: 0 0 13px;
    padding: 0;
    background: none;
}
.sub-nav > li{
    float: left;
    width: 50%;
    padding-right: 16px;
}
.sub-nav > li:nth-child(2){
    padding-right: 0;
}
.sub-nav > li > ul > li > a{
    position: relative;
    color: #fff;
    border-bottom: none;
}
.no-touchevents .sub-nav a:hover, .no-touchevents .sub-nav > li > ul > .current > a{
    color: #d1d657;
}
.no-touchevents .sub-nav .current > a:hover{
    opacity: .7;
}
.sub-nav > li:nth-child(1) > ul > li > a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 80px;
    height: 1px;
    background: #808993;
}
.sub-nav > li:nth-child(1) > ul > li > a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 20px;
    height: 3px;
    background: #cdd15d;
}
.no-touchevents .sub-nav > li > ul > li > a:hover:after, .no-touchevents .sub-nav > li > ul > .current > a:after{
    width: 80px;
}
.sub-nav ul ul{
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 1.6em;
}
.sub-nav ul ul li{
    margin: 0 0 5px;
}
.sub-nav ul ul a{
    color: #acafb4;
    border-bottom: 1px solid #56616f;
}
.sub-nav ul ul .current a{
    color: #d1d657;
    border-bottom-color: transparent;
}
#dev-box{
    float: right;
    text-align: right;
}
#dev-box .sub-btn{
    display: block;
    margin: 0 0 58px;
}
#iquad{
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 9px;
    line-height: 1em;
    letter-spacing: .3px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    min-width: 72px;
    border-bottom: none;
    padding-bottom: 18px;
    background: url("../i/dev-icon.svg") no-repeat 50% 100%;
    background-size: 72px auto;
}
.no-touchevents #iquad:hover{
    opacity: .7;
}
/*========================END OF FOOTER========================*/

/*Popup*/

.opened-popup body{
    overflow-y: hidden;
}

#popup-box{
    position: fixed;
    z-index: 777;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 16px 0;
    background: rgba(255, 255, 255, .7);
    overflow: hidden;
    overflow-y: auto;
    transition: all .3s ease;
    min-width: 320px;
}
html:not(.opened-popup) #popup-box{
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
html:not(.opened-popup) #popup-box{
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
#popup-box .container{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100%;
    max-width: none;
}

html:not(.opened-popup) #popup-box .container{
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -30px, 0);
}
.opened-popup #popup-box .container{
    transition: transform .3s ease .15s, opacity .3s linear .15s;
}

.popup{
    position: relative;
    display: none;
    margin: 0 auto;
    padding: 50px 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.popup.visible{
    display: block;
}

.form-popup{
    width: 540px;
    background: #fff;
}
.form-popup .max-w{
    max-width: 360px;
    margin: 0 auto;
}
.form-popup .h3{
    text-align: center;
    color: #737373;
    margin: 0 0 30px;
}
.form-popup .form{
    margin: 0;
}


.js-close-popup{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content:center;
    line-height: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.js-close-popup svg{
    height: auto;
}
.js-close-popup svg *{
    transition: stroke .2s ease;
}
.no-touchevents .js-close-popup:hover svg *{
    stroke: #8FB716;
}
/*=========================TRANSITIONS=========================*/
.no-touchevents a, .no-touchevents .photo-gallery .item a:after, .no-touchevents .photo-gallery .item a:before, .no-touchevents .sub-nav > li > ul > li > a:after, .no-touchevents .sub-btn:before, .no-touchevents .sub-btn:after, .no-touchevents .sub-btn .btn:before, .no-touchevents .sub-btn .btn:after, .no-touchevents #products-list .item:after, .no-touchevents #products-list .item:hover strong, .no-touchevents #products-list .item:hover b, .no-touchevents #products-list .item img, .no-touchevents #products-list .item svg, #products-list .item .item-overlay, .no-touchevents .gridder-nav, .no-touchevents .products-links p:before, .no-touchevents .products-links .icon svg *, .no-touchevents .scroll-banner, .no-touchevents #langs .current, .no-touchevents #langs .current:after, .no-touchevents .js-open-search svg, .no-touchevents .js-open-search svg *, .no-touchevents .js-open-search.active:after, .no-touchevents .js-open-search, .no-touchevents .price-box .close, .field-name, .no-touchevents .popup .close-popup, .no-touchevents .popup .close-popup svg, #js-open-nav, #js-open-nav:after, #js-open-nav:before, .no-touchevents #close-nav, .no-touchevents .download-btn-box:before, .no-touchevents .download-btn-box:after, .no-touchevents .download-btn:before, .no-touchevents .download-btn:after{
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
/**/
/*Resolutions*/
@media screen and (max-width: 1164px){
    .hide-scroll body{
        overflow-y: hidden !important;
    }
    .no-touchevents.hide-scroll #all{
        padding-right: 17px;
    }
    .no-touchevents.hide-scroll #header{
        padding-right: 17px !important;
    }
    .no-touchevents.hide-scroll #footer{
        padding-right: 17px;
    }
    /*Header*/
    #header{
        padding: 26px 0;
    }
    #header.sticky {
        padding: 8px 0 2px;
    }
    #header .container-large{
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
    #header .price-btn{
        position: absolute;
        float: none;
        top: 14px;
        left: 50%;
        margin: 0 0 0 -65px;
    }
    #header.sticky .price-btn{
        top: 0;
        margin-top: 8px;
    }

    .hdr-top-box{
        right: auto;
        left: 16px;
    }
    .hdr-contacts{
        margin: 0;
    }
    .js-open-hdr-contacts, .no-touchevents .js-open-hdr-contacts:hover{
        color: #737373;
    }
    .hdr-contacts-dropdown{
        top: 32px;
        left: 0;
        right: auto;
    }
    .hdr-contacts-dropdown:before{
        right: 129px;
    }

    #header.sticky #logo svg {
        width: 144px;
        height: 56px;
    }

    #nav-box{
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 10px;
        margin: 0;
        padding: 102px 0 0;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    #nav-box:after{
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        right: 0;
        bottom: -60px;
        background: #fff;
    }
    #nav-box.visible{
        z-index: 999;
        visibility: visible;
        opacity: 1;
    }
    #js-open-nav, #close-nav{
        display: block;
    }
    #langs{
        font-size: 0;
        float: none;
        position: absolute;
        top: 8px;
        left: 0;
        right: 70px;
        height: 52px;
        margin: 0;
        padding: 18px 24px 0;
    }
    #langs .current{
        display: inline-block;
        vertical-align: top;
        font-weight: 500;
        font-size: 14px;
        color: #d3d3d3 !important;
        cursor: default;
        opacity: 1 !important;
    }
    #langs .current:after, #langs ul:before{
        display: none;
    }
    #langs ul{
        position: relative;
        left: 0;
        top: 0;
        display: inline-block !important;
        vertical-align: top;
        font-size: 0;
        padding: 0;
        margin: 0 0 0 22px;
        background: none;
    }
    #langs ul li{
        display: inline-block;
        vertical-align: top;
        font-weight: 500;
        font-size: 14px;
        margin: 0 22px 0 0;
    }
    #langs a{
        color: #737373;
    }
    .no-touchevents #langs a:hover{
        color: #8fb716;
    }
    .search-form-box{
        float: none;
        height: 50px;
        position: absolute;
        top: 52px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 7px 10px;
        background: #cdd15d;
    }
    .search-form{
        position: relative;
        right: 0;
        margin: 0;
        padding: 0 44px 0 0;
        background: none;
    }
    #nav-box.visible .search-form{
        opacity: 1;
        visibility: visible;
    }
    .search-form .form-control{
        height: 36px;
        line-height: 36px;
        border: none;
    }
    .search-form .search-btn{
        top: 0;
        right: 0;
    }
    .search-btn .btn{
        right: -5px;
        width: 44px;
        height: 36px;
        min-width: 0;
        border-color: transparent !important;
        background: url("../i/search-icon.svg") no-repeat 50% 50%/21px 21px;
    }
    .no-touchevents .search-btn .btn:hover{
        opacity: .7;
    }
    .sub-btn.search-btn:before, .sub-btn.search-btn:after, .sub-btn.search-btn .btn:before, .sub-btn.search-btn .btn:after{
        display: none !important;
    }
    .js-open-search{
        display: none;
    }
    /*Nav*/
    #nav{
        float: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 102px;
        height: calc(100% - 102px);
        height: calc(100vh - 102px);
        bottom: 0;
        margin: 0;
        padding: 27px 16px 0;
        overflow-y: auto;
        text-align: center;
        font-size: 0;
        min-width: 320px;
        overflow-x: hidden;
    }
    .no-touchevents:not(.hide-scroll) #nav{
        margin-left: 17px;
    }
    .touchevents #nav{
        height: calc(100vh - 160px) !important;
        padding-top: 40px !important;
    }
    #nav:before{
        content: '';
        position: relative;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        width: 0;
        margin: 0 -1px 0 0;
    }
    #nav > ul{
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: auto !important;
        max-width: 99%;
        margin: 0 0 24px !important;
    }
    #nav ul{
        margin: 0;
    }
    #nav li{
        padding: 0;
        margin: 0 0 14px;
        background: none;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.6em;
    }
    #nav > ul > .has-child > a{
        color: #b3b3b3;
        text-decoration: none;
    }
    .no-touchevents #nav > ul > .has-child > a:hover{
        opacity: .7;
    }
    #nav a{
        color: #737373;
        border: none;
        text-decoration: underline;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    #nav .active:not(.has-child) > a{
        color: #8fb716;
        text-decoration: none;
    }
    .no-touchevents #nav .active > a:hover{
        opacity: .7;
    }
    .no-touchevents #nav a:hover{
        text-decoration: none;
        border-color: transparent;
    }
    #nav li ul{
        margin: 14px 0 27px;
    }
    #nav li li{
        font-weight: 400;
        font-size: 17px;
        padding: 0 0 0 24px;
        margin: 0 0 16px;
    }
    #nav li li:not(.has-child).active:before{
        content: '';
        position: absolute;
        top: 11px;
        left: 0;
        width: 15px;
        height: 3px;
        background: #8fb716;
    }
    #nav > ul > li .has-child > a{
        text-decoration: none;
        border-bottom: 2px dotted #b9b9b9;
    }
    #nav > ul > li .has-child.show-dropdown > a{
        color: #b3b3b3;
        border-bottom: transparent;
    }
    .no-touchevents #nav > ul > li .has-child.show-dropdown > a:hover{
        opacity: .7;
    }
    #nav > ul > li .has-child > a:after{
        content: "\f107";
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 1em;
        color: #8fb716;
        height: auto;
        width: auto;
        margin: 5px 0 0 4px;
    }
    @-moz-document url-prefix(){
        #nav > ul > li .has-child > a:after{
            margin-top: 6px;
        }
    }
    #nav > ul > li .has-child.show-dropdown > a:after{
        content: '\f106';
        color: #b3b3b3;
    }
    #nav li li li{
        margin: 0 0 9px;
    }
    #nav li ul{
        display: none;
        margin: 6px 0 14px;
    }

    /*Page banner*/
    #page-banner{
        min-height: 160px;
    }
    #page-banner .sub-box .align-m{
        padding-top: 150px;
    }
}
@media screen and (max-width: 1130px){
    /*Special offers*/
    #special-offers .img{
        width: 35%;
    }
    #special-offers .info{
        width: 65%;
        padding: 0 16px 0 24px;
    }
    /*Footer*/
    #footer .copy-box{
        width: calc(100% - 618px);
        padding-right: 32px;
    }
}
@media screen and (max-width: 1090px){
    /*Product*/
    #products-list .item-box{
        width: 50%;
    }
}
@media screen and (max-width: 1000px){
    /*Product*/
    #products-box:after{
        display: none;
    }
    #products{
        float: none;
        width: 100%;
    }
    #products-list .item-box{
        width: 33.333333%;
    }
    #products-list .img.no-photo{
        padding-bottom: 35.8775%;
    }
    .products-nav{
        display: none;
    }
}
@media screen and (max-width: 970px){
    /*Header*/
    .price-box{
        left: 50%;
        width: 288px;
        margin: 0 0 0 -144px;
        padding: 39px 0;
        background: #253746;
    }
    .price-btn.active .price-box{
        display: block;
    }

    .price-btn .price-box:after{
        display: none;
    }
    .price-box .col{
        position: relative;
        padding: 35px 24px 32px;
        width: 100%;
    }
    .price-box .col:first-child:after{
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 53px;
        height: 1px;
        margin: 0 0 0 -27px;
        background: rgba(255, 255, 255, .1);
    }
    .price-box p{
        margin: 0 0 25px;
    }
    .price-box .close{
        width: 44px;
        height: 44px;
        background: url("../i/close-icon.svg") no-repeat 50% 50%/24px 24px;
    }
    /*Page banner*/
    .products-links .item{
        margin: 0 60px 0 0;
    }
    /*More box*/
    .more-box{
        margin: 42px 0 65px;
    }
    /*Special offers*/
    #special-offers-box{
        padding: 56px 0 40px;
    }
    #special-offers-box h3, #special-offers-box .h3{
        margin: 0 0 41px;
    }
    #special-offers{
        font-size: 0;
        margin: 0 0 60px;
    }
    #special-offers .col{
        display: block;
        width: 100%;
        max-width: 580px;
        padding: 18px 0 0;
        margin: 0 auto 41px;
        overflow: hidden;
    }
    #special-offers .col:before, #special-offers .col:after{
        left: 0;
        right: 0;
    }
    #special-offers .img{
        width: 209px;
    }
    #special-offers .info{
        width: calc(100% - 209px);
        padding: 0 16px 0 32px;
    }
    /*Sales contacts*/
    #special-offers .sales-contacts-box, #special-offers .col.sales-contacts-box:nth-child(odd){
        margin: 70px auto 0;
    }

    /*   #special-offers .sales-contacts h4, #special-offers .sales-contacts .h4{
           margin: 0 0 32px !important;
           }*/
    #special-offers .sales-contacts p{
        margin: 0 0 18px !important;
        padding: 0;
        max-width: none !important;
        text-align: center !important;
        display: block;
    }
    .sales-contacts p:before{
        display: none;
    }
    #special-offers .sales-contacts p:last-child{
        margin: 0 !important;
    }


    .sales-contacts-grid{
        max-width: 480px;
        padding: 0 16px;
        justify-content: space-between;
        margin: 0 auto -24px;
    }
    .sales-contacts-grid .item{
        text-align: left;
        width: calc(50% - 24px);
        margin: 0 0 24px;
    }

    /*Footer*/
    #footer .copy-box{
        width: calc(100% - 200px);
    }
    .sub-nav{
        display: none;
    }
}
@media screen and (max-height: 500px) and (orientation: landscape){
    .price-box{
        padding: 16px 0;
    }
    .price-box .col{
        padding: 16px 24px;
    }
    .price-box p{
        margin: 0 0 12px;
    }
}
@media screen and (max-width: 910px){
    #page-banner.large{
        margin: 0 0 50px;
    }
    /*Advantages*/
    .advantages{
        margin: 42px -16px 36px;
    }
    .advantages .col, .advantages .col:nth-child(even){
        margin: 0 0 18px;
        padding: 0 16px;
    }
    .advantages .col .icon{
        position: relative;
        top: 0;
        display: flex;
        align-items: flex-end;
        height: 76px;
        width: auto;
        padding: 0;
        margin: 0 0 14px;
    }
    /*Objects list*/
    .object-item{
        padding: 30px 20px 92px;
    }
    .object-item .action-btn{
        left: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 860px){
    /*Page banner*/
    .products-links{
        text-align: justify;
        line-height: 0;
    }
    .products-links .item{
        margin: 0;
    }
    .products-links:after{
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .scroll-banner{
        display: none;
    }
}
@media screen and (max-width: 800px){
    /*Objects list*/
    .objects-list{
        margin: 0 -8px 30px;
    }
    .objects-list .object-item{
        margin: 0 8px 16px;
        width: calc(50% - 16px);
    }
}
@media screen and (max-width: 780px){
    blockquote .text{
        padding: 24px 30px;
    }
    blockquote .text > *:first-child:before, blockquote .text > *:last-child:after{
        margin: -6px 6px 0 -21px;
    }
    blockquote .text > *:last-child:after{
        margin: -6px -21px 0 6px;
    }
    blockquote .author{
        margin: 12px 40px 0;
    }
    blockquote:after{
        left: 24px;
        right: 24px;
    }
    /*Independent*/
    .container, .container-middle, .container-large, .container-small{
        padding: 0 16px;
    }
    /*Important info*/
    .important-info{
        padding: 24px;
        margin: 50px 0 42px;
    }
    /*Header*/
    #js-open-nav{
        right: 16px;
    }
    #langs{
        padding: 18px 16px 0;
    }
    /*Page banner*/
    .search-page #page-banner .sub-box .align-m{
        height: 380px;
        padding-bottom: 132px;
    }
    /*Sections*/
    .section:last-of-type{
        padding-bottom: 80px;
    }
    /*Main*/
    #main{
        padding-bottom: 80px;
    }
    #main h1{
        font-size: 3.84615384615385vw;
    }
    /*Text in cols*/
    .text-in-cols{
        margin: 27px -16px;
    }
    .text-in-cols .col{
        padding: 0 16px;
    }
    /*Product*/
    #products-list .item-box{
        width: 50%;
    }
    .product-card .description{
        float: left;
        padding: 0 0 0 24px;
        width: 62%;
        max-width: 420px;
    }
    #products-list .img.no-photo{
        padding-bottom: 38%;
    }

    .articles-list-box .arrow-link{
        margin: 16px auto 0;
    }
    /*Contacts*/
    .contacts{
        font-size: 0;
        line-height: 0;
        color: #282828;
        text-align: left;
        max-width: 840px;
        margin: 0 auto;
    }
    .contacts h2{
        font-weight: 600;
        margin: 0 0 34px;
    }
    .contacts .col{
        width: 55%;
        max-width: 320px;
    }
    .contacts .col:first-of-type{
        width: 100%;
        max-width: none;
        margin: 0 0 16px;
    }
    .contacts .col:last-child{
        width: 45%;
    }
    .contacts:after{
        display: none;
    }


    .contacts-box h2{
        margin: 0 0 32px;
    }
    .contacts-grid{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px -24px;
    }
    .contacts-grid .col{
        padding: 0 12px;
    }
    .contacts-grid > .col:first-child{
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 680px;
        padding: 0 12px;
    }
    .contacts-grid .col:first-child .mobile-col{
        width: calc(50% - 12px);
        max-width: 340px;
    }
    .contacts-grid .col:nth-child(3n-1), .contacts-grid .col:nth-child(3n){
        width: 50%;
        max-width: 340px;
    }
    .contacts-grid .col:nth-child(3n){
        margin-left: 0;
    }
    .contacts-grid .contacts-item.secondary:not(:first-of-type){
        margin-top: -16px;
    }

    .contacts-grid .sub-contacts{
        justify-content: flex-start;
        margin: 6px -12px 0;
        padding: 32px 12px 0;
        width: calc(100% + 24px);
    }
    .contacts-grid .sub-contacts .col{
        width: calc(50% - 12px);
        padding: 0 12px;
        max-width: 340px;
    }

    .contacts-grid .sub-contacts:before{
        left: 24px;
        right: 24px;
    }


    .map-box{
        height: 60vw;
        margin: 72px auto;
    }
    .map-box.middle-indent{
        margin: 40px 0;
    }
    #main + .map-box{
        margin-top: 16px;
    }


    .back-link{
        margin: 48px 0 0 28px;
    }

    /*Pager*/
    .pager, #main .container .pager{
        margin: 62px 0 20px !important;
    }
}
@media screen and (max-width: 720px){
    /*Articles list*/
    .articles-list{
        margin: 0 -8px;
    }
    .article-item{
        padding: 0 0 13px;
    }
    .articles-list .article-item{
        width: calc(50% - 16px);
        margin: 0 8px 16px;
    }
    .article-item .in-brief{
        padding: 16px;
    }
}
@media screen and (max-width: 690px){
    /*Header*/
    #header .price-btn{
        margin: 0 0 0 -20px;
    }
    /*Nav*/
    #nav li{
        font-size: 16px;
    }
    #nav li li{
        font-size: 14px;
    }
    #nav > ul > li .has-child > a:after{
        font-size: 14px;
        margin: 4px 0 0 4px;
    }
    @-moz-document url-prefix(){
        #nav > ul > li .has-child > a:after{
            margin-top: 5px;
        }
    }
    /*Page banner*/
    #page-banner.large .sub-box .align-m{
        height: auto;
        padding: 164px 0 46px;
    }
    h1.bordered{
        padding-left: 24px;
    }
    .products-links{
        text-align: left;
        line-height: 0;
        margin: 70px 0 -32px;
    }
    .products-links .item{
        width: 50%;
        margin: 0 0 32px;
    }
    /*Search results*/
    .search-results{
        margin: 0 0 60px;
    }
    /*Error page box*/
    #error-page-box .num{
        font-size: 120px;
    }
}
@media screen and (max-width: 660px){
    /*Advantages*/
    .advantages{
        margin: 42px 0;
    }
    .advantages .col, .advantages .col:nth-child(even){
        display: block;
        margin: 0 auto 32px;
        padding: 0;
        width: 100%;
        max-width: 420px;
    }
    .advantages .col .icon{
        display: block;
        line-height: 0;
        height: auto;
        margin: 0 0 14px;
    }
    /*More box*/
    .more-box{
        margin: 42px 0 60px;
    }
}
@media screen and (max-width: 620px){
    /*Footer*/
    #footer{
        text-align: center;
        padding: 62px 0 53px;
    }
    #footer .copy-box{
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 32px;
    }
    #footer .copy-box p{
        max-width: none;
    }
    #footer #copy{
        margin: 0 0 28px;
    }
    #dev-box{
        float: none;
        text-align: center;
    }
    #footer .sub-btn{
        display: inline-block;
        vertical-align: top;
        margin: 0 0 45px;
    }
}
@media screen and (max-width: 580px){
    /*Text in cols*/
    .text-in-cols{
        margin: 27px 0;
    }
    .text-in-cols .col{
        display: block;
        padding: 0;
        width: 100%;
        margin: 15px 0;
    }
    /*Product*/
    .product-card .img{
        float: none;
        width: 100%;
        max-width: 280px;
        margin: 0 auto 18px;
    }
    .product-card .description{
        float: none;
        padding: 0;
        width: 100%;
        max-width: none;
    }
    #products-list .img.no-photo{
        padding-bottom: 64.9675%;
    }

    /*Products popup*/
    #products-popup{
        padding: 0;
        background: #fff;
    }
    #products-popup .container{
        padding: 40px 0;
    }
    .products-cards-slider{
        position: static;
        padding: 0 32px;
        box-shadow: none;
    }

    .js-close-products-popup{
        right: 8px;
        top: 8px;
    }

    #products-popup .slider-arrows{
        position: fixed;
    }
    #products-popup .swiper-btn{
        width: 32px;
        height: 32px;
    }
    /*Special offers*/
    #special-offers .img{
        width: 38%;
    }
    #special-offers .info{
        width: 62%;
        padding: 0 0 0 24px;
    }

    .sales-contacts-grid{
        padding: 0 6px;
        margin: 0 auto -24px;
    }
    .sales-contacts-grid .item{
        width: calc(50% - 12px);
    }
    /*Contacts*/

    /*Error page box*/
    #error-page-box .num{
        font-size: 100px;
    }
}
@media screen and (max-width: 550px){
    h1, .h1{
        font-size: 25px;
    }
    h1.bordered:after{
        top: 9px;
        bottom: 9px;
    }
    /*Header*/
    #header{
        padding: 11px 0 17px !important;
    }
    #logo svg{
        display: none;
    }
    #logo .mobile-logo{
        display: block;
        width: 100px !important;
        height: 27px !important;
    }
    #header .price-btn{
        top: 7px !important;
        margin: 0 0 0 -13px !important;
        background: none !important;
    }
    #header .price-btn .btn{
        font-size: 13px;
        padding: 0;
        border: none;
        border-bottom: 1px dotted #fff;
    }
    #header.sticky .price-btn .btn{
        color: #737373;
        border-color: #c7c7c7;
    }
    #header.sticky .price-btn.active .btn{
        color: #737373 !important;
    }
    .no-touchevents #header .price-btn .btn:hover{
        border-color: transparent;
    }
    #header .price-btn:before, #header .price-btn:after, #header .price-btn .btn:before, #header .price-btn .btn:after, #header .price-btn svg{
        display: none;
    }
    .price-box{
        top: 37px;
    }
    #js-open-nav{
        top: 6px !important;
        right: 16px;
    }
    /*Page banner*/
    .search-page #page-banner{
        margin: 0 0 -64px;
    }
    #page-banner .sub-box .align-m{
        height: auto;
        padding: 110px 0 60px;
    }
    #page-banner.large .sub-box .align-m{
        padding: 110px 0 46px;
    }
    .search-page #page-banner .sub-box .align-m{
        height: auto;
        padding-bottom: 132px;
    }
    #page-banner h1{
        max-width: 480px;
    }
    .results-form .form{
        height: 64px;
        padding: 12px 160px 12px 0;
    }
    .results-form .form-control{
        line-height: 39px;
        height: 40px;
    }
    .results-form .search-btn{
        top: 12px;
    }
    .results-form .sub-btn.search-btn .btn{
        height: 40px;
    }
    /*Main*/
    /*Main*/
    #main h1{
        font-size: 21px;
    }
    /*Error page box*/
    #error-page-box .align-m{
        font-size: 14px;
        padding: 100px 0 60px;
    }
    #error-page-box h2{
        letter-spacing: 0;
    }
}
@media screen and (max-width: 540px){
    img.left, figure.left, img.right, figure.right, p img.left, p img.right{
        float: none;
        margin: 19px 0 21px;
        max-width: 100%;
    }
    /*Photo gallery*/
    .photo-gallery .item{
        width: 50%;
    }
    /*Objects list*/
    .objects-list{
        margin: 0 auto 30px;
        max-width: 360px;
    }
    .objects-list .object-item{
        margin: 0 0 16px;
        width: 100%;
    }
}
@media screen and (max-width: 520px){
    /*Product*/
    #products-list .item-box{
        display: block;
        clear: both;
        max-width: 360px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .product-card{
        padding: 24px 16px 16px;
    }
    #products-list .img.no-photo{
        padding-bottom: 100%;
    }
    .gridder-navigation{
        position: fixed;
        z-index: 200;
        left: 0;
        bottom: 0;
        height: 50px;
        width: 100%;
        padding: 9px 16px 0;
        background: #fff;
        -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, .1);
    }
    .gridder-nav{
        position: relative;
        z-index: 100;
        left: 0;
        top: 0;
        float: left;
        border: 1px solid #8fb716 !important;
        margin: 0 12px 0 0;
    }
    .gridder-nav.disabled{
        visibility: hidden;
    }
    .gridder-close{
        position: relative;
        top: 0;
        right: 0;
        float: right;
        width: 32px;
        height: 32px;
        border: 1px solid #8fb716 !important;
        background: url("../i/close.svg") no-repeat 50% 7px/16px auto;
    }
    .no-touchevents .gridder-close:hover{
        background-position: 50% -27px;
    }


    .sales-contacts-grid{
        display: block;
        padding: 0;
        margin: 0 auto -28px;
        max-width: 360px;
    }
    .sales-contacts-grid .item{
        width: 100%;
        text-align: center;
        margin: 0 0 28px;
    }
    #special-offers .sales-contacts .sales-contacts-grid p{
        text-align: center !important;
    }
    /*Search results*/
    .results-form .form{
        padding: 12px 46px 12px 0;
    }
    .results-form .sub-btn.search-btn .btn{
        width: 31px;
        background: url("../i/search-icon.svg") no-repeat 50% 50%/28px 28px;
        border: none !important;
    }
    .results-form .sub-btn.search-btn:before, .results-form .sub-btn.search-btn:after, .results-form .sub-btn.search-btn .btn:before, .results-form .sub-btn.search-btn .btn:after{
        display: none !important;
    }
    /*Pager*/
    .pager, #main .container .pager{
        margin: 42px 0 10px !important;
    }
}
@media screen and (max-width: 480px){
    /*Form styles*/
    .form-box{
        margin: 48px -16px;
        padding: 40px 16px;
    }


    .download-btn{
        padding: 15px 30px;
    }
    /*Page banner*/
    #page-banner.large h1{
        font-size: 20px;
    }
    h1.bordered:after{
        top: 7px;
        bottom: 8px;
    }
    #page-banner h1{
        max-width: 380px;
    }
    /*Sections*/
    .section:last-of-type{
        padding-bottom: 60px;
    }
    #main + .section{
        margin-top: 20px;
    }
    /*Main*/
    #main{
        padding-bottom: 60px;
    }
    /*Special offers*/
    #special-offers-box{
        padding: 56px 0 10px;
    }
    #special-offers .col{
        max-width: 320px;
        margin: 0 auto 36px;
    }
    #special-offers .img{
        float: none;
        width: 100%;
        padding: 0 0 0 14px;
        margin: 0 0 32px;
    }
    #special-offers .img img{
        width: 100%;
    }
    #special-offers .img:before{
        top: 14px;
        right: 14px;
    }
    #special-offers .info{
        float: none;
        width: 100%;
        padding: 0;
    }
    #special-offers h4, #special-offers .h4{
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5em;
        margin: 0 0 3px;
    }
    #special-offers .sales-contacts .h4{
        font-size: 16px;
        line-height: 1.5em;
    }
    #special-offers h5, #special-offers .h5{
        font-size: 14px;
        margin: 0 0 13px;
    }
    #special-offers .price{
        font-size: 16px;
        margin: 20px 0 17px;
    }
    #special-offers .price + .price{
        margin-top: 11px;
    }
    #special-offers .old-price{
        font-size: 12px;
    }
    /*Sales contacts*/
    #special-offers .sales-contacts-box, #special-offers .col.sales-contacts-box:nth-child(odd){
        margin: 50px auto 0;
        padding: 0 !important;
    }
    /*Contacts*/
    .contacts h2{
        font-weight: 600;
        margin: 0 0 34px;
    }
    .contacts .col{
        display: block;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 28px !important;
    }
    .contacts:after{
        display: none;
    }


    .contacts-grid{
        display: block;
        margin: 0;
    }
    .contacts-grid .col{
        padding: 0;
    }
    .contacts-grid > .col:first-child{
        display: block;
        padding: 0;
    }
    .contacts-grid .col:first-child .mobile-col{
        width: 100%;
        max-width: none;
    }
    .contacts-grid .col:nth-child(3n-1), .contacts-grid .col:nth-child(3n){
        width: 100%;
        max-width: none;
    }
    .contacts-grid .contacts-item.secondary:not(:first-of-type){
        margin-top: -12px;
    }
    .contacts-grid .sub-contacts{
        display: block;
        margin: 6px 0 0;
        padding: 32px 0 0;
        width: 100%;
    }
    .contacts-grid .sub-contacts .col{
        width: 100%;
        padding: 0;
        max-width: none;
    }

    .contacts-grid .sub-contacts:before{
        left: 0;
        right: 0;
    }

    .map-box{
        margin: 60px auto;
    }
    #main + .map-box{
        margin-top: 0;
    }

    /*Objects map*/
    .objects-map .object{
        padding: 16px 4px 4px;
    }
    /*Articles list*/
    .articles-list{
        margin: 0 auto;
        max-width: 330px;
    }
    .articles-list .article-item{
        width: 100%;
    }

    .back-link, .arrow-link{
        font-size: 16px;
    }
    .back-link{
        margin: 40px 0 0 28px;
    }
    .back-link .arrow, .arrow-link .arrow{
        top: 5.5px;
    }
    /*Search results*/
    .search-results li{
        font-size: 14px;
        padding: 0 0 0 24px;
    }
    .search-results li .num{
        left: -4px;
    }
    .results-form .form-control{
        font-size: 16px;
        padding: 0 24px;
    }
    .results-form .results-count{
        margin: 0 0 0 24px;
    }
}
@media screen and (max-width: 460px){
    h2, .h2{
        font-size: 22px;
        margin: 28px 0 20px;
    }
    h3, .h3{
        font-size: 20px;
        margin: 30px 0 21px;
    }
    h4, .h4{
        margin: 32px 0 21px;
    }
    h5, .h5{
        margin: 32px 0 21px;
    }
    h6{
        margin: 32px 0 21px;
    }
    blockquote{
        font-size: 15px;
    }
    blockquote .author{
        margin: 12px 32px 0;
    }
    blockquote:after{
        left: 16px;
        right: 16px;
    }
    /*Important info*/
    .important-info{
        font-size: 15px;
        padding: 24px 16px;
        margin: 40px -16px 32px;
    }
    /*Video*/
    .video-box{
        margin: 32px 0;
    }
    /*Popup*/
    #popup-box{
        padding: 0;
        background: #fff;
    }
    #popup-box .container{
        padding: 0;
    }
    .popup{
        position: static;
        padding: 50px 16px 40px;
        box-shadow: none;
    }
    .form-popup .h3{
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 420px){
    /*Header*/
    .price-box{
        margin-left: -176px;
    }
    .price-btn .price-box:before{
        margin: 0 0 0 19px;
    }
    /*Page banner*/
    #page-banner.large .sub-box .align-m{
        padding: 90px 0 52px;
    }
    #page-banner.large h1{
        font-size: 18px;
    }
    #page-banner h1{
        max-width: 320px;
    }
    h1.bordered{
        padding-left: 20px;
    }
    h1.bordered:after{
        top: 6px;
        bottom: 6px;
    }
    .products-links{
        text-align: left;
        line-height: 0;
        margin: 32px 0 -11px;
    }
    .products-links .item{
        display: block;
        width: 100%;
        margin: 0 0 11px;
    }
    .products-links a{
        font-size: 0;
    }
    .products-links .icon{
        display: flex;
        float: left;
        align-items: center;
        vertical-align: middle;
        line-height: 0;
        width: 39px;
        height: 44px;
        margin: 0;
    }
    .products-links p{
        font-size: 14px;
        line-height: 1.5em;
        display: inline-block;
        vertical-align: middle;
        margin: 12px 0 0 15px;
        max-width: calc(100% - 54px);
    }
    .products-links p:after{
        top: auto;
        bottom: -6px;
    }
    .products-links p:before{
        top: auto;
        bottom: -7px;
    }
    .products-links br{
        display: none;
    }
    /*Main*/
    /*#main{
        padding-bottom: 40px;
        }*/
    /*Search results*/
    .search-results li{
        margin: 0 0 36px;
    }
    .search-results h4, .search-results .h4{
        font-size: 16px;
    }
    .results-form{
        margin: 0 0 32px;
    }

    #main + .map-box{
        margin-top: 16px;
    }
    /*Pager*/
    .pager, #main .container .pager{
        margin: 42px -10px 20px !important;
    }
    /*Footer*/
    #footer{
        font-size: 12px;
        padding: 62px 0 53px;
    }
    #footer #copy{
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 390px){
    .download-btn-box{
        width: 100%;
    }
    .download-btn{
        width: 100%;
        padding: 15px 16px;
    }

    #page-banner.large h1{
        font-size: 16px;
    }
    h1.bordered{
        padding-left: 20px;
    }
    h1.bordered:after{
        top: 5px;
    }
    /*Nav*/
    #nav{
        text-align: left;
    }
    /*Pager*/
    .pager li{
        margin: 0 5px;
    }
}
@media screen and (max-width: 360px){
    /*Form*/
    .submit-message{
        font-size: 14px;
        margin: 22px 0 0;
    }
    /*Docs list*/
    .docs-list li{
        padding: 0 0 0 32px;
    }
    .docs-list li a:before{
        width: 22px;
        height: 22px;
    }
    /*Footer*/
    #footer .sub-btn, #footer .sub-btn .btn{
        display: block;
    }
}
/*Foreign plugins*/
/*Swiper*/
.swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-wrapper.disabled{
    transform: translate3d(0px, 0, 0) !important;
}
.swiper-slide{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-container-vertical > .swiper-wrapper{
    flex-direction: column;
}
.swiper-container-android .swiper-slide, .swiper-wrapper{
    transform: translate3d(0px, 0, 0);
}
.swiper-container-free-mode > .swiper-wrapper{
    transition-timing-function: linear !important;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide{
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide{
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active{
    pointer-events: auto;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper{
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container .swiper-notification{
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.slider-controls{
    display: flex;
    align-items: center;
    margin: 32px 0 0;
}
.slider-controls.only-progress{
    margin: 64px 0 0;
}

.slider-arrows{
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    top: calc(50% - 14px);
    height: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 42px;
    height: 42px;

    cursor: pointer;
    transition: opacity .2s ease;
}

.swiper-btn svg{
    height: auto;
}
.no-touchevents .swiper-btn:not(.swiper-button-disabled):hover{
    opacity: .7;
}
.swiper-button-disabled{
    cursor: default;
}
.swiper-button-disabled svg *{
    stroke: rgba(0, 0, 0, .1);
}


.swiper-pagination-bullets{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0;
}
.swiper-pagination-bullets.swiper-pagination-lock{
    display: none;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #CDD15D;
    border-radius: 110%;
    cursor: pointer;
    transition: background .2s ease;
}
.touchevents .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin: 0 12px;
}
.no-touchevents .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{
    background: rgba(205, 209, 93, .5);
}
.swiper-pagination-bullet-active{
    background: #CDD15D;
    cursor: default;
}

/*LightGallery*/
@font-face{
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.lg-icon{
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev{
    position: absolute;
    z-index: 1080;
    top: 47px;
    bottom: 0;
    display: block;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    width: 20%;
    min-width: 70px;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled{
    pointer-events: none;
    opacity: 0.5;
}
.lg-actions .lg-next{
    right: 0;
}
.lg-actions .lg-prev{
    left: 0;
}
.lg-actions .lg-next:before, .lg-actions .lg-prev:before{
    content: "\e095";
    position: absolute;
    top: 50%;
    margin: -60px 0 0;
    right: 20px;
    padding: 8px 10px 9px;
    background: rgba(42, 57, 76, .8);
    border-radius: 2px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.lg-actions .lg-prev:before{
    content: "\e094";
    right: auto;
    left: 20px;
}
.no-touchevents .lg-actions .lg-next:hover:before, .no-touchevents .lg-actions .lg-prev:hover:before{
    opacity: .7;
}
@-webkit-keyframes lg-right-end{
    0%{
        left: 0;
    }
    50%{
        left: -30px;
    }
    100%{
        left: 0;
    }
}
@-moz-keyframes lg-right-end{
    0%{
        left: 0;
    }
    50%{
        left: -30px;
    }
    100%{
        left: 0;
    }
}
@-ms-keyframes lg-right-end{
    0%{
        left: 0;
    }
    50%{
        left: -30px;
    }
    100%{
        left: 0;
    }
}
@keyframes lg-right-end{
    0%{
        left: 0;
    }
    50%{
        left: -30px;
    }
    100%{
        left: 0;
    }
}
@-webkit-keyframes lg-left-end{
    0%{
        left: 0;
    }
    50%{
        left: 30px;
    }
    100%{
        left: 0;
    }
}
@-moz-keyframes lg-left-end{
    0%{
        left: 0;
    }
    50%{
        left: 30px;
    }
    100%{
        left: 0;
    }
}
@-ms-keyframes lg-left-end{
    0%{
        left: 0;
    }
    50%{
        left: 30px;
    }
    100%{
        left: 0;
    }
}
@keyframes lg-left-end{
    0%{
        left: 0;
    }
    50%{
        left: 30px;
    }
    100%{
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object{
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object{
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative;
}
.lg-toolbar{
    z-index: 1080;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(42, 57, 76, .8);
    min-width: 320px;
}
.lg-toolbar .lg-icon{
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
}
.lg-toolbar .lg-icon:hover{
    color: #fff;
}
.lg-toolbar .lg-close:after{
    content: "\e070";
}
.lg-toolbar .lg-download{
    border-bottom: none;
}
.lg-toolbar .lg-download:after{
    content: "\e0f2";
    background: none;
}
.lg-sub-html{
    background: rgba(42, 57, 76, .8);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}
.lg-sub-html h4, .lg-sub-html .h4{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}
.lg-sub-html p{
    font-size: 12px;
    margin: 5px 0 0;
}
#lg-counter{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 13px 0 0 15px;

}
.lg-toolbar, .lg-prev, .lg-next{
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev{
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next{
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar{
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
    -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
    -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
    transition: transform 250ms ease 0s, opacity 250ms !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.lg-outer .lg-thumb-outer{
    background: rgba(42, 57, 76, .8);
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    padding: 0 10px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{
    /*cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;*/
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer{
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.no-touchevents .lg-outer.lg-thumb-open .lg-thumb-outer{
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
}
.no-touchevents .lg-outer.lg-thumb-open .lg-thumb-outer:hover{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb{
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}
.lg-outer .lg-thumb-item{
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
}
.lg-outer .lg-thumb-item.active{
    border-color: #8fb716;
}
.lg-outer .lg-thumb-item img{
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    max-width: 150%;
    opacity: 1;
    border: none;
}
.lg-outer.lg-has-thumb .lg-item{
    padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item{
    padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html{
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
    bottom: 100px;
}
.lg-outer .lg-toogle-thumb{
    background: rgba(42, 57, 76, .8);
    border-radius: 2px 2px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}
.lg-outer .lg-toogle-thumb:after{
    content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover{
    color: #fff;
}
.lg-outer .lg-video-cont{
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}
.lg-outer .lg-video{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.lg-outer .lg-video .lg-object{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.lg-outer .lg-video .lg-video-play{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    background: url("../i/play-arrow.svg") no-repeat 0 0;
    cursor: pointer;
}
.lg-outer .lg-video-object{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.lg-outer .lg-has-video .lg-video-object{
    visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play{
    display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object{
    visibility: visible;
}
.lg-progress-bar{
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress{
    background-color: #fff;
    height: 5px;
    width: 0;
}
.lg-progress-bar.lg-start .lg-progress{
    width: 100%;
}
.lg-show-autoplay .lg-progress-bar{
    opacity: 1;
}
.lg-autoplay-button:after{
    content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after{
    content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
    transition: transform 0.3s ease 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
#lg-zoom-in:after{
    content: "\e311";
}
#lg-zoom-out{
    opacity: 0.5;
    pointer-events: none;
}
#lg-zoom-out:after{
    content: "\e312";
}
.lg-zoomed #lg-zoom-out{
    opacity: 1;
    pointer-events: auto;
}
.lg-outer .lg-pager-outer{
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{
    overflow: visible;
}
.lg-outer .lg-pager-cont{
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{
    box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont{
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img{
    width: 100%;
    height: 100%;
}
.lg-outer .lg-pager{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus{
    box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}
.lg-fullscreen:after{
    content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after{
    content: "\e20d";
}
.group{
    *zoom: 1;
}
.group:before, .group:after{
    display: table;
    content: "";
    line-height: 0;
}
.group:after{
    clear: both;
}
.lg-outer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-visible{
    opacity: 1;
}
.lg-outer img{
    margin: 0;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current{
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current{
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object{
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object{
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}
.lg-outer .lg-inner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.lg-outer .lg-item{
    background: url(../i/loading.gif) no-repeat scroll center center transparent;
    display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide{
    display: inline-block !important;
}
.lg-outer.lg-css .lg-current{
    display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap{
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before{
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
.lg-outer .lg-img-wrap{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 5px 31px;
}
.lg-outer .lg-item.lg-complete{
    background-image: none;
}
.lg-outer .lg-item.lg-current{
    z-index: 1060;
}
.lg-outer .lg-image{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play{
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{
    opacity: 1;
}
.lg-outer .lg-empty-html{
    display: none;
}
.lg-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in{
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current{
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item{
    will-change: transform, opacity;
}
.lg-css3.lg-use-left .lg-item{
    will-change: left, opacity;
}
.lg-css3.lg-fade .lg-item{
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current{
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current{
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item{
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item{
    opacity: 0;
    position: absolute;
    left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
    left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{
    left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
    left: 0;
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
@media screen and (max-width: 410px){
    .lg-toolbar .lg-icon{
        width: 40px;
    }
}