@charset "UTF-8";
@font-face {
    font-family: 'Inter';
    src: local('Inter Light'), local('Inter-Light'),
    url('../fonts/Inter-Light.woff2') format('woff2'),
    url('../fonts/Inter-Light.woff') format('woff'),
    url('../fonts/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'),
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Semi Bold'), local('Inter-Semi-Bold'),
    url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'),
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Comfortaa';
    src: local('Comfortaa Bold'), local('Comfortaa-Bold'),
    url('../fonts/Comfortaa-Bold.woff2') format('woff2'),
    url('../fonts/Comfortaa-Bold.woff') format('woff'),
    url('../fonts/Comfortaa-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans SemiBold'), local('OpenSans-SemiBold'),
    url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('../fonts/OpenSans-SemiBold.woff') format('woff'),
    url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    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,
events, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
strong, b{
    font-weight: 600;
}
em, i{
    font-style: italic;
}
sup, sub{
    position: relative;
    top: -0.6em;
    font-size: 65% !important;
    line-height: 1em !important;
}
sub{
    top: auto;
    bottom: -0.3em;
}
small{
    display: inline-block;
    vertical-align: baseline;
    font-size: .75em;
    line-height: 1.666666666666667em;
}
/* HTML5 display-role reset for older browsers */
events, 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: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.67em;
    color: #585F65;
    min-width: 320px;
}
/*Common styles*/
*, *:before, *:after{
    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;
}
#main {
    position: relative;
    padding-top: 23px;
    padding-bottom: 237px;
    z-index: 11;
}
.has-aside {
    padding-top: 60px;
    padding-bottom: 150px;
}
.has-aside .container {
    display: flex;
    flex-wrap: wrap;
}
.has-aside #main {
    padding-right: 30px;
    width: calc(100% - 490px);
}
.has-aside .aside {
    position: relative;
    max-width: 490px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    position: relative;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    color: #1C2731;
    max-width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
h1, .h1{
    font-size: 3.333333333333333em;
    line-height: 1.07em;
    margin-top: 87px;
    margin-bottom: 51px;
}
h2, .h2{
    font-size: 2.777777777777778em;
    line-height: 1.16em;
    margin-top: 121px;
    margin-bottom: 48px;
}
h3, .h3{
    font-size: 2.555555555555556em;
    line-height: 1.13em;
    margin-top: 121px;
    margin-bottom: 57px;
}
h4, .h4{
    font-size: 2.222222222222222em;
    line-height: 1.2em;
    margin-top: 121px;
    margin-bottom: 56px;
}
h5, .h5{
    font-size: 1.888888888888889em;
    line-height: 1.29em;
    margin-top: 139px;
    margin-bottom: 47px;
}
h6, .h6{
    font-size: 1.555555555555556em;
    line-height: 1.36em;
    margin-top: 139px;
    margin-bottom: 46px;
}
ol, ul{
    list-style: none;
    margin: 14px auto;
    max-width: 858px;
}
ul li, ol li{
    position: relative;
    padding-left: 50px;
    margin: 0 0 14px;
    line-height: 1.7em;
}
ul li {
    background: url(../i/rectangle.svg) no-repeat 5px 11px/12px auto
}
ol li .num {
    position: absolute;
    top: 2px;
    left: 6px;
    color: #FF4D00;
    font-weight: 600;
    font-size: 0.8888888888888889em;
    line-height: 1.87em;
}
ol ol li .num {
    left: 0;
}
ol{
    counter-reset: list1;
    list-style-type: none;
}
ul ul, ol ol{
    max-width: none;
    margin: 15px 0;
}
ol > li{
    background: none !important;
}
ol > li:before{
    position: absolute;
    left: 0px;
    top: 2px;
    color: #FF4D00;
    font-weight: 600;
    font-size: 0.8888888888888889em;
    line-height: 1.87em;
    counter-increment: list1;
    content: counter(list1) ".";
}
ol ol{
    counter-reset: list2;
    margin-left: 0;
}

ol ol li{
    background: none;
    letter-spacing: -0.38px;
    line-height: 1.611111111111111em;
}
ol ol li:before{
    counter-increment: list2;
    content: counter(list1) "." counter(list2);
    left: 2px;
}
ul li p:first-child, ol li p:first-child{
    margin-top: 0 !important;
}
ul li p:last-child, ol li p:last-child{
    margin-bottom: 0 !important;
}
.search-results-list > li:before {
    content: none !important;
}
/*_______________________________*/
.scroll-tbl{
    position: relative;
    width: 100%;
    max-width: 1002px;
    margin: 68px auto 64px;
    overflow-x: auto;
    border: 2px dashed #D7DBDF;
    border-radius: 10px;
}
.scroll-tbl table{
    margin: 0 auto;
    min-width: 800px;
    border: none;
}
table{
    table-layout: fixed;
    width: 100%;
    max-width: 1000px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px dashed #D7DBDF;
}
table th, table td{
    vertical-align: top;
    text-align: left;
    padding: 28px 40px 30px 22px;
    letter-spacing: 0.000005em;
    border-right: 2px dashed #D7DBDF;
    border-top: 2px dashed #D7DBDF;
}
table td p{
    margin: 12px 0;
}
table tr:first-child td {
    border-top: none;
}
table th{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.33em;
    letter-spacing: 0.02em;
    color: #1C2731;
    background: #F7FAFD;
    border: 2px dashed #D7DBDF;
    border-bottom: none;
}
table td{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.8888888889em;
    line-height: 1.5em;
    color: #585F65;
}
table td .title{
    display: block;
    font-weight: 600;
}
table tr:first-child th{
    border-top: 0;
}
table th:first-child, table td:first-child{
    border-left: 0;
}
table th:last-child, table td:last-child{
    border-right: 0;
}
table tr:last-child td{
    border-bottom: 0;
}
table td > *{
    margin: 10px 0;
}
table td a{
    transition: color .3s ease;
}
.no-touchevents table td a:hover{
    color: #FF4D00;
}
.no-touchevents.visually-impaired table td a:hover{
    opacity: .6 !important;
}
table td > *:first-child{
    margin-top: 0 !important;
}
table td > *:last-child{
    margin-bottom: 0 !important;
}
table td .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #585F65;
}
a{
    color: #3A3D47;
    outline: none !important;
    text-decoration: none;
}
.no-touchevents a:hover{

}
a[href^=tel], a[href^=fax]{
    white-space: nowrap;
    text-decoration: none;
    color: #3A3D47;
}
/* .no-touchevents a[href^=tel]:hover, .no-touchevents a[href^=fax]:hover{
	color: #86868F;
	opacity: .7;
	} */
p{
    margin: 10px auto;
    max-width: 1000px;
}
p a{
    color: #585F65;
    border-bottom: 1px solid #585F65;
    transition: border .3s ease, color .3s ease;
}
p a[href^=tel] {
    border-bottom: none;
    transition: color .3s ease;
}

.no-touchevents p a:hover{
    color: #1C2731;
    border-bottom: 1px solid transparent;
}
.no-touchevents p a[href^=tel]:hover {
    border-bottom: none;
    color: #FF4D00;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}
p img.left, p img.right {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 10px;
}
p img.right {
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
}
img.left {
    margin: 25px 30px 25px 0;
    max-width: 64%;
}
img.right {
    margin: 25px 0 25px 30px;
    max-width: 64%;
}
p img.left{
    display: block;
    margin-right: 30px;
}
p img.right{
    display: block;
    margin-left: 30px;
}

a img{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.auto-width-img{
    max-width: 1096px;
    margin: 0 auto;
}
.img-box {
    max-width: 1010px;
}
figure{
    display: block;
    margin: 69px auto 58px;
    max-width: 1000px;
    color: #A0A0A0;
    border-radius: 10px;
}
figure img{
    margin: 0 auto;
    border-radius: 10px;
}
figcaption{
    margin: 13px 0 0;
    font-weight: 400;
    font-size: 0.8888888888888889em;
    line-height: 1.62em;
    letter-spacing: 0.02em;
    color: #585F65;
    text-align: center;
}
.time{
    display: block;
}
.important-text {
    font-size: 1.333333333333333em;
    line-height: 1.5em;
    max-width: 1005px;
    margin: 68px auto;
    padding: 14px 0 14px 63px;
    border-left: 3px solid #FF4D00
}
.important-text p{
    margin: 0;
    letter-spacing: 0.0001em;
    max-width: 84%;
}

/* blockquote */
blockquote {
    position: relative;
    max-width: 715px;
    text-align: center;
    margin: 148px auto 171px;
}
blockquote::after {
    content: '';
    position: absolute;
    top: -29%;
    left: 50%;
    width: 509px;
    height: 490px;
    transform: translateX(-50%);
    background: url(../i/blockquote-bg.svg) no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: -1;
}
blockquote .quote {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 5.555555555555556em;
    line-height: 1em;
    letter-spacing: 0.01em;
    color: #F8B332;
}
blockquote p {
    margin: 0;
    font-weight: 300;
    font-size: 1.333333333333333em;
    line-height: 1.5em;
    margin-top: -9px;
}
blockquote .author {
    font-weight: 600;
    font-size: 0.8888888888888889em;
    line-height: 1.37em;
    margin-top: 48px;
}
/* download list */
.download-list {
    margin: 18px auto 16px;
    max-width: 1000px;
}
.download-list li{
    background: none;
    padding-left: 0;
    margin-bottom: 18px;
}
.download-list a {
    display: inline-block;
    padding-left: 70px;
    max-width: 750px;
    line-height: 1.4em;
}
.download-list a span {
    display: inline;
    font-weight: 600;
    font-size: 0.888888889em;
    border-bottom: 1px solid #000;
    color: #1C2731;
    transition: border .3s ease;
}
.download-list a .icon {
    position: absolute;
    top: 7px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 41px;
    min-height: 41px;
    border: 2px solid #D7DBDF;
    border-radius: 50%;
    transition: border .3s ease, background-color .3s ease;
}
.download-list a .icon svg {
    margin-top: -1px;
    margin-right: -1px;
}
.no-touchevents .download-list a:hover span {
    border-bottom-color: transparent;
}
.no-touchevents .download-list a:hover .icon {
    background-color: #3D5060;
    border-color: #3D5060;
}
.download-list a .icon svg path {
    transition: fill .3s ease;
}
.no-touchevents .download-list a:hover .icon svg path {
    fill: #fff;
}
.download-list .data {
    display: block;
    margin-left: 70px;
    margin-top: 2px;
    font-size: 0.7777777777777778em;
    line-height: 1.57em;
}
/* video box */
.video-box{
    position: relative;
    max-width: 1000px;
    margin: 68px auto 64px;
}
.video-box .sub-box{
    position: relative;
    padding-bottom: 56.694%;
}
.video-box iframe{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
    border-radius: 10px;
}
/* two cols box */
.two-cols-box {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 16px auto;
}
.two-cols-box .col {
    width: calc(50% - 35px);
}
.two-cols-box .col > *:first-child {
    margin-top: 0;
}
.two-cols-box .col > *:last-child {
    margin-bottom: 0;
}
/*___________________________*/
/*Form styles*/
.form{
    position: relative;
    z-index: 2;
    text-align: left;
    min-width: 400px;
}
.form-box .form{
    margin: 0;
}
.form-popup .field{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 9px;
}
.required .field-name:after{
    content: '*';
    margin: 0 0 0 4px;
    color: #DD3740;
}
.error-field .form-control{
    border-color: #FF0000 !important;
}
.error-field .error-text{
    display: block;
    font-size: 0.6666666666666667em;
    line-height: 1em;
    color: #FF0000;
    margin-top: 3px;
    text-align: left;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #86868F;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #86868F;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #86868F;
    opacity: 1;
}
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;
    background: none;
    cursor: pointer;
    outline: none !important;
}
.btn-box {
    display: flex;
    justify-content: center;
    margin: 67px 0;
}
.btn {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.7777777777777778em;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1C2731;
    background-color: #FACB52;
    border-radius: 10px;
    padding: 17px 54px 14px;
    transition: background-color .3s ease;
}
.no-touchevents .btn:hover {
    background-color: #FFDB5B;
}

.blob-btn {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #1C2731;
    width: 199px;
    font-weight: 700;
    font-size: 0.8888888888888889em;
    line-height: 1.62em;
    background-color: transparent;
    border: 2px solid #1C2731;
    border-radius: 50px;
    transition: color 0.5s ease, border .5s ease;
}
.blob-btn .icon {
    width: 11px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    transform: scale(1, -1)
}
.blob-btn.active .icon {
    transform: scale(-1, 1)
}
.no-touchevents .blob-btn:hover {
    color: #fff;
    border-color: #FF4D00;
}
.blob-btn.active {
    color: #fff;
    border-color: #FF4D00;
}
.blob-btn svg path {
    transition: fill .3s ease;
}
.no-touchevents .blob-btn:hover svg path {
    fill: #fff;
}
.blob-btn.active svg path {
    fill: #fff;
}
.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50px;
}
.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url('#goo');
}
.blob-btn__blob {
    position: absolute;
    top: 6px;
    width: 25%;
    height: 100%;
    background: #FF4D00;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
    @supports (filter: url('#goo')) {
        transform: translate3d(0, 150%, 0) scale(1.4);
    }
}


.blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}
.no-touchevents .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
    @supports (filter: url('#goo')) {
        transform: translateZ(0) scale(1.4);
    }
}
.blob-btn.active .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
    @supports (filter: url('#goo')) {
        transform: translateZ(0) scale(1.4);
    }
}








/*Appearance*/
.left{
    float: left;
}
.right{
    float: right;
}
.center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.centered{
    margin-left: auto;
    margin-right: auto;
}
.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;
}
.text-img-left {
    margin-top: 23px;
}

/*Photo gallery*/
.photo-gallery-box{
    max-width: 1419px;
    margin: 71px auto 47px;
}
.photo-gallery-box:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.photo-gallery{
    margin: 0 -10px;
}
.photo-gallery .item{
    float: left;
    max-width: none;
    width: 33.333333333%;
    padding: 0 10px;
    margin: 0 0 20px;
    border-radius: 10px;
}
.photo-gallery .img{
    position: relative;
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    border-radius: 10px;
}
.photo-gallery .img img{
    margin: 0;
    width: 100%;
    border-radius: 10px;
}
.photo-gallery .img:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../i/zoom-in.svg") no-repeat 50% 50%/60px auto, linear-gradient(0deg, rgba(28, 39, 49, 0.8), rgba(28, 39, 49, 0.8)) ;
    opacity: 0;
    border-radius: 10px;
    transition: opacity .2s ease;
}
.no-touchevents .photo-gallery .img:hover:after{
    opacity: 1;
}

.photo-gallery-box.certificates {
    max-width: 1000px;
}
.photo-gallery-box.certificates {
    margin: 66px auto 30px;
}
.photo-gallery-box.certificates .photo-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -16.5px;
}
.certificates .photo-gallery .img:after {
    border-radius: 0;
}
.certificates .photo-gallery .item {
    padding: 0 16.5px;
    margin: 0 0 33px;
}
.certificates .photo-gallery .item a {
    border-radius: 0;
    filter: drop-shadow(0px 4px 6px rgba(28, 39, 49, 0.1));
}
.certificates .photo-gallery .img img {
    border-radius: 0;
}




/*Independent*/
.container{
    position: relative;
    z-index: 15;
    max-width: 1519px;
    padding: 0 50px;
    margin: 0 auto;
}
/*=========================================================================
								STRUCTURE
==========================================================================*/
#all{
    position: relative;
    z-index: 1;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden;
}

/*================================HEADER===================================*/
#header {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    padding: 32px 0px 21px;
    width: 100%;
    display: flex;
    transition: opacity .4s ease, transform .5s ease, background-color .4s ease, padding .3s ease;
}
.sticky-header #header{
    transform: translateY(-105%);
}
.sticky-header:not(.short-header-view) #header{
    position: fixed;
    transform: translateY(0);
    padding: 25px 0;
    background-color: #F18A00;
}

/* .sticky-header #header{
	position: fixed;
	background-color: #F18A00;
	padding: 25px 0;
	} */

.sticky-header #logo {
    width: 226px;
    height: 53px;
    background: none;
    transform: translateY(0);
}
.sticky-header #logo svg {
    width: 100%;
}
#header .container {
    display: flex;
    align-items: center;
    width: 100%;
}
#logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 305px;
    height: 130px;
    background: url(../i/logo-bg.svg) no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(8px);
    transition: opacity .3s ease;
}
.no-touchevents #logo:hover {
    opacity: .7;
}
#logo svg {
    width: 74.185%;
    height: auto;
}
.nav ul {
    transform: translate3d(0, 0, 0);
}
.nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    max-width: none;
}
.nav ul li {
    font-weight: 700;
    font-size: 0.8888888888888889em;
    line-height: 1.62em;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    padding-left: 0;
    margin: 0 0 0 38px;
    background: none;
    white-space: nowrap;
}
.nav ul li a {
    transform: translate3d(0, 0, 0);
    color: #fff;
    transition: opacity .3s ease;
}
.nav ul li.active > a {
    padding-bottom: 3px;
    border-bottom: 2px solid #fff;
    opacity: .6;
}
.no-touchevents .nav ul li a:hover {
    opacity: .6;
}
.nav ul.dropdown{
    display: none;
}
.nav-box .langs {
    display: none;
}
.nav-box .js-close-nav {
    display: none;
}
.header-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}
.header-controls {
    display: flex;
    margin-bottom: 25px;
}
.header-controls > * {
    margin-left: 49px;
}

.js-open-search {
    width: 28px;
    height: 28px;
    transition: opacity .3s ease;
}
.no-touchevents .js-open-search:hover {
    opacity: .8;
    cursor: pointer;
}
.langs {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 0.8888888888888889em;
    line-height: 1.62em;
    text-align: center;
    text-transform: uppercase;
}
.langs svg {
    margin-left: 7px;
    margin-bottom: 2px;
}
.langs ul {
    display: none;
    position: absolute;
    z-index: 1;
    top: 29px;
    left: -17px;
    margin: 0;
    padding: 0;
    width: 82px;
}
.langs ul li {
    display: flex;
    background: none;
    padding-left: 17px;
    margin-bottom: 5px;
}
.langs ul li a {
    transition: color .3s ease;
}
.no-touchevents .langs ul li a:hover {
    color: #9A9EA2;
}
.js-current-lang {
    cursor: pointer;
    transition: opacity .3s ease;
}
.no-touchevents .js-current-lang:not(.active):hover {
    opacity: .8;
}
.opened-langs .js-current-lang.active {
    color: #FF4D00;
}
.opened-langs .js-current-lang.active::after {
    content: '';
    position: absolute;
    top: -14px;
    left: -17px;
    width: 82px;
    height: 149px;
    border-radius: 10px;
    background: #fff;
    z-index: -1;
}
.opened-langs .js-current-lang.active svg path {
    fill: #FF4D00;
}

.js-open-nav {
    display: none;
}

/* search form box */
.header-controls .search-form-box {
    position: absolute;
    top: 10px;
    right: 215px;
    display: flex;
    align-items: center;
    margin-left: 0;
    background: #fff;
    max-width: 666px;
    width: 0;
    height: 57px;
    border-radius: 40px;
    padding-left: 31px;
    padding-right: 28px;
    opacity: 0;
    z-index: -1;
}
.opened-search .header-controls .search-form-box {
    width: 100%;
    opacity: 1;
    z-index: 10;
    transition: opacity .3s ease, width .5s ease .1s;
}
.header-controls .search-form-box .search-form {
    width: 100%;
}
.search-form-wrap {
    display: flex;
    align-items: center;
}
.header-controls .search-form-box .search-form .field {
    width: 100%;
    padding-right: 15px;
}
.header-controls .search-form-box .search-form .form-control{
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.8888888888888889em;
    line-height: 1.5em;
    color: rgba(88, 95, 101, 0.8);
    border: none;
}
.header-controls .search-btn {
    padding: 0;
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
    opacity: 0;
}
.header-controls .js-close-search {
    min-width: 21px;
    min-height: 21px;
    max-width: 21px;
    max-height: 21px;
    margin-left: 25px;
    opacity: 0;
}

.header-controls .js-close-search svg {
    width: 100%;
    height: 100%;
}
.no-touchevents .header-controls .js-close-search:hover {
    cursor: pointer;
}
.header-controls .js-close-search svg path {
    transition: fill-opacity .3s ease;
}
.no-touchevents .header-controls .js-close-search:hover svg path {
    fill-opacity: 0.6;
}
.opened-search .header-controls .search-btn {
    opacity: 1;
    transition: opacity .3s ease .3s;
}
.header-controls .search-btn svg path {
    transition: fill .3s ease;
}
.no-touchevents .header-controls .search-btn:hover svg path {
    fill: #9B9FA3 !important;
}
.opened-search .header-controls .js-close-search {
    opacity: 1;
    transition: opacity .3s ease .3s;
}

.js-visually-impaired {
    width: 42px;
    height: 24px;
    transition: opacity .3s ease;
}
.js-visually-impaired svg {
    width: 100%;
    height: 100%;
}
.no-touchevents .js-visually-impaired:hover {
    cursor: pointer;
    opacity: .8;
}
.js-visually-impaired .hidden {
    display: none;
}

/* index page */
.index-page #header {
    padding-top: 15px;
}
.sticky-header.index-page #header {
    padding-top: 25px;
}




/*========================END OF HEADER========================*/
.top-page-box {
    position: relative;
    z-index: 3;
    overflow: hidden;
    min-height: 510px;
}

.top-page-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: linear-gradient(0deg, rgba(255, 46, 0, 0.07), rgba(255, 46, 0, 0.07)), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.top-page-box.no-bg::before {
    content: none;
}


.top-page-box .container {
    vertical-align: middle;
    color: #fff;
    padding-top: 147px;
    padding-bottom: 99px;
    width: 100%;
    z-index: 10;
}
.top-page-box .bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.top-page-box .title {
    color: #fff;
}
.top-bg {
    position: absolute;
    top: -200px;
    left: 0;
    background: url(../i/bg-top.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 100vw;
    height: 798px;
    z-index: 10;
}
.index-page .top-page-box {
    min-height: 791px !important;
}
.index-page .top-bg {
    top: 115px;
}
.index-page .max-w {
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-page .top-page-logo {
    max-width: 403px;
    max-height: 374px;
    width: 100%;
    height: auto;
}
.index-page .top-page-logo svg {
    width: 100%;
    height: auto;
}
.index-page .top-page-box .container {
    padding: 200px 0;
}
.index-page .top-page-box .bg-elem {
    position: absolute;
    top: -15%;
    left: 50%;
    max-width: 877px;
    width: 100%;
    max-height: 775px;
    height: auto;
    transform: translateX(-45%);
    mix-blend-mode: overlay;
    z-index: 10;
    margin: 0;
}
.index-page .top-page-box .bg-elem svg {
    width: 100%;
    height: auto;
}
.index-page .top-page-box .left-elem, .index-page .top-page-box .right-elem {
    position: absolute;
    z-index: 10;
}
.index-page .top-page-box .left-elem svg, .index-page .top-page-box .right-elem svg{
    width: 100%;
    height: auto;
}
.index-page .top-page-box .left-elem {
    left: -6.5%;
    top: 23%;
    width: 25.907%;
    height: 466px;
}
.index-page .top-page-box .right-elem {
    right: 6%;
    top: -21%;
    width: 22.649%;
    height: auto;
    mix-blend-mode: multiply;
}
.chicken-img {
    position: absolute;
    bottom: -42px;
    left: 4.8%;
    z-index: 10;
    width: 32.6045%;
    height: auto;
}
.chicken-img img {
    margin: 0;
}

/*============================MAIN=============================*/
#main > .container > *:first-child {
    margin-top: 0;
}
#main > .container > *:last-child {
    margin-bottom: 0;
}
/* timeline slider box */
.timeline-slider-wrap {
    position: relative;
    z-index: 1;
}
.timeline-slider-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: -123px;
    background: url(../i/timeline-slider-bg1.svg) no-repeat;
    width: 505px;
    height: 758px;
    mix-blend-mode: multiply;
}
.timeline-slider-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -116px;
    background: url(../i/timeline-slider-bg2.svg) no-repeat;
    width: 303px;
    height: 404px;
    mix-blend-mode: multiply;
}
.timeline-slider-box {
    position: relative;
    padding: 142px 0 126px 96px;
    margin: 155px 0 147px;
}

.timeline-slider-box > .h2 {
    margin-top: 0;
    padding-left: 16px;
}
.timeline-slider-box::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    background: #FFFAF4;
    z-index: -1;
}
.timeline-slider-box .timeline-years {
    position: relative;
    display: flex;
    margin: 71px 0 81px;
    z-index: 1;
}
.timeline-slider-box .timeline-years .navigation-box {
    display: flex;
    align-items: center;
}
.timeline-slider-box .timeline-years .navigation-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 2px solid #D7DBDF;
    border-radius: 50%;
    margin-right: 49px;
    transition: border-color .3s ease, background-color .3s ease;
}
.no-touchevents .timeline-slider-box .timeline-years .navigation-box span:not(.swiper-button-disabled):hover {
    background-color: #FF4D00;
    border-color: #FF4D00;
    cursor: pointer;
}
.timeline-slider-box .timeline-years .navigation-box span:not(.swiper-button-disabled) svg path {
    transition: stroke .3s ease;
}
.no-touchevents .timeline-slider-box .timeline-years .navigation-box span:not(.swiper-button-disabled):hover svg path {
    stroke: #fff;
}
.timeline-slider-box .navigation-box .swiper-button-prev svg {
    margin-left: 4px;
}
.timeline-slider-box .navigation-box .swiper-button-next svg {
    margin-right: 4px;
}
.timeline-slider-box .timeline-years .years-slider {
    width: 78%;
    cursor: pointer;
    margin-top: 10px;
    margin-left: auto;
}
.timeline-slider-box .timeline-years .swiper-wrapper {
    justify-content: flex-start;
}
.timeline-slider-box .timeline-years .swiper-slide {
    display: flex;
    justify-content: flex-end;
}
.timeline-slider-box .timeline-years .swiper-slide span {
    position: relative;
    color: #1C2731;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 1.666666666666667em;
    line-height: 1.1em;
    transition: color .3s ease;
}
.no-touchevents .timeline-slider-box .timeline-years .swiper-slide:hover span {
    color: rgba(28, 39, 49, .6);
}
.timeline-slider-box .timeline-years .swiper-slide.swiper-slide-thumb-active span {
    color: rgba(28, 39, 49, .6);
}
.timeline-slider-box .timeline-years .swiper-slide.swiper-slide-thumb-active span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    right: 0;
    height: 2px;
    background: rgba(28, 39, 49, .6);
}
.years-slider .swiper-container{
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 30px;
}

.timeline-slider .swiper-container {
    padding-bottom: 40px;
}
.timeline-slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.timeline-slider .swiper-slide .text {
    max-width: 550px;
    margin-top: 30px;
}
.timeline-slider .swiper-slide .text .title {
    font-family: Comfortaa;
    font-style: normal;
    font-weight: bold;
    font-size: 1.444444444444444em;
    line-height: 1.2em;
    margin: 0 0 23px;
    color: #1C2731;
}
.timeline-slider .swiper-slide .img {
    position: relative;
    max-width: 53.591%;
    width: 100%;
    border-radius: 40px;
    margin-left: 20px;
    height: 100%;
}
.timeline-slider .swiper-slide .img img {
    margin: 0;
    border-radius: 40px;
}
.timeline-slider .year {
    position: absolute;
    bottom: -55px;
    left: 42px;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 6.666666666666667em;
    line-height: 1.116666666666667em;
    text-align: center;
    color: #FF4D00;
}
.timeline-slider-box .bottom-line, .timeline-slider-box .top-line {
    position: absolute;
}
.timeline-slider-box .top-line {
    top: -28px;
    left: calc((100vw - 100%)/2 * -1);
    width: 100vw;
    background: url(../i/timeline-slider-top-line.svg) no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 24px;
}
.timeline-slider-box .bottom-line {
    bottom: -22px;
    right: calc((100vw - 100%)/2 * -1);
    width: 100vw;
    background: url(../i/timeline-slider-bottom-line.svg) no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 24px;
}
/* quality system box */
.quality-system-box .h2 {
    margin-top: 138px;
    margin-bottom: 59px;
}

