@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: 500;
    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, .h3, .h4, .h5{
    font-weight: 700;
    line-height: 1.6em;
    position: relative;
    color: #282828;
    }
h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.433333333333333em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 1.4px;
    }
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: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;
    }
iframe {
    max-width: 100%;
}
/*_______________________________*/
.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;
    }
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{
    position: relative;
    margin: 40px 0;
    }
.field{
    position: relative;
    margin: 0 0 25px;
    }
.field-name{
    position: absolute;
    left: 11px;
    top: 12px;
    font-size: 14px;
    line-height: 1.25em;
    }
.field.focus .field-name{
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25em;
    top: -17px;
    }
.required .field-name:after{
    content: '*';
    }
.form-control{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #282828;
    line-height: 40px;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 11px;
    border: none;
    border-bottom: 1px solid #a7a7a7;
    background-color: #f4f6f7 !important;
    -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{
    border-color: #8fb716;
    }
.error-field .form-control{
    color: #d75d73;
    border-color: #d75d73;
    background-color: #f7dfe3 !important;
    }
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%;
    }
.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);
    }
/*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{
    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: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{
    margin-top: 0 !important;
    }
#main .container > *:last-child, #main .container-middle > *:last-child, #main .container-large > *: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;
    }
/*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;
    }
#indent{
    clear: both;
    }
/*================================HEADER====================================*/
#header{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    padding: 26px 0;
    }
#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);
    }
#header.sticky:after{
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    }
#header.sticky{
    padding: 8px 0 2px;
    }
#logo{
    float: left;
    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*/
#header .price-btn{
    float: left;
    margin: 14px 0 0 6.75%;
    }
.price-btn.active{
    background-color: #cdd15d;
    }
#header.sticky .price-btn, #header.sticky #call-box .sub-btn{
    margin-top: 8px;
    }
#header.sticky .price-btn.active, #header.sticky #call-box .sub-btn.active{
    background-color: #8fb716;
    }
.price-btn .btn, #call-box .sub-btn a{
    border-color: rgba(255, 255, 255, .4);
    min-width: 0;
    padding: 8px 26px 6px;
    }
#header.sticky .price-btn .btn, #header.sticky #call-box .sub-btn a{
    color: #737373;
    border-color: #c7c7c7;
    }
#header.sticky .contact-phone a{
    color: #737373;
}
.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,
#header.sticky #call-box .sub-btn:before, #header.sticky #call-box .sub-btn:after, #header.sticky #call-box .sub-btn a:before, #header.sticky #call-box .sub-btn a:after{
    background: #8fb716;
    }
.price-box{
    position: absolute;
    left: -12px;
    top: 58px;
    font-size: 0;
    background: #2a394cdb;
    display: none;
    z-index: 10;
    }
.price-btn.active .price-box{
    display: flex;
    }
.price-btn .price-box:before{
    content: '';
    position: absolute;
    left: 94px;
    top: -16px;
    width: 32px;
    height: 16px;
    background: url("../i/nav-dropdown-arrow.png") no-repeat 0 0;
    }
.price-btn .price-box:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 36px;
    bottom: 36px;
    width: 1px;
    background: rgba(255, 255, 255, .1);
    }
#call-box .sub-btn {
    float: right;
    margin: 14px 0 0 1.5em;
}
.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{
    float: right;
    margin: 0 0 0 33px;
    }
.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 ;
    }
.contact-phone span {
    float: right;
    display: flex;
    margin-top: 14px;
    line-height: 1.5em;
    padding: 10px 26px 6px;
}
.contact-phone span img {
    margin: 0 10px 0 0;
    height: 32px;
    border: none;
}
.contact-phone span a {
    color: white;
    align-self: center;
    font-size: 18px;
}
/*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;
    margin: 10px 0 0;
    float: right;
    width: 100%;
    }
#header.sticky #nav-box{
    margin: 3px 0 0;
    }
#nav{
    float: initial;
    margin: 13px 0 0;
    width: 100%;
    }
.visible-form #nav{
    opacity: 0;
    }
#nav ul{
    margin: 0;
    }

@media screen and (min-width: 1165px){
    #nav li{
        float: left;
        padding: 0;
        margin: 0 0 0 27px;
        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;
        font-size: 16px;
        }
    .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:hover ul {
        display: block !important;
        top: -18px;
        left: 315px;
    }
    #nav > ul > .has-child li ul:before {
        background: none;
    }
    #nav ul.dropdown > li.has-child:hover:before {
        content: '';
        position: absolute;
        right: -17px;
        top: 4px;
        width: 18px;
        height: 32px;
        background: url(../i/nav-dropdown-right-arrow.png) no-repeat 50% 0;
    }
}
#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;
    }
.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;
    }
/*Breadcrumb*/
.breadcrumb {
    margin: .5em 0 0;
    text-align: center;
    font-size: 0;
}
.breadcrumb > li {
    background: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fdfdfc;
    font-size: 14px;
}
.breadcrumb > li a {
    color: #fdfdfc;
    font-weight: 200;
}

