@font-face{
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?65356630');
    src: url('../fonts/fontello.eot?65356630#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff?65356630') format('woff'),
    url('../fonts/fontello.ttf?65356630') format('truetype'),
    url('../fonts/fontello.svg?65356630#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
strong, b{
    font-weight: 700;
    }
em, i{
    font-style: italic;
    }
sup, sub{
    position: relative;
    top: -0.6em;
    font-size: 75% !important;
    line-height: 1em !important;
    }
sub{
    top: auto;
    bottom: -0.3em;
    }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main{
    display: block;
    }
/*_____________________________________________*/
html{
    height: 100% !important;
    background: #fff;
    }
body{
    height: 100%;
    color: #1b1515;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.611111111111111em;
    min-width: 320px;
    }
/*Common styles*/
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    outline: none !important;
    }
h1, h2, h3, h4, h5, h6{
    position: relative;
    margin: 28px 0;
    }
h1{
    font-size: 2.555555555555556em;
    line-height: 1.304347826086957em;
    margin: 0 0 38px -3px;
    }
h2{
    font-size: 2.222222222222222em;
    line-height: 1.4em;
    }
h3{
    font-size: 1.888888888888889em;
    line-height: 1.470588235294118em;
    }
h4{
    font-size: 1.555555555555556em;
    font-weight: 400;
    line-height: 1.428571428571429em;
    }
h5{
    font-size: 1.333333333333333em;
    font-weight: 400;
    line-height: 1.583333333333333em;
    }
h6{
    font-size: 1.111111111111111em;
    font-weight: 500;
    line-height: 1.3em;
    margin: 32px 0;
    }
.has-line{
    padding-left: 13px;
    }
.has-line:before{
    content: '';
    position: absolute;
    top: 4px;
    height: 33px;
    left: 0;
    width: 3px;
    background: #00c0f3;
    }
* + h2, * + h4, * + h5{
    margin: 44px 0 28px;
    }
.container-full-width h2:first-of-type{
    margin-top: 46px;
    }
* + h3{
    margin: 48px 0 28px;
    }
* + h6{
    margin: 55px 0 32px;
    }
ol, ul{
    list-style: none;
    margin: 28px 0 52px;
    }
ul li, ol li{
    padding: 0 0 0 40px;
    margin-bottom: 21px;
    background: url("../i/list-bullet.gif") no-repeat 0 14px;
    position: relative;
    }
ol{
    counter-reset: li;
    list-style: none;
    }
ol li{
    background: none;
    }
ol li:before{
    content: counter(li) '.';
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    }
ul li p, ol li p{
    margin-bottom: 0;
    }
/*_______________________________*/
.scroll-tbl{
    margin: 60px 0 56px;
    position: relative;
    width: 100%;
    overflow-x: auto;
    }
.scroll-tbl table{
    margin: 0 auto;
    min-width: 700px;
    }
table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 60px 0 56px;
    overflow: auto;
    position: relative;
    }
table th, table td{
    font-size: .9444444444444444em;
    text-align: left;
    border: 2px solid #fff;
    vertical-align: top;
    }
table th{
    font-weight: 700;
    line-height: 1.3em;
    background: #00c0f3;
    text-transform: uppercase;
    padding: 10px 12px 11px;
    color: #fff;
    }
table td{
    line-height: 1.588235294117647em;
    padding: 7px 12px 8px;
    background: #e9e9e9;
    }
table tr:nth-child(2n-1) td{
    background: #f5f5f5;
    }
a{
    color: #00adec;
    text-decoration: none;
    outline: none !important;
    }
.no-touch a:hover{
    opacity: .7;
    }
a[href^="tel"]{
    color: #000;
    /*border-bottom: 1px dotted #cdcdcd;*/
    }
.no-touch a[href^="tel"]:hover{
    /*border-color: transparent;*/
    opacity: .5;
    }
h5 a{
    color: #000;
    border-bottom: 1px solid #cdcdcd;
    }
.no-touch h5 a:hover{
    border-color: transparent;
    }
/*a[target="_blank"]:after{
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	background: url("../i/standart-blank.gif") no-repeat 0 0;
	margin: 0 4px 0 2px;
	position: relative;
	top: -2px;
	}*/
p{
    margin: 21px 0;
    }
blockquote{
    display: block;
    font-size: 1.333333333333333em;
    line-height: 1.5em;
    color: #fff;
    position: relative;
    margin: 59px 0 57px;
    }
blockquote:after{
    content: '';
    display: table;
    clear: both;
    }
blockquote > .bg{
    position: relative;
    z-index: 1;
    background: #00b0f0;
    padding: 30px 60px 39px;
    }
blockquote > .bg p:first-child{
    margin-top: 0;
    }
blockquote > .bg p:last-child{
    margin-bottom: 0;
    }
blockquote > .bg:before, blockquote > .bg:after{
    content: '';
    position: absolute;
    left: 19px;
    top: 37px;
    width: 26px;
    height: 26px;
    background: url("../i/quotes.png") no-repeat 0 0;
    }
blockquote > .bg:after{
    top: auto;
    left: auto;
    right: 19px;
    bottom: 42px;
    background-position: 100% 0;
    }
blockquote .author{
    position: relative;
    z-index: 2;
    display: block;
    font-size: .6666666666666667em;
    line-height: 1.5em;
    max-width: 384px;
    float: right;
    padding: 10px 18px 14px;
    margin: -10px -10px 0 0;
    background: #3fcdff;
    }
iframe{
    max-width: 100%;
    }
img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 29px 0 25px;
    }
a img{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    }
.img.left, img.left{
    margin: 7px 21px 12px 0;
    max-width: 50%;
    }
.img.right, img.right{
    margin: 7px 0 12px 21px;
    max-width: 50%;
    }
.img img{
    margin: 0;
    }
small{
    font-size: 0.8em;
    }
.time{
    display: block;
    font-weight: 500;
    font-size: .8333333333333333em;
    line-height: 1em;
    color: rgba(0, 0, 0, .45);
    margin: 10px 0 20px;
    }
h1 + .time{
    margin: -23px 0 43px;
    }
* .video{
    position: relative;
    padding-bottom: 56.25%;
    margin: 29px 0 26px;
    }
#all .video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    border: none !important;
    }
/*___________________________*/
/*Form styles*/
.form{
    display: block;
    position: relative;
    z-index: 2;
    margin: 38px 0;
    font-size: 0;
    }
.form:after{
    content: '';
    display: table;
    clear: both;
    }
.form-row{
    font-size: 0;
    }
.form.two-col .form-row:not(.full-width){
    margin: 0 -10px;
    }
.form-col{
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 8px;
    }
.form.two-col :not(.full-width) .form-col{
    width: 50%;
    padding: 0 10px;
    }
.disabled-field{
    opacity: .6;
    }
.field-name{
    display: block;
    font-size: .8333333333333333em;
    line-height: 1.611111111111111em;
    margin: 0 0 3px;
    }
.form-control{
    display: block;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #535353;
    line-height: 37px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 39px;
    padding: 0 13px;
    margin: 0 0 5px;
    border: 1px solid #d4d4d4;
    background: #fff;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    outline: none !important;
    }
textarea.form-control{
    overflow: auto;
    height: 90px;
    min-height: 90px;
    line-height: 18px;
    padding: 8px 13px;
    }
.error-field .form-control{
    border-color: #e2231a;
    }
.form-control:focus, .form-control:focus{
    border-color: #acacac;
    }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    opacity: 1;
    color: #000;
    }
input::-moz-placeholder, textarea::-moz-placeholder{
    opacity: 1;
    color: #000;
    }
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    opacity: 1;
    color: #000;
    }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{
    opacity: 0 !important;
    }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
    opacity: 0 !important;
    }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
    opacity: 0 !important;
    }
.field-alert{
    font-weight: 400;
    font-size: .6666666666666667em;
    line-height: 1.41111em;
    color: #e2231a;
    margin: 0 0 4px;
    }
.ok-message, .error-message{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4111em;
    text-align: center;
    margin: 16px 0 0;
    }
.ok-message:before, .error-message:before{
    content: '';
    display: block;
    margin: 0 auto 7px;
    width: 65px;
    height: 65px;
    background: url("../i/form-message-icons.png") no-repeat 0 0;
    }
.error-message:before{
    background-position: 0 100%;
    }
/*Btn*/
button{
    border: none;
    cursor: pointer;
    }
.btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 4;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.325em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #00b0f0;
    padding: 12px 32px 11px;
    margin: 16px 0 0;
    min-width: 100px;
    background: #00b0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    outline: none !important;
    }
.btn.full-width{
    width: 100%;
    }
.no-touch .btn:not(:disabled):hover{
    background: transparent;
    color: #00b0f0;
    }
.btn:disabled{
    opacity: .6;
    cursor: default;
    color: #b8e1f9;
    }
/*Results form*/
.results-form{
    position: relative;
    padding-right: 104px;
    }
.results-form .btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
    line-height: 37px;
    padding: 0;
    margin: 0;
    }
/*Independent*/
.container, .container-full-width{
    max-width: 1290px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    }
.container-full-width{
    max-width: none;
    }
.text-box{
    max-width: 820px;
    margin: 0 auto;
    }
.text-box:after, .container:after, .container-full-width:after{
    content: '';
    display: table;
    clear: both;
    }
.text-box > *:last-child{
    margin-bottom: 0;
    }
/*Appearance*/
.left{
    float: left;
    }
.right{
    float: right;
    }
.center{
    text-align: center;
    }
.clr{
    clear: both;
    }
.uppercase{
    text-transform: uppercase;
    }
.no-indent{
    margin-bottom: 0 !important;
    }
.align-m, .align-b{
    display: table-cell;
    vertical-align: middle;
    }
.align-b{
    vertical-align: bottom;
    }
/*Elements*/
/*Text bg*/
.text-bg .level-1, .text-bg .level-2, .text-bg .level-3{
    padding: 1px 0 5px;
    position: relative;
    background: #00aeef;
    }
.text-bg .level-1{
    left: -12px;
    z-index: -2;
    }
.text-bg .level-2{
    left: 24px;
    }
.text-bg .level-3{
    left: -12px;
    }
/*Social links*/
.social-links a{
    font-size: 30px;
    color: blue;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1 !important;
    }
.social-links a:before, .share-links .social-likes__button: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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.social-links .facebook:before, .share-links .social-likes__button_facebook:before{
    content: '\f30c';
    }
.social-links .twitter:before, .share-links .social-likes__button_twitter:before{
    content: '\f309';
    }
.social-links .vkontakte:before, .share-links .social-likes__button_vkontakte:before{
    content: '\e800';
    }
.social-links .instagram:before, .share-links .social-likes__button_instagram:before{
    content: '\f16d';
    }
.social-links .youtube:before{
    content: '\f16a';
    }
.social-links .viber:before{
    content: '\e804';
    }
/*Share-links*/
.share-box{
    font-weight: 400;
    font-size: .8333333333333333em;
    margin: 60px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    }
.share-box .return{
    float: left;
    }
.share-links{
    margin: 21px 0;
    }
.share-box .share-links{
    float: right;
    margin: 0;
    }
.share-links .text{
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1em;
    opacity: .45;
    margin: -1px 2px 0 0;
    }
.share-links div{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 26px;
    line-height: 1em;
    margin: 0 0 0 9px;
    padding: 0 3px;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid #00aeef;
    border-radius: 2px;
    color: #00aeef;
    }
.share-links .social-likes__button{
    display: inline-block;
    vertical-align: top;
    height: 24px;
    line-height: 22px;
    font-size: 15px;
    width: 19px;
    text-align: center;
    margin: 0;
    }
.share-links .social-likes__button_vkontakte{
    font-size: 14px;
    line-height: 23px;
    }
.share-links .social-likes__counter{
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    height: 24px;
    line-height: 23px;
    margin: 0 9px;
    color: #000;
    }
.share-links .social-likes__counter.social-likes__counter_empty{
    margin: 0;
    }
.social-likes__widget_twitter .social-likes__counter{
    display: none !important;
    }
.no-touch .share-links div:hover{
    background: #00aeef;
    color: #fff;
    }
.no-touch .share-links div:hover .social-likes__counter{
    color: #fff;
    }
/*Intro*/
.intro{
    position: relative;
    font-size: 1.166666666666667em;
    line-height: 1.571428571428571em;
    padding: 0 0 0 21px;
    margin: 33px 0 51px;
    }
.intro:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 0;
    width: 3px;
    background: #00adec;
    }
.intro p{
    margin: 33px 0;
    }
.intro > *:first-child{
    margin-top: 0;
    }
.intro > *:last-child{
    margin-bottom: 0;
    }
/*Docs list*/
.docs-list{
    margin: 32px 0 66px;
    font-size: 0;
    }
.docs-list li{
    font-size: 18px;
    padding: 34px 0 41px 56px;
    margin: 0;
    background: none;
    border-bottom: 1px solid #e7e7e7;
    }
.docs-list li:last-child{
    padding-bottom: 0;
    margin: 0;
    border: none;
    }
.docs-list a{
    position: relative;
    }
.docs-list .format{
    position: absolute;
    top: -8px;
    left: -56px;
    width: 45px;
    height: 45px;
    font-size: .6666666666666667em;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    text-overflow: ellipsis;
    padding: 0 2px;
    overflow: hidden;
    background: url("../i/docs-circle.png") no-repeat 0 0;
    }
.docs-list .size{
    display: block;
    font-size: .7222222222222222em;
    line-height: 1em;
    color: #bbb;
    margin: 3px 0 0;
    }
/*Note*/
.note{
    font-size: 1.333333333333333em;
    line-height: 1.5em;
    text-align: center;
    margin: 62px 0 89px;
    }
.note:before{
    content: '';
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto 11px;
    background: url("../i/note-circle.png") no-repeat 0 0;
    }
.note:after{
    content: '';
    display: block;
    width: 61px;
    height: 4px;
    margin: 19px auto 0;
    background: #3fcdff;
    }
/*Photo gallery*/
.photo-gallery{
    margin: 62px -10px 40px -9px;
    }
.photo-gallery .item{
    float: left;
    width: 25%;
    padding: 0 10px 0 9px;
    margin: 0 0 19px;
    text-align: center;
    }
.photo-gallery .item a{
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    max-width: 295px;
    opacity: 1 !important;
    }
.photo-gallery .item a:after{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    }
.no-touch .photo-gallery .item a:hover:after{
    opacity: 1;
    }
.photo-gallery img{
    margin: 0;
    -webkit-transition: -webkit-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
    }
.no-touch body:not(.visually-impaired-version) .photo-gallery a:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    }
/*Time line*/
.timeline-box{
    margin-bottom: 78px;
    }
.timeline{
    position: relative;
    margin: 0 0 30px;
    }
.timeline:before{
    content: '';
    position: absolute;
    left: 0;
    top: 31px;
    right: 0;
    height: 1px;
    background: #e7e7e7;
    }
.timeline .item{
    width: 315px;
    float: left;
    margin-right: 20px;
    }
.timeline .item:last-child{
    margin-right: 0;
    }
.timeline .year{
    line-height: 1em;
    display: block;
    margin: 0 auto 23px;
    text-align: center;
    }
.timeline .year:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin: 9px auto 0;
    background: #fff;
    border: 2px solid #00c0f3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    }
.timeline .text{
    position: relative;
    font-size: .9444444444444444em;
    line-height: 1.529411764705882em;
    color: #fff;
    padding: 15px 22px 20px;
    background: #00c0f3;
    }
.timeline .text:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    width: 17px;
    height: 8px;
    margin: 0 0 0 -8px;
    background: url("../i/timeline-arrow.png") no-repeat 0 0;
    }
.timeline .text p{
    margin: 0;
    }
.timeline .mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-bottom: 0;
    }
.timeline .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    height: 0;
    top: 30px;
    }
.timeline .mCSB_buttonLeft, .timeline .mCSB_buttonRight{
    visibility: hidden;
    }
.timeline .prev-item, .timeline .next-item{
    position: absolute;
    top: 10px;
    left: -41px;
    width: 41px !important;
    height: 41px !important;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background: #fff;
    cursor: pointer;
    }
.timeline .next-item{
    left: auto;
    right: -41px;
    }
.timeline .prev-item:after, .timeline .next-item:after{
    content: '';
    display: block;
    width: 9px;
    height: 16px;
    margin: 13px auto 0;
    background: url("../i/timeline-btn-arrow.png") no-repeat 0 0;
    }
.timeline .next-item:after{
    background-position: 100% 0;
    }
.timeline.hide-left-arrow .prev-item{
    display: none;
    }
.timeline.hide-right-arrow .next-item{
    display: none;
    }
.timeline-nav{
    position: relative;
    text-align: center;
    width: 408px;
    margin: 0 auto;
    padding: 0 35px;
    }
.timeline-nav .item{
    width: 42px !important;
    height: 21px;
    font-size: 13px !important;
    line-height: 21px;
    }
.timeline-nav .item.current-year{
    background: #00c0f3;
    color: #fff;
    opacity: 1 !important;
    cursor: default;
    }
.timeline-nav .slick-arrow{
    top: 7px;
    left: 0;
    width: 35px;
    height: 35px;
    margin: -13px 0 0;
    background: url("../i/timeline-nav-arrow.png") no-repeat 14px 50%;
    }
.timeline-nav .slick-next{
    left: auto;
    right: 0;
    background-position: -32px 50%;
    }
.touch .timeline-nav .slick-arrow{
    top: 6px;
    }
.no-touch .timeline-nav .slick-arrow:hover{
    opacity: .7;
    }
/*Two column grid*/
.two-col-grid{
    font-size: 0;
    margin: 32px -15px 4px;
    }
.two-col-grid .col{
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 36px;
    }
.two-col-grid h5{
    margin: 0 0 18px;
    }
.two-col-grid p{
    margin: 0 0 21px;
    margin-left: 14px;
    }
/*Three column grid*/
.three-col-grid{
    font-size: 0;
    margin: 32px -10px -36px;
    text-align: center;
    }
.three-col-grid .col{
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    width: 33.3333333%;
    padding: 0 10px;
    margin: 0 0 50px;
    text-align: left;
    }
.three-col-grid.two-cols .col{
    width: 50%;
    max-width: 420px;
    }