/* index page */
.filter-btn {
    position: absolute;
    top: 0;
    z-index: -100;
}
/* top info section */
.top-info-section {
    position: relative;
    z-index: 11;
    margin-top: 44px;
}
.index-page .links-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-right: 120px;
}
.index-page .links-wrap .dropdown-list {
    display: none;
    position: absolute;
    bottom: calc(100% + 30px);
    right: -56px;
    background: #FFF9EF;
    padding: 35px 35px 40px 40px;
    border-radius: 10px;
    max-width: 312px;
}
/* .index-page .links-wrap .dropdown-list.open{
	display: block;
} */
.index-page .links-wrap .dropdown-list::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-bottom: 30px solid #FFF9EF;
    border-left: 34px solid transparent;
    margin: 0 0 0 -22px;
    transform: rotate(45deg);
    border-radius: 5px;
}
.index-page .links-wrap .dropdown-list a {
    display: inline-block;
    margin-bottom: 13px;
    line-height: 1.3em;
}
.index-page .links-wrap .dropdown-list a:last-child {
    margin-bottom: 0;
}
.index-page .links-wrap .dropdown-list span {
    font-weight: 600;
    font-size: 16px;
    color: #1C2731;
    border-bottom: 1px solid #1C2731;
    transition: color .3s ease, border .3s ease;
}
.no-touchevents.index-page .links-wrap .dropdown-list a:hover span {
    border-color: transparent;
    color: #585F65;
}
.index-page .links-wrap .blob-btn{
    margin-left: 48px;
}
.index-page .info-text {
    position: relative;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 2.222222222222222em;
    line-height: 1.35em;
    text-align: center;
    color: #1C2731;
    max-width: 940px;
}
.index-page .info-text.top {
    margin: 270px auto 136px;
}
.index-page .info-text.top::after {
    content: '';
    position: absolute;
    top: -330px;
    right: -225px;
    width: 230px;
    height: 381px;
    background: url(../i/info-text-top-bg.svg) no-repeat;
}
.index-page .info-text.top::before {
    content: '';
    position: absolute;
    bottom: -90px;
    left: -97px;
    width: 91px;
    height: 85px;
    background: url(../i/info-text-bottom-bg.svg) no-repeat;
}

/* products link section */
.products-link-section {
    padding: 195px 0 350px;
}
.products-link-box .item {
    display: flex;
    align-items: center;
    margin-bottom: 190px;
}
.products-link-box .item:nth-child(2) {
    margin-bottom: 230px;
}
.products-link-box .item:nth-child(3) {
    margin-bottom: 0;
}
.products-link-box .item .img-box {
    position: relative;
}
.products-link-box .item:first-child .img-box {
    width: 43.975%;
    margin-left: 36px;
    margin-right: 82px;
}
.products-link-box .item:nth-child(2) .img-box {
    width: 43.834%;
    margin-left: 126px;
}
.products-link-box .item:nth-child(3) .img-box {
    width: 40.874%;
    margin-left: 62px;
    margin-right: 100px;
}
.products-link-box .item .bg-img {
    position: absolute;
    height: auto;
    z-index: -1;
}
.products-link-box .item .bg-img svg {
    width: 100%;
    height: auto;
}
.products-link-box .item:first-child .bg-img {
    width: 106.892%;
    top: -14.4%;
    left: -26.4%;
}
.products-link-box .item:nth-child(2) .bg-img {
    width: 102.412%;
    top: -2%;
    right: -34%;
}
.products-link-box .item:nth-child(3) .bg-img {
    width: 76.38%;
    top: -10%;
    left: -26%;
}
.products-link-box .item .bg-element {
    position: absolute;
    height: 100%;
    z-index: -1;
}
.products-link-box .item:first-child .bg-element {
    width: 33.175%;
    top: -19%;
    left: -22%;
    background: url(../i/products-link-img-bg1.svg) no-repeat;
    background-size: contain;
}
.products-link-box .item:nth-child(2) .bg-element {
    width: 49.036%;
    top: -19%;
    right: -17%;
    background: url(../i/products-link-img-bg2.svg) no-repeat;
    background-size: contain;
}
.products-link-box .item:nth-child(3) .bg-element {
    width: 30.023%;
    top: -15%;
    left: -12%;
    background: url(../i/products-link-img-bg3.svg) no-repeat;
    background-size: contain;
}
.products-link-box .item .img-box img  {
    margin: 0;
}
.products-link-box .item .title-box{
    max-width: 615px;
    width: 100%;
    text-align: center;
}
.products-link-box .item:first-child .title-box{
    transform: translateY(37px);
}
.products-link-box .item:nth-child(2) .title-box{
    transform: translate(63px, 12px);
}
.products-link-box .item:nth-child(3) .title-box{
    transform: translateY(38px);
}
.products-link-box .item .title-box span{
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 2.777777777777778em;
    line-height: 1.16em;
    text-align: center;
    transition: color .3s ease;
}
.products-link-box .item .title-box span svg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 35px auto 0;
}
.no-touchevents .products-link-box .item:hover .title-box span{
    color: #FF4D00;
}
.products-link-box .item .title-box span svg path{
    transition: fill .3s ease;
}
.no-touchevents .products-link-box .item:hover .title-box span svg path{
    fill: #FF4D00;
}
.products-link-box .item .img-box > svg {
    transition: transform 4s ease-in-out;
}
/* .products-link-box .item .img-box img {
	transition: transform 4s ease-in-out;
} */
.no-touchevents .products-link-box .item:hover .img-box > svg {
    transform: scale(1.1);
}
/* .no-touchevents .products-link-box .item:hover .img-box img {
	transform: scale(1.1);
} */

@keyframes organic {
    0% {
        transform:scale(1, 1) rotate(0deg);
    }
    25% {
        transform:scale(.9, .8) rotate(-10deg);
    }
    50% {
        transform:scale(.8, .9) rotate(-15deg);
    }
    75% {
        transform:scale(.9, .8) rotate(-10deg);
    }
    100% {
        transform:scale(1, 1) rotate(0deg);
    }
}
svg.animate path {
    animation-name: organic;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: center;
}

/* animate icon */
.animate-icon {
    position: absolute;
    bottom: 42px;
    right: 411px;
}
.animate-icon svg {
    position: absolute;
    top: 0;
    left: 0;
}
.animate-icon .animate-svg {
    animation: 30s linear 0s normal none infinite running rot;
    -webkit-animation: 30s linear 0s normal none infinite running rot;
}
@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.products-page .animate-icon {
    right: auto;
    left: 83px;
    bottom: 175px;
}

/* slider section */
.slider-section {
    position: relative;
    background: #FFFAF4;
    padding: 64px 0 200px;
}
.slider-section .top-bg {
    top: -780px;
    background: url(../i/bg-top-2.png) no-repeat;
    background-size: cover;
    background-position: 50%;
}
.slider-box {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
.products-slider .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products-slider .swiper-slide .text-box{
    max-width: 575px;
    margin: 55px 20px 0 44px;
    opacity: 0;
}
.products-slider .swiper-slide.swiper-slide-active .text-box{
    opacity: 1;
}
.products-slider .swiper-slide .title{
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 2.666666666666667em;
    line-height: 1.12em;
    color: #1C2731;
    margin: 0 0 25px;
}
.products-slider .swiper-slide .text{
    font-weight: 300;
    font-size: 1.333333333333333em;
    line-height: 1.5em;
    color: #1C2731;
    opacity: 0.7;
}
.products-slider .swiper-slide .text:last-child{
    padding-bottom: 55px;
}
.products-slider .swiper-slide .img-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 565px;
    min-width: 565px;
    max-height: 550px;
    min-height: 550px;
    background: url(../i/products-slider-img-box-bg.svg) no-repeat;
    background-size: contain;
    opacity: 0;
}
.products-slider .swiper-slide.swiper-slide-active .img-box{
    opacity: 1;
}
.products-slider .swiper-slide .img-box::after{
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    bottom: -7px;
    left: 0;
    background: url(../i/products-slider-img-box-bg2.svg) no-repeat;
    background-size: contain;
}



.products-bullets-slider{
    position: absolute;
    left: 26px;
    bottom: 4px;
    width: 260px;
    height: 55px;
}
.products-bullets-slider .swiper-container{
    height: 100%;
}
.products-bullets-slider .swiper-pagination .swiper-pagination-bullet{
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 1.3em;
    text-align: left;
    margin: 0 0 ;
    padding: 0;
    width: 46px;
    height: 46px;
    margin-right: 3px;
    transform: none;
    border: none;
    transition: color .2s ease, padding .2s ease;
}
.products-bullets-slider .swiper-pagination .swiper-pagination-bullet:last-child{
    margin-bottom: 0;
}
/* .products-bullets-slider .swiper-pagination .swiper-pagination-bullet-active{
	color: #8691A8;
	padding-left: 52px;
	} */
.products-bullets-slider .bullet-text {
    display: none;
}

.products-bullets-slider .swiper-pagination .swiper-pagination-bullet:before, .products-bullets-slider .swiper-pagination .swiper-pagination-bullet:after{
    display: none;
}
.products-bullets-slider .slide-progress{
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border-radius: 110%;
    transition: transform .2s ease;
}
.products-bullets-slider .swiper-pagination-bullet-active .slide-progress{
    transform: none;
}
.products-bullets-slider .slide-progress svg{
    width: 101%;
    height: auto;
    opacity: 0;
}
.products-bullets-slider .progress{
    stroke-dasharray: 136px;
}

.products-bullets-slider .slide-progress:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(81, 104, 124, 0.2);
    border-radius: 110%;
    opacity: 0;
}
.swiper-pagination-bullet-active .slide-progress:before {
    opacity: 1;
}
.swiper-pagination-bullet-active .slide-progress svg {
    opacity: 1;
}
.products-bullets-slider .slide-progress:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    background: #50677C;
    border-radius: 110%;
}

/* about section */
.about-section {
    background: #FFFAF4;
    padding: 105px 0;
}
.about-section .about-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-section .about-box .img-box{
    position: relative;
    width: 48.415%;
}
.about-section .about-box .img-box .bg{
    position: absolute;
    top: -5%;
    left: -15%;
    width: 46.434%;
    height: auto;
}
.about-section .about-box .img-box .bg svg{
    width: 100%;
    height: auto;
}
.about-section .about-box .text-box{
    max-width: 575px;
    margin-left: 30px;
    margin-right: 41px;
}
.about-section .about-box .title{
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 2.666666666666667em;
    line-height: 1.12em;
    color: #1C2731;
    margin: 0 0 25px;
}
.about-section .about-box .text{
    font-weight: 300;
    font-size: 1.333333333333333em;
    line-height: 1.5em;
    color: #1C2731;
    opacity: 0.7;
    margin: 25px 0 44px;
}
.about-section .about-box .blob-btn{
    display: inline-block;
    width: 213px;
    transform: translateY(5px)
}

/* bottom section */
.bottom-section {
    position: relative;
    background: #FFFAF4;
    padding: 135px 0 376px;
}
.bottom-section .bg-img {
    position: absolute;
    bottom: -78%;
    left: 5.5%;
    width: 48.713%;
    height: auto;
}
.bottom-section .bg-img svg {
    width: 100%;
}


.bottom-section .bg-img img {
    margin: 0;
}
.bottom-section .info-text {
    margin: 0 auto;
}
/* .bottom-section .info-text::after {
	content: '';
	position: absolute;
	bottom: -215px;
    right: -136px;
	width: 257px;
	height: 257px;
	background: url(../i/icon-natural.svg) no-repeat;
} */

/* paralax elements */
.parallax-el .p-el {
    display: block;
    z-index: 3;
    position: absolute;
    margin: 0;
}
.parallax-el .p-el.p-el-1 {
    right: 3.5%;
    /* top: 209px; */
    top: 3.1%;
    z-index: 10;
}
.parallax-el .p-el.p-el-2 {
    left: 34.5%;
    /* top: 644px; */
    top: 9.5%;
    z-index: 10;
}
.parallax-el .p-el.p-el-3 {
    right: 7%;
    /* top: 632px; */
    top: 9.3%;
    z-index: 10;
}
.parallax-el .p-el.p-el-4 {
    right: 12.5%;
    /* top: 1394px; */
    top: 20.6%;
}
.parallax-el .p-el.p-el-5 {
    right: 8.8%;
    /* top: 1464px; */
    top: 21.6%;
}
.parallax-el .p-el.p-el-6 {
    left: 15%;
    /* top: 2337px; */
    top: 34.5%;
}
.parallax-el .p-el.p-el-7 {
    right: 10%;
    /* top: 2973px; */
    top: 43.85%;
}
.parallax-el .p-el.p-el-8 {
    right: 28%;
    /* top: 3155px; */
    top: 46.5%;
}
.parallax-el .p-el.p-el-9 {
    right: 48%;
    /* top: 3614px; */
    top: 53.3%;
    z-index: 10;
}
.parallax-el .p-el.p-el-10 {
    left: 37.3%;
    /* top: 4707px; */
    top: 69.45%;
}
.parallax-el .p-el.p-el-11 {
    left: 32.7%;
    /* top: 4798px; */
    top: 70.76%;
}
.parallax-el .p-el.p-el-12 {
    right: 6.8%;
    /* top: 4743px; */
    top: 70%;
}
.parallax-el .p-el.p-el-13 {
    left: 20%;
    /* top: 5532px; */
    top: 81.6%;
}
.parallax-el .p-el.p-el-14 {
    right: 30.5%;
    top: 83.5%;
}
.parallax-el .p-el.p-el-15 {
    left: 21.9%;
    top: 88.27%;
}

.parallax-el .p-el.p-el-16 {
    top: 372px;
    left: 22%;
    z-index: 10;
}
.parallax-el .p-el.p-el-17 {
    top: 286px;
    right: 7%;
    z-index: 10;
}
.parallax-el .p-el.p-el-18 {
    top: 403px;
    right: 11.5%;
    z-index: 10;
}
.parallax-el .p-el.p-el-19 {
    top: 914px;
    right: 3.5%;
}
.parallax-el .p-el.p-el-20 {
    top: 1119px;
    left: 19.7%;
    z-index: 11;
}
.parallax-el .p-el.p-el-21 {
    top: 1780px;
    left: 15.2%;
}
.parallax-el .p-el.p-el-22 {
    top: 1926px;
    left: 8.2%;
}
.parallax-el .p-el.p-el-23 {
    top: 2834px;
    right: 6.5%;
}
.parallax-el .p-el.p-el-24 {
    top: 445px;
    right: 7%;
    z-index: 10;
}


/* products page */
.products-page #main {
    padding-top: 2px;
    padding-bottom: 257px;
}
.products-box .container {
    display: flex;
    align-items: flex-start;
    max-width: 1519px;
    padding: 0 50px;
}
.products-page .top-page-box {
    margin-bottom: 14px;
}
.products-nav-box {
    position: relative;
    padding-right: 101px;
    width: 340px;
    margin-top: 82px;
    margin-left: -2px;
}
.products-nav-bg {
    position: absolute;
    right: 0;
    top: -62px;
    z-index: -1;
}
.products-nav {
    margin: 0;
}
.products-nav li {
    position: relative;
    background: none;
    padding-left: 0;
    margin-bottom: 11px;
}
.products-nav li.active::before {
    content: '';
    position: absolute;
    left: -44px;
    top: 50%;
    margin-top: -13px;
    width: 27px;
    height: 27px;
    background: url(../i/products-nav-arrow.svg) no-repeat;
    background-size: contain;
}
.products-nav li.active a {
    /* color: #5C5B58; */
    opacity: .5;
}
.products-nav li a {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8888888888888889em;
    line-height: 1.4em;
    color: #1C2731;
    transition: color .3s ease;
}
.products-nav li.promotion a {
    color: #FF4D00;
}
.no-touchevents .products-nav li:not(.active) a:hover {
    color: #5C5B58;
}

.products-list-box {
    position: relative;
    width: calc(100% - 310px);
    padding-left: 23px;
}
/* .products-list-box::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -300px;
    width: 257px;
    height: 257px;
    background: url(../i/icon-natural.svg) no-repeat;
	z-index: -1;
} */
.products-list-box .filter-box{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 28px;
    min-height: 55px;
}
.products-list-box .filter-box .item {
    position: relative;
    margin-left: 39px;
    margin-bottom: 18px;
    white-space: nowrap;
}
.products-list-box .filter-box .item .js-open-filter-dropdown{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.8888888888888889em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #1C2731;
    transition: opacity .3s ease;
}
.no-touchevents .products-list-box .filter-box .item .js-open-filter-dropdown:hover{
    cursor: pointer;
    opacity: .6;
}
.products-list-box .filter-box .item span svg {
    margin-top: -7px;
    margin-left: 9px;
}
.products-list-box .filter-box .item.active .js-open-filter-dropdown svg{
    margin-top: 2px;
    transform: scale(-1);
}
.products-list-box .dropdown-box {
    position: absolute;
    top: 41px;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #D7DBDF;
    border-radius: 10px;
    padding: 21px 15px 28px;
    min-width: 229px;
    z-index: 11;
}
.products-list-box .dropdown-box .check-box {
    margin-bottom: 2px;
}
.products-list-box .dropdown-box .btn {
    margin-top: 12px;
    font-size: 0.6666666666666667em;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 13px;
}

.filter-products-list-box.loading {
    background: url("../i/loader.svg") no-repeat 50% 40px/100px 100px;
}
.products-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.products-list .item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 47px;
    cursor: pointer;
}
.products-list .item:nth-child(12)::after {
    content: '';
    position: absolute;
    right: -175px;
    bottom: -110px;
    width: 231px;
    height: 382px;
    background: url(../i/product-bg-elem.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.products-list .item.active .img-box::after {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: 0;
    background: #fff;
    border: 2px dashed rgba(81, 104, 124, 0.2);
    border-bottom: none;
    z-index: -1;
    border-radius: 20px 20px 0 0;
}
.products-list .item.hover .info-box-hover {
    display: block;
}
.products-list .item:hover .img-box {
    background: #fff;
}
.products-list .item .img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #F7FAFD;
    border-radius: 20px;
    height: 340px;
}
.products-list .item .img-box img{
    margin: 0;
    position: relative;
    z-index: 10;
    max-width: 100%;
    height: auto;
}
.products-list .item .img-box .promotion-label {
    position: absolute;
    top: 22px;
    left: 27px;
    width: 36px;
    height: 36px;
    z-index: 10;
    border-radius: 50%;
}
.js-open-info-box, .js-open-info-storage {
    position: absolute;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    border: 2px solid rgba(88, 95, 101, .6);
    border-radius: 50%;
    transition: border .3s ease, background-color .3s ease;
    z-index: 10;
}
.js-open-info-box .tooltip, .js-open-info-storage .tooltip {
    position: absolute;
    bottom: calc(100% + 5px);
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 500;
    padding: 7px;
    background: rgba(88, 95, 101, 1);
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.no-touchevents .js-open-info-box:hover .tooltip, .no-touchevents .js-open-info-storage:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease .5s, visibility .3s ease .5s;
}

.js-open-info-storage {
    top: 20px;
}
.js-open-info-storage svg {
    margin-top: -1px;
    margin-right: -1px;
}
.js-open-info-box {
    top: 71px;
}
.js-open-info-box.active, .js-open-info-storage.active {
    background-color: #3D5060;
    border-color: #3D5060;
}
.no-touchevents .js-open-info-box:hover, .no-touchevents .js-open-info-storage:hover {
    cursor: pointer;
    background-color: #3D5060;
    border-color: #3D5060;
}
.js-open-info-box:hover svg path, .js-open-info-storage:hover svg path {
    transition: fill .3s ease, opacity .3s ease;
}
.js-open-info-box.active svg path, .js-open-info-storage.active svg path {
    fill: #fff;
    opacity: 1;
}
.no-touchevents .js-open-info-box:hover svg path, .no-touchevents .js-open-info-storage:hover svg path {
    fill: #fff;
    opacity: 1;
}

.products-list .item .img-box .novelty-label {
    position: absolute;
    top: 40px;
    left: 21px;
}

.products-list .item .title{
    font-weight: 700;
    font-size: 1em;
    line-height: 1.4em;
    color: #1C2731;
    margin: 20px 0 0;
    padding: 0 25px;
}


.info-box-hover {
    position: absolute;
    top: 340px;
    padding: 0 28px 45px;
    z-index: 20;
    background: #fff;
    width: calc(100% + 24px);
    border: 2px dashed rgba(81, 104, 124, 0.2);
    border-top: none;
    border-radius: 0 0 20px 20px;
    display: none;
}
.state-product {
    font-weight: 400;
    font-size: 0.8888888888888889em;
    line-height: 1.4em;
}
.info-box-hover .title {
    padding: 0 !important;
    margin: 4px 0 10px !important;
}
.info-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px;
}
.info-wrap .col {
    display: flex;
    flex-direction: column;
    margin-right: 33px;
    margin-bottom: 5px;
}
.info-wrap .col .title{
    margin-bottom: 2px !important;
    font-size: 0.8888888888888889em;
    line-height: 1.4em;
    color: #5C5B58;
}
.info-wrap .col .value{
    font-weight: 400;
    font-size: 0.8888888888888889em;
    line-height: 1.4em;
    color: #5C5B58;
}
.energy-value {
    font-weight: 400;
    font-size: 0.8888888888888889em;
    line-height: 1.4em;
    color: #5C5B58;
    margin-bottom: 0;
}
.energy-value .title{
    font-weight: 600;
    color: #5C5B58 !important;
}

.storage-info-box {
    position: absolute;
    position: absolute;
    top: 340px;
    padding: 0 28px 45px;
    z-index: 20;
    background: #fff;
    width: calc(100% + 24px);
    border: 2px dashed rgba(81, 104, 124, 0.2);
    border-top: none;
    border-radius: 0 0 20px 20px;
    display: none;
}
.storage-info-box.visible {
    display: block;
}
.storage-info-box .title {
    padding: 0 !important;
    margin: 4px 0 10px !important;
}
.expiration-date {
    margin-top: 14px;
}
.expiration-date .title {
    font-weight: 600;
    font-size: 0.8888888888888889em !important;
    line-height: 1.4em !important;
    color: #585F65 !important;
    margin-bottom: 10px !important;
}
.expiration-date-item {
    font-weight: 400;
    font-size: 0.8888888888888889em;
    line-height: 1.5em;
    color: #585F65 !important;
    margin-bottom: 10px;
}
.expiration-date-item span {
    display: block;
}

.packing-info-box {
    position: absolute;
    position: absolute;
    top: 340px;
    padding: 0 28px 45px;
    z-index: 20;
    background: #fff;
    width: calc(100% + 24px);
    border: 2px dashed rgba(81, 104, 124, 0.2);
    border-top: none;
    border-radius: 0 0 20px 20px;
    display: none;
}
.packing-info-box.visible {
    display: block;
}
.packing-info-box .title {
    padding: 0 !important;
    margin: 4px 0 10px !important;
}
.individual-packing, .transport-packing {
    margin-top: 9px;
}
.individual-packing .title, .transport-packing .title {
    font-weight: 600;
    font-size: 0.8888888888888889em !important;
    line-height: 1.5em !important;
    color: #585F65 !important;
    margin-bottom: 0px !important;
}
.individual-packing span, .transport-packing span {
    display: inline-block;
    font-weight: 400;
    font-size: 0.8888888888888889em !important;
    line-height: 1.5em !important;
    color: #585F65 !important;
}

.filter-results-wrap {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    margin-right: auto;
}
.filter-results-wrap.visible {
    display: flex;
    margin-top: -15px;
}
.filter-results-wrap > div {
    margin-right: 19px;
    background: #F7FAFD;
    border-radius: 28px;
    padding: 14px 36px 14px 27px;
    margin-bottom: 18px;
}
.filter-results-wrap p {
    position: relative;
    font-family: 'OpenSans', sans-serif;
    font-weight: 600;
    font-size:  0.8888888888888889em;
    line-height: 1.4em;
    color: #1C2731;
    white-space: nowrap;
    margin: 0;
}
.filter-results-wrap p span {
    position: absolute;
    top: 3px;
    right: -7px;
    font-family: "OpenSans", sans-serif;
    font-weight: 600;
    font-size: 0.5555555555555556em;
    line-height: 1em;
}
.reset-btn {
    display: flex;
    align-items: center;
    font-family: 'OpenSans', sans-serif;
    font-weight: 600;
    font-size: 0.8888888888888889em;
    color: #585F65;
    height: 50px;
    margin-bottom: 15px;
    transition: opacity .3s ease;
}
.no-touchevents .reset-btn:hover {
    cursor: pointer;
    opacity: .6;
}
.reset-btn svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 11px;
    margin-left: 9px;
}

.pager-box {
    margin-top: 59px;
}
.pager {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.pager li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding-left: 0;
    /* width: 27px;
	height: 27px; */
    margin: 0 7px;
    font-weight: 700;
    font-size: 0.88888888888889em;
    line-height: 1.62em;
    color: #1C2731;
}
.pager li.dots {
    width: 15px;
    margin: 0;
}
.pager li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #1C2731;
    transition: color .3s ease;
}
.no-touchevents .pager li a:hover {
    color: rgba(28, 39, 49, 0.6);
}
.pager li.active a {
    color: rgba(28, 39, 49, 0.6);
}
.pager li.active a::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: -2px;
    right: -2px;
    height: 2px;
    background-color: rgba(28, 39, 49, 0.6);
    border-radius: 2px;
}

.pager .prev, .pager .next {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-width: 30px;
    border: 1px solid rgba(28, 39, 49, 0.2);
    border-radius: 50%;
    margin: 0;
    transition: background-color .3s ease, border .3s ease;
}
.no-touchevents .pager .prev:hover {
    background: #FF4D00;
    border: 1px solid #FF4D00;
}
.no-touchevents .pager .next:hover {
    background: #FF4D00;
    border: 1px solid #FF4D00;
}
.no-touchevents .pager .next:hover svg path, .no-touchevents .pager .prev:hover svg path {
    stroke: #fff;
}
.pager .prev a, .pager .next a {
    border-radius: 50%;
}
.pager .prev {
    margin-right: 10px;
}
.pager .prev svg{
    margin-left: 4px;
}
.pager .next {
    margin-left: 10px;
}
.pager .next svg{
    margin-right: 2px;
}

.products-bg-elem {
    position: absolute;
    top: 2091px;
    right: 4%;
}

