@charset "UTF-8";

@font-face{
    font-family: 'fontello';
    src: url("../fonts/fontello.eot?71691842");
    src: url("../fonts/fontello.eot?71691842#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?71691842") format("woff2"), url("../fonts/fontello.woff?71691842") format("woff"), url("../fonts/fontello.ttf?71691842") format("truetype"), url("../fonts/fontello.svg?71691842#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
    }
[class^="icon-"]:before,
[class*=" icon-"]:before{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.icon-attach:before{
    content: '\e800';
    }
.icon-instagram:before{
    content: '\f16d';
    }
.icon-vkontakte:before{
    content: '\f189';
    }
.icon-odnoklassniki:before{
    content: '\f263';
    }
.icon-facebook:before{
    content: '\f09a';
    }
main p{
    font-size: 16px;
    color: #081d38;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 21px;
    }
main p:not(.left .right):after{
    content: '';
    display: table;
    clear: both;
    }
main p:last-child{
    margin-bottom: 0;
    }
main p.important:first-child{
    margin-top: 10px;
    }
main p.important{
    background-color: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    border-left: 5px solid #0c5dc5;
    padding: 14px 18px 18px;
    margin-bottom: 30px;
    margin-top: 30px;
    }
.rtl main p.important{
    border: none;
    border-right: 5px solid #0c5dc5;
    }
main p a{
    color: #2c5eae;
    text-decoration: none;
    transition: all .2s;
    }
.no-touchevents main p a:hover{
    color: #7f90ab;
    }
main p a[href^="tel"]{
    color: inherit;
    }
.no-touchevents main p a[href^="tel"]:hover{
    opacity: .75;
    color: inherit;
    }
main p img{
    margin-bottom: 0 !important;
    }
main hr{
    clear: both;
    width: 100%;
    margin: 30px 0;
    }
main h2{
    color: #081d38;
    font-size: 30px;
    font-weight: 400;
    clear: both;
    margin: 36px 0 34px;
    }
main h3{
    color: #081d38;
    font-size: 28px;
    clear: both;
    font-weight: 400;
    margin: 37px 0 26px;
    }
main h4{
    clear: both;
    color: #081d38;
    font-size: 26px;
    font-weight: 400;
    margin: 40px 0 27px;
    }
main h5{
    color: #081d38;
    clear: both;
    font-size: 24px;
    font-weight: 400;
    margin: 40px 0 26px;
    }
main h6{
    clear: both;
    color: #081d38;
    font-size: 22px;
    font-weight: 400;
    margin: 40px 0 27px;
    }
main ul{
    margin-bottom: 20px;
    }
main ul li{
    font-size: 16px;
    color: #081d38;
    font-weight: 400;
    line-height: 1.75em;
    padding-left: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
    }
.rtl main ul li{
    padding-left: 0;
    padding-right: 30px;
    }
main ul li:last-child{
    margin-bottom: 0;
    }
main ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0c5dc5;
    position: absolute;
    left: 0;
    border-radius: 50%;
    box-sizing: border-box;
    top: 12px;
    }
.rtl main ul li:before{
    left: auto;
    right: 0;
    }
main ul li a[href^="tel"]{
    color: inherit;
    }
.no-touchevents main ul li a[href^="tel"]:hover{
    opacity: .75;
    color: inherit;
    }
main ul li ol,
main ul li ul{
    margin-top: 8px;
    margin-bottom: 8px;
    }
main ul li a{
    color: #2c5eae;
    text-decoration: none;
    transition: all .2s;
    }
.no-touchevents main ul li a:hover{
    color: #7f90ab;
    }
main ol{
    counter-reset: myCounter;
    margin-bottom: 20px;
    }
main ol li{
    list-style: none;
    font-size: 16px;
    color: #081d38;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.75em;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
    }
.rtl main ol li{
    padding-left: 0;
    padding-right: 30px;
    }
main ol li:last-child{
    margin-bottom: 0;
    }
main ol li:before{
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    font-size: 16px;
    font-weight: 400;
    color: #081d38;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    }
.rtl main ol li:before{
    left: auto;
    right: 0;
    }
main ol li a[href^="tel"]{
    color: inherit;
    }
.no-touchevents main ol li a[href^="tel"]:hover{
    opacity: .75;
    color: inherit;
    }
main ol li ol,
main ol li ul{
    margin-top: 8px;
    margin-bottom: 8px;
    }
main ol li a{
    color: #2c5eae;
    text-decoration: none;
    transition: color .2s;
    }
.no-touchevents main ol li a:hover{
    color: #7f90ab;
    }
blockquote{
    margin: 0 0 20px;
    padding: 0 25px;
    }
blockquote p{
    margin-bottom: 5px;
    font-style: italic;
    color: #081d38;
    font-size: 20px;
    line-height: 1.6em;
    }
blockquote p:first-child{
    position: relative;
    }
blockquote p:first-child:before{
    position: absolute;
    left: -25px;
    content: '«';
    display: inline-block;
    vertical-align: baseline;
    top: -4px;
    color: #0c5dc5;
    font-style: normal;
    font-size: 38px;
    font-weight: 400;
    }
.rtl blockquote p:first-child:before{
    left: auto;
    right: -25px;
    }
blockquote p:first-child:after{
    position: absolute;
    content: '»';
    display: inline-block;
    vertical-align: baseline;
    color: #0c5dc5;
    font-style: normal;
    font-size: 38px;
    font-weight: 400;
    margin-top: -3px;
    margin-left: 5px;
    }
.rtl blockquote p:first-child:after{
    margin-left: 0;
    margin-right: 5px;
    }
blockquote p.author{
    color: #7f90ab;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    }
table{
    border-collapse: collapse;
    }
table tr th{
    color: #081d38;
    font-size: 14px;
    padding: 16px 20px 18px;
    font-weight: 600;
    line-height: 1.625em;
    text-align: left;
    border: 1px solid #d1d9e4;
    }
.rtl table tr th{
    text-align: right;
    }
table tr td{
    padding: 16px 20px 18px;
    color: #081d38;
    font-size: 14px;
    line-height: 1.625em;
    vertical-align: top;
    border: 1px solid #d1d9e4;
    }
table tr td p{
    color: #081d38;
    font-size: 14px;
    line-height: 1.625em;
    }
table tr td a{
    color: #2c5eae;
    text-decoration: none;
    transition: all .2s;
    }
.no-touchevents table tr td a:hover{
    color: #7f90ab;
    }
.content{
    max-width: 1070px;
    margin: 0 auto;
    padding: 40px 20px;
    }
.content:after{
    content: '';
    display: table;
    clear: both;
    }
.content img{
    height: auto;
    margin-bottom: 23px;
    max-width: 100%;
    }
.content .table-wrap{
    margin-bottom: 30px;
    overflow-y: auto;
    }
.content .table-wrap table{
    min-width: 700px;
    }
.content .left-box{
    float: left;
    background-color: #0c5dc5;
    width: 400px;
    max-width: 50%;
    padding: 20px 30px;
    margin: 0 20px 20px 0;
    position: relative;
    top: 7px;
    }
.rtl .content .left-box{
    float: right;
    margin: 0 0 20px 20px;
    }
.content .left-box p{
    color: white;
    line-height: 1.63em;
    font-size: 22px;
    font-weight: 300;
    }
.content .right-box{
    float: right;
    background-color: #0c5dc5;
    width: 400px;
    max-width: 50%;
    padding: 20px 30px;
    margin: 0 0 20px 20px;
    position: relative;
    top: 7px;
    }
.rtl .content .right-box{
    float: left;
    margin: 0 20px 20px 0;
    }
.content .right-box p{
    color: white;
    line-height: 1.63em;
    font-size: 22px;
    font-weight: 300;
    }
.content .two-col{
    font-size: 0;
    margin: 0 -20px 40px;
    }
.content .two-col .col{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 20px;
    }
.content .two-col .col .important{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    }
.content .two-col .col h2:first-child,
.content .two-col .col h3:first-child,
.content .two-col .col h4:first-child,
.content .two-col .col h5:first-child,
.content .two-col .col h6:first-child{
    margin-top: 0;
    }
.content .two-col .col:last-child{
    margin-bottom: 0;
    }
.select2-container{
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    }
.select2-container .select2-selection--single{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    }
.select2-container .select2-selection--single .select2-selection__rendered{
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.select2-container .select2-selection--single .select2-selection__clear{
    position: relative;
    }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
    padding-right: 8px;
    padding-left: 20px;
    }
.select2-container .select2-selection--multiple{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    }
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.select2-container .select2-search--inline{
    float: left;
    }
.select2-container .select2-search--inline .select2-search__field{
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
    }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance: none;
    }
.select2-dropdown{
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    }
.select2-results{
    display: block;
    }
.select2-results__options{
    list-style: none;
    margin: 0;
    padding: 0;
    }
.select2-results__option{
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    }
.select2-results__option[aria-selected]{
    cursor: pointer;
    }
.select2-container--open .select2-dropdown{
    left: 0;
    }
.select2-container--open .select2-dropdown--above{
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }
.select2-container--open .select2-dropdown--below{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
.select2-search--dropdown{
    display: block;
    padding: 4px;
    }
.select2-search--dropdown .select2-search__field{
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    }
.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{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    }
.usual-select .select2-container--default .select2-selection--single{
    border-color: #c1ccdc;
    border-radius: 0;
    }
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #444;
    line-height: 28px;
    }
.usual-select .select2-container .select2-selection--single{
    height: 46px;
    }
.usual-select .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #081d38;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
    padding-left: 10px;
    padding-right: 48px;
    }
.select2-container--default .select2-selection--single .select2-selection__clear{
    cursor: pointer;
    float: right;
    font-weight: bold;
    }
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #999;
    }
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    }
.usual-select .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
    right: 15px;
    }
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    }
.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{
    background-color: #eee;
    cursor: default;
    }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
    display: none;
    }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    }
.select2-container--default .select2-selection--multiple{
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    }
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    list-style: none;
    }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{
    color: #999;
    margin-top: 5px;
    float: left;
    }
.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{
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    }
.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{
    border: solid black 1px;
    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-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #aaa;
    }
.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: 200px;
    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]{
    background-color: #ddd;
    }
.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__option--highlighted[aria-selected]{
    background-color: #5897fb;
    color: white;
    }
.select2-container--default .select2-results__group{
    cursor: default;
    display: block;
    padding: 6px;
    }
.select2-container--classic .select2-selection--single{
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    }
.select2-container--classic .select2-selection--single:focus{
    border: 1px solid #5897fb;
    }
.select2-container--classic .select2-selection--single .select2-selection__rendered{
    color: #444;
    line-height: 28px;
    }
.select2-container--classic .select2-selection--single .select2-selection__clear{
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    }
.select2-container--classic .select2-selection--single .select2-selection__placeholder{
    color: #999;
    }
.select2-container--classic .select2-selection--single .select2-selection__arrow{
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }
.select2-container--classic .select2-selection--single .select2-selection__arrow b{
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{
    float: left;
    }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
    }
.select2-container--classic.select2-container--open .select2-selection--single{
    border: 1px solid #5897fb;
    }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
    background: transparent;
    border: none;
    }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
    }
.select2-container--classic .select2-selection--multiple{
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    }
.select2-container--classic .select2-selection--multiple:focus{
    border: 1px solid #5897fb;
    }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered{
    list-style: none;
    margin: 0;
    padding: 0 5px;
    }
.select2-container--classic .select2-selection--multiple .select2-selection__clear{
    display: none;
    }
.select2-container--classic .select2-selection--multiple .select2-selection__choice{
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: #555;
    }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    float: right;
    }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    margin-left: 5px;
    margin-right: auto;
    }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    margin-left: 2px;
    margin-right: auto;
    }
.select2-container--classic.select2-container--open .select2-selection--multiple{
    border: 1px solid #5897fb;
    }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }
.select2-container--classic .select2-search--dropdown .select2-search__field{
    border: 1px solid #aaa;
    outline: 0;
    }
.select2-container--classic .select2-search--inline .select2-search__field{
    outline: 0;
    box-shadow: none;
    }
.select2-container--classic .select2-dropdown{
    background-color: white;
    border: 1px solid transparent;
    }
.select2-container--classic .select2-dropdown--above{
    border-bottom: none;
    }
.select2-container--classic .select2-dropdown--below{
    border-top: none;
    }
.select2-container--classic .select2-results > .select2-results__options{
    max-height: 200px;
    overflow-y: auto;
    }
.select2-container--classic .select2-results__option[role=group]{
    padding: 0;
    }
.select2-container--classic .select2-results__option[aria-disabled=true]{
    color: grey;
    }
.select2-container--classic .select2-results__option--highlighted[aria-selected]{
    background-color: #3875d7;
    color: white;
    }
.select2-container--classic .select2-results__group{
    cursor: default;
    display: block;
    padding: 6px;
    }
.select2-container--classic.select2-container--open .select2-dropdown{
    border-color: #5897fb;
    }
html{
    height: 100% !important;
    background: url("../i/main-bg.png") repeat 0 0;
    }
body{
    height: 100%;
    color: #000;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    min-width: 320px;
    /*max-width: 1400px;*/
    overflow-x: hidden;
    }
.index-page body{
    max-width: none;
    }
.menu-open body{
    overflow: hidden;
    }
.old-ie body{
    height: auto;
    }
#wrapper{
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    }
#wrapper main{
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    background: #fff;
    /*margin-bottom: 45px;*/
    }
.no-touch img{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    }
input[type='submit'],
button{
    -webkit-appearance: none;
    border-radius: 0;
    }
input{
    box-shadow: none;
    border-radius: 0;
    }
a,
:visited{
    outline: 0;
    outline: none;
    }
:hover,
:active,
:focus{
    outline: 0;
    outline: none;
    }
::-moz-focus-inner{
    border: 0;
    }
a::-moz-focus-inner{
    border: 0;
    }
img.left,
p.left{
    float: left;
    max-width: 50%;
    margin: 0 20px 20px 0;
    }
.rtl img.left,
.rtl p.left{
    float: right;
    margin: 0 0 20px 20px;
    }
img.right,
p.right{
    float: right;
    max-width: 50%;
    margin: 0 0 20px 20px;
    }
.rtl img.right,
.rtl p.right{
    float: left;
    margin: 0 20px 20px 0;
    }
p.left img,
p.right img{
    float: none;
    max-width: 100%;
    display: block;
    margin-bottom: 15px;
    }
p.left img:last-child,
p.right img:last-child{
    margin: 0;
    }
*{
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    outline: none !important;
    }
input::-webkit-input-placeholder{
    color: #000;
    }
input::-moz-placeholder{
    color: #000;
    opacity: 1;
    }
form .placeholder{
    color: #000;
    }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{
    opacity: 0;
    }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
    opacity: 0;
    }
input:focus .placeholder,
textarea:focus .placeholder{
    opacity: 0;
    }
ol,
ul{
    padding: 0;
    margin: 0;
    }
ul li{
    list-style: none;
    }
.clearfix:after{
    content: '';
    display: table;
    clear: both;
    }
h1,
h2,
h3,
h4,
h5,
h6,
p{
    margin: 0;
    font-weight: normal;
    padding: 0;
    }
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    }
.link-btn,
.btn{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    background-color: #0c5dc5;
    border: 2px solid #0c5dc5;
    border-radius: 22px;
    height: 48px;
    text-decoration: none;
    padding: 0 48px;
    line-height: 44px;
    transition: all .2s;
    }
.no-touchevents .link-btn:hover,
.no-touchevents .btn:hover{
    background: #fff;
    color: #0c5dc5;
    }
.no-touchevents .link-btn:active,
.no-touchevents .btn:active{
    background-color: #0c5dc5;
    color: #fff;
    box-shadow: inset 1.5px 2.6px 7px rgba(0, 0, 0, 0.35);
    }
.no-touchevents a[href^="tel"]:hover{
    opacity: .75;
    }
.lg-outer .lg-item{
    background: url("../i/loading.gif") no-repeat scroll center center transparent;
    display: none !important;
    }
.row{
    font-size: 0;
    }
.row .row-item{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    }
.row.two-in-row{
    margin: 0 -10px;
    }
.row.two-in-row .row-item{
    width: 50%;
    padding: 0 10px;
    }
.row.three-in-row{
    margin: 0 -10px;
    }
.row.three-in-row .row-item{
    width: 25%;
    padding: 0 10px;
    }
.row.four-in-row{
    margin: 0 -10px;
    }
.row.four-in-row .row-item{
    width: 25%;
    padding: 0 10px;
    }
header{
    position: relative;
    z-index: 10;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    background: #fff;
  /*  height: 96px;*/
    min-height: 96px;
    }
/*.index-page header{
    background: #edf6f9;
    background: -webkit-linear-gradient(45deg, rgba(240,243,244,1) 0%, rgba(237,246,249,1) 100%);
    background: linear-gradient(45deg, rgba(240,243,244,1) 0%, rgba(237,246,249,1) 100%);
    }*/
.catalog-page header{
    box-shadow: none;
    }
.add-menu header{
    height: auto;
    }
header .container{
    max-width: 1520px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    }
header .logo{
    background: url("../i/logo.png?v=3") no-repeat;
    background-size: 100%;
    width: 435px;
    height: 95px;
    display: inline-block;
    position: relative;
    top: 0;
    vertical-align: middle;
    margin: 5px 20px 5px 0;
    }
/*.rtl header .logo{
    margin: 0 0 0 40px;
    }*/
header .logo.zh{
    background-image: url("../i/logo-zh.png?v=3");
    }
header .logo.en{
    background-image: url("../i/logo-en.png?v=3");
    }
header .logo.ar{
    background-image: url("../i/logo-ar.png?v=3");
    }
header a.logo{
    transition: opacity .2s;
    }
.no-touchevents header a.logo:hover{
    opacity: .75;
    }
header .header-controls{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 455px);
    padding-top: 34px;
    }
header nav{
    display: inline-block;
    padding-right: 0;
    vertical-align: middle;
    }