.three-col-grid img{
    margin: 0 0 33px;
    max-width: 100%;
    }
.three-col-grid h5{
    margin: 0 0 19px;
    }
.three-col-grid p{
    margin: 0 15px 12px;
    font-size: .8888888888888889em;
    line-height: 1.5em;
    }
/*Chess grid*/
.chess-grid-box{
    margin: 32px -25px 48px;
    }
.chess-grid{
    width: 100%;
    display: table;
    table-layout: fixed;
    }
.chess-grid .row{
    display: table-row;
    }
.chess-grid .col{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: .8888888888888889em;
    line-height: 1.5em;
    color: #fff;
    width: 50%;
    height: 440px;
    padding: 50px 44px 50px;
    background-color: #00b0f0;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    border-bottom: 3px solid #fff;
    }
.chess-grid .row:last-child .col{
    border-bottom: none;
    }
.chess-grid .row:nth-child(even) .col{
    padding-right: 6.6%;
    }
.chess-grid .col .max-w > *:last-child{
    margin-bottom: 0 !important;
    }
.chess-grid .max-w{
    max-width: 508px;
    }
.chess-grid .row:nth-child(2n) .col .max-w{
    float: right;
    }
.chess-grid h5{
    font-size: 1.5em;
    line-height: 1.583333333333333em;
    margin: 0 0 21px;
    }
.chess-grid .has-line:before{
    background: #fff;
    }
.chess-grid a{
    color: #fff;
    border-bottom: 1px solid #76e2ff;
    }
.no-touch .chess-grid a:hover{
    border-bottom: transparent;
    }
.chess-grid ul{
    margin: 21px 0;
    }
.chess-grid ul li{
    background: url("../i/list-bullet-light.gif") no-repeat 0 11px;
    }
.chess-grid ul li, .chess-grid ol li{
    padding: 0 0 0 29px;
    margin-bottom: 18px;
    }
.chess-grid ul li:last-child, .chess-grid ol li:last-child{
    margin-bottom: 0;
    }
.chess-grid .col.responsimg:after{
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 0 0 -62px;
    background: url("../i/chess-grid-arrow.png") no-repeat 0 0;
    }
.chess-grid .row:nth-child(odd) .col.responsimg:after{
    float: right;
    margin: 0 -62px 0 0;
    }
/*Icons list*/
.icons-list{
    margin: 85px 0 -84px;
    font-size: 0;
    text-align: center;
    }
.icons-list .col{
    font-size: 16px;
    line-height: 1.5em;
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 88px;
    padding: 0 20px;
    }
.icons-list .item{
    position: relative;
    max-width: 365px;
    margin: 0 auto;
    }
.icons-list .icon{
    margin: 0 auto 20px;
    }
.icons-list .icon.decolorize{
    position: absolute;
    top: 0;
    left: 50%;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transform: translateX(-50%) scale(2.6);
    -moz-transform: translateX(-50%) scale(2.6);
    -ms-transform: translateX(-50%) scale(2.6);
    transform: translateX(-50%) scale(2.6);
    opacity: .075;
    }
.ie .icons-list .icon.decolorize{
    opacity: .05;
    }
.icons-list p{
    margin: 0 0 18px;
    }
.icons-list p:last-child{
    margin: 0;
    }
.icons-list .item:after{
    content: '';
    display: block;
    width: 72px;
    height: 2px;
    background: #7fd6f7;
    margin: 18px auto 0;
    }
/*Press grid*/
.press-grid{
    font-size: 0;
    margin: 0 -21px;
    }
.press-grid .item{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 21px;
    margin: 0 0 34px;
    font-size: 18px;
    }
.press-grid .img{
    display: block;
    position: relative;
    padding-bottom: 72.50608272506083%;
    margin: 0 0 19px;
    opacity: 1 !important;
    overflow: hidden;
    }
.press-grid .img > div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    }
.no-touch body:not(.visually-impaired-version) .press-grid .img:hover > div, .no-touch body:not(.visually-impaired-version) .press-grid .img.in-hover > div{
    opacity: .7;
    }
.press-grid h4{
    font-weight: 500;
    font-size: 1em;
    line-height: 1.444444444444444em;
    margin: 0 0 6px;
    }
.press-grid h4 a{
    border-bottom: 1px solid #cdcdcd;
    color: #000;
    }
.no-touch .press-grid h4 a:hover, .no-touch .press-grid h4 a.in-hover{
    border-color: transparent;
    }
.press-grid .time{
    font-weight: 500;
    font-size: .7222222222222222em;
    line-height: 1em;
    margin: 0 0 12px;
    }
.press-grid p{
    font-size: .8888888888888889em;
    line-height: 1.5em;
    margin: 0 0 7px;
    }
.press-grid .tags{
    font-size: .7222222222222222em;
    margin: 0;
    }
.press-grid .tags li{
    line-height: 1.7em;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 6px 0;
    }
.press-grid .tags a{
    color: #929292;
    border-bottom: 1px solid #ccc;
    }
.no-touch .press-grid .tags a:hover{
    border-color: transparent;
    }
/*Pager*/
.pager{
    border-top: 1px solid #e7e7e7;
    text-align: center;
    padding: 32px 0 0;
    }
.pager a, .pager span{
    margin: 0;
    padding: 0 9px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    }
.pager span{
    cursor: default;
    }
.no-touch .pager a:hover{
    background-color: #f5f5f5;
    opacity: 1;
    }
.pager .prev-page, .pager .next-page{
    width: 29px;
    height: 29px;
    }
.pager .prev-page{
    background: url("../i/pager-arrow-left.png") no-repeat center;
    }
.pager .next-page{
    background: url("../i/pager-arrow-right.png") no-repeat center;
    }
.pager .active{
    height: 27px;
    line-height: 27px;
    background: #00aeef;
    color: #fff;
    }
/*================================================================================
								STRUCTURE
================================================================================*/
#all{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-position: 50% 0;
    background-repeat: no-repeat;
    }
#all:after{
    content: '';
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 176, 240, .75);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }
#all.overlay:after{
    opacity: 1;
    visibility: visible;
    }
#indent{
    clear: both;
    }
/*================================HEADER====================================*/
#header{
    position: relative;
    z-index: 100;
    padding: 32px 0 0;
    min-height: 128px;
    }
#header:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 128px;
    background: #00b0f0;
    }
.index-page #header:before{
    display: none;
    }
#header:after{
    content: '';
    display: table;
    clear: both;
    }
#logo{
    width: 481px;
    height: 44px;
    float: left;
    margin: 8px 0 0;
    background: url("../i/logo.svg") no-repeat 0 0;
    text-indent: -10000px;
    }
.en #logo{
	background: url("../i/logo-en.svg") no-repeat 0 0;
	width: 344px;
	}
/*Meta*/
#header .meta{
    float: right;
    }
#header .meta > *{
    display: inline-block;
    vertical-align: top;
    }
#header .lang{
    font-weight: 900;
    font-size: 11px;
    line-height: 1em;
    color: #b8eaff;
    margin: 7px 0 0;
    opacity: 1 !important;
    }
.no-touch #header .lang:hover{
    color: #fff;
    }
#header .social-links{
    margin: 3px 0 0 31px;
    font-size: 0;
    line-height: 0;
    }
#header .social-links a{
    font-size: 16px;
    line-height: 1em;
    color: #b8eaff;
    margin: 0 6px;
    }
#header .social-links a.facebook{
    margin-right: 9px;
    }
#header .social-links a.twitter{
    font-size: 18px;
    }
.no-touch #header .social-links a:hover{
    color: #fff;
    }
.visually-impaired{
    position: relative;
    width: 59px;
    height: 26px;
    margin-left: 31px;
    border: 2px solid #fff;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    }
.no-touch .visually-impaired:hover{
    background: transparent;
    }
.visually-impaired:after{
    content: '';
    display: block;
    width: 35px;
    height: 14px;
    margin: 4px auto 0;
    background: url("../i/glasses-icon.png") no-repeat 0 100%;
    }
.no-touch .visually-impaired:hover:after{
    background-position: 0 0;
    }
/*=============NAV=================*/
#nav{
    float: right;
    font-size: .8333333333333333em;
    margin: -23px 44px 0 0;
    }
#nav ul{
    position: relative;
    margin: 0;
    font-size: 0;
    }
#nav > ul > li{
    z-index: 2;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    line-height: 1em;
    padding: 0;
    background: none;
    margin-left: 24px;
    }
#nav > ul > li:first-child{
    margin-left: 0;
    }
#nav .visible-dropdown{
    position: static;
    z-index: 1;
    }
#nav a{
    opacity: 1 !important;
    }
#nav > ul > li > a{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    display: block;
    }
#nav > ul > li.current > a:before{
    content: '';
    position: absolute;
    left: -17px;
    right: -17px;
    top: -7px;
    bottom: -7px;
    border: 2px solid #fff;
    }
#nav .dropdown{
    position: absolute;
    left: 50%;
    top: 29px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.325em;
    width: 225px;
    margin: 0 0 0 -112px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    display: none;
    }
#nav .dropdown:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -9px;
    width: 17px;
    height: 9px;
    margin: 0 0 0 -8px;
    background: url("../i/dropdown-arrow.png") no-repeat 0 0;
    }
#nav .dropdown:after{
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    height: 16px;
    }
#nav .dropdown li{
    padding: 0;
    margin: 0;
    background: none;
    }
#nav .dropdown a{
    padding: 9px 20px 7px;
    display: block;
    }
#nav .dropdown .active a{
    /*cursor: default;*/
    }
.no-touch #nav .dropdown li:not(.active) a:hover{
    background: #17c1ff;
    color: #fff;
    }
/*Open nav button*/
#open-nav{
    position: relative;
    height: 18px;
    width: 23px;
    cursor: pointer;
    background: none;
    margin: 4px 0 0 20px;
    text-align: center;
    float: right;
    display: none;
    }
#open-nav .lines{
    top: 8px;
    height: 2px;
    display: block;
    width: 23px;
    background: #fff;
    position: relative;
    -webkit-transition: background .2s ease .2s;
    -ms-transition: background .2s ease .2s;
    -moz-transition: background .2s ease .2s;
    transition: background .2s ease .2s;
    }
#open-nav.active .lines{
    background: transparent !important;
    }
#open-nav .top-line, #open-nav .bottom-line{
    position: absolute;
    left: 0;
    width: 23px;
    top: -8px;
    border-bottom: 2px solid #fff;
    height: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    }
#open-nav .bottom-line{
    top: auto;
    bottom: -8px;
    }
#open-nav:after{
    content: '';
    position: absolute;
    left: 11px;
    top: 20px;
    height: 0;
    width: 1px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }
#open-nav.active:after{
    height: 14px;
    }
/*Search*/
#open-search{
    position: relative;
    clear: both;
    width: 20px;
    height: 20px;
    float: right;
    background: url("../i/open-search.svg") no-repeat 50% 50%/ 16px 16px;
    margin: -27px 0 0 0;
    cursor: pointer;
    }
#open-search.active{
    background: url("../i/close-icon.svg") no-repeat 50% 50%/ 11px 11px;
    }
#open-search:before{
    content: '';
    position: absolute;
    left: 10px;
    bottom: 18px;
    width: 1px;
    height: 0;
    background: #fff;
    }
#open-search.active:before{
    height: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }
.no-touch #open-search:hover{
    opacity: .7;
    }
.search-form{
    position: absolute;
    z-index: 10;
    top: -1px;
    right: 25px;
    height: 40px;
    display: none;
    width: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }
.search-form.visible{
    display: block;
    }
.search-form input{
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 35px 0 12px;
    background: #fff;
    border: 1px solid #fff !important;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(12, 106, 140, .15);
    -moz-box-shadow: inset 0 1px 1px 0 rgba(12, 106, 140, .15);
    box-shadow: inset 0 1px 1px 0 rgba(12, 106, 140, .15);
    }
.search-form .search-btn{
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 4px;
    width: 20px;
    height: 20px;
    background: url("../i/search-btn.png") no-repeat 50% 50%;
    }
.no-touch .search-form .search-btn:hover{
    opacity: .7;
    }
/*Body font size*/
#body-font-size{
    position: absolute;
    z-index: 20;
    top: -27px;
    right: -40px;
    font-weight: 900;
    display: none;
    }
#body-font-size span{
    display: block;
    color: #fff;
    margin: 0 0 5px;
    padding: 2px 0;
    width: 40px;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    }
#body-font-size .active, .no-touch #body-font-size span:hover{
    background: #fff;
    color: #000;
    }
#body-font-size .small-font{
    font-size: 26px;
    }
#body-font-size .middle-font{
    font-size: 32px;
    }
#body-font-size .large-font{
    font-size: 38px;
    }
/*==========END OF NAV=============*/
/*=============================END OF HEADER=================================*/
/*First screen*/
.full-screen{
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    color: #fff;
    }
.full-screen:after{
    content: '';
    display: table;
    clear: both;
    }
#header + .full-screen{
    margin: -128px 0 0;
    }
.full-screen .container{
    display: table;
    table-layout: fixed;
    width: 100%;
    }
.full-screen .container:after{
    display: none;
    }
.full-screen .align-m{
    padding: 150px 0 130px;
    }
.full-screen .img-bg{
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 80.7%;
    max-width: 80.7%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    }
.full-screen h2{
    font-weight: 100;
    font-size: 3.277777777777778em;
    line-height: 1.2em;
    margin: 0 0 9px;
    text-align: center;
    }
.from-to{
    font-size: 1.222222222222222em;
    line-height: 1em;
    display: block;
    text-align: center;
    }
.from-to .separator{
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 7px;
    background: url("../i/from-to-arrow.png") no-repeat 0 0;
    margin: 8px 2px 0;
    }
.we-are-list{
    font-size: 0;
    margin: 40px 0 50px;
    text-align: center;
    }
.full-screen .we-are-list{
    margin: 80px auto 32px;
    max-width: 1160px;
    }
.we-are-list .item{
    font-size: 15px;
    line-height: 1.4em;
    display: inline-block;
    vertical-align: top;
    width: 33.333333333%;
    text-align: center;
    margin: 0 0 60px;
    padding: 0 25px;
    }
.we-are-list .max-w{
    max-width: 270px;
    margin: 0 auto;
    }
.we-are-list .we-are{
    display: block;
    font-size: 1.133333333333333em;
    line-height: 1.2em;
    margin: 0 0 5px;
    }
.we-are-list .count{
    display: block;
    font-weight: 100;
    font-size: 3.8em;
    line-height: 1em;
    margin: 0 0 3px;
    }
.we-are-list p{
    margin: 0;
    }
.full-screen .read-more{
    display: block;
    width: 196px;
    height: 45px;
    line-height: 39px;
    text-align: center;
    font-size: .9444444444444444em;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 9px rgba(0, 107, 146, .46);
    -moz-box-shadow: 0 3px 9px rgba(0, 107, 146, .46);
    box-shadow: 0 3px 9px rgba(0, 107, 146, .46);
    opacity: 1 !important;
    }
.no-touch .full-screen .read-more:hover{
    background: #fff;
    color: #00adec;
    }
.full-screen .anchor{
    position: absolute;
    z-index: 5;
    bottom: 34px;
    left: 50%;
    margin-left: -18px;
    width: 35px;
    height: 35px;
    background: url("../i/anchor-arrow.svg") no-repeat 50% 50%/ 15px 9px;
    cursor: pointer;
    }
.no-touch .full-screen .anchor:hover{
    opacity: .7;
    }
/*Main*/
.main{
    float: left;
    width: calc(100% - 376px);
    }
.has-tags{
    margin: 0 0 32px;
    }
.has-tags h1{
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 15px 0;
    }
.has-tags .tags{
    display: inline-block;
    vertical-align: middle;
    font-size: .7222222222222222em;
    }
.has-tags .tags li{
    display: inline-block;
    vertical-align: top;
    line-height: 1.4em;
    margin: 0 7px 6px 0;
    }
.has-tags .tags span{
    display: block;
    background: #f2f2f2;
    color: #929292;
    padding: 3px 26px 4px 10px;
    min-height: 25px;
    }
.tags .remove-tag{
    position: absolute;
    right: 5px;
    top: 6px;
    width: 14px;
    height: 14px;
    padding: 0;
    background: rgba(146, 146, 146, .5) url("../i/close-tag.png") no-repeat 50% 50%;
    border-radius: 10px;
    cursor: pointer;
    }
.no-touch .tags .remove-tag:hover{
    background-color: rgba(146, 146, 146, 1);
    }
.has-tags .select{
    max-width: 290px;
    margin: 14px 0 20px;
    }
/*Aside*/
.aside{
    width: 294px;
    float: right;
    padding: 14px 0 0;
    }
.aside > *:last-child{
    margin-bottom: 0 !important;
    }
.aside .widget{
    margin: 0 0 50px;
    }
.aside .widget img{
    margin: 0;
    }
.tags-box{
    margin: 0 0 50px;
    }
.tags-box h6{
    font-size: .8888888888888889em;
    line-height: 1.3em;
    margin: 0 0 13px;
    }
.tags{
    font-size: .8333333333333333em;
    margin: 0;
    }
.tags li{
    padding: 0;
    margin: 0 0 8px;
    background: none;
    line-height: 1.325em;
    }
.tags a{
    border-bottom: 1px solid rgba(116, 218, 255, .7);
    }
.no-touch .tags a:hover{
    border-color: transparent;
    }
.aside .select{
    margin: 0 0 48px;
    }
/*Section*/
.section{
    margin: 0 0 105px;
    }
/*Section title*/
.section-title{
    font-size: 2.555555555555556em;
    line-height: 1em;
    text-align: center;
    margin: 0 0 49px;
    }
.section-title a{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #000;
    padding: 11px 30px 17px;
    border: 2px solid #00aeef;
    }
.no-touch .section-title a:hover{
    background: #00aeef;
    color: #fff;
    opacity: 1;
    }
.section-title .arrow{
    position: relative;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
    width: 9px;
    height: 15px;
    margin: 21px 0 0 10px;
    background: url("../i/section-title-arrow.png") no-repeat 0 0;
    }
.section-title .arrow:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 15px;
    background: url("../i/section-title-arrow.png") no-repeat 0 100%;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    }