/* about page */
.about-page #main {
    position: relative;
    padding-top: 100px;
    padding-bottom: 196px;
}
.about-company-grid {
    display: flex;
    align-items: center;
    padding-left: 111px;
    padding-right: 81px;
}
.about-company-grid .title-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-company-grid .title-box svg.animate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}
.about-company-grid .title-box p {
    position: relative;
    font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.39em;
    text-align: center;
    color: #1C2731;
}
.about-company-grid .title-box p::after {
    content: '';
    position: absolute;
    bottom: -235px;
    left: -200px;
    width: 296px;
    height: 263px;
    background: url(../i/about-title-bg-elem.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-company-grid .text-box {
    max-width: 56.2%;
    margin-left: auto;
    transform: translateY(26px);
}
.about-company-grid .text-box .important {
    font-weight: 300;
    font-size: 1.333333333333333em;
    line-height: 1.5em;
    margin-bottom: 27px;
}
.about-info-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 860px;
    margin-left: auto;
    margin-top: 153px;
}
.about-info-box .item {
    width: 50%;
    margin-bottom: 56px;
    padding-left: 89px;
}
.about-info-box .item .num {
    position: relative;
    font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.111111111111111em;
    color: #1C2731;
}
.about-info-box .item .num::before {
    content: '';
    position: absolute;
    top: -36px;
    left: -55px;
    width: 115px;
    height: 115px;
    background: url(../i/about-page-num-bg.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-info-box .item p {
    font-weight: 700;
    font-size: 0.8888888888888889em;
    line-height: 1.62em;
    color: #1C2731;
    opacity: 0.7;
}
.about-page .timeline-slider-box {
    margin: 108px 0 150px;
}

.about-page .bg-img {
    position: absolute;
    bottom: -10.2%;
    right: 0;
    width: 40.0422%;
    height: auto;
}
.about-page .bg-img svg {
    width: 100%;
}

/* where buy page */
.where-buy-page #main {
    padding-top: 43px;
    padding-bottom: 253px;
}
.where-buy-page #main .container {
    max-width: 1240px;
}
.representatives-box h2 {
    margin-top: 0;
}
.dealers-box h2 {
    margin-top: 86px;
}
.dislocation-box h2 {
    margin-top: 86px;
}
.items-box {
    display: flex;
    flex-wrap: wrap;
    margin: 66px -15px 0;
}
.items-box .item {
    display: flex;
    align-items: start;
    flex-direction: column;
    width: calc(33.33333333% - 30px);
    margin: 0 15px 39px;
    padding: 33px 28px;
    border: 2px dashed #D7DBDF;
    border-radius: 20px;
}
html:not(.visually-impaired) .items-box .item {
    background: #fff;
}
.items-box .item p {
    margin: 0;
}
.items-box .item .city {
    font-weight: 700;
    font-size: 1.111111111111111em;
    line-height: 1.5em;
    color: #1C2731;
    margin-bottom: 14px;
}
.items-box .item .name {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.33em;
    color: #585F65;
    margin-bottom: 14px;
}
.items-box .item a {
    font-weight: 400;
    font-size: 0.8888888888888889em;
    line-height: 1.75em;
    color: #585F65;
    transition: color .3s ease;
}
.no-touchevents .items-box .item a:hover {
    color: #FF4D00;
}
.dislocation-box .filter-box {
    margin-top: 63px;
}

.where-buy-page .bg-elems .el {
    position: absolute;
    z-index: 10;
}
.where-buy-page .bg-elems .el-1 {
    top: 805px;
    left: 2%;
}
.where-buy-page .bg-elems .el-2 {
    top: 1525px;
    left: 8.5%;
}
.where-buy-page .bg-elems .el-3 {
    top: 2156px;
    left: 4%;
}
.where-buy-page .bg-elems .el-4 {
    top: 3000px;
    left: 8%;
}
.where-buy-page .bg-elems .el-5 {
    top: 3754px;
    left: 7.5%;
}
.where-buy-page .bg-elems .el-6 {
    top: 490px;
    right: 2.5%;
}
.where-buy-page .bg-elems .el-7 {
    top: 1205px;
    right: 1.5%;
}
.where-buy-page .bg-elems .el-8 {
    top: 1902px;
    right: 8.5%;
}
.where-buy-page .bg-elems .el-9 {
    top: 2465px;
    right: 5%;
}
.where-buy-page .bg-elems .el-10 {
    top: 3110px;
    right: 10.5%;
}
.where-buy-page .bg-elems .el-11 {
    top: 3580px;
    right: 1%;
}


.shops-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.shops-box .item {
    display: flex;
    align-items: start;
    flex-direction: column;
    width: calc(33.33333333% - 30px);
    margin: 0 15px 30px;
    padding: 36px 30px 48px;
    background: #F7FAFD;
    border-radius: 20px;
}
.shops-box .item p {
    margin: 0;
}
.shops-box .item .name {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.33em;
    color: #585F65;
    margin-bottom: 11px;
}
.shops-box .item .address {
    font-weight: 400;
    font-size: 0.8888888888888889em;
    line-height: 1.5em;
    color: #585F65;
    margin-bottom: 15px;
}
.shops-box .item a {
    display: block;
    font-weight: 400;
    font-size: 0.8888888888888889em;
    line-height: 1.5em;
    color: #585F65;
    transition: color .3s ease;
}
.no-touchevents .shops-box .item a:hover {
    color: #FF4D00;
}
.shops-box .item p {
    font-weight: 400;
    font-size: 0.8888888888888889em;
    line-height: 1.5em;
    color: #585F65;
}
.shops-box .item .phones {
    margin-bottom: 15px;
}
.shops-box .item .anchor {
    display: inline-block;
    margin-top: 14px;
    font-weight: 600;
    font-size: 0.8888888888888889em;
    line-height: 1.5em;
    color: #585F65;
    border-bottom: 1px dashed #585F65;
    transition: color .3s ease, border .3s ease;
}
.no-touchevents .shops-box .item .anchor:hover {
    color: #FF4D00;
    border-color: #FF4D00;
}

/* heading list */
.heading-list {
    display: flex;
}
.heading-list {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-bottom: 58px;
}
.heading-list::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #D7DBDF;
    border-radius: 2px;
}
.current-heading {
    display: none;
}
.heading-list li {
    background: none;
    padding: 0;
    margin-bottom: 0;
}
.heading-list li a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4em;
    color: #585F65;
    padding: 16px 31px;
    transition: opacity .3s ease;
    z-index: 100;
}

.heading-list li.active a {
    opacity: .6;
    pointer-events: none;
}
.heading-list li.active a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #FF4D00;
    border-radius: 2px;
    z-index: 100;
}
.no-touchevents .heading-list li:not(.active) a:hover {
    opacity: .6;
}


#object-map{
    height: 654px;
    max-height: 100vh;
    width: 100%;
    margin-top: 35px;
}
#object-map .popover{
    max-width: 288px;
}
#object-map .popover-inner{
    padding: 0 !important;
}
#object-map .object-img-slider .swiper-slide{
    width: calc(100% - 80px);
    min-height: 166px;
}
#object-map .object-img-slider .swiper-btn{
    width: 40px;
}
#object-map .popover .close{
    z-index: 10;
}

#object-map .object{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    color: #0a0f2c;
}
#object-map .object.in-slider{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 120px;
}
#object-map .object a{
    color: #0a0f2c;
    border-bottom: 1px solid #ccc;
}
.no-touchevents #object-map .object a:hover{
    border-color: transparent;
}

#object-map ymaps{
    color: #35384e !important;
}
#object-map .ymaps-2-1-62-b-cluster-carousel_pager_numeric .ymaps-2-1-62-b-cluster-carousel__pager-item{
    color: #4861fb !important;
}
.ymaps-2-1-62-b-cluster-carousel_pager_numeric .ymaps-2-1-62-b-cluster-carousel__pager-item:hover{
    opacity: .7;
}
.ymaps-2-1-78-b-cluster-tabs__section_type_nav {
    display: none !important;
}
.ymaps-2-1-78-balloon__content > * {
    height: auto !important;
    max-width: 320px;
}
.ymaps-2-1-78-b-cluster-tabs__section_type_content {
    height: auto !important;
}
.ymaps-2-1-78-b-cluster-content {
    height: auto !important;
}
.new-content-ajax.loading {
    background: url("../i/loader.svg") no-repeat 50% 40px/100px 100px;
}

/* news page */
.news-page #main {
    position: relative;
    padding-top: 19px;
    padding-bottom: 256px;
}
.news-page #main .container {
    max-width: 1240px;
}
.news-page .news-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.news-page .news-box .item {
    width: calc(50% - 30px);
    margin: 0 15px 50px;
}
.news-page .news-box .item .logo-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 54.95495495495495%;
    width: 100%;
    max-height: 130px;
    height: 100%;
    background: url(../i/news-logo-bg.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.news-page .news-box .item .logo-box svg {
    width: 74.185%;
    height: auto;
}
.news-page .news-box .img-box {
    position: relative;
    display: block;
    padding-bottom: 61.622%;
    min-height: 300px;
    overflow: hidden;
    margin: 0 !important;
    border-radius: 20px;
    background: #FFFAF4;
}
.news-page .news-box .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 10;
    border-radius: 20px;
}
.news-page .news-box .item .title {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 1.222222222222222em;
    line-height: 1.37em;
    color: #1C2731;
    margin: 19px 0 10px;
    transition: color .3s ease;
}
.news-page .news-box .item time {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #585F65;
    opacity: 0.6;
    transition: color .3s ease;
}
.no-touchevents.news-page .news-box .item:hover .title {
    color: #FF4D00;
}
.no-touchevents.news-page .news-box .item:hover time {
    color: #FF4D00;
}
.news-page .heading-list li {
    margin: 0 48px;
}
.news-page .pager-box{
    margin-top: 22px;
}
.news-page .bg-img {
    position: absolute;
    bottom: -9.4%;
    right: 0;
    width: 34.525%;
    height: auto;
}
.news-page .bg-img svg {
    width: 100%;
}

/* news inner */
.news-inner-page #main {
    padding-top: 13px;
    padding-bottom: 243px;
}
.top-page-time {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 0.7777777777777778em;
    line-height: 2.14em;
    color: #585F65;
    opacity: 0.6;
    margin-bottom: 17px;
}
.news-inner-page .bottom-wrap {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 58px auto 0;
}
.bottom-wrap .link-back {
    display: flex;
    align-items: center;
}
.bottom-wrap .link-back .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(28, 39, 49, 0.2);
    border-radius: 50%;
    margin-right: 13px;
    transition: border .3s ease, background-color .3s ease;
}
.bottom-wrap .link-back .icon svg {
    margin-left: 3px;
}
.bottom-wrap .link-back span {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4em;
    color: #585F65;
}
.no-touchevents .bottom-wrap .link-back:hover .icon {
    background-color: #585F65;
    border-color: #585F65;
}
.bottom-wrap .link-back svg path {
    transition: stroke .3s ease;
}
.no-touchevents .bottom-wrap .link-back:hover svg path {
    stroke: #fff;
}
.bottom-wrap .share-box {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.bottom-wrap .share-box > span {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4em;
    color: #585F65;
    margin-right: 24px;
}

/* contacts page */
.contacts-page #main {
    padding-top: 55px;
    padding-bottom: 252px;
}
.contacts-page #main .container {
    max-width: 1240px;
}
.contacts-grid {
    display: flex;
    margin-bottom: 110px;
}
.col-contacts {
    max-width: 562px;
    margin-right: 20px;
}
.contacts-grid .title {
    font-weight: 600;
    font-size: 0.8888888888888889em;
    line-height: 1.75em;
    color: #585F65;
    margin-top: 0;
}
.col-contacts .address-box {
    margin-bottom: 11px;
}
.col-contacts .address-box .title {
    font-size: 1.111111111111111em;
    line-height: 1.5em;
    color: #1C2731;
    margin-bottom: 11px;
}
.col-contacts .address-box .anchor {
    font-weight: 600;
    font-size: 0.8888888888888889em;
    line-height: 1.87em;
    color: #585F65;
    border-bottom: 1px dashed #585F65;
    transition: color .3s ease, border .3s ease;
}
.no-touchevents .col-contacts .address-box .anchor:hover {
    color: #FF4D00;
    border-color: #FF4D00;
}
.col-contacts p {
    font-size: 0.8888888888888889em;
    line-height: 1.75em;
    margin: 0;
}
.col-requisites p {
    font-size: 0.8888888888888889em;
    line-height: 1.75em;
}
.col-contacts .gps-box {
    margin-bottom: 39px;
}
.col-contacts .phone-box {
    margin-bottom: 6px;
}
.col-contacts .phone-box a {
    font-weight: 300;
    font-size: 0.8888888888888889em;
    line-height: 1.75em;
    color: #585F65;
    transition: color .3s ease;
}
.no-touchevents .col-contacts .phone-box a:hover {
    color: #FF4D00;
}
.col-requisites {
    max-width: 510px;
    margin-left: auto;
}
.form {
    padding: 43px 43px 57px;
    background: #FFF9EF;
    border: 8px solid #FEF0D6;
    -moz-border-image: url(../i/border-form.svg) 8 round round;
    -webkit-border-image: url(../i/border-form.svg) 8 round round;
    -o-border-image: url(../i/border-form.svg) 8 round round;
    border-image: url(../i/border-form.svg) 8 round round;
    /* background: url(../i/border-form.svg) no-repeat;
	background-size: contain; */
    border-radius: 20px;
}
.form .title{
    margin: 0 0 26px;
}
.form .field{
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}
.form .field-name {
    font-weight: 600;
    font-size: 0.7777777777777778em;
    line-height: 1.71em;
    color: #585F65;
    margin-left: 12px;
}
.form .form-control {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #FEF0D6;
    border-radius: 5px;
    padding: 10px 11px;
    font-weight: 400;
    font-size: 0.8888888888888889em;
    line-height: 1.15em;
    color: #585F65;

}
.form .form-control:focus {
    border: 1px solid #FACB52;
}
.form textarea.form-control {
    min-height: 86px;
    resize: none;
}
.form .btn {
    width: 100%;
    margin-top: 8px;
}

.contacts-page .filter-box .heading-list {
    margin-bottom: 60px;
}
.contacts-page .filter-box .heading-list a {
    margin: 0 27px;
}
.contacts-page .items-box {
    margin-top: 60px;
}
.contacts-page .download-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    margin: 104px -11px 144px;
    padding: 51px 0 10px;
}
.contacts-page .download-list::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -112px;
    right: -112px;
    background: #F7FAFD;
    border-radius: 20px;
    z-index: -1;
}
.contacts-page .download-list li {
    width: calc(33.3333333% - 22px);
    margin: 0 11px 44px;
}
.contacts-page .download-list li span {
    border: none;
    color: #1C2731;
}

/*Usual map*/
.map-box{
    position: relative;
    height: 654px;
    max-width: 1140px;
    margin: 0 auto;
}
.map-box .usual-map, .map-box .iframe-map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.map-box > ymaps {
    display: block !important;
}

/* electronic appeal page */
.electronic-appeal-page #main {
    padding-top: 41px;
    padding-bottom: 250px;
}
.electronic-appeal-page .download-list a {
    line-height: 1.3em;
}
.electronic-appeal-page .download-list a span {
    color: #1C2731;
    border: none;
}
.hidden-text-box {
    max-width: 1000px;
    margin: 59px auto 68px;
}
.hidden-text-box .dropdown-text  {
    display: none;
}
.hidden-text-box .dropdown-text p:first-child {
    margin-top: 0;
}
.js-show-dropdown-text {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.67em;
    color: #585F65;
    border-bottom: 1px dashed #585F65;
    transition:  color .3s ease, border .3s ease;
    cursor: pointer;
}
.no-touchevents .js-show-dropdown-text:hover {
    color: #FF4D00;
    border-color: #FF4D00;
}
.electronic-appeal-grid {
    margin: 0 auto;
    max-width: 1184px;
}
.electronic-appeal-grid .wrap {
    display: flex;
    max-width: 1184px;
    width: 100%;
}
.electronic-appeal-grid .col {
    width: calc(50% - 40px);
    margin: 0 20px;
}
.electronic-appeal-grid .form {
    padding: 39px 61px 50px;

}
.electronic-appeal-grid .form .title {
    margin-bottom: 24px;
}
.electronic-appeal-grid .form .field {
    margin-bottom: 16px;
}
.electronic-appeal-grid .form .field-name {
    margin-bottom: 2px;
}
.electronic-appeal-grid .form .btn {
    margin-top: 6px;
}

.upload-box {
    display: flex;
}
.form .upload-box + .field-error {
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 16px 0 0;
    max-width: 390px;
    color: #FF0000;
}

/* search result page */
.search-result-page #main {
    padding-top: 56px;
    padding-bottom: 256px;
}
.search-result-page #main .search-results-list {
    max-width: 1000px;
}
.search-result-page #main .search-form-box {
    max-width: 1000px;
    margin: 0 auto;
}
.search-result-page #main .search-form {
    position: relative;
}
.search-result-page #main .form-control {
    -webkit-appearance: none;
    border: 1px solid #D7DBDF;
    border-radius: 30px;
    width: 100%;
    padding: 17px 65px 16px 31px;
    font-size: 0.8888888888888889em;
    line-height: 1.4em;
    color: #1C2731;
}
.search-result-page #main .search-btn {
    position: absolute;
    right: 28px;
    top: 50%;
    height: 28px;
    margin-top: -14px;
    padding: 0;
    transition: opacity .3s ease;
}
.no-touchevents.search-result-page #main .search-btn:hover {
    opacity: .6;
}
.search-result-page #main .results-count {
    font-size: 0.7777777777777778em;
    line-height: 1.4em;
    color: #585F65;
    margin: 9px 0 9px 31px;
    letter-spacing: 0.01em;
}
.search-result-page #main .search-results-list {
    margin-top: 55px;
}
.search-result-page #main .search-results-list li {
    margin-bottom: 50px;
    padding-left: 44px;
}
.search-result-page #main .search-results-list li .num {
    left: 0;
}
.search-result-page #main .search-results-list li a {
    font-weight: 700;
    font-size: 1.111111111111111em;
    line-height: 1.5em;
    color: #1C2731;
    transition: color .3s ease;
}
.no-touchevents.search-result-page #main .search-results-list li a:hover {
    color: #FF4D00;
}
.search-result-page #main .search-results-list li p {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.67em;
    color: #585F65;
    margin-top: 11px;
}
.search-results-list span {
    position: relative;
    white-space: nowrap;
}
.search-results-list span:not(.num):before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -3px;
    right: -3px;
    bottom: 0px;
    background: #FACB52;
}
.search-result-page .pager-box {
    margin-top: 98px;
}
.search-result-page .no-results {
    font-weight: 700;
    font-size: 0.8888888888888889em;
    line-height: 1.62em;
    text-align: center;
    color: #1C2731;
    margin-top: 43px;
    letter-spacing: 0.057em;
}

/* error page */
.error-page #all {
    padding-top: 183px;
    background: #F18A00;
}
.error-page #main {
    padding: 0;
}
.error-page #main .container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 183px);
    padding-top: 30px;
    padding-bottom: 200px;
}
.error-page .sub-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.error-page .sub-box .num {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 14.44444444444444em;
    line-height: 1em;
    text-align: center;
    letter-spacing: 0.07em;
    color: #FFFFFF;
    margin: 0;
}
.error-page .sub-box .text {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 1.555555555555556em;
    line-height: 1.71em;
    text-align: center;
    color: #1C2731;
    margin-top: 25px;
}
.error-page .sub-box a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.83em;
    text-align: center;
    text-decoration: underline;
    color: #1C2731;
    margin: 10px auto 0;
    transition: text-decoration .3s ease;
}
.no-touchevents.error-page .sub-box a:hover {
    text-decoration: none;
}
.error-page .left-elem, .error-page .right-elem, .error-page .bg-elem {
    position: absolute;
}
.error-page .left-elem, .error-page .right-elem {
    mix-blend-mode: multiply;
}
.error-page .left-elem {
    left: 0;
    top: 58px;
    max-width: 23.122%;
    width: 100%;
}
.error-page .right-elem {
    right: 0;
    top: 70px;
    max-width: 16.8682%;
    width: 100%;
}
.error-page .left-elem svg, .error-page .right-elem svg {
    width: 100%;
}
.error-page .bg-elem {
    top: 0;
    right: 8%;
    max-width: 66.7025%;
    width: 100%;
    height: auto;
    mix-blend-mode: overlay;
}
.error-page .bg-elem svg {
    width: 100%;
}

/* providers page */
.providers-page #main {
    padding-top: 46px;
    padding-bottom: 250px;
}

/* outside market page */
.outside-market-page #main {
    padding-top: 46px;
    padding-bottom: 250px;
}
.outside-market-page .img-box {
    margin: 63px auto;
}
.outside-market-page .form-box {
    max-width: 552px;
    margin: 69px auto;
}
.outside-market-page .form {
    padding: 39px 61px 50px;
}
.outside-market-page .form .btn {
    margin-top: 3px;
}

/* domestic market page */
.domestic-market-page #main {
    padding-top: 46px;
    padding-bottom: 250px;
}
.domestic-market-page .form-box {
    max-width: 552px;
    margin: 69px auto;
}
.domestic-market-page .form {
    padding: 39px 61px 50px;
}
.domestic-market-page .form .btn {
    margin-top: 3px;
}



/*=========================END OF MAIN=========================*/
/* Checkbox */
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 13px;
    height: 13px;
    border: 1px solid #585F65;
    border-radius: 2px;
    background-color: none;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 6px;
    width: 7px;
    height: 7px;
    background: #585F65;
    border-radius: 1px;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
input[type="checkbox"] + label span {
    transition: color .3s ease;
}
.no-touchevents input[type="checkbox"]:checked + label:hover span,
.no-touchevents input[type="checkbox"]:not(:checked) + label:hover span{
    /* opacity: 1; */
    color: #FACB52;
}

.check-box span {
    margin: 0;
    font-weight: 400;
    font-size: 0.7777777777777778em;
    line-height: 1.4em;
    color: #585F65;
}
/*Cookies*/
.cookies-content > *:first-child{
    margin-top: 0;
}

.cookies-content p{
    margin-top: 18px;
    margin-bottom: 18px;
}
.cookies-content h6, .cookies-content .h6{
    line-height: 1.714285714285714em;
    text-align: left;
    margin: 56px auto 18px;
}
.cookies-content li{
    margin: 0 0 26px;
}
.cookies-content li p{
    margin: 0 0 10px;
}
.cookies-content li .large-size{
    font-size: 1.111111111111111em;
    margin: 0;
}
.cookies-content li .large-size + p{
    margin-top: 0;
}
.cookies-content li .large-size + .inline-radios{
    margin-top: 18px;
}
.cookies-content li .large-size strong{
    color: #1C2731;
}




/*Radio and Checkboxes*/
.radio-item{
    position: relative;
    line-height: 0;
}
.radio-item input[type="radio"]{
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.radio-item input[type="radio"] + label{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.35em;
    color: #51687C;
    padding-left: 31px;
    cursor: pointer;
}

.radio-item input[type="radio"]:checked + label{
    cursor: default;
}
.radio-item input[type="radio"]:disabled + label{
    color: rgba(81, 104, 124, .2);
    cursor: default;
}
.radio-item input[type="radio"] + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #FF4D00;
    border-radius: 110%;
}
.no-touchevents .radio-item input[type="radio"]:not(:checked):not(:disabled) + label:hover:before{
    box-shadow: inset 0 0 3px rgba(255, 77, 0, .7);
}

.radio-item input[type="radio"]:checked + label:after{
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #FF4D00;
    border-radius: 110%;
}
.radio-item input[type="radio"]:disabled + label:before{
    border-color: rgba(81, 104, 124, .2);
}
.radio-item input[type="radio"]:disabled + label:after{
    background: rgba(81, 104, 124, .2);
}



.inline-radios{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 10px -50px -10px 0;
}
.inline-radios .radio-item{
    position: relative;
    margin: 0 50px 10px 0;
}
.inline-radios.centered{
    justify-content: center;
    margin: 64px auto 0;
}
.inline-radios.centered .radio-item{
    margin: 0 25px 10px;
}
.inline-radios.centered + .btn{
    display: table;
    text-align: center;
    margin: 48px auto 0;
}

.cookies-submit-msg{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    margin: 16px auto -32px;
    transition: opacity .2s ease;
}
.cookies-submit-msg.visible{
    opacity: 1;
    visibility: visible;
}
.cookies-submit-msg:before{
    content: '';
    margin: -1px 8px 0 0;
    width: 20px;
    height: 20px;
    background: #FACB52 url("../i/send-success.png") no-repeat 50% 50%/14px auto;
}
/*Cookies popup*/
.cookies-popup{
    position: fixed;
    z-index: 100000;
    left: 0;
    bottom: 0;
    font-size: 1em;
    line-height: 1.6em;
    color: #585F65;
    width: 100%;
    padding: 30px 0;
    background: #FEF0D6;
}

.cookies-popup .container{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
}
.cookies-popup p{
    margin: 0;
    max-width: none;
}
.cookies-popup .btns-box{
    display: flex;
    align-items: center;
    margin: 0 0 0 60px;
}
.cookies-popup .btn{
    display: table;
    text-align: center;
    height: auto;
    min-width: 200px;
    margin: 0 15px;
    cursor: pointer;
}
.cookies-popup a{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2em;
    color: #585F65;
    padding: 0;
    margin: 0 0 0 15px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    transition: all .2s ease;
}
.no-touchevents .cookies-popup a:hover{
    color: #1C2731;
    text-decoration: none;
}

/*===========================FOOTER============================*/
#footer {
    position: relative;
    z-index: 100;
    background: #3D5060;
    padding-top: 78px;
    padding-bottom: 42px;
}
.products-page #footer {
    z-index: 10;
}
#footer .container {
    position: relative;
}
#footer * {
    color: #fff;
}
#footer p {
    margin: 0;
}
.footer-grid {
    display: flex;
}
.copy {
    white-space: nowrap;
    font-size: 1em;
    line-height: 1.44em;
}
#footer .address {
    font-size: 1em;
    line-height: 1.89em;
    max-width: 395px;
    margin-left: 116px;
    margin-right: 85px;
}
#footer .contacts {
    display: flex;
    flex-direction: column;
}
#footer .contacts a {
    font-weight: 600;
    font-size: 1.111111111111111em;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
    transition: color .3s ease;
}
.no-touchevents #footer .contacts a:hover {
    color: #FF7134;
}
#footer .social-links {
    display: flex;
    align-items: center;
    margin-left: auto;
    height: 100%;
}
#footer .social-links a {
    display: flex;
    align-items: center;
    margin-left: 30px;
    max-height: 30px;
}
#footer .social-links a:first-child {
    margin-left: 0;
}
#footer .social-links a svg path {
    transition: fill .3s ease;
}
.no-touchevents #footer .social-links a:hover svg path {
    fill: #FF7134;
}

.footer-wrap {
    display: flex;
    align-items: center;
    padding-top: 37px;
    margin-top: 156px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .swiper-slide {
    width: auto;
    margin-right: 70px;
}
#footer .swiper-slide a {
    text-align: center;
    font-size: 0.88888888888889em;
    letter-spacing: 0.01em;
    transition: opacity .3s ease;
}
#footer .swiper-button-prev, #footer .swiper-button-next {
    display: none;
}
#footer .swiper-slide a span {
    border-bottom: 1px solid #fff;
    transition: border .3s ease;
}
.no-touchevents #footer .swiper-slide a:hover {
    opacity: .8;
}
.no-touchevents #footer .swiper-slide a:hover span {
    border-bottom-color: transparent;
}
#footer .top-line {
    position: absolute;
    top: -44px;
    left: calc((100vw - 100%)/2 * -1);
    width: 100vw;
    background: url(../i/footer-top-line.svg) no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 24px;
}


#footer #iquad {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: auto;
    padding-right: 2px;
}
#footer #iquad svg:first-child {
    margin-right: 5px;
}
#footer #iquad svg{
    margin-top: 3px;
}
#iquad::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 83px;
    height: 6px;
    background: #63c3ce;
    background: -webkit-linear-gradient(45deg, rgba(212, 225, 90, 1) 0%, rgba(99, 195, 206, 1) 50%, rgba(212, 225, 90, 1) 100%);
    background: linear-gradient(45deg, rgba(212, 225, 90, 1) 0%, rgba(99, 195, 206, 1) 50%, rgba(212, 225, 90, 1) 100%);
    background-size: 200% 100%;
    background-position: 0 0;
    opacity: 0;
    transition: opacity .5s ease;
}
.no-touchevents #iquad:hover::before {
    opacity: 1;
}
/*========================END OF FOOTER========================*/
#visually-impaired-controls {
    display: none;
}

/* preloader */
.page-load.preload-page #preloader {
    opacity: 0;
    transform: translateY(-200%);
    transition: opacity .5s ease, transform 0.1s ease .4s;
}
.preload-page:not(.page-load) body {
    overflow: hidden;
}
.preload-page #preloader {
    position: fixed;
    display: inline-block;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    background: #F8B332;
}
.preload-page #preloader .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 100px 70px;
    min-height: 100vh;
    overflow-y: auto;
}
.preload-page #preloader .preloader-logo {
    margin-bottom: 61px;
}
.preload-page #preloader .dots {
    display: flex;
    align-items: center;
    height: 18px;
}
.preload-page #preloader .dots .item {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    opacity: 0.2;
    margin: 0 8px;
    border-radius: 50%;
    animation-name: loader;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.preload-page #preloader .dots .item:nth-child(1) {
    animation-delay: 0.2s;
}
.preload-page #preloader .dots .item:nth-child(2) {
    animation-delay: 0.4s;
}
.preload-page #preloader .dots .item:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes loader {
    from {
        opacity: .2;
    }
    to {
        opacity: 1;
    }
}

/*=========================TRANSITIONS=========================*/