header nav > ul > li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    }
.rtl header nav > ul > li{
    margin-right: 0;
    margin-left: 18px;
    }
header nav > ul > li:last-child{
    margin-right: 0;
    }
.rtl header nav > ul > li:last-child{
    margin-left: 0;
    }
header nav > ul > li > a{
    font-family: 'Roboto', sans-serif;
    color: #242424;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    transition: color .2s;
    padding: 5px 15px;
    border-radius: 17px;
    }
.no-touchevents header nav > ul > li:hover > a {
    color: #ffffff;
    background: #2c54c2;
    }
header nav > ul > li.active a{
    color: #7f90ab;
    }
/*.no-touchevents header nav > ul > li.active a:hover{
    opacity: .8;
    }
header nav > ul > li.active a:after{
    content: '';
    height: 3px;
    background-color: #2c5eae;
    width: 30px;
    position: absolute;
    top: -4px;
    left: 0;
    }*/
.rtl header nav > ul > li.active a:after{
    left: auto;
    right: 0;
    }
.vacancies-title {
    font-size: 1.2em;
    margin-bottom: 20px;
    width: 100%;
    cursor: pointer;
    }
.vacancies-title:hover,
.vacancies-title.open {
    color: #2c54c2;
    }
.vacancies-title svg {
    width: 15px;
    height: 15px;
    fill: #2c54c2;
    display: inline-block;
    margin: -2px 6px;
    }
.vacancies-title svg.open {
    transform: rotate(180deg);
    }
.vacancies-info {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #9a9a9a;
    width: 100%;
    display: none;
    }
.vacancies-info.open {
    display: block;
    }
.but-line-wrap {
    background: #f5f8fc;
    padding: 40px 0;
    text-align: center;
    }
.but-wrap {
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    padding: 9px 48px;
    line-height: 38px;
    border-radius: 30px;
    margin: 10px 0;
    }
.but-wrap.opas {
    color: #2c54c2;
    border: solid 2px rgba(255,255,255,0);
    }
.but-wrap.blue {
    background: #2c54c2;
    color: #ffffff;
    border: solid 2px #2c54c2;
    }
.but-wrap svg {
    width: 38px;
    height: 38px;
    vertical-align: bottom;
    margin-right: 8px;
    }
.but-wrap.opas svg {
    fill: #2c54c2;
    }
.but-wrap.blue svg {
    fill: #c0cced;
    }
.but-wrap.opas:hover {    
    color: #7f90ab;
}
.but-wrap.opas:hover svg {    
    fill: #7f90ab;
}
.but-wrap.blue:hover {
    background: #ffffff;
    color: #2c54c2;
    }
.but-wrap.blue:hover svg {
    fill: #2c54c2;
    }
.new-header {
    background: #2c54c2;
    padding-top: 12px;
    padding-bottom: 12px;
    }
.new-header .container {
    text-align: right;
    }
.new-header .link-top {
    color: #ffffff;
    text-decoration: none;
    margin-right: 45px;
    }
.rtl .new-header .link-top:first-child {
    margin-right: 90px;
    }
.new-header .link-top svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    margin-right: 3px;
    vertical-align: sub;
    }
.new-header .link-top span {
    border-bottom: solid 1px rgba(255,255,255,0);
    }
.new-header .link-top:hover span {
    border-color: #ffffff;
    }
.new-header form {
    display: inline-block;
    margin-right: 90px;
    margin-bottom: 0;
    }
.rtl .new-header form {
    margin-right: 45px;
    }
.new-header form button {
    background: none;
    border: none;
    cursor: pointer;
    }
.new-header form button svg {
    width: 18px;
    height: 18px;
    fill: #bdd9ff;
    vertical-align: middle;
    }
.new-header form button:hover svg {
    fill: #ffffff;
    }
.new-header form input {
    background: none;
    border: none;
    border-bottom: dashed 1px #bdd9ff;
    color: #ffffff;
    width: 115px;
    }
.new-header form input::placeholder {
    color: #bdd9ff;
    }
.new-header .new-langs {
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 20px;
    width: 50px;
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    z-index: 8;
    height: 22px;
    overflow: hidden;
    }
.new-header .new-langs:hover {
    height: initial;
    overflow: initial;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    padding-bottom: 5px;
    }
.new-header .new-langs a {
    width: 100%;
    font-size: 15px;
    color: #16509d;
    order: 2;
    text-transform: capitalize;
    padding: 3px 10px;
    text-decoration: none;
    }
.new-header .new-langs a img {
    display: none;
    }
.new-header .new-langs a.current {
    order: 1;
    pointer-events: none;
    text-align: left;
    position: relative;
    }
.new-header .new-langs a.current:before {
    content: '';
    position: absolute;
    right: 8px;
    bottom: 5px;
    border: 4px solid transparent;
    border-top: 4px solid #16509d;
    }
.new-header .new-langs a:hover {
    color: #7f90ab;
}
.new-header.fix {
    width: 100%;
    background: #ffffff;
    box-shadow: 3px 4px 13px 0px rgba(0, 0, 0, 0.09);
    position: fixed;
    top: -300px;
    left: 0;
    z-index: 9;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all 0.3s ease;
}
.new-header.fix .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-header.fix .fix-logo {
    width: 55px;
}
header .new-header.fix nav {
    float: initial;
}
.new-header.fix .link-top {
    color: #353535;
    margin-right: 0;
    font-size: 15px;
    }
.new-header.fix .link-top svg {
    width: 18px;
    height: 18px;
    fill: #2c54c2;
    }
.new-header.fix .link-top span {
    border-bottom: solid 1px rgba(255,255,255,0);
    }
.new-header.fix .link-top:hover span {
    border-color: #2c54c2;
    color: #2c54c2;
    }
header .new-header.fix nav > ul > li > a {
    font-size: 17px;
    padding: 5px 10px;
}
.new-header.fix .new-langs {
    background: #2c54c2;
    top: 15px;
    }
.new-header.fix .new-langs a {
    color: #ffffff;
    }
.new-header.fix .new-langs a.current:before {
    border-top: 4px solid #ffffff;
    }
.new-header.fix .new-langs a:hover {
    color: #7f90ab;
}
.new-header.fix form button svg {
    fill: #2c54c2;
    }
.new-header.fix form button:hover svg {
    fill: #7f90ab;
    }
.new-header.fix form input {
    border-bottom: dashed 1px #2c54c2;
    color: #2c54c2;
    }
/*body div#admin-panel {
    top: 400px!important;
    }*/
@media (min-width: 960px){
    header .header-controls{
        float: right;
        padding-top: 40px;
        }
    .rtl header .header-controls{
        float: left;
        }
    header nav{
        float: right;
        }
    .rtl header nav{
        float: left;
        }
    }
header nav > ul > li .simple-submenu{
    width: 240px;
    margin-left: -120px !important;
    }
header nav .submenu-inner{
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .11);
    padding: 11px 0 12px;
    }
header nav > ul > li .simple-submenu ul.submenu-inner li{
    display: block;
    }
header nav > ul > li .submenu{
    position: absolute;
    border-top: none;
    z-index: 3;
    top: 100%;
    left: 50%;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    padding: 29px 0 0;
    }
header nav > ul > li .submenu:before{
	content: '';
	position: absolute;
	left: 0;
	top: -6px;
	width: 100%;
	height: 10px;
	}
header .fix nav > ul > li .submenu{
	padding-top: 20px;
	}
header nav > ul > li .submenu:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #2c5eae transparent;
    content: '';
    position: absolute;
    left: 50%;
    top: 21px;
    margin-left: -8px;
    }
header .fix nav > ul > li .submenu:after {
        top: 12px;
    }
.add-menu header nav > ul > li .submenu:after{
    top: 10px;
    }
header nav > ul > li .submenu.catalog-submenu{
    width: 720px;
    margin-left: -360px;
    }
header .fix nav > ul > li .submenu.catalog-submenu{
    width: 720px;
    margin-left: -170px;
    }
header .fix nav > ul > li .submenu.catalog-submenu:after{
    left: 23%;
    }
header nav > ul > li .submenu.catalog-submenu .category ul li.mob-back,
header nav > ul > li .submenu.catalog-submenu .trade-mark ul li.mob-back{
    display: none;
    }
header nav > ul > li .submenu.catalog-submenu .category ul li.mob-title,
header nav > ul > li .submenu.catalog-submenu .trade-mark ul li.mob-title{
    display: none;
    }
header nav > ul > li .submenu ul li{
	position: relative;
    display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #3061b0;
    padding: 8px 25px;
    }
header nav > ul > li .submenu ul li.menu-img{
    display: inline-block;
    width: 150px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
    }
header nav > ul > li .submenu ul li.menu-img img{
    max-width: 100%;
    max-height: 65px;
    margin-bottom: 10px;
    }
header nav > ul > li .submenu ul li.menu-img p{
    font-size: 14px;
    }
header nav > ul > li .submenu ul li.menu-img a:hover p {
    color: #d61a0c;
    }

nav > ul > li > .submenu > .submenu-inner > .opened-dropdown{
	background: #eff5f7;
	}
nav > ul > li > .submenu > .submenu-inner > li{
	padding: 0 25px;
	}
nav > ul > li > .submenu > .submenu-inner > li > a{
	padding: 13px 0;
	}
nav > ul > li > .submenu > .submenu-inner > li.opened-dropdown > a{
	color: #d61a0c;
	}
nav a svg.arrow{
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 10px;
	margin: 3px 0 0 6px;
	}
.rtl nav a svg.arrow{
	transform: scaleX(-1);
	margin: 3px 6px 0 0;
	}
nav a svg.arrow *{
	fill: #3061b0;
	}
nav .opened-dropdown > a > svg.arrow *{
	fill: #d8392e !important;
	}
nav > ul > li > .submenu > .submenu-inner > li .submenu-inner{
	padding-top: 16px;
	padding-bottom: 19px;
	}


header nav > ul > li .submenu ul li a{
	display: block;
	color: #3061b0;
	text-decoration: none;
    }
header nav > ul > li .submenu ul li a:after{
    display: none;
    }
.no-touchevents header nav > ul > li .submenu ul li a:hover{
    color: #d61a0c;
    }
header nav > ul > li .submenu ul li.active > a{
	color: #7f90ab;
	}
header nav > ul > li .submenu ul li.active a svg.arrow *{
	fill: #7f90ab;
	}
header nav > ul > li .submenu.catalog-submenu ul li.active a{
    border-left: 3px solid #2c5eae;
    padding-left: 8px;
    }
header nav > ul > li .submenu.catalog-submenu ul li.active.menu-img a{
    border-left: none;
    padding-left: 0;
    }
.rtl header nav > ul > li .submenu.catalog-submenu ul li.active a{
    padding-left: 0;
    padding-right: 8px;
    border: none;
    border-right: 3px solid #2c5eae;
    }
.no-touchevents header nav > ul > li .submenu ul li.active a:hover{
    opacity: .75;
    }
header nav > ul > li .submenu ul li.active a:after{
    display: none;
    }

header nav > ul > li .submenu .submenu{
	top: 0;
	left: 100%;
	margin: 0 !important;
	padding: 0;
	}
header nav > ul > li:last-child .submenu .submenu, header nav > ul > li:nth-last-child(2) .submenu .submenu, header nav > ul > li:nth-last-child(3) .submenu .submenu{
	left: -100%;
	}
.rtl header nav > ul > li:last-child .submenu .submenu, .rtl header nav > ul > li:nth-last-child(2) .submenu .submenu, .rtl header nav > ul > li:nth-last-child(3) .submenu .submenu{
	left: 100%;
	}
header nav > ul > li .submenu .submenu:after{
	display: none;
	}
.submenu .has-child{
	position: relative;
	}
.submenu .has-child:after, .rtl header nav > ul > li:last-child .submenu .has-child:after, .rtl header nav > ul > li:nth-last-child(2) .submenu .has-child:after, .rtl header nav > ul > li:nth-last-child(3) .submenu .has-child:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin: -9px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #2c5eae transparent transparent;
	visibility: hidden;
	}
.no-touchevents .submenu .has-child:hover:after, .submenu .has-child.opened-dropdown:after{
	visibility: visible !important;
	}
header nav > ul > li:last-child .submenu .has-child:after, header nav > ul > li:nth-last-child(2) .submenu .has-child:after, header nav > ul > li:nth-last-child(3) .submenu .has-child:after{
	right: auto;
	left: 0;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #2c5eae;
	}
header nav > ul > li .submenu.catalog-submenu .submenu-inner{
	display: flex;
	flex-wrap: wrap;
	padding: 18px 0;
	}
header nav > ul > li .submenu .category, header nav > ul > li .submenu .trade-mark{
    padding: 0 25px;
    width: 360px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #eaeef4;
    }
header nav > ul > li .submenu .category:last-child,
header nav > ul > li .submenu .trade-mark:last-child{
    border-right: none;
    }

.rtl header nav > ul > li .submenu .category:last-child,
.rtl header nav > ul > li .submenu .trade-mark:last-child{
	border-right: 1px solid #eaeef4;
	}


header nav > ul > li .submenu .category li{
	font-weight: 400;
	padding: 0;
	margin: 0 0 12px;
	}
header nav > ul > li .submenu .category p,
header nav > ul > li .submenu .trade-mark p{
    color: #7f90ab;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    }
header .right-controls{
    float: right;
    position: absolute;
    z-index: 20;
    right: 20px;
    top: 10px;
    display: none;
    }
.rtl header .right-controls{
    float: left;
    left: 20px;
    right: auto;
    }
header .bottom-submenu{
    margin: 20px 0 6px;
    padding-top: 15px;
    clear: both;
    position: relative;
    z-index: 2;
    border-top: 1px solid #eaeef4;
    opacity: 1 !important;
    visibility: visible !important;
    max-width: 680px;
    width: 100%;
    float: right;
    }
.rtl header .bottom-submenu{
    float: left;
    }
header .bottom-submenu li{
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 33px;
    vertical-align: middle;
    }
.rtl header .bottom-submenu li{
    margin-right: 0;
    margin-left: 33px;
    }
header .bottom-submenu li a{
    color: #2c5eae;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 700;
    transition: all .2s;
    }
.no-touchevents header .bottom-submenu li a:hover{
    color: #7f90ab;
    }
header .bottom-submenu li.active a{
    color: #7f90ab;
    }
.no-touchevents header .bottom-submenu li.active a:hover{
    opacity: .8;
    }
header .search-form{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 34px;
    }
.rtl header .search-form{
    margin: 0 34px 0 0;
    }
header .search-form .open-search{
    background: url("../i/search-btn.png") no-repeat 50% 50%;
    width: 19px;
    display: block;
    position: relative;
    cursor: pointer;
    height: 19px;
    border: none;
    padding: 0;
    transition: all .2s;
    }
.no-touchevents header .search-form .open-search:hover{
    opacity: .75;
    }
.no-touchevents header .search-form .open-search:hover:after{
    opacity: 1;
    }
header .search-form .open-search:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #2c5eae transparent;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -21px;
    margin-left: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0s;
    }
.add-menu header .search-form .open-search:after{
    bottom: -20px;
    }
header .search-form form{
    background-color: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    padding: 14px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 10px;
    transition: all .3s;
    right: 0;
    margin-left: -100px;
    z-index: 3;
    }
.rtl header .search-form form{
    left: 0;
    right: auto;
    margin: 0 -100px 0 0;
    }
header .search-form form input{
    padding: 0 50px 0 10px;
    height: 42px;
    background-color: white;
    border: 1px solid #c1ccdc;
    width: 100%;
    }
.rtl header .search-form form input{
    padding: 0 10px 0 50px;
    }
header .search-form form button{
    position: absolute;
    right: 14px;
    top: 14px;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background: url("../i/search-btn.png") no-repeat 50% 50%;
    }
.rtl header .search-form form button{
    right: auto;
    left: 14px;
    }
header .search-form.opened .open-search{
    position: relative;
    background: url("../i/search-close.png") no-repeat 50% 50%;
    }
header .search-form.opened .open-search:after{
    visibility: visible;
    opacity: 1;
    transition: all .3s .2s;
    }
header .search-form.opened form{
    visibility: visible;
    opacity: 1;
    top: 42px;
    }
.add-menu header .search-form.opened form{
    top: 42px;
    }
header .lang{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #2c5eae;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    border-bottom: 2px solid #cedff3;
    transition: all .2s;
    }
.rtl header .lang{
    margin-left: 0;
    margin-right: 35px;
    }
.no-touchevents header .lang:hover{
    color: #7f90ab;
    border-bottom-color: transparent;
    }
header .lang.mob-lang{
    display: none;
    }
#menu-toggle-wrapper{
    width: 50px;
    height: 45px;
    display: none;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    right: 20px;
    top: 8px;
    vertical-align: middle;
    padding: 10px;
    margin: 0 -10px 0;
    }
.rtl #menu-toggle-wrapper{
    right: auto;
    left: 20px;
    margin: 0 0 0 -10px;
    }
#menu-toggle,
#menu-toggle-top,
#menu-toggle-bottom{
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.585, -0.6, 0.43, 1.65);
    background-color: #2c5eae;
    }
#menu-toggle{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-color: #2c5eae;
    width: 30px;
    margin-left: -15px;
    margin-top: -2px;
    height: 3px;
    }
#menu-toggle-top{
    top: 10px;
    }
#menu-toggle-top,
#menu-toggle-bottom{
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #2c5eae;
    left: 10px;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    }
#menu-toggle-bottom{
    bottom: 10px;
    }
.menu-open #menu-toggle-wrapper #menu-toggle{
    opacity: 0;
    }
.menu-open #menu-toggle-wrapper #menu-toggle-top{
    -ms-transform: rotate(45deg) translate(9px, 7px);
    -webkit-transform: rotate(45deg) translate(9px, 7px);
    transform: rotate(45deg) translate(9px, 7px);
    }
.menu-open #menu-toggle-wrapper #menu-toggle-bottom{
    -ms-transform: rotate(-45deg) translate(8px, -7px);
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    transform: rotate(-45deg) translate(8px, -7px);
    }