.no-touch .section-title a:hover .arrow:after{
    opacity: 1;
    left: 10px;
    }
/*Bg box*/
.bg-box{
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 55px 0 134px;
    overflow: hidden;
	width: 100%;
    }
.index-page .bg-box{
    padding: 79px 0 32px;
    }
.full-screen + .bg-box{
	clear: both;
	}
.bg-box .bottom-bg{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    }
/*Slider*/
.slider{
    position: relative;
    background: #1f1f1f;
    clear: both;
    }
.slider .item{
    position: relative;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    color: #fff;
    }
.slider .item *{
    position: relative;
    z-index: 1;
    }
.slider .container{
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    height: 670px;
    }
.slider .align-m{
    width: 100%;
    padding: 80px 0 90px;
    opacity: 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
    }
.slider .align-m.visible{
    opacity: 1;
    webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }
.slider .align-m *{
    max-width: 634px;
    }
.slider h2{
    margin: 0 0 20px;
    line-height: 1.2em;
    }
.slider p{
    line-height: 1.388888888888889em;
    margin: 0 0 16px;
    }
.slider .external{
    display: inline-block;
    vertical-align: top;
    font-size: .7777777777777778em;
    line-height: 1em;
    color: #fff;
    padding: 5px 11px 6px;
    margin: 12px 0 0;
    border: 2px solid #00aeef;
    border-radius: 3px;
    opacity: 1 !important;
    }
.no-touch .slider .external:hover{
    background: #00aeef;
    }
.slider .slick-dots{
    position: absolute;
    height: 0;
    z-index: 50;
    left: 0;
    width: 100%;
    bottom: 52px;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    }
.slider .slick-dots li{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 7px 0 0;
    margin: 0 2px;
    background: none;
    }
.slider .slick-dots .slick-active{
    padding: 6px 0 0;
    border: 1px solid #fff;
    border-radius: 10px;
    }
.slider .slick-dots li button{
    width: 6px;
    height: 6px;
    background: #b4b4b1;
    border-radius: 6px;
    text-indent: -10000px;
    padding: 0;
    }
.slider .slick-dots .slick-active button, .no-touch .slider .slick-dots li button:hover{
    background: #fff !important;
    }
.slider .slider-nav{
    position: absolute;
    z-index: 2;
    bottom: 34px;
    left: 50%;
    max-width: 1290px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 16px;
    }
.slider .slick-arrow{
    left: 25px;
    top: 0;
    width: 34px;
    height: 16px;
    margin: 0;
    background: url("../i/slider-arrows.png") no-repeat 0 0;
    opacity: .5;
    }
.slider .slick-next{
    left: auto;
    right: 25px;
    background-position: 100% 0;
    }
.no-touch .slider .slick-arrow:hover{
    opacity: 1;
    }
.slider .item:before{
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    }
/*icons-text-list*/
.icons-text-list{
    margin: 40px 0 50px;
    }
.icons-text-list .col{
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-right: 6.2%;
    }
.icons-text-list .col:nth-child(2){
    padding: 0 5% 0 15px;
    }
.icons-text-list .item{
    position: relative;
    padding: 18px 0 0 83px;
    margin: 0 0 25px;
    }
.icons-text-list .col .item:last-child{
    margin-bottom: 0;
    }
.icons-text-list h4{
    font-weight: 500;
    font-size: 1em;
    line-height: 1.444444444444444em;
    margin: 0 0 9px;
    color: #000;
    }
.icons-text-list h4 a{
    color: #000;
    border-bottom: 1px solid #cdcdcd;
    }
.no-touch .icons-text-list h4 a:hover{
    border-color: transparent;
    }
.icons-text-list p{
    font-size: .8888888888888889em;
    line-height: 1.5em;
    color: #464646;
    margin: 0 0 20px;
    }
.icons-text-list p:last-of-type{
    margin: 0;
    }
.icons-text-list .icon{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    }
/*Press list*/
.press-list{
    font-size: 0;
    margin: 40px 0 50px;
    }
.press-list .item{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444444444444em;
    width: 33.3333333%;
    opacity: 1 !important;
    margin: 0 0 1px;
    overflow: hidden;
    color: #fff;
    }
.press-list .item:not(.main):after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 1px;
    bottom: 0;
    background: url("../i/press-list-overlay.png") repeat-x bottom;
    }
.ie .press-list .item:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 1px;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    }
.no-touch.ie .press-list .item:hover:before{
    opacity: 0;
    }
.press-list .item .align-b{
    height: 300px;
    padding: 50px 30px 15px;
    }
.press-list .item > *{
    position: relative;
    z-index: 2;
    }
.press-list .item p{
    margin: 0 0 10px;
    max-width: 520px;
    }
.no-touch .press-list .item .text-bg span{
    /*-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;*/
    }
.no-touch .press-list .item:not(.main):hover p{
    color: #00aeef;
    }
.no-touch .press-list .item:not(.main):hover .text-bg .level-1, .no-touch .press-list .item:not(.main):hover .text-bg .level-2, .no-touch .press-list .item:not(.main):hover .text-bg .level-3{
    background: #fff;
    }
.press-list .time{
    font-size: .7222222222222222em;
    line-height: 1em;
    color: #fff;
    opacity: .45;
    margin: 10px 0 5px;
    }
.press-list .item .img{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 1px;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all .65s ease;
    -moz-transition: all .65s ease;
    transition: all .65s ease;
    }
.press-list .item:hover .img{
    filter: none;
    -webkit-filter: grayscale(0);
    }
.press-list .item.main{
    width: 100%;
    padding: 20px;
    }
.press-list .item.main .align-m{
    position: relative;
    height: 560px;
    width: 360px;
    margin: 0 0 0 20px;
    padding: 70px 20px;
    background: #00aeef;
    }
.press-list .item.main .align-m > *{
    position: relative;
    z-index: 2;
    }
.press-list .item.main p{
    font-weight: 400;
    font-size: 1.555555555555556em;
    line-height: 1.225em;
    margin: 0 0 15px;
    }
.press-list .item.main .time{
    color: #82ddff;
    opacity: 1;
    }
.press-list .item.main .tags{
    position: absolute;
    left: 20px;
    bottom: 17px;
    right: 20px;
    font-weight: 300;
    font-size: .7222222222222222em;
    line-height: 1.25em;
    padding: 0;
    }
.press-list .item.main .tags .align-b{
    height: auto;
    padding: 0;
    }
.press-list .item.main .tags a{
    display: inline-block;
    vertical-align: top;
    color: #cdf1ff;
    margin: 0 14px 6px 0;
    border-bottom: 1px solid #4cceff;
    }
.no-touch .press-list .item.main .tags a:hover{
    border-color: transparent;
    color: #fff;
    opacity: 1;
    }
/*Results box*/
.results-box{
    position: relative;
    text-align: center;
    font-weight: 400;
    font-size: .7777777777777778em;
    color: #a6a6a6;
    padding: 0 0 13px;
    margin: 13px 0 0;
    border-bottom: 1px solid #d4d4d4;
    }
.results-box p{
    margin: 0;
    }
.results-box b{
    font-weight: 400;
    color: #7c7c7c;
    }
.results-box:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 28px;
    height: 28px;
    margin: 0 0 0 -14px;
    background: #ececec url("../i/ok-icon.png") no-repeat 8px 9px;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    }
/*Materials*/
.materials .docs-list{
    margin: 17px 0 50px;
    }
.materials .docs-list li{
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    border: none;
    padding: 34px 45px 0 51px;
    margin: 0 0 23px;
    }
.materials .docs-list a{
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #cdcdcd;
    }
.no-touch .materials .docs-list a:hover{
    border-color: transparent;
    }
.materials .docs-list .format{
    color: #00aeef;
    top: -9px;
    }
.materials .docs-list .size{
    font-weight: 400;
    color: #929292;
    margin: 10px 0 0;
    }
/*Search results*/
.search-results{
    margin: 50px 0 0;
    }
.search-results li{
    padding: 0;
    margin: 0 0 40px;
    background: none;
    }
.search-results h4{
    margin: 0 0 16px;
    }
.search-results h4 a{
    color: #000;
    border-bottom: 1px solid #cdcdcd;
    }
.no-touch .search-results h4 a:hover{
    border-color: transparent;
    }
.search-results p{
    margin: 0 0 16px;
    }
/*Contacts*/
.contacts{
    float: left;
    width: calc(100% - 470px);
    }
.contacts > *:first-child{
    margin-top: 0;
    }
.contacts p{
    margin: 0 0 21px;
    }
.contacts h5{
    margin: 32px 0 10px;
    }
.contacts .map-anchor{
    color: #00b0f0;
    border-bottom: 1px dotted #00b0f0;
    cursor: pointer;
    }
.no-touch .contacts .map-anchor:hover{
    border-color: transparent;
    }
.phones-box{
    margin: 0 0 -20px;
    }
.phones-box .col{
    display: inline-block;
    vertical-align: top;
    width: 54%;
    max-width: 300px;
    }
.phones-box h5{
    margin-top: 13px;
    }
.phones-box .col:nth-child(2n){
    width: 44%;
    }
.phones-box a{
    display: inline-block;
    vertical-align: top;
    line-height: 1.4em;
    margin: 0 0 10px;
    }
.phones-box a:last-child{
    margin: 0;
    }
.feedback{
    max-width: 400px;
    width: 100%;
    float: right;
    margin: -8px 0 0;
    }
.feedback h5{
    margin: 0 0 5px;
    }
.feedback > p{
    font-size: .8888888888888889em;
    line-height: 1.5em;
    color: #535353;
    margin: 0 0 17px;
    }
.feedback .form{
    padding: 30px 37px 37px;
    margin: 17px 0 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    }
.feedback > *:last-child{
    margin-bottom: 0 !important;
    }
.workers.two-col-grid{
    width: 100%;
    float: left;
    margin: 80px -40px -34px;
    }
.workers.two-col-grid .col{
    padding: 0 40px;
    margin: 0 0 34px;
    }
.workers.two-col-grid p{
    margin: 0 0 0 14px;
    }
#google-map{
    height: 500px;
    margin: 100px 0 -134px;
    border-top: 1px solid #cdcdcd;
    }
#google-map p{
    font-size: 15px !important;
    margin: 8px 0 6px !important;
    }
/*Error page*/
.error-page-box{
    max-width: 400px;
    text-align: center;
    margin: 40px auto 0;
    }
.error-page-box h4{
    margin: 10px 0;
    }
.error-page-box p{
    margin: 0;
    }
.error-page-box .num{
    font-size: 180px;
    line-height: 1em;
    color: #00b0f0;
    }
/*================================FOOTER=====================================*/
#footer{
    position: relative;
    z-index: 2;
    background: #1f1f1f;
    overflow: hidden;
    color: #aeaeae;
    font-size: .7777777777777778em;
    line-height: 1.5em;
    }
#footer .container{
    text-align: justify;
    padding: 45px 25px 44px;
    }
#footer .container:after{
    content: '';
    display: inline-block;
    width: 100%;
    }
#footer .col{
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    }
#footer .copy-box{
    padding-right: 20px;
    max-width: 304px;
    }
#footer .copy-box p:last-child{
    margin-top: 8px;
    }
#footer .copy-box.mobile{
    display: none;
    }
#footer p{
    margin: 0;
    }
.copy{
    color: #fff;
    }
#footer .phone{
    position: relative;
    padding-left: 31px;
    margin-right: 50px;
    }
#footer .phone:before, #footer .mail:before{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 19px;
    height: 32px;
    background: url("../i/contacts-icons.png") no-repeat 0 0;
    }
#footer .contacts-box a{
    color: #fff;
    border: none;
    }
#footer .mail{
    position: relative;
    padding-left: 37px;
    }
#footer .mail:before{
    width: 27px;
    height: 19px;
    background-position: 0 -36px;
    }
#footer .mail a{
    border-bottom: 1px solid #464646;
    }
.no-touch #footer .mail a:hover{
    border-color: transparent;
    }
#footer .sub-links{
    font-size: 1.071428571428571em;
    }
#footer .sub-links p{
    margin: 4px 26px 4px 0;
    display: inline-block;
    vertical-align: top;
    }
#footer .sub-links p:last-child{
    margin: 4px 0;
    }
#footer .use-conditions{
    position: absolute;
    left: 50%;
    bottom: 6px;
    font-size: .8571428571428571em;
    line-height: 1.25em;
    color: #3a3a3a;
    border-bottom: 1px solid #232323;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1 !important;
    white-space: nowrap;
    }
.no-touch #footer .use-conditions:hover{
    border-color: transparent;
    color: #4a4a4a;
    }
/*=============================END OF FOOTER=================================*/
/*==============================TRANSITIONS==================================*/
.no-touch .btn, .no-touch #logo, .no-touch .full-screen .read-more, .no-touch #open-search, .no-touch .visually-impaired, .no-touch #header .lang, .no-touch .social-links a, .no-touch .photo-gallery .item a:after, .no-touch .slider .slick-arrow, .no-touch .slick-dots button, .no-touch .slider .external, .no-touch #nav a, .no-touch .search-form .search-btn, .no-touch .full-screen .anchor, .section-title a, .no-touch.ie .press-list .item:before, .no-touch .share-links div, .no-touch .share-links .social-likes__counter, .no-touch .tags .remove-tag{
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    }
/**/
/*Some reset*/
/*{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
	}
{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	}*/

.form-control{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    }
/*Resolutions*/
@media screen and (min-width: 1901px){
    /*Bg box*/
    .bg-box{
        background-size: 100% auto;
        }
    }
@media screen and (min-width: 1000px) and (max-width: 1400px){
    .visually-impaired-version #header .container{
        padding-right: 74px;
        max-width: none;
        }
    .visually-impaired-version #body-font-size{
        right: 10px;
        }
    }