@media screen and (max-width: 1800px){
    .parallax-el .p-el.p-el-20 {
        left: 15%;
    }
    .parallax-el .p-el.p-el-24 {
        top: 350px;
    }
}
@media screen and (max-width: 1700px){
    .parallax-el .p-el.p-el-1 {
        right: 0;
    }
    .parallax-el .p-el.p-el-3 {
        right: 2%;
    }
    .parallax-el .p-el.p-el-4 {
        right: 4%;
    }
    .parallax-el .p-el.p-el-5 {
        right: 0;
    }
    .parallax-el .p-el.p-el-6 {
        left: 5%;
    }
    .parallax-el .p-el.p-el-7 {
        right: 0;
    }
    .parallax-el .p-el.p-el-8 {
        right: 16%;
    }
    /* .parallax-el .p-el.p-el-9 {
		top: 3500px;
	}
	.parallax-el .p-el.p-el-10 {
		top: 4600px;
	}
	.parallax-el .p-el.p-el-11 {
		top: 4680px;
	} */
    .parallax-el .p-el.p-el-12 {
        right: 0;
        /* top: 4750px; */
    }
    .index-page .top-page-box .bg-elem {
        transform: translateX(-50%);
    }

}
@media screen and (max-width: 1650px){
    .bottom-section .bg-img {
        left: 20px;
    }
    .parallax-el .p-el.p-el-19 {
        display: none;
    }
    .products-bg-elem {
        display: none;
    }
}
@media screen and (max-width: 1519px){
    .container{
        max-width: 1459px;
        padding: 0 20px;
    }
    .products-box .container {
        max-width: 1459px;
        padding: 0 20px;
    }
    .products-nav-box {
        padding-right: 71px;
        padding-left: 30px;
    }
    .products-nav li.active::before {
        left: -30px;
    }
}
@media screen and (max-width: 1500px){
    /* index page */
    .index-page .links-wrap {
        margin-right: 180px;
    }

    /* about page */
    .about-info-box {
        max-width: 750px;
        margin: 153px 0 0 auto;
    }
    .about-info-box .item {
        padding-left: 0;
    }
}
@media screen and (max-width: 1400px){
    .nav ul > li {
        font-size: 0.8em;
        margin: 0 0 0 30px;
    }
    .nav ul.dropdown > li {
        font-size: 1em;
    }

    /* timeline slider */
    .timeline-slider-box {
        padding-left: 0;
    }
    .timeline-slider-box > .h2 {
        padding-left: 0;
    }

    /* footer */
    .footer-grid {
        justify-content: space-between;
    }
    #footer .address {
        margin: 0 20px;
    }
    #footer .social-links {
        margin-left: 20px;
    }

    /* products page */
    .products-list .item {
        width: calc(50% - 20px);
    }

    /* products page */
    .parallax-el .p-el.p-el-23 {
        display: none;
    }

}
@media screen and (max-width: 1300px){
    /* index page */
    .parallax-el .p-el.p-el-3 {
        top: 8%;
    }
    .parallax-el .p-el.p-el-7 {
        top: 42.5%;
    }
    .parallax-el .p-el.p-el-8 {
        top: 45.8%;
    }
    .parallax-el .p-el.p-el-9 {
        top: 51%;
    }
    .parallax-el .p-el.p-el-10 {
        top: 67.45%;
    }
    .parallax-el .p-el.p-el-11 {
        top: 68.76%;
    }
    .parallax-el .p-el.p-el-12 {
        top: 69%;
    }
    .index-page .links-wrap {
        margin-right: 0;
    }
    .index-page .info-text.top {
        margin: 270px auto 130px;
    }
    .products-link-box .item:first-child .img-box {
        margin: 0;
    }
    .products-link-box .item:nth-child(2) .img-box {
        margin-left: 0;
    }
    .products-link-box .item:nth-child(3) .img-box {
        margin: 0;
    }
    .products-link-section {
        padding: 195px 0 300px;
    }

    .index-page .links-wrap .dropdown-list {
        right: 0;
    }
    .index-page .links-wrap .dropdown-list::before {
        margin: 0 0 0 33px;
    }

    .products-slider .swiper-slide .text-box {
        max-width: none;
    }
    .products-slider .swiper-slide .title {
        font-size: 2.1em;
    }
    .products-slider .swiper-slide .text {
        font-size: 1.2em;
    }
    .products-slider .swiper-slide .img-box {
        max-width: 400px;
        min-width: 400px;
        max-height: 400px;
        min-height: 400px;
    }
    .products-slider .swiper-slide .img-box .icon {
        width: 50%;
        height: auto;
    }
    .products-slider .swiper-slide .img-box .icon svg {
        width: 100%;
        height: auto;
    }
    .products-bullets-slider {
        bottom: -10px;
    }

    .about-section .about-box .title {
        font-size: 2.1em;
    }
    .about-section .about-box .text {
        font-size: 1.2em;
    }
    .slider-section .top-bg {
        top: -710px;
    }

    /* products page */
    .products-list-box .filter-box .item {
        margin-left: 25px;
    }
    .filter-results-wrap > div {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .reset-btn {
        margin-bottom: 10px;
    }

    .animate-icon {
        bottom: 0;
        right: 268px;
    }

}
@media screen and (max-width: 1250px){
    /* footer */
    .footer-grid {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #footer .address {
        margin: 0 0 36px;
        max-width: 100%;
    }
    .copy {
        margin-bottom: 36px !important;
    }
    #footer .social-links {
        margin-left: 0;
    }
    .footer-grid > * {
        width: 50%;
    }
    .footer-wrap {
        margin-top: 80px;
    }

    /* about page */
    .about-company-grid {
        padding: 0 0 0 40px;
    }
}
@media screen and (min-width: 1201px){
    .footer-slider .swiper-wrapper{
        flex-wrap: wrap;
        margin-bottom: -16px;
    }
    .footer-slider .swiper-slide{
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 1200px){
    .parallax-el .p-el.p-el-9 {
        left: 3%;
    }
    /* index page */
    .products-link-box .item {
        flex-direction: column;
    }
    .products-link-box .item .title-box {
        max-width: 100%;
        transform: none !important;
        margin-top: 30px;
    }
    .products-link-box .item .title-box span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.1em;
    }
    .products-link-box .item .title-box span br {
        display: none;
    }
    .products-link-box .item .title-box span svg {
        width: 42px;
        height: 42px;
        display: inline-block;
        margin: 0;
        margin-left: 10px;
    }
    .products-link-box .item:nth-child(2) .title-box {
        order: 2;
    }

    /* footer */
    #footer .swiper-container {
        max-width: 300px;
    }
    .footer-slider {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #footer .swiper-slide {
        margin-right: 0;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    .footer-slider .swiper-slide {
        width: auto !important;
    }
    #footer .swiper-button-prev, #footer .swiper-button-next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
    }
    #footer .swiper-button-prev {
        margin-right: 20px;
    }
    #footer .swiper-button-next {
        margin-left: 20px;
    }

    /* electronic appeal page */
    .field .upload-box {
        display: flex;
        flex-wrap: wrap;
    }
    .upload-box .formats {
        white-space: nowrap;
    }
    .upload-btn {
        margin-bottom: 0px !important;
    }
}
@media screen and (min-width: 1141px){
    .sticky-header:not(.visually-impaired) #header .header-controls{
        display: none;
    }
    .visually-impaired.sticky-header:not(.short-header-view) #header {
        background: none;
    }
    .visually-impaired.sticky-header #header {
        transform: none;
    }
    /*Visually impaired*/
    #visually-impaired-controls{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        color: #000;
        padding: 20px 0;
        border-bottom: 1px solid #000;
        z-index: 1000;
    }
    .visually-impaired #visually-impaired-controls{
        display: block;
    }
    #visually-impaired-controls .container{
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1600px !important;
        padding: 0 30px !important;
    }
    #visually-impaired-controls .container:after{
        display: none;
    }
    .cn-item-box{
        display: flex;
        align-items: center;
        margin: 0 112px 0 0;
    }
    .cn-item-box.cn-color{
        margin: 0;
    }
    .cn-text{
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        white-space: nowrap;
        margin-right: 18px;
    }
    .cn-text.middle-size{
        font-size: 20px;
    }
    .cn-text.large-size{
        font-size: 21px;
    }
    .cn-item{
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        line-height: 1em;
        text-transform: uppercase;
        padding: 0 0 9px;
        margin: 0 5px;
        width: 53px;
        height: 50px;
        border-radius: 3px;
        cursor: pointer;
        border: 2px solid transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .cn-item.active{
        color: #000;
        background: #fff;
        border-color: #000;
        cursor: default;
    }
    .color-scheme2 .cn-item.active{
        color: #fff;
        border-color: #fff;
        background: #000;
    }
    .color-scheme3 .cn-item.active{
        color: #04183f;
        border-color: #04183f;
        background: #b7dcfd;
    }
    .cn-item.active .arrow{
        content: '';
        position: absolute;
        z-index: 2;
        left: 18px;
        bottom: -11px;
        width: 16px;
        height: 11px;
        overflow: hidden;
    }
    .cn-item.active .arrow:before{
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: -10px;
        width: 13px;
        height: 13px;
        background: #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .color-scheme2 .cn-item.active .arrow:before{
        background: #fff;
    }
    .color-scheme3 .cn-item.active .arrow:before{
        background: #04183f;
    }
    .visually-impaired .cn-font-size .cn-item{
        position: relative;
        top: -3px;
        font-size: 22px;
        text-transform: none;
        padding-bottom: 10px;
        border-color: transparent !important;
    }
    .visually-impaired .cn-font-size .small-size{
        font-size: 18px;
    }
    .visually-impaired .cn-font-size .large-size{
        font-size: 30px;
        padding-bottom: 9px;
    }
    .visually-impaired .cn-font-size .cn-item.active{
        border-color: #000 !important;
    }
    .visually-impaired.color-scheme2 .cn-font-size .cn-item.active{
        border-color: #fff !important;
    }
    .visually-impaired.color-scheme3 .cn-font-size .cn-item.active{
        border-color: #04183f !important;
    }
    .visually-impaired .cn-color .color-scheme1{
        color: #000 !important;
        border-color: #fff;
        background: #fff;
    }
    .visually-impaired .cn-color .color-scheme1.active{
        border-color: #000;
    }
    .visually-impaired .cn-color .color-scheme2{
        color: #fff !important;
        border-color: #000;
        background: #000;
    }
    .visually-impaired .cn-color .color-scheme2.active{
        border-color: #fff;
    }
    .visually-impaired .cn-color .color-scheme3{
        color: #04183F !important;
        border-color: #b7dcfd !important;
        background: #b7dcfd;
    }
    .visually-impaired .cn-color .color-scheme3.active{
        border-color: #04183F !important;
    }
    .visually-impaired.color-scheme3 body .cn-color .color-scheme1{
        border-color: #fff !important;
    }
    .cn-item.color-scheme3 .arrow:before{
        border-color: #b7dcfd;
        background: #b7dcfd;
    }
    .cn-hide-img{
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 46px;
        color: #000;
        text-align: center;
        padding: 0 20px;
        margin: 0 0 0 auto;
        height: 50px;
        width: auto;
        border: 2px solid #000;
        background: transparent;
        border-radius: 3px;
        cursor: pointer;
    }
    .middle-size .cn-hide-img{
        font-size: 17px;
    }
    .large-size .cn-hide-img{
        font-size: 18px;
    }
    .no-touchevents .cn-hide-img:hover{
        color: #fff !important;
        background: #000;
    }
    .color-scheme2 .cn-hide-img{
        color: #fff !important;
        border-color: #fff;
    }
    .no-touchevents.color-scheme2 .cn-hide-img:hover{
        color: #000 !important;
        background: #fff;
    }
    .color-scheme3 .cn-hide-img{
        color: #04183F !important;
        border-color: #04183F;
    }
    .no-touchevents.color-scheme3 .cn-hide-img:hover{
        color: #fff !important;
        background: #04183F;
    }
    /*Common*/
    .visually-impaired.small-size body {
        font-size: 18px;
    }
    .visually-impaired.middle-size body {
        font-size: 20px;
    }
    .visually-impaired.large-size body {
        font-size: 22px;
    }
    .visually-impaired.hide-images img {
        display: none !important;
    }
    .visually-impaired.hide-images .products-link-box .item .bg-img {
        opacity: 0;
    }
    .visually-impaired.color-scheme1 body *, .visually-impaired.color-scheme1 body *:before, .visually-impaired.color-scheme1 body *:after{
        color: #000 !important;
        border-color: #000 !important;
    }
    .visually-impaired.color-scheme2 body{
        background: #000;
    }
    .visually-impaired.color-scheme2 body *, .visually-impaired.color-scheme2 body *:before, .visually-impaired.color-scheme2 body *:after{
        color: #fff !important;
        border-color: #fff !important;
    }
    .visually-impaired.color-scheme3 body{
        background: #b7dcfd;
    }
    .visually-impaired.color-scheme3 body *, .visually-impaired.color-scheme3 body *:before, .visually-impaired.color-scheme3 body *:after{
        color: #04183f !important;
        border-color: #04183F !important;
    }

    .visually-impaired a, .visually-impaired .btn, .visually-impaired svg *, .visually-impaired .js-current-lang{
        transition: none !important;
    }
    .no-touchevents.visually-impaired a:hover{
        border-color: transparent !important;
    }


    /**/
    .visually-impaired.color-scheme3 table thead tr{
        background: #04183f;
    }
    .visually-impaired.color-scheme1 table thead tr th{
        color: #fff !important;
        border-color: #fff !important;
        background: #000;
    }
    .visually-impaired.color-scheme2 table thead tr th{
        color: #000 !important;
        border-color: #000 !important;
    }
    .visually-impaired.color-scheme3 table thead tr th{
        color: #b7dcfd !important;
        border-color: #b7dcfd !important;
    }
    .visually-impaired table th, .visually-impaired table td{
        border-color: #000;
    }
    .visually-impaired.color-scheme2 table th, .visually-impaired.color-scheme2 table td{
        border-color: #fff;
    }
    .visually-impaired.color-scheme3 table th, .visually-impaired.color-scheme3 table td{
        border-color: #04183f;
    }
    .visually-impaired.color-scheme2 table th {
        background-color: #fff;
    }
    .visually-impaired.color-scheme3 table th {
        background-color: #04183f;
    }

    .visually-impaired ul li{
        background: url(../i/rectangle-scheme1.svg) no-repeat 5px 12px/12px auto;
    }
    .visually-impaired.color-scheme2 ul li{
        background: url(../i/rectangle-scheme2.svg) no-repeat 5px 12px/12px auto;
    }
    .visually-impaired.color-scheme3 ul li{
        background: url(../i/rectangle-scheme3.svg) no-repeat 5px 12px/12px auto;
    }
    .visually-impaired ol li:before{
        top: 12px;
    }
    .visually-impaired.middle-size ol li:before{
        top: 15px;
    }
    .visually-impaired.large-size ol li:before{
        top: 18px;
    }

    .visually-impaired .important-text:after{
        background: #000 !important;
    }
    .visually-impaired.color-scheme2 .important-text:after{
        background: #fff !important;
    }
    .visually-impaired.color-scheme3 .important-text:after{
        background: #04183f !important;
    }

    .no-touchevents.visually-impaired a[href^=tel]:hover{
        opacity: .6 !important;
    }

    .visually-impaired blockquote.has-line:after{
        background: #000;
    }
    .visually-impaired.color-scheme2 blockquote.has-line:after{
        background: #fff;
    }
    .visually-impaired.color-scheme3 blockquote.has-line:after{
        background: #04183f;
    }


    .visually-impaired.index-page.color-scheme1 .links-wrap .blob-btn.active {
        color: #fff !important;
    }
    .visually-impaired.index-page.color-scheme1 .links-wrap .dropdown-list {
        background: #000;
    }
    .visually-impaired.index-page.color-scheme1 .links-wrap .dropdown-list a span {
        color: #fff !important;
        border-color: #fff !important;
    }
    .visually-impaired.index-page.color-scheme1 .blob-btn .icon svg path {
        fill: #000;
    }
    .visually-impaired.index-page.color-scheme1 .blob-btn:hover .icon svg path {
        fill: #fff;
    }
    .visually-impaired.index-page.color-scheme1 .blob-btn.active .icon svg path {
        fill: #fff;
    }
    .visually-impaired.index-page.color-scheme2 .links-wrap .blob-btn.active {
        color: #000 !important;
    }
    .visually-impaired.index-page.color-scheme2 .links-wrap .dropdown-list {
        background: #fff;
    }
    .visually-impaired.index-page.color-scheme2 .links-wrap .dropdown-list a span {
        color: #000 !important;
        border-color: #000 !important;
    }
    .visually-impaired.index-page.color-scheme2 .blob-btn .icon svg path {
        fill: #fff;
    }
    .visually-impaired.index-page.color-scheme2 .blob-btn:hover .icon svg path {
        fill: #000;
    }
    .visually-impaired.index-page.color-scheme2 .blob-btn.active .icon svg path {
        fill: #000;
    }
    .visually-impaired.index-page.color-scheme3 .links-wrap .blob-btn.active {
        color: #b7dcfd !important;
    }
    .visually-impaired.index-page.color-scheme3 .links-wrap .dropdown-list {
        background: #04183f;
    }
    .visually-impaired.index-page.color-scheme3 .links-wrap .dropdown-list a span {
        color: #b7dcfd !important;
        border-color: #b7dcfd !important;
    }
    .visually-impaired.index-page.color-scheme3 .blob-btn .icon svg path {
        fill: #04183f;
    }
    .visually-impaired.index-page.color-scheme3 .blob-btn:hover .icon svg path {
        fill: #b7dcfd;
    }
    .visually-impaired.index-page.color-scheme3 .blob-btn.active .icon svg path {
        fill: #b7dcfd;
    }
    .no-touchevents.visually-impaired.index-page .links-wrap .dropdown-list a:hover span {
        border-color: transparent !important;
    }

    /* top page box */
    .visually-impaired .top-page-box{
        min-height: auto !important;
    }
    .visually-impaired .top-page-box .bg {
        display: none;
    }
    .visually-impaired .top-page-box::before{
        content: none;
    }
    .visually-impaired .top-bg{
        display: none;
    }
    .visually-impaired .top-page-box .title {
        margin: 0 auto;
    }

    /*Form styles*/
    .visually-impaired .form {
        background: none;
    }
    .visually-impaired .field-name{
        margin: 0 0 8px;
        font-size: 1em !important;
        transform: none;
        transition: none;
    }
    .visually-impaired .form-control{
        font-size: 1em;
        height: 50px;
        margin: 0 !important;
        border: 1px solid #000;
        background: none;
        transition: none;
    }
    .visually-impaired .error-field .form-control:not(:focus){
        border-color: #EE0000 !important;
    }

    .visually-impaired input::-webkit-input-placeholder, .visually-impaired textarea::-webkit-input-placeholder{
        color: #000 !important;
    }
    .visually-impaired input::-moz-placeholder, .visually-impaired textarea::-moz-placeholder{
        color: #000 !important;
    }
    .visually-impaired input:-ms-input-placeholder, .visually-impaired textarea:-ms-input-placeholder{
        color: #000 !important;
    }
    .visually-impaired.color-scheme2 input::-webkit-input-placeholder, .visually-impaired.color-scheme2 textarea::-webkit-input-placeholder{
        color: #fff !important;
    }
    .visually-impaired.color-scheme2 input::-moz-placeholder, .visually-impaired.color-scheme2 textarea::-moz-placeholder{
        color: #fff !important;
    }
    .visually-impaired.color-scheme2 input:-ms-input-placeholder, .visually-impaired.color-scheme2 textarea:-ms-input-placeholder{
        color: #fff !important;
    }
    .visually-impaired.color-scheme3 input::-webkit-input-placeholder, .visually-impaired.color-scheme3 textarea::-webkit-input-placeholder{
        color: #04183f !important;
    }
    .visually-impaired.color-scheme3 input::-moz-placeholder, .visually-impaired.color-scheme3 textarea::-moz-placeholder{
        color: #04183f !important;
    }
    .visually-impaired.color-scheme3 input:-ms-input-placeholder, .visually-impaired.color-scheme3 textarea:-ms-input-placeholder{
        color: #04183f !important;
    }

    .visually-impaired .btn{
        border: 3px solid #000;
        background: #000;
        box-shadow: none !important;
    }
    .visually-impaired.color-scheme1 .btn{
        color: #fff !important;
    }
    .visually-impaired.color-scheme2 .btn{
        color: #000 !important;
        background: #fff;
    }
    .visually-impaired.color-scheme3 .btn{
        color: #b7dcfd !important;
        background: #04183f;
    }
    .no-touchevents.visually-impaired .btn:hover{
        color: #000 !important;
        background: transparent;
        border-color: #000 !important;
    }
    .no-touchevents.visually-impaired.color-scheme2 .btn:hover{
        color: #fff !important;
        border-color: #fff !important;
    }
    .no-touchevents.visually-impaired.color-scheme3 .btn:hover{
        color: #04183f !important;
        border-color: #04183f !important;
    }
    .visually-impaired.small-size .btn{
        font-size: 20px;
    }
    .visually-impaired.middle-size .btn{
        font-size: 22px;
    }
    .visually-impaired.large-size .btn{
        font-size: 24px;
    }
    .visually-impaired .btn:before, .visually-impaired .btn .animate{
        display: none;
    }

    .visually-impaired a.btn{
        background: transparent !important;
    }

    .visually-impaired.color-scheme1 a.btn{
        color: #000 !important;
    }
    .no-touchevents.visually-impaired.color-scheme1 a.btn:hover{
        color: #fff !important;
        background: #000 !important;
    }
    .visually-impaired.color-scheme2 a.btn{
        color: #fff !important;
    }
    .no-touchevents.visually-impaired.color-scheme2 a.btn:hover{
        color: #000 !important;
        background: #fff !important;
    }
    .visually-impaired.color-scheme3 a.btn{
        color: #04183f !important;
    }
    .no-touchevents.visually-impaired.color-scheme3 a.btn:hover{
        color: #b7dcfd !important;
        background: #04183f !important;
    }

    .visually-impaired body .field-error{
        margin: 6px 0 -10px;
    }
    /*Header*/
    .visually-impaired #header{
        position: relative !important;
        padding: 120px 0 0  !important;
        top: 0 !important;
        background: transparent;
    }
    .visually-impaired #header .container{
        flex-wrap: wrap;
        align-items: flex-start;
        max-width: 1600px;
    }

    .visually-impaired #logo{
        width: auto;
        height: auto;
        margin: 0 20px 20px 0;
        transform: translateY(0);
        background: none;
    }
    .visually-impaired #logo svg{
        width: 100%;
    }
    .visually-impaired.color-scheme1 #logo svg path{
        fill: #000;
    }
    .visually-impaired.color-scheme2 #logo svg path{
        fill: #fff;
    }
    .visually-impaired.color-scheme3 #logo svg path{
        fill: #04183f;
    }

    .visually-impaired .header-controls{
        position: relative;
        z-index: 100;
        justify-content: flex-end;
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .visually-impaired .header-controls:before{
        display: none;
    }
    .visually-impaired .header-controls .search-form-box{
        flex: auto;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        height: auto;
        border-radius: 0;
    }
    .visually-impaired .header-controls .search-btn {
        opacity: 1;
    }
    .visually-impaired .header-controls .js-visually-impaired {
        display: none;
    }
    .visually-impaired .js-open-search{
        display: none;
    }


    .visually-impaired .langs{
        display: flex;
        align-items: center;
        margin: 0 0 0 14px;
    }
    .visually-impaired .js-current-lang, .visually-impaired .langs a{
        display: flex;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 21px;
        justify-content: center;
        align-items: center;
        color: #000 !important;
        height: 50px;
        padding: 0 5px;
        margin: 0 0 0 16px;
        border: 2px solid transparent !important;
        border-radius: 3px;
    }
    .visually-impaired .js-current-lang{
        margin-right: 3px;
        border-color: #000 !important;
        cursor: default;
    }
    .visually-impaired .langs a{
        margin: 0;
    }
    .visually-impaired.color-scheme2 .js-current-lang, .visually-impaired.color-scheme2 .langs a{
        color: #fff !important;
    }
    .no-touchevents.visually-impaired .langs a:hover{
        opacity: .7;
    }
    .visually-impaired .js-current-lang svg{
        display: none;
    }
    .visually-impaired .langs ul{
        display: flex !important;
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
        width: auto;
        border: none;
        background: #fff;
        box-shadow: none;
    }
    .visually-impaired.color-scheme2 .langs ul{
        border-color: #fff;
        background: #000;
    }
    .visually-impaired.color-scheme3 .langs ul{
        border-color: #04183f;
        background: #b7dcfd;
    }
    .visually-impaired .langs li{
        margin: 0 0 0 6px !important;
        background: none !important;
    }



    .visually-impaired #header .search-form-box, .visually-impaired .header .search-form-box{
        pointer-events: auto;
    }
    .visually-impaired .search-form-box .js-close-search{
        display: none !important;
    }


    .visually-impaired .js-visually-impaired{
        width: 77px;
        height: 40px;
        margin-left: 36px;
    }
    .no-touchevents.visually-impaired .js-visually-impaired:hover{
        opacity: .7;
    }
    .visually-impaired .js-visually-impaired {
        display: none;
    }
    #visually-impaired-controls .js-visually-impaired:last-child {
        display: block;
    }
    .visually-impaired .js-visually-impaired svg {
        display: none;
    }
    .visually-impaired .js-visually-impaired .hidden{
        display: block;
        min-width: 77px;
        min-height: 40px;
    }
    .visually-impaired .js-visually-impaired svg rect{
        fill: #000;
    }
    .visually-impaired .js-visually-impaired svg path{
        stroke: #000;
        fill: #000;
    }
    .visually-impaired.color-scheme2 .js-visually-impaired svg rect{
        fill: #fff;
    }
    .visually-impaired.color-scheme2 .js-visually-impaired svg path{
        stroke: #fff;
        fill: #fff;
    }
    .visually-impaired.color-scheme3 .js-visually-impaired svg rect{
        fill: #04183f;
    }
    .visually-impaired.color-scheme3 .js-visually-impaired svg path{
        stroke: #04183f;
        fill: #04183f;
    }

    /*Nav*/
    .visually-impaired .nav-box{
        position: relative;
        left: 0;
        top: 0;
        font-size: 22px;
        text-align: left;
        width: 100%;
        margin: 50px 0 0;
    }
    .visually-impaired .nav-box .langs{
        display: none;
    }
    .visually-impaired.small-size .nav-box{
        font-size: 20px;
    }
    .visually-impaired.large-size .nav-box{
        font-size: 24px;
    }
    .visually-impaired .nav{
        display: flex;
        justify-content: flex-end;
    }
    .visually-impaired .nav > ul{
        justify-content: flex-end;
    }
    .visually-impaired .nav > ul:before{
        display: none;
    }
    .visually-impaired .nav li{
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        background: none !important;
    }
    .visually-impaired .nav ul{
        margin: 0;
    }
    .visually-impaired .nav > ul > li{
        margin: 0 0 0 30px;
    }
    .visually-impaired .nav > ul > li:first-child{
        margin-left: 0 !important;
    }
    .visually-impaired .nav li.active > a{
        color: #fff !important;
    }
    .visually-impaired.color-scheme2 .nav li.active > a{
        color: #000 !important;
    }
    .visually-impaired.color-scheme2 .nav li.active:before{
        background: #fff;
    }
    .visually-impaired.color-scheme3 .nav li.active:before{
        background: #04183f;
    }
    .visually-impaired .nav li.active a{
        position: relative;
        z-index: 2;
    }
    .visually-impaired.color-scheme3 .nav li.active > a{
        color: #b7dcfd !important;
    }
    .visually-impaired .nav .has-child > a:after{
        display: none;
    }
    .visually-impaired .nav li.active > a:after{
        content: '';
        position: absolute;
        display: block;
        z-index: -1;
        left: -8px;
        top: -6px;
        right: -8px;
        bottom: -6px;
        width: auto;
        height: auto;
        margin: 0;
        opacity: 1;
        background: #000;
    }
    .visually-impaired .nav .dropdown li.active > a:after{
        content: none;
    }
    .visually-impaired .nav .dropdown li.active > a{
        padding: 3px;
        display: inline-block;
    }

    .visually-impaired .nav .dropdown .active > a {
        border-bottom: none;
        z-index: 5;
        color: #fff !important;
        padding: 5px 10px;
        background: #000;
    }
    .visually-impaired.color-scheme2  .nav .dropdown .active > a {
        color: #000 !important;
        background: #fff;
    }
    .visually-impaired.color-scheme3  .nav .dropdown .active > a {
        color: #b7dcfd !important;
        background: #04183f;
    }
    .visually-impaired.color-scheme2 .nav li.active > a:after{
        background: #fff;
    }
    .visually-impaired.color-scheme3 .nav li.active > a:after{
        background: #04183f;
    }
    .visually-impaired .nav .dropdown{
        font-size: .875em;
        left: 0;
        margin: 0;
        padding: 24px 16px;
        width: 600px;
        border: 1px solid #000;
        background: #fff;
    }
    .visually-impaired.color-scheme2 .nav .dropdown{
        background: #000;
    }
    .visually-impaired.color-scheme3 .nav .dropdown{
        background: #b7dcfd;
    }
    .visually-impaired .nav .large-dropdown .dropdown{
        width: auto;
    }
    .visually-impaired .nav > ul > li:last-child .dropdown{
        left: auto;
        right: 0;
    }
    .visually-impaired .nav .active .dropdown{
        left: -8px;
    }
    .visually-impaired .nav .active:last-child .dropdown{
        right: -8px;
    }
    .visually-impaired .nav .dropdown::before{
        content: none;
    }
    .visually-impaired .nav .dropdown li{
        margin: 0 0 12px;
        font-size: 0.9em;
    }
    .visually-impaired .nav .dropdown li:last-child{
        margin-bottom: 0;
    }
    .visually-impaired .nav .large-dropdown .dropdown > li{
        margin: 0;
    }
    .visually-impaired .nav .dropdown li a{
        padding: 3px 0 2px;
    }
    .no-touchevents.visually-impaired .nav a:hover{
        opacity: .7;
    }
    /*Intro screen box*/
    .visually-impaired #intro-screen-box{
        display: none;
    }

    /* index page */
    .visually-impaired.index-page .bg-elem, .visually-impaired.index-page .left-elem, .visually-impaired.index-page .right-elem {
        display: none;
    }
    .visually-impaired.index-page .top-page-box .container {
        padding: 120px 0 80px;
    }
    .visually-impaired.index-page.color-scheme1 .top-page-logo svg path, .visually-impaired.index-page.color-scheme1 .top-page-logo svg circle {
        fill: #000;
    }
    .visually-impaired.index-page.color-scheme3 .top-page-logo svg path, .visually-impaired.index-page.color-scheme3 .top-page-logo svg circle {
        fill: #04183f;
    }
    .visually-impaired .parallax-el {
        display: none;
    }
    .visually-impaired.color-scheme1 .blob-btn__blob {
        background: #000;
    }
    .visually-impaired.color-scheme2 .blob-btn__blob {
        background: #fff;
    }
    .visually-impaired.color-scheme3 .blob-btn__blob {
        background: #04183f;
    }
    .no-touchevents.visually-impaired.color-scheme1 .blob-btn:hover {
        color: #fff !important;
    }
    .no-touchevents.visually-impaired.color-scheme2 .blob-btn:hover {
        color: #000 !important;
    }
    .no-touchevents.visually-impaired.color-scheme3 .blob-btn:hover {
        color: #b7dcfd !important;
    }
    .visually-impaired.index-page .info-text.top {
        margin: 170px auto 100px;
    }
    .visually-impaired.index-page .info-text.top::after {
        top: -230px;
    }
    .no-touchevents.visually-impaired .products-link-box .item:hover .title-box span {
        opacity: .6;
    }
    .no-touchevents.visually-impaired .products-link-box .item:hover .title-box span svg {
        opacity: .6;
    }
    .no-touchevents.visually-impaired.color-scheme1 .products-link-box .item:hover .title-box span svg path {
        fill: #000;
    }
    .visually-impaired.color-scheme2 .products-link-box .item .title-box span svg path {
        fill: #fff;
    }
    .no-touchevents.visually-impaired.color-scheme2 .products-link-box .item:hover .title-box span svg path {
        fill: #fff;
    }
    .visually-impaired.color-scheme3 .products-link-box .item .title-box span svg path {
        fill: #04183f;
    }
    .no-touchevents.visually-impaired.color-scheme3 .products-link-box .item:hover .title-box span svg path {
        fill: #04183f;
    }

    .visually-impaired.index-page .products-link-section {
        padding-bottom: 200px;
    }
    .visually-impaired.color-scheme1 .slider-section {
        background: #fff;
    }
    .visually-impaired.color-scheme2 .slider-section {
        background: #000;
    }
    .visually-impaired.color-scheme3 .slider-section {
        background: #b7dcfd;
    }
    .visually-impaired .products-bullets-slider .slide-progress:before {
        border-color: rgba(81, 104, 124, 0.2) !important;
    }
    .visually-impaired.color-scheme1 .products-bullets-slider .slide-progress svg circle {
        stroke: #000;
    }
    .visually-impaired.color-scheme2 .products-bullets-slider .slide-progress svg circle {
        stroke: #fff;
    }
    .visually-impaired.color-scheme3 .products-bullets-slider .slide-progress svg circle {
        stroke: #04183f;
    }
    .visually-impaired.color-scheme1 .about-section {
        background: #fff;
    }
    .visually-impaired.color-scheme2 .about-section {
        background: #000;
    }
    .visually-impaired.color-scheme3 .about-section {
        background: #b7dcfd;
    }
    .visually-impaired.color-scheme1 .bottom-section {
        background: #fff;
    }
    .visually-impaired.color-scheme2 .bottom-section {
        background: #000;
    }
    .visually-impaired.color-scheme3 .bottom-section {
        background: #b7dcfd;
    }
    .visually-impaired .bottom-section .bg-img {
        display: none;
    }

    .visually-impaired.color-scheme1 .products-bullets-slider .slide-progress:after {
        background: #000;
    }
    .visually-impaired.color-scheme2 .products-bullets-slider .slide-progress:after {
        background: #fff;
    }
    .visually-impaired.color-scheme3 .products-bullets-slider .slide-progress:after {
        background: #04183f;
    }

    .visually-impaired.index-page.hide-images img {
        display: block !important;
        visibility: hidden !important;
    }

    /* products page */
    .visually-impaired .products-nav-bg {
        display: none;
    }
    .no-touchevents.visually-impaired .products-nav li a:hover {
        opacity: .6;
    }
    .visually-impaired .products-nav li.active a {
        opacity: .6;
    }
    .visually-impaired.color-scheme2 .products-list-box .dropdown-box {
        background: #000;
    }
    .visually-impaired.color-scheme3 .products-list-box .dropdown-box {
        background: #b7dcfd;
    }
    .visually-impaired.color-scheme2 .products-list-box .filter-box .item span svg path {
        stroke: #fff;
    }
    .visually-impaired.color-scheme2 input[type="checkbox"]:checked + label:after, .visually-impaired.color-scheme2 input[type="checkbox"]:not(:checked) + label:after {
        background: #fff;
    }
    .visually-impaired.color-scheme2 input[type="checkbox"]:checked + label:after, .visually-impaired.color-scheme2 input[type="checkbox"]:not(:checked) + label:after {
        background: #fff;
    }

    .visually-impaired.large-size input[type="checkbox"]:checked + label:before, .visually-impaired.large-size input[type="checkbox"]:not(:checked) + label:before {
        top: 5px;
    }
    .visually-impaired.large-size input[type="checkbox"]:checked + label:after, .visually-impaired.large-size input[type="checkbox"]:not(:checked) + label:after {
        top: 8px;
    }
    .visually-impaired .promotion-label svg circle {
        fill: #000;
    }
    .visually-impaired.color-scheme2 .promotion-label svg circle {
        fill: #fff;
    }
    .visually-impaired.color-scheme3 .promotion-label svg circle {
        fill: #04183f;
    }
    .visually-impaired.color-scheme2 .promotion-label svg path {
        fill: #000;
    }
    .visually-impaired.color-scheme3 .promotion-label svg path {
        fill: #b7dcfd;
    }
    .visually-impaired .js-open-info-storage svg path, .visually-impaired .js-open-info-box svg path {
        fill: #000;
        opacity: 1;
    }
    .no-touchevents.visually-impaired .js-open-info-box:hover, .no-touchevents.visually-impaired .js-open-info-storage:hover {
        background-color: #000;
    }
    .visually-impaired .js-open-info-box.active, .visually-impaired .js-open-info-storage.active {
        background-color: #000;
    }
    .no-touchevents.visually-impaired.color-scheme2 .js-open-info-box:hover, .no-touchevents.visually-impaired.color-scheme2 .js-open-info-storage:hover {
        background-color: #fff;
    }
    .visually-impaired.color-scheme2 .js-open-info-box.active, .visually-impaired.color-scheme2 .js-open-info-storage.active {
        background-color: #fff;
    }
    .visually-impaired .js-open-info-box.active svg path, .visually-impaired .js-open-info-storage.active svg path {
        fill: #fff;
    }
    .no-touchevents.visually-impaired.color-scheme2 .js-open-info-box:hover svg path, .no-touchevents.visually-impaired.color-scheme2 .js-open-info-storage:hover svg path {
        fill: #000;
        opacity: 1;
    }
    .visually-impaired.color-scheme2 .js-open-info-box.active svg path, .visually-impaired.color-scheme2 .js-open-info-storage.active svg path {
        fill: #000;
        opacity: 1;
    }
    .no-touchevents.visually-impaired.color-scheme3 .js-open-info-box:hover svg path, .no-touchevents.visually-impaired.color-scheme3 .js-open-info-storage:hover svg path {
        fill: #b7dcfd !important;
        opacity: 1;
    }
    .visually-impaired.color-scheme3 .js-open-info-box.active svg path, .visually-impaired.color-scheme3 .js-open-info-storage.active svg path {
        fill: #b7dcfd !important;
        opacity: 1;
    }
    .visually-impaired.color-scheme2 .js-open-info-box svg path, .visually-impaired.color-scheme2 .js-open-info-storage svg path {
        fill: #fff;
    }
    .visually-impaired.color-scheme3 .js-open-info-box.active svg path, .visually-impaired.color-scheme3 .js-open-info-storage.active svg path, .visually-impaired.color-scheme3 .js-open-info-box svg path, .visually-impaired.color-scheme3 .js-open-info-storage svg path {
        fill: #04183f;
    }
    .visually-impaired.color-scheme2 .products-list .item.active .img-box::after {
        background: #000;
    }
    .visually-impaired.color-scheme3 .products-list .item.active .img-box::after {
        background: #b7dcfd;
    }
    .visually-impaired.color-scheme2 .info-box-hover {
        background: #000;
    }
    .visually-impaired.color-scheme2 .storage-info-box {
        background: #000;
    }
    .visually-impaired.color-scheme2 .packing-info-box {
        background: #000;
    }
    .visually-impaired.color-scheme3 .info-box-hover {
        background: #b7dcfd;
    }
    .visually-impaired.color-scheme3 .storage-info-box {
        background: #b7dcfd;
    }
    .visually-impaired.color-scheme3 .packing-info-box {
        background: #b7dcfd;
    }
    .no-touchevents.visually-impaired .novelty-label svg path{
        fill: #000;
    }
    .no-touchevents.visually-impaired.color-scheme2 .novelty-label svg path{
        fill: #fff;
    }
    .no-touchevents.visually-impaired.color-scheme3 .novelty-label svg path{
        fill: #04183f;
    }
    .visually-impaired .products-list .item .img-box {
        background: #fff;
        border: 2px solid #000;
    }
    .visually-impaired.color-scheme2 .products-list .item .img-box {
        background: #000;
        border: 2px solid #fff;
    }
    .visually-impaired.color-scheme3 .products-list .item .img-box {
        background: #b7dcfd;
        border: 2px solid #04183f;
    }
    .no-touchevents.visually-impaired .products-list .item:hover .img-box {
        border-color: transparent !important;
    }
    .visually-impaired .products-list .item.active .img-box {
        border-color: transparent !important;
    }
    .visually-impaired .info-box-hover, .visually-impaired .storage-info-box, .visually-impaired .packing-info-box {
        width: calc(100% + 20px);
    }
    .visually-impaired .novelty-label svg path {
        fill: #000;
    }

    .visually-impaired.color-scheme1 .filter-products-list-box.loading {
        background: url(../i/loader-color-scheme1.svg) no-repeat 50% 40px/100px 100px;
    }
    .visually-impaired.color-scheme2 .filter-products-list-box.loading {
        background: url(../i/loader-color-scheme2.svg) no-repeat 50% 40px/100px 100px;
    }
    .visually-impaired.color-scheme3 .filter-products-list-box.loading {
        background: url(../i/loader-color-scheme3.svg) no-repeat 50% 40px/100px 100px;
    }
    .visually-impaired.color-scheme1 .filter-results-wrap > div {
        background: #000;
    }
    .visually-impaired.color-scheme1 .filter-results-wrap p {
        color: #fff !important;
    }
    .visually-impaired.color-scheme1 .filter-results-wrap p span {
        color: #fff !important;
    }
    .visually-impaired.color-scheme2 .filter-results-wrap > div {
        background: #fff;
    }
    .visually-impaired.color-scheme2 .filter-results-wrap p {
        color: #000 !important;
    }
    .visually-impaired.color-scheme2 .filter-results-wrap p span {
        color: #000 !important;
    }
    .visually-impaired.color-scheme3 .filter-results-wrap > div {
        background: #04183f;
    }
    .visually-impaired.color-scheme3 .filter-results-wrap p {
        color: #b7dcfd !important;
    }
    .visually-impaired.color-scheme3 .filter-results-wrap p span {
        color: #b7dcfd !important;
    }
    .visually-impaired.color-scheme1 .reset-btn svg path {
        fill: #000;
    }
    .visually-impaired.color-scheme2 .reset-btn svg path {
        fill: #fff;
    }
    .visually-impaired.color-scheme3 .reset-btn svg path {
        fill: #04183f;
    }

    /* about page */
    .visually-impaired .about-company-grid .title-box svg.animate {
        display: none;
    }
    .visually-impaired .about-info-box .item .num::before {
        content: none;
    }
    .visually-impaired.about-page .bg-img {
        display: none;
    }

    /* where buy page */
    .visually-impaired .shops-box .item {
        background: none;
        border: 2px solid;
    }
    .no-touchevents.visually-impaired .items-box .item a:hover {
        opacity: .6;
    }
    .visually-impaired.color-scheme1 .heading-list li.active a::after {
        background: #000;
    }
    .visually-impaired.color-scheme2 .heading-list li.active a::after {
        background: #000;
    }
    .visually-impaired.color-scheme3 .heading-list li.active a::after {
        background: #04183f;
    }
    .visually-impaired.color-scheme1 .new-content-ajax.loading {
        background: url(../i/loader-color-scheme1.svg) no-repeat 50% 40px/100px 100px;
    }
    .visually-impaired.color-scheme2 .new-content-ajax.loading {
        background: url(../i/loader-color-scheme2.svg) no-repeat 50% 40px/100px 100px;
    }
    .visually-impaired.color-scheme3 .new-content-ajax.loading {
        background: url(../i/loader-color-scheme3.svg) no-repeat 50% 40px/100px 100px;
    }
    .visually-impaired.where-buy-page .bg-elems {
        display: none;
    }

    /* news page */
    .visually-impaired.hide-images.news-page .news-box .img {
        display: none;
    }
    .visually-impaired.color-scheme1.news-page .news-box .item .img-box {
        background: #000;
    }
    .visually-impaired.color-scheme2.news-page .news-box .item .img-box {
        background: #fff;
    }
    .visually-impaired.color-scheme2.news-page .news-box .item .img-box .logo-box svg path{
        fill: #000;
    }
    .visually-impaired.color-scheme3.news-page .news-box .item .img-box {
        background: #04183f;
    }
    .visually-impaired.color-scheme3.news-page .news-box .item .img-box .logo-box svg path{
        fill: #b7dcfd;
    }
    .visually-impaired.news-page .news-box .item .logo-box {
        background: none;
    }
    .no-touchevents.visually-impaired.news-page .news-box .item:hover .title {
        opacity: .6;
    }
    .no-touchevents.visually-impaired.news-page .news-box .item:hover time{
        opacity: .4;
    }
    .no-touchevents.visually-impaired.color-scheme1 .pager li.active a::after {
        background-color: #000;
    }
    .no-touchevents.visually-impaired.color-scheme2 .pager li.active a::after {
        background-color: #fff;
    }
    .no-touchevents.visually-impaired.color-scheme3 .pager li.active a::after {
        background-color: #04183f;
    }
    .visually-impaired.news-page .bg-img {
        display: none;
    }

    /* news inner page */
    .visually-impaired .top-page-time {
        opacity: 1;
    }
    .no-touchevents.visually-impaired.color-scheme1 .bottom-wrap .link-back:hover .icon {
        background-color: #000;
    }
    .no-touchevents.visually-impaired.color-scheme2 .bottom-wrap .link-back:hover .icon {
        background-color: #fff;
    }
    .visually-impaired.color-scheme2 .bottom-wrap .link-back .icon svg path {
        stroke: #fff;
    }
    .no-touchevents.visually-impaired.color-scheme2 .bottom-wrap .link-back:hover .icon svg path {
        stroke: #000;
    }
    .no-touchevents.visually-impaired.color-scheme3 .bottom-wrap .link-back:hover .icon {
        background-color: #04183f;
    }
    .visually-impaired.color-scheme3 .bottom-wrap .link-back .icon svg path {
        stroke: #04183f;
    }
    .no-touchevents.visually-impaired.color-scheme3 .bottom-wrap .link-back:hover .icon svg path {
        stroke: #b7dcfd;
    }

    /* contacts page */
    .visually-impaired.contacts-page .download-list::after {
        background: none;
        border: 1px solid;
    }

    /* electronic appeal page */
    .visually-impaired .js-show-dropdown-text:hover {
        opacity: .6;
    }
    .visually-impaired.color-scheme1 .upload-btn:before, .visually-impaired.color-scheme1 .fileinput-name .close {
        background: url(../i/fileinput-icon-scheme1.svg) no-repeat 0 0;
    }
    .visually-impaired.color-scheme2 .upload-btn:before, .visually-impaired.color-scheme2 .fileinput-name .close {
        background: url(../i/fileinput-icon-scheme2.svg) no-repeat 0 0;
    }
    .visually-impaired.color-scheme3 .upload-btn:before, .visually-impaired.color-scheme3 .fileinput-name .close {
        background: url(../i/fileinput-icon-scheme3.svg) no-repeat 0 0;
    }

    /* search result page */
    .visually-impaired.search-result-page #main .search-form {
        border: none;
    }
    .visually-impaired.search-result-page #main .search-results-list li a:hover {
        opacity: .7;
    }

    /* error page */
    .visually-impaired.error-page #all {
        background: none;
    }
    .visually-impaired.error-page .left-elem, .visually-impaired.error-page .right-elem, .visually-impaired.error-page .bg-elem {
        display: none;
    }
    .visually-impaired.error-page #all {
        padding-top: 40px;
    }


    /*Sections*/
    /* timeline slider box */
    .visually-impaired .timeline-slider-wrap::before, .visually-impaired .timeline-slider-wrap::after {
        display: none;
    }
    .visually-impaired .timeline-slider-box::after {
        background: #fff;
    }
    /*Products groups section*/
    .visually-impaired .products-groups li{
        background: none !important;
    }
    .visually-impaired .products-groups .img .bg{
        display: none;
    }
    .visually-impaired.hide-images .products-groups .img{
        display: none;
    }
    .visually-impaired.hide-images .products-groups .text{
        width: 100%;
        padding: 0;
    }
    .visually-impaired.hide-images .products-groups ul{
        max-width: none;
    }
    /*Production capacity section*/
    .visually-impaired .production-capacity{
        text-align: center;
        padding-bottom: 40px;
    }
    .visually-impaired .production-capacity:after{
        display: none;
    }
    .visually-impaired .production-capacity .item{
        padding: 0 !important;
    }
    .visually-impaired .production-capacity .item:before{
        display: none;
    }
    .visually-impaired .production-capacity .count{
        display: block;
        margin: 0 0 16px;
    }
    /*Partners section*/
    .visually-impaired .partners-grid .icon svg *{
        fill: #000;
    }
    .visually-impaired.color-scheme2 .partners-grid .icon svg *{
        fill: #fff;
    }
    .visually-impaired.color-scheme3 .partners-grid .icon svg *{
        fill: #04183f;
    }
    .visually-impaired.hide-images .partners-grid .icon{
        display: none;
    }
    /*Latest news*/
    .visually-impaired .latest-news-section{
        background: none;
    }
    .visually-impaired .latest-news .item{
        margin-bottom: 64px;
    }
    .visually-impaired .latest-news a{
        padding: 11px 0 0;
        border-bottom: 1px solid #000;
    }
    /*Main*/
    .visually-impaired blockquote::after {
        content: none;
    }
    /*Page title*/
    .visually-impaired .page-title{
        background: none;
    }
    .visually-impaired .page-title:before{
        display: none;
    }
    .visually-impaired .page-title .download-link{
        margin-top: 16px;
    }
    .visually-impaired .page-title .download-link a:before{
        left: -36px;
        top: -4px;
        width: 41px;
    }
    .visually-impaired.middle-size .page-title .download-link a:before{
        top: -5px;
    }
    .visually-impaired.large-size .page-title .download-link a:before{
        left: -40px;
        top: -6px;
    }
    /*Heading filter*/
    .visually-impaired .heading-filter{
        border-bottom: 1px solid #000;
    }
    .visually-impaired .heading-filter:after{
        display: none;
    }
    .visually-impaired .heading-filter .active:before{
        content: '';
        position: absolute;
        z-index: -1;
        left: -8px;
        top: -6px;
        right: -8px;
        bottom: -6px;
        height: auto;
        background: #000;
    }
    .visually-impaired.color-scheme2 .heading-filter .active:before{
        background: #fff;
    }
    .visually-impaired.color-scheme3 .heading-filter .active:before{
        background: #04183f;
    }
    .visually-impaired .heading-filter .active a{
        color: #fff !important;
    }
    .visually-impaired.color-scheme2 .heading-filter .active a{
        color: #000 !important;
    }
    .visually-impaired.color-scheme3 .heading-filter .active a{
        color: #b7dcfd !important;
    }
    .no-touchevents.visually-impaired .heading-filter li:not(.active) a:hover{
        opacity: .6;
    }
    .visually-impaired .heading-list li{
        background: none !important;
    }
    /*Articles list*/
    .visually-impaired .articles-list.loading{
        background: url("../i/loader-color-scheme2.svg") no-repeat 50% 50px/64px 64px;
    }
    .visually-impaired.color-scheme2 .articles-list.loading{
        background: url("../i/loader-color-scheme1.svg") no-repeat 50% 50px/64px 64px;
    }
    .visually-impaired.color-scheme3 .articles-list.loading{
        background: url("../i/loader-color-scheme3.svg") no-repeat 50% 50px/64px 64px;
    }
    .visually-impaired .articles-list .item{
        background: none;
        box-shadow: none !important;
    }
    /*Timeline slider*/
    .no-touchevents.visually-impaired .timeline-years .swiper-slide:not(.swiper-slide-thumb-active):hover{
        opacity: .6;
    }
    .visually-impaired .timeline-slider .h2:before{
        display: none;
    }
    .visually-impaired .timeline-slider-box .swiper-btn{
        background: none;
        border: 1px solid #000;
        box-shadow: none !important;
    }
    .no-touchevents.visually-impaired .timeline-slider-box .swiper-btn:hover{
        opacity: .5;
    }
    .visually-impaired.hide-images .timeline-slider .img{
        display: none;
    }
    .visually-impaired.hide-images .timeline-slider .text{
        width: 100%;
        padding: 0;
    }
    .visually-impaired .timeline-slider .year {
        text-shadow: 0 0 10px #fff !important;
    }
    .no-touchevents.visually-impaired .timeline-slider-box .timeline-years .navigation-box span:not(.swiper-button-disabled):hover {
        background-color: #000;
    }
    .visually-impaired.color-scheme2 .timeline-slider-box .timeline-years .navigation-box span svg path {
        stroke: #fff;
    }
    .no-touchevents.visually-impaired.color-scheme2 .timeline-slider-box .timeline-years .navigation-box span:not(.swiper-button-disabled):hover svg path {
        stroke: #000;
    }
    .no-touchevents.visually-impaired.color-scheme2 .timeline-slider-box .timeline-years .navigation-box span:not(.swiper-button-disabled):hover {
        background-color: #fff;
    }

    .visually-impaired.color-scheme3 .timeline-slider-box .timeline-years .navigation-box span svg path {
        stroke: #04183f;
    }
    .no-touchevents.visually-impaired.color-scheme3 .timeline-slider-box .timeline-years .navigation-box span:not(.swiper-button-disabled):hover svg path {
        stroke: #b7dcfd;
    }
    .no-touchevents.visually-impaired.color-scheme3 .timeline-slider-box .timeline-years .navigation-box span:not(.swiper-button-disabled):hover {
        background-color:#04183f;
    }
    .visually-impaired.color-scheme2 .timeline-slider-box::after {
        background: #000;
    }
    .visually-impaired.color-scheme3 .timeline-slider-box::after {
        background: #b7dcfd;
    }
    .visually-impaired .timeline-slider-box .timeline-years .swiper-slide.swiper-slide-thumb-active span {
        opacity: .5;
    }
    /*Download list*/
    .visually-impaired .download-list li{
        background: none !important;
    }
    .visually-impaired .download-list a:hover span {
        border-color: transparent !important;
    }
    .visually-impaired .download-link a:before{
        height: 32px;
        background: url("../i/download-icon-scheme1.svg") no-repeat 0 3px/25px auto;
    }
    .no-touchevents.visually-impaired.color-scheme1 .download-list a:hover .icon {
        background-color: #000;
    }
    .visually-impaired.color-scheme2 .download-list a .icon svg path {
        fill: #fff;
    }
    .no-touchevents.visually-impaired.color-scheme2 .download-list a:hover .icon svg path {
        fill: #000;
    }
    .no-touchevents.visually-impaired.color-scheme2 .download-list a:hover .icon {
        background-color: #fff;
    }
    .no-touchevents.visually-impaired.color-scheme3 .download-list a:hover .icon svg path {
        fill: #b7dcfd;
    }
    .no-touchevents.visually-impaired.color-scheme3 .download-list a:hover .icon {
        background-color: #04183f;
    }
    .visually-impaired.middle-size .download-link a:before{
        background-position: 0 6px;
    }
    .visually-impaired.large-size .download-link a:before{
        height: 34px;
        background-size: 27px auto;
        background-position: 0 7px;
    }



    .visually-impaired body .promotion-label{
        color: #fff !important;
        background: #000;
    }
    .visually-impaired.color-scheme3 body .promotion-label{
        color: #b7dcfd !important;
        background: #04183f;
    }
    .visually-impaired .products-list a:not(.img){
        border-bottom: 1px solid #000;
    }
    .visually-impaired .products-list .on-hover a{
        border-color: transparent !important;
    }
    .visually-impaired .products-list .img{
        box-shadow: none !important;
    }
    .visually-impaired.hide-images .products-list .item{
        padding-top: 24px;
    }
    .visually-impaired.hide-images .products-list .item .promotion-label{
        right: auto;
        left: 0;
        top: 0;
    }


    .visually-impaired .products-box .container:before{
        bottom: -122px;
        box-shadow: none !important;
        border-right: 1px solid #000;
    }
    .visually-impaired .products-nav li{
        margin-bottom: 16px;
        background: none !important;
    }



    .visually-impaired #product-popup-box{
        background: rgba(0, 0, 0, .7);
        transition: none;
    }
    .visually-impaired.color-scheme2 #product-popup-box{
        background: rgba(255, 255, 255, .95);
    }
    .visually-impaired.color-scheme3 #product-popup-box{
        background: rgba(0, 0, 0, .7);
    }

    .visually-impaired .product-popup{
        max-width: 1140px;
        background: #fff;
        transition: none;
        box-shadow: none !important;
    }
    .visually-impaired.color-scheme2 .product-popup{
        background: #000;
    }
    .visually-impaired.color-scheme3 .product-popup{
        background: #b7dcfd;
    }

    .visually-impaired .product-popup .js-close-popup{
        right: 16px;
        top: 16px;
        transition: none;
    }
    .no-touchevents.visually-impaired .product-popup .js-load-product{
        border: none !important;
    }
    .visually-impaired.color-scheme2 .product-popup .js-load-product{
        background: #000 !important;
    }
    .visually-impaired.color-scheme3 .product-popup .js-load-product{
        background: #b7dcfd !important;
    }
    .no-touchevents.visually-impaired .product-popup .js-load-product:hover{
        opacity: .7 !important;
        background: #fff !important;
    }
    .no-touchevents.visually-impaired.color-scheme2 .product-popup .js-load-product:hover{
        background: #000 !important;
    }
    .no-touchevents.visually-impaired.color-scheme3 .product-popup .js-load-product:hover{
        background: #b7dcfd !important;
    }
    .visually-impaired .product-popup .js-load-product svg *{
        fill: #000 !important;
        fill-opacity: 1;
    }
    .visually-impaired.color-scheme2 .product-popup .js-load-product svg *{
        fill: #fff !important;
    }
    .visually-impaired.color-scheme3 .product-popup .js-load-product svg *{
        fill: #04183f !important;
    }
    .visually-impaired .product-card{
        font-size: 18px;
    }
    .visually-impaired.middle-size .product-card{
        font-size: 20px;
    }
    .visually-impaired.large-size .product-card{
        font-size: 22px;
    }

    .visually-impaired.hide-images .product-card{
        display: block;
        padding: 60px 54px;
    }
    .visually-impaired.hide-images .product-card *{
        max-width: none;
    }
    .visually-impaired.hide-images .product-card .img-box{
        padding: 0;
    }
    .visually-impaired.hide-images .product-card .img-box .promotion-label{
        position: relative;
        display: table;
        left: 0;
        right: auto;
        margin: 0 0 24px;
    }
    .visually-impaired.hide-images.color-scheme2 .product-card .img-box .promotion-label{
        color: #000 !important;
        background: #fff;
    }
    .visually-impaired.hide-images .product-card .text{
        padding: 0;
        width: 100%;
    }
    .visually-impaired.hide-images .cooking-method{
        padding: 0;
    }

    .visually-impaired .product-card .cooking-method:before, .visually-impaired .product-card .cooking-method:after{
        display: none;
    }
    .visually-impaired .product-card .img-box{
        background: none;
    }
    .visually-impaired .product-card li{
        background-position: 0 17px;
    }
    .visually-impaired.middle-size .product-card li{
        background-position: 0 18px;
    }
    .visually-impaired.large-size .product-card li{
        background-position: 0 20px;
    }
    /*Search form*/
    .visually-impaired #header .search-form-box, .visually-impaired .header .search-form-box, .visually-impaired .search-form-box{
        position: relative;
        top: 0;
        right: auto;
        left: auto;
        opacity: 1;
        visibility: visible;
    }
    .visually-impaired #header .search-form-box, .visually-impaired .header .search-form-box{
        margin: 0;
    }
    .visually-impaired .search-form-box .search-form{
        padding: 0 20px 0 0 !important;
        background: none;
        border: 2px solid #000;
        border-radius: 3px;
        box-shadow: none;
    }
    .visually-impaired.color-scheme2 .search-form-box .search-form{
        background-color: #000;
    }
    .visually-impaired.color-scheme2 .search-form-box .search-form .form-control{
        background-color: #000;
    }
    .visually-impaired.color-scheme3 .search-form-box .search-form{
        background-color: #b7dcfd;
    }
    .visually-impaired.color-scheme3 .search-form-box .search-form .form-control{
        background-color: #b7dcfd;
    }
    .visually-impaired .search-form-box .search-form .form-control{
        font-weight: 500;
        font-size: 20px;
        color: #000;
        height: 46px;
        line-height: 46px;
        padding: 0 20px;
        border: none;
        background: transparent;
    }
    .visually-impaired #header .search-form-box .search-form .search-btn, .visually-impaired .header .search-form-box .search-form .search-btn, .visually-impaired .search-form-box .search-form .search-btn{
        top: 0;
        right: 0;
        width: 52px;
        height: 46px;
    }
    .visually-impaired .search-form-box .search-form .search-btn svg{
        width: 28px;
        height: 28px;
    }
    .no-touchevents.visually-impaired .search-form-box .search-form .search-btn:hover{
        opacity: .6;
    }
    .search-form .search-btn svg *{
        fill: #000 !important;
    }
    .color-scheme2 .search-form .search-btn svg *{
        fill: #fff !important;
    }
    .color-scheme3 .search-form .search-btn svg *{
        fill: #04183f !important;
    }
    /*Photo gallery*/
    .visually-impaired.hide-images .photo-gallery{
        display: none !important;
    }
    .visually-impaired.color-scheme1 .lg-outer .lg-thumb-outer {
        background-color: #fff;
    }
    .visually-impaired.color-scheme1 .lg-actions .lg-next, .visually-impaired.color-scheme1 .lg-actions .lg-prev {
        background-color: #fff;
    }
    .visually-impaired.color-scheme1 .lg-toolbar {
        background-color: #fff;
    }
    .visually-impaired.color-scheme1 .lg-outer .lg-toogle-thumb {
        background-color: #fff;
    }
    .visually-impaired.color-scheme2 .lg-outer .lg-thumb-outer {
        background-color: #000;
    }
    .visually-impaired.color-scheme2 .lg-actions .lg-next, .visually-impaired.color-scheme2 .lg-actions .lg-prev {
        background-color: #000;
    }
    .visually-impaired.color-scheme2 .lg-toolbar {
        background-color: #000;
    }
    .visually-impaired.color-scheme2 .lg-outer .lg-toogle-thumb {
        background-color: #000;
    }
    .visually-impaired.color-scheme3 .lg-outer .lg-thumb-outer {
        background-color: #04183f;
    }
    .visually-impaired.color-scheme3 .lg-actions .lg-next, .visually-impaired.color-scheme3 .lg-actions .lg-prev {
        background-color: #04183f;
    }
    .visually-impaired.color-scheme3 .lg-toolbar {
        background-color: #04183f;
    }
    .visually-impaired.color-scheme3 .lg-outer .lg-toogle-thumb {
        background-color: #04183f;
    }
    .visually-impaired.color-scheme2 .photo-gallery .img, .no-touchevents.visually-impaired.color-scheme2 .photo-gallery .img:hover{
        border-color: #fff !important;
    }
    .visually-impaired .photo-gallery.color-scheme3 .img, .no-touchevents.visually-impaired .photo-gallery.color-scheme3 .img:hover{
        border-color: #04183f !important;
    }
    .visually-impaired .photo-gallery .img:after{
        transition: none !important;
    }
    /*Contacts*/
    .visually-impaired .contacts-main-box{
        background: none;
    }
    .visually-impaired .download-list.three-col:before{
        background: none;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .visually-impaired .usual-map{
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
    .visually-impaired #object-map{
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
    /*Search results*/
    .visually-impaired .search-results-list li{
        background: none !important;
    }
    .visually-impaired .search-results-list span:not(.num){
        color: #fff !important;
    }
    .visually-impaired .search-results-list span:not(.num):before{
        background: #000;
    }
    .visually-impaired.color-scheme2 .search-results-list span:not(.num){
        color: #000 !important;
    }
    .visually-impaired.color-scheme2 .search-results-list span:not(.num):before{
        background: #fff;
    }
    .visually-impaired.color-scheme3 .search-results-list span:not(.num){
        color: #b7dcfd !important;
    }
    .visually-impaired.color-scheme3 .search-results-list span:not(.num):before{
        background: #04183f;
    }
    /*Rss box*/
    .visually-impaired .rss-box{
        width: 400px;
    }
    .visually-impaired .rss-box .form{
        padding: 20px 88px 20px 26px;
        background: none;
        box-shadow: none;
    }
    .visually-impaired .arrow-btn{
        background: transparent !important;
        border: none !important;
    }
    .visually-impaired .rss-box .form .btn{
        top: 64px;
        right: 24px;
        width: 40px;
        height: 23px;
    }
    .visually-impaired .rss-box .form .btn svg{
        width: 40px;
        height: 23px;
    }
    .visually-impaired .rss-box .form .btn svg *{
        fill: #000;
    }
    .visually-impaired.color-scheme2 .rss-box .form .btn svg *{
        fill: #fff;
    }
    .visually-impaired.color-scheme3 .rss-box .form .btn svg *{
        fill: #04183f;
    }
    /*Share links*/
    .no-touchevents.visually-impaired .share-links a:hover{
        opacity: .6;
    }
    .visually-impaired .share-links li{
        margin: 0 8px !important;
        background: none !important;
    }
    .visually-impaired .share-links .ya-share2__icon:after{
        font-size: 18px;
    }
    .visually-impaired.middle-size .share-links .ya-share2__icon:after{
        font-size: 20px;
    }
    .visually-impaired.large-size .share-links .ya-share2__icon:after{
        font-size: 22px;
    }
    /*Back link*/
    .visually-impaired .back-link svg{
        width: 7px;
        height: 12px;
    }
    .visually-impaired.middle-size .back-link svg{
        width: 8px;
        height: 13px;
        margin-top: 1px;
    }
    .visually-impaired.large-size .back-link svg{
        width: 8px;
        height: 13px;
        margin-top: 3px;
    }
    .visually-impaired .back-link svg *{
        stroke: #000;
    }
    .visually-impaired.color-scheme2 .back-link svg *{
        stroke: #fff;
    }
    .visually-impaired.color-scheme3 .back-link svg *{
        stroke: #04183f;
    }
    /*Pager*/
    .visually-impaired .pager li{
        background: none !important;
    }
    .visually-impaired .pager a svg{
        width: 9px;
        height: 14px;
    }
    .visually-impaired.middle-size .pager a svg{
        width: 10px;
        height: 16px;
    }
    .visually-impaired.large-size .pager a svg{
        width: 11px;
        height: 17px;
    }
    .visually-impaired .pager a svg *{
        stroke: #000 !important;
    }
    .visually-impaired.color-scheme2 .pager a svg *{
        stroke: #fff !important;
    }
    .visually-impaired.color-scheme3 .pager a svg *{
        stroke: #04183f !important;
    }
    .no-touchevents.visually-impaired .pager a:hover{
        opacity: .6;
    }
    /*404*/
    .visually-impaired .error-page-box{
        margin-bottom: 140px;
    }
    .visually-impaired .error-page-box .num:before, .visually-impaired .error-page-box .bg1, .visually-impaired .error-page-box .bg2{
        display: none;
    }
    /*Popup*/
    .color-scheme2 #popup-box{
        background: rgba(255, 255, 255, .8);
    }
    .color-scheme3 #popup-box{
        background: rgba(4, 24, 63, .8);
    }
    .small-size .popup{
        font-size: 18px;
    }
    .color-scheme2 .popup{
        background: #000;
    }
    .color-scheme3 .popup{
        background: #b7dcfd;
    }
    .middle-size .popup{
        font-size: 20px;
    }
    .large-size .popup{
        font-size: 22px;
    }
    .visually-impaired .js-close-popup{
        right: 6px;
        top: 6px;
    }
    .no-touchevents.visually-impaired .js-close-popup:hover{
        opacity: .6;
    }
    .visually-impaired .js-close-popup svg{
        width: 20px;
        height: 20px;
    }
    .visually-impaired .js-close-popup svg *{
        fill: #000 !important;
    }
    .color-scheme2 .js-close-popup svg *{
        fill: #fff !important;
    }
    .color-scheme3 .js-close-popup svg *{
        fill: #04183f !important;
    }
    .visually-impaired .materials-box ul li{
        background-size: 17px 3px;
        background-position: 0 14px;
    }
    .visually-impaired.middle-size .materials-box ul li{
        background-position: 0 16px;
    }
    .visually-impaired.large-size .materials-box ul li{
        background-position: 0 18px;
    }
    .visually-impaired .materials-box ul li a{
        padding-top: 8px;
    }
    /*Footer*/
    .visually-impaired #footer .bg-box:after{
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        background: none;
    }
    .visually-impaired:not(.small-size) #footer .footer-contacts{
        display: block;
        width: auto;
        min-width: 0;
    }
    .visually-impaired #footer .swiper-button-prev svg path, .visually-impaired #footer .swiper-button-next svg path {
        stroke: #000;
    }
    .visually-impaired.color-scheme2 #footer .swiper-button-prev svg path, .visually-impaired.color-scheme2 #footer .swiper-button-next svg path {
        stroke: #fff;
    }
    .visually-impaired.color-scheme3 #footer .swiper-button-prev svg path, .visually-impaired.color-scheme3 #footer .swiper-button-next svg path {
        stroke: #04183f;
    }
    .visually-impaired:not(.small-size) #footer .social-links{
        padding-left: 0;
    }
    .no-touchevents.visually-impaired #footer a:hover{
        border-color: transparent !important;
        opacity: .7;
    }
    .visually-impaired .external-links-slider .swiper-wrapper{
        height: auto !important;
    }
    .visually-impaired #iquad{
        text-decoration: underline;
    }
    .no-touchevents.visually-impaired #iquad:hover{
        text-decoration: none;
    }
    .visually-impaired #iquad:hover {
        opacity: .7;
    }
    .visually-impaired #iquad:before{
        display: none;
    }
    .visually-impaired #iquad svg *{
        fill: #000;
    }
    .visually-impaired.color-scheme2 #iquad svg *{
        fill: #fff;
    }
    .visually-impaired.color-scheme3 #iquad svg *{
        fill: #04183f;
    }
    .visually-impaired.color-scheme2 #iquad svg{
        border-color: #fff;
    }
    .visually-impaired.color-scheme3 #iquad svg{
        border-color: #04183f;
    }
    .visually-impaired.no-touchevents #iquad:hover svg{
        border: none;
    }
    .visually-impaired .external-links-slider .swiper-btn{
        top: 0;
    }
    .visually-impaired.large-size .external-links-slider .swiper-btn{
        top: 2px;
    }
    .no-touchevents.visually-impaired .external-links-slider .swiper-btn:hover{
        opacity: .7;
    }
    .visually-impaired .external-links-slider .swiper-btn svg{
        width: 9px;
        height: 16px;
    }
    .visually-impaired.large-size .external-links-slider .swiper-btn svg{
        width: 10px;
        height: 18px;
    }
    .visually-impaired .external-links-slider .swiper-btn svg *{
        fill: #000 !important;
    }
    .visually-impaired.color-scheme2 .external-links-slider .swiper-btn svg *{
        fill: #fff !important;
    }
    .visually-impaired.color-scheme3 .external-links-slider .swiper-btn svg *{
        fill: #04183f !important;
    }



    .visually-impaired .radio-item input[type="radio"] + label{
        font-size: 1em;
    }
    .visually-impaired.large-size .radio-item input[type="radio"] + label{
        padding-left: 34px;
    }
    .visually-impaired .radio-item input[type="radio"]:checked + label:after{
        background: #000;
    }
    .visually-impaired .radio-item input[type="radio"] + label:before{
        width: 20px;
        height: 20px;
    }
    .visually-impaired.middle-size .radio-item input[type="radio"] + label:before{
        width: 22px;
        height: 22px;
    }
    .visually-impaired.large-size .radio-item input[type="radio"] + label:before{
        width: 24px;
        height: 24px;
    }
    .visually-impaired .radio-item input[type="radio"]:checked + label:after{
        top: 8px;
        left: 6px;
    }
    .visually-impaired.middle-size .radio-item input[type="radio"]:checked + label:after{
        top: 8px;
        left: 6px;
        width: 10px;
        height: 10px;
    }
    .visually-impaired.large-size .radio-item input[type="radio"]:checked + label:after{
        top: 9px;
        left: 7px;
        width: 10px;
        height: 10px;
    }

    .no-touchevents.visually-impaired .radio-item input[type="radio"]:not(:checked):not(:disabled) + label:hover:before{
        box-shadow: inset 0 0 3px rgba(0, 0, 0, .7);
    }
    .no-touchevents.visually-impaired.color-scheme2 .radio-item input[type="radio"]:not(:checked):not(:disabled) + label:hover:before{
        box-shadow: inset 0 0 3px rgba(255, 255, 255, .7);
    }
    .visually-impaired.color-scheme2 .radio-item input[type="radio"]:checked + label:after{
        background: #fff;
    }
    .visually-impaired.color-scheme3 .radio-item input[type="radio"]:checked + label:after{
        background: #04183f;
    }

    .visually-impaired .cookies-submit-msg:before{
        background-color: #000;
    }

    .visually-impaired.color-scheme3 .cookies-submit-msg:before{
        background-color: #04183f;
    }

    .visually-impaired .cookies-popup{
        background: #fff;
        border-top: 1px solid #000;
    }
    .visually-impaired.color-scheme2 .cookies-popup{
        background: #000;
        border-top: 1px solid #fff;
    }
    .visually-impaired.color-scheme3 .cookies-popup{
        background: #b7dcfd;
        border-top: 1px solid #04183f;
    }



    /* footer */
    .visually-impaired.color-scheme1 #footer {
        background: #fff;
    }
    .visually-impaired.color-scheme2 #footer {
        background: #000;
    }
    .visually-impaired.color-scheme3 #footer {
        background: #b7dcfd;
    }
    .visually-impaired.color-scheme1 #footer .social-links a svg path {
        fill: #000;
    }
    .visually-impaired.color-scheme2 #footer .social-links a svg path {
        fill: #fff;
    }
    .visually-impaired.color-scheme3 #footer .social-links a svg path {
        fill: #04183f;
    }

    /* nav */
    .nav ul.dropdown{
        display: none;
        flex-wrap: wrap;
        align-items: flex-start;
        position: absolute;
        top: 42px;
        left: 50%;
        width: 600px;
        padding: 36px 40px 29px;
        margin: 0 0 0 -186px;
        background: #FFF9EF;
        border-radius: 10px;
    }
    .nav .providers ul.dropdown {
        width: 340px;
        margin: 0 0 0 -165px;
    }
    .nav .contacts ul.dropdown {
        width: 340px;
        left: auto;
        right: 0;
        margin: 0 0 0 -165px;
    }
    .nav ul.dropdown .col{
        width: 240px;
        margin-bottom: 0;
    }
    .nav ul.dropdown .col > ul{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav ul.dropdown .col:first-child{
        margin-right: 39px;
    }
    .nav ul.dropdown::after{
        content: '';
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        height: 20px;
    }
    .nav ul.dropdown:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        width: 0;
        height: 0;
        border-bottom: 30px solid #FFF9EF;
        border-left: 34px solid transparent;
        margin: 0 0 0 -130px;
        transform: rotate(45deg);
        border-radius: 5px;
    }
    .nav .providers ul.dropdown:before {
        margin: 0 0 0 -20px;
    }
    .nav .contacts ul.dropdown:before {
        left: auto;
        right: 30px;
        margin: 0;
    }
    .nav ul.dropdown li {
        margin-left: 0;
        text-align: left;
        margin-bottom: 17px;
    }
    .nav ul.dropdown li a {
        white-space: normal;
        color: #1C2731;
        font-size: 1.265622em;
        text-transform: none;
        letter-spacing: -0.01em;
    }
    .nav ul.dropdown li.active a {
        border: none;
    }
}
@media screen and (min-width: 1141px) and (max-width: 1450px){
    .visually-impaired	.footer-grid {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .visually-impaired .footer-grid > * {
        width: 50%;
        margin-bottom: 20px !important;
    }
    .visually-impaired #footer .address {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .visually-impaired #footer .social-links {
        margin-left: 0 !important;
    }
}
@media screen and (min-width: 1141px) and (max-width: 1400px){
    .visually-impaired .products-list-box .filter-box {
        flex-wrap: wrap;
    }
    .visually-impaired .filter-results-wrap {
        width: 100%;
        order: 2;
        margin-top: 20px;
    }
}
@media screen and (min-width: 1141px) and (max-width: 1300px){
    .cn-text {
        margin-right: 10px;
    }
    .cn-item-box {
        margin-right: 30px;
    }
    .cn-hide-img {
        padding: 0 10px;
    }
    .visually-impaired .nav > ul > li {
        margin: 0 0 0 25px;
    }
    .visually-impaired .footer-wrap {
        flex-direction: column;
    }
    .visually-impaired #footer .swiper-slide:last-child {
        margin-right: 0;
    }
    .visually-impaired #footer #iquad {
        margin: 30px auto 0;
    }

}
@media screen and (max-width: 1140px){
    h2, .h2 {
        margin-top: 90px;
        margin-bottom: 45px;
    }
    .quality-system-box .h2 {
        margin-top: 90px;
        margin-bottom: 45px;
    }
    h3, .h3 {
        margin-top: 85px;
        margin-bottom: 40px;
    }
    h4, .h4 {
        margin-top: 80px;
        margin-bottom: 40px;
    }
    h5, .h5 {
        margin-top: 75px;
        margin-bottom: 35px;
    }
    h6, .h6 {
        margin-top: 70px;
        margin-bottom: 30px;
    }
    #main {
        padding-top: 40px;
        padding-bottom: 150px;
    }
    .important-text {
        padding: 8px 0 8px 35px;
        margin: 40px auto;
    }
    .important-text p {
        max-width: 100%;
    }

    /* header */
    #header {
        padding: 20px 0;
    }
    .index-page #header {
        padding: 20px 0;
    }
    /* .sticky-header #header, .sticky-header.index-page #header {
		padding: 20px 0;
	} */
    .sticky-header:not(.short-header-view) #header {
        padding: 20px 0;
    }
    .header-controls {
        align-items: center;
        margin-bottom: 0;
    }
    .sticky-header #header .header-controls {
        display: flex;
    }
    .js-open-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 20px;
    }
    .js-visually-impaired {
        display: none;
    }
    .header-controls .langs {
        display: none;
    }
    .header-controls > * {
        margin-left: 35px;
    }
    #logo, .sticky-header #logo {
        background: none;
        width: 200px;
        height: auto;
        transform: none;
    }
    #logo svg {
        width: 100%;
    }
    .header-controls .search-form-box {
        top: -4px;
        right: 65px;
    }

    /* navbox */
    .nav-box {
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #FACB52;
        transition: transform .5s ease, visibility 0s 0s;
    }
    .nav-box::after {
        content: '';
        position: absolute;
        top: 206px;
        right: 0;
        background: url(../i/nav-box-bg.svg) no-repeat;
        width: 313px;
        height: 588px;
        mix-blend-mode: multiply;
    }
    html:not(.opened-nav) .nav-box {
        transform: translate3d(-100%, 0, 0);
        transition: transform .5s ease, visibility 0s .5s;
        visibility: hidden;
        pointer-events: none;
    }
    .nav {
        position: absolute;
        left: 0;
        top: 87px;
        bottom: 0;
        text-align: center;
        width: 100%;
        padding: 0 48px;
        overflow: hidden;
        overflow-y: auto;
        z-index: 1000;
    }
    .nav:before {
        content: '';
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 0;
        margin: 0 -1px 0 0;
    }

    .nav > ul {
        display: inline-block;
        text-align: left;
        width: 100%;
        max-width: 267px;
        margin: 0 0 32px;
    }
    .nav ul li {
        margin-left: 0;
        text-align: left;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 1.62em;
        text-transform: uppercase;
    }
    .has-child > a {
        position: relative;
    }
    .has-child.opened-dropdown > a {
        opacity: .6;
    }
    .has-child > a::after {
        content: '';
        position: absolute;
        top: 5px;
        right: -25px;
        background: url(../i/nav-arrow.svg) no-repeat;
        width: 15px;
        height: 15px;
    }
    .has-child.opened-dropdown > a::after {
        transform: scale(-1);
    }
    .nav ul li a {
        color: #1C2731;
    }
    .nav ul li.active > a {
        opacity: .6;
        border: none;
    }
    .nav .has-child > a {
        display: inline-block;
    }
    .nav ul.dropdown {
        display: none;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .nav ul.dropdown li {
        text-transform: initial;
        white-space: normal;
        margin-bottom: 20px;
    }
    .nav ul.dropdown.visible li {
        opacity: 1;
        /* transition: opacity .5s ease; */
    }
    .nav-box .langs {
        position: absolute;
        top: 33px;
        right: 80px;
        display: flex;
        z-index: 1000;
    }
    .nav-box .langs * {
        font-size: 16px !important;
    }
    .nav-box .js-close-nav {
        position: absolute;
        top: 33px;
        right: 25px;
        display: block;
    }
    .langs {
        color: #1C2731;
    }
    .langs svg path{
        fill: #1C2731;
    }

    .nav ul.dropdown .col > ul{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav ul.dropdown .col > ul li:last-child{
        margin-bottom: 0;
    }
    .nav ul.dropdown .col{
        width: 100%;
    }

    /* top page box */
    .top-page-box .container {
        padding-top: 100px;
        padding-bottom: 150px;
    }

    /* timeline slider */
    .timeline-slider-box{
        margin: 80px 0;
        padding: 80px 0;
    }
    .timeline-slider-box .timeline-years .swiper-slide span {
        font-size: 25px;
    }
    .timeline-slider .swiper-slide .text {
        margin-top: 0;
    }

    /* photo gallery box */
    .photo-gallery-box {
        margin: 40px auto 20px;
    }
    .photo-gallery-box.certificates {
        margin: 40px auto 17px;
    }

    /* figure */
    figure {
        margin: 40px auto;
    }

    /* video box */
    .video-box {
        margin: 40px auto;
    }

    /* blockquote */
    blockquote {
        margin: 110px auto 140px;
    }

    /* table */
    .scroll-tbl {
        margin: 40px auto;
    }

    /* index page */
    .parallax-el .p-el {
        transform: scale(.6) !important;
    }
    .parallax-el .p-el.p-el-1 {
        top: 6%;
        right: -5%;
    }
    .parallax-el .p-el.p-el-2 {
        left: 0;
    }
    .parallax-el .p-el.p-el-3 {
        top: 10%;
        right: 0;
    }
    .parallax-el .p-el.p-el-4 {
        right: 0;
    }
    .parallax-el .p-el.p-el-5 {
        right: -10%;
    }
    .parallax-el .p-el.p-el-7 {
        right: -9%;
    }
    .parallax-el .p-el.p-el-8 {
        right: 5%;
    }
    .parallax-el .p-el.p-el-9 {
        left: 0;
    }
    .parallax-el .p-el.p-el-10 {
        left: 0;
    }
    .parallax-el .p-el.p-el-11 {
        left: 5%;
    }
    .parallax-el .p-el.p-el-12 {
        top: 67%;
        right: -8%;
    }
    .parallax-el .p-el.p-el-13 {
        top: 84%;
        left: 0;
    }
    .parallax-el .p-el.p-el-14 {
        top: 82%;
        right: 0;
    }
    .chicken-img {
        display: none;
    }
    .index-page .top-page-box .left-elem, .index-page .top-page-box .right-elem {
        display: none;
    }
    .index-page .top-page-box {
        min-height: 670px !important;
    }
    .index-page .top-page-box .container {
        padding: 150px 0;
    }
    .index-page .top-page-box .bg-elem {
        top: -8%;
        max-width: 85%;
    }
    .index-page .top-page-box ~ .top-bg {
        top: -15px;
    }
    .index-page .links-wrap {
        justify-content: center;
    }
    .index-page .links-wrap a:first-child {
        margin-left: 0;
    }
    .index-page .info-text {
        font-size: 30px;
        max-width: 700px;
    }
    .index-page .info-text.top {
        margin: 120px auto 40px;
    }
    .index-page .info-text.top::after {
        background-size: contain;
        top: -100%;
        right: -20%;
        width: 150px;
        height: 250px;
    }
    .index-page .info-text.top::before {
        background-size: contain;
        bottom: -45%;
        left: -10%;
        width: 70px;
        height: 70px;
    }
    .products-link-section {
        padding: 145px 0 200px;
    }
    .products-link-box .item:nth-child(2) {
        margin-bottom: 190px;
    }
    .slider-section {
        padding: 0 0 100px;
    }
    .slider-section .top-bg {
        top: -710px;
    }

    .index-page .links-wrap .dropdown-list {
        right: 50%;
        margin-right: -280px;
    }
    .index-page .links-wrap .dropdown-list::before {
        margin: 0 0 0 -22px;
    }

    .about-section {
        padding: 70px 0;
    }
    .about-section .about-box {
        flex-direction: column;
    }
    .about-section .about-box .text-box {
        max-width: 100%;
    }
    .bottom-section {
        padding: 100px 0 200px;
    }
    .bottom-section .info-text::after {
        background-size: contain;
        width: 170px;
        height: 170px;
        bottom: -150px;
        right: -80px;
    }
    .bottom-section .bg-img {
        bottom: -130%;
        max-width: 500px;
        width: 100%;
    }

    /* products page */
    .products-page #main {
        padding-bottom: 257px;
    }
    .products-nav-box {
        display: none;
    }
    .products-list .item {
        width: calc(33.3333333333% - 20px);
    }
    .products-list-box {
        width: 100%;
        padding-left: 0;
    }
    .products-list-box .filter-box {
        margin-bottom: 20px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .filter-results-wrap{
        order: 2;
        margin-right: 0;
        width: 100%;
        margin-top: 10px;
    }
    .products-list-box .filter-box .item {
        margin-left: 0;
        margin-right: 25px;
    }
    .products-list-box .filter-box .item .js-open-filter-dropdown {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .products-list-box .filter-box .item span svg {
        margin-left: 7px;
    }
    .products-list-box .dropdown-box {
        top: 35px;
        right: auto;
        left: 0;
    }
    .filter-results-wrap.visible {
        margin-top: 0;
    }

    /* .products-list-box::after {
		left: 0;
		bottom: -100px;
		width: 170px;
		height: 170px;
		background-size: contain;
	} */
    .parallax-el .p-el.p-el-16 {
        top: 400px;
    }
    .parallax-el .p-el.p-el-17 {
        top: 320px;
    }
    .parallax-el .p-el.p-el-18 {
        top: 390px;
    }
    .parallax-el .p-el.p-el-20 {
        display: none;
    }
    .parallax-el .p-el.p-el-21 {
        display: none;
    }
    .parallax-el .p-el.p-el-22 {
        display: none;
    }

    /* about page */
    .about-page .bg-img {
        bottom: -15%;
        max-width: 500px;
        width: 100%;
    }
    .parallax-el .p-el.p-el-24 {
        top: 380px;
        right: 0;
    }
    /* news page */
    .news-page .bg-img {
        max-width: 400px;
        bottom: -12%;
        width: 100%;
    }
    /* contacts page */
    .contacts-grid {
        margin-bottom: 80px;
    }
    .contacts-page .filter-box .heading-list a {
        margin: 0;
    }
    .contacts-page .download-list {
        margin: 41px -11px 80px;
    }
    .contacts-page .download-list li {
        width: calc(50% - 22px);
    }

    /*electronic appeal page */
    /* .electronic-appeal-grid .form {
		padding: 43px 30px 40px;
	} */

    /* error page */
    .error-page #all {
        padding-top: 88px;
    }
    .error-page #main .container {
        padding-bottom: 100px;
    }
    .error-page .left-elem {
        top: -5%;
    }
    .error-page .right-elem {
        top: -4%;
    }
    .error-page .sub-box .num {
        font-size: 200px;
    }
    .error-page .sub-box .text {
        font-size: 24px;
    }
    .error-page .bg-elem {
        top: -15%;
    }

    .products-page .animate-icon {
        left: 0;
        bottom: 0;
    }


}