.page-title{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 400px;
    text-align: center;
    position: relative;
    }
.page-title:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.18) 0%, transparent 100%);
    }
.page-title:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.18);
    }
.page-title.search-title{
    height: 110px;
    background-color: #f8f9fb;
    }
.page-title.search-title:before,
.page-title.search-title:after{
    display: none;
    }
.page-title.search-title h1{
    color: #081d38;
    }
.page-title .page-heading{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    z-index: 2;
    text-align: center;
    }
.page-title .page-heading:before{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
    }
.page-title .page-heading .text{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    margin-left: -5px;
    }
.page-title .sel-wrap{
    width: 155px;
    text-align: left;
    }
.page-title .sel-wrap .select2-container--default .select2-selection--single{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    height: 32px;
    }
.page-title .sel-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    padding-left: 11px;
    padding-right: 35px;
    }
.page-title .sel-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px;
    width: 32px;
    }
.page-title .sel-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background: url("../i/sel-arrow.png") no-repeat 0 0;
    width: 12px;
    height: 7px;
    border: none;
    margin: -3px 0 0 -6px;
    }
.page-title .sel-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }
.page-title h1{
    color: #fefefe;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 23px;
    }
.page-title h1:last-child{
    margin-bottom: 0;
    }
.page-title.news-title{
    background: #f8f9fb;
    text-align: left;
    height: auto;
    }
.page-title.news-title:after,
.page-title.news-title:before{
    display: none;
    }
.page-title.news-title .page-heading{
    position: relative;
    left: auto;
    text-align: left;
    top: auto;
    }
.page-title.news-title .page-heading:before{
    display: none;
    }
.page-title.news-title .page-heading .text{
    max-width: 1070px;
    margin: 0 auto;
    padding: 27px 20px 20px;
    display: block;
    }
.page-title.news-title h1{
    color: #081d38;
    margin-bottom: 14px;
    line-height: 1.45em;
    }
.page-title.news-title time{
    color: #7f90ab;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    }
.page-title.catalog-title{
    height: 65px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, transparent 100%);
    }
.page-title.catalog-title:before,
.page-title.catalog-title:after{
    display: none;
    }
.gallery{
    clear: both;
    margin-top: 30px;
    }
.photo-grid{
    margin: 0 -10px 12px;
    }
.photo-grid .photo-grid-item,
.photo-grid .grid-sizer{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    }
.photo-grid .photo-grid-item a,
.photo-grid .grid-sizer a{
    display: block;
    border-radius: inherit;
    transition: all .2s;
    padding: 15px 15px 18px;
    text-decoration: none;
    background-color: white;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    }
.no-touchevents .photo-grid .photo-grid-item a:hover,
.no-touchevents .photo-grid .grid-sizer a:hover{
    box-shadow: 0 10px 20px rgba(26, 26, 24, 0.2);
    }
.no-touchevents .photo-grid .photo-grid-item a:hover span,
.no-touchevents .photo-grid .grid-sizer a:hover span{
    border-bottom-color: transparent;
    }
.photo-grid .photo-grid-item a span,
.photo-grid .grid-sizer a span{
    border-bottom: 1px dotted;
    color: #081d38;
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
    }
.photo-grid .photo-grid-item a img,
.photo-grid .grid-sizer a img{
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
    border-radius: inherit;
    }
.photo-grid .photo-grid-item a img:last-child,
.photo-grid .grid-sizer a img:last-child{
    margin-bottom: 0;
    }
.error-box{
    text-align: center;
    white-space: nowrap;
    min-height: 450px;
    background-color: #0c5dc5;
    }
.error-box:before{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
    }
.error-box .text{
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    margin-top: -20px;
    margin-left: -5px;
    }
.error-box p{
    font-size: 16px;
    color: white;
    font-weight: 400;
    }
.error-box p a{
    text-decoration: underline;
    color: #fff;
    }
.no-touchevents .error-box p a:hover{
    text-decoration: none;
    color: #fff;
    }
.error-box p.big-text{
    font-size: 240px;
    font-weight: 700;
    line-height: .8em;
    }
.error-box p .medium-text{
    font-size: 22px;
    }
.search-wrap{
    max-width: 1070px;
    margin: 0 auto;
    padding: 48px 20px 1px;
    }
.search-wrap .search-form{
    padding: 20px 25px 17px;
    background-color: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    margin-bottom: 23px;
    }
.search-wrap .search-form .field-row{
    margin-bottom: 10px;
    }
.search-wrap .search-form .field-wrap{
    z-index: 3;
    padding-right: 170px;
    position: relative;
    }
.rtl .search-wrap .search-form .field-wrap{
    padding: 0 0 0 170px;
    }
.search-wrap .search-form .field-wrap input{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 48px;
    border-right: none;
    }
.search-wrap .search-form .field-wrap input{
    border: 1px solid #c1ccdc;
    border-left: 0;
    }
.search-wrap .search-form .field-wrap button{
    font-size: 18px;
    height: 48px;
    width: 170px;
    font-weight: 300;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 3;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    }
.rtl .search-wrap .search-form .field-wrap button{
    right: auto;
    left: 0;
    border-radius: 22px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    }
.search-wrap .search-form .num-result{
    font-size: 14px;
    color: #7f90ab;
    }
.search-wrap .search-form .num-result span{
    color: #081d38;
    }
.search-result ul{
    border-bottom: 1px solid #eaeef4;
    padding: 0 0 50px;
    }
.search-result ul li{
    padding: 11px 20px 18px;
    margin-bottom: 21px;
    background-color: white;
    transition: all .2s;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    border-left: 5px solid #0c5dc5;
    }
.rtl .search-result > ul li{
    padding: 11px 20px 18px;
    border: 0;
    border-right: 5px solid #0c5dc5;
    }
.search-result ul li:before{
    display: none;
    }
.search-result ul li a{
    text-decoration: none;
    display: block;
    }
.search-result ul li h3{
    color: #2c5eae;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 25px;
    transition: all .2s;
    }
.search-result ul li p{
    color: #081d38;
    }
.search-result ul li .num{
    color: #7f90ab;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    }
.no-touchevents .search-result ul li:hover{
    box-shadow: 0 10px 20px rgba(26, 26, 24, 0.2);
    }
.no-touchevents .search-result ul li:hover h3{
    color: #7f90ab;
    }
.pager ul{
    text-align: center;
    }
.pager ul li{
    display: inline-block;
    padding: 0;
    margin: 0 3px 0 0;
    border: none;
    box-shadow: none !important;
    }
.rtl .pager ul li{
    padding: 0;
    margin: 0 0 0 3px;
    }
.pager ul li:last-child{
    margin-right: 0;
    }
.rtl .pager ul li:last-child{
    margin-left: 0;
    }
.pager ul li:before{
    display: none;
    }
.pager ul li a,
.pager ul li span:not(.divider){
    color: #0c5dc5;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 29px;
    height: 29px;
    line-height: 25px;
    border: 2px solid transparent;
    }
.pager ul li a{
    transition: all .2s;
    }
.no-touchevents .pager ul li a:hover{
    color: #899ab0;
    }
.pager ul li span:not(.divider){
    color: #899ab0;
    border: 2px solid #d1d9e4;
    border-radius: 2px;
    }
.pager ul li .divider{
    width: auto;
    }
.pager ul li.next a,
.pager ul li.next span{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid #d1d9e4;
    background: url("../i/timeline-next.png") no-repeat 55% 50%/7px 12px;
    }
.no-touchevents .pager ul li.next a:hover,
.no-touchevents .pager ul li.next span:hover{
    opacity: .75;
    }
.stock-android .pager ul li.next a,
.stock-android .pager ul li.next span{
    background: url("../i/timeline-next-x2.png") no-repeat 55% 50%;
    background-size: 7px 12px;
    }
.pager ul li.next.disabled{
    display: none;
    }
.pager ul li.next.disabled span{
    opacity: .6;
    }
.no-touchevents .pager ul li.next.disabled span:hover{
    opacity: .6;
    }
.pager ul li.prev a,
.pager ul li.prev span{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid #d1d9e4;
    background: url("../i/timeline-prev.png") no-repeat 45% 50%/7px 12px;
    }
.no-touchevents .pager ul li.prev a:hover,
.no-touchevents .pager ul li.prev span:hover{
    opacity: .75;
    }
.stock-android .pager ul li.prev a,
.stock-android .pager ul li.prev span{
    background: url("../i/timeline-prev-x2.png") no-repeat 55% 50%;
    background-size: 7px 12px;
    }
.rtl .pager ul li.prev a, .rtl .pager ul li.next a{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    }
.pager ul li.prev.disabled{
    display: none;
    }
.pager ul li.prev.disabled span{
    opacity: .6;
    }
.no-touchevents .pager ul li.prev.disabled span:hover{
    opacity: .6;
    }
.news-list{
    margin: 0 auto;
    padding: 80px 20px 60px;
    /*max-width: 1280px;*/
    }
.news-list .row .row-item{
    margin-bottom: 20px;
    }
.news-list .row .row-item a{
    text-decoration: none;
    display: block;
    height: 100%;
    background-color: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    transition: all .2s;
    }
.no-touchevents .news-list .row .row-item a:hover{
    box-shadow: 0 10px 20px rgba(26, 26, 24, 0.2);
    }
.no-touchevents .news-list .row .row-item a:hover h3{
    color: #7f90ab;
    }
.news-list .row .row-item .img-wrap{
    text-align: center;
    }
.news-list .row .row-item .img-wrap img{
    height: auto;
    max-width: 100%;
    }
.news-list .row .row-item .news-descr{
    padding: 20px 28px 26px;
    }
.news-list .row .row-item .news-descr h3{
    margin: 0 0 6px;
    color: #2c5eae;
    font-weight: 400;
    transition: color .2s;
    font-size: 22px;
    line-height: 1.36em;
    }
.news-list .row .row-item .news-descr time{
    color: #7f90ab;
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
    font-family: 'Roboto', sans-serif;
    }
.news-list .row .row-item .news-descr p{
    color: #081d38;
    font-size: 16px;
    font-weight: 400;
    }
.subscribe{
    float: left;
    }
.subscribe .form-status{
    text-align: left;
    padding: 0 0 0 80px;
    margin-top: -10px;
    }
.subscribe .form-status:before{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    }
.subscribe .form-status p{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    }
.subscribe .form-status.success:before{
    width: 20px;
    height: 12px;
    background-size: 20px 12px;
    }
.subscribe .form-status.failed:before{
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
    }
.subscribe .field-row{
    position: relative;
    }
.subscribe .field-row .field-wrap{
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    padding-left: 80px;
    }
.subscribe .field-row .field-wrap label{
    color: #7f90ab;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 16px;
    position: absolute;
    left: 0;
    top: 7px;
    }
.subscribe .field-row .field-wrap input{
    width: 390px;
    height: 32px;
    padding-right: 140px;
    font-size: 12px;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    }
.subscribe .field-row .field-wrap input::-webkit-input-placeholder{
    color: #7f90ab;
    }
.subscribe .field-row .field-wrap input::-moz-placeholder{
    color: #7f90ab;
    }
.subscribe .field-row button{
    font-size: 12px;
    height: 32px;
    line-height: 28px;
    width: 130px;
    padding: 0;
    text-align: center;
    border-radius: 2px;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    position: absolute;
    right: 0;
    top: 0;
    }
.catalog-controls{
    border-top: 1px solid #eaeef4;
    padding-top: 30px;
    margin-top: 10px;
    }
.news-controls{
    border-top: 1px solid #eaeef4;
    padding-top: 30px;
    margin-top: 55px;
    }
.news-controls .back{
    text-decoration: none;
    color: #2c5eae;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    transition: all .2s;
    }
.no-touchevents .news-controls .back:hover{
    color: #7f90ab;
    }
.news-controls .pager,
.news-controls .back{
    float: right;
    }
.downloads h6{
    margin: 17px 0 25px;
    }
.downloads ul li, .rtl .downloads ul li{
    padding: 0;
    margin: 0 0 6px;
    }
.downloads ul li:before{
    display: none;
    }
.downloads ul li a{
    color: #2c5eae;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    }
.rtl .downloads ul li a{
    padding-left: 0;
    padding-right: 30px;
    }
.downloads ul li a:before{
    content: '';
    background: url("../i/download.png") no-repeat 50% 50%;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 2px solid #d1d9e4;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
    }
.rtl .downloads ul li a:before{
    left: auto;
    right: 0;
    }
.downloads ul li a span{
    margin-left: 8px;
    color: #7f90ab;
    font-size: 14px;
    display: inline-block;
    padding-right: 7px;
    margin-right: 7px;
    line-height: 1.2em;
    border-right: 1px solid #d6e1f3;
    }
.downloads ul li a span:last-child{
    margin-left: 0;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    }
.videoWrapper{
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 50px 0 40px;
    }
.videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
.share{
    float: left;
    }
.share .social-likes__widget{
    border-radius: 50%;
    width: 33px;
    margin-right: 12px;
    height: 33px;
    color: #0c5dc5;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #d1d9e4;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    }
.rtl .share .social-likes__widget{
    margin-right: 0;
    margin-left: 12px;
    }
.share .social-likes__widget:last-child{
    margin-right: 0;
    }
.rtl .share .social-likes__widget:last-child{
    margin-left: 0;
    }
.no-touchevents .share .social-likes__widget:hover{
    color: #7f90ab;
    }
.catalog-page .recommended{
    padding-left: 330px;
    }
.catalog-page .prod-list .row .row-item,
.catalog-page .recommended .row .row-item{
    margin-bottom: 55px;
    }
.catalog-page .prod-list .row .row-item a,
.catalog-page .recommended .row .row-item a{
    text-decoration: none;
    display: block;
    }
.no-touchevents .catalog-page .prod-list .row .row-item a:hover .img-wrap,
.no-touchevents .catalog-page .recommended .row .row-item a:hover .img-wrap{
    box-shadow: 0 10px 20px rgba(26, 26, 24, 0.2);
    }
.no-touchevents .catalog-page .prod-list .row .row-item a:hover h2,
.no-touchevents .catalog-page .recommended .row .row-item a:hover h2{
    color: #2c5eae;
    }
.catalog-page .prod-list .row .row-item a .img-wrap,
.catalog-page .recommended .row .row-item a .img-wrap{
    width: 100%;
    height: 295px;
    text-align: center;
    background-color: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    white-space: nowrap;
    margin-bottom: 14px;
    position: relative;
    transition: all .2s;
    }
.catalog-page .prod-list .row .row-item a .img-wrap:before,
.catalog-page .recommended .row .row-item a .img-wrap:before{
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 100%;
    }
.catalog-page .prod-list .row .row-item a .img-wrap img,
.catalog-page .recommended .row .row-item a .img-wrap img{
    margin-left: -5px;
    vertical-align: middle;
    white-space: normal;
    max-width: 100%;
    display: inline-block;
    height: auto;
    }
.catalog-page .prod-list .row .row-item a .img-wrap .new,
.catalog-page .recommended .row .row-item a .img-wrap .new{
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 5px 11px 6px;
    font-size: 12px;
    background-color: #2c5eae;
    }
.rtl .catalog-page .prod-list .row .row-item a .img-wrap .new,
.rtl .catalog-page .recommended .row .row-item a .img-wrap .new{
    left: auto;
    right: 0;
    }
.catalog-page .prod-list .row .row-item a h2,
.catalog-page .recommended .row .row-item a h2{
    color: #081d38;
    transition: all .2s;
    font-size: 18px;
    margin: 0;
    line-height: 1.5em;
    }
.catalog-page .recommended{
    padding: 35px 0;
    background: #f8f9fb;
    }
.catalog-page .recommended .inner-box{
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    }
.catalog-page .recommended .row{
    text-align: center;
    }
.catalog-page .recommended .row .row-item{
    text-align: left;
    margin-bottom: 0;
    }
.rtl .catalog-page .recommended .row .row-item{
    text-align: right;
    }
.catalog-page .recommended .row .row-item a{
    max-width: 295px;
    display: block;
    margin: 0 auto;
    }
.catalog-page .catalog{
    position: relative;
    /*max-width: 1280px;*/
    padding: 0 20px 80px;
    margin: 0 auto;
    }
.catalog-page .catalog:after{
    content: '';
    display: table;
    clear: both;
    }
.catalog-page .catalog .catalog-content{
    position: relative;
    }
.catalog-content .products-box{
    position: relative;
    float: right;
    width: calc(100% - 330px);
    top: -90px;
    margin-bottom: -90px;
    }
.rtl .catalog-content .products-box{
    float: left;
    }
.catalog-content .sub-info img{
    margin: 0 0 20px;
    max-width: 100%;
    }
.catalog-content .sub-info p{
    margin: 0 0 12px;
    }
.catalog-content .sub-info > *:last-child{
    margin-bottom: 0 !important;
    }
.catalog-page .catalog aside{
    width: 315px;
    float: left;
    z-index: 3;
    position: relative;
    }
.rtl .catalog-page .catalog aside{
    float: right;
    }
.catalog-page .catalog aside ul li{
    padding: 0;
    margin: 0 0 13px;
    }
.catalog-page .catalog aside ul li:before{
    display: none;
    }
.catalog-page .catalog aside ul li a{
    color: #2c5eae;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    }
.no-touchevents .catalog-page .catalog aside ul li a:hover{
    color: #7f90ab;
    }
.catalog-page .catalog aside ul li.active a{
    border-left: 4px solid #2c5eae;
    color: #7f90ab;
    padding-left: 17px;
    }
.rtl .catalog-page .catalog aside ul li.active a{
    padding-left: 0;
    padding-right: 17px;
    border: none;
    border-right: 4px solid #2c5eae;
    }
.no-touchevents .catalog-page .catalog aside ul li.active a:hover{
    opacity: .8;
    }
.catalog-top{
    margin-bottom: 18px;
    }
.catalog-top .current{
    float: left;
    }
.rtl .catalog-top .current{
    float: right;
    }
.catalog-top .current .category{
    font-family: 'Roboto', sans-serif;
    color: #7f90ab;
    font-size: 12px;
    margin-bottom: 0;
    }
.catalog-top .current h1{
    color: #081d38;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    }
.catalog-top form, .select-category form{
    float: right;
    margin-top: 5px;
    }
.select-category form.left{
    float: left;
    }
.catalog-top form label, .select-category form label{
    display: inline-block;
    vertical-align: middle;
    color: #7f90ab;
    font-size: 14px;
    margin-right: 15px;
    }
.rtl .catalog-top form label, .rtl .select-category form label{
    margin-right: 0;
    margin-left: 15px;
    }
.catalog-top form .sel-wrap{
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    }
.select-category form .sel-wrap{
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    }
.catalog-top form .select2-container--default .select2-selection--single, .select-category form .select2-container--default .select2-selection--single{
    background: transparent;
    color: #fff;
    border: 1px solid #c1ccdc;
    border-radius: 0;
    height: 32px;
    }
.catalog-top form .select2-container--default .select2-selection--single .select2-selection__rendered, .select-category form .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #081d38;
    line-height: 30px;
    font-size: 14px;
    padding-left: 11px;
    padding-right: 35px;
    }
.rtl .catalog-top form .select2-container--default .select2-selection--single .select2-selection__rendered, .rtl .select-category form .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 35px;
    padding-right: 11px;
    }
.catalog-top form .select2-container--default .select2-selection--single .select2-selection__arrow, .select-category form .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px;
    width: 32px;
    }
.catalog-top form .select2-container--default .select2-selection--single .select2-selection__arrow b, .usual-select .select2-container--default .select2-selection--single .select2-selection__arrow b, .select-category form .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background: url("../i/sel-arrow-blue.png") no-repeat 0 0;
    width: 12px;
    height: 7px;
    border: none;
    margin: -3px 0 0 -6px;
    }
.catalog-top form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .usual-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .select-category form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }
.select-category{
    margin: 24px 0 37px;
    }