@media screen and (min-width: 1000px){
    /*Visually impaired version*/
    .visually-impaired-version{
        font-weight: 400;
        color: #000;
        }
    .visually-impaired-version.small-font{
        font-size: 22px;
        }
    .visually-impaired-version.middle-font{
        font-size: 25px;
        }
    .visually-impaired-version.large-font{
        font-size: 28px;
        }
    .visually-impaired-version a{
        color: #000;
        text-decoration: underline;
        }
    .no-touch .visually-impaired-version a:hover{
        opacity: .7 !important;
        }
    .visually-impaired-version a[href^="tel"]{
        /*border-bottom: 1px dotted #000;*/
        text-decoration: none;
        }
    .visually-impaired-version h5 a{
        color: #000;
        border: none;
        }
    .no-touch .visually-impaired-version a:hover{
        opacity: 1;
        text-decoration: none;
        }
    .visually-impaired-version blockquote > .bg{
        background: #000;
        }
    .visually-impaired-version blockquote > .bg:before, .visually-impaired-version blockquote > .bg:after{
        display: none;
        }
    .visually-impaired-version blockquote .author{
        background: #111;
        }
    .visually-impaired-version table th{
        background: #000;
        }
    .visually-impaired-version ul li{
        background: url("../i/list-bullet-v.gif") no-repeat 0 18px;
        }
    .visually-impaired-version.middle-font ul li{
        background-position: 0 20px;
        }
    .visually-impaired-version.large-font ul li{
        background-position: 0 22px;
        }
    .visually-impaired-version .has-line:before{
        background: #000;
        top: 7px;
        height: 37px;
        }
    .visually-impaired-version.middle-font .has-line:before{
        top: 11px;
        }
    .visually-impaired-version.large-font .has-line:before{
        height: 42px;
        top: 12px;
        }
    .visually-impaired-version .time{
        color: #000;
        }
    /*Form styles*/
    .visually-impaired-version .form-control{
        height: 50px;
        font-size: 18px;
        line-height: 47px;
        color: #000;
        border: 1px solid #000;
        }
    .visually-impaired-version textarea.form-control{
        line-height: 24px;
        height: 120px;
        }
    .visually-impaired-version .error-field .form-control{
        border-color: #e2231a;
        }
    .visually-impaired-version .form-control:focus, .visually-impaired-version .form-control:focus{
        border-color: #000;
        }
    .visually-impaired-version .ok-message:before, .visually-impaired-version .error-message:before{
        display: none;
        }
    /*Btn*/
    .visually-impaired-version .btn{
        border: 2px solid #000;
        background: #000;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        }
    .no-touch .visually-impaired-version .btn:not(:disabled):hover{
        color: #000;
        }
    .btn:disabled{
        opacity: .6;
        cursor: default;
        color: #fff;
        }
    .visually-impaired-version .results-form .btn{
        height: 50px;
        line-height: 48px;
        }
    /*Text bg*/
    .visually-impaired-version .text-bg .level-1, .visually-impaired-version .text-bg .level-2, .visually-impaired-version .text-bg .level-3{
        background: none !important;
        }
    .visually-impaired-version .text-box{
        max-width: none;
        }
    /*Intro*/
    .visually-impaired-version .intro:before{
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        bottom: 0;
        width: 3px;
        background: #000;
        }
    /*Note*/
    .visually-impaired-version .note:before{
        display: none;
        }
    .visually-impaired-version .note:after{
        background: #000;
        }
    /*Share-links*/
    .visually-impaired-version .share-box{
        border-color: #000;
        }
    .visually-impaired-version .share-links .text{
        opacity: 1;
        }
    .visually-impaired-version .share-links div{
        height: 36px;
        padding: 0 5px;
        border-color: #000;
        border-radius: 0;
        color: #000;
        }
    .visually-impaired-version .share-links .social-likes__button{
        height: 34px;
        line-height: 32px;
        font-size: 18px;
        width: 24px;
        }
    .visually-impaired-version .share-links .social-likes__button_vkontakte{
        font-size: 18px;
        line-height: 32px;
        }
    .visually-impaired-version .share-links .social-likes__counter{
        font-size: 18px;
        height: 34px;
        line-height: 32px;
        margin: 0 9px;
        color: #000;
        }
    .no-touch .visually-impaired-version .share-links div:hover{
        background: #000;
        }
    /*Docs list*/
    .visually-impaired-version .docs-list{
        margin: 32px 0 56px;
        font-size: 1em;
        }
    .visually-impaired-version .docs-list li{
        font-size: 1em;
        border-color: #000;
        padding: 34px 0 38px 51px;
        background: none;
        }
    .visually-impaired-version.large-font .materials .docs-list li{
        padding: 34px 0 38px 61px;
        }
    .visually-impaired-version.large-font .docs-list li{
        width: 100%;
        padding: 34px 0 38px 71px;
        }
    .visually-impaired-version .docs-list .format{
        position: absolute;
        top: -7px;
        left: -56px;
        width: auto;
        height: auto;
        font-size: .6666666666666667em;
        font-weight: 400;
        line-height: 45px;
        text-align: center;
        text-overflow: ellipsis;
        padding: 0 2px;
        overflow: hidden;
        background: none;
        }
    .visually-impaired-version.middle-font .docs-list .format{
        top: -5px;
        left: -61px;
        }
    .visually-impaired-version.large-font .docs-list .format{
        top: -3px;
        left: -71px;
        }
    .visually-impaired-version .docs-list .size{
        color: #000;
        margin: 10px 0 0;
        }
    /*Materials*/
    .visually-impaired-version .materials .docs-list li{
        background: none;
        padding: 34px 45px 0 51px;
        width: 48%;
        }
    .visually-impaired-version.large-font .materials .docs-list li{
        padding: 34px 45px 0 61px;
        }
    .visually-impaired-version.large-font .materials .docs-list li{
        width: 100%;
        padding: 34px 45px 0 71px;
        }
    .visually-impaired-version .materials .docs-list a{
        border: none;
        }
    .visually-impaired-version .materials .docs-list .format{
        color: #000;
        top: -6px;
        }
    .visually-impaired-version.middle-font .materials .docs-list .format{
        top: -5px;
        left: -61px;
        }
    .visually-impaired-version.large-font .materials .docs-list .format{
        top: -3px;
        left: -71px;
        }
    .visually-impaired-version .materials .docs-list .size{
        color: #000;
        }
    /*Two column grid*/
    .visually-impaired-version .two-col-grid .col{
        font-size: 22px;
        }
    .visually-impaired-version.middle-font .two-col-grid .col{
        font-size: 25px;
        width: 100%;
        }
    .visually-impaired-version.large-font .two-col-grid .col{
        font-size: 28px;
        width: 100%;
        }
    /*Header*/
    .visually-impaired-version #header:before{
        background: #000;
        display: block !important;
        }
    .visually-impaired-version #header .meta{
        height: 38px;
        width: 294px;
        }
    .visually-impaired-version #header .meta *{
        color: #fff !important;
        text-decoration: none;
        }
    .visually-impaired-version .visually-impaired{
        background: transparent;
        }
    .visually-impaired-version .visually-impaired:after{
        background-position: 0 0;
        }
    .visually-impaired-version #header .lang{
        margin: 4px 0 0;
        font-size: 18px !important;
        }
    .visually-impaired-version #header .social-links{
        margin: 1px 0 0 31px;
        width: 141px;
        }
    .visually-impaired-version #header .social-links a{
        font-size: 22px !important;
        margin: 0 12px;
        }
    .visually-impaired-version #logo{
        width: 219px;
        height: 50px;
        background: url("../i/logo-v.svg") no-repeat 0 0;
        margin-top: 22px !important;
        }
    .en .visually-impaired-version #logo{
        width: 196px;
        background: url("../i/logo-v-en.svg") no-repeat 0 0;
        }
    .no-touch .visually-impaired-version a#logo:hover{
        opacity: .7;
        }
    .visually-impaired-version #open-search{
        margin: -28px 0 0 0;
        width: 23px;
        height: 23px;
        background: url("../i/open-search-v.png") no-repeat 0 0;
        }
    .visually-impaired-version #open-search.active{
        background: url("../i/close-icon-v.png") no-repeat 50% 50%;
        }
    .visually-impaired-version #open-search:before{
        bottom: 24px;
        }
    .visually-impaired-version .search-form{
        top: -7px;
        height: 44px;
        }
    .visually-impaired-version .search-form input{
        height: 44px;
        line-height: 42px;
        padding-right: 45px;
        }
    .visually-impaired-version .search-form .search-btn{
        right: 10px;
        top: 10px;
        width: 23px;
        height: 23px;
        background: url("../i/search-btn-large-v.png") no-repeat 0 0;
        }
    .visually-impaired-version.middle-font #nav, .visually-impaired-version.large-font #nav{
        margin-top: -25px;
        }
    .visually-impaired-version #nav > ul{
        height: 40px;
        }
    .visually-impaired-version #nav > ul > li{
        font-size: 15px;
        }
    .visually-impaired-version.middle-font #nav > ul > li, .visually-impaired-version.large-font #nav > ul > li{
        font-size: 16px;
        }
    .visually-impaired-version #nav .current a{
        text-decoration: none;
        }
    .visually-impaired-version #nav .dropdown{
        width: 300px;
        margin: 0 0 0 -150px;
        font-size: 20px;
        }
    .visually-impaired-version.middle-font #nav .dropdown{
        font-size: 22px;
        }
    .visually-impaired-version #nav .dropdown a{
        padding: 14px 20px 12px;
        }
    .no-touch .visually-impaired-version #nav .dropdown li:not(.active) a:hover{
        background: #000;
        color: #fff;
        }
    .no-touch .visually-impaired-version #nav > ul > li:not(.current) > a:hover, .no-touch .visually-impaired-version #nav > ul > li:not(.current):hover > a, .visually-impaired-version #nav > ul > li.active:not(.current) > a{
        color: #fff;
        text-decoration: none;
        }
    .visually-impaired-version #nav .visible-dropdown .dropdown{
        font-size: 18px;
        }
    .visually-impaired-version.middle-font #nav .visible-dropdown .dropdown{
        font-size: 20px;
        }
    .visually-impaired-version.large-font #nav .visible-dropdown .dropdown{
        font-size: 21px;
        }
    .visually-impaired-version #nav .visible-dropdown .dropdown:after{
        background: #000;
        }
    .visually-impaired-version #nav .visible-dropdown .dropdown a{
        text-decoration: underline;
        color: #fff !important;
        }
    .visually-impaired-version #nav .visible-dropdown .dropdown .active a{
        text-decoration: none;
        }
    .no-touch .visually-impaired-version #nav .visible-dropdown .dropdown a:hover{
        text-decoration: none;
        }
    .visually-impaired-version #body-font-size{
        display: block;
        }
    /*full screen*/
    .visually-impaired-version .full-screen{
        background: none !important;
        color: #000;
        min-height: 0 !important;
        margin: 0 0 110px !important;
        }
    .visually-impaired-version .full-screen .align-m{
        padding: 100px 0 0 !important;
        height: auto !important;
        }
    .visually-impaired-version .full-screen .img-bg{
        display: none;
        }
    .visually-impaired-version .from-to .separator{
        width: 20px;
        height: 2px;
        background: #000;
        margin: 12px 2px 0;
        }
    .visually-impaired-version .full-screen .read-more{
        width: 210px;
        color: #000;
        border: 2px solid #000;
        text-decoration: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        }
    .visually-impaired-version.middle-font .full-screen .read-more{
        width: 220px;
        height: 50px;
        line-height: 44px;
        }
    .visually-impaired-version.large-font .full-screen .read-more{
        width: 230px;
        height: 50px;
        line-height: 44px;
        }
    .no-touch .visually-impaired-version .full-screen .read-more:hover{
        background: #000;
        color: #fff;
        }
    .visually-impaired-version .full-screen .anchor{
        display: none;
        }
    .visually-impaired-version .we-are-list .item{
        font-size: 18.33333333333333px;
        }
    .visually-impaired-version.middle-font .we-are-list .item{
        font-size: 20.8333333325px;
        }
    .visually-impaired-version.large-font .we-are-list .item{
        font-size: 23.333333324px;
        }
    /*Slider*/
    .visually-impaired-version .slider{
        background: #fff;
        margin: 0 0 40px;
        }
    .visually-impaired-version .slider .slick-list{
        height: auto !important;
        }
    .visually-impaired-version .slider .item{
        background: none !important;
        color: #000;
        }
    .visually-impaired-version .slider .align-m{
        padding: 0 0 120px;
        }
    .visually-impaired-version .slider .container{
        max-width: 820px;
        height: auto;
        }
    .visually-impaired-version .slider .external{
        color: #000;
        border-color: #000;
        text-decoration: none;
        border-radius: 0;
        }
    .no-touch .visually-impaired-version .slider .external:hover{
        background: #000;
        color: #fff;
        }
    .visually-impaired-version .slider .slick-dots li{
        width: 40px;
        height: 40px;
        padding: 12px 0 0;
        }
    .visually-impaired-version .slider .slick-dots .slick-active{
        border-color: #000;
        border-radius: 20px;
        padding: 11px 0 0;
        }
    .visually-impaired-version .slider .slick-dots li button{
        background: #000;
        width: 16px;
        height: 16px;
        border-radius: 8px;
        }
    .visually-impaired-version .slider .slick-dots .slick-active button, .no-touch .slider .slick-dots li button:hover{
        background: #000;
        }
    .visually-impaired-version .slider .slick-arrow{
        left: 25px;
        width: 60px;
        height: 28px;
        background: url("../i/slider-arrows-v.png") no-repeat 0 0;
        opacity: 1;
        }
    .visually-impaired-version .slider .slick-next{
        left: auto;
        right: 25px;
        background: url("../i/slider-arrows-v.png") no-repeat 100% 0;
        }
    .visually-impaired-version .slider .item:before{
        display: none;
        }
    /*Bg box*/
    .visually-impaired-version .bg-box{
        background: none !important;
        }
    .visually-impaired-version .bg-box .bottom-bg{
        background: none !important;
        }
    /*Section*/
    .visually-impaired-version .section-title a{
        display: inline-block;
        vertical-align: top;
        text-align: left;
        color: #000;
        padding: 11px 30px 17px;
        border: 2px solid #000;
        text-decoration: none;
        }
    .no-touch .visually-impaired-version .section-title a:hover{
        background: #000;
        color: #fff;
        opacity: 1;
        }
    .visually-impaired-version .section-title .arrow{
        width: 14px;
        height: 24px;
        margin: 23px 0 0 15px;
        background: url("../i/section-title-arrow-v.png") no-repeat 0 0;
        }
    .visually-impaired-version.middle-font .section-title .arrow{
        margin-top: 28px;
        }
    .visually-impaired-version.large-font .section-title .arrow{
        margin-top: 33px;
        }
    .no-touch .visually-impaired-version .section-title a:hover .arrow{
        background-position: 0 100%;
        }
    .visually-impaired-version .section-title .arrow:after{
        display: none;
        }
    /*icons-text-list*/
    .visually-impaired-version.large-font .icons-text-list .col{
        display: block;
        width: 100% !important;
        padding: 0 !important;
        }
    .visually-impaired-version .icons-text-list .item{
        position: relative;
        padding: 18px 0 0 0;
        margin: 0 0 25px !important;
        }
    .visually-impaired-version .icons-text-list h4 a{
        color: #000;
        border: none;
        }
    .visually-impaired-version .icons-text-list p{
        color: #000;
        }
    .visually-impaired-version .icons-text-list .icon{
        display: none;
        }
    /*Press list*/
    .visually-impaired-version .press-list{
        margin: 40px 0 -50px;
        }
    .visually-impaired-version .press-list .item{
        font-size: 22px;
        color: #000;
        margin: 0 0 50px;
        }
    .visually-impaired-version.middle-font .press-list .item{
        font-size: 25px;
        width: 50%;
        }
    .visually-impaired-version.large-font .press-list .item{
        font-size: 28px;
        width: 100%;
        }
    .visually-impaired-version .press-list .item:not(.main):after{
        display: none;
        }
    .ie .visually-impaired-version .press-list .item:before{
        display: none;
        }
    .visually-impaired-version .press-list .item .align-b{
        height: auto;
        padding: 0 30px;
        }
    .visually-impaired-version a .time{
        cursor: default;
        }
    .visually-impaired-version.large-font .press-list .item .align-b{
        padding: 0;
        }
    .no-touch .visually-impaired-version .press-list .item:not(.main):hover p{
        color: #000;
        }
    .visually-impaired-version .item p{
        max-width: none;
        }
    .visually-impaired-version .press-list a{
        text-decoration: none;
        }
    .visually-impaired-version .press-list a p{
        text-decoration: underline;
        }
    .no-touch .visually-impaired-version .press-list a p:hover{
        text-decoration: none;
        }
    .visually-impaired-version .press-list .time{
        color: #000;
        opacity: 1;
        }
    .visually-impaired-version .press-list .item .img{
        display: none;
        }
    .visually-impaired-version .press-list .item.main{
        width: 100%;
        padding: 0;
        }
    .visually-impaired-version .press-list .item.main .align-m{
        position: relative;
        height: auto;
        width: 100%;
        margin: 0 0 0 20px;
        padding: 0 30px;
        background: none;
        }
    .visually-impaired-version.large-font .press-list .item.main .align-m{
        padding: 0;
        }
    .visually-impaired-version .press-list .item.main .time{
        color: #000;
        opacity: 1;
        }
    .visually-impaired-version .press-list .item.main .tags{
        position: relative;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 10px 0 0;
        }
    .visually-impaired-version .press-list .item.main .tags a{
        display: inline-block;
        vertical-align: top;
        color: #000;
        margin: 0 14px 6px 0;
        border-bottom: 1px solid #000;
        }
    .no-touch .visually-impaired-version .press-list .item.main .tags a:hover{
        border-color: transparent;
        color: #000;
        }
    /*Three column grid*/
    .visually-impaired-version.small-font .three-col-grid .col{
        font-size: 22px;
        }
    .visually-impaired-version.middle-font .three-col-grid .col{
        font-size: 25px;
        width: 50%;
        max-width: none;
        }
    .visually-impaired-version.large-font .three-col-grid .col{
        font-size: 28px;
        width: 100%;
        max-width: none;
        }
    /*Press grid*/
    .visually-impaired-version .press-grid{
        margin: 0;
        }
    .visually-impaired-version .press-grid .item{
        display: block;
        width: 100%;
        padding: 0;
        font-size: 22px;
        }
    .visually-impaired-version.middle-font .press-grid .item{
        font-size: 25px;
        }
    .visually-impaired-version.large-font .press-grid .item{
        font-size: 28px;
        }
    .visually-impaired-version .press-grid .img{
        padding-bottom: 0;
        height: 300px;
        margin: 0 0 19px;
        }
    .visually-impaired-version .press-grid h4 a{
        border: none;
        color: #000;
        }
    .visually-impaired-version .press-grid .tags li{
        background: none;
        }
    .visually-impaired-version .press-grid .tags a{
        color: #000;
        border: none;
        }
    /*Chess grid*/
    .visually-impaired-version .chess-grid .col{
        color: #000;
        background-color: #fff;
        border: none;
        }
    .visually-impaired-version .chess-grid .has-line:before{
        background: #000;
        }
    .visually-impaired-version .chess-grid a{
        color: #000;
        border: none;
        }
    .visually-impaired-version .chess-grid ul li{
        background: url("../i/list-bullet-v.gif") no-repeat 0 14px;
        }
    .visually-impaired-version.middle-font .chess-grid ul li{
        background-position: 0 17px;
        }
    .visually-impaired-version.large-font .chess-grid ul li{
        background-position: 0 19px;
        }
    .visually-impaired-version .chess-grid .col.responsimg:after{
        background: url("../i/chess-grid-arrow-v.png") no-repeat 0 0;
        }
    /*Icons list*/
    .visually-impaired-version .icons-list{
        text-align: left;
        }
    .visually-impaired-version .icons-list .col{
        font-size: 19.55555555555556px;
        width: 50%;
        }
    .visually-impaired-version.middle-font .icons-list .col{
        font-size: 22.2222222px;
        }
    .visually-impaired-version.large-font .icons-list .col{
        font-size: 24.88888864px;
        }
    .visually-impaired-version .icons-list .col .item{
        max-width: none;
        }
    .visually-impaired-version .icons-list .icon{
        display: none;
        }
    .visually-impaired-version .icons-list .item:after{
        background: #000;
        }
    /*Time line*/
    .visually-impaired-version .timeline-box{
        margin-bottom: 50px;
        }
    .visually-impaired-version .timeline{
        max-width: none;
        margin: 40px auto 0;
        }
    .visually-impaired-version .timeline:before{
        display: none;
        }
    .visually-impaired-version .timeline .item{
        position: relative;
        width: 100%;
        float: none;
        margin: 0 0 50px;
        padding: 0 0 0 70px;
        }
    .visually-impaired-version.middle-font .timeline .item{
        padding: 0 0 0 78px;
        }
    .visually-impaired-version.large-font .timeline .item{
        padding: 0 0 0 86px;
        }
    .visually-impaired-version .timeline .year{
        position: absolute;
        left: 0;
        top: 4px;
        margin: 0;
        text-align: left;
        }
    .visually-impaired-version.middle-font .timeline .year{
        top: 5px;
        }
    .visually-impaired-version.large-font .timeline .year{
        top: 6px;
        }
    .visually-impaired-version .timeline .year:after{
        display: none;
        }
    .visually-impaired-version .timeline .text{
        padding: 0;
        color: #000;
        background: none;
        }
    .visually-impaired-version .timeline .text:before{
        display: none;
        }
    .visually-impaired-version .timeline .prev-item, .visually-impaired-version .timeline .next-item{
        display: none;
        }
    .visually-impaired-version .timeline-nav{
        display: none;
        }
    .visually-impaired-version .timeline-box .mCSB_container{
        width: 100% !important;
        }
    /*Contacts*/
    .visually-impaired-version.middle-font .contacts{
        width: calc(100% - 450px);
        }
    .visually-impaired-version .contacts .map-anchor{
        display: none;
        }
    .visually-impaired-version .feedback > p{
        color: #000;
        }
    .visually-impaired-version .feedback .form{
        border: 1px solid #000;
        }
    .visually-impaired-version #google-map{
        display: none;
        }
    .visually-impaired-version.middle-font .two-col-grid.workers .col{
        width: 50%;
        }
    /*Search results*/
    .visually-impaired-version .search-results li{
        background: none;
        }
    .visually-impaired-version .search-results h4 a{
        border: none;
        }
    /*Results box*/
    .visually-impaired-version .results-box{
        color: #000;
        border-bottom: 1px solid #000;
        }
    .visually-impaired-version .results-box b{
        font-weight: 700;
        color: #000;
        }
    .visually-impaired-version .results-box:after{
        display: none;
        }
    /*Main*/
    .visually-impaired-version .has-tags .tags span{
        background: #000;
        color: #fff;
        }
    .visually-impaired-version .tags .remove-tag{
        top: 9px;
        background: #fff url("../i/close-tag-v.png") no-repeat 50% 50% !important;
        }
    .visually-impaired-version.middle-font .tags .remove-tag{
        top: 10px;
        }
    .visually-impaired-version.large-font .tags .remove-tag{
        top: 12px;
        }
    .no-touch .visually-impaired-version .tags .remove-tag:hover{
        opacity: .7;
        }
    /*Aside*/
    .visually-impaired-version .tags li{
        background: none;
        }
    .visually-impaired-version .tags a{
        border: none;
        }
    /*Pager*/
    .visually-impaired-version .pager{
        border-top: 1px solid #000;
        }
    .visually-impaired-version .pager .prev-page, .visually-impaired-version .pager .next-page{
        display: none;
        }
    .visually-impaired-version .pager .active{
        background: #000;
        color: #fff;
        border-radius: 0;
        height: 29px;
        line-height: 29px;
        }
    .visually-impaired-version.middle-font .pager .active{
        height: 31px;
        line-height: 31px;
        }
    .visually-impaired-version.large-font .pager .active{
        height: 33px;
        line-height: 33px;
        }
    /*Select*/
    .visually-impaired-version .select2-container .select2-selection--single{
        height: 50px;
        border-color: #000;
        }
    .visually-impaired-version .select2-container .select2-selection--single .select2-selection__rendered{
        font-size: 18px;
        line-height: 45px;
        padding: 0 50px 0 15px;
        }
    .visually-impaired-version .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 19px;
        width: 24px;
        height: 15px;
        }
    .visually-impaired-version .select2-container--default .select2-selection--single .select2-selection__arrow b{
        background: url("../i/select-arrow-v.png") no-repeat 0 0;
        }
    .visually-impaired-version .select2-dropdown{
        border-color: #000;
        }
    .visually-impaired-version .select2-dropdown.select2-dropdown--above{
        border-color: #000;
        }
    .visually-impaired-version .select2-container--default .select2-results > .select2-results__options{
        max-height: 201px;
        }
    .visually-impaired-version .select2-results__option{
        padding: 12px 15px 12px 17px;
        font-size: 18px;
        line-height: 1.445em;
        background: none !important;
        border-bottom: 1px solid #fff;
        }
    .visually-impaired-version .select2-results__option:last-child{
        border: none;
        }
    .no-touch .visually-impaired-version .select2-results__option:hover{
        background: #000 !important;
        color: #fff;
        }
    .visually-impaired-version .select2-container--default .select2-results__option[aria-selected=true]{
        background: #000 !important;
        }
    .visually-impaired-version .select2-container--default .select2-selection--multiple .select2-selection__choice{
        font-size: 18px;
        }
    .visually-impaired-version.middle-font .select2-container--default .select2-selection--multiple .select2-selection__choice{
        font-size: 20px;
        }
    .visually-impaired-version.large-font .select2-container--default .select2-selection--multiple .select2-selection__choice{
        font-size: 22px;
        }
    /*Footer*/
    .visually-impaired-version #footer{
        color: #fff;
        }
    .visually-impaired-version.middle-font #footer{
        font-size: 19px !important;
        }
    .visually-impaired-version.large-font #footer{
        font-size: 21px !important;
        }
    .visually-impaired-version #footer .container{
        padding: 65px 25px 64px;
        }
    .visually-impaired-version #footer .contacts-box .col, .visually-impaired-version #footer .sub-links p{
        display: block;
        margin: 0 0 20px;
        }
    .visually-impaired-version #footer .contacts-box .col:last-child, .visually-impaired-version #footer .sub-links p:last-child{
        margin-bottom: 0;
        }
    .visually-impaired-version #footer a{
        border: none;
        color: #fff !important;
        }
    .visually-impaired-version #footer .sub-links{
        max-width: 280px;
        }
    .visually-impaired-version #footer .use-conditions{
        font-size: 1em;
        color: #fff;
        }
    /*Error page*/
    .visually-impaired-version .error-page-box{
        max-width: none;
        }
    .visually-impaired-version .error-page-box .num{
        color: #000;
        }
    }