@media screen and (max-width: 1080px){
    /*Cookies popup*/
    .cookies-popup{
        padding: 20px 0;
    }
    .cookies-popup .container{
        display: block;
        text-align: center;
    }
    .cookies-popup .btns-box{
        justify-content: center;
        margin: 14px 0 0 -10px;
    }
    .cookies-popup .btn{
        margin: 0 10px;
    }
}

@media screen and (max-width: 1023px) {
    .timeline-slider .swiper-slide {
        flex-wrap: wrap;
    }
    .timeline-slider .swiper-slide .text {
        max-width: 100%;
    }
    .timeline-slider .swiper-slide .img {
        max-width: 700px;
        margin: 20px auto 0;
    }
    .timeline-slider-box .timeline-years {
        margin: 50px 0 40px;
    }
    .timeline-slider .year {
        left: 50%;
        transform: translateX(-50%);
    }

    /* products page */
    .products-page #main {
        padding-bottom: 200px;
    }
    .products-list .item {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    .products-list .item .img-box {
        background: #fff;
        /* height: 300px; */
    }
    .products-list .item .img-box .novelty-label {
        z-index: 5;
    }
    .products-list .item.active .img-box::after {
        content: none;
    }
    .products-list .item .img-box::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border: 2px dashed rgba(81, 104, 124, 0.2);
        border-bottom: none;
        z-index: 1;
        border-radius: 20px 20px 0 0;
    }
    .products-list .item > .title {
        display: none;
    }
    .info-box-hover {
        position: relative;
        top: 0;
    }
    .storage-info-box {
        position: relative;
        top: 0;
    }
    .packing-info-box {
        position: relative;
        top: 0;
    }
    .filter-results-wrap > div {
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .products-list-box .filter-box .item {
        margin-bottom: 10px;
    }

    /* about page */
    .about-page #main {
        padding-top: 85px;
        padding-bottom: 140px;
    }
    .about-company-grid {
        flex-direction: column;
    }
    .about-company-grid .text-box {
        margin-left: 0;
        max-width: 100%;
    }
    .about-company-grid {
        padding: 0;
    }
    .about-info-box {
        margin: 80px auto 0 40px;
    }
    .about-company-grid .text-box {
        transform: none;
        margin-top: 50px;
    }
    .about-company-grid .title-box p {
        font-size: 28px;
    }
    .about-company-grid .title-box svg.animate {
        width: 550px;
        height: 550px;
    }
    .about-company-grid .title-box p::after {
        bottom: -150px;
        left: -115px;
        width: 200px;
        height: 185px;
    }
    .about-info-box .item .num {
        font-size: 38px;
        white-space: nowrap;
    }
    .about-info-box .item .num::before {
        width: 80px;
        height: 80px;
        top: -23px;
        left: -40px;
    }
    .about-info-box {
        margin-left: 30px;
    }
    .about-info-box .item {
        padding-right: 40px;
    }

    /* where buy page */
    .where-buy-page #main {
        padding-bottom: 170px;
    }

    .items-box .item {
        width: calc(50% - 30px);
    }
    .shops-box .item {
        width: calc(50% - 30px);
    }
    .heading-list li a {
        padding: 14px 18px;
    }
    .where-buy-page .items-box {
        margin-top: 30px;
    }
    .dealers-box h2 {
        margin-top: 45px;
    }
    .dislocation-box h2 {
        margin-top: 45px;
    }
    .dislocation-box h2 {
        margin-bottom: 30px;
    }
    .dislocation-box .filter-box {
        margin-top: 35px;
    }
    .heading-list {
        margin-bottom: 40px;
    }
    #object-map {
        height: 500px;
    }

    .where-buy-page .bg-elems {
        display: none;
    }

    /* news page */
    .news-page #main {
        padding-bottom: 200px;
    }

    /* news inner page */
    .news-inner-page #main {
        padding-bottom: 200px;
    }

    /* contacts page */
    .contacts-page #main {
        padding-bottom: 200px;
    }
    .contacts-page .filter-box .heading-list {
        margin-bottom: 40px;
    }
    .contacts-page .items-box {
        margin-top: 40px;
    }
    .map-box {
        height: 500px;
    }

    /* electronic appeal page */
    .electronic-appeal-page #main {
        padding-bottom: 200px;
    }
    .electronic-appeal-grid .form {
        padding: 40px 25px 40px;
    }

    /* search result page */
    .search-result-page #main {
        padding-top: 45px;
        padding-bottom: 200px;
    }
    .search-result-page #main .search-results-list {
        margin-top: 40px;
    }
    .search-result-page #main .search-results-list li {
        margin-bottom: 35px;
    }
    .search-result-page .pager-box {
        margin-top: 80px;
    }

    /* provider page */
    .providers-page #main {
        padding-bottom: 200px;
    }

    /* outside market page */
    .outside-market-page #main {
        padding-bottom: 200px;
    }
    .outside-market-page .form {
        padding: 40px 25px 40px;
    }
    /* domestic market page */
    .domestic-market-page #main {
        padding-bottom: 200px;
    }
    .domestic-market-page .form {
        padding: 40px 25px 40px;
    }

    /* preloader */
    .preload-page #preloader .preloader-logo {
        max-width: 250px;
        height: auto;
        margin-bottom: 25px;
    }
    .preload-page #preloader .preloader-logo svg {
        width: 100%;
        height: auto;
    }

}
@media screen and (max-width: 950px) {
    .parallax-el .p-el.p-el-9 {
        left: -7%;
        top: 48%;
    }
    .products-slider .swiper-slide .text-box {
        margin-left: 0;
    }
    .products-slider .swiper-slide .img-box {
        max-width: 300px;
        min-width: 300px;
        max-height: 300px;
        min-height: 300px;
    }
    .products-bullets-slider {
        left: 0;
    }
}
@media screen and (max-width: 900px) {
    body {
        font-size: 17px;
    }
    h1, .h1 {
        font-size: 6.6vw;
    }
    h2, .h2 {
        font-size: 40px;
        margin-top: 70px;
        margin-bottom: 40px;
    }
    .quality-system-box .h2 {
        font-size: 40px;
        margin-top: 70px;
        margin-bottom: 40px;
    }
    h3, .h3 {
        font-size: 36px;
        margin-top: 65px;
        margin-bottom: 35px;
    }
    h4, .h4 {
        font-size: 32px;
        margin-top: 65px;
        margin-bottom: 30px;
    }
    h5, .h5 {
        font-size: 28px;
        margin-top: 55px;
        margin-bottom: 25px;
    }
    h6, .h6 {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .btn-box {
        margin: 40px 0;
    }

    /* timeline slider */
    .timeline-slider-box .timeline-years {
        flex-direction: column;
    }
    .timeline-slider-box .timeline-years .years-slider {
        width: 100%;
        margin-top: 25px;
    }
    .years-slider .swiper-container {
        padding-bottom: 10px;
        margin-left: 0;
        overflow: visible;
    }
    .timeline-slider-box .timeline-years .swiper-slide {
        justify-content: center;
        width: auto !important;
        margin: 0 10px;
    }
    .timeline-slider-box .timeline-years .navigation-box span {
        width: 45px;
        height: 45px;
    }
    .timeline-slider .year {
        font-size: 80px;
        bottom: -40px;
    }

    /* index page */
    .parallax-el .p-el.p-el-1 {
        right: -15%;
    }
    .parallax-el .p-el.p-el-2 {
        left: -5%;
    }
    .parallax-el .p-el.p-el-3 {
        right: -3%;
        top: 11%;
    }
    .parallax-el .p-el.p-el-4 {
        right: -3%;
    }
    .parallax-el .p-el.p-el-5 {
        right: -20%;
    }
    .parallax-el .p-el.p-el-6 {
        left: -5%;
    }
    .parallax-el .p-el.p-el-7 {
        right: -15%;
    }
    .parallax-el .p-el.p-el-8 {
        right: -5%;
    }
    .parallax-el .p-el.p-el-10 {
        left: -3%;
    }
    .parallax-el .p-el.p-el-11 {
        left: 0;
    }
    .parallax-el .p-el.p-el-12 {
        right: -15%;
    }
    .parallax-el .p-el.p-el-13 {
        left: -5%;
    }
    .parallax-el .p-el.p-el-14 {
        top: 80%;
        right: -3%;
    }
    .parallax-el .p-el.p-el-15 {
        top: 86%;
        left: 0;
    }
    .bottom-section .info-text::after {
        right: 0;
        bottom: -170px;
    }

    /* products page */
    .filter-results-wrap > div {
        padding: 11px 26px;
    }
    .filter-results-wrap p {
        font-size: 15px;
    }
    .filter-results-wrap p span {
        font-size: 9px;
    }
    .reset-btn {
        font-size: 15px;
    }
    .check-box span {
        font-size: 14px;
    }
    .reset-btn {
        height: 43px;
    }

    /* about page */
    .about-page .timeline-slider-box {
        margin: 60px 0 110px;
    }

    /* electronic appel page */
    .electronic-appeal-grid .wrap {
        flex-direction: column;
    }
    .electronic-appeal-grid .col {
        max-width: 600px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .electronic-appeal-grid .col:last-child {
        margin-bottom: 0;
    }

    /* search result page */
    .search-result-page #main .search-results-list li .num {
        top: 0;
    }
}

@media screen and (min-width: 801px) {
    .heading-list li a {
        text-align: center;
        display: flex;
        align-items: center;
        height: 100%;
    }
}

@media screen and (max-width: 800px) {
    .header-controls .search-form-box {
        max-width: calc(100% - 80px);
    }

    /* footer */
    .footer-grid {
        text-align: center;
    }
    .footer-grid > * {
        width: 100%;
    }
    .footer-grid .contacts a {
        max-width: 300px;
        margin: 0 auto;
    }
    #footer .social-links {
        justify-content: center;
        margin-top: 34px;
    }
    .footer-wrap {
        flex-wrap: wrap;
    }
    .footer-slider {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-slider .swiper-container {
        margin: 0;
    }
    #footer #iquad {
        margin: 0 auto;
    }

    /* two cols box */
    .two-cols-box {
        flex-wrap: wrap;
    }
    .two-cols-box .col {
        width: 100%;
    }
    .two-cols-box .col:first-child {
        margin-bottom: 10px;
    }

    /* index page */
    .parallax-el .p-el.p-el-13 {
        top: 82%;
    }
    .parallax-el .p-el.p-el-14 {
        top: 77%;
    }
    .parallax-el .p-el.p-el-15 {
        display: none;
    }
    .products-slider .swiper-slide .title {
        font-size: 25px;
        margin-bottom: 17px;
    }
    .products-slider .swiper-slide .text {
        font-size: 17px;
    }
    .about-section .about-box .title {
        font-size: 25px;
        margin-bottom: 17px;
    }
    .about-section .about-box .text {
        font-size: 17px;
        margin: 17px 0 25px;
    }
    .products-link-box .item:not(:last-child) {
        margin-bottom: 130px !important;
    }
    .bottom-section {
        padding-top: 70px;
    }

    /* products page */
    .products-list .item .title {
        font-size: 16px;
    }
    .info-wrap .col .title {
        font-size: 15px;
    }
    .info-wrap .col .value {
        font-size: 14px;
    }
    .state-product {
        font-size: 14px;
    }
    .energy-value {
        font-size: 15px;
    }
    .energy-value .title {
        font-size: 15px;
    }
    .info-box-hover, .storage-info-box, .packing-info-box {
        padding: 0 20px 35px;
    }
    .expiration-date {
        margin-top: 9px;
    }
    .expiration-date .title {
        font-size: 15px !important;
        margin-bottom: 5px !important;
    }
    .expiration-date-item {
        font-size: 14px;
    }
    .individual-packing .title, .transport-packing .title {
        font-size: 15px !important;
    }
    .individual-packing span, .transport-packing span {
        font-size: 14px !important;
    }

    /* heading filter */
    .where-buy-page #main {
        padding-top: 20px;
    }
    .heading-list:not(.heading-filter-list) {
        border-bottom: 2px solid #252429;
        margin-bottom: 40px;
    }
    .heading-list:not(.heading-filter-list) li a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: -26px;
    }
    .filter-box .current-heading {
        display: none;
    }
    .where-buy-page .filter-box, .news-page .filter-box, .contacts-page .filter-box {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .where-buy-page .filter-box span, .news-page .filter-box span, .contacts-page .filter-box span {
        display: inline-block;
        margin-right: 40px;
        font-family: 'Inter';
        font-weight: 600;
        font-size: 17px;
        line-height: 1.2em;
        letter-spacing: -0.02em;
    }
    .where-buy-page .filter-box .heading-filter-list, .news-page .filter-box .heading-filter-list, .contacts-page .filter-box .heading-filter-list {
        margin-bottom: 0;
        width: auto;
    }
    .where-buy-page .filter-box .current-heading, .news-page .filter-box .current-heading, .contacts-page .filter-box .current-heading {
        position: relative;
        display: flex;
        align-items: center;
        font-family: "Inter", sans-serif;
        font-size: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        height: 44px;
        margin: 0 auto;
        margin-top: 0;
        padding: 6px 54px 6px 20px;
        background: #fff;
        overflow: hidden;
        border: 1px solid #252429;
        border-radius: 10px;
    }
    .where-buy-page .filter-box .current-heading:after, .news-page .filter-box .current-heading:after, .contacts-page .filter-box .current-heading:after{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 44px;
        background: url(../i/arrow-menu.svg) no-repeat 50% 15px/17px auto #fff;
        transform: scaleY(-1);
    }
    .where-buy-page .filter-box .current-heading.active:after, .news-page .filter-box .current-heading.active:after, .contacts-page .filter-box .current-heading.active:after{
        transform: scaleY(1);
    }
    .where-buy-page .filter-box .heading-list, .news-page .filter-box .heading-list, .contacts-page .filter-box .heading-list {
        display: none;
        position: absolute;
        top: 43px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0;
        background: #fff;
        border: 1px solid #252429;
        z-index: 100;
        border-radius: 10px;
    }
    .where-buy-page .filter-box .heading-list li, .news-page .filter-box .heading-list li, .contacts-page .filter-box .heading-list li {
        padding: 0;
        margin: 0;
    }
    .where-buy-page .filter-box .heading-list li a, .news-page .filter-box .heading-list li a, .contacts-page .filter-box .heading-list li a {
        background: none;
        font-size: 18px;
        width: 100%;
    }
    .where-buy-page .filter-box .heading-list li.active a, .news-page .filter-box .heading-list li.active a, .contacts-page .filter-box .heading-list li.active a{
        background: none;
        opacity: .6;
    }
    .where-buy-page .filter-box li.active a::after, .news-page .filter-box li.active a::after, .contacts-page .filter-box li.active a::after {
        content: none;
    }
    .where-buy-page .filter-box .heading-list.visible, .news-page .filter-box .heading-list.visible, .contacts-page .filter-box .heading-list.visible{
        display: block;
    }
    .heading-list::after {
        content: none;
    }
    .heading-list li a {
        padding: 12px 20px;
    }

    /* news page */
    .news-page .news-box {
        margin: 0 -10px;
    }
    .news-page .news-box .item {
        width: calc(50% - 20px);
        margin: 0 10px 40px;
    }
    .news-page .news-box .item .title {
        font-size: 19px;
        margin: 15px 0 7px;
    }

    /* contacts page */
    .contacts-page #main {
        padding-top: 20px;
    }
    .contacts-page .items-box {
        margin-top: 30px;
    }

    .contacts-grid {
        flex-direction: column;
        margin-bottom: 70px;
    }
    .col-contacts {
        margin: 0 auto 10px;
        max-width: 500px;
    }
    .col-contacts .gps-box {
        margin-bottom: 10px;
    }
    .col-requisites {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
    }
    .contacts-grid .title {
        margin-bottom: 0;
    }
    .col-requisites p {
        margin: 0 0 10px;
    }
    .form {
        min-width: 290px;
        width: 100%;
    }
    .items-box .item {
        padding: 25px 20px;
    }
    .download-list a {
        padding-left: 55px;
    }
    .download-list .data {
        margin-left: 55px;
    }

    /* electronic appeal page */
    .hidden-text-box {
        margin: 40px auto;
    }

    /* domestic market page */
    .domestic-market-page #main {
        padding-top: 20px;
    }
    /* outside market page */
    .outside-market-page #main {
        padding-top: 20px;
    }
    /* providers market page */
    .providers-page #main {
        padding-top: 20px;
    }

}
@media screen and (max-width: 700px) {
    h1, .h1 {
        font-size: 45px;
    }
    h2, .h2 {
        font-size: 35px;
    }
    .quality-system-box .h2 {
        font-size: 35px;
    }
    h3, .h3 {
        font-size: 33px;
    }
    h4, .h4 {
        font-size: 31px;
        margin-top: 65px;
        margin-bottom: 30px;
    }
    /* blockquote */
    blockquote {
        margin: 80px auto 100px;
    }
    blockquote::after {
        width: 420px;
        height: 370px;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    blockquote .quote {
        font-size: 70px;
    }
    blockquote p {
        font-size: 19px;
    }
    blockquote .author {
        margin-top: 30px;
    }

    /* timeline slider */
    .timeline-slider-box {
        margin: 70px 0;
        padding: 50px 0;
    }

    /* index page */
    .parallax-el .p-el {
        transform: scale(.4) !important;
    }
    .parallax-el .p-el.p-el-1 {
        right: -135px;
    }
    .parallax-el .p-el.p-el-2 {
        left: -70px;
    }
    .parallax-el .p-el.p-el-3 {
        right: -50px;
    }
    .parallax-el .p-el.p-el-4 {
        right: -40px;
    }
    .parallax-el .p-el.p-el-5 {
        right: -200px;
    }
    .parallax-el .p-el.p-el-6 {
        left: -75px;
    }
    .parallax-el .p-el.p-el-7 {
        top: 41%;
        right: -200px;
    }
    .parallax-el .p-el.p-el-8 {
        top: 44%;
        right: -70px;
    }
    .parallax-el .p-el.p-el-9 {
        left: -70px;
        top: 44%;
    }
    .parallax-el .p-el.p-el-10 {
        left: -50px;
    }
    .parallax-el .p-el.p-el-11 {
        left: -20px;
    }
    .parallax-el .p-el.p-el-12 {
        top: 62%;
        right: -170px;
    }
    .parallax-el .p-el.p-el-13 {
        left: -60px;
    }
    .parallax-el .p-el.p-el-14 {
        right: -50px;
    }

    .index-page .top-page-logo {
        width: 72.5%;
    }
    .index-page .top-page-box .bg-elem {
        max-width: 100%;
        width: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .index-page .top-page-box .container {
        padding: 120px 0;
    }
    .index-page .top-page-box {
        min-height: 600px !important;
    }
    .index-page .top-bg {
        height: 750px;
    }

    .index-page .info-text {
        font-size: 22px;
    }
    .index-page .info-text.top {
        margin: 80px auto 20px;
    }


    .about-section .about-box .img-box {
        width: 65%;
    }
    .about-section .about-box .text-box {
        margin: 0;
    }

    .slider-section .top-bg {
        top: -670px;
    }
    .products-link-section {
        padding-bottom: 160px;
    }
    .products-link-box .item .title-box span {
        font-size: 25px;
    }
    .products-link-box .item .title-box span svg {
        width: 30px;
        height: 30px;
    }

    .products-slider .swiper-slide .text-box {
        margin-top: 20px;
        margin-right: 0;
    }
    .products-bullets-slider {
        position: relative;
    }
    .products-slider .swiper-slide {
        flex-direction: column;
    }
    .products-slider .swiper-slide .text:last-child {
        padding-bottom: 0;
    }
    .products-bullets-slider {
        margin: 0 auto;
    }
    .slider-section {
        padding-bottom: 70px;
    }

    .bottom-section .bg-img {
        opacity: .5;
    }

    /* products page */
    .products-list {
        margin: 0;
    }
    .products-list .item {
        width: 80%;
        margin: 0 auto 20px;
    }
    .parallax-el .p-el.p-el-16 {
        left: 0;
    }
    .parallax-el .p-el.p-el-17 {
        top: 360px;
        right: 0;
    }
    .parallax-el .p-el.p-el-18 {
        top: 415px;
        right: 8%;
    }
    .pager-box {
        margin-top: 30px;
    }
    /* .products-list-box::after {
		bottom: -180px;
	} */

    /* about page */
    .about-info-box .item {
        margin-bottom: 30px;
    }
    .about-info-box .item .num {
        font-size: 30px;
    }
    .about-info-box .item .num::before {
        width: 70px;
        height: 70px;
        top: -20px;
        left: -30px;
    }
    .about-info-box {
        margin-left: 15px;
        margin-top: 60px;
    }
    .parallax-el .p-el.p-el-24 {
        top: 330px;
        right: -70px;
    }

    /* news page */
    .news-page .news-box {
        margin: 0;
    }
    .news-page .news-box .item {
        width: 80%;
        margin: 0 auto 40px;
    }
    .news-page .bg-img {
        bottom: -9%;
    }


}
@media screen and (max-width: 650px) {
    /* where buy page */
    .items-box {
        margin: 0;
    }
    .items-box .item {
        width: 100%;
        margin: 0 0 20px;
    }
    .shops-box {
        margin: 0;
    }
    .shops-box .item {
        width: 100%;
        margin: 0 0 20px;
    }
    #object-map {
        height: 400px;
    }


    /* news inner page */
    .news-inner-page .bottom-wrap {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 35px;
    }
    .bottom-wrap .share-box {
        margin-left: 0;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .bottom-wrap .share-box > span {
        margin-right: 13px;
    }
    .bottom-wrap .simple-share a {
        width: 30px !important;
        height: 30px !important;
    }

    /* contacts page */
    .map-box {
        height: 400px;
    }



    /*Cookies popup*/

    .cookies-popup .btn{
        min-width: 140px;
        padding-left: 24px;
        padding-right: 24px;
    }

}
@media screen and (max-width: 600px) {
    body {
        font-size: 16px;
    }
    #main {
        padding-top: 0;
        padding-bottom: 100px;
    }
    .top-page-box {
        min-height: 450px;
    }
    .top-bg {
        height: 780px;
        top: -240px;
    }
    .container {
        padding: 0 15px;
    }
    .products-box .container {
        padding: 0 15px;
    }
    .important-text {
        font-size: 19px;
        padding-left: 15px;
    }
    ul li, ol li {
        padding-left: 30px;
    }
    ol ol li {
        padding-left: 40px;
    }
    ol ol {
        /* margin-left: 35px; */
    }
    ol > li:before{
        top: 0;
    }
    ol li .num {
        left: 0;
    }
    ul li {
        background: url(../i/rectangle.svg) no-repeat 0px 9px/12px auto;
    }
    #logo, .sticky-header #logo {
        width: 152px;
    }
    .js-open-search {
        width: 23px;
        height: 23px;
    }
    .js-open-search svg {
        width: 100%;
        height: 100%;
    }
    .header-controls .search-form-box {
        height: 45px;
        padding: 0 25px 0 20px;
        max-width: calc(100% - 75px);
    }
    .header-controls .search-btn {
        min-width: 20px;
        min-height: 20px;
        max-width: 20px;
        max-height: 20px;
    }
    .header-controls .search-btn svg {
        width: 100%;
        height: 100%;
    }
    .header-controls .js-close-search {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 17px;
        min-height: 17px;
        max-width: 17px;
        max-height: 17px;
        margin-left: 20px;
    }
    /* header */
    #header {
        padding: 15px 0;
    }
    .index-page #header {
        padding: 15px 0;
    }
    .sticky-header #header, .sticky-header.index-page #header {
        padding: 15px 0 !important;
    }
    /* nav box */
    .nav {
        padding: 0 24px;
        text-align: left;
    }
    .nav-box .js-close-nav {
        top: 23px;
        right: 20px;
    }
    .nav-box .langs {
        top: 23px;
        right: 75px;
    }

    /* photo gallery box */
    .photo-gallery .item {
        width: 50%;
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .certificates .photo-gallery .item {
        padding: 0 10px;
        margin: 0 0 20px;
    }
    .photo-gallery-box.certificates .photo-gallery {
        margin: 0 -10px;
    }

    /* img left right */
    p img.left, p img.right {
        max-width: 100%;
        width: 100%;
        margin: 10px 0 10px;
    }
    p img.left {
        margin-top: 0;
    }
    .text-img-left {
        margin-top: 0;
    }

    /* table */
    table th, table td {
        padding: 20px;
    }

    /* index page */
    .index-page .top-page-box .bg-elem{
        max-width: 140%;
        width: 140%;
    }
    .index-page .top-bg {
        height: 700px;
    }
    .index-page .top-page-box {
        min-height: 600px !important;
    }
    .index-page .links-wrap {
        flex-direction: column;
        align-items: center;
    }
    .index-page .links-wrap .blob-btn {
        margin: 0 0 16px;
    }

    .index-page .links-wrap .dropdown-list {
        right: 50%;
        bottom: calc(100px - 16px);
        margin-right: -156px;
        z-index: 100;
    }
    .index-page .links-wrap .dropdown-list::before {
        content: none;
    }

    /* products page */
    .parallax-el .p-el.p-el-16 {
        top: 340px;
    }
    .parallax-el .p-el.p-el-17 {
        top: 312px;
    }
    .parallax-el .p-el.p-el-18 {
        top: 355px;
    }

    /* about page */
    .about-company-grid .text-box .important {
        font-size: 20px;
    }

    /* contacts page */
    .contacts-page #main {
        padding-top: 0;
    }
    .col-contacts p {
        font-size: 15px;
    }
    .col-contacts .phone-box a {
        font-size: 15px;
    }
    .contacts-page .download-list li {
        width: 100%;
        margin: 0 0 20px;
    }
    .contacts-grid .title {
        font-size: 1em;
    }
    .col-contacts .address-box .anchor {
        font-size: 15px;
    }
    .contacts-page .download-list {
        padding-top: 30px;
        margin: 50px 0;
    }
    .download-list a .icon {
        top: 0;
    }
    .form .title {
        margin: 0 0 20px;
    }
    .form .field-name {
        font-size: 14px;
    }
    .items-box .item a {
        font-size: 15px;
    }
    .download-list a span {
        font-size: 15px;
    }

    /* electronic appeal page */
    .electronic-appeal-page #main {
        padding-top: 0;
    }

    /* search result page */
    .search-result-page #main {
        padding-top: 10px;
    }
    .search-result-page #main .search-results-list li {
        padding-left: 30px;
    }
    .search-result-page #main .form-control {
        padding: 13px 50px 13px 20px;
    }
    .search-result-page #main .search-btn {
        right: 20px;
        height: 20px;
        width: 20px;
        margin-top: -10px;
    }
    .search-result-page #main .search-btn svg {
        width: 100%;
        height: auto;
    }
    .search-result-page #main .results-count {
        margin: 8px 0 8px 20px;
    }
    .search-result-page #main .search-results-list {
        margin-top: 30px;
    }
    .search-result-page #main .search-results-list li p {
        margin-top: 8px;
    }

    /* error page */
    .error-page .sub-box .text {
        margin-top: 0;
    }
    .error-page #all {
        padding-top: 65px;
    }

    /* providers page */
    .providers-page #main {
        padding-top: 0;
    }
    /* outside market page */
    .outside-market-page #main {
        padding-top: 0;
    }
    /* domestic market page */
    .domestic-market-page #main {
        padding-top: 0;
    }
    /*Cookies*/
    .cookies-page .top-page-box h1{
        margin-top: 42px;
    }
    .cookies-content p{
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .cookies-content h6, .cookies-content .h6{
        margin: 40px auto 14px;
    }
    .cookies-content li{
        margin: 0 0 24px;
    }
    .cookies-content li .large-size + .inline-radios{
        margin-top: 14px;
    }
    .inline-radios{
        margin: 10px -32px -10px 0;
    }
    .inline-radios .radio-item{
        margin: 0 32px 10px 0;
    }
    .inline-radios.centered{
        margin: 40px auto 0;
    }
    .inline-radios.centered .radio-item{
        margin: 0 16px 10px;
    }
    .inline-radios.centered + .btn{
        margin: 32px auto 0;
    }

}
@media screen and (max-width: 500px){
    .header-controls > * {
        margin-left: 30px;
    }
    .header-controls .search-form-box {
        right: 10px;
        max-width: calc(100% - 20px);
    }
    .header-controls .search-form-box {
        overflow: hidden;
    }
    .header-controls .search-form-box .search-form .form-control {
        padding: 0;
    }

    /* blockquote */
    blockquote {
        margin: 50px auto 60px;
    }
    blockquote::after {
        width: 350px;
        height: 300px;
    }
    blockquote p {
        font-size: 17px;
    }

    /* index page */
    .parallax-el .p-el.p-el-1 {
        right: -85px;
        top: 7.5%;
    }
    .parallax-el .p-el.p-el-3 {
        display: none;
    }
    .parallax-el .p-el.p-el-4 {
        display: none;
    }
    .parallax-el .p-el.p-el-5 {
        top: 17%;
    }
    .parallax-el .p-el.p-el-6 {
        top: 33%;
    }
    .parallax-el .p-el.p-el-7 {
        display: none;
    }
    .parallax-el .p-el.p-el-8 {
        display: none;
    }
    .parallax-el .p-el.p-el-9 {
        display: none;
    }
    .parallax-el .p-el.p-el-10 {
        display: none;
    }
    .parallax-el .p-el.p-el-11 {
        display: none;
    }
    .parallax-el .p-el.p-el-12 {
        top: 60%;
    }


    .top-info-section {
        margin-top: 10px;
    }

    .index-page .info-text {
        font-size: 19px;
    }
    .index-page .info-text.top {
        margin: 40px auto 20px;
    }

    .products-link-section {
        padding-top: 110px;
        padding-bottom: 120px;
    }
    .products-link-box .item:first-child .img-box {
        width: 69%;
    }
    .products-link-box .item:nth-child(2) .img-box {
        width: 67%;
    }
    .products-link-box .item:nth-child(3) .img-box {
        width: 70%;
    }
    .products-link-box .item:not(:last-child) {
        margin-bottom: 80px !important;
    }
    .products-link-box .item .title-box {
        margin-top: 15px;
    }
    .products-link-box .item .title-box span {
        font-size: 22px;
        flex-direction: column;
    }
    .products-link-box .item .title-box span svg {
        margin-left: 0;
        margin-top: 10px;
    }

    .slider-section .top-bg {
        top: -630px;
    }

    .about-section .about-box .img-box {
        width: 80%;
    }

    /* footer */
    #footer {
        padding-top: 47px;
    }
    .copy {
        margin-bottom: 36px !important;
    }
    #footer .social-links {
        margin-top: 32px;
    }
    .footer-wrap {
        margin-top: 74px;
    }
    .footer-slider {
        margin-bottom: 45px;
    }

    /* products page */
    .products-list .item {
        width: 100%;
    }
    .products-list .item .img-box {
        /* height: 260px; */
    }
    .products-list .item .img-box img {
        max-width: 100%;
        /* max-width: 100px;
		max-height: 170px; */
    }
    .info-box-hover, .storage-info-box, .packing-info-box {
        padding: 0 13px 25px;
    }
    .products-list-box .dropdown-box {
        top: 30px;
    }

    /* news page */
    .news-page .news-box .item {
        width: 100%;
        margin-bottom: 30px;
    }

    /* contacts page */
    .where-buy-page .filter-box .heading-list li a, .news-page .filter-box .heading-list li a, .contacts-page .filter-box .heading-list li a {
        font-size: 16px;
    }
    .where-buy-page .filter-box .current-heading, .news-page .filter-box .current-heading, .contacts-page .filter-box .current-heading {
        font-size: 16px;
        padding: 6px 40px 6px 15px;
    }
    .heading-list li a {
        padding: 12px 15px;
    }

    .form {
        padding: 30px 10px 40px;
    }
    .items-box .item {
        padding: 20px 16px;
    }

    /* electronic appeal page */
    .electronic-appeal-grid .form {
        padding: 30px 10px 30px;
    }
    .form .field {
        margin-bottom: 13px !important;
    }

    /* error page */
    .error-page .sub-box .num {
        font-size: 40vw;
    }
    .error-page .left-elem {
        top: 0;
    }
    .error-page .right-elem {
        top: -15%;
    }

    /* outside market page */
    .outside-market-page .form {
        padding: 30px 10px 30px;
    }
    .form .field-name {
        margin-left: 0 !important;
    }

    /* domestic market page */
    .domestic-market-page .form {
        padding: 30px 10px 30px;
    }
}
@media screen and (max-width: 470px){
    /*Cookies popup*/
    .cookies-popup{
        font-size: 16px;
    }
    .cookies-popup .btns-box{
        flex-wrap: wrap;
        margin: 18px -10px 0;
    }
    .cookies-popup .btn{
        min-width: 0;
        margin: 0 8px;
        padding-left: 0;
        padding-right: 0;
        width: calc(50% - 16px);
    }
    .cookies-popup a{
        display: table;
        margin: 18px 32px 0;
    }
}