.select-category:after{
    content: '';
    display: table;
    width: 0;
    height: 0;
    clear: both;
    }
.tooltip{
    display: inline-block;
    background: url("../i/tooltip.png") no-repeat 0 0;
    width: 19px;
    cursor: pointer;
    height: 18px;
    vertical-align: middle;
    }
.tooltipster-sidetip.tooltipster-light h4{
    color: #081d38;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 9px;
    }
.tooltipster-sidetip.tooltipster-light p{
    color: #081d38;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8em;
    }
.tooltipster-sidetip.tooltipster-light .img-wrap{
    float: left;
    height: 155px;
    margin-right: 20px;
    width: 155px;
    text-align: center;
    background-color: #f9f9f9;
    }
.tooltipster-sidetip.tooltipster-light .img-wrap:before{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
    }
.tooltipster-sidetip.tooltipster-light .img-wrap img{
    display: inline-block;
    vertical-align: middle;
    }
.tooltipster-sidetip .tooltipster-content{
    padding: 20px;
    }
.tooltipster-sidetip.tooltipster-light .tooltipster-box{
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0;
    max-width: 500px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    }
.tooltipster-sidetip.tooltipster-light .tooltipster-content{
    color: #fff;
    }
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow{
    height: 9px;
    margin-left: -9px;
    width: 18px;
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow{
    height: 18px;
    margin-left: 0;
    margin-top: -9px;
    width: 9px;
    }
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background{
    border: 9px solid transparent;
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{
    border-bottom-color: #fff;
    top: 1px;
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{
    border-left-color: #fff;
    left: -1px;
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{
    border-right-color: #fff;
    left: 1px;
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{
    border-top-color: #fff;
    top: -1px;
    }
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border{
    border: 9px solid transparent;
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border{
    border-bottom-color: #fff;
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border{
    border-left-color: #fff;
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border{
    border-right-color: #fff;
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border{
    border-top-color: #fff;
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped{
    top: -9px;
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped{
    left: -9px;
    }
.product-descr{
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px 50px;
    }
.product-descr .back{
    text-decoration: none;
    float: right;
    padding-top: 8px;
    color: #2c5eae;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 400;
    background: url("../i/timeline-prev.png") no-repeat 0 10px/7px 12px;
    }
.rtl .product-descr .back{
    float: left;
    padding-left: 0;
    padding-right: 15px;
    background: url("../i/timeline-next.png") no-repeat 100% 11px/7px 12px;
    }
.no-touchevents .product-descr .back:hover{
    color: #7f90ab;
    }
.product-descr h1{
    font-size: 22px;
    margin-bottom: 18px;
    }
.product-descr .row .row-item.prod-img{
    position: relative;
    top: 7px;
    float: right;
    }
.rtl .product-descr .row .row-item.prod-img{
    float: left;
    }
.product-descr .row .row-item.prod-img .img-wrap{
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    }
.product-descr .row .row-item.prod-img .img-wrap .spacer{
    display: block;
    padding-bottom: 100%;
    }
.product-descr .row .row-item.prod-img .img-wrap img{
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    padding: 30px 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
.product-descr .row .row-item.prod-img .share{
    margin-top: 20px;
    text-align: center;
    float: none;
    }
.product-descr .row .row-item.prod-img .share .social-likes__widget{
    width: 43px;
    height: 43px;
    line-height: 39px;
    }
.product-descr .row .row-item.prod-img .share .social-likes__widget:before{
    font-size: 18px;
    }
.product-descr .row .row-item h4{
    color: #081d38;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 9px;
    }
.product-descr .row .row-item table{
    width: 100%;
    margin-bottom: 35px;
    }
.product-descr .row .row-item table tr td{
    width: 50%;
    padding: 12px 0;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #eaeef4;
    }
.product-descr .row .row-item table tr td:first-child{
    color: #7f90ab;
    padding-right: 10px;
    }
.rtl .product-descr .row .row-item table tr td:first-child{
    padding-right: 0;
    padding-left: 10px;
    }
.product-descr .row .row-item table tr td:last-child{
    padding-left: 10px;
    }
.rtl .product-descr .row .row-item table tr td:last-child{
    padding-left: 0;
    padding-right: 10px;
    }
.mark-box{
    position: relative;
    z-index: 2;
    }
.mark-box:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 881px;
    background: url("../i/trademarks-bg.jpg") no-repeat 50% 0;
    background-size: cover;
    }
.mark-box .four-mark .wave{
    margin-left: 0;
    background: url("../i/wave-1.png") repeat -76px 0;
    height: 380px;
    -webkit-animation: backgroundScroll 30s linear infinite;
    animation: backgroundScroll 30s linear infinite;
    }
.mark-box .four-mark .mark:first-child{
    left: 11.78%;
    }
.mark-box .four-mark .mark:nth-child(2){
    left: 32%;
    }
.mark-box .four-mark .mark:nth-child(3){
    left: 52.14%;
    }
.mark-box .four-mark .mark:nth-child(4){
    left: 71.78%;
    }
.mark-box .three-mark .wave{
    margin-left: 0;
    background: url("../i/wave-2.png") repeat -110px 0;
    height: 380px;
    -webkit-animation: backgroundScroll1 30s linear infinite;
    animation: backgroundScroll1 30s linear infinite;
    }
.mark-box .three-mark .mark:first-child{
    left: 16.93%;
    }
.mark-box .three-mark .mark:nth-child(2){
    left: 42.7%;
    }
.mark-box .three-mark .mark:nth-child(3){
    left: 67.64%;
    }
.mark-box .mark-slider{
    display: none;
    }
.mark-box .top-line.three-mark .wave{
    -webkit-animation: backgroundScroll1-invert 30s linear infinite;
    animation: backgroundScroll1-invert 30s linear infinite;
    }
.mark-box .top-line .mark:first-child{
    -webkit-animation: mark-animate 10s ease-in-out infinite;
    animation: mark-animate 10s ease-in-out infinite;
    }
.mark-box .top-line .mark:nth-child(2){
    -webkit-animation: mark-animate-2 10s ease-in-out infinite;
    animation: mark-animate-2 10s ease-in-out infinite;
    }
.mark-box .top-line .mark:nth-child(3){
    -webkit-animation: mark-animate 10s ease-in-out infinite;
    animation: mark-animate 10s ease-in-out infinite;
    }
.mark-box .top-line .mark:nth-child(4){
    -webkit-animation: mark-animate-2 10s ease-in-out infinite;
    animation: mark-animate-2 10s ease-in-out infinite;
    }
.mark-box .bottom-line{
    margin-top: -120px;
    position: relative;
    }
.mark-box .bottom-line.four-mark .wave{
    -webkit-animation: backgroundScroll-invert 30s linear infinite;
    animation: backgroundScroll-invert 30s linear infinite;
    }
.mark-box .bottom-line.four-mark .mark:first-child{
    -webkit-animation: mark-animate 10s ease-in-out infinite;
    animation: mark-animate 10s ease-in-out infinite;
    }
.mark-box .bottom-line.four-mark .mark:nth-child(2){
    -webkit-animation: mark-animate-2 10s ease-in-out infinite;
    animation: mark-animate-2 10s ease-in-out infinite;
    }
.mark-box .bottom-line.four-mark .mark:nth-child(3){
    -webkit-animation: mark-animate 10s ease-in-out infinite;
    animation: mark-animate 10s ease-in-out infinite;
    }
.mark-box .bottom-line.four-mark .mark:nth-child(4){
    -webkit-animation: mark-animate-2 10s ease-in-out infinite;
    animation: mark-animate-2 10s ease-in-out infinite;
    }
.mark-box .bottom-line .mark-wrap .mark{
    top: -100px;
    }
.mark-box .bottom-line .mark:first-child{
    -webkit-animation: mark-animate 10s ease-in-out infinite;
    animation: mark-animate 10s ease-in-out infinite;
    }
.mark-box .bottom-line .mark:nth-child(2){
    -webkit-animation: mark-animate-2 10s ease-in-out infinite;
    animation: mark-animate-2 10s ease-in-out infinite;
    }
.mark-box .bottom-line .mark:nth-child(3){
    -webkit-animation: mark-animate 10s ease-in-out infinite;
    animation: mark-animate 10s ease-in-out infinite;
    }
.mark-box .mark-wrap{
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    top: 0;
    }
.mark-box .mark-wrap .mark{
    width: 200px;
    text-align: center;
    height: 120px;
    white-space: nowrap;
    top: 50px;
    will-change: transform;
    position: absolute;
    transition: all .2s;
    }
.mark-box .mark-wrap .mark:before{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
    }
.mark-box .mark-wrap .mark a{
    display: inline-block;
    vertical-align: middle;
    transition: all .2s;
    }
.no-touchevents .mark-box .mark-wrap .mark a:hover{
    opacity: .75;
    }
.mark-box .mark-wrap .mark a img{
    max-width: 100%;
    max-height: 100%;
    }
.mark-box .mark-slider{
    padding: 30px 50px;
    }
.mark-box .mark-slider .slide{
    height: 150px;
    text-align: center;
    white-space: nowrap;
    }
.mark-box .mark-slider .slide:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    }
.mark-box .mark-slider .slide .mark{
    margin-left: -4px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    }
.mark-box .mark-slider .slide .mark a{
    display: block;
    }
.mark-box .mark-slider .slide .mark a img{
    max-width: 100%;
    max-height: 100%;
    }
.mark-box .mark-slider .slick-dots{
    position: absolute;
    bottom: 13px;
    left: 0;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    }
.mark-box .mark-slider .slick-dots li{
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    padding: 0 !important;
    margin-bottom: 0;
    }
.mark-box .mark-slider .slick-dots li:last-child{
    margin-right: 0;
    }
.mark-box .mark-slider .slick-dots li:before{
    display: none;
    }
.mark-box .mark-slider .slick-dots li button{
    text-indent: -10000px;
    padding: 0;
    border: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    background: transparent;
    }
.mark-box .mark-slider .slick-dots li button:before{
    content: '';
    border-radius: 50%;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    background: rgba(12, 93, 197, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    transition: all .2s;
    }
.no-touchevents .mark-box .mark-slider .slick-dots li button:hover:before{
    background: #0c5dc5;
    }
.mark-box .mark-slider .slick-dots li.slick-active button{
    background: rgba(12, 93, 197, 0.4);
    }
.mark-box .mark-slider .slick-dots li.slick-active button:before{
    background: #0c5dc5;
    }
.mark-box .mark-slider .slick-arrow{
    z-index: 4;
    position: absolute;
    top: 50%;
    text-indent: -10000px;
    cursor: pointer;
    padding: 0;
    background: transparent;
    width: 26px;
    height: 26px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #0c5dc5;
    margin-top: -13px;
    }
.mark-box .mark-slider .slick-arrow.slick-next{
    right: 20px;
    border-left: 2px solid transparent;
    border-right: 2px solid #0c5dc5;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
.mark-box .mark-slider .slick-arrow.slick-prev{
    left: 20px;
    border-right: 2px solid transparent;
    border-left: 2px solid #0c5dc5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }
@-webkit-keyframes backgroundScroll{
    0%{
        background-position: -76px 0;
        }

    100%{
        background-position: -1720px 0;
        }
    }
@keyframes backgroundScroll{
    0%{
        background-position: -76px 0;
        }

    100%{
        background-position: -1720px 0;
        }
    }
@-webkit-keyframes backgroundScroll-invert{
    0%{
        background-position: -90px 0;
        }

    100%{
        background-position: 1554px 0;
        }
    }
@keyframes backgroundScroll-invert{
    0%{
        background-position: -90px 0;
        }

    100%{
        background-position: 1554px 0;
        }
    }
@-webkit-keyframes backgroundScroll1{
    0%{
        background-position: -110px 0;
        }

    100%{
        background-position: 1982px 0;
        }
    }
@keyframes backgroundScroll1{
    0%{
        background-position: -110px 0;
        }

    100%{
        background-position: 1982px 0;
        }
    }
@-webkit-keyframes backgroundScroll1-invert{
    0%{
        background-position: -130px 0;
        }

    100%{
        background-position: -2222px 0;
        }
    }
@keyframes backgroundScroll1-invert{
    0%{
        background-position: -130px 0;
        }

    100%{
        background-position: -2222px 0;
        }
    }
@-webkit-keyframes mark-animate{
    0%{
        -webkit-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
        }

    50%{
        -webkit-transform: translate(0, 26px) scale(0.989);
        transform: translate(0, 26px) scale(0.989);
        }

    100%{
        -webkit-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
        }
    }
@keyframes mark-animate{
    0%{
        -webkit-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
        }

    50%{
        -webkit-transform: translate(0, 26px) scale(0.989);
        transform: translate(0, 26px) scale(0.989);
        }

    100%{
        -webkit-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
        }
    }
@-webkit-keyframes mark-animate-2{
    0%{
        -webkit-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
        }

    50%{
        -webkit-transform: translate(0, -26px) scale(0.989);
        transform: translate(0, -26px) scale(0.989);
        }

    100%{
        -webkit-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
        }
    }
@keyframes mark-animate-2{
    0%{
        -webkit-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
        }

    50%{
        -webkit-transform: translate(0, -26px) scale(0.989);
        transform: translate(0, -26px) scale(0.989);
        }

    100%{
        -webkit-transform: translate(0, 0px) scale(1);
        transform: translate(0, 0px) scale(1);
        }
    }
.trademarks{
    position: relative;
    z-index: 2;
    font-size: 0;
    text-align: center;
    margin: 0 0 -42px;
    padding: 130px 24px 0;
    }
.trademarks .max-w{
    max-width: 1680px;
    margin: 0 auto;
    }
.trademarks .item-box{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    margin: 0 0 190px;
    }
.trademarks .item{
    position: relative;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    will-change: transform;
    }
.trademarks .item-box:nth-child(6) .item{
    animation-delay: .2s;
    }
.trademarks .item-box:nth-child(2) .item{
    animation-delay: .4s;
    }
.trademarks .item-box:nth-child(4) .item{
    animation-delay: .6s;
    }
.trademarks .item-box:nth-child(5) .item{
    animation-delay: .8s;
    }
.trademarks .item-box:nth-child(3) .item{
    animation-delay: 1s;
    }
.trademarks .visible .item{
    animation: trademarkAnimate .5s ease forwards;
    }

@keyframes trademarkAnimate{
    0%{
        opacity: 1;
        transform: scale(.7);
        }
    33%{
        transform: scale(1.2);
        }
    66%{
        transform: scale(.8);
        }
    100%{
        opacity: 1;
        transform: scale(1);
        }
    }

.trademarks img{
    position: relative;
    z-index: 10;
    margin: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    }
.no-touchevents .trademarks .item:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    }
.trademarks .layer{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    pointer-events: none;
    }
.trademarks .layer1-1, .trademarks .layer1-2, .trademarks .layer1-3, .trademarks .layer2-2, .trademarks .layer2-3, .trademarks .layer2-4, .trademarks .layer3-1, .trademarks .layer3-2, .trademarks .layer4-1, .trademarks .layer4-2, .trademarks .layer4-3, .trademarks .layer5-3, .trademarks .layer6-2, .trademarks .layer6-3{
    opacity: .8;
    }
.trademarks .layer3-3, .trademarks .layer5-1, .trademarks .layer6-1{
    opacity: .6;
    }
.trademarks .layer1-1{
    left: -72px;
    top: -40px;
    }
.no-touchevents .trademarks .item:hover .layer1-1{
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    }
.trademarks .layer1-2{
    left: 194px;
    top: -40px;
    }
.no-touchevents .trademarks .item:hover .layer1-2{
    -webkit-transform: translate3d(70px, -50px, 0) rotate(145deg);
    transform: translate3d(70px, -50px, 0) rotate(145deg);
    }
.trademarks .layer1-3{
    left: -45px;
    top: -82px;
    }
.no-touchevents .trademarks .item:hover .layer1-3{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }
.trademarks .layer1-4{
    left: -41px;
    top: -52px;
    }
.no-touchevents .trademarks .item:hover .layer1-4{
    -webkit-transform: translate3d(-70px, -50px, 0) rotate(-105deg);
    transform: translate3d(-70px, -50px, 0) rotate(-105deg);
    }
.trademarks .layer2-1{
    left: -14px;
    top: -50px;
    }
.no-touchevents .trademarks .item:hover .layer2-1{
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    }
.trademarks .layer2-2{
    left: -82px;
    top: -27px;
    }
.no-touchevents .trademarks .item:hover .layer2-2{
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    }
.trademarks .layer2-3{
    left: -54px;
    top: -11px;
    }
.no-touchevents .trademarks .item:hover .layer2-3{
    -webkit-transform: rotate(35deg) translate3d(-40px, 0, 0);
    transform: rotate(25deg) translate3d(-20px, -10px, 0);
    }
.trademarks .layer2-4{
    left: 114px;
    top: -83px;
    }
.no-touchevents .trademarks .item:hover .layer2-4{
    -webkit-transform: translate3d(140px, -34px, 0) rotate(-115deg);
    transform: translate3d(140px, -34px, 0) rotate(-115deg);
    }
.trademarks .layer2-5{
    left: 204px;
    top: -41px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    }
.no-touchevents .trademarks .item:hover .layer2-5{
    -webkit-transform: translate3d(-190px, -46px, 0) rotate(65deg);
    transform: translate3d(-190px, -46px, 0) rotate(65deg);
    }
.trademarks .layer2-6{
    left: -99px;
    top: 103px;
    }
.no-touchevents .trademarks .item:hover .layer2-6{
    -webkit-transform: translate3d(20px, 116px, 0) rotate(65deg);
    transform: translate3d(20px, 116px, 0) rotate(65deg);
    }
.trademarks .layer3-1{
    left: -74px;
    top: -48px;
    }
.no-touchevents .trademarks .item:hover .layer3-1{
    -webkit-transform: rotate(-35deg) translate3d(30px, 40px, 0);
    transform: rotate(-35deg) translate3d(30px, 40px, 0);
    }
.trademarks .layer3-2{
    left: -89px;
    top: -26px;
    }
.no-touchevents .trademarks .item:hover .layer3-2{
    -webkit-transform:rotate(15deg) translate3d(10px, 30px, 0);
    transform: rotate(15deg) translate3d(10px, 30px, 0);
    }
.trademarks .layer3-3{
    left: -71px;
    top: -22px;
    }
.no-touchevents .trademarks .item:hover .layer3-3{
    -webkit-transform: rotate(-25deg) translate3d(-10px, -10px, 0);
    transform: rotate(-25deg) translate3d(-10px, -10px, 0);
    }
.trademarks .layer3-4{
    left: 141px;
    top: -48px;
    }
.no-touchevents .trademarks .item:hover .layer3-4{
    -webkit-transform: translate3d(30px, -70px, 0) rotate(55deg);
    transform: translate3d(30px, -70px, 0) rotate(55deg);
    }
.trademarks .layer3-5{
    left: -89px;
    top: 125px;
    }
.no-touchevents .trademarks .item:hover .layer3-5{
    -webkit-transform: translate3d(-50px, 60px, 0) rotate(55deg);
    transform: translate3d(-50px, 60px, 0) rotate(55deg);
    }
.trademarks .layer3-6{
    left: 112px;
    top: -56px;
    }
.no-touchevents .trademarks .item:hover .layer3-6{
    -webkit-transform: translate3d(-110px, -30px, 0) rotate(155deg);
    transform: translate3d(-110px, -30px, 0) rotate(155deg);
    }
.trademarks .layer4-1{
    left: -53px;
    top: -119px;
    }
.no-touchevents .trademarks .item:hover .layer4-1{
    -webkit-transform: translate3d(20px, 0, 0) rotate(35deg);
    transform: translate3d(20px, 0, 0) rotate(35deg);
    }
.trademarks .layer4-2{
    left: 85px;
    top: -117px;
    }
.no-touchevents .trademarks .item:hover .layer4-2{
    -webkit-transform: translate3d(-160px, 176px, 0) rotate(35deg);
    transform: translate3d(-160px, 176px, 0) rotate(35deg);
    }
.trademarks .layer4-3{
    left: -66px;
    top: -89px;
    }
.no-touchevents .trademarks .item:hover .layer4-3{
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    }
.trademarks .layer4-4{
    z-index: -1;
    left: 66px;
    top: 89px;
    }
.no-touchevents .trademarks .item:hover .layer4-4{
    -webkit-transform: translate3d(180px, -146px, 0) rotate(55deg);
    transform: translate3d(180px, -146px, 0) rotate(55deg);
    }
.trademarks .layer4-5{
    z-index: -1;
    left: 66px;
    top: 89px;
    }
.no-touchevents .trademarks .item:hover .layer4-5{
    -webkit-transform: translate3d(-180px, -196px, 0) rotate(125deg);
    transform: translate3d(-180px, -196px, 0) rotate(125deg);
    }
.trademarks .layer5-1{
    left: -51px;
    top: -46px;
    }
.no-touchevents .trademarks .item:hover .layer5-1{
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    }
.trademarks .layer5-2{
    left: 135px;
    top: -93px;
    }
.no-touchevents .trademarks .item:hover .layer5-2{
    -webkit-transform: translate3d(150px, 80px, 0) rotate(-75deg);
    transform: translate3d(150px, 80px, 0) rotate(-75deg);
    }
.trademarks .layer5-3{
    left: -13px;
    top: -93px;
    }
.no-touchevents .trademarks .item:hover .layer5-3{
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
    }
.trademarks .layer5-4{
    left: 24px;
    top: -96px;
    }
.no-touchevents .trademarks .item:hover .layer5-4{
    -webkit-transform: translate3d(-120px, 40px, 0) rotate(115deg);
    transform: translate3d(-120px, 40px, 0) rotate(115deg);
    }
.trademarks .layer5-5{
    left: -48px;
    top: 120px;
    }
.no-touchevents .trademarks .item:hover .layer5-5{
    -webkit-transform: translate3d(70px, 90px, 0) rotate(-115deg);
    transform: translate3d(70px, 90px, 0) rotate(-115deg);
    }
.trademarks .layer6-1{
    left: -70px;
    top: -52px;
    }
.no-touchevents .trademarks .item:hover .layer6-1{
    -webkit-transform: translate3d(0, 0px, 0) rotate(-35deg);
    transform: translate3d(0, 0px, 0) rotate(-35deg);
    }
.trademarks .layer6-2{
    left: 78px;
    top: -68px;
    }
.no-touchevents .trademarks .item:hover .layer6-2{
    -webkit-transform: translate3d(-180px, -10px, 0) rotate(85deg);
    transform: translate3d(-180px, -10px, 0) rotate(85deg);
    }
.trademarks .layer6-3{
    left: -53px;
    top: -80px;
    }
.no-touchevents .trademarks .item:hover .layer6-3{
    -webkit-transform: translate3d(0, -10px, 0) rotate(55deg);
    transform: translate3d(0, -10px, 0) rotate(55deg);
    }
.trademarks .layer6-4{
    left: -65px;
    top: 170px;
    }
.no-touchevents .trademarks .item:hover .layer6-4{
    -webkit-transform: translate3d(320px, 60px, 0) rotate(135deg);
    transform: translate3d(320px, 60px, 0) rotate(135deg);
    }
.trademarks .layer6-5{
    z-index: -1;
    left: 66px;
    top: 89px;
    }
.no-touchevents .trademarks .item:hover .layer6-5{
    -webkit-transform: translate3d(-190px, 90px, 0) rotate(135deg);
    transform: translate3d(-190px, 90px, 0) rotate(135deg);
    }
.trademarks .layer6-6{
    z-index: -1;
    left: 66px;
    top: 89px;
    }
.no-touchevents .trademarks .item:hover .layer6-6{
    -webkit-transform: translate3d(230px, -120px, 0) rotate(115deg);
    transform: translate3d(230px, -120px, 0) rotate(115deg);
    }

/*Img slider*/
.img-slider-box{
	position: relative;
	max-width: 1028px;
	margin: 48px auto;
	}
.img-slider .slide{
	line-height: 0;
	}
.img-slider img{
	margin: 0 !important;
	max-width: 100%;
	}
.img-slider-box .slick-arrow{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 10px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	border-radius: 110%;
	background: #0c5dc5;
	cursor: pointer;
	transition: opacity .2s ease;
	}
.img-slider-box .slick-next{
	left: auto;
	right: 10px;
	}
.no-touchevents .img-slider-box .slick-arrow:hover{
	opacity: .7;
	}
.img-slider-box .slick-arrow svg *{
	fill: #fff;
	}
.img-slider-box .slick-prev svg{
	transform: scaleX(-1);
	}
.img-slider-box .slide-indicator{
	position: absolute;
	z-index: 11;
	bottom: 0;
	right: 0;
	font-size: 12px;
	line-height: 19px;
	color: #fff;
	height: 19px;
	padding: 0 12px;
	background: #0c5dc5;
	}
/*Our advantages*/
.our-advantages{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 48px -12px 8px;
	}
.our-advantages h3{
	text-align: center;
	width: 100%;
	margin: 0 0 34px;
	}
.our-advantages .item{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	width: 20%;
	padding: 0 12px;
	margin: 0 0 40px;
	}
.our-advantages .icon{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 104px;
	margin: 0 0 21px;
	}
.our-advantages .icon img{
	max-height: 104px;
	max-width: 100%;
	margin: 0;
	}
.our-advantages .item p{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 200px;
	}
/*Main slider*/
.main-slider{
    position: relative;
    overflow: hidden;
    }
.rtl .main-slider{

    }
.main-slider .slide{
    height: calc(100vh - 96px);
    position: relative;
    white-space: nowrap;
    text-align: center;
    }
.main-slider .slide a{
    text-decoration: none;
    display: block;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
.main-slider .slide a:before{
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
    }
.no-touchevents .main-slider .slide a:hover h2{
    opacity: .85;
    }
.main-slider .slide .slide-descr{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: normal;
    z-index: 2;
    padding: 0 165px;
    width: 100%;
    max-width: 1540px;
    text-align: left;
    }
.main-slider .slide .slide-descr h2{
    font-size: 56px;
    color: #fff;
    font-weight: 300;
    transition: opacity .2s;
    }
.rtl .main-slider .slide .slide-descr h2{
    /*text-align: right;*/
    }
.main-slider .slide .slide-descr h2 strong{
    font-weight: 700;
    }
.main-slider .slide .bg{
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    }
.main-slider .slick-dots{
    position: absolute;
    bottom: 13px;
    left: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    }
.main-slider .slick-dots li{
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    padding: 0 !important;
    margin-bottom: 0;
    }
.main-slider .slick-dots li:last-child{
    margin-right: 0;
    }
.main-slider .slick-dots li:before{
    display: none;
    }
.main-slider .slick-dots li button{
    text-indent: -10000px;
    padding: 0;
    border: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    background: transparent;
    }
.main-slider .slick-dots li button:before{
    content: '';
    border-radius: 50%;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    transition: all .2s;
    }
.no-touchevents .main-slider .slick-dots li button:hover:before{
    background: white;
    }
.main-slider .slick-dots li.slick-active button{
    background: rgba(255, 255, 255, 0.4);
    }
.main-slider .slick-dots li.slick-active button:before{
    background: white;
    }
.main-slider .slick-arrow{
    z-index: 2;
    position: absolute;
    top: 50%;
    border: none;
    text-indent: -10000px;
    cursor: pointer;
    padding: 0;
    background: transparent;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    transition: opacity .2s;
    }
.main-slider .slick-arrow:before{
    content: '';
    width: 26px;
    height: 26px;
    border-top: none;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-color: #fff;
    }
.no-touchevents .main-slider .slick-arrow:hover{
    opacity: .85;
    }
.main-slider .slick-arrow.slick-next{
    right: 50px;
    }
.main-slider .slick-arrow.slick-next:before{
    border-left: none;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
.main-slider .slick-arrow.slick-prev{
    left: 50px;
    }
.main-slider .slick-arrow.slick-prev:before{
    border-right: none;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }
.features-box{
    overflow: hidden;
    }
.features-box .features{
    font-size: 0;
    }
.features-box .features .img-wrap{
    display: inline-block;
    height: 340px;
    width: 50%;
    position: relative;
    vertical-align: top;
    transform: translate3d(-100%, 0, 0);
    transition: all .4s ease;
    }
.rtl .features-box .features .img-wrap{
    transform: translate3d(100%, 0, 0);
    }
.features-box .features .img-wrap:before{
    z-index: 2;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -10px;
    }
.rtl .features-box .features .img-wrap:before{
    right: auto;
    left: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    }
.features-box .features .img-wrap .bg{
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    }
.features-box .features .text{
    display: inline-block;
    height: 340px;
    width: 50%;
    vertical-align: top;
    background-color: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    transform: translate3d(100%, 0, 0);
    transition: all .4s ease;
    }
.rtl .features-box .features .text{
    transform: translate3d(-100%, 0, 0);
    }
.features-box .features .text:before{
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
    }
.features-box .features .text .inner-box{
    display: inline-block;
    vertical-align: middle;
    padding: 0 16.45833333333333%;
    }
.features-box .features .text .inner-box p{
    color: #074da7;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.65em;
    max-height: 200px;
    margin-bottom: 22px;
    }
.features-box .features .text .inner-box p:last-child{
    margin-bottom: 0;
    }
.features-box .features:nth-child(odd) .img-wrap{
    float: right;
    transform: translate3d(100%, 0, 0);
    }
.rtl .features-box .features:nth-child(odd) .img-wrap{
    float: left;
    transform: translate3d(-100%, 0, 0);
    }
.features-box .features:nth-child(odd) .text{
    transform: translate3d(-100%, 0, 0);
    }
.rtl .features-box .features:nth-child(odd) .text{
    transform: translate3d(100%, 0, 0);
    }
.features-box .features.visible .text, .features-box .features.visible .img-wrap{
    transform: translate3d(0, 0, 0) !important;
    }
.features-box .features:nth-child(odd) .img-wrap:before{
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    right: auto;
    left: 0;
    }
.rtl .features-box .features:nth-child(odd) .img-wrap:before{
    left: auto;
    right: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    }
.features-box .btn-wrap{
    text-align: center;
    padding: 40px 0;
    }
.features-box .btn-wrap .link-btn{
    height: 60px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 56px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    }
input[type="checkbox"],
input[type="radio"]{
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
    }
input[type="checkbox"] + label,
input[type="radio"] + label{
    cursor: pointer;
    }
input[type="checkbox"]:not(checked),
input[type="radio"]:not(checked){
    position: absolute;
    opacity: 0;
    }
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
.contacts-form{
    margin: 0 auto;
    padding: 0 20px 110px;
    max-width: 1280px;
    }
.contacts-form .row{
    margin: 0 -10px;
    text-align: center;
    }
.contacts-form .row .row-item{
    width: 50%;
    background-color: white;
    max-width: 630px;
    padding: 0 10px;
    }
.contacts-form .row .row-item p,
.contacts-form .row .row-item h2{
    text-align: left;
    }
.contacts-form .row .row-item p{
    margin-bottom: 30px;
    }
.contacts-form .row .row-item form{
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    text-align: left;
    padding: 60px 80px 44px;
    }
.contacts-form .row .row-item form button{
    float: right;
    }
.contacts-form .row .row-item form .form-bottom{
    margin-top: 30px;
    }
form .field-row{
    margin-bottom: 19px;
    }
form .field-row .field-wrap label{
    color: #7f90ab;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 9px;
    }
form .field-row .field-wrap.required label:after{
    content: '*';
    color: #7f90ab;
    font-size: 14px;
    display: inline-block;
    margin-left: 4px;
    }
form .field-row .field-wrap input,
form .field-row .field-wrap textarea{
    height: 46px;
    background-color: white;
    border: 1px solid #c1ccdc;
    padding: 0 10px;
    line-height: 100%;
    color: #081d38;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    }
form .field-row .field-wrap textarea{
    line-height: 1.5em;
    padding: 10px;
    resize: none;
    overflow-y: auto;
    height: 92px;
    }
form .field-row .field-wrap.error input,
form .field-row .field-wrap.error textarea{
    background-color: #f9c9c5;
    border: 1px solid #d61a0c;
    }
form .field-row .field-wrap.error .error-message{
    margin: 7px 0 10px;
    display: inline-block;
    color: #d61a0c;
    font-size: 11px;
    font-weight: 400;
    }
.fileinput-wrap{
    float: left;
    overflow: hidden;
    }
.fileinput-wrap p{
    margin-bottom: 0 !important;
    }
/*.fileinput-button {
  color: rgb(12, 93, 197);
  font-size: 13px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  width: 200px;
  padding-left: 55px;
  height: 49px;
  padding-top: 15px;
  transition: color .2s;
  &:before {
    border-radius: 50%;
    width: 49px;
    height: 49px;
    box-sizing: border-box;
    border: 2px solid rgb(209, 217, 228);
    text-align: center;
    transition: color .2s;
    color: rgb(12, 93, 197);
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
  }
  .no-touchevents &:hover {
    &:before {
      color: rgb(209, 217, 228);
    }
  }
  & > span {
    cursor: pointer;
  }
  &.upload-done, &.upload {
    padding-top: 10px;
    span {
      display: none;
    }
    .files {
      display: inline-block;
    }
    .progress {
      display: block;
    }
  }
  &.upload-done {
    .remove-file {
      width: 49px !important;
      height: 49px;
      border-radius: 50%;
      border: 2px solid rgb(209, 217, 228);
      background: #fff;
      position: absolute;
      margin-top: 0;
      text-align: center;
      font-size: 50px;
      left: -55px;
      top: -7px;
      display: inline-block;
      line-height: 43px;
    }
  }
  .files {
    display: none;
    position: relative;
    top: -3px;
  }
  .progress {
    display: none;
    &.active {
      background-color: rgb(209, 217, 228);
    }
    .bar {
      height: 4px;
      background-color: rgb(47, 108, 201);
    }
  }
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.fileinput-button.disabled, .fileinput-button.disabled:hover, .fileinput-button.disabled:active {
  cursor: default;
}
.fileinput-button.disabled input {
  cursor: default;
}*/

.fileinput-box{
    display: inline-block;
    width: 50%;
    }
.fileinput-box .error-message{
    color: #d61a0c;
    font-size: 11px;
    font-weight: 400;
    }
.fileinput-wrapper{
    position: relative;
    text-align: left;
    display: inline-block;
    width: 100%;
    height: 49px;
    transition: all .2s;
    cursor: pointer;
    }
.no-touchevents .fileinput-wrapper:hover .fileinput span:after{
    color: #d1d9e4;
    }
.fileinput-wrapper .fileinput-name{
    color: #7f90ab;
    font-size: 13px;
    font-weight: 400;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    padding-left: 59px;
    line-height: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    }
.fileinput-wrapper .fileinput{
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 49px;
    z-index: 1;
    }
.fileinput-wrapper .fileinput span{
    color: #0c5dc5;
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 59px;
    margin-top: 6px;
    border-bottom: 1px dotted #0c5dc5;
    transition: all .2s;
    }
.no-touchevents .fileinput-wrapper:hover .fileinput span{
    border-bottom-color: transparent;
    }
.fileinput-wrapper .fileinput span:after{
    content: '\e800';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    box-sizing: border-box;
    border: 2px solid #d1d9e4;
    text-align: center;
    transition: color .2s;
    color: #0c5dc5;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    position: absolute;
    left: -59px;
    top: -6px;
    margin-top: 0;
    }
.fileinput-wrapper .fileinput span em{
    color: #b3b3b3;
    font-size: 14px;
    display: block;
    font-style: normal;
    font-weight: 400;
    }
.no-touchevents .fileinput-wrapper .fileinput span:hover:after{
    color: #d1d9e4;
    }
.fileinput-wrapper .fileinput-clear{
    width: 49px !important;
    height: 49px;
    max-width: 49px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #d1d9e4;
    background: #fff;
    position: absolute;
    text-align: center;
    display: block;
    font-size: 50px;
    left: 0;
    cursor: pointer;
    margin-top: 0 !important;
    top: 0;
    line-height: 49px;
    transition: all .2s;
    color: #0c5dc5;
    }
.fileinput-wrapper .fileinput-clear i{
    font-style: normal;
    position: relative;
    }
.ios .fileinput-wrapper .fileinput-clear i{
    top: -6px;
    }
.no-touchevents .fileinput-wrapper .fileinput-clear:hover{
    color: #d1d9e4;
    }
.fileinput-wrapper.file-added{
    white-space: nowrap;
    }
.fileinput-wrapper.file-added:after{
    display: none;
    }
.fileinput-wrapper.file-added:before{
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    }
.fileinput-wrapper.file-added .fileinput span{
    display: none;
    }
.fileinput input[type=file],
.fileinput input[type=file]:focus,
.fileinput input[type=file]:hover{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    outline: 0;
    }
/* Fixes for IE < 8 */

.files{
    display: none;
    width: 100%;
    }
.upload-done .files,
.upload .files{
    display: inline-block;
    }
.files p{
    font-size: 12px;
    line-height: 18px !important;
    overflow: hidden;
    padding: 0 20px 0 0;
    display: inline-block;
    position: relative;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    color: #7f90ab;
    }
.files p b{
    margin-left: 10px;
    color: #a2a1a1;
    white-space: nowrap;
    }
.remove-file{
    width: 14px !important;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    z-index: 10;
    color: #d61a0c;
    height: 14px;
    min-width: 0;
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    display: none;
    cursor: pointer;
    vertical-align: top;
    }
.mobile .remove-file,
.tablet .remove-file{
    font-size: 22px;
    line-height: 11px;
    margin-top: -6px;
    }
.upload-done .remove-file{
    display: inline-block;
    }
.select2-container--open .select2-dropdown--below{
    border-color: #fff;
    background: #fff;
    border-radius: 0;
    }
.catalog-page .select2-container--open .select2-dropdown--below, .shareholders-page .select2-container--open .select2-dropdown--below{
    background: #fff;
    border-color: #c1ccdc;
    }
.select2-results__option{
    font-size: 14px;
    color: #081d38;
    padding: 6px 20px 6px 11px;
    border-top: 1px solid #e6ebf1;
    }
.rtl .select2-results__option{
    padding: 6px 11px 6px 20px;
    }
.select2-results__option:first-child{
    border-top: none;
    }
.catalog-page .select2-results__option{
    color: #081d38;
    }
.select2-container--default .select2-results__option[aria-selected="true"]{
    color: #000;
    }
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #c1ccdc;
    color: #081d38;
    }
.form-status{
    text-align: center;
    padding: 40px 0 10px;
    }
.form-status:before{
    content: '';
    display: block;
    margin: 0 auto 7px;
    }
.form-status p{
    color: #081d38;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-align: center !important;
    }
.form-status.success:before{
    background: url("../i/form-success.png") no-repeat 0 0;
    width: 26px;
    height: 16px;
    }
.form-status.failed:before{
    background: url("../i/form-failed.png") no-repeat 0 0;
    width: 19px;
    height: 18px;
    }
.cd-horizontal-timeline{
    opacity: 0;
    background: #fff;
    padding: 0 0 85px;
    transition: opacity 0.2s;
    margin: 62px 0 50px;
    border-bottom: 1px solid #e8ecf1;
    }
.cd-horizontal-timeline::before{
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
    }
.cd-horizontal-timeline.loaded{
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
    }
.cd-horizontal-timeline .timeline{
    position: relative;
    height: 80px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    }
.cd-horizontal-timeline .events-wrapper{
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
    }
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before{
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
    display: none;
    }
.cd-horizontal-timeline .events-wrapper::before{
    left: 0;
    background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
    }
.cd-horizontal-timeline .events-wrapper::after{
    right: 0;
    background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
    }
.cd-horizontal-timeline .events{
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 39px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #d1d9e4;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    }
.cd-horizontal-timeline .filling-line{
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0c5dc5;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    }
.cd-horizontal-timeline .events a{
    color: #081d38;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 7px;
    font-size: 12px;
    position: absolute;
    text-decoration: none;
    bottom: 0;
    z-index: 2;
    text-align: center;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    }
.cd-horizontal-timeline .events a::after{
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -7px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 2px solid #d1d9e4;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
    }
.no-touchevents .cd-horizontal-timeline .events a:hover{
    text-decoration: none;
    }
.no-touchevents .cd-horizontal-timeline .events a:hover::after{
    background-color: #0c5dc5;
    border-color: #0c5dc5;
    }
.cd-horizontal-timeline .events ol{
    margin-bottom: 0;
    }
.cd-horizontal-timeline .events ol li{
    margin-bottom: 0;
    overflow: visible;
    padding-left: 0;
    }
.cd-horizontal-timeline .events ol li:before{
    display: none;
    }
.cd-horizontal-timeline .events a.selected{
    pointer-events: none;
    }
.cd-horizontal-timeline .events a.selected::after{
    background-color: #0c5dc5;
    border-color: #0c5dc5 !important;
    }
.cd-horizontal-timeline .events a.older-event::after{
    border-color: #0c5dc5;
    }
.cd-timeline-navigation li{
    position: static !important;
    }
.cd-timeline-navigation li:after,
.cd-timeline-navigation li:before{
    display: none;
    }
.cd-timeline-navigation a{
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    transition: border-color 0.3s;
    width: 34px;
    height: 34px;
    border: 2px solid #d1d9e4;
    }
.cd-timeline-navigation a::after{
    /* arrow icon */
    content: '';
    position: absolute;
    height: 15px;
    width: 9px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    }
.cd-timeline-navigation a.prev{
    left: 0;
    background: url("../i/timeline-prev.png") no-repeat 45% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.cd-timeline-navigation a.next{
    right: 0;
    background: url("../i/timeline-next.png") no-repeat 55% 50%;
    }
.no-touchevents .cd-timeline-navigation a:not(.inactive):hover{
    opacity: .75;
    }
.cd-timeline-navigation a.inactive{
    cursor: not-allowed;
    opacity: .5;
    }
.cd-timeline-navigation a.inactive::after{
    background-position: 0 -16px;
    }
.no-touchevents .cd-timeline-navigation a.inactive:hover{
    border-color: #dfdfdf;
    }
.cd-horizontal-timeline .events-content{
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height 0.4s;
    }
.cd-horizontal-timeline .events-content ol{
    list-style: none;
    margin-bottom: 0;
    }
.cd-horizontal-timeline .events-content li{
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    text-align: center;
    margin-bottom: 0;
    }
.cd-horizontal-timeline .events-content li:before{
    display: none;
    }
.cd-horizontal-timeline .events-content li a{
    transition: none;
    }
.cd-horizontal-timeline .events-content li.selected{
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    }
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right{
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
    }
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left{
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
    }
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left{
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    }
.cd-horizontal-timeline .events-content li > *{
    margin: 0 auto;
    }
.cd-horizontal-timeline .events-content h2{
    font-size: 30px;
    color: #081d38;
    font-weight: 400;
    margin-bottom: 22px;
    padding: 0;
    }
.cd-horizontal-timeline .events-content .date-descr{
    position: relative;
    max-width: 740px;
    margin: 0 auto;
    }
.cd-horizontal-timeline .events-content em{
    display: block;
    font-style: italic;
    margin: 10px auto;
    }
.cd-horizontal-timeline .events-content em::before{
    content: '- ';
    }
.cd-horizontal-timeline .events-content p{
    margin-bottom: 16px;
    color: #081d38;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625em;
    }
.cd-horizontal-timeline .events-content p:last-child{
    margin-bottom: 0;
    }
@-webkit-keyframes cd-enter-right{
    0%{
        opacity: 0;
        -webkit-transform: translateX(100%);
        }

    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        }
    }
@keyframes cd-enter-right{
    0%{
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        }

    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        }
    }
@-webkit-keyframes cd-enter-left{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-100%);
        }

    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        }
    }
@keyframes cd-enter-left{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        }

    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        }
    }
footer{
    position: relative;
    z-index: 9;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    background-color: #0c5dc5;
    }
footer .container{
    max-width: 1520px;
    padding: 0 20px;
    margin: 0 auto;
    }
footer .contact-info{
    padding: 41px 0 36px;
    border-bottom: 1px solid #0854b5;
    margin-bottom: 18px;
    }
footer .contact-info .contacts{
    display: inline-block;
    }
footer .contact-info .phone,
footer .contact-info .mail,
footer .contact-info .social{
    display: inline-block;
    vertical-align: top;
    }
footer .contact-info .phone{
    margin-right: 80px;
    position: relative;
    padding-left: 38px;
    }
.rtl footer .contact-info .phone{
    margin-right: 0;
    margin-left: 80px;
    padding-left: 0;
    padding-right: 38px;
    }
footer .contact-info .phone:before{
    content: '';
    background: url("../i/phone-icon.png") no-repeat 0 0;
    width: 18px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    }
.rtl footer .contact-info .phone:before{
    left: auto;
    right: 0;
    }
footer .contact-info .phone p{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #acd0ff;
    }
footer .contact-info .phone p a{
    transition: all .2s;
    color: #fefeff;
    text-decoration: none;
    }
footer .contact-info .mail{
    position: relative;
    padding-left: 38px;
    }
.rtl footer .contact-info .mail{
    padding-left: 0;
    padding-right: 38px;
    }
footer .contact-info .mail:before{
    content: '';
    background: url("../i/mail-icon.png") no-repeat 0 0;
    width: 25px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    }
.rtl footer .contact-info .mail:before{
    left: auto;
    right: 0;
    }
footer .contact-info .mail p a{
    text-decoration: none;
    color: #fefeff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #5c97e2;
    }
.no-touchevents footer .contact-info .mail p a:hover{
    border-bottom-color: transparent;
    }
footer .contact-info .social{
    width: auto !important;
    float: right;
    }
.rtl footer .contact-info .social{
    float: left;
    }
footer .contact-info .social p{
    display: inline-block;
    vertical-align: middle;
    color: #acd0ff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-right: 16px;
    }
.rtl footer .contact-info .social p{
    margin-right: 0;
    margin-left: 16px;
    }
footer .contact-info .social ul{
    display: inline-block;
    vertical-align: middle;
    }
footer .contact-info .social ul li{
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    }
.rtl footer .contact-info .social ul li{
    margin-right: 0;
    margin-left: 10px;
    }
footer .contact-info .social ul li:last-child{
    margin-right: 0;
    }
.rtl footer .contact-info .social ul li:last-child{
    margin-left: 0;
    }
footer .contact-info .social ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: all .2s;
    }
.no-touchevents footer .contact-info .social ul li a:hover{
    opacity: .75;
    }
footer .copyright{
    padding-bottom: 15px;
    }
footer .copyright p{
    color: #acd0ff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    }
footer .footer-bottom{
    background-color: #034eae;
    }
footer .footer-links{
    position: relative;
    padding: 11px 0 4px;
    }
footer .footer-links ul{
    text-align: center;
    position: relative;
    z-index: 2;
    }
footer .footer-links ul li{
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
    padding-bottom: 10px;
    }
.rtl footer .footer-links ul li{
    margin-right: 0;
    margin-left: 18px;
    }
footer .footer-links ul li:last-child{
    margin-right: 0;
    }
.rtl footer .footer-links ul li:last-child{
    margin-left: 0;
    }
footer .footer-links ul li a{
    color: #7da3d8;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #5c97e2;
    }
.no-touchevents footer .footer-links ul li a:hover{
    border-bottom-color: transparent;
    }
@media (min-width: 961px){
    header .header-controls{
        height: auto !important;
        }
    /*header nav > ul > li.has-child.opened-dropdown > a:after, header nav > ul > li:hover > a:after{
        content: '';
        height: 3px;
        background-color: #2c5eae;
        width: 30px;
        position: absolute;
        top: -4px;
        left: 0;
        }*/
    .rtl header nav > ul > li:hover > a:after{
        left: auto;
        right: 0;
        }
	header nav .submenu.visible{
		visibility: visible;
		opacity: 1;
		}

    header .search-form form{
        width: 400px !important;
        }
    }
@media only screen and (min-width: 1100px){
    .cd-horizontal-timeline::before{
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
        }
    }
@media (max-width: 1550px){
    .trademarks .item-box{
        width: 33.333333%;
    }
}
@media (max-width: 1380px){
     header .new-header.fix nav > ul > li > a {
        font-size: 14px;
    }
}
@media (max-width: 1300px){
    header .fix nav > ul > li .submenu {
        padding-top: 17px;
    }
    header .fix nav > ul > li .submenu:after {
        top: 9px;
    }
    .new-header.fix .container {
        padding: 0 10px;
    }
    .new-header.fix .new-langs {
        right: 10px;
    }
    .new-header.fix .fix-logo {
        width: 40px;
    }
    header .new-header.fix nav > ul > li > a {
        padding: 5px;
    }
    .new-header.fix form {
        margin-right: 65px;
    }
    .new-header.fix .new-langs {
        top: 8px;
    }
    header .logo{
        background: url("../i/logo-mob.png?v=3") no-repeat 0 0 !important;
        width: 109px;
        height: 102px;
        margin-right: 20px;
        }
	header .logo.en, header .logo.zh, header .logo.ar{
		background-image: url("../i/logo-mob-en.png?v=3") !important;
		}
    header .header-controls{
        float: right;
        width: auto;
        max-width: calc(100% - 129px);
        }
    header nav > ul > li:last-child{
        /*margin-right: 40px;*/
        }
    .row.three-in-row .row-item,
    .catalog-page .prod-list .row .row-item {
            width: 33.333%;
    }
    .catalog-content .products-box{
        width: calc(100% - 265px);
        }
    .catalog-page .recommended{
        padding-left: 265px;
        }
    .catalog-page .recommended{
        padding-left: 0;
        }
    .catalog-page .catalog aside{
        width: 250px;
        }
    .mark-box .four-mark .wave{
        -webkit-transform: scale(0.9, 1);
        -ms-transform: scale(0.9, 1);
        transform: scale(0.9, 1);
        margin: 0 -5.5%;
        }
    .mark-box .three-mark .wave{
        -webkit-transform: scale(0.94, 1);
        -ms-transform: scale(0.94, 1);
        transform: scale(0.94, 1);
        margin: 0 -5%;
        }
    .mark-box .top-line.three-mark .wave{
        -webkit-transform: scale(0.94, 1);
        -ms-transform: scale(0.94, 1);
        transform: scale(0.94, 1);
        margin: 0 -5%;
        }
    .mark-box .bottom-line.four-mark .wave{
        -webkit-transform: scale(0.9, 1);
        -ms-transform: scale(0.9, 1);
        transform: scale(0.9, 1);
        margin: 0 -5.5%;
        }
    .features-box .features .text .inner-box{
        padding: 0 40px;
        }
    }
@media screen and (max-width: 1200px){
    .contacts-form .row .row-item form{
        padding: 40px 40px 44px;
        }
        .main-slider .slide .slide-descr{
        display: none;
        }
    }
@media (max-width: 1150px){
    header nav > ul > li > a {
        padding: 5px 10px;
    }
    .new-header.fix .container {
        padding: 0 5px;
    }
    .new-header.fix .new-langs {
        right: 5px;
    }
    .new-header.fix .link-top,
    header .new-header.fix nav > ul > li > a {
        font-size: 12px;
    }
    .new-header.fix form {
        margin-right: 60px;
        font-size: 13px;
    }
    .new-header.fix form input {
        width: 95px;
    }
    .select-category form label {
        font-size: 12px;
        margin-right: 5px;
        }
    header nav > ul > li .submenu.catalog-submenu{
        margin-left: -280px;
        }
    header .fix nav > ul > li .submenu.catalog-submenu{
        margin-left: -145px;
        }
    header nav > ul > li .submenu.catalog-submenu:after{
        left: 20%;
        }
    .mark-box{
        height: auto;
        padding-top: 0;
        }
    .mark-box:before{
        height: 538px;
        background-image: url("../i/trademarks-bg-mobile.jpg");
        }
    .mark-box .mark-slider{
        display: block;
        overflow: hidden;
        }
    .mark-box .top-line{
        display: none;
        }
    .mark-box .bottom-line, .trademarks{
        display: none;
        }
    }
@media (max-width: 1050px) {
    header .new-header.fix nav > ul > li > a {
        font-size: 11px;
    }
}
@media (min-width: 1600px){
    .main-slider .slick-arrow.slick-next{
        right: 70px;
        }
    .main-slider .slick-arrow.slick-prev{
        left: 70px;
        }
    }
@media (min-width: 1025px){
    .main-slider .slick-arrow{
        width: 90px;
        height: 90px;
        margin-top: -45px;
        }
    .main-slider .slick-arrow:after{
        content: '';
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 50%;
        width: 90px;
        height: 90px;
        margin: -45px 0 0 -50px;
        background: rgba(45, 114, 204, .3);
        border-radius: 110%;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        }
    .main-slider .slick-arrow.slick-next:after{
        margin-left: -40px;
        }
    .main-slider .slick-dots{
        bottom: 56px;
        }
    }
@media (max-width: 1024px){
    header nav > ul > li > a {
        font-size: 16px;
    }
    .subscribe{
        float: none;
        max-width: 470px;
        margin: 50px auto 0;
        }
    .news-controls{
        text-align: center;
        }
    .news-controls .pager,
    .news-controls .back{
        float: none;
        }
    .share{
        float: none;
        margin-bottom: 20px;
        text-align: center;
        }

    .catalog-content .products-box{
        position: relative;
        float: none;
        width: 100%;
        top: 0;
        margin-bottom: 0;
        }

    .catalog-page .prod-list,
    .catalog-page .recommended{
        padding-left: 0;
        }
    .catalog-page .prod-list .row .row-item,
    .catalog-page .recommended .row .row-item{
        width: 50%;
        }
    .catalog-page .prod-list .row .row-item,
    .catalog-page .recommended .row .row-item{
        width: 33.333333%;
        }
    .catalog-page .recommended{
        padding-bottom: 1px;
        }
    .catalog-page .recommended .row .row-item{
        width: 50%;
        margin-bottom: 40px;
        }
    .catalog-page .catalog aside{
        display: none;
        }
    .mark-box .mark-slider .slick-arrow.slick-next{
        right: 20px;
        }
    .mark-box .mark-slider .slick-arrow.slick-prev{
        left: 20px;
        }
    .main-slider .slide{
        height: 450px;
        }
    .main-slider .slide .slide-descr{
        padding: 0 80px;
        }
    .main-slider .slick-arrow.slick-next{
        right: 7px;
        }
    .main-slider .slick-arrow.slick-prev{
        left: 7px;
        }
    .contacts-form .row .row-item{
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto 60px;
        }
    .contacts-form .row .row-item:last-child{
        margin-bottom: 0;
        }
    .contacts-form .row .row-item form{
        padding: 60px 80px 44px;
        }
    }
@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 960px) and (min-resolution: 144dpi){
    header nav > ul > li.has-child > a:before{
        background: url("../i/sel-arrow-blue-x2.png") no-repeat 0 0/12px 7px;
        }
    header nav > ul > li .submenu.catalog-submenu .category .title:after,
    header nav > ul > li .submenu.catalog-submenu .trade-mark .title:after{
        background: url("../i/arrow-right-x2.png") no-repeat 0 0/7px 12px;
        }
    header nav > ul > li .submenu.catalog-submenu .category ul li.mob-back:before,
    header nav > ul > li .submenu.catalog-submenu .trade-mark ul li.mob-back:before{
        background: url("../i/arrow-left-x2.png") no-repeat 0 0/7px 12px;
        }
    header .search-form .open-search{
        background: url("../i/search-mob-x2.png") no-repeat 50% 50%/23px 23px !important;
        }
    header .search-form form button{
        background: #2c5eae url("../i/search-white-x2.png") no-repeat 50% 50%/19px 19px;
        }
    header .search-form.opened .open-search{
        background: url("../i/close-mob-x2.png") no-repeat 50% 50%/23px 23px;
        }
    }
@media (max-width: 960px){
    header .right-controls {
        display: block;
    }
    header .logo {
        margin: 0;
    }
    .new-header {
        display: none;
    }
    .new-header.fix {
        display: none;
    }
    .but-line-wrap {
        padding: 20px 0;
    }
    .but-wrap {
        font-size: 18px;
        padding: 9px 28px;
        line-height: 30px;
        margin: 5px 0;
    }
    .but-wrap svg {
        width: 30px;
        height: 30px;
    }
    #wrapper{
        overflow: hidden;
        }
    #wrapper main{
        padding-top: 60px;
        }
    .add-menu header{
        height: 60px;
        }
    header{
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 0;
        }
    .catalog-page header{
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
        }
    header .container{
        position: static;
        }
    header .logo{
		top: 2px;
        width: 60px;
        height: 56px;
        background-size: 60px 56px !important;
        }
    header .header-controls{
        position: fixed;
        padding-right: 0;
        right: -360px;
        height: 100%;
        min-height: calc(100vh - 60px);
        float: none;
        max-width: none;
        overflow: hidden;
        border-top: 1px solid #edf1f6;
        top: 60px;
        padding-top: 0;
        width: 360px;
        background-color: white;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
        transition: all .2s;
        }
    .rtl header .header-controls{
        right: auto;
        left: -360px;
        }
    .catalog-menu-open header .header-controls{
        overflow-y: hidden;
        }
    .menu-open header .header-controls{
        right: 0;
        }
    .rtl.menu-open header .header-controls{
        right: auto;
        left: 0;
        }
    header .mob-container{
        height: 100%;
        overflow-y: auto;
        }
    header nav{
        padding-right: 0;
        display: block;
        padding-top: 16px;
        }
    header nav > ul > li{
        display: block;
        position: static;
        margin-right: 0;
        }
    header nav > ul > li.has-child > a:before{
        content: '';
        position: absolute;
        background: url("../i/sel-arrow-blue.png") no-repeat 0 0;
        width: 12px;
        height: 7px;
        left: 17px;
        top: 23px;
        }

    .rtl header nav > ul > li.has-child > a:before{
        left: auto;
        right: 17px;
        }

    header nav > ul > li.has-child.nav-visible > a{
        color: #7f90ab;
        }
    header nav > ul > li.has-child.nav-visible > a:before{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        }
    header nav > ul > li > a{
        display: block;
        position: relative;
        padding: 17px 20px 17px 40px;
        }
    .rtl header nav > ul > li > a{
        padding: 17px 40px 17px 20px;
        }
    header nav > ul > li.active a:after{
        display: none;
        }
    header nav > ul > li .simple-submenu{
        width: 100%;
        margin-left: 0 !important;
        }
    header nav > ul > li .simple-submenu ul.submenu-inner{
        box-shadow: none;
        padding: 0 20px 7px 52px;
        }
    header nav > ul > li .submenu{
        display: none;
        }
    header nav > ul > li .submenu{
        position: static;
        left: auto;
        opacity: 1;
        visibility: visible;
        top: 0;
        padding-top: 0 !important;
        }
	header nav > ul > li .submenu:before{
		display: none;
		}
	.submenu .has-child:after{
		display: none !important;
		}
	nav > ul > li > .submenu > .submenu-inner{
		margin-top: 2px;
		}
	header nav > ul > li .submenu.catalog-submenu .submenu-inner{
		padding: 0 0 0 58px;
		}
	nav > ul > li > .submenu > .submenu-inner > li{
		font-weight: 700;
		font-size: 15px;
		line-height: 22px;
		padding: 0;
		margin-bottom: 13px;
		}
	nav > ul > li > .submenu > .submenu-inner > li:last-child{
		margin-bottom: 0;
		}
	header nav > ul > li .submenu .submenu ul, nav > ul > li > .submenu > .submenu-inner > li .submenu-inner{
		padding: 13px 0 2px 14px;
		}
	header nav > ul > li .submenu .submenu ul li{
		padding: 0;
		margin: 0 0 12px;
		}
	header nav > ul > li .submenu ul li.active > a{
		border-left: 3px solid #2c5eae;
		padding-left: 8px;
		}



	nav > ul > li > .submenu > .submenu-inner > li > a{
		padding: 0;
		}
	nav > ul > li > .submenu > .submenu-inner > li > a svg.arrow{
		display: none !important;
		}
    header nav > ul > li .submenu:after{
        display: none;
        }
    header nav > ul > li .submenu.catalog-submenu{
        margin-left: 0;
        width: 100%;
        overflow: hidden;
        }
    header nav > ul > li .submenu.catalog-submenu .category .title,
    header nav > ul > li .submenu.catalog-submenu .trade-mark .title{
        color: #2c5eae;
        cursor: pointer;
        font-weight: 700;
        font-size: 15px;
        transition: all .2s;
        }
    header nav > ul > li .submenu.catalog-submenu .category .title:after,
    header nav > ul > li .submenu.catalog-submenu .trade-mark .title:after{
        content: '';
        display: inline-block;
        background: url("../i/arrow-right.png") no-repeat 0 0;
        width: 7px;
        height: 12px;
        position: relative;
        top: 2px;
        margin-left: 5px;
        }
    .rtl header nav > ul > li .submenu.catalog-submenu .category .title:after,
    .rtl header nav > ul > li .submenu.catalog-submenu .trade-mark .title:after{
        margin-left: 0;
        margin-right: 5px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        }
    .no-touchevents header nav > ul > li .submenu.catalog-submenu .category .title:hover,
    .no-touchevents header nav > ul > li .submenu.catalog-submenu .trade-mark .title:hover{
        color: #7f90ab;
        }
    header nav > ul > li .submenu.catalog-submenu .category ul,
    header nav > ul > li .submenu.catalog-submenu .trade-mark ul{
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 18px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        height: 100%;
        background: #fff;
        width: 100%;
        z-index: 2;
        overflow-y: auto;
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        }
    header nav > ul > li .submenu.catalog-submenu .category ul li.mob-back,
    header nav > ul > li .submenu.catalog-submenu .trade-mark ul li.mob-back{
        display: block;
        cursor: pointer;
        padding-left: 20px;
        margin-bottom: 26px;
        font-weight: 700;
        color: #2c5eae;
        font-size: 17px;
        transition: all .2s;
        }
    .rtl header nav > ul > li .submenu.catalog-submenu .category ul li.mob-back,
    .rtl header nav > ul > li .submenu.catalog-submenu .trade-mark ul li.mob-back{
        padding-right: 20px;
        padding-left: 10px;
        }
    .no-touchevents header nav > ul > li .submenu.catalog-submenu .category ul li.mob-back:hover,
    .no-touchevents header nav > ul > li .submenu.catalog-submenu .trade-mark ul li.mob-back:hover{
        color: #7f90ab;
        }
    header nav > ul > li .submenu.catalog-submenu .category ul li.mob-back:before,
    header nav > ul > li .submenu.catalog-submenu .trade-mark ul li.mob-back:before{
        content: '';
        display: inline-block;
        background: url("../i/arrow-left.png") no-repeat 0 0;
        width: 7px;
        height: 12px;
        position: relative;
        top: 0;
        margin-right: 5px;
        }
    .rtl header nav > ul > li .submenu.catalog-submenu .category ul li.mob-back:before,
    .rtl header nav > ul > li .submenu.catalog-submenu .trade-mark ul li.mob-back:before{
        margin: 0 0 0 5px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        }
    header nav > ul > li .submenu.catalog-submenu .category ul li.mob-title,
    header nav > ul > li .submenu.catalog-submenu .trade-mark ul li.mob-title{
        padding-left: 42px;
        margin-bottom: 18px;
        display: block;
        font-weight: 700;
        color: #7f90ab;
        font-size: 15px;
        }
    .rtl header nav > ul > li .submenu.catalog-submenu .category ul li.mob-title,
    .rtl header nav > ul > li .submenu.catalog-submenu .trade-mark ul li.mob-title{
        padding-left: 10px;
        padding-right: 42px;
        }
    header nav > ul > li .submenu.catalog-submenu .category ul li,
    header nav > ul > li .submenu.catalog-submenu .trade-mark ul li{
	    font-weight: 700;
	    font-size: 15px;
	    line-height: 22px;
        padding-left: 55px;
        padding-right: 10px;
		margin: 0 0 12px;
        }
	header nav > ul > li .submenu.catalog-submenu .category ul li:last-child,
	header nav > ul > li .submenu.catalog-submenu .trade-mark ul li:last-child{
		margin-bottom: 24px;
		}
    .rtl header nav > ul > li .submenu.catalog-submenu .category ul li,
    .rtl header nav > ul > li .submenu.catalog-submenu .trade-mark ul li{
        padding-left: 10px;
        padding-right: 55px;
        }
    header nav > ul > li .submenu.catalog-submenu .category ul li a,
    header nav > ul > li .submenu.catalog-submenu .trade-mark ul li a{
        font-weight: 700;
        }
    header nav > ul > li .submenu.catalog-submenu .category.active ul,
    header nav > ul > li .submenu.catalog-submenu .trade-mark.active ul{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        }
    header nav > ul > li .submenu .submenu-inner{
        box-shadow: none;
        padding: 0 0 0 58px;
        }
    .rtl header nav > ul > li .submenu .submenu-inner{
        padding: 0 52px 0 0;
        }
	.rtl header nav > ul > li .submenu .submenu ul, .rtl nav > ul > li > .submenu > .submenu-inner > li .submenu-inner{
		padding: 13px 14px 2px 0;
		}
    header nav > ul > li .submenu .category,
    header nav > ul > li .submenu .trade-mark{
        width: 100%;
        padding: 0;
        display: block;
        border-right: none;
        }
    header nav > ul > li.nav-visible .submenu{
        display: block;
        visibility: visible;
        opacity: 1;
        }
  /*  header nav > ul > li.nav-mob-visible .submenu{
        display: block;
        visibility: visible;
        opacity: 1;
        }*/
    header .right-controls{
        right: 80px;
        top: 19px;
        }
    .rtl header .right-controls{
        right: auto;
        left: 80px;
        }
    header .bottom-submenu{
        display: none;
        }
    header .search-form{
        display: block;
        }
    header .search-form .open-search{
        background: url("../i/search-mob.png") no-repeat 0 0;
        width: 23px;
        height: 23px;
        }
    header .search-form .open-search:after{
        bottom: -18px;
        }
    .add-menu header .search-form .open-search:after{
        bottom: -18px;
        }
    header .search-form form{
        right: -80px;
        max-width: 400px;
        }
    .rtl header .search-form form{
        right: auto;
        left: -80px;
        }
    header .search-form form button{
        background: #2c5eae url("../i/search-white.png") no-repeat 50% 50%;
        }
    header .search-form.opened .open-search{
        background: url("../i/close-mob.png") no-repeat 50% 50%;
        }
    header .search-form.opened form{
        top: 41px;
        }
    .add-menu header .search-form.opened form{
        top: 41px;
        }
    header .lang{
        display: none;
        }
    header .lang.mob-lang{
        margin: 0;
        border-top: 1px solid #edf1f6;
        display: block;
        text-decoration: none;
        border-bottom: none;
        text-align: center;
        padding: 15px 0 0;
        margin-top: 16px;
        }
    #menu-toggle-wrapper{
        display: inline-block;
        }
    .features-box .features .text .inner-box{
        padding: 0 20px;
        }
    footer .contact-info .phone{
        margin-right: 40px;
        }
    .rtl footer .contact-info .phone{
        margin-left: 40px;
        }
    }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), only screen and (min-resolution: 144dpi) and (max-width: 960px){
    header .search-form .open-search{
        background: url("../i/search-mob-x2.png") no-repeat 50% 50%/23px 23px !important;
        }
    header .search-form.opened .open-search{
        background: url("../i/search-close-x2.png") no-repeat 50% 50%/23px 23px !important;
        }
    }
@media (max-width: 900px){
	/*Our advantages*/
	.our-advantages .item{
		width: 33.33333333%;
		}
	}
@media (max-width: 860px){
    .select-category form{
        width: 100%;
    }
    .select-category form.left{
        margin-bottom: 20px;
    }
    .page-title.news-title h1{
        font-size: 26px;
        }
    .photo-grid .photo-grid-item,
    .photo-grid .grid-sizer{
        width: 33.3333%;
        }
    .news-list .row .row-item{
        width: 50%;
        }
    .catalog-page .prod-list .row .row-item,
    .catalog-page .recommended .row .row-item{
        width: 50%;
        }
    .catalog-top .current{
        float: none;
        /*margin-bottom: 20px;*/
        }
    .catalog-top form, .select-category form{
        float: none;
        margin-top: 0;
        }
    .product-descr .back{
        float: none;
        margin-bottom: 20px;
        display: inline-block;
        }
    .rtl .product-descr .back{
        float: none;
        }
    .product-descr .row .row-item{
        width: 100%;
        }
    .product-descr .row .row-item.prod-img{
        float: none;
        max-width: 610px;
        display: block;
        margin: 0 auto 30px;
        }
    .rtl .product-descr .row .row-item.prod-img{
        float: none;
        }
    .main-slider .slide .slide-descr h2{
        font-size: 40px;
        }
    .features-box .features{
        margin-bottom: 60px;
        }
    .features-box .features:last-child{
        margin-bottom: 0;
        }
    .features-box .features .img-wrap{
        height: 200px;
        width: 100%;
        margin-bottom: 20px;
        }
    .features-box .features .text{
        height: auto;
        width: 100%;
        box-shadow: none;
        }
    .features-box .btn-wrap{
        padding: 0 0 40px;
        }
    footer .contact-info .phone,
    footer .contact-info .mail,
    footer .contact-info .social{
        display: block;
        }
    footer .contact-info .phone{
        margin-bottom: 30px;
        margin-right: 0;
        }
    .rtl footer .contact-info .phone{
        margin-left: 0;
        }
    }
@media (max-width: 767px){
    .content .left-box p{
        font-size: 19px;
        }
    .content .right-box p{
        font-size: 19px;
        }
    .content .two-col{
        margin: 0 0 40px;
        }
    .content .two-col .col{
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
        }
    .news-list .row .row-item .news-descr{
        padding: 20px 20px 26px;
        }
    footer .contact-info .mail{
        margin-bottom: 30px;
        }
    footer .contact-info .social, .rtl footer .contact-info .social{
        float: none;
        display: block;
        }
    }
@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 640px) and (min-resolution: 144dpi){
    .search-wrap .search-form .field-wrap button{
        background: #0c5dc5 url("../i/search-white-x2.png") no-repeat 50% 50%/19px 19px;
        }
    .no-touchevents .search-wrap .search-form .field-wrap button:hover{
        background: #fff url("../i/search-btn-x2.png") no-repeat 50% 50%/19px 19px;
        }
    }
@media (max-width: 640px){
    .content .left-box, .rtl .content .left-box{
        float: none;
        width: 100%;
        max-width: 100%;
        top: auto;
        margin: 0 0 20px;
        padding: 20px;
        }
    .content .right-box, .rtl .content .right-box{
        float: none;
        width: 100%;
        max-width: 100%;
        top: auto;
        margin: 0 0 20px;
        padding: 20px;
        }
    .search-wrap .search-form .field-wrap{
        padding-right: 55px;
        }
    .rtl .search-wrap .search-form .field-wrap{
        padding-left: 55px;
        }
    .search-wrap .search-form .field-wrap button{
        width: 55px;
        padding: 0;
        background: #0c5dc5 url("../i/search-white.png") no-repeat 50% 50%;
        text-indent: -10000px;
        }
    .no-touchevents .search-wrap .search-form .field-wrap button:hover{
        background: #fff url("../i/search-btn.png") no-repeat 50% 50%;
        }
    .contacts-form .row .row-item form{
        padding: 40px 40px 44px;
        }
	/*Our advantages*/
	.our-advantages .item{
		width: 50%;
		max-width: 250px;
		}
    }
@media (max-width: 540px){
    blockquote{
        padding: 0;
        }
    blockquote p{
        font-size: 16px;
        }
    blockquote p:first-child:before, .rtl blockquote p:first-child:before{
        font-size: 30px;
        right: auto;
        left: auto;
        position: relative;
        top: 2px;
        margin-right: 5px;
        }
    .rtl blockquote p:first-child:before{
        margin-right: 0;
        margin-left: 5px;
        }
    blockquote p:first-child:after{
        font-size: 30px;
        }
    img.left,
    p.left, .rtl img.left,
    .rtl p.left{
        float: none;
        margin: 0 0 20px;
        max-width: 100%;
        }
    img.right,
    p.right, .rtl img.right,
    .rtl p.right{
        float: none;
        margin: 0 0 20px;
        max-width: 100%;
        }
    p.left img,
    p.right img, .rtl p.left img,
    .rtl p.right img{
        margin: 0;
        }
    header .logo{
        width: 51px;
        height: 47px;
        top: 7px;
        background-size: 51px 47px !important;
        }
    .page-title{
        height: 200px;
        }
    .page-title.news-title h1{
        font-size: 22px;
        }
    .photo-grid{
        margin: 0 -5px 12px;
        }
    .photo-grid .photo-grid-item,
    .photo-grid .grid-sizer{
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
        }
    .photo-grid .photo-grid-item a,
    .photo-grid .grid-sizer a{
        padding: 10px;
        }
    .error-box{
        height: auto !important;
        min-height: 0;
        padding: 60px 0;
        }
    .error-box:before{
        display: none;
        }
    .error-box p.big-text{
        font-size: 170px;
        }
    .news-list .row .row-item{
        width: 100%;
        }
    .subscribe{
        text-align: left;
        }
    .subscribe .form-status{
        padding-left: 0;
        }
    .subscribe .field-row .field-wrap{
        padding-left: 0;
        }
    .subscribe .field-row .field-wrap label{
        display: block;
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 6px;
        }
    .subscribe .field-row .field-wrap input{
        width: 100%;
        padding-right: 120px;
        }
    .subscribe .field-row button{
        top: 22px;
        width: 70px;
        text-indent: -10000px;
        background: #0c5dc5 url("../i/mail-icon-white.png") no-repeat 45% 50%;
        }
    .catalog-page .prod-list .row .row-item,
    .catalog-page .recommended .row .row-item{
        width: 100%;
        }
    .catalog-top form label, .select-category form label{
        display: block;
        margin-bottom: 7px;
        }
    .catalog-top form .sel-wrap, .select-category form .sel-wrap{
        width: 100%;
        }
    .tooltipster-sidetip.tooltipster-light .img-wrap{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
        }
    .main-slider .slide{
        height: 300px;
        }
    .main-slider .slide .slide-descr{
        width: 100%;
        padding: 0 20px 0 15px;
        }
    .main-slider .slide .slide-descr h2{
        font-size: 32px;
        }
    .main-slider .slick-arrow{
        display: none !important;
        }
    .features-box .features .text .inner-box p{
        max-height: none;
        font-size: 18px;
        }
    .features-box .features .text .inner-box .link-btn{
        display: table;
        margin: 0 auto;
        }
    .features-box .btn-wrap .link-btn{
        height: 50px;
        font-size: 18px;
        line-height: 46px;
        }
    .contacts-form{
        padding-bottom: 60px;
        }
    .contacts-form .row .row-item form button{
        float: none;
        width: 100%;
        margin-top: 30px;
        }
    .fileinput-box{
        width: 100%;
        }
    footer .contact-info .phone p span{
        display: block;
        margin-bottom: 5px;
        }
    footer .contact-info .phone p span:last-child{
        margin-bottom: 0;
        }
    footer .footer-links ul li{
        margin-right: 0;
        margin-left: 0;
        display: block;
        text-align: center;
        }
    .rtl footer .footer-links ul li{
        margin-left: 0;
        }
    /*Img slider*/
	.img-slider-box{
		padding-bottom: 56px;
		}
	.img-slider-box .slick-arrow{
		left: 50%;
		top: auto;
		bottom: -56px;
		width: 40px;
		height: 40px;
		margin: 0 0 0 -20px;
		transform: translateX(-26px);
		}
	.img-slider-box .slick-next{
		transform: translateX(26px);
		}
	.img-slider-box .slide-indicator{
		bottom: 56px;
		}
    }
@media only screen and (max-width: 540px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 540px) and (min-resolution: 144dpi){
    .subscribe .field-row button{
        background: #0c5dc5 url("../i/mail-icon-white.png") no-repeat 45% 50%/25px 15px;
        }
    }
@media (max-width: 480px){
    .but-line-wrap {
        padding: 10px 0;
    }
    .but-wrap {
        font-size: 16px;
        padding: 5px 20px;
    }
    main p.important:first-child{
        margin: 10px -20px 30px;
        }
    main p.important{
        margin: 30px -20px 30px;
        }
    .content img{
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        max-width: 115%;
        }
    .content .left-box{
        width: auto;
        max-width: none;
        margin: 0 -20px 20px;
        }
    .content .right-box{
        width: auto;
        max-width: none;
        margin: 0 -20px 20px;
        }
    header .header-controls{
        width: 100%;
        right: -100%;
        }
    .rtl header .header-controls{
        right: auto;
        left: -100%;
        }
    .product-descr .row .row-item.prod-img{
        margin: 0 -20px 30px;
        width: auto;
        display: block;
        }
    .contacts-form .row .row-item form{
        margin: 0 -20px;
        padding: 30px 20px;
        }
    .cd-horizontal-timeline{
        margin: 30px -20px;
        padding: 10px 20px 25px;
        }
    }
@media (max-width: 440px){
	/*Our advantages*/
	.our-advantages{
		margin: 48px 0 8px;
		}
	.our-advantages .item{
		width: 100%;
		max-width: none;
		padding: 0;
		}
	.our-advantages .icon{
		height: auto;
		}
	.our-advantages .item p{
		max-width: 220px;
		}
	}
@media (max-width: 360px){
    .pager ul li{
        margin-right: 0;
        }
    .rtl .pager ul li{
        margin-left: 0;
        }
    .pager ul li a,
    .pager ul li span:not(.divider){
        width: 27px;
        height: 27px;
        }
    .subscribe .form-status p{
        font-size: 13px;
        }
    }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi){
    header .search-form .open-search{
        background: url("../i/search-btn-x2.png") no-repeat 50% 50%/19px 19px;
        }
    header .search-form form button{
        background: url("../i/search-btn-x2.png") no-repeat 50% 50%/19px 19px;
        }
    header .search-form.opened .open-search{
        background: url("../i/search-close-x2.png") no-repeat 50% 50%/19px 19px;
        }
    .page-title .sel-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b{
        background: url("../i/sel-arrow-x2.png") no-repeat 0 0/12px 7px;
        }
    .pager ul li.next a,
    .pager ul li.next span{
        background: url("../i/timeline-next-x2.png") no-repeat 55% 50%/7px 12px;
        }
    .pager ul li.prev a,
    .pager ul li.prev span{
        background: url("../i/timeline-prev-x2.png") no-repeat 45% 50%/7px 12px;
        }
    .downloads ul li a:before{
        background: url("../i/download-x2.png") no-repeat 50% 50%/12px 12px;
        }
    .catalog-top form .select2-container--default .select2-selection--single .select2-selection__arrow b, .select-category form .select2-container--default .select2-selection--single .select2-selection__arrow b{
        background: url("../i/sel-arrow-blue-x2.png") no-repeat 0 0/12px 7px;
        }
    .tooltip{
        background: url("../i/tooltip-x2.png") no-repeat 0 0/19px 18px;
        }
    .product-descr .back{
        background: url("../i/timeline-prev-x2.png") no-repeat 0 10px/7px 12px;
        }
    .form-status.success:before{
        background: url("../i/form-success-x2.png") no-repeat 0 0/26px 16px;
        }
    .form-status.failed:before{
        background: url("../i/form-failed.png") no-repeat 0 0/19px 18px;
        }
    .cd-timeline-navigation a.prev{
        background: url("../i/timeline-prev-x2.png") no-repeat 45% 50%/9px 15px;
        }
    .cd-timeline-navigation a.next{
        background: url("../i/timeline-next-x2.png") no-repeat 55% 50%/9px 15px;
        }
    footer .contact-info .phone:before{
        background: url("../i/phone-icon-x2.png") no-repeat 0 0/18px 24px;
        }
    footer .contact-info .mail:before{
        background: url("../i/mail-icon-x2.png") no-repeat 0 0/25px 15px;
        }
    }
@media screen\9{
    .fileinput-button input{
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
        }
    }
/*# sourceMappingURL=../maps/main.css.map */
/*16.07.2018*/
/*Ask question*/
.ask-question{
    position: relative;
    z-index: 10;
    font-size: 17px;
    line-height: 1.529411764705882em;
    color: #081d38;
    padding: 0 24px 58px;
    margin: 44px 0 0;
    }
main + .ask-question{
    margin-top: -25px;
    }
.ask-question .max-w{
    margin: 0 auto;
    max-width: 780px;
    }
.ask-question h2{
    font-size: 30px;
    line-height: 1.3em;
    text-align: center;
    margin: 0 0 28px;
    }
.ask-question p{
    margin: 0 0 10px;
    }
.ask-question a{
    font-weight: 600;
    color: #081d38;
    text-decoration: none;
    }
.ask-question strong{
    font-weight: 600;
    }
.footnote{
    position: relative;
    font-size: 13px;
    line-height: 24px;
    color: #6d7b91;
    padding-left: 18px;
    }
.footnote p{
    font-size: 13px;
    line-height: 24px;
    color: #6d7b91;
    }
.footnote .star{
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1em;
    color: #6d7b91;
    opacity: .5;
    }
.ask-question .form{
    margin: 32px auto 0;
    max-width: 446px;
    }
.ask-question .form .form-bottom{
    margin-top: 30px;
    }
.ask-question .form button{
    float: right;
    }
.fileinput-box .formats{
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    color: #7f90ab;
    margin: -24px 0 0 59px;
    }
.ask-question .fileinput-box .formats{
    margin-top: -28px;
    }
.touchevents .fileinput-box .formats, .touchevents .ask-question .fileinput-box .formats{
    margin: -22px 0 0 59px;
    }
.fileinput-box .file-added + .formats{
    visibility: hidden;
    }
/*Langs*/
.langs{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 24px;
    }
.rtl .langs{
    margin: 0 24px 0 0;
    }
.langs.mobile{
    display: none;
    }
.langs .current{
    position: relative;
    cursor: pointer;
    }
.langs.opened .current{
    opacity: .5;
    }
.langs a{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2c5eae;
    white-space: nowrap;
    text-decoration: none;
    margin: 0 0 0 10px;
    }
.rtl .langs a{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    }
.no-touchevents .langs a:hover{
    opacity: .7;
    }
.langs .current{
    color: #7f90ab;
    }
.langs img{
    position: relative;
    top: 1px;
    width: 19px;
    height: 15px;
    margin: 0 2px 0 0;
    }
.rtl .langs img{
    margin: 0 0 0 2px;
    }
.langs .current img{
    opacity: .5;
    }
.langs .dropdown{
    position: absolute;
    left: 50%;
    top: 31px;
    padding: 5px 8px 6px 7px;
    width: 58px;
    margin: 0 0 0 -24px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .11);
    display: none;
    }
.langs.opened .dropdown{
    display: block;
    }
.langs .dropdown li{
    margin: 0 0 5px;
    }
.langs .dropdown li:last-child{
    margin: 0;
    }
.langs .dropdown:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -3px;
    width: 16px;
    height: 16px;
    margin: 0 0 0 -8px;
    background: #2b5ba9;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
/**/
.index-page #wrapper main{
    margin-bottom: 0;
    }