.breadcrumb-item:after {
    content: '';
    background-image: url(/i/chevron-right.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .3em;
}
/*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 120px;
    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;
    }
#special-offers .img img{
    margin: 0;
    border: none;
    }
#special-offers .img:before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    right: 9px;
    height: 100%;
    background: rgba(255, 255, 255, .05);
    }
#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;
    }
#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;
    }
.panorama {
    margin-bottom: 70px;
}
.panorama__desktop {
    position: relative;
}
.panorama p {
    text-align: center;
    margin: 0 0 20px;
}
.panorama a {
    position: absolute;
    display: block;
    background: url('/uploads/play-btn.svg');
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    border: none;
}
/*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: 21px 20px 50px;
    background: rgba(255, 255, 255, .05);
    }
#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 40px;
    }
#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;
    }
/*============================MAIN=============================*/   
#main{
    padding-bottom: 100px;
    }
/*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 .title-box__btn button {
    background-color: transparent;
    padding: 0;
    margin-top: .5em;
    border-bottom: 1px dashed #8fb716;
    padding-bottom: 5px;
    color: #8fb716;
    font-size: 13px;
}
#products-list .title-box__btn button:hover {
    transition: all .5s ease-out;
    color: #69ab13;
}
#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%;
    }
#products-list .latin_name {
    margin-bottom: 1.5em;
    font-weight: 500;
    color: #8fb716 !important;
    line-height: normal;
}
/*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;
    background: #d3d3d3;
    }
.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;
    }
.select-quantity {
    display: block;
    min-height: 40px;
    margin-bottom: 1em;
}
.add-to-cart {
    margin-right: 15px;
    float: left;
    border: 1px solid #c7c7c7;
}
.add-to-cart .minus, .add-to-cart .plus {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 100;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    background: transparent;
    color: #9c9c9c;
    border: none;
    cursor: pointer;
}
.add-to-cart .input-text::-webkit-outer-spin-button,
.add-to-cart .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.add-to-cart .input-text:hover,
.add-to-cart .input-text:focus {
  -moz-appearance: number-input;
}
.add-to-cart .input-text {
    border-color: #c7c7c7;
    border-width: 0 1px;
    color: #9c9c9c;
    float: left;
    font-size: 16px;
    background: transparent;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    text-align: center;
    width: 50px;
    border-left: 1px solid;
    border-right: 1px solid;
    -webkit-border-radius: 0;
    -moz-appearance: textfield;
}
.add-btn {
    position: relative;
    display: inline-block;
}
.add-btn button {
    font-size: 14px;
    line-height: 1.5em;
    padding: 7px 3em 8px;
    margin: 0;
    border: 1px solid #c7c7c7;
    background: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    float: left;
    color: #737373;
    text-align: center;
}
.add-btn button:hover {
    background-color: #f8f9f6;
    transition: 2s;
}
.add-btn:before, .add-btn:after, .add-btn button:before, .add-btn button:after {
    content: '';
    position: absolute;
    z-index: 10;
    left: -1px;
    bottom: -1px;
    width: 3px;
    height: 20px;
    background: #8fb716;
}
.add-btn:after, .add-btn button:after {
    width: 20px;
    height: 3px;
}
.add-btn button:before, .add-btn button:after {
    left: auto;
    right: -2px;
    top: -2px;
}
.info-btn {
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #8fb716;
    background: #8fb716;
    display: inline-block;
    margin-top: .3em;
}
.info-btn a {
    background: transparent;
    padding: 0 !important;
    margin: 0;
    display: inline;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
/*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-text {
    margin: 3em 0 2em;
    line-height: normal;
    font-size: 15px;
}
.products-text p {
    margin: 0 0 10px;
}
.hidden-part p:first-child, .shown-part p:last-child{margin: 0;}
.products-text strong {
    font-weight: 600;
}
.hidden-part {
    display: none;
}
.readmore_btn {
    background: transparent;
    padding: 0;
    font-size: 15px;
    color: #8fb716;
    padding-bottom: 5px;
    border-bottom: 1px dotted;
    letter-spacing: 1px;
    position: relative;
}
.readmore_btn > svg {
    vertical-align: text-bottom;
}
.contact-form {
    background: url(/i/special-offers-bg.jpg) no-repeat 50% 0;
    background-size: cover;
    background-position: bottom;
    padding: 2em;
    margin-top: 3em;
    text-align: center;
    color: white;
}
.contact-form h4 {
    margin: 0;
    color: white;
    font-size: 30px;
    line-height: normal;
}
.contact-form p {
    margin: 0.5em 0 2em;
    font-size: 17px;
    line-height: normal;
}
.contact-form form {
    max-width: 700px;
    margin: 2em auto 0;
    color: black;
}
/*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 36px;
    }
.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;
    }
.social-network-links a {
    border: none;
    margin-right: .5em;
}
.social-network-links svg {
    color: #8fb716;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
#map{
    position: relative;
    height: 396px;
    margin: -60px 0 0;
    }
#map:before{
    content: '';
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    height: 17px;
    background: url("../i/map-shadow.png") repeat-x top;
    }
/*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;
    }
#footer .copy-box{
    float: left;
    width: 35.677966%;
    padding-top: 1px;
    }
#footer .copy-box a{
    color: #acafb4;
    border-bottom-color: #808993;
    }
.footer-legal-info {
    background: #202c3c;
    padding: 15px 0;
    position: relative;
    line-height: 1.5em;
    color: #acafb4;
}
.footer-legal-info p {
    margin: 0;
    text-align: center;
    font-size: 11px;
}
.social-network {
    margin-bottom: 7px;
}
.social-network a {
    margin-right: .7em;
    border: none;
}
.social-network a:hover svg{
    color: #8fb716;
}
.social-network svg {
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #cdd15d;
}
.contract-info {
    margin-bottom: 12px;
}
.contract-info p {
    margin: 0;
}
.contract-title {
    color: #fff;
}
.contract-phone, .contract-email, .contract-phone a {
    font-size: 13px;
    margin-bottom: 2px !important;
}
#smoothup {
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 5px;
    background-color: rgb(32 44 60 / 90%);
    font-size: 18px;
    right: 30px;
    bottom: 30px;
}
.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========================*/
.overlay{
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    min-width: 320px;
    visibility: hidden;
    }