@media screen and (max-width: 450px) {
    h1, .h1 {
        font-size: 10vw;
    }
    h2, .h2 {
        font-size: 30px;
        margin-top: 55px;
        margin-bottom: 35px;
    }
    .quality-system-box .h2 {
        font-size: 30px;
        margin-top: 55px;
        margin-bottom: 35px;
    }
    h3, .h3 {
        font-size: 28px;
        margin-top: 50px;
        margin-bottom: 35px;
    }
    h4, .h4 {
        font-size: 26px;
        margin-top: 45px;
        margin-bottom: 25px;
    }
    h5, .h5 {
        font-size: 24px;
        margin-top: 45px;
        margin-bottom: 25px;
    }
    h6, .h6 {
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .top-page-box .container {
        padding-top: 90px;
        padding-bottom: 140px;
    }
}
@media screen and (max-width: 400px){
    .index-page .top-page-box ~ .top-bg {
        top: 0;
        height: 570px;
    }
    .index-page .top-page-box {
        min-height: 500px !important;
    }

    .index-page .links-wrap .dropdown-list {
        right: 0;
        max-width: 100%;
        margin-right: 0;
    }

    /* about page */
    .about-info-box {
        margin-left: 0;
    }
    .about-info-box .item .num {
        font-size: 26px;
    }
    .about-info-box .item .num::before {
        width: 60px;
        height: 60px;
        top: -16px;
        left: -20px;
    }

    /* electronic appel page */
    .upload-box .formats {
        margin-top: 0 !important;
    }

    /* error page */
    .error-page .sub-box .text {
        font-size: 22px;
    }
    .error-page .sub-box a {
        font-size: 14px;
    }
}


/*Foreign plugins*/
/* Light gallery */
@font-face{
    font-family: 'lg';
    src: url('../fonts/lg.eot');
    src: url('../fonts/lg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lg.woff') format('woff'),
    url('../fonts/lg.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
.lg-icon{
    font-family: 'lg';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev{
    background: rgba(28, 39, 49, 1);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled{
    pointer-events: none;
    opacity: .5;
}
.lg-actions .lg-next{
    right: 20px;
}
.lg-actions .lg-next:before{
    content: "\e095";
    transition: all .2s ease;
}
.lg-actions .lg-prev{
    left: 20px;
}
.lg-actions .lg-prev:after{
    content: "\e094";
    transition: all .2s ease;
}
.lg-actions .lg-next:hover:before, .lg-actions .lg-prev:hover:after{
    opacity: .5;
}
@-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(28, 39, 49, 1);
    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;
    border: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.visually-impaired.color-scheme3 .lg-toolbar .lg-icon:after, .visually-impaired.color-scheme3 .lg-toogle-thumb.lg-icon:after, .visually-impaired.color-scheme3 .lg-actions .lg-icon:after, .visually-impaired.color-scheme3 .lg-actions .lg-icon:before, .visually-impaired.color-scheme3 #lg-counter, .visually-impaired.color-scheme3 #lg-counter span{
    color: #fff !important;
}
.lg-toolbar .lg-icon:hover{
    color: #fff !important;
    opacity: .5;
}
.lg-toolbar .lg-close:after{
    content: "\e070";
}
.lg-toolbar .lg-download:after{
    content: "\e0f2";
    background: none;
}
.lg-sub-html{
    background-color: rgba(0, 0, 0, .45);
    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{
    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;
    font-size: 17px;
    padding: 9px 0 0 15px;
    vertical-align: middle;
}
.visually-impaired.middle-size #lg-counter{
    padding-top: 5px;
}
.visually-impaired.large-size #lg-counter{
    padding-top: 0;
}
.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;
    border-radius: 10px;
}
.lg-outer .lg-thumb-outer{
    background: rgba(28, 39, 49, 1);
    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);
}
.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;
}
.visually-impaired.color-scheme3 .lg-outer .lg-thumb-item{
    border-color: #fff !important;
}
.lg-outer .lg-thumb-item.active{
    border-color: rgba(255, 255, 255, .3);
}
.visually-impaired .lg-outer .lg-thumb-item.active{
    border-color: rgba(0, 0, 0, .3) !important;
}
.visually-impaired.color-scheme2 .lg-outer .lg-thumb-item.active, .visually-impaired.color-scheme3 .lg-outer .lg-thumb-item.active{
    border-color: rgba(255, 255, 255, .5) !important;
}
.lg-outer .lg-thumb-item img{
    min-width: 96px;
    min-height: 76px;
    max-width: 120%;
    opacity: 1;
}
.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(28, 39, 49, 1);
    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;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.lg-outer .lg-toogle-thumb:after{
    content: "\e1ff";
    transition: all .2s ease;
}
.lg-outer .lg-toogle-thumb:hover:after{
    opacity: .5;
}
.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-icon.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/loader.svg") no-repeat 50% 50%;
    display: none !important;
}
.visually-impaired .lg-outer .lg-item{
    background-image: url("../i/loader-color-scheme1.svg");
}
.visually-impaired.color-scheme2 .lg-outer .lg-item{
    background-image: url("../i/loader-color-scheme2.svg");
}
.visually-impaired.color-scheme3 .lg-outer .lg-item{
    background-image: url("../i/loader-color-scheme3.svg");
}
.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: 55px 5px 8px;
}
.lg-outer.lg-thumb-open .lg-img-wrap{
    padding-bottom: 108px;
}
.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;
}
.visually-impaired.color-scheme2 .lg-backdrop{
    background: rgba(255, 255, 255, .95);
}
.visually-impaired.color-scheme3 .lg-backdrop{
    background: rgba(183, 220, 253, .85);
}
.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;
}