.news-in-brief-box{
    position: relative;
    z-index: 4;
    padding-bottom: 86px;
    }
.news-in-brief-box .container{
    max-width: 1980px;
    padding: 0 20px;
    margin: 0 auto;
    }
.news-in-brief{
    font-size: 0;
    margin: 0 -10px;
    }
.news-in-brief .item-box{
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    margin: 0 0 20px;
    padding: 0 10px;
    }
.news-in-brief .item{
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
    text-decoration: none;
    opacity: 0;
    transition: all .5s ease;
    transform: translate3d(40px, 0, 0);
    }
.news-in-brief .item-box:nth-child(2) .item{
    transition-delay: .2s;
    }
.news-in-brief .item-box:nth-child(3) .item{
    transition-delay: .3s;
    }
.news-in-brief .item-box:nth-child(4) .item{
    transition-delay: .4s;
    }
.news-in-brief .item-box:nth-child(5) .item{
    transition-delay: .5s;
    }
.news-in-brief .item-box:nth-child(6) .item{
    transition-delay: .6s;
    }
.visible.news-in-brief .item{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    }
.no-touchevents .news-in-brief .item:hover{
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    }
.news-in-brief .img{
    width: 48.27586206896552%;
    display: table-cell;
    vertical-align: top;
    height: 184px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    }