@media screen and (min-width: 1000px) and (max-width: 1080px){
    .visually-impaired-version.large-font .contacts{
        float: none;
        width: 100%;
        margin: 0 0 32px;
        }
    .visually-impaired-version.large-font .feedback{
        float: none;
        margin: 0;
        }
    }
@media screen and (min-width: 851px) and (max-height: 730px){
    .full-screen .align-m{
        padding: 140px 0 100px;
        }
    .full-screen .we-are-list{
        margin: 60px auto 0;
        }
    }
@media screen and (min-width: 851px){
    #all{
        z-index: 1 !important;
        }
    #all:after{
        display: none !important;
        }
    /*Nav*/
    #nav{
        display: block !important;
        }
    #nav > ul > li.current > a{
        /*cursor: default;*/
        }
    .no-touch #nav > ul > li.current > a:hover{
        opacity: .7 !important;
        }
    .no-touch #nav > ul > li:not(.current) > a:hover, .no-touch #nav > ul > li:not(.current):hover > a, #nav > ul > li.active:not(.current) > a{
        color: #99e4ff;
        }
    #nav li:not(.visible-dropdown) .dropdown li:nth-child(2n) a{
        background: #f5f5f5;
        }
    #nav .visible-dropdown .dropdown{
        display: block !important;
        width: auto;
        left: 0;
        right: -42px;
        top: 50px;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.325em;
        margin: 0;
        padding: 7px 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: none;
        }
    #nav .visible-dropdown .dropdown:before{
        /*height: 1px;
		top: 35px;
		left: 8px;
		right: 0;
		width: auto;
		background: #68d7ff;*/
        display: none;
        }
    #nav .visible-dropdown .dropdown:after{
        z-index: -1;
        background: #17c1ff;
        left: -17px;
        top: 0;
        right: -10000px;
        bottom: 10px;
        height: auto;
        }
    #nav .visible-dropdown .dropdown li{
        display: inline-block;
        vertical-align: top;
        margin: 0 20px 19px 0;
        }
    #nav .visible-dropdown .dropdown .active:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -7px;
        height: 2px;
        background: #fff;
        }
    #nav .visible-dropdown .dropdown li a{
        color: #fff;
        display: inline;
        padding: 0;
        background: none !important;
        }
    #nav .visible-dropdown .dropdown .active a{
        /*cursor: default;*/
        color: #d3f0ff;
        }
    .no-touch #nav .visible-dropdown .dropdown li a:hover{
        color: #d3f0ff;
        opacity: .7 !important;
        }
    }
@media screen and (max-width: 1350px){
    /*Timeline*/
    .timeline{
        padding: 0 15px;
        }
    .timeline:before{
        left: 25px;
        right: 25px;
        }
    .timeline .prev-item{
        left: -15px;
        }
    .timeline .next-item{
        right: -15px;
        }
    }
@media screen and (max-width: 1290px){
    /*Slider*/
    .slider .container{
        height: 470px;
        }
    /*Footer*/
    #footer .sub-links p{
        margin: 4px 0;
        display: block;
        }
    }
@media screen and (max-width: 1160px){
    /*Header*/
    #logo{
        width: 186px;
        height: 34px;
        margin: 2px 0 0;
        background: url("../i/logo-mobile.svg") no-repeat 0 0;
        }
	.en #logo{
		width: 174px;
		background: url("../i/logo-mobile-en.svg") no-repeat 0 0;
		}
    }
@media screen and (max-width: 1140px){
    /*Footer*/
    #footer .contacts-box .col{
        display: block;
        margin: 10px 0;
        padding-right: 25px;
        padding-left: 37px;
        }
    #footer .phone:before{
        left: 4px;
        }
    }
@media screen and (max-width: 1080px){
    /*Bg box*/
    .bg-box{
        padding: 55px 0 96px;
        }
    .index-page .bg-box{
        padding: 79px 0 0;
        }
    /*Press list*/
    .press-list .item{
        width: 50%;
        }
    /*Contacts*/
    #google-map{
        margin-bottom: -96px;
        }
    }
@media screen and (max-width: 1050px){
    /*Materials*/
    .materials .docs-list{
        margin-bottom: 30px;
        }
    .materials .docs-list li{
        width: 50%;
        }
    }
@media screen and (max-width: 1024px){
    /*Press grid*/
    .press-grid .item{
        width: 100%;
        }
    .press-grid .img{
        height: 300px;
        padding: 0;
        }
    }
@media screen and (max-width: 999px){
    #header .visually-impaired{
        display: none;
        }
    }
@media screen and (max-width: 980px){
    /*Independent*/
    .container, .container-full-width{
        padding: 0 15px;
        }
    /*Chess grid*/
    .chess-grid-box{
        margin: 32px -15px 48px;
        }
    /*Header*/
    .search-form{
        right: 15px;
        }
    /*Slider*/
    .slider .slick-arrow{
        left: 15px;
        }
    .slider .slick-next{
        left: auto;
        right: 15px;
        }
    /*Timeline*/
    .timeline{
        padding: 0;
        }
    .timeline:before{
        left: 0;
        right: 0;
        }
    .timeline .prev-item, .timeline .next-item{
        display: none;
        }
    }
@media screen and (max-width: 950px){
    /*Three column grid*/
    .three-col-grid{
        margin: 32px auto -36px;
        max-width: 860px;
        }
    .three-col-grid .col{
        width: 50%;
        padding: 0 15px;
        }
    }
@media screen and (max-width: 940px){
    /*Photo gallery*/
    .photo-gallery{
        margin: 62px -8px 40px -7px;
        }
    .photo-gallery .item{
        width: 33.333333333%;
        padding: 0 8px 0 7px;
        margin: 0 0 15px;
        }
    }
@media screen and (max-width: 920px){
    /*icons-text-list*/
    .icons-text-list .col{
        padding-right: 3.2%;
        }
    .icons-text-list .col:nth-child(2){
        padding: 0 1% 0 15px;
        }
    /*Icons list*/
    .icons-list .col{
        width: 50%;
        }
    /*Contacts*/
    .contacts{
        float: none;
        width: 100%;
        margin: 0 0 32px;
        }
    .feedback{
        float: none;
        margin: 0;
        }
    .workers.two-col-grid{
        float: none;
        margin: 80px -30px -34px;
        }
    .workers.two-col-grid .col{
        padding: 0 30px;
        }
    #google-map{
        height: 400px;
        margin: 80px 0 -96px;
        }
    }
@media screen and (max-width: 850px){
    .chess-grid{
        display: block;
        }
    .chess-grid .row{
        display: block;
        margin: 0 0 3px;
        }
    .chess-grid .col{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 30px 15px 35px !important;
        border: none;
        }
    .chess-grid .col.responsimg{
        padding: 0 0 40% !important;
        min-height: 180px;
        }
    .chess-grid .col .max-w{
        max-width: none;
        float: none !important;
        }
    .chess-grid .col.responsimg:after{
        position: absolute;
        left: 50%;
        bottom: 0;
        float: none !important;
        height: 17px;
        margin: 0 0 0 -17px !important;
        }
    /*Header*/
    #header{
        height: 50px;
        min-height: 0;
        padding: 12px 0 0;
        background: #00b0f0;
        }
    #header:before{
        display: none;
        }
    #logo{
        margin: 0;
        width: 119px;
        height: 26px;
        background-size: 100% auto;
        }
	.en #logo{
		width: 110px;
		}
    #header .meta, #open-search, .search-form{
        visibility: hidden;
        }
    #header .lang{
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        margin: 5px 0 0;
        }
    .no-touch #header .lang:hover{
        opacity: .7 !important;
        }
    #header .social-links{
        text-align: center;
        margin: 13px 0;
        }
    #header .social-links a{
        font-size: 17px;
        margin: 0 13px;
        color: #00b0f0 !important;
        }
    .no-touch #header .social-links a:hover{
        opacity: .5 !important;
        }
    #header .social-links a.twitter{
        font-size: 19px;
        }
    /*Search*/
    #open-search{
        clear: none;
        margin: -4px 0 0 10px;
        width: 34px;
        height: 34px;
        }
    #open-search.active{
        background: url("../i/close-icon.svg") no-repeat 50% 50%/ 13px 13px;
        }
    #open-search:before{
        left: 17px;
        bottom: 28px;
        }
    .search-form{
        display: block;
        position: relative;
        margin: -37px 0 0;
        right: auto;
        height: 37px;
        width: 100% !important;
        }
    .search-form.visible{
        margin: 0;
        }
    .search-form input{
        height: 37px;
        line-height: 37px;
        }
    .search-form .search-btn{
        right: 14px;
        top: 9px;
        }
    /*Nav*/
    #nav{
        position: absolute;
        top: 38px;
        right: 0;
        margin: 0;
        display: none;
        width: 100%;
        max-width: 400px;
        background: #fff;
        overflow: auto;
        }
    #nav ul li{
        display: block;
        font-size: 16px;
        margin: 0;
        }
    #nav > ul > li.current:not(.has-child):before{
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        right: 0;
        height: 1px;
        background: #fff;
        }
    #nav > ul > li > a{
        border-bottom: 1px solid #e7e7e7;
        }
    /*	#nav > ul > .current > a:after{
		content: '';
		position: absolute;
		top: -1px;
		left: 0;
		right: 0;
		height: 1px;
		background: #fff;
		}*/
    #nav > ul > li.active > a{
        border-color: transparent;
        }
    #nav > ul > li.current:not(.has-child) > a{
        cursor: default;
        background: #00b0f0;
        color: #fff;
        border-color: #fff !important;
        }
    .no-touch #nav > ul > li > a:hover{
        border-color: #00b0f0;
        }
    #nav ul li a{
        color: #00b0f0;
        padding: 11px 20% 11px 35%;
        }
    .no-touch #nav ul li a:hover{
        background: #00b0f0;
        color: #fff;
        }
    #nav > ul > li > a:before{
        display: none;
        }
    #nav > ul > li.has-child > a:before{
        content: '';
        position: absolute;
        display: block;
        width: 5px;
        height: 9px;
        left: 32%;
        right: auto;
        top: 15px;
        bottom: auto;
        border: none;
        background: url("../i/has-child-arrows.png") no-repeat 0 0;
        }
    .no-touch #nav > ul > li.has-child > a:hover:before{
        background-position: -12px 0;
        }
    #nav > ul > li.has-child.active > a:before{
        width: 9px;
        height: 5px;
        left: 31.5%;
        top: 17px;
        background-position: 0 -11px;
        }
    .no-touch #nav > ul > li.has-child.active > a:hover:before{
        background-position: -12px -11px;
        }
    #nav .dropdown{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        }
    #nav .dropdown li{
        font-size: 15px;
        }
    #nav ul li .dropdown a{
        color: #00b0f0;
        padding: 7px 20% 7px 38%;
        }
    #nav ul li .dropdown .active a{
        background: #f5f5f5;
        color: #00b0f0;
        }
    #nav ul li .dropdown li:last-child a{
        border-bottom: 1px solid #e7e7e7;
        }
    .no-touch #nav ul li .dropdown li:not(.active):last-child a:hover{
        border-color: #00b0f0;
        }
    #nav .dropdown:before, #nav .dropdown:after{
        display: none;
        }
    #open-nav{
        display: block;
        width: 35px;
        height: 35px;
        padding: 8px 0 0 5px;
        margin: -4px -7px 0 9px;
        }
    #open-nav:after{
        left: 16px;
        top: 28px;
        }
    /*Full screen*/
    #header + .full-screen{
        margin: 0;
        }
    .full-screen .align-m{
        padding: 70px 0 100px;
        }
    .full-screen .we-are-list{
        max-width: 680px;
        margin-bottom: 15px;
        }
    .we-are-list .item{
        width: 50%;
        }
    .full-screen .anchor{
        bottom: 20px;
        }
    /*Press grid*/
    .press-grid{
        margin: 0 -15px;
        }
    .press-grid .item{
        width: 50%;
        padding: 0 15px;
        }
    .press-grid .img{
        padding-bottom: 72.50608272506083%;
        height: auto;
        }
    /*Main*/
    .main{
        float: none;
        width: 100%;
        margin: 0 0 50px;
        }
    /*Aside*/
    .aside{
        float: none;
        width: 100%;
        }
    .aside .tags-box{
        margin: 0 0 34px;
        }
    .aside .tags li{
        display: inline-block;
        vertical-align: top;
        margin: 0 12px 16px 0;
        }
    /*Error page*/
    .error-page-box{
        margin: 0 auto;
        }
    /*Footer*/
    #footer .container{
        max-width: 600px;
        }
    #footer .copy-box:not(.mobile){
        display: none !important;
        }
    #footer .copy-box.mobile{
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding: 0;
        margin: 40px auto 0;
        max-width: none;
        width: 100%;
        }
    #footer .hide-mobile{
        display: none;
        }
    }
@media screen and (max-width: 830px){
    /*icons-text-list*/
    .icons-text-list{
        max-width: 76%;
        margin-left: auto;
        margin-right: auto;
        }
    .icons-text-list .col{
        display: block;
        padding: 0 !important;
        width: 100%;
        }
    .icons-text-list .col .item:last-child{
        margin-bottom: 25px;
        }
    }
@media screen and (max-width: 780px){
    /*Three column grid*/
    .three-col-grid{
        margin: 32px -5px -36px;
        max-width: 860px;
        }
    .three-col-grid .col{
        padding: 0 10px;
        }
    /*Materials*/
    .materials .docs-list li{
        padding-right: 40px;
        width: 52%;
        }
    .materials .docs-list li:nth-child(2n){
        width: 48%;
        padding-right: 10px;
        }
    }