.opened-popup .overlay{
    opacity: 1;
    visibility: visible;
    }
.overlay .bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .65);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    }
.opened-popup .overlay .bg{
    opacity: 1;
    }
.popup{
    position: absolute;
    z-index: 15;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    }
.opened-popup .popup{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
.popup h3, .popup .h3{
    text-align: center;
    margin: 0 0 44px;
    color: #737373;
    }
.popup .max-w{
    position: relative;
    /*max-width: 484px;*/
    margin: 0 auto;
    padding: 3em 3em 2.75em;
    }
#feedback .form{
    max-width: 600px;
    width: 320px;
    margin: 0 auto;
    }
.popup .close-popup{
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: #f4f6f7;
    cursor: pointer;
    }
.no-touchevents .popup .close-popup:hover{
    background: #2c3a4b;
    }
.popup .close-popup svg{
    display: block;
    width: 16px;
    height: 16px;
    margin: 13px auto 0;
    opacity: .65;
    }
.popup .close-popup svg *{
    fill: #2c3a4b;
    }
.no-touchevents .popup .close-popup:hover svg *{
    fill: #f4f6f7;
    }
.popup .hidden{
    display: none;
    }
/*=========================TRANSITIONS=========================*/
#header, .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{
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    }
/**/
/*Resolutions*/
@media screen and (max-width: 1200px){
    /*Header*/
    #header .price-btn{
        margin: 14px 0 0 4%;
        }
    }
@media screen and (max-width: 1164px){
	body.hide-scroll{
		overflow-y: hidden !important;
		}
    /*Header*/
    #header .price-btn{
        float: right;
        }
    #header.sticky .price-btn{
        top: 0;
        }
    .contact-phone span {
        position: absolute;
        top: 5em;
        right: 14px;
        background-color: #ffffff;
        border-radius: 3em;
        box-shadow: 0 0px 30px 0 rgb(0 0 0 / 12%);
        padding: 6px 25px 5px;
    }
    .contact-phone span a {
        color: #4b4b4b;
        font-size: 15px;
        line-height: normal;
    }
    .contact-phone span a:before {
        content: 'Контактный номер';
        display: block;
        font-size: 12px;
        text-align: center;
        line-height: normal;
        font-weight: 600;
    }
    #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;
        }
    #call-box .sub-btn {
        margin: 14px 55px 0 1.5em;
    }
    #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;
        opacity: 1;
        background: none;
        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;
        }
    .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 > ul > .has-child > ul{
		display: block !important;
		}
    #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 li ul{
        display: none;
        margin: 6px 0 14px;
        }

    }