.news-in-brief .text{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    width: 51.72413793103448%;
    display: table-cell;
    vertical-align: middle;
    padding: 16px 16px 19px;
    }
.news-in-brief .text p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #2c5eae;
    margin: 0;
    transition: all .2s;
    }
.no-touchevents .news-in-brief .item:hover .text p{
    color: #7f90ab;
    }
.news-in-brief time{
    font-size: 12px;
    color: #7f90ab;
    }
.news-in-brief-box .link-btn{
    display: table;
    margin: 23px auto 0;
    height: 60px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 56px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    }
.features-box{
    position: relative;
    z-index: 4;
    margin: 0;
    }
.features-box .btn-wrap{
    padding: 43px 0 88px;
    background: #fff;
    }
.has-line{
    text-align: center;
    padding: 54px 0 61px;
    margin: 0;
    }
.features-box .has-line{
    background: #f5f8fc;
    }
.mark-box + .features-box .has-line{
    background: none;
    }
.has-line span{
    position: relative;
    }
.rtl .has-line span{
    display: inline-block;
    vertical-align: top;
    }
.has-line span:before{
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 5px;
    background: #cdd0d4;
    }
@media (max-width: 1460px){
    .news-in-brief .item-box{
        width: 50%;
        }
    }
@media (max-width: 1150px){
    .news-in-brief-box{
        padding-top: 80px;
        }
    .mark-box + .features-box{
        padding-top: 80px;
        }
    }