@media screen and (max-width: 740px){
    body{
        font-size: 1em;
        line-height: 1.8em;
        }
    h1{
        font-size: 2.5em;
        line-height: 1.4em;
        }
    h2{
        font-size: 2.125em;
        line-height: 1.3em;
        }
    h3{
        font-size: 1.75em;
        font-weight: 400;
        line-height: 1.428571428571429em;
        }
    h4{
        font-size: 1.5em;
        font-weight: 400;
        line-height: 1.428571428571429em;
        }
    h5{
        font-size: 1.3125em;
        line-height: 1.475em;
        }
    h6{
        font-size: 1.125em;
        line-height: 1.375em;
        }
    .has-line:before{
        top: 2px;
        height: 29px;
        }
    blockquote{
        margin: 32px 0;
        }
    .time{
        font-size: .9375em;
        }
    /*Intro*/
    .intro{
        font-size: 1.125em;
        line-height: 1.611111111111111em;
        }
    /*Share-links*/
    .share-box{
        font-size: .9375em;
        margin: 50px 0 0;
        }
    /*Two column grid*/
    .two-col-grid .col{
        font-size: 16px;
        }
    /*Three column grid*/
    .three-col-grid .col{
        font-size: 16px;
        }
    .three-col-grid .col p{
        font-size: 1em;
        }
    .chess-grid .col{
        font-size: 1em;
        line-height: 1.5em;
        }
    .chess-grid h5{
        font-size: 1.3125em;
        line-height: 1.475em;
        margin: 0 0 21px;
        }
    /*Docs list*/
    .docs-list li{
        font-size: 16px;
        }
    .docs-list .format{
        font-size: .75em;
        }
    /*Section*/
    .section{
        margin: 0 0 80px;
        }
    /*Section title*/
    .section-title{
        font-size: 2.125em;
        }
    .section-title a{
        padding: 10px 30px 14px;
        }
    .section-title .arrow{
        margin: 13px 0 0 10px;
        }
    /*icons-text-list*/
    .icons-text-list h4{
        font-size: 1.125em;
        }
    .icons-text-list p{
        font-size: 1em;
        }
    /*Bg box*/
    .bg-box{
        padding: 55px 0 70px;
        }
    /*Press list*/
    .press-list .item{
        width: 100%;
        }
    .press-list .item .img, .press-list .item:after, .ie .press-list .item:before{
        right: 0;
        }
    .press-list .item.main{
        padding: 0;
        }
    .press-list .item.main .img{
        position: relative;
        height: 300px;
        }
    .press-list .item.main .align-m{
        display: block;
        height: auto;
        width: 100%;
        margin: 0;
        padding: 30px 16px;
        }
    .press-list .item.main .tags{
        position: relative;
        left: 0;
        bottom: auto;
        right: 0;
        margin: 30px 0 0;
        }
    /*timeline*/
    .timeline .text{
        font-size: 1em;
        }
    /*Results box*/
    .results-box{
        font-size: .875em;
        }
    /*Materials*/
    .materials .docs-list li:nth-child(2n){
        padding-right: 0;
        }
    /*Press grid*/
    .press-grid{
        margin: 0;
        }
    .press-grid .item{
        width: 100%;
        padding: 0;
        }
    .press-grid .img{
        padding: 0 0 40%;
        min-height: 210px;
        }
    /*Contacts*/
    .feedback > p{
        font-size: 1em;
        }
    .workers.two-col-grid{
        margin: 80px 0 -34px;
        }
    .workers.two-col-grid .col{
        padding: 0 50px 0 0;
        width: 52%;
        }
    .workers.two-col-grid .col:nth-child(2n){
        width: 48%;
        padding-right: 0;
        }
    .workers.two-col-grid h5{
        margin-bottom: 10px;
        }
    #google-map{
        margin: 80px 0 -70px;
        }
    /*Footer*/
    #footer{
        font-size: .875em;
        }
    }
@media screen and (max-width: 700px){
    /*Slider*/
    .slider .container{
        height: auto;
        }
    }
@media screen and (max-width: 670px){
    /*Three column grid*/
    .three-col-grid{
        margin: 32px auto -24px;
        max-width: 400px;
        }
    .three-col-grid .col{
        width: 100% !important;
        padding: 0;
        margin: 0 0 40px;
        }
    /*Icons list*/
    .icons-list .col{
        width: 100%;
        padding: 0;
        }
    }
@media screen and (max-width: 650px){
    * + h3{
        margin: 35px 0 24px;
        }
    * + h6{
        margin: 40px 0 24px;
        }
    .scroll-tbl{
        margin: 40px 0 50px;
        }
    ol, ul{
        margin: 21px 0 42px;
        }
    ul li, ol li{
        margin-bottom: 16px;
        }
    /*Note*/
    .note{
        margin: 45px 0 55px;
        }
    /*Docs list*/
    .docs-list{
        margin: 21px 0 50px;
        }
    .docs-list li{
        padding: 22px 0 31px 56px;
        margin: 0 0 10px;
        }
    /*Two column grid*/
    .two-col-grid{
        margin: 32px -15px 0;
        }
    .two-col-grid .col{
        width: 100%;
        margin: 0 0 26px;
        }
    /*icons-text-list*/
    .icons-text-list{
        max-width: 84%;
        }
    }
@media screen and (max-width: 620px){
    /*Full screen*/
    .full-screen .align-m{
        padding: 70px 0 100px;
        }
    .full-screen h2{
        font-size: 2.6em;
        }
    .full-screen .we-are-list{
        max-width: none;
        margin: 60px 0 0;
        }
    .we-are-list .item{
        width: 100%;
        padding: 0;
        }
    /*Photo gallery*/
    .photo-gallery .item{
        width: 50%;
        }
    }
@media screen and (max-width: 600px){
    /*Contacts*/
    .workers.two-col-grid{
        margin: 80px 0 -34px;
        }
    .workers.two-col-grid .col{
        padding: 0 !important;
        width: 100% !important;
        }
    #google-map{
        height: 300px;
        margin: 60px 0 -70px;
        }
    }
@media screen and (max-width: 580px){
    /*Share-links*/
    .share-box{
        margin: 40px 0 0;
        text-align: center;
        }
    .share-box .return{
        float: none;
        }
    .share-box .share-links{
        float: none;
        margin: 14px 0 0;
        }
    .share-links .text{
        display: none;
        }
    /*Materials*/
    .materials .docs-list{
        margin-bottom: 34px;
        }
    .materials .docs-list li{
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 6px;
        }
    }
@media screen and (max-width: 530px){
    h1{
        font-size: 2em;
        }
    h2{
        font-weight: 400;
        font-size: 1.5625em;
        }
    h3{
        font-size: 1.4375em;
        }
    h4{
        font-size: 1.375em;
        line-height: 1.32em;
        }
    h5{
        font-size: 1.25em;
        line-height: 1.475em;
        }
    blockquote{
        font-size: 1.1875em;
        margin: 32px -15px;
        }
    blockquote > .bg{
        padding: 25px 15px 30px;
        }
    blockquote > .bg:before, blockquote > .bg:after{
        display: none;
        }
    blockquote .author{
        font-size: .7368421052631579em;
        line-height: 1.5em;
        }
    /*Note*/
    .note{
        font-size: 1.1875em;
        }
    /*Section title*/
    .section-title{
        font-size: 1.5625em;
        }
    .section-title a{
        padding: 13px 20px 15px;
        }
    .section-title .arrow{
        margin: 7px 0 0 10px;
        }
    .no-touch .section-title a:hover .arrow:after{
        left: 5px;
        }
    /*Chess grid*/
    .chess-grid h5{
        font-size: 1.25em;
        }
    /*icons-text-list*/
    .icons-text-list{
        max-width: 410px;
        }
    /*Footer*/
    #footer .container{
        padding: 35px 15px 40px;
        }
    #footer .col{
        display: block;
        max-width: 240px;
        margin: 0 auto;
        }
    #footer .contacts-box{
        margin: 0 auto 40px;
        }
    #footer .copy-box.mobile{
        display: block;
        max-width: 240px;
        text-align: left;
        margin: 30px auto 0;
        }
    #footer .use-conditions{
        bottom: 16px;
        }
    }
@media screen and (max-width: 490px){
    .img.left, img.left, .img.right, img.right{
        margin: 29px 0 25px;
        max-width: 100%;
        float: none;
        }
    /*Form*/
    .form.two-col .form-row:not(.full-width){
        margin: 0;
        }
    .form.two-col :not(.full-width) .form-col{
        width: 100%;
        padding: 0;
        }
    /*Full screen*/
    .full-screen .align-m{
        padding: 60px 0 90px;
        }
    .full-screen h2{
        margin: 0 0 16px;
        }
    .full-screen h2 b{
        display: block;
        }
    /*Press list*/
    .press-list .item{
        font-size: 16px;
        }
    .press-list .item .align-b{
        padding: 50px 26px 15px;
        }
    .press-list .item p{
        margin: 0 0 3px;
        }
    .press-list .time{
        font-size: .8125em;
        }
    .press-list .text-bg .level-1, .press-list .text-bg .level-2, .press-list .text-bg .level-3{
        padding: 3px 0 4px;
        }
    .press-list .item.main p{
        font-size: 1.5em;
        }
    .press-list .item.main .align-m{
        padding: 20px 16px 14px;
        }
    .press-list .item.main .tags{
        font-size: .8125em;
        margin: 20px 0 0;
        }
    /*Results form*/
    .results-form{
        position: relative;
        padding-right: 0;
        }
    .results-form .btn{
        right: 10px;
        top: 8px;
        width: 23px;
        height: 23px;
        background: url("../i/search-btn-large.png") no-repeat 0 0 !important;
        border: none;
        min-width: 0;
        text-indent: -10000px;
        }
    .no-touch .results-form .btn:hover{
        opacity: .6;
        }
    /*Error page*/
    .error-page-box .num{
        font-size: 120px;
        }
    }
@media screen and (max-width: 450px){
    /*Timeline*/
    .timeline-nav{
        width: 284px;
        padding: 0 15px;
        }
    .timeline-nav .slick-arrow{
        left: -15px;
        }
    .timeline-nav .slick-next{
        left: auto;
        right: -15px;
        }
    /*Contacts*/
    .feedback{
        max-width: none;
        }
    .feedback .form{
        padding: 0;
        margin: 17px 0 0;
        border: none;
        }
    }
@media screen and (max-width: 420px){
    h1.small-font-mob{
        font-weight: 400;
        font-size: 1.625em;
        line-height: 1.4em;
        }
    /*Section*/
    .section{
        margin: 0 0 70px;
        }
    /*Bg box*/
    .bg-box{
        padding: 45px 0 60px;
        }
    /*icons-text-list*/
    .icons-text-list .icon{
        position: relative;
        margin: 0 0 10px;
        }
    .icons-text-list .item{
        padding: 0;
        margin: 0 0 36px !important;
        }
    /*Contacts*/
    #google-map{
        margin: 60px 0 -60px;
        }
    }
@media screen and (max-width: 410px){
    img, .img.left, img.left, .img.right, img.right, * .video{
        margin: 29px -5% 25px;
        max-width: 110%;
        }
    * .video{
        padding-bottom: 62%;
        }
    }
@media screen and (max-width: 390px){
    /*Header*/
    #nav ul li a{
        padding: 11px 20% 11px 32%;
        }
    #nav > ul > li.has-child > a:before{
        left: 28.5%;
        }
    #nav > ul > li.has-child.active > a:before{
        left: 27.5%;
        }
    #nav ul li .dropdown a{
        color: #00b0f0;
        padding: 7px 20% 7px 35.5%;
        }
    }
@media screen and (max-width: 380px){
    /*Contacts*/
    .phones-box{
        margin: 0;
        }
    .phones-box .col{
        display: block;
        width: 100% !important;
        max-width: none;
        }
    .phones-box h5{
        margin-top: 32px;
        }
    }
@media screen and (max-width: 370px){
    /*Timeline*/
    .timeline .item{
        width: 290px !important;
        }
    }
/*Custom elements*/
/*Slick slider*/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    }
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    }
.slick-list:focus{
    outline: none;
    }
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
    }
.slick-slider .slick-track, .slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    }
.slick-track:before, .slick-track:after{
    display: table;
    content: '';
    }
.slick-track:after{
    clear: both;
    }
.slick-loading .slick-track{
    visibility: hidden;
    }
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    }
[dir='rtl'] .slick-slide{
    float: right;
    }
.slick-slide img{
    display: block;
    }
.slick-slide.slick-loading img{
    display: none;
    }
.slick-slide.dragging img{
    pointer-events: none;
    }
.slick-initialized .slick-slide{
    display: block;
    }
.slick-loading .slick-slide{
    visibility: hidden;
    }
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
    }
.slick-prev, .slick-next{
    padding: 0;
    text-indent: -10000px;
    position: absolute;
    z-index: 10;
    }
.slick-next{

    }
.slick-prev::-moz-focus-inner, .slick-next::-moz-focus-inner{
    border: none;
    }
.slick-disabled{
    display: none !important;
    }
.slick-dots{

    }
.slick-dots li{

    }
.no-touch .slick-dots li button:hover{
    cursor: pointer;
    }
.slick-dots .slick-active button{
    cursor: default !important;
    }
.slick-dots button::-moz-focus-inner, .slick-dots button::-moz-focus-inner{
    border: none;
    }
/*Select*/
.select{
    margin: 0 0 40px;
    }
.select.input-view{
    margin: 0 0 5px;
    }
.select .select2-container{
    width: 100% !important;
    }
.select2-container{
    display: block;
    margin: 0;
    position: relative;
    }
.select2-container .select2-selection--single{
    cursor: pointer;
    display: block;
    height: 39px;
    border: 2px solid #97ddf7;
    user-select: none;
    -webkit-user-select: none;
    }
.input-view .select2-container .select2-selection--single{
    height: 39px;
    border: 1px solid #d4d4d4;
    background: #fff;
    }
.select2-container .select2-selection--single .select2-selection__rendered{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #000;
    line-height: 35px;
    padding: 0 40px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    }
.input-view .select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
    padding: 0 13px;
    }
.select2-container .select2-selection--single .select2-selection__clear{
    position: relative;
    }
.select2-container .select2-selection--multiple{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 39px;
    user-select: none;
    -webkit-user-select: none;
    }
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.select2-container .select2-search--inline{
    float: left;
    padding: 0;
    margin: 0;
    background: none;
    }
.select2-container .select2-search--inline .select2-search__field{
    border: none;
    font-size: 100%;
    margin: 0;
    padding: 0 13px;
    height: 39px;
    line-height: 39px;
    }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance: none;
    }
.select2-dropdown{
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1051;
    overflow: hidden;
    border: 2px solid #97ddf7;
    border-top: none;
    background: #fff;
    margin: -2px 0 0;
    }
.select2-dropdown.select2-dropdown--above{
    border: 2px solid #97ddf7;
    border-bottom: none;
    margin: 2px 0 0;
    }
.input-view-dropdown.select2-dropdown{
    border: 1px solid #acacac;
    margin: -1px 0 0;
    }
.input-view-dropdown.select2-dropdown.select2-dropdown--above{
    border: 1px solid #acacac;
    border-bottom: none;
    margin: 1px 0 0;
    }
.select2-results{
    display: block;
    }
.select2-results__options{
    list-style: none;
    margin: 0;
    padding: 0;
    }
.select2-results__option{
    background: none;
    user-select: none;
    -webkit-user-select: none;
    padding: 8px 15px 8px 17px;
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
    }
.select2-results__option:nth-child(2n){
    background: rgba(150, 220, 246, .2);
    }
.select2-results__option[aria-selected]{
    cursor: pointer;
    }
.select2-container--open .select2-dropdown{
    left: 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 20px;
    margin: 6px 0;
    }
.select2-search--dropdown .select2-search__field{
    padding: 4px 34px 4px 13px;
    width: 100%;
    }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance: none;
    }
.select2-search--dropdown.select2-search--hide{
    display: none;
    }
.select2-close-mask{
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
    }
.select2-hidden-accessible{
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    }
.select2-container--default .select2-selection--single .select2-selection__clear{
    cursor: pointer;
    float: right;
    font-weight: bold;
    }
.select2-container--default .select2-selection--single .select2-selection__arrow{
    position: absolute;
    top: 16px;
    right: 15px;
    width: 15px;
    height: 9px;
    }
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../i/select-arrow.png") no-repeat 0 0;
    }
.input-view .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background: none !important;
    }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    background-position: 0 100%;
    }
.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-selection--multiple{
    background: #fff;
    border: 1px solid #d4d4d4;
    cursor: text;
    }
.select2-container--focus.select2-container--default .select2-selection--multiple{
    border-color: #acacac;
    }
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 3px;
    width: 100%;
    min-height: 39px;
    }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{
    color: #999;
    margin: 0;
    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{
    position: relative;
    font-size: 14px;
    background: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 2px;
    cursor: default;
    float: left;
    margin: 4px;
    padding: 0 28px 0 10px;
    }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #999;
    cursor: pointer;
    position: absolute;
    font-size: 22px;
    top: 50%;
    width: 20px;
    height: 20px;
    line-height: 22px;
    right: 4px;
    font-weight: bold;
    margin: -10px 0 0;
    text-align: center;
    }
.ie .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    margin: -9px 0 0;
    }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: #333;
    }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
    float: right;
    }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    margin-left: 5px;
    margin-right: auto;
    }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    margin-left: 2px;
    margin-right: auto;
    }
.select2-container--default.select2-container--focus .select2-selection--multiple{
    outline: 0;
    }
.select2-container--default.select2-container--disabled .select2-selection--multiple{
    background-color: #eee;
    cursor: default;
    }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
    display: none;
    }
.select2-container--default.select2-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: 184px;
    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: #00b0f0 !important;
    color: #fff !important;
    cursor: default;
    }
.select2-container--default .select2-results__option .select2-results__option{
    padding-left: 1em;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
    padding-left: 0;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -1em;
    padding-left: 2em;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -2em;
    padding-left: 3em;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -3em;
    padding-left: 4em;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -4em;
    padding-left: 5em;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -5em;
    padding-left: 6em;
    }
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #8f8d8d;
    }
.select2-container--default .select2-results__group{
    cursor: default;
    display: block;
    padding: 6px;
    }