@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:before{
        left: 50%;
        top: -16px;
        width: 28px;
        margin: 0 0 0 -14px;
        background: url("../i/price-dropdown-arrow.png") no-repeat 0 0;
        }
    .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{
        padding: 24px 20px 40px;
        }
    #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;
        }
    /*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;
        }
    }
@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: 780px){
    .contact-phone span {
        top: 4.5em;
        right: 10px;
    }
    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{
        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;
        }
    /*Main*/
    #main{
        padding-bottom: 60px;
        }
    /*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%;
        }
    /*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;
        }
    #map{
        margin-top: -30px;
        height: 340px;
        }
    /*Pager*/
    .pager, #main .container .pager{
        margin: 62px 0 20px !important;
        }
    }
@media screen and (max-width: 690px){
    #header .price-btn, #header #call-box .sub-btn{
        top: 7px !important;
        margin: 0 0 0 -13px !important;
        background: none !important;
        float: unset;
        }
    #header .price-btn .btn, #header #call-box .sub-btn a{
        font-size: 13px;
        padding: 0;
        border: none;
        border-bottom: 1px dotted #fff;
        }
    #header.sticky .price-btn .btn, #header.sticky #call-box .sub-btn a{
        color: #737373;
        border-color: #c7c7c7;
        }
    #header.sticky .price-btn.active .btn, #header.sticky #call-box .sub-btn.active a{
        color: #737373 !important;
        }
    .no-touchevents #header .price-btn .btn:hover, .no-touchevents #header #call-box .sub-btn a: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,
    #header #call-box .sub-btn:before, #header #call-box .sub-btn:after, #header #call-box .sub-btn a:before, #header #call-box .sub-btn a:after{
        display: none;
    }
    /*Header*/
    #header .price-btn, #header #call-box .sub-btn{
        margin: 0 0 0 -20px;
    }
    #call-box, .prices {
        text-align: right;
        margin-right: 50px;
    }
    .price-box {
        left: 0;
    }
	/*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;
        }
    .popup{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        height: max-content;
        width: 90%;
    }
    .popup .max-w {
        padding: 2em 2.5em 1.75em;
    }
    }
@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;
        }
    #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%;
        }
    /*Special offers*/
    #special-offers .img{
        width: 38%;
        }
    #special-offers .info{
        width: 62%;
        padding: 0 0 0 24px;
        }
    /*Contacts*/
    #map{
        height: 300px;
        }
    /*Error page box*/
    #error-page-box .num{
        font-size: 100px;
        }
    }
@media screen and (max-width: 550px){
    h1{
        font-size: 25px;
        }
    h1.bordered:after{
        top: 9px;
        bottom: 9px;
        }
    /*Header*/
    #header{
        padding: 11px 0 5px !important;
        }
    #logo svg{
        display: none;
        }
    #logo .mobile-logo{
        display: block;
        width: 120px;
        height: auto;
        }
    #header.sticky #logo svg{
        width: 120px;
        height: auto;
    }
    .contact-phone span {
        top: 3.2em;
        right: 10px;
    }
    #logo {
        width: auto;
    }
    .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;
        }
    /*Error page box*/
    #error-page-box .align-m{
        font-size: 14px;
        padding: 100px 0 60px;
        }
    #error-page-box h2{
        letter-spacing: 0;
        }
    #header .price-btn, #header #call-box .sub-btn {
        top: -4px !important;
    }
}
@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%;
        }
    }
@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;
        }
    /*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){
    .contact-phone span{
        display: none;
    }
    #header.sticky .contact-phone span{
        display: block;
    }
    /*Page banner*/
    #page-banner.large h1{
        font-size: 20px;
        }
    h1.bordered:after{
        top: 7px;
        bottom: 8px;
        }
	#page-banner h1{
		max-width: 380px;
		}
    /*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;
        }
    #map{
        margin-top: -40px;
        height: 260px;
        }
    /*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;
        }
    .contact-form h4 {
        font-size: 25px;
        }
    .contact-form p {
        font-size: 15px;
        }
    }
@media screen and (max-width: 460px){
    h2{
        font-size: 23px;
        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;
        }
    }
@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;
        }
    #map{
        margin-top: -20px;
        height: 260px;
        }
    /*Search results*/
    .search-results li{
        margin: 0 0 36px;
        }
    .search-results h4, .search-results .h4{
        font-size: 16px;
        }
    .results-form{
        margin: 0 0 32px;
        }
    /*Pager*/
    .pager, #main .container .pager{
        margin: 42px -10px 20px !important;
        }
    /*Footer*/
    #footer{
        font-size: 12px;
        padding: 62px 0 53px;
        }
    }
@media screen and (max-width: 390px){
    .contact-phone span a {
        font-size: 13px;
    }
    .contact-phone span {
        padding: 5px 15px 4px;
    }
    #call-box, .prices {
        line-height: normal;
    }
    #header .price-btn .btn, #header #call-box .sub-btn a {
        font-size: 12px;
    }
    #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;
        }
    }
/*Custom elements*/
/*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;
        }
    }