@media (max-width: 960px){
    .langs{
        display: none;
        }
    .langs.mobile{
        display: block;
        text-align: center;
        padding: 15px 0 0;
        margin: 16px 0;
        border-top: 1px solid #edf1f6;
        }
    .langs a{
        margin: 0 5px;
        }
    .langs .dropdown{
        position: relative;
        top: 12px;
        }
    .news-in-brief .item{
        display: block;
        }
    .news-in-brief .img{
        width: 100%;
        display: block;
        height: 184px;
        }
    .news-in-brief .text{
        width: 100%;
        display: block;
        }
    }
@media (max-width: 860px){
    .features-box .btn-wrap{
        padding: 0 0 80px;
        }
    .has-line{
        padding: 34px 0 40px;
        }
    .has-line span:before{
        top: -30px;
        height: 4px;
        }
    }
@media (max-width: 640px){
    .news-in-brief-box{
        padding: 60px 0 80px;
        }
    .news-in-brief{
        margin: 0 0 40px;
        }
    .news-in-brief .item-box{
        display: block;
        width: 100%;
        padding: 0;
        }
    .news-in-brief .item{
        max-width: 480px;
        margin: 0 auto;
        height: auto !important;
        }
    .mark-box + .features-box{
        padding-top: 60px;
        }
    }
@media (max-width: 540px){
    /*Ask question*/
    .ask-question{
        margin: 10px 0 0;
        }
    .ask-question .form button{
        float: none;
        width: 100%;
        margin-top: 30px;
        }
    }