/*LightGallery*/
@font-face{
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
    }
.lg-icon{
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.lg-actions .lg-next, .lg-actions .lg-prev{
    background: #00b0f0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    }
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled{
    pointer-events: none;
    opacity: 0.5;
    }
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover{
    color: #fff;
    }
.lg-actions .lg-next{
    right: 20px;
    }
.lg-actions .lg-next:before{
    content: "\e095";
    }
.lg-actions .lg-prev{
    left: 20px;
    }
.lg-actions .lg-prev:after{
    content: "\e094";
    }
@-webkit-keyframes lg-right-end{
    0%{
        left: 0;
        }
    50%{
        left: -30px;
        }
    100%{
        left: 0;
        }
    }
@-moz-keyframes lg-right-end{
    0%{
        left: 0;
        }
    50%{
        left: -30px;
        }
    100%{
        left: 0;
        }
    }
@-ms-keyframes lg-right-end{
    0%{
        left: 0;
        }
    50%{
        left: -30px;
        }
    100%{
        left: 0;
        }
    }
@keyframes lg-right-end{
    0%{
        left: 0;
        }
    50%{
        left: -30px;
        }
    100%{
        left: 0;
        }
    }
@-webkit-keyframes lg-left-end{
    0%{
        left: 0;
        }
    50%{
        left: 30px;
        }
    100%{
        left: 0;
        }
    }
@-moz-keyframes lg-left-end{
    0%{
        left: 0;
        }
    50%{
        left: 30px;
        }
    100%{
        left: 0;
        }
    }
@-ms-keyframes lg-left-end{
    0%{
        left: 0;
        }
    50%{
        left: 30px;
        }
    100%{
        left: 0;
        }
    }
@keyframes lg-left-end{
    0%{
        left: 0;
        }
    50%{
        left: 30px;
        }
    100%{
        left: 0;
        }
    }
.lg-outer.lg-right-end .lg-object{
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
    }
.lg-outer.lg-left-end .lg-object{
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
    }
.lg-toolbar{
    z-index: 1080;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #00b0f0;
    min-width: 320px;
    }
.lg-toolbar .lg-icon{
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    }
.lg-toolbar .lg-icon:hover{
    color: #fff;
    }
.lg-toolbar .lg-close:after{
    content: "\e070";
    }
.lg-toolbar .lg-download:after{
    content: "\e0f2";
    background: none;
    }
.lg-sub-html{
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
    }
.lg-sub-html h4{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    }
.lg-sub-html p{
    font-size: 12px;
    margin: 5px 0 0;
    }
#lg-counter{
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 9px 0 0 15px;
    vertical-align: middle;
    }
.lg-toolbar, .lg-prev, .lg-next{
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    }
.lg-hide-items .lg-prev{
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    }
.lg-hide-items .lg-next{
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    }
.lg-hide-items .lg-toolbar{
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    }
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
    -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
    -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
    transition: transform 250ms ease 0s, opacity 250ms !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    }
.lg-outer .lg-thumb-outer{
    background: #00b0f0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    padding: 0 10px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    }
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{
    /*cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;*/
    }
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
    }
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    }
.lg-outer.lg-thumb-open .lg-thumb-outer{
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    }
.lg-outer .lg-thumb{
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
    }
.lg-outer .lg-thumb-item{
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #59d3fe;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    }
.lg-outer .lg-thumb-item.active{
    border-color: #fff;
    }
.lg-outer .lg-thumb-item img{
    width: 100%;
    height: 100%;
    opacity: 1;
    }
.lg-outer.lg-has-thumb .lg-item{
    padding-bottom: 120px;
    }
.lg-outer.lg-can-toggle .lg-item{
    padding-bottom: 0;
    }
.lg-outer.lg-pull-caption-up .lg-sub-html{
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
    }
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
    bottom: 100px;
    }
.lg-outer .lg-toogle-thumb{
    background: #00b0f0;
    border-radius: 2px 2px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    }
.lg-outer .lg-toogle-thumb:after{
    content: "\e1ff";
    }
.lg-outer .lg-toogle-thumb:hover{
    color: #fff;
    }
.lg-outer .lg-video-cont{
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
    }
.lg-outer .lg-video{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    }
.lg-outer .lg-video .lg-object{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }
.lg-outer .lg-video .lg-video-play{
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
    }
.lg-outer .lg-has-vimeo .lg-video-play{
    background: url("../i/vimeo-play.png") no-repeat scroll 0 0 transparent;
    }
.lg-outer .lg-has-vimeo:hover .lg-video-play{
    background: url("../i/vimeo-play.png") no-repeat scroll 0 -58px transparent;
    }
.lg-outer .lg-has-html5 .lg-video-play{
    background: transparent url("../i/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
    }
.lg-outer .lg-has-html5:hover .lg-video-play{
    opacity: 1;
    }
.lg-outer .lg-has-youtube .lg-video-play{
    background: url("../i/youtube-play.png") no-repeat scroll 0 0 transparent;
    }
.lg-outer .lg-has-youtube:hover .lg-video-play{
    background: url("../i/youtube-play.png") no-repeat scroll 0 -60px transparent;
    }
.lg-outer .lg-video-object{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    }
.lg-outer .lg-has-video .lg-video-object{
    visibility: hidden;
    }
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play{
    display: none;
    }
.lg-outer .lg-has-video.lg-video-palying .lg-video-object{
    visibility: visible;
    }
.lg-progress-bar{
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
    }
.lg-progress-bar .lg-progress{
    background-color: #fff;
    height: 5px;
    width: 0;
    }
.lg-progress-bar.lg-start .lg-progress{
    width: 100%;
    }
.lg-show-autoplay .lg-progress-bar{
    opacity: 1;
    }
.lg-autoplay-button:after{
    content: "\e01d";
    }
.lg-show-autoplay .lg-autoplay-button:after{
    content: "\e01a";
    }
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
    transition: transform 0.3s ease 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    }
#lg-zoom-in:after{
    content: "\e311";
    }
#lg-zoom-out{
    opacity: 0.5;
    pointer-events: none;
    }
#lg-zoom-out:after{
    content: "\e312";
    }
.lg-zoomed #lg-zoom-out{
    opacity: 1;
    pointer-events: auto;
    }
.lg-outer .lg-pager-outer{
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
    }
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{
    overflow: visible;
    }
.lg-outer .lg-pager-cont{
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
    }
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{
    box-shadow: 0 0 0 2px white inset;
    }
.lg-outer .lg-pager-thumb-cont{
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    }
.lg-outer .lg-pager-thumb-cont img{
    width: 100%;
    height: 100%;
    }
.lg-outer .lg-pager{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
    }
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus{
    box-shadow: 0 0 0 8px white inset;
    }
.lg-outer .lg-caret{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
    }
.lg-fullscreen:after{
    content: "\e20c";
    }
.lg-fullscreen-on .lg-fullscreen:after{
    content: "\e20d";
    }
.group{
    *zoom: 1;
    }
.group:before, .group:after{
    display: table;
    content: "";
    line-height: 0;
    }
.group:after{
    clear: both;
    }
.lg-outer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
    }
.lg-outer *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.lg-outer.lg-visible{
    opacity: 1;
    }
.lg-outer img{
    margin: 0;
    }
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current{
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    }
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current{
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
    }
.lg-outer.lg-grab img.lg-object{
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    }
.lg-outer.lg-grabbing img.lg-object{
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
    }
.lg-outer .lg{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    }
.lg-outer .lg-inner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    }
.lg-outer .lg-item{
    background: url(../i/loading-photo.gif) no-repeat scroll center center transparent;
    display: none !important;
    }
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide{
    display: inline-block !important;
    }
.lg-outer.lg-css .lg-current{
    display: inline-block !important;
    }
.lg-outer .lg-item, .lg-outer .lg-img-wrap{
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    }
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before{
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
    }
.lg-outer .lg-img-wrap{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5px;
    }
.lg-outer .lg-item.lg-complete{
    background-image: none;
    }
.lg-outer .lg-item.lg-current{
    z-index: 1060;
    }
.lg-outer .lg-image{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    }
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play{
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
    }
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{
    opacity: 1;
    }
.lg-outer .lg-empty-html{
    display: none;
    }
.lg-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: rgba(1, 112, 164, .7);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
    }
.lg-backdrop.in{
    opacity: 1;
    }
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current{
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
    }
.lg-css3.lg-use-css3 .lg-item{
    will-change: transform, opacity;
    }
.lg-css3.lg-use-left .lg-item{
    will-change: left, opacity;
    }
.lg-css3.lg-fade .lg-item{
    opacity: 0;
    }
.lg-css3.lg-fade .lg-item.lg-current{
    opacity: 1;
    }
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current{
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item{
    opacity: 0;
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }
.lg-css3.lg-slide.lg-use-left .lg-item{
    opacity: 0;
    position: absolute;
    left: 0;
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
    left: -100%;
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{
    left: 100%;
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
    left: 0;
    opacity: 1;
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }
/*Custom scroll*/
.mCustomScrollbar{
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom; /* direct pointer events to js */
    }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{
    -ms-touch-action: auto;
    touch-action: auto;
    }
.mCustomScrollBox{
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
    }
.mCSB_container{
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
    }
/*y-axis*/
.mCSB_inside > .mCSB_container{
    margin-right: 30px;
    }
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
    margin-right: 0;
    }
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
    }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
    margin-left: 0;
    }
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools{
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    }
.mCSB_outside + .mCSB_scrollTools{
    right: -26px;
    }
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
    }
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{
    left: -26px;
    }
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer{
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    }
.mCSB_scrollTools a + .mCSB_draggerContainer{
    margin: 20px 0;
    }
.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    }
.mCSB_scrollTools .mCSB_dragger{
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
    }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    width: 12px; /* auto-expanded scrollbar */
    }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    width: 8px; /* auto-expanded scrollbar */
    }
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    }
.mCSB_scrollTools .mCSB_buttonDown{
    bottom: 0;
    }
/*x-axis*/
.mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-right: 0;
    margin-bottom: 30px;
    }
.mCSB_horizontal.mCSB_outside > .mCSB_container{
    min-height: 100%;
    }
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{
    margin-bottom: 0;
    }
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    }
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    bottom: -26px;
    }
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{
    margin: 0 20px;
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 2px;
    margin: 7px 0;
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
    width: 30px; /* minimum dragger width */
    height: 100%;
    left: 0;
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 4px;
    margin: 6px auto;
    }
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    height: 12px; /* auto-expanded scrollbar */
    margin: 2px auto;
    }
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 8px; /* auto-expanded scrollbar */
    margin: 4px 0;
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{
    left: 0;
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
    right: 0;
    }
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{
    bottom: 0;
    }
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    right: 0;
    }
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    left: 20px;
    }
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    left: 0;
    }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
    }
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{
    padding-right: 0;
    }
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{
    padding-bottom: 0;
    }
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
    margin-right: 0; /* non-visible scrollbar */
    margin-left: 0;
    }
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{
    margin-bottom: 0;
    }