/*Share box*/
.simple-share{
    display: flex;
    align-items: center;
}
.simple-share a{
    position: relative;
    text-decoration: none !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    background: none !important;
    margin-right: 0;
    margin-left: 9px;
}
.simple-share a svg{
    width: 100%;
    height: 100%;
}
.share-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #09152D;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .5s ease;
}
.no-touchevents .simple-share a:hover {
    opacity: .7 !important;
}
.simple-share a:first-child{
    margin-left: 0;
}
.share-icon .share {
    display: block;
    transition: all .3s ease;
}
.share-icon .close {
    display: none;
    transition: all .3s ease;
}

/* Swiper */
.swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}
.swiper-slide{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    min-height: auto;
}
.grab-cursor-activate .swiper-slide{
    user-select: none;
}
.grab-cursor-activate .swiper-slide .img{
    pointer-events: none;
}
.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper{
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container .swiper-notification{
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide{
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide{
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active{
    pointer-events: auto;
}
.swiper-pagination{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 0;
    margin:0;
}
.swiper-pagination.hidden{
    display: none;
}
.swiper-pagination .swiper-pagination-bullet{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 24px;
    height: 24px;
    margin: 0 5px 6px;
    cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet-active{
    cursor: default;
}
.swiper-pagination .swiper-pagination-bullet:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #00A3A6;
    border-radius: 110%;
    transition: background .2s ease;
}
.swiper-pagination .swiper-pagination-bullet-active:before{
    width: 10px;
    height: 10px;
    background: #00A3A6;
}
.no-touchevents .swiper-pagination .swiper-pagination-bullet:hover:before{
    background: #00A3A6;
}
.swiper-pagination .swiper-pagination-bullet-active:after{
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #00A3A6;
    border-radius: 110%;
}
.swiper-pagination-lock, .swiper-button-lock{
    display: none !important;
}
.swiper-btns-box{
    display: flex;
    align-items: flex-start;
}
.swiper-btn{
    display: flex;
    align-items: center;
    line-height: 0;
    width: 22px;
    height: 42px;
    margin: 0;
    transition: opacity .3s ease;
    cursor: pointer;
}
.swiper-button-disabled{
    opacity: .4;
    cursor: default;
}


/*Select*/
.select2-container{
    position: relative;
    z-index: 2;
    display: block;
    margin: 0;
}
.select + .select2-container{
    width: 280px !important;
}
.select2-container .select2-selection--single{
    cursor: pointer;
    display: block;
    background: #fff;
    border: 1px solid #D7DBE0;
    border-radius: 0;
    width: 280px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
/*.select2-container.select2-container--open{
	z-index: 10000;
	}*/
.select2-container.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom-color: #13AD68;
}
.select2-container.select2-container--open.select2-container--above .select2-selection--single{
    border-top-color: #13AD68;
}
.error-field .select2-container .select2-selection--single{
    border-color: #E12631;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    position: relative;
    display: block;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    color: #3A3D47;
    padding: 11px 19px 11px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear{
    position: relative;
}
.select2-container .select2-selection--multiple{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 39px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline{
    float: left;
    padding: 0;
    margin: 0;
    background: none;
}
.select2-container .select2-search--inline .select2-search__field{
    border: none;
    font-size: 100%;
    margin: 0;
    padding: 0 13px;
    height: 39px;
    line-height: 39px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
.select2-dropdown{
    display: block;
    position: absolute;
    z-index: 10000;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #D9DFE2;
    border-top-color: #13AD68;
}
.select2-dropdown--above.select2-dropdown{
    border-top-color: #D9DFE2;
    border-bottom-color: #13AD68;
}
.select2-results{
    display: block;
}
.select2-results__options{
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    color: #3A3D47;
    padding: 13px 15px 14px;
    margin: 0;
    background: #fff;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}
.select2-results__option:last-child{
    border: none;
}
.no-touchevents .select2-results__option:not([aria-selected=true]):hover{
    color: #13AD68;
    background: rgb(245, 245, 245);
}
.select2-search--dropdown{
    display: block;
    padding: 4px 14px;
    margin: 6px 0;
}
.select2-search--dropdown .select2-search__field{
    height: 32px;
    padding: 4px 34px 4px 14px;
    width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide{
    display: none;
}
.select2-close-mask{
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible{
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    position: absolute;
    top: -4px;
    right: -10px;
    bottom: 1px;
    /* width: 48px; */
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    position: absolute;
    top: 21px;
    right: 26px;
    width: 18px;
    height: 11px;
    background: url("../i/select-arrow.svg") no-repeat 0 0/18px auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    transform: scaleY(-1);
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    color: #35A3A7;
    background: #f9fbfd;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
    display: none;
}
.select2-container--default .select2-selection--multiple{
    background: #fff;
    border: 1px solid #d4d4d4;
    cursor: text;
}
.select2-container--focus.select2-container--default .select2-selection--multiple{
    border-color: #acacac;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 3px;
    width: 100%;
    min-height: 39px;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder, .select2-selection__placeholder{
    position: relative;
    text-overflow: ellipsis;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    color: #3A3D47;
    margin: 0;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    position: relative;
    font-size: 14px;
    background: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 2px;
    cursor: default;
    float: left;
    margin: 4px;
    padding: 0 28px 0 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #999;
    cursor: pointer;
    position: absolute;
    font-size: 22px;
    top: 50%;
    width: 20px;
    height: 20px;
    line-height: 22px;
    right: 4px;
    font-weight: bold;
    margin: -10px 0 0;
    text-align: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #D7DBE0;
}
.select2-container--default .select2-search--inline .select2-search__field{
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options{
    max-height: 9rem;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group]{
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true]{
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    color: #13AD68;
    cursor: default;
}
.select2-container--default .select2-results__option .select2-results__option{
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__group{
    cursor: default;
    display: block;
    padding: 6px;
}
.popup .select + .select2-container{
    width: 330px !important;
}
.popup .select2-container .select2-selection--single{
    width: 330px;
}
.popup .select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 25px;
}
.popup .select2-container .select2-selection--single {
    background: #F8F9FA;
}
.opened-popup .select2-container--open {
    z-index: 100000 !important;
}
/* .select2-results__options {
    height: auto;
    overflow-y: auto;
} */

/* Timepicker */
.xdsoft_datetimepicker{
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border: 1px solid #E9E9E9;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 44px 53px 34px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl{
    padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button{
    border: none !important;
}
.xdsoft_noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.xdsoft_noselect::selection{
    background: transparent
}
.xdsoft_noselect::-moz-selection{
    background: transparent
}
.xdsoft_datetimepicker *{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker{
    display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active{
    display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
    width: 100%;
    float: left;
    margin: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{
    float: right;
    margin-right: 8px;
    margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{
    width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker{
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{
    float: right;
    margin-right: 8px;
    margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker{
    margin-top: 8px;
    margin-bottom: 3px
}
.xdsoft_datetimepicker .xdsoft_mounthpicker{
    position: relative;
    text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i{
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev{
    float: left;
    background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button{
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next{
    float: right;
    background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button{
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{
    float: none;
    margin-left: 0;
    margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div{
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child{
    border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label{
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span{
    text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i{
    opacity: 1.0;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select{
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{
    right: -7px
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{
    right: 2px
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
    color: #fff;
    background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option{
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month{
    width: 100px;
    text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar{
    clear: both;
}
.xdsoft_datetimepicker .xdsoft_year{
    display: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar table{
    border-collapse: collapse;
    width: 100%;
    border: none;
    border-top: 1px solid #E9E9E9;
    margin-top: 11px;
}
/* .xdsoft_datetimepicker .xdsoft_calendar td > div{
	padding-right: 0;
	} */
.xdsoft_datetimepicker .xdsoft_calendar th{
    height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th{
    background: none;
    border: none;
    /* color: #666; */
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 38px;
}
.xdsoft_datetimepicker .xdsoft_calendar td div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #4D515C;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{
    width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th{
    background: none;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{
    color: #3af;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current{
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled{
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover{
    color: #DD3740 !important;
    background: none !important;
    box-shadow: none !important;
    border: 2px solid #DD3740;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover{
    background: #3af !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover{
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th{
    text-align: center;
    cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright{
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a{
    color: #eee !important
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover{
    color: #aaa !important
}
.xdsoft_time_box{
    position: relative;
    border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller{
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}
.xdsoft_scrollbar{
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{
    left: 0;
    right: auto;
}
.xdsoft_scroller_box{
    position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark{
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{
    border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div{
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{
    background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select{
    border: 1px solid #333;
    background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
    color: #000;
    background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{
    background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{
    color: #c50;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current{
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover{
    color: #000 !important;
    background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{
    color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{
    color: #333 !important
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{
    color: #111 !important
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{
    color: #555 !important
}
.xdsoft_dark .xdsoft_time_box{
    border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller{
    background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected{
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button{
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
    /* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span{
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #fff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
    /* IE6-9 */
}
.events-calendar-box{
    border: none !important;
}
.events-calendar-box .xdsoft_datetimepicker{
    padding: 0;
    border: none;
}
.events-calendar-box .xdsoft_datetimepicker .xdsoft_datepicker{
    height: 100%;
}
.events-calendar-box .xdsoft_datetimepicker .xdsoft_calendar{
    height: calc(100% - 38px);
}
.xdsoft_datetimepicker.xdsoft_inline{
    display: inline-block;
    position: static;
    /* height: 100%; */
    box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_monthpicker{
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    margin-left: -8px;
    width: 180px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_today_button{
    display: none;
}
.xdsoft_datetimepicker .xdsoft_monthpicker button{
    z-index: 2;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    transition: all .3s ease;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev {
    background: url("../i/calendar-arr-prev.svg") no-repeat center center;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next{
    background: url("../i/calendar-arr-next.svg") no-repeat center center;
    left: auto;
    right: 0;
}
.xdsoft_datetimepicker .xdsoft_month{
    width: 100px;
    text-align: right;
}
.xdsoft_datetimepicker .xdsoft_label{
    display: inline;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background: transparent;
    float: none;
    width: 182px;
    text-align: center;
    cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label i{
    display: none;
}
.xdsoft_datetimepicker .xdsoft_label > span{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    color: #4D515C;
    text-decoration: none !important;

}
.events-calendar-box .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_monthselect, .events-calendar-box .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_yearselect{

    display: none !important;

}
.events-calendar-box .xdsoft_datetimepicker .xdsoft_calendar table{
    position: relative;
    /*height: 100%;*/
}
.xdsoft_datetimepicker .xdsoft_calendar tr:nth-child(2n+1){
    background: none;
}
.xdsoft_datetimepicker .xdsoft_calendar thead tr{

    background: none !important;

}
.events-calendar-box .xdsoft_datetimepicker .xdsoft_calendar thead th{
    color: #000 !important;
    font-size: 15px;
    background: none !important;
    border: none;
}
.xdsoft_datetimepicker .xdsoft_calendar tr td.xdsoft_other_month{
    background-color: none;;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled{
    opacity: .5;
    cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar thead tr {
    display: flex;
    justify-content: space-between;
    margin: 8px 0 10px;
}
.xdsoft_datetimepicker .xdsoft_calendar thead tr th {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 36px;
}
.xdsoft_datetimepicker .xdsoft_calendar tbody tr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 13px;
}
.xdsoft_datetimepicker .xdsoft_calendar tbody tr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar tr td{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 19px;
    line-height: 0.84em;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4D515C;
    background: none !important;
    border: 1px solid #E6E7EA;
    cursor: default;
    line-height: 1em;
    text-align: center;
    box-shadow: none !important;
    width: 50px;
}

.xdsoft_datetimepicker .xdsoft_other_month {
    border: none !important;
    color: #BCBCBC;
}
.xdsoft_datetimepicker .xdsoft_today div {
    background: #0F9A4B !important;
    border-color: #0F9A4B;
    color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current{
    font-weight: 400;
    color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar tr td.has-event div{
    color: #0F9A4B;
    padding: 0;
    background: rgba(15, 154, 75, 0.1);
    cursor: pointer;
    transition: all .2s ease;
}
.no-touchevents .xdsoft_datetimepicker .xdsoft_calendar tr td.has-event div:hover{
    opacity: .7;
}
@media screen and (max-width: 1450px) {
    .popup .select-box .field {
        margin-bottom: 9px;
    }
}
@media screen and (max-width: 700px) {
    .popup .select + .select2-container{
        width: 100% !important;
    }
    .popup .select2-container .select2-selection--single{
        width: 100% !important;
    }
    .popup .select2-container--default .select2-selection--multiple .select2-selection__placeholder, .popup .select2-selection__placeholder {
        font-size: 13px;
    }
    .opened-popup *:not(.event-box) .select2-results__option {
        font-size: 13px;
        padding: 7px;
    }
    .popup .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
        padding: 7px;
        padding-right: 35px;
    }
    .popup .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 17px;
    }
}
@media screen and (max-width: 600px) {
    .select + .select2-container{
        width: 100% !important;
    }
    .select2-container .select2-selection--single{
        width: 100% !important;
    }
    .event-box .required .field-name {
        font-size: 14px;
        margin-bottom: 7px;
    }
}

/*File upload*/
.upload-box{
    margin: 40px 0;
    line-height: 0;
}
.field .upload-box{
    max-width: 100%;
    margin: 0;
}
.fileinput-wrapper{
    position: relative;
    z-index: 1;
    display: block;
    line-height: 0;
    text-align: left;
}
.fileinput{
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.fileinput input[type=file], .fileinput input[type=file]:focus, .fileinput input[type=file]:hover{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    outline: 0 !important;
    cursor: pointer;
}
.upload-btn, .fileinput-name{
    position: relative;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    height: 27px;
    margin: 0 0 -10px;
    overflow: hidden;
    cursor: pointer;
    transition: color .2s ease;
}
.no-touchevents .upload-btn:hover{
    color: #AA091C;
}
.upload-btn > span{
    position: relative;
    z-index: 11;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 42px;
    font-weight: 600;
    font-size: 0.7777777777777778em;
    line-height: 1.71em;
    color: #585F65;
}
.upload-btn > span::after{
    content: '';
    position: absolute;
    left: 42px;
    bottom: -2px;
    right: 0;
    border-bottom: 1px dashed #687286;
    transition: border .3s ease;
}
.file-selected .upload-btn{
    display: none;
}
.upload-btn:before, .fileinput-name .close{
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: url("../i/fileinput-icon.svg") no-repeat 0 0;
    background-size: contain;

}
.upload-btn:hover:before{
    transform: rotate(180deg);
    transition: transform .3s ease;
}
.fileinput-name .close:hover{
    transform: rotate(225deg);
    transition: transform .3s ease;
}
.no-touchevents .upload-btn:hover > span::after {
    border-color: transparent;
}
.fileinput-name .close {
    transform-origin: center center;
    transform: rotate(45deg);
}
.fileinput-name{
    display: block;
    font-weight: 400;
    font-size: 0.7777777777777778em;
    width: 100%;
    padding-top: 4px;
    padding-left: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}
.file-selected {
    width: 100%;
}

.upload-box .formats{
    position: relative;
    z-index: 2;
    font-weight: 300;
    font-size: 0.7777777777777778em;
    line-height: 1.4em;
    color: #8B8B83;
    margin: 2px 0 0 4px;
}
.upload-box .file-selected + .formats, .upload-box .error-field-text + .formats{
    visibility: hidden;
    position: absolute;
}
.upload-box .error-field-text{
    margin-bottom: 0;
}