/*Transitions*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    }
@media screen and (max-width: 410px){
    .lg-toolbar .lg-icon{
        width: 40px;
        }
    }
@media screen and (min-width: 851px){
    #nav {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        margin: 8px 0 0 100px;
    }
    #nav > ul {
        display: flex;
    }
    #nav > ul > li {
        margin-bottom: 0;
    }
    #nav .visible-dropdown .dropdown {
        top: 35px;
    }
    header br {
        display: inline-block;
        clear: both;
        height: 1px;
        width: 1px;
    }
    #open-search {
        margin: 0 20px 0 0;
        float: none;
        height: 26px;
        width: 52px;
        border-radius: 2px;
        border: 2px solid rgba(255,255,255,.1);
    }
    .no-touch body:not(.visually-impaired-version) #open-search:hover {
        opacity: 1;
        border: 2px solid rgba(255,255,255,1);
        /*background: #fff url("../i/open-search-hover.svg") no-repeat 50% 50%/ 16px 16px;*/
    }
    .help-link {
        background-color: rgb(255, 194, 14);
        border: 2px solid rgb(255, 194, 14);
        border-radius: 2px;
        color: black;
        font-size: 13px;
        display: inline-block;
        line-height: 23px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0 20px;
        margin-left: 24px;
        transition: all .2s;
    }
    .no-touch body:not(.visually-impaired-version) .help-link:hover, .no-touch body:not(.visually-impaired-version) .help-link.active {
        background: transparent;
        color: #fff;
    }
    #header .lang {
        height: 26px;
        width: 52px;
        font-size: 11px;
        text-align: center;
        margin: 0 20px 0 0;
        line-height: 22px;
        display: inline-block;
        border-radius: 2px;
        border: 2px solid rgba(255,255,255,.1);
    }
    .no-touch body:not(.visually-impaired-version) #header .lang:hover {
        border: 2px solid rgba(255,255,255,1);
    }
    .visually-impaired {
        margin-left: 0;
    }
    .meta {
        /*margin-top: 14px;*/
    }
    .meta > * {
        margin-right: 20px;
    }
    .meta > *:last-child {
        margin-right: 0;
    }
    .search-form {
        top: 39px;
    }
    #open-search::before {
        left: 23px;
        bottom: -15px;
    }
}
.login {
    color: white;
    font-size: 11px;
    border: 2px solid rgba(255,255,255,.1);
    display: inline-block;
    height: 26px;
    font-weight: 900;
    line-height: 23px;
    padding: 0 13px;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all .2s;
}
.login.active {
    border: 2px solid rgba(255,255,255,1);
}
.login:before {
    background: url("../i/login-icon.svg") no-repeat 0 0/12px 10px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.login.active:before {
    background: url("../i/user.png") no-repeat 0 0/12px 12px;
    height: 12px;
    top: -2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .login.active:before {
        background: url("../i/user-x2.png") no-repeat 0 0/12px 12px;
    }
}
.no-touch body:not(.visually-impaired-version) .login:hover {
    border: 2px solid rgba(255,255,255,1);
    opacity: 1;
}
.no-touch body:not(.visually-impaired-version) .login:hover:before {
    /*background: url("../i/login-icon-hover.svg") no-repeat 0 0/12px 10px;*/
}
#nav .login {
    display: none;
}
#footer .social-links{
    margin: 0 0 0 auto;
    font-size: 0;
    line-height: 0;
    text-align: right;
}
#footer .footer-bottom .social-links a{
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    margin: 0 10px;
}
#footer .social-links a.facebook{
    margin-right: 15px;
}
#footer .social-links a.twitter{
    font-size: 18px;
}
.no-touch #footer .social-links a:hover{
    color: #00adec;
}
#footer .use-conditions {
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: 50px;
    text-align: center;
    border-bottom: none;
}
#footer .container {
    padding-bottom: 0;
}
#footer .footer-bottom .container {
    display: flex;
    padding-top: 0;
    padding-bottom: 37px;
    align-items: flex-end;
}
#footer .footer-bottom .container:after {
    display: none;
}
.footer-bottom .container > * {
    width: 33.333333%;
}
#footer .footer-bottom a {
    color: rgb(58, 58, 58);
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid rgba(39, 39, 39, .6);
}
@media screen and (min-width: 1000px) {
    .visually-impaired-version #header .meta {
        width: 70%;
        display: flex;
        justify-content: flex-end;

    }
    .visually-impaired-version #header .lang{
        margin: 0 20px 0 0;
        line-height: 23px;
        border: none;
    }
    .visually-impaired-version #header #open-search{
        margin: 0 20px 0 0;
        height: 26px;
        padding: 0 20px;
        text-align: center;
        background-position: 50% 50%;
        border:none;
        top: -2px;
    }
    .visually-impaired-version .login {
        border: none;
    }
    .visually-impaired-version .login span {
        font-size: 18px;
        position: relative;
        top: 1px;
    }
    .visually-impaired-version .login:before {
        width: 18px;
        height: 15px;
        top: -3px;
        background-size: 18px 15px;
    }
    .visually-impaired-version .search-form {
        top: 36px;
        right: 74px;
    }
    .visually-impaired-version #open-search:before {
        top: 24px;
        left: 20px;
        bottom: auto;
    }
    .visually-impaired-version .help-link {
        background: transparent;
        color: #fff;
        border: none;
        font-size: 15px;
        padding: 0;
        margin: 0 0 0 24px;
        line-height: 1em;
    }
    .visually-impaired-version #nav {
        align-items: flex-start;
    }
    .visually-impaired-version header br {
       font-size: 15px;
        line-height: 15px;
    }
    .visually-impaired-version.middle-font #nav,  .visually-impaired-version.large-font #nav {
        margin-top: 8px;
    }
    .no-touch .visually-impaired-version #open-search:hover, .no-touch .visually-impaired-version .login:hover {
        opacity: 1 !important;
    }
    .visually-impaired-version.middle-font #nav .help-link, .visually-impaired-version.large-font #nav .help-link {
        font-size: 16px;
    }
    .visually-impaired-version #footer .footer-bottom .social-links a {
        text-decoration: none;
    }
    .visually-impaired-version .help-form form .radio input + label {
        border-color: #000;
        height: 50px;
        line-height: 48px;
    }
    .visually-impaired-version .help-form form .radio input + label span {
        border: none;
    }
    .visually-impaired-version .help-form form .radio input:checked + label {
        background: #000;
        border-color: #000;
    }
    .visually-impaired-version .auth-form .forgot-password {
        color: #000;
    }
    .visually-impaired-version .form-switch button {
        border-color: #000;
    }
    .visually-impaired-version .form-switch button.active {
        background: #000;
        border-color: #000;
    }
    .visually-impaired-version .auth-form .info {
        border: none;
        box-shadow: none;
        padding: 0;
    }
    .visually-impaired-version .form-switch button span {
        border: none;
    }
    .visually-impaired-version .forgot-form .back, .visually-impaired-version .forgot-form .back:hover {
        border-color: #000 !important;
    }
    .visually-impaired-version .forgot-form .back:before {
        background-image: url("../i/pager-arrow-left-v.png");
    }
    .visually-impaired-version .personal-content .profile .change-password, .visually-impaired-version .change-password-box h2 .back-to-profile, .visually-impaired-version .personal-content .transaction .table .cancel-subscribe {
        border-color: #000;
        color: #000;
    }
    .visually-impaired-version .personal-content .profile .change-password:hover {
        background: #000;
        opacity: 1 !important;
        border-color: #000 !important;
        color: #fff;
    }
    .visually-impaired-version .account-box .personal-menu ul li a, .visually-impaired-version .account-box .personal-menu .logout {
        color: #000;
    }
    .visually-impaired-version .account-box .personal-menu ul li a span {
        border-bottom: none;
    }
    .visually-impaired-version .account-box .personal-menu ul li.active a, .visually-impaired-version .account-box .personal-menu ul li.active {
        background: #000;
        opacity: 1;
        text-decoration: none;
    }
    .visually-impaired-version .personal-content .transaction .table .cancel-subscribe:hover {
        background: #000;
        color: #fff;
    }
    .visually-impaired-version .change-password-box h2 .back-to-profile::after { 
        background-image: url("../i/timeline-btn-arrow-v.png");
    }
    .visually-impaired-version .personal-content .transaction .table .col p.active {
        color: #000;
    }
}
.sign-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 130px 0 110px;
    color: #1b1515;
}
.sign-wrap.forgot-active .container{
    transform: translateX(-100%);
}
.sign-wrap.forgot-active .auth-form {
    opacity: 0;
    visibility: hidden;
}
.sign-wrap.forgot-active .forgot-form {
    opacity: 1;
    visibility: visible;
}
.sign-wrap .forgot-form {
    margin-left: 46px;
}
.sign-wrap .container {
    white-space: nowrap;
    max-width: 450px;
    transition: all .3s;
}
.auth-form, .forgot-form {
    max-width: 400px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgb(229, 229, 229);
    background: #fff;
    margin: 0 auto;
    transition: all .3s;
}
.auth-form form, .forgot-form form {
    padding: 0 37px 37px;
    margin: 0;
    display: none;
}
.auth-form .login-form {
    display: block;
}
.form-switch {
    padding: 40px 37px 26px;
    display: flex;
}
.form-switch button {
    width: 50%;
    padding: 0;
    background: #fff;
    border: 1px solid rgb(212, 212, 212);
    height: 50px;
}
.form-switch button span {
    color: black;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px dotted rgb(177, 177, 177);
}
.form-switch button.active {
    background-color: rgb(0, 176, 240);
    border-color: rgb(0, 176, 240);
}
.no-touch:not(.visually-impaired-version) .form-switch button:hover span {
    border-bottom-color: transparent;
}
.form-switch button.active span {
    color: #fff;
    border-bottom-color: transparent;
}
.auth-form .forgot-password {
    color: rgb(0, 176, 240);
    top: -13px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 400;
}
.auth-form .login-form button {
    margin-top: 0;
}
.auth-form .info {
    background-color: white;
    box-shadow: 0 3px 9px rgba(120, 120, 120, 0.46);
    color: rgb(83, 83, 83);
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 12px 11px;
    border-left: 4px solid rgb(0, 176, 240);
    line-height: 1.3333em;
}
.auth-form form.reg-form {
    padding-bottom: 18px;
}
.auth-form .tip {
    opacity: 0.6;
    color: rgb(83, 83, 83);
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
}
.auth-form .agree-text {
    opacity: 0.6;
    margin: 9px 0 0;
    text-align: center;
    color: rgb(83, 83, 83);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
}
.auth-form .agree-text a{
    color: rgb(83, 83, 83);
    text-decoration: underline;
}
.no-touch:not(.visually-impaired-version) .auth-form .agree-text a:hover {
    text-decoration: none;
}
.forgot-form {
    opacity: 0;
    width: 100%;
    transition: all .3s;
}
.forgot-form form {
    display: block;
}
.forgot-form form h3 {
    color: black;
    font-size: 24px;
    font-weight: 400;
}
.forgot-form .back {
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
    border-radius: 50%;
    border: 2px solid rgba(0, 176, 240,.2);
    transition: all .2s;
}
.no-touch:not(.visually-impaired-version) .forgot-form .back:hover {
    opacity: 1;
    border: 2px solid rgba(0, 176, 240,1);
}
.forgot-form .back:before {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    margin: 7px auto 0;
    background: url(../i/pager-arrow-left.png) no-repeat 0 0;
}
.forgot-form .ok-message, .forgot-form .error-message {
    margin-top: 28px;
}
.account-box .container {
    display: flex;
}
.account-box .personal-menu {
    width: 25%;
    min-width: 240px;
    padding-right: 10px;
}
.account-box .personal-menu .dropdown-box p {
    display: none;
}
.account-box .personal-menu ul {
    margin: 0;
}
.account-box .personal-menu ul li {
    margin: 0;
    padding: 0;
    background: none;
}
.account-box .personal-menu ul li a {
    color: rgb(0, 173, 236);
    padding: 5px 22px;
    display: block;
    font-size: 1em;
    transition: all .2s;
    font-weight: 300;
}
.account-box .personal-menu ul li a span {
    border-bottom: 1px dotted;
}
.no-touch:not(.visually-impaired-version) .account-box .personal-menu ul li a:hover {
    border-bottom-color: transparent;
}
.account-box .personal-menu ul li.active {
    background-color: rgb(0, 176, 240);
}
.account-box .personal-menu ul li.active a {
    color: white;
}
.account-box .personal-menu ul li.active a span {
    border-bottom-color: transparent;
}
.no-touch body:not(.visually-impaired-version) .account-box .personal-menu ul li.active a:hover {
    opacity: 1;
}
.no-touch body:not(.visually-impaired-version) .account-box .personal-menu ul li a:hover span {
    border-bottom-color: transparent;
}
.account-box .personal-menu .logout {
    color: rgb(0, 173, 236);
    font-size: .88888em;
    margin-left: 22px;
    display: inline-block;
    margin-top: 32px;
    font-weight: 700;
    transition: all .2s;
}
.no-touch body:not(.visually-impaired-version) .account-box .personal-menu .logout:hover {
    color: rgb(86, 154, 237);
    opacity: 1;
}
.personal-content {
    margin-left: 10px;
    width: 100%;
    padding: 33px 0 0;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgb(229, 229, 229);
}
.personal-content h2 {
    color: black;
    font-weight: 300;
    font-size: 2.5em;
    margin-top: 0;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 51px;
}
.personal-content > div {
    display: none;
}
.personal-content .profile {
    display: block;
    padding-bottom: 50px;
}
.personal-content .transaction {
    padding: 27px 55px 30px;
}
.personal-content .transaction:nth-child(odd) {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}
.personal-content .transaction h3 {
    color: black;
    font-size: 1em;
    margin: 0 0 12px;
    font-weight: 500;
}
.personal-content .transaction .table {
    display: flex;
    margin-bottom: 11px;
}
.personal-content .transaction .table:last-child {
    margin-bottom: 0;
}
.personal-content .transaction .table .col {
    width: 33.33333%
}
.personal-content .transaction .table .col p {
    color: black;
    font-size: .88888em;
    margin: 0;
    line-height: 1.3rem;
    font-weight: 700;
}
.personal-content .transaction .table .col p.active {
    color: rgb(0, 131, 62);
}
.personal-content .transaction .table .col p.canceled {
    color: rgb(165, 165, 165);
}
.personal-content .transaction .table .col .label {
    color: rgb(70, 70, 70);
    margin-bottom: 2px;
    font-weight: 700;
    font-size: .66666em;
}
.personal-content .transaction .table .cancel-subscribe {
    height: 40px;
    border: 2px solid rgba(226, 35, 26, .1);
    display: inline-block;
    color: rgb(226, 35, 26);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    line-height: 36px;
    transition: all .2s;
    width: 170px;
}
.no-touch body:not(.visually-impaired-version) .personal-content .transaction .table .cancel-subscribe:hover {
    border: 2px solid rgba(226, 35, 26, 1);
    opacity: 1;
}
.personal-content .change-password-box {
    padding-bottom: 50px;
}
.personal-content .profile form, .change-password-box form {
    max-width: 430px;
    padding: 0 15px;
    margin: 0 auto;
}
.personal-content .profile h2, .personal-content .change-password-box h2 {
    margin-bottom: 34px;
}
.personal-content .profile .change-password {
    color: rgb(0, 173, 236);
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 36px;
    margin: 7px 0 13px;
    border-radius: 3px;
    height: 40px;
    display: block;
    transition: all .2s;
    border: 2px solid rgba(0, 176, 240,.1);
}
.no-touch body:not(.visually-impaired-version) .personal-content .profile .change-password:hover {
    border: 2px solid rgba(0, 176, 240,1);
    opacity: 1;
}
.change-password-box h2 .back-to-profile {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    display: inline-block;
    position: relative;
    transition: all .2s;
    top: 4px;
    margin: 0 24px 0 -60px;
    border: 2px solid rgba(0, 176, 240,.2);
}
.change-password-box h2 .back-to-profile:after {
    background: url("../i/timeline-btn-arrow.png") no-repeat 0 0;
    width: 10px;
    height: 16px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -5px;
}
.no-touch body:not(.visually-impaired-version) .change-password-box h2 .back-to-profile:hover {
    border: 2px solid rgba(0, 176, 240,1);
    opacity: 1;
}
.help-form {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgb(229, 229, 229);
    margin: 55px 0 40px;
    padding: 0 15px;
}
.help-form form {
    max-width: 400px;
    margin: 0 auto;
    padding: 29px 0 38px;
}
.help-form h5 {
    margin: 0 0 18px;
}
.help-form form .col-2, .help-form form .col-4,.help-form form .col-3, .help-form form .col-1 {
    display: flex;
    margin-bottom: 17px;
    flex-wrap: wrap;
}
.help-form form .col-2 .form-col {
    width: 50%;
    margin-bottom: 0;
}
.help-form form .col-3 .form-col {
    width: 33.33333%;
    margin-bottom: 0;
}
.help-form form .label {
    color: black;
    margin: 5px 0 15px;
    font-size: .7777777em;
    line-height: 1.2rem;
    font-weight: 400;
}
.help-form form input {
    margin-bottom: 0;
}
.help-form form .radio input{
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}
.help-form form .radio input + label {
    color: rgb(83, 83, 83);
    font-size: .833333em;
    height: 39px;
    background-color: white;
    cursor: pointer;
    border: 1px solid rgb(212, 212, 212);
    display: inline-block;
    width: 100%;
    line-height: 37px;
    text-align: center;
    font-weight: 300;
}
.help-form form .radio input + label span {
    border-bottom: 1px dotted rgb(177, 177, 177);
}
.help-form form .radio input:checked + label {
    color: white;
    background-color: rgb(0, 176, 240);
    border-color: rgb(0, 176, 240);
}
.help-form form .radio input:checked + label span {
    border-color: transparent;
}
.help-form form .form-col:nth-child(odd) .radio input + label {
    border-right: none;
}
.help-form form .form-col:nth-child(3) .radio input + label, .help-form form .form-col:nth-child(4) input {
    border-top: none;
}
.help-form form .col-3 .form-col:nth-child(3) input, .help-form form .col-3 .form-col:nth-child(3) input + label {
    border-left: none;
}
.help-form form .col-3 .form-col:nth-child(3) input + label {
    border-top: 1px solid rgb(212, 212, 212);
    border-right: 1px solid rgb(212, 212, 212);
}
.help-form form .col-1 .form-col:nth-child(1) input + label {
    border-top: 1px solid rgb(212, 212, 212);
    border-right: 1px solid rgb(212, 212, 212);
}
.help-form form .form-col:nth-child(4) input.filled {
    color: white;
    background-color: rgb(0, 176, 240);
    border-color: rgb(0, 176, 240);
}
.help-form .custom-summ {
    text-align: center;
}
.help-form .custom-summ::-webkit-input-placeholder {
    opacity: 0.6;
}
.help-form .custom-summ::-moz-placeholder {
    opacity: 0.6;
}
.help-form .btn {
    margin-top: 12px;
}
@media screen and (max-width: 960px){
    .account-box {
        padding: 0;
    }
    .account-box .container {
        display: block;
        padding: 0;
    }
    .account-box .personal-menu {
        width: 100%;
        padding: 15px;
        background: #fff;
        display: flex;
        align-items: center;
    }
    .account-box .personal-menu .dropdown-box {
        position: relative;
    }
    .account-box .personal-menu .dropdown-box p {
        display: block;
        color: black;
        margin: 0;
        padding: 0 15px;
        min-width: 200px;
        cursor: pointer;
        height: 40px;
        line-height: 36px;
        font-size: 15px;
        position: relative;
        font-weight: 300;
        border: 2px solid rgba(0, 174, 239, .4);
    }
    .account-box .personal-menu .dropdown-box p:after {
        content: '';
        width: 15px;
        height: 9px;
        background: url("../i/select-arrow.png") no-repeat 0 0;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -4px;
    }
    .account-box .personal-menu .dropdown-box.opened p:after {
        transform: rotate(180deg);
    }
    .account-box .personal-menu .dropdown-box ul {
        position: absolute;
        background: #fff;
        left: 0;
        top: 100%;
        display: none;
        width: 100%;
        z-index: 6;
        border: 2px solid rgba(0, 174, 239, .4);
        border-top: none;
    }
    .account-box .personal-menu .dropdown-box.opened ul {
        display: block;
    }
    .account-box .personal-menu .dropdown-box ul li a {
        font-size: 15px;
        padding: 0 15px;
    }
    .account-box .personal-menu .dropdown-box ul li a span {
        border-bottom: none;
    }
    .no-touch .account-box .personal-menu .dropdown-box ul li:hover {
        background-color: rgb(0, 176, 240);
    }
    .no-touch .account-box .personal-menu .dropdown-box ul li:hover a {
        color: #fff;
    }
    .account-box .personal-menu .dropdown-box ul li.active {
        display: none;
    }
    .account-box .personal-menu .logout {
        margin: 0 0 0 auto;
    }
    .personal-content {
        margin-left: 0;
    }
    .sign-wrap .container {
        max-width: 430px;
    }
    .sign-wrap .forgot-form {
        margin-left: 26px;
    }
}
@media screen and (max-width: 850px){
    #header .login {
        margin-left: 15px;
        display: none;
    }
    .help-link {
        font-size: 16px;
        font-weight: 400;
        display: block;
        line-height: 1em;
        position: relative;
        text-transform: uppercase;
        padding: 11px 20% 11px 35%;
        border-bottom: 1px solid #e7e7e7;
    }
    .help-link:before {
        content: '';
        position: absolute;
        width: 3px;
        background: rgb(255, 194, 14);
        top: 8px;
        bottom: 8px;
        left: 32%;
    }
    .help-link.active {
        background: rgb(255, 194, 14);
        color: #fff;
    }
    .no-touch .help-link:hover {
        background: #00adec;
        color: #fff;
    }
    #header .lang {
        margin-top: 7px;
        margin-right: 15px;
    }
    #nav .login {
        display: block;
        color: #00aeef;
        font-size: 11px;
        font-weight: 900;
        text-align: center;
        height: 42px;
        margin: 15px 20px;
        line-height: 38px;
        text-transform: uppercase;
        border: 2px solid rgba(0, 174, 239, .2);
    }
    #nav .login:before {
        background: url("../i/login-icon-hover.svg") no-repeat 0 0/12px 10px;
    }
    #nav .login.active {
        border: 2px solid rgba(0, 174, 239, 1);
    }
    #nav .login.active:before {
        /*background: url("../i/user-hover-x2.png") no-repeat 0 0/12px 12px;*/
        display: none;
    }
    .no-touch #nav .login:hover {
        border: 2px solid rgba(0, 174, 239, 1);
    }
    #footer .footer-bottom .container {
        flex-direction: column;
    }
    .footer-bottom .container > * {
        width: 100%;
        text-align: center;
    }
    #footer .container:after {
        display: none;
    }
    #footer .social-links {
        margin-top: 20px;
        text-align: center;
    }
    #footer .use-conditions {
        margin-top: 20px;
        position: relative;
        bottom: auto;
        left: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .sign-wrap {
        padding: 40px 0;
    }
    .personal-content {
        padding-bottom: 60px;
    }
    .personal-content .profile, .personal-content .change-password-box {
        padding-bottom: 0;
    }
    .personal-content .transaction {
        padding: 25px 15px;
    }
}
@media screen and (max-width: 740px){
    .change-password-box h2 .back-to-profile {
        top: 8px;
    }
}
@media screen and (max-width: 530px) {
    #footer .footer-bottom .container {
        max-width: 270px;
        margin: 0 auto;
        text-align: left;
    }
    .footer-bottom .container > * {
        text-align: left;
    }
    .personal-content h2 {
        margin-bottom: 20px;
        font-size: 1.65em;
    }
    .personal-content .transaction .table {
        flex-direction: column;
    }
    .personal-content .transaction .table .col {
        margin-bottom: 15px;
        width: 100%;
    }
    .personal-content .transaction .table .col:last-child {
        margin-bottom: 0;
    }
    .change-password-box h2 {
    }
    .change-password-box h2 .back-to-profile {
        left: auto;
        top: -2px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        margin-left: 0;
        margin-right: 15px;
    }
}
@media screen and (max-width: 420px){
    .sign-wrap .container {
        padding: 0;
        max-width: 400px;
    }
    .auth-form form, .form-switch, .forgot-form form {
        padding-right: 15px;
        padding-left: 15px;
    }
    .form-switch button span {
        font-size: 16px;
    }
    .sign-wrap .forgot-form {
        margin-left: 0;
    }
    /*.sign-wrap.forgot-active .container {
        transform: translateX(0);
    }
    .sign-wrap.forgot-active .auth-form {
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .sign-wrap .forgot-form {
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .sign-wrap.forgot-active .forgot-form {
        display: inline-block;
    }*/
}
@media screen and (max-width: 420px){
    #header .lang {
        margin-top: 6px;
    }
    #open-search {
        margin-left: 0;
    }
    .help-form {
        margin: 0 -15px;
    }
    .help-form form .col-3 .form-col {
        width: 50%;
    }
    .help-form form .col-3 .form-col:last-child {
        width: 100%;
    }
    .help-form form .col-3 .form-col:last-child input, .help-form form .col-3 .form-col:last-child .radio label {
        border-left: 1px solid #d4d4d4;
        border-top: none;
    }
}