@charset "UTF-8";
/*Fonts*/
@font-face{
    font-family: 'NunitoSans';
    src: url("../fonts/nunitosans-light.woff2") format("woff2"), url("../fonts/nunitosans-light.woff") format("woff"), url("../fonts/nunitosans-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'NunitoSans';
    src: url("../fonts/nunitosans-light-italic.woff2") format("woff2"), url("../fonts/nunitosans-light-italic.woff") format("woff"), url("../fonts/nunitosans-light-italic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family: 'NunitoSans';
    src: url("../fonts/nunitosans-regular.woff2") format("woff2"), url("../fonts/nunitosans-regular.woff") format("woff"), url("../fonts/nunitosans-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'NunitoSans';
    src: url("../fonts/nunitosans-regular-italic.woff2") format("woff2"), url("../fonts/nunitosans-regular-italic.woff") format("woff"), url("../fonts/nunitosans-regular-italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family: 'NunitoSans';
    src: url("../fonts/nunitosans-semibold.woff2") format("woff2"), url("../fonts/nunitosans-semibold.woff") format("woff"), url("../fonts/nunitosans-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'NunitoSans';
    src: url("../fonts/nunitosans-semibold-italic.woff2") format("woff2"), url("../fonts/nunitosans-semibold-italic.woff") format("woff"), url("../fonts/nunitosans-semibold-italic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family: 'NunitoSans';
    src: url("../fonts/nunitosans-bold.woff2") format("woff2"), url("../fonts/nunitosans-bold.woff") format("woff"), url("../fonts/nunitosans-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'NunitoSans';
    src: url("../fonts/nunitosans-bold-italic.woff2") format("woff2"), url("../fonts/nunitosans-bold-italic.woff") format("woff"), url("../fonts/nunitosans-bold-italic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family: "Geologica";
    src: url("../fonts/geologica-light.woff2") format("woff2"), url("../fonts/geologica-light.woff") format("woff"), url("../fonts/geologica-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Geologica";
    src: url("../fonts/geologica-regular.woff2") format("woff2"), url("../fonts/geologica-regular.woff") format("woff"), url("../fonts/geologica-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Geologica";
    src: url("../fonts/geologica-bold.woff2") format("woff2"), url("../fonts/geologica-bold.woff") format("woff"), url("../fonts/geologica-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main{
    display: block;
}
/*_____________________________________________*/
html{
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
body{
    height: 100%;
    font-family: 'NunitoSans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.666666666666667em;
    color: #484848;
    min-width: 320px;
    background: #fff;
}
.page-load-animate{
    opacity: 0;
    transition: opacity .3s ease;
}
.page-load-animate.page-visible{
    opacity: 1;
}
.touchevents.opened-nav body{
    overflow: hidden;
}
.employee-page.page-load body{
    background: #f1f4f9;
    transition: background .7s ease .3s;
}
/*Custom scroll*/
/*Chrome fix*/
.has-scroll-smooth{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
html:not(.has-scroll-init){
    cursor: wait;
    overflow: hidden;
}
html.has-scroll-dragging{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.has-scroll-smooth body{
    overflow: hidden;
}
.has-scroll-smooth [data-scroll-container]{
    min-height: 100vh;
}
.c-scrollbar{
    position: absolute;
    z-index: 10000;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}
.c-scrollbar:hover{
    transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar{
    opacity: 1;
}
.c-scrollbar_thumb{
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb{
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
/*Common styles*/
*, *:before, *:after{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    outline: none !important;
}
strong, b{
    font-weight: 600;
}
em, i{
    font-style: italic;
}
sup, sub{
    position: relative;
    top: -0.6em;
    font-size: 65% !important;
    line-height: 1em !important;
}
sub{
    top: auto;
    bottom: -0.3em;
}
small{
    display: inline-block;
    vertical-align: baseline;
    font-size: .75em;
    line-height: 1.666666666666667em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Geologica';
    font-weight: 300;
    line-height: 1.25em;
    color: #0b0e29;
}
h1, .h1{
    font-size: 84px;
    line-height: 1.1em;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0;
}
.inner-article-page .page-title-box h1, .inner-article-page .page-title-box .h1, .constructor-page .page-title-box h1, .constructor-page .page-title-box .h1{
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    max-width: 1000px;
}
h2, .h2{
    font-size: 62px;
    margin: 92px 0 42px;
}
h3, .h3{
    font-size: 58px;
    margin: 92px 0 38px;
}
h4, .h4{
    font-size: 46px;
    line-height: 1.3em;
    margin: 92px 0 36px;
}
h5, .h5{
    font-size: 42px;
    line-height: 1.3em;
    margin: 92px 0 34px;
}
h6, .h6{
    font-size: 38px;
    margin: 92px 0 34px;
}
.bg-text{
    display: block;
    font-family: 'Geologica';
    font-weight: 700;
    font-size: 200px;
    line-height: 1em;
    letter-spacing: .03em;
    text-transform: uppercase;
    white-space: nowrap;
    color: rgba(54, 9, 120, .03);
    pointer-events: none;
}
.bg-text.on-dark-bg{
    color: rgba(241, 244, 249, .03);
}
ol, ul{
    list-style: none;
    margin: 10px 0 10px 42px;
    max-width: 682px;
}
ul li, ol li{
    position: relative;
    padding-left: 42px;
    margin: 0 0 10px;
    background: url("../i/list-bullet.svg") no-repeat 0 15px/5px auto;
}
ol{
    counter-reset: list1;
    list-style: none;
}
ul ul, ol ol{
    margin: 10px 0;
}
ol > li{
    background: none !important;
}
ol > li:before{
    counter-increment: list1;
    content: counter(list1) ".";
    position: absolute;
    left: -6px;
    top: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
}
ol ol{
    counter-reset: list2;
}
ol ol li{
    padding-left: 48px;
    background: none;
}
ol ol li:before{
    counter-increment: list2;
    content: counter(list1) "." counter(list2);
    left: 0;
}
ul li p:first-child, ol li p:first-child{
    margin-top: 0 !important;
}
ul li p:last-child, ol li p:last-child{
    margin-bottom: 0 !important;
}
/*_______________________________*/
.scroll-tbl{
    position: relative;
    width: 100%;
    margin: 45px auto;
    overflow-x: auto;
    border: 1px solid #eaeaea;
}
.scroll-tbl table{
    margin: 0;
    min-width: 580px;
    border: none;
}
table{
    table-layout: fixed;
    width: 100%;
    margin: 50px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eaeaea;
}
table th, table td{
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
    padding: 23px 26px 28px;
    border: 1px solid #eaeaea;
}
table th{
    font-weight: 600;
    line-height: 1.3em;
    padding: 20px 26px;
    background: #f1f4f9;
    border-color: #f1f4f9;
}
table th:not(:last-child){
    border-right-color: #eaeaea;
}
table td:first-child{
    border-left: none;
}
table td:last-child{
    border-right: none;
}
table tr:last-child td{
    border-bottom: 0;
}
table td{

}
table td > *{
    margin: 10px 0;
}
table td > *:first-child{
    margin-top: 0 !important;
}
table td > *:last-child{
    margin-bottom: 0 !important;
}
a{
    color: #360978;
    outline: none !important;
}
.no-touchevents a:hover{
    color: #9107D1;
    text-decoration: none;
}
a[href^=tel], a[href^=fax]{
    white-space: nowrap;
    text-decoration: none;
}
p{
    margin: 10px 0;
}
.large-paragraph{
    font-size: 1.222222222222222em;
    line-height: 1.545454545454545em;
    margin: 15px 0;
}
.sub-title{
    font-weight: 600;
    font-size: 1.111111111111111em;
    line-height: 1.5em;
    margin: 12px 0;
}
blockquote{
    position: relative;
    font-weight: 300;
    font-size: 1.111111111111111em;
    line-height: 1.5em;
    letter-spacing: .01em;
    color: #0b0e29;
    padding: 48px 76px 54px;
    margin: 45px auto;
    border: 1px solid #eaeaea;
}
blockquote .text{
    padding: 0;
}
blockquote .text > *:first-child{
    margin-top: 0;
}
blockquote .text > *:last-child{
    margin-bottom: 0;
}
blockquote .author{
    position: relative;
    display: table;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 26px 0 0 auto;
    padding-left: 26px;
}
blockquote .author:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 2px;
    background: #0b0e29;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 45px 0;
}
img.left, img.right, .parallax-img-box.left, .parallax-img-box.right{
    margin: 0 20px 17px 0;
    max-width: 50%;
}
img.right, .parallax-img-box.right{
    margin: 0 0 17px 20px;
    max-width: 50%;
}
p img.left, p img.right, p .parallax-img-box.left, p .parallax-img-box.right{
    margin-top: 10px;
    margin-bottom: 17px;
}
a img{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.auto-width-img{
    margin: 0;
}
figure{
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3em;
    color: #585a6b;
    margin: 45px auto;
}
figure .parallax-img-box{
    margin: 0;
}
figure img{
    margin: 0;
    max-width: 100%;
}
figcaption{
    margin: 10px 0 0;
}
figure a{
    color: #585a6b;
}
.time{
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    color: #84878f;
}
hr{
    outline: none;
    height: 0;
    margin: 20px 0;
    padding: 0 0 1px;
    background: #84878f;
    border: 0;
}
/*___________________________*/
/*Form styles*/
.form-title{
    font-family: 'Geologica';
    font-weight: 300;
    font-size: 32px;
    line-height: 1.4em;
    color: #0b0e29;
    text-align: center;
    margin: 0 0 42px;
}
.form{
    position: relative;
    z-index: 2;
    text-align: left;
    margin: 40px 0;
}
.form.on-dark-bg{
    color: rgba(255, 255, 255, .7);
}
.form-title + .form{
    margin-top: 0;
}
.form .fields-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form .field{
    width: 100%;
    margin: 0 0 44px;
}
.form .fields-row .field{
    width: calc(50% - 24px);
}
.form .fields-row.full-width .field{
    width: 100%;
}
.field-name{
    display: block;
    font-size: 16px;
    line-height: 1.4em;
    color: #484848;
    margin: 0 0 -35px;
}
.on-dark-bg .field-name{
    color: #fff;
}
.error-field .field-name{

}
.filled .field-name{
    color: #84878f;
}
.on-dark-bg .filled .field-name{
    color: rgba(255, 255, 255, .4);
}
.field-name span{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .2s ease;
}
.filled .field-name span{
    font-size: 14px;
    transform: translateY(-27px);
    transition: all .2s ease;
}
.required .field-name span:after{
    content: '*';
}
.form-control{
    position: relative;
    z-index: 2;
    display: block;
    font-family: 'NunitoSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 47px;
    color: #0b0e29;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #84878f;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    outline: none !important;
    text-overflow: ellipsis;
}
.on-dark-bg .form-control{
    color: #fff;
    border-color: rgba(255, 255, 255, .2);
}
textarea.form-control{
    line-height: 1.266666666666667em;
    min-height: 48px;
    max-width: 100%;
    min-width: 100%;
    padding-top: 14px;
    resize: none;
    overflow: hidden !important;
    background: url("../i/textarea-icon.svg") no-repeat 100% calc(100% - 5px)/10px auto;
}
/*.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus{
	-webkit-text-fill-color: #0B0E29;
	-webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
	transition: background-color 5000s ease-in-out 0s;
	background: transparent;
	}
.on-dark-bg .form-control:-webkit-autofill, .on-dark-bg .form-control:-webkit-autofill:hover, .on-dark-bg .form-control:-webkit-autofill:focus{
	-webkit-text-fill-color: #fff;
	}*/
.error-field .form-control{
    color: #FF6D90;
}
.form-control:focus, .filled .form-control{
    border-color: #9107D1;
}
.on-dark-bg .filled .form-control{
    border-color: rgba(255, 255, 255, .6);
}
.form-control:focus{
    color: #0b0e29;
}
.on-dark-bg .form-control:focus{
    color: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #d4dade;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #d4dade;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #d4dade;
    opacity: 1;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{
    opacity: 0 !important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
    opacity: 0 !important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
    opacity: 0 !important;
}
input[type="tel"]::-webkit-input-placeholder{
    opacity: 0 !important;
}
input[type="tel"]::-moz-placeholder{
    opacity: 0 !important;
}
input[type="tel"]:-ms-input-placeholder{
    opacity: 0 !important;
}
/*Btn*/
button{
    border: none;
    background: none;
    cursor: pointer;
    outline: none !important;
}
.btn{
    position: relative;
    z-index: 4;
    display: table;
    font-family: 'NunitoSans';
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    padding: 19px 64px;
    min-width: 246px;
    max-width: 100%;
    margin: 32px 0;
    background: #360978;
    border: 1px solid #360978;
    border-radius: 0;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
}
.btn.full-width{
    width: 100%;
    max-width: none;
}
.btn.on-dark-bg{
    color: #0b0e29;
    border-color: #fff;
    background: #fff;
}
.btn.transparent{
    background: transparent;
}
.btn.transparent.on-dark-bg{
    color: #fff;
    border-color: #fff;
}
.btn.sub-color{
    color: #9107D1;
    border-color: #9107D1;
}
.btn.anchor-btn{
    padding-left: 28px;
    padding-right: 28px;
}
.btn.anchor-btn span{
    border-bottom: 1px dashed rgba(255, 255, 255, .8);
    transition: border .2s ease;
}
.form .btn{
    margin: 0 auto;
}

.btn::-moz-focus-inner{
    border: 0;
}
.no-touchevents .btn:not(:disabled):not(.disabled):hover{
    color: #fff;
    background: #9107D1;
    border-color: #9107D1;
}
.no-touchevents .btn.on-dark-bg:not(:disabled):not(.disabled):hover{
    color: #fff;
    background: #9107D1;
    border-color: #9107D1;
}
.no-touchevents .btn.anchor-btn:not(:disabled):not(.disabled):hover span{
    border-color: transparent;
}
.no-touchevents button.btn:not(:disabled):not(.disabled):active{
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .3);
}
.btn:disabled, .btn.disabled{
    opacity: .4;
    cursor: default;
}
.pre-btn-grid{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.pre-btn-grid .pre-btn{
    flex: 1;
    margin-right: 22px;
}
.pre-btn-grid .pre-btn *{
    margin: 0;
}
.pre-btn-grid .checkbox-item input[type="checkbox"] + label{
    line-height: 1.71em;
    padding-left: 30px;
}
.pre-btn-grid .checkbox-item input[type="checkbox"] + label:before{
    top: 4px;
}
.pre-btn-grid.fields-ratio{
    justify-content: space-between;
}
.pre-btn-grid.fields-ratio .pre-btn{
    margin-right: 40px;
}
.pre-btn-grid.fields-ratio .btn{
    width: calc(50% - 24px);
}
.fields-row .checkbox-item{
    margin-top: 0;
}
.fields-row .checkbox-item + .checkbox-item{
    margin-top: 20px;
}
.fields-row .checkbox-item:last-child{
    margin-bottom: 0;
}
/*Errors*/
.form .field-error{
    font-size: 14px;
    line-height: 21px;
    opacity: .8;
    margin: 1px 0 -5px;
}
/*Form message*/
.form-message{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    color: #484848;
    margin: 16px 0 -16px;
}
.form-message + .form-message{
    margin-top: -16px;
}
.form-message svg{
    margin: 16px 10px;
}
.form-message p{
    margin: 0 10px;
}
/*Radio and Checkboxes*/
.checkbox-item{
    position: relative;
    line-height: 0;
    margin: 15px 0;
    transform: translate3d(0, 0, 0);
}
.checkbox-item input[type="checkbox"]{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.checkbox-item input[type="checkbox"] + label{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.4em;
    color: #484848;
    padding-left: 37px;
    transition: color .2s ease;
    cursor: pointer;
}
.no-touchevents .checkbox-item input[type="checkbox"] + label:hover{
    /* color: #2D2D2D;*/
}
.checkbox-item.on-dark-bg input[type="checkbox"] + label{
    color: rgba(255, 255, 255, .6);
}
.checkbox-item input[type="checkbox"]:disabled + label{
    cursor: default;
}
.checkbox-item input[type="checkbox"] + label a{
    color: #0b0e29;
}
.checkbox-item.on-dark-bg input[type="checkbox"] + label a{
    color: rgba(255, 255, 255, .6);
}
.no-touchevents .checkbox-item input[type="checkbox"] + label a:hover{
    color: #9107D1;
}
.no-touchevents .checkbox-item.on-dark-bg input[type="checkbox"] + label a:hover{
    color: #fff;
}
.checkbox-item input[type="checkbox"] + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #bec7d5;
    transition: border-color .1s ease, background-color .1s ease, box-shadow .2s ease;
}
.checkbox-item.on-dark-bg input[type="checkbox"] + label:before{
    border-color: rgba(255, 255, 255, .2);
}
/*.checkbox-item.on-dark-bg input[type="checkbox"]:focus + label:before{
	border-color: rgba(255, 255, 255, .6);
	}*/
.checkbox-item input[type="checkbox"]:checked + label:before{
    background: #272827 url("../i/checked-icon.svg") no-repeat 50% 50%/10px auto;
    border-color: #272827;
}
.checkbox-item.on-dark-bg input[type="checkbox"]:checked + label:before{
    background: #a3a3c3 url("../i/checked-icon-on-dark.svg") no-repeat 50% 50%/10px auto;
    border-color: #a3a3c3;
}
.checkbox-item input[type="checkbox"]:disabled + label:before{
    background-color: #eceded;
    border-color: #eceded;
    cursor: default;
}
.no-touchevents .checkbox-item input[type="checkbox"]:not(.checked) + label:hover:before{
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
    border-color: rgba(39, 40, 39, .6);
}
.no-touchevents .checkbox-item.on-dark-bg input[type="checkbox"]:not(.checked) + label:hover:before{
    box-shadow: inset 0 0 2px rgba(255, 255, 255, .3);
    border-color: rgba(255, 255, 255, .4);
}
.checkbox-item input[type="checkbox"] + label sup{
    top: -.8em;
    font-size: 10px;
    line-height: 1em;
}
/*Appearance*/
.left{
    float: left;
}
.right{
    float: right;
}
.center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.centered{
    margin-left: auto;
    margin-right: auto;
}
.uppercase{
    text-transform: uppercase;
}
.no-indent{
    margin-bottom: 0 !important;
}
.align-m, .align-b{
    display: table-cell;
    vertical-align: middle;
}
.align-b{
    vertical-align: bottom;
}
.no-wrap{
    white-space: nowrap;
}
/*Independent*/
.container{
    position: relative;
    z-index: 2;
    max-width: 1540px;
    padding: 0 60px;
    margin: 0 auto;
}
/*Animated chars*/
.animated-chars .char{
    opacity: 0;
}
/*Social links*/
.social-links{
    display: flex;
    flex-wrap: wrap;
}
.social-links.align-right{
    justify-content: flex-end;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 46px;
    height: 46px;
    margin: 0 10px 10px 0;
    background: #e2e5eb;
    text-decoration: none;
}
.social-links.align-right a{
    margin: 0 0 10px 10px;
}
.no-touchevents .social-links a:hover{
    background: #9107D1;
}
.no-touchevents .social-links a svg *{
    transition: fill .2s ease;
}
.no-touchevents .social-links a:hover svg *{
    fill: #fff;
}
/*Messengers*/
.messengers{
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3em;
}
.messengers a{
    text-decoration: none;
    color: #0b0e29;
    margin: 0 26px 6px 0;
}
/*Share box*/
.share-box{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5em;
    color: rgba(72, 72, 72, .8);
    padding: 10px 20px;
    margin: 48px auto;
    background: #f1f4f9;
}
.share-box p{
    margin: 0 14px 0 0;
}
.simple-share{
    display: flex;
    align-items: center;
}
.simple-share a{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-decoration: none;
    width: 23px;
    height: 17px;
    padding: 0;
    margin: 0 0 0 9px;
    background: none !important;
    border-radius: 0;
}
.simple-share a[data-provider="linkedin"], .simple-share a[data-provider="vk"]{
    padding-bottom: 1px;
}
.no-touchevents .simple-share a:hover{
    opacity: 1;
}
.simple-share a:first-child{
    margin-left: 0;
}
.simple-share a svg{
    width: auto;
    height: auto;
}
.simple-share a svg *{
    fill: #0b0e29;
    transition: fill .2s ease;
}
.no-touchevents .simple-share a:hover svg *{
    fill: #9107D1;
}
/*Marquee text*/
.marquee-text{
    white-space: nowrap;
}
.marquee-text .bg-text:after{
    content: '\00a0';
}
/*Arrow link*/
.arrow-link{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #9107D1;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    padding-right: 27px;
    margin: 15px 0 0;
}
.arrow-link svg{
    position: relative;
    left: 27px;
    margin: 0 0 0 -21px;
}
.no-touchevents .arrow-link svg{
    transition: transform .2s ease;
}
.no-touchevents .arrow-link:hover svg, .no-touchevents .on-hover .arrow-link svg{
    animation: arrowLinkAnimate .7s ease-in-out infinite;
}
@keyframes arrowLinkAnimate{
    0%{
        transform: translate3d(0, 0, 0);
    }
    50%{
        transform: translate3d(10px, 0, 0);
    }
    100%{
        transform: translate3d(0, 0, 0);
    }
}
/*=========================================================================
								STRUCTURE
==========================================================================*/
#all{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 133px;
}
#all:before{
    content: '';
    position: absolute;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease;
}
/*================================HEADER===================================*/
#header{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    /*height: 133px;*/
    width: 100%;
    transition: transform .4s ease, box-shadow .4s ease;
}
.hdr-top-box{
    position: relative;
    z-index: 2;
    height: 45px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    transition: transform .4s ease, opacity .4s ease;
}
html:not(.page-load) .hdr-top-box{
    transform: translateY(-100%);
    opacity: 0;
}
.hdr-top-box .container{
    display: flex;
    align-items: flex-start;
}
.langs-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    height: 44px;
    color: #9107D1;
    margin: 0;
    padding: 0 37px 0 51px;
    border: 1px solid #eaeaea;
    border-bottom: none;
}
.langs-box a, .js-open-langs-dropdown{
    position: relative;
    z-index: 6;
    color: #0b0e29;
    text-decoration: none;
}
.js-open-langs-dropdown{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition: color .2s ease;
}
.no-touchevents .js-open-langs-dropdown:hover, .opened-langs-dropdown .js-open-langs-dropdown{
    color: #9107D1;
}
.js-open-langs-dropdown svg{
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 6px;
}
.opened-langs-dropdown .js-open-langs-dropdown svg{
    transform: scaleY(-1);
}
.js-open-langs-dropdown svg *{
    transition: fill .2s ease;
}
.no-touchevents .js-open-langs-dropdown:hover svg *, .opened-langs-dropdown .js-open-langs-dropdown svg *{
    fill: #9107D1;
}
.langs-box .langs-dropdown{
    display: none;
    position: absolute;
    z-index: 5;
    left: 25px;
    top: 13px;
    font-size: 14px;
    line-height: 21px;
    width: 82px;
    margin: 0;
    padding: 38px 20px 15px 26px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
}
.langs-box .langs-dropdown a{
    color: #0b0e29;
}
.no-touchevents .langs-box .langs-dropdown a:hover{
    color: #9107D1;
}
.langs-box .langs-dropdown li{
    margin: 0 0 20px;
    padding: 0;
    background: none;
}
.langs-box .langs-dropdown li:last-child{
    margin-bottom: 0;
}
.hdr-offices{
    display: flex;
    align-items: center;
    height: 45px;
    font-size: 14px;
    line-height: 1em;
    margin: 0;
}
.hdr-offices a{
    color: #0b0e29;
    text-decoration: none;
}
.hdr-offices .separator{
    display: block;
    width: 1px;
    height: 45px;
    margin: 0 51px;
    background: #eaeaea;
}
.hdr-offices .offices-dropdown{
    display: flex;
    margin: 0 0 0 50px;
    border-left: 1px solid #eaeaea;
}
.hdr-offices .offices-dropdown li{
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0;
    margin: 0;
    background: none;
}
.hdr-offices .offices-dropdown li:not(:last-child){
    border-right: 1px solid #eaeaea;
    margin-left: 50px;
    margin-right: 50px;
    padding-right: 50px;
}
.hdr-offices .js-open-offices-dropdown{
    color: #9107D1;
}
.no-touchevents .js-open-offices-dropdown:hover, .opened-offices-dropdown .js-open-offices-dropdown{
    color: #9107D1;
}
.js-open-offices-dropdown svg{
    display: none;
    margin: 6px 0 0 6px;
}
.opened-offices-dropdown .js-open-offices-dropdown svg{
    transform: scaleY(-1);
}
.js-open-offices-dropdown svg *{
    transition: fill .2s ease;
}
.no-touchevents .js-open-offices-dropdown:hover svg *, .opened-offices-dropdown .js-open-offices-dropdown svg *{
    fill: #9107D1;
}
.hdr-contact-us-btn{
    font-size: 12px;
    line-height: 43px;
    height: 43px;
    min-width: 319px;
    padding: 0 25px;
    margin: 0 0 0 auto;
}
.hdr-search-form + .hdr-contact-us-btn{
    margin-left: 44px;
}
.hdr-search-form{
    position: absolute;
    top: 19px;
    right: 130px;
    width: 540px;
    height: 45px;
    margin: 0;
    transition: opacity .2s ease, visibility .2s ease;
}
html:not(.opened-search) .hdr-search-form{
    opacity: 0;
    visibility: hidden;
}
.hdr-search-form .form-control{
    font-size: 14px;
    color: #0b0e29;
    height: 45px;
    line-height: 44px;
    border: none;
    border-bottom: 1px solid #0b0e29;
}
.hdr-search-form .form-control:focus{
    border-color: #9107D1;
}
.hdr-search-form .form-control::-webkit-input-placeholder{
    color: rgba(11, 14, 41, .6);
}
.hdr-search-form .form-control::-moz-placeholder{
    color: rgba(11, 14, 41, .6);
}
.hdr-search-form .form-control:-ms-input-placeholder{
    color: rgba(11, 14, 41, .6);
}
.hdr-search-form .search-btn{
    position: absolute;
    z-index: 4;
    right: -5px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 24px;
    height: 24px;
    padding: 0;
}
.no-touchevents .hdr-search-form .search-btn svg *{
    transition: fill .2s ease;
}
.no-touchevents .hdr-search-form .search-btn:hover svg *{
    fill: #9107D1;
}
.main-hdr-box{
    position: relative;
    z-index: 1;
    background: #fff;
    transition: transform .4s ease .2s, opacity .4s ease .2s;
}
html:not(.page-load) .main-hdr-box{
    transform: translateY(-50%);
    opacity: 0;
}
.main-hdr-box .container{
    display: flex;
    align-items: flex-start;
    padding-top: 17px;
    padding-bottom: 17px;
    transition: padding .2s ease;
}
#logo{
    position: relative;
    z-index: 5;
    display: block;
    width: 125px;
    height: 54px;
    line-height: 0;
    transition: all .2s ease;
}
#logo svg{
    width: 100%;
    height: auto;
    transition: all .2s ease;
}
.no-touchevents:not(.index-page) #logo svg *{
    transition: fill .2s ease;
}
.no-touchevents:not(.index-page) #logo:hover svg *{
    fill: #9107D1;
}
#nav-box{
    margin: 21px 0 0 auto;
}
#nav ul{
    margin: 0;
    max-width: none;
}
#nav li{
    color: rgba(11, 14, 41, .6);
    margin: 0;
    padding: 0;
    background: none;
}
#nav a{
    color: #0b0e29;
    text-decoration: none;
}
.no-touchevents #nav a:hover{
    color: #9107D1;
}
#nav .active > a{
    color: #5b5e70;
}
#nav > ul{
    display: flex;
    font-size: 16px;
    line-height: 1em;
}
#nav > ul > li{
    margin: 0 0 0 40px;
}
#nav .has-third-level{
    position: inherit;
}
#nav .dropdown{
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 29px 0 27px;
    width: 120px;
}
#nav .dropdown li{
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 20px;
}
#nav .dropdown li:last-child{
    margin-bottom: 0;
}
#nav .has-third-level .dropdown{
    top: 59px;
    left: 60px;
    right: 60px;
    padding: 58px 0 42px;
    width: auto;
}
#nav .has-third-level .dropdown > ul{
    display: flex;
    justify-content: space-between;
}
#nav .has-third-level .dropdown > ul > li{
    margin: 0;
    width: calc(50% - 40px);
}
#nav .has-third-level .dropdown > ul > li > a{
    display: none;
}
.third-level-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.third-level-nav .controls{
    display: none;
}
.third-level-nav .title{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3em;
    color: #84878f;
    width: 100%;
    margin: 0 0 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
}
.third-level-nav ul{
    width: calc(50% - 15px);
}
#nav .third-level-nav li{
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 20px;
}
.third-level-nav li:last-child{
    margin-bottom: 0;
}
.js-open-nav{
    display: none;
    position: relative;
    z-index: 1000;
    margin: 0 0 0 32px;
    width: 36px;
    height: 36px;
    border: 1px solid #eaeaea;
    cursor: pointer;
}
.js-open-nav .start-state{
    position: absolute;
    top: 11px;
    left: 8px;
    height: 11px;
    width: 18px;
}
.js-open-nav .start-state span{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 1px;
    margin: 0 0 5px;
    background: #0b0e29;
    transition: all .25s ease-in-out, background .2s ease;
}
.invert-header:not(.short-header-view):not(.sticky-header) .js-open-nav .start-state span, .invert-header:not(.short-header-view):not(.sticky-header) .js-open-nav .final-state span{
    background: #fff;
}
.js-open-nav .start-state span:nth-child(1){
    transition: all .25s ease-in-out .375s, background .2s ease;
}
.js-open-nav .start-state span:nth-child(2){
    transition: all .25s ease-in-out .45s, background .2s ease;
}
.js-open-nav .start-state span:nth-child(3){
    transition: all .25s ease-in-out .525s, background .2s ease;
}
.opened-nav .js-open-nav .start-state span, .opened-search .js-open-nav .start-state span{
    width: 0;
}
.opened-nav .js-open-nav .start-state span:nth-child(1), .opened-search .js-open-nav .start-state span:nth-child(1){
    transition-delay: 0s;
}
.opened-nav .js-open-nav .start-state span:nth-child(2), .opened-search .js-open-nav .start-state span:nth-child(2){
    transition-delay: .075s;
}
.opened-nav .js-open-nav .start-state span:nth-child(3), .opened-search .js-open-nav .start-state span:nth-child(3){
    transition-delay: .15s;
}
.js-open-nav .final-state{
    position: absolute;
    top: 8px;
    left: 10px;
    height: 11px;
    width: 19px;
    transform: rotate(45deg);
}
.js-open-nav .final-state span{
    position: absolute;
    display: block;
    background: #0b0e29;
    transition: width .25s ease-in-out, height .25s ease-in-out;
}
.js-open-nav .final-state span:nth-child(1){
    left: 9px;
    top: 0;
    height: 0;
    width: 1px;
    transition-delay: 0s;
}
.js-open-nav .final-state span:nth-child(2){
    left: 0;
    top: 9px;
    height: 1px;
    width: 0;
    transition-delay: .15s;
}
.opened-nav .js-open-nav .final-state span:nth-child(1), .opened-search .js-open-nav .final-state span:nth-child(1){
    height: 19px;
    transition-delay: .425s;
}
.opened-nav .js-open-nav .final-state span:nth-child(2), .opened-search .js-open-nav .final-state span:nth-child(2){
    transition-delay: .275s;
    width: 19px;
}
.js-open-search{
    /*display: none;*/
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 20px 0 0 32px;
}
.js-open-search svg:not(.icon){
    display: none;
}
.no-touchevents .js-open-search svg:not(.icon) *{
    transition: fill .2s ease;
}
.no-touchevents .js-open-search:hover svg:not(.icon) *{
    fill: #9107D1;
}
.no-touchevents .js-open-search svg.icon *{
    transition: stroke .2s ease;
}
.no-touchevents .js-open-search:hover svg.icon *{
    stroke: #9107D1;
}
.hide-third-level-box{
    display: none;
}
/*========================END OF HEADER========================*/
/*Main screen*/
#main-screen{
    position: relative;
    overflow: hidden;
}
#main-screen .container{
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 133px);
}
#main-screen .title-box{
    display: flex;
    align-items: center;
    flex: 1;
    color: #fff;
    padding: 64px 0;
}
#main-screen .title-box .sub-box{
    max-width: 720px;
}
#main-screen h1{
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    margin: 0;
    max-width: 660px;
}
#main-screen h1 + *{
    margin-top: 16px;
    transition: opacity .75s ease .75s;
}
html:not(.page-load) h1 + *{
    opacity: 0;
}
#main-screen .projects-box{
    transition: transform .75s ease .5s;
}
html:not(.page-load) #main-screen .projects-box{
    transform: translateY(105%);
}
#main-screen .projects-box .title{
    display: table;
    font-family: 'Geologica';
    font-weight: 300;
    font-size: 32px;
    line-height: 1.55em;
    color: #fff;
    padding-bottom: 12px;
    margin: 0;
    border-bottom: 5px solid #9107D1;
}
.projects-slider{
    position: relative;
    z-index: 3;
    margin: 0 calc((100vw - 100% + 100px) / 2 * -1);
    padding: 0 calc((100vw - 100%) / 2);
}
.projects-slider .swiper-container{
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.projects-slider .swiper-slide{
    z-index: 3;
    font-family: 'Geologica';
    font-weight: 300;
    font-size: 21px;
    line-height: 1.55em;
    color: #fff;
    height: auto;
    width: calc(33.3333333% + .5px);
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.projects-slider .swiper-slide-prev{
    border-color: transparent;
}
.projects-slider .swiper-slide a{
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    min-height: 200px;
    height: 100%;
    padding: 24px 50px;
}
.no-touchevents .projects-slider .swiper-slide a:hover{
    background: #9107D1;
}
.projects-slider .swiper-slide p{
    width: 100%;
    margin: 0;
}
.projects-slider:before{
    content: '';
    position: absolute;
    left: -1500px;
    right: -1500px;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #9107D1 0%, #E75CDE 100%);
    opacity: .85;
}
.projects-slider .swiper-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    left: calc((100vw - 1420px - 30px) / 4);
    top: 50%;
    line-height: 0;
    margin-top: -32px;
    padding-right: 1px;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 110%;
    transition: border .2s ease, background .2s ease;
    cursor: pointer;
}
.projects-slider .swiper-btn.next-btn{
    left: auto;
    right: calc((100vw - 1420px - 30px) / 4);
    padding: 0 0 0 1px;
}
.no-touchevents .projects-slider .swiper-btn:hover{
    background: #fff;
    border-color: #fff;
}
.projects-slider .swiper-btn svg{
    height: auto;
}
.no-touchevents .projects-slider .swiper-btn svg *{
    transition: fill .2s ease;
}
.no-touchevents .projects-slider .swiper-btn:hover svg *{
    fill: #9107D1;
}
#main-screen .bg{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
}
#main-screen .bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(36, 36, 87, 0) 0%, rgba(36, 36, 87, .65) 100%);
    mix-blend-mode: multiply;
}
/*Layout*/
.layout-indent-box{
    max-width: 1350px;
    margin-left: auto;
}
/*Page title box*/
.page-title-box{
    position: relative;
    padding-top: 42px;
    margin: 0 0 62px;
}
.page-title-box.no-indent{
    margin-bottom: 0;
    padding-bottom: 190px;
}
.page-title-box.has-description{
    overflow: hidden;
}
.services-page .page-title-box .layout-indent-box{
    max-width: none;
}
.breadcrumbs{
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: .05em;
    margin: 0;
    transition: opacity .7s ease .75s;
}
html:not(.page-load) .breadcrumbs{
    opacity: 0;
}
.breadcrumbs li{
    color: rgba(11, 14, 41, .6);
    margin: 0 0 8px;
    padding: 0;
    background: none;
}
.page-title-box.has-description .breadcrumbs li, .event-section .breadcrumbs li{
    color: rgba(255, 255, 255, .6);
}
.breadcrumbs li:before{
    display: none;
}
.breadcrumbs a{
    color: #0b0e29;
    text-decoration: none;
}
.has-description .breadcrumbs a, .event-section .breadcrumbs a{
    color: #fff;
}
.no-touchevents .has-description .breadcrumbs a:hover, .no-touchevents .event-section .breadcrumbs a:hover{
    opacity: .7;
}
.breadcrumbs .separator{
    color: #0b0e29;
    margin: 0 3px;
}
.has-description .breadcrumbs .separator, .event-section .breadcrumbs .separator{
    color: #fff;
}
.breadcrumbs + h1, .breadcrumbs + .h1{
    margin-top: 118px;
}
.has-description h1{
    color: #fff;
}
.page-title-box .in-brief{
    color: rgba(255, 255, 255, .9);
    max-width: 860px;
    margin: 24px 0 0;
    transition: opacity 2s ease 1.1s;
}
html:not(.page-load) .page-title-box .in-brief{
    opacity: 0;
}
.page-title-box .in-brief p{
    margin: 17px 0;
}
.page-title-box .in-brief > *:first-child{
    margin-top: 0;
}
.page-title-box .in-brief > *:last-child{
    margin-bottom: 0;
}
.page-title-box .sub-text-box{
    position: relative;
    margin: 238px 0 0 auto;
    max-width: 709px;
}
.page-title-box .sub-text{
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: .01em;
    color: rgba(255, 255, 255, .9);
    padding: 38px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    transition: opacity 2s ease 1.5s, transform .8s ease 1.5s;
}
html:not(.page-load) .page-title-box .sub-text{
    opacity: 0;
    transform: translateY(100px);
}
.page-title-box .sub-text > *:first-child{
    margin-top: 0;
}
.page-title-box .sub-text > *:last-child{
    margin-bottom: 0;
}
.page-title-box .sub-text-box .bg-text{
    position: absolute;
    right: -54px;
    bottom: calc(100% - 62px);
    color: rgba(241, 244, 249, .03);
}
.page-title-box .bg-text{
    position: absolute;
    z-index: 4;
    right: -13px;
    bottom: -126px;
    color: rgba(25, 25, 105, .02);
}
.press-center-page .page-title-box .bg-text{
    right: -699px;
}
.contacts-page .page-title-box .bg-text{
    right: -150px;
}
/*Top page bg*/
.top-page-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 487px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    transition: opacity .7s ease .5s;
    backface-visibility: hidden;
}
html:not(.page-load) .top-page-bg{
    opacity: 0;
}
.has-description .top-page-bg{
    height: 100%;
    background-position: 50% 0;
}
.top-page-bg:after, .has-description .top-page-bg:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #fff 0%, rgba(255, 255, 255, .74) 100%);
}
.has-description .top-page-bg:after{
    background: linear-gradient(180deg, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, .78) 69.08%, #262626 100%);
}
.has-description .top-page-bg:before{
    background: rgba(0, 0, 0, .2);
}
.employee-page .top-page-bg:after{
    background: linear-gradient(360deg, #f1f4f9 0%, rgba(255, 255, 255, .74) 100%);
}
/*Inner page main screen*/
.inner-main-screen{
    position: relative;
    min-height: 640px;
    padding: 42px 0 143px;
    overflow: hidden;
}
.inner-main-screen .breadcrumbs{
    margin: 0 0 118px;
}
.inner-main-screen .breadcrumbs li{
    color: rgba(255, 255, 255, .6);
}
.inner-main-screen .breadcrumbs a{
    color: #fff;
}
.inner-main-screen .breadcrumbs .separator{
    color: #fff;
}
.inner-main-screen .title-box{
    max-width: 1100px;
}
.inner-main-screen h1{
    color: #fff;
    margin: 0 0 24px;
}
.inner-main-screen h1.h2{
    text-transform: none;
    letter-spacing: 0;
}
.inner-main-screen .description{
    font-size: 22px;
    line-height: 1.55em;
    color: rgba(255, 255, 255, .9);
    width: 80%;
    max-width: 860px;
    transition: opacity .7s ease 1.2s;
}
html:not(.page-load) .inner-main-screen .description{
    opacity: 0;
}
.inner-main-screen .description > *:first-child{
    margin-top: 0;
}
.inner-main-screen .description > *:last-child{
    margin-bottom: 0;
}
.inner-main-screen .anchors-nav{
    margin: 36px -24px -12px 0;
    padding: 0;
    transition: opacity .7s ease 1.2s;
}
html:not(.page-load) .inner-main-screen .anchors-nav{
    opacity: 0;
}
.inner-main-screen .anchors-nav a{
    color: #fff;
    margin-right: 24px;
}
.no-touchevents .inner-main-screen .anchors-nav a:hover{
    opacity: .7;
}
.inner-main-screen .anchors-nav a span{
    border-color: rgba(255, 255, 255, .4);
}
.inner-main-screen .anchors-nav:after{
    display: none;
}
.inner-main-screen:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(36, 36, 87, 0) 0%, rgba(36, 36, 87, .65) 100%);
    mix-blend-mode: multiply;
    transition: opacity .7s ease .5s;
}
.service-page .inner-main-screen:after{
    background: linear-gradient(270deg, rgba(36, 36, 87, 0) 0%, rgba(36, 36, 87, .65) 100%), rgba(0, 0, 0, .2);
}
.inner-main-screen .screen-bg{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    transition: opacity .7s ease .5s;
}
html:not(.page-load) .inner-main-screen .screen-bg, html:not(.page-load) .inner-main-screen:after{
    opacity: 0;
}
.inner-main-screen + .sub-advantages-section > .container{
    transition: opacity .7s ease 1.2s;
}
html:not(.page-load) .inner-main-screen + .sub-advantages-section > .container{
    opacity: 0;
}
/*Sub advantages section*/
.inner-main-screen + .sub-advantages-section{
    margin: -88px 0 0;
    padding-top: 0;
    padding-bottom: 10px;
}
.sub-advantages{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
    /*transition: opacity .5s ease 1.35s;*/
}
html:not(.page-load) .inner-main-screen + .sub-advantages-section .sub-advantages{
    opacity: 0;
}
.sub-advantages .item{
    font-family: 'Geologica';
    font-weight: 400;
    font-size: 21px;
    line-height: 1.55em;
    color: #0b0e29;
    width: calc(33.33333333% - 20px);
    padding: 33px;
    margin: 0 10px 20px;
    min-height: 172px;
    background: #f1f4f9;
    border-bottom: 5px solid #9107D1;
}
.sub-advantages .item p{
    margin: 0;
}
/*============================MAIN=============================*/
#static-layout-grid-box{
    max-width: 1540px;
    padding: 0 60px;
    margin: 0 auto 150px;
    transition: opacity .7s ease 1.5s;
}
html:not(.page-load) #static-layout-grid-box{
    opacity: 0;
}
#static-layout-grid{
    display: flex;
    flex-wrap: wrap;
}
#main{
    margin-top: 116px;
    margin-bottom: 180px;
    transition: opacity .7s ease 1.2s;
}
.employee-page #main{
    margin: 0;
    padding-bottom: 142px;
}
.filtration-page #main{
    margin-bottom: 0;
}
.filtration-page #main:not(.no-bg-text){
    padding-bottom: 314px;
}
.filtration-page #main.no-bg-text{
    padding-bottom: 150px;
}
html:not(.page-load) #main{
    opacity: 0;
}
#static-layout-grid-box #main{
    width: calc(64.44444444444444% - 60px);
    max-width: 780px;
    margin: 0;
}
#main > .container > *:first-child{
    margin-top: 0;
}
#main > .container > *:last-child{
    margin-bottom: 0;
}
.filtration-page #main .bg-text{
    position: absolute;
    left: -72px;
    bottom: 4vw;
}
.teachers-page #main{
    position: relative;
    margin-bottom: 0;
    padding-bottom: 155px;
}
.teachers-page #main .bg-text{
    position: absolute;
    right: -10%;
    bottom: 30px;
}
.teachers-page .tabs-box{
    margin: 0;
}
/*Important text*/
.important-text{
    font-weight: 600;
    font-size: 1.111111111111111em;
    line-height: 1.45em;
    color: #0b0e29;
    margin: 30px 0;
    padding: 16px 0 20px 55px;
    border-left: 2px solid #0b0e29;
}
.important-text > *:first-child{
    margin-top: 0;
}
.important-text > *:last-child{
    margin-bottom: 0;
}
/*Parallax img*/
.parallax-img-box{
    position: relative;
    display: block;
    margin: 60px 0;
    overflow: hidden;
}
.parallax-img-box [data-scroll]{
    display: block;
    line-height: 0;
}
.parallax-img-box img{
    margin: -50px 0;
}
/*Text grid*/
.text-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.75em;
    max-width: 1096px;
    margin: -5px auto;
}
.text-grid .col{
    margin: -5px 0;
    width: calc(50% - 14px);
}
/*Video*/
.video-box{
    position: relative;
    max-width: 1180px;
    margin: 45px 0;
    cursor: pointer;
    overflow: hidden;
    background: #000;
}
.video-box .sub-box{
    position: relative;
    padding-bottom: 56.25%;
}
.video-box iframe, .video-box .video{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
}
.video-box .video-placeholder{
    position: absolute;
    z-index: 2;
    left: 0;
    top: -50px;
    bottom: -50px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.video-box .video-placeholder:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .38);
}
.video-box .play-icon{
    position: absolute;
    z-index: 3;
    left: calc(50% - 24px);
    top: calc(50% - 17px);
    line-height: 0;
    width: 49px;
    height: 34px;
    cursor: pointer;
    transition: transform .3s ease;
}
.no-touchevents .video-box:hover .play-icon{
    transform: scale(1.3);
}
.video-box .play-icon svg{
    width: 100%;
    height: auto;
}
/*Photo gallery*/
.photo-gallery-box{
    margin: 45px 0;
    max-width: 1180px;
}
.photo-gallery{
    margin: 0 -10px -20px;
}
.photo-gallery .item{
    float: left;
    max-width: none;
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
}
.constructor-page .photo-gallery .item{
    width: 33.3333333%;
}
.photo-gallery a{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.photo-gallery img{
    margin: 0;
    max-width: 100%;
}
.photo-gallery .parallax-img-box img{
    margin: -20px 0;
}
.photo-gallery a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(145, 7, 209, .8);
    opacity: 0;
    transition: opacity .3s ease;
}
.no-touchevents .photo-gallery a:hover:after{
    opacity: 1;
}
/*Logos grid*/
.logos-grid{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px 0;
}
.logos-grid .img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 20px);
    padding: 38px;
    margin: 0 20px 20px 0;
    border: 1px solid rgba(255, 255, 255, .1);
}
.logos-grid .img.hidden{
    display: none;
    opacity: 0;
}
.logos-grid .img img{
    margin: 0;
    max-width: 100%;
    transition: opacity .3s ease;
}
.no-touchevents .logos-grid a.img:hover img{
    opacity: .5;
}
/*Download list*/
.download-list{
    margin: 30px 0;
    max-width: none;
}
.download-list li{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 20px;
    padding: 0 0 0 80px;
    background: none;
}
.download-list p{
    margin: 0;
}
.download-list li a{
    position: relative;
    color: #0b0e29;
    padding-top: 2px;
}
.download-list li a:before{
    content: '';
    position: absolute;
    top: 0;
    width: 24px;
    height: 25px;
    left: -24px;
}
.download-list li a svg{
    position: absolute;
    top: 0;
    left: -60px;
    height: auto;
}
.download-list li a svg *{
    transition: all .2s ease;
}
.no-touchevents .download-list li a:hover svg *:not(.square){
    fill: #fff;
}
.no-touchevents .download-list li a:hover svg .square{
    fill: #9107D1;
}
.download-list .data{
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    color: #585a6b;
    margin: 6px 0 0;
}
/*Inner article*/
.inner-article-data{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5em;
    transition: opacity .7s ease 1.5s;
    margin: 22px 0 -14px;
    padding-bottom: 42px;
}
html:not(.page-load) .inner-article-data{
    opacity: 0;
}
.published-in{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5em;
    color: #484848;
}
.inner-article-data .time, .inner-article-data .published-in{
    line-height: 1.5em;
    margin: 0 28px 10px 0;
}
.inner-article-data:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 174px;
    background: #bec7d5;
}
.inner-article-data .inline-links{
    display: none;
    font-size: 14px;
    width: 100%;
    margin: 6px 0 0;
    max-width: none;
}
.inner-article-page .page-title-box hr.separator, .constructor-page .page-title-box hr.separator{
    height: 1px;
    width: 174px;
    margin: 50px 0 -14px;
    background: #bec7d5;
    transition: opacity .7s ease 1.5s;
}
html:not(.page-load).inner-article-page .page-title-box hr.separator, html:not(.page-load).constructor-page .page-title-box hr.separator{
    opacity: 0;
}
.inner-article-page .page-title-box + .static-section, .constructor-page .page-title-box + .static-section{
    padding-top: 0;
    background: none;
}
.inner-article-page .page-title-box + .static-section > .container, .constructor-page .page-title-box + .static-section > .container{
    transition: opacity .7s ease 1.5s;
}
html:not(.page-load).inner-article-page .page-title-box + .static-section > .container, html:not(.page-load).constructor-page .page-title-box + .static-section > .container{
    opacity: 0;
}
.inner-article-page .static-section .h6.section-title, .constructor-page .static-section .h6.section-title{
    margin-bottom: 37px;
}
.inner-article-page .text-aside-grid + *, .inner-article-page .static-section .h6.section-title, .constructor-page .text-aside-grid + *, .constructor-page .static-section .h6.section-title{
    margin-top: 86px;
}
.article-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 76px auto 0;
}
.back-link{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #9107D1;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 27px;
    cursor: pointer;
}
.article-footer .back-link{
    order: 1;
}
.back-link svg{
    position: absolute;
    left: 0;
    top: 11px;
}
.no-touchevents .back-link svg{
    transition: transform .2s ease;
}
.no-touchevents .back-link:hover svg{
    animation: arrowAnimate .7s ease-in-out infinite;
}
@keyframes arrowAnimate{
    0%{
        transform: translate3d(0, 0, 0);
    }
    50%{
        transform: translate3d(-10px, 0, 0);
    }
    100%{
        transform: translate3d(0, 0, 0);
    }
}
.article-footer .share-box{
    order: 2;
    margin: 0 0 0 auto;
}
/*Show all btn*/
.js-show-all{
    display: table;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #272827;
    margin: 58px auto 0;
    padding: 14px 53px;
    background: #fff;
    border: 1px solid rgba(39, 40, 39, .1);
    cursor: pointer;
    transition: border .2s ease, color .2s ease, background .2s ease;
}
.js-show-all.transparent{
    background: transparent;
    border-color: #bec7d5;
}
.no-touchevents .js-show-all:hover{
    color: #360978;
    border-color: #360978;
}
.js-show-all svg{
    margin: 0 13px 0 0;
}
.no-touchevents .js-show-all svg *{
    transition: fill .2s ease;
}
.no-touchevents .js-show-all:hover svg *{
    fill: #360978;
}
.js-show-all.on-dark-bg{
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, .1);
}
.no-touchevents .js-show-all.on-dark-bg:hover, .no-touchevents .js-show-all.transparent:hover{
    color: #fff;
    background: #9107D1;
    border-color: #9107D1;
}
.no-touchevents .js-show-all.on-dark-bg:hover svg *, .no-touchevents .js-show-all.transparent:hover svg *{
    fill: #fff;
}
/*Services box*/
/*.page-title-box{
	display: none;
	}*/
.services-page .tabs-nav.small-size{
    margin-bottom: 56px;
}
.services-grid{
    display: flex;
}
.services-grid .services-box{
    display: flex;
    align-self: flex-start;
    width: calc(100% - 330px);
}
.services-list{
    position: relative;
    align-self: flex-start;
    width: 38.89908256880734%;
    padding: 34px 0 32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.services-list:before, .services-list:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #360978;
    opacity: .9;
}
.services-list:after{
    background: linear-gradient(180deg, rgba(25, 25, 105, 0) 68.38%, #360978 100%);
    opacity: 1;
}
.services-list .services-list-item{
    position: relative;
    z-index: 2;
    font-size: 16px;
    padding: 7px 34px;
    margin: 0 0 16px;
    transition: background .2s ease, opacity .2s ease;
}
.services-list-item.active{
    background: #9107D1;
    cursor: default;
}
.no-touchevents .services-list .services-list-item:not(.active) .title:hover{
    opacity: .6;
}
.services-list .services-list-item:last-child{
    margin-bottom: 0;
}
.services-list .services-list-item .title{
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
    margin: 0;
    cursor: pointer;
    transition: opacity .2s ease;
}
.services-list .services-list-item.active .title{
    cursor: default;
}
.services-list .services-list-item .title .arrow{
    display: none;
}
.sub-services-list-box{
    flex: 1;
    border: 1px solid #eaeaea;
}
.sub-services-list{
    display: none;
    margin: 0;
    padding: 0 40px;
}
.sub-services-list li{
    padding: 16px 0;
    margin: 0;
    background: none;
    border-bottom: 1px solid #bec7d5;
}
.sub-services-list li:last-child{
    border: none;
}
.sub-services-list .service-title{
    padding: 0;
    margin: -1px -41px 0;
    border: none;
}
.sub-services-list .arrow-link{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.67em;
    color: #0b0e29;
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
    padding-right: 32px;
}
.sub-services-list .service-title .arrow-link{
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 1.6em;
    color: #fff;
    width: 100%;
    min-height: 89px;
    padding: 9px 72px 9px 40px;
    background: linear-gradient(270.04deg, #9107D1 16%, #9107D1 100%);
}
.sub-services-list .arrow-link svg{
    top: -1px;
    width: 22px;
    min-width: 22px;
    margin-left: -22px;
    height: auto;
}
/*.no-touchevents .sub-services-list .arrow-link:hover svg{
	animation: none;
	}*/
.no-touchevents .sub-services-list .arrow-link svg *{
    transition: fill .2s ease;
}
.no-touchevents .sub-services-list .arrow-link:hover svg *{
    fill: #9107D1;
}
.no-touchevents .sub-services-list .service-title .arrow-link:hover svg *{
    fill: #fff;
}
.no-touchevents .sub-services-list .service-title .arrow-link span{
    transition: opacity .2s ease;
}
.no-touchevents .sub-services-list .service-title .arrow-link:hover span{
    opacity: .6;
}
.market-trends-box{
    width: 310px;
    margin: 0 0 0 20px;
    padding: 26px 0 0;
}
.market-trend-item{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
    text-decoration: none;
    min-height: 186px;
    padding: 18px;
    margin: 0 0 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.market-trend-item:last-child{
    margin-bottom: 0;
}
.no-touchevents .market-trend-item:hover{
    color: #fff;
}
.market-trend-item p{
    position: relative;
    z-index: 3;
    margin: 0;
}
.market-trend-item:before, .market-trend-item:after{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(39, 40, 39, 0) 0%, rgba(39, 40, 39, .86) 75.52%);
    transition: all .2s ease;
}
.no-touchevents .market-trend-item:hover:before{
    transition-duration: .5s;
}
.no-touchevents .market-trend-item:hover:before, .market-trend-item:after{
    opacity: 0;
}
.market-trend-item:after{
    background: rgba(145, 7, 209, .8);
    transition-duration: .5s;
}
.no-touchevents .market-trend-item:hover:after{
    opacity: 1;
    transition-duration: .2s;
}
/*Tabs box*/
.tabs-box{
    margin: 48px 0;
}
.tabs-nav{
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    color: #0b0e29;
}
.tabs-nav-item{
    padding: 1px 7px 2px;
    margin: 0 10px 8px 0;
    cursor: pointer;
    transition: color .1s ease, background .1s ease;
}
.tabs-nav-item.active{
    cursor: default;
    color: #fff;
    background: #9107D1;
}
.no-touchevents .tabs-nav-item:not(.active):hover{
    color: #9107D1;
}
.tabs-nav.filter-view, .tabs-nav.small-size{
    font-size: 16px;
    line-height: 1.32em;
    margin: 0 0 26px;
}
.tabs-nav.filter-view .tabs-nav-item, .tabs-nav.small-size .tabs-nav-item{
    padding: 5px 10px;
}
.tabs-nav.small-size .tabs-nav-item{
    margin-right: 46px;
}
.tabs-content .tab{
    display: none;
}
.vertical-tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1350px;
    margin: 0 0 0 auto;
}
.vertical-tabs .tabs-nav{
    display: block;
    width: 274px;
}
.vertical-tabs .tabs-nav .tabs-nav-item{
    display: table;
}
.vertical-tabs .tabs-nav .tabs-nav-item:not(:last-child){
    margin-bottom: 24px;
}
.vertical-tabs .tabs-content{
    flex: 1;
    margin: 14px 0 0 64px;
    max-width: 720px;
}
/*Filter*/
.filter-grid{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.filter-grid .filtering-box{
    order: 2;
    flex: 1;
    max-width: 880px;
    margin: 70px 0 0 54px;
}
.filtering-box.loading{
    background: url("../i/loader2.svg") no-repeat 50% 100px/64px auto;
}
.filtering-box .h6{
    margin: 0 0 24px;
}
.filtering-box * + .h6{
    margin-top: 62px;
}
.filtering-box .hidden-item{
    opacity: 0;
    visibility: hidden;
}
.filter-grid .filter-box{
    order: 1;
    width: 30.506%;
    max-width: 430px;
    min-width: 324px;
}
.filter-controls-box{
    display: flex;
    align-items: flex-start;
}
.filter-box .filter-controls-box{
    position: absolute;
    top: 0;
    right: 60px;
}
.filter-controls-box .text{
    font-size: 14px;
    line-height: 1.4em;
    color: #484848;
    margin: 6px 22px 0 0;
}
.filter-controls{
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.32em;
    color: #0b0e29;
    margin: 0 0 26px;
}
.filter-control-item{
    padding: 5px 10px;
    margin: 0 10px 8px 0;
    cursor: pointer;
    transition: color .1s ease, background .1s ease;
}
.filter-control-item:last-child{
    margin-right: 0;
}
.filter-control-item.active{
    color: #fff;
    background: #9107D1;
    cursor: default;
}
.no-touchevents .filter-control-item:not(.active):hover{
    color: #9107D1;
}
.filter-box .tabs-box{
    margin: 0;
}
.filter-form > *:first-child{
    margin-top: 0;
}
.filter-form > *:last-child{
    margin-bottom: 0;
}
.filter-form .checkbox-item input[type="checkbox"] + label{
    font-size: 16px;
    line-height: 1.5em;
}
.filter-form .checkbox-item input[type="checkbox"] + label sup{
    top: -.7em;
    font-size: .75em !important;
}
.filter-form .checkbox-item input[type="checkbox"] + label:before{
    top: 4px;
}
.js-clear-filter, .js-clear-press-filter{
    display: inline-flex;
    align-items: flex-start;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #0b0e29;
    margin: 12px 0 0;
    border-bottom: 1px dashed #0b0e29;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    transition: all .2s ease;
}
.js-clear-filter:not(.visible){
    visibility: hidden;
    opacity: 0;
}
.no-touchevents .js-clear-filter:hover, .no-touchevents .js-clear-press-filter:hover{
    color: #9107D1;
    border-color: transparent;
}
.js-clear-filter svg, .js-clear-press-filter svg{
    margin: 8px 0 0 7px;
}
.no-touchevents .js-clear-filter svg *, .no-touchevents .js-clear-press-filter svg *{
    transition: fill .2s ease;
}
.no-touchevents .js-clear-filter:hover svg *, .no-touchevents .js-clear-press-filter:hover svg *{
    fill: #9107D1;
}
.js-open-mobile-filter{
    display: none;
    position: fixed;
    z-index: 600;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    height: 54px;
    padding: 0;
    background: #360978;
    box-shadow: 0 -2px 5px 0 rgba(46, 50, 55, .15);
    cursor: pointer;
    transition: opacity .2s ease .3s, visibility .2s ease .3s;
    transform: translate3d(0, 0, 0);
}
.js-open-mobile-filter.hidden, .opened-nav .js-open-mobile-filter{
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.opened-filter .js-open-mobile-filter{
    transition-delay: .2s;
}
.js-open-mobile-filter svg{
    margin-right: 8px;
}
.js-open-mobile-filter span{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 8px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #fff;
}
.no-touchevents .js-open-mobile-filter:hover span{
    border-color: transparent;
}
.js-close-filter{
    display: none;
    position: absolute;
    right: 24px;
    top: 24px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    border: 1px solid #e2e5eb;
}
.js-close-filter svg{
    width: 16px;
    height: auto;
}
.no-touchevents .js-close-filter svg *{
    transition: fill .2s ease;
}
.no-touchevents .js-close-filter:hover svg *{
    fill: #9107D1;
}
.number-of-filter-results{
    display: none;
    position: fixed;
    z-index: 10002;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    padding: 18px 16px 20px;
    background: #360978;
    box-shadow: 0 -2px 5px 0 rgba(46, 50, 55, .15);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}
.number-of-filter-results.loading{
    background: #360978 url("../i/loader.svg") no-repeat 50% 50%/40px 40px;
}
.opened-filter .number-of-filter-results.visible{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.number-of-filter-results strong{
    font-weight: 600;
}
.number-of-filter-results *{
    transition: opacity .2s ease, visibility .2s ease, border .2s ease;
}
.number-of-filter-results.loading *{
    visibility: hidden;
    opacity: 0;
}
.number-of-filter-results p{
    margin: 0 0 12px;
    max-width: none;
}
.js-show-filter-result{
    font-weight: 500;
    color: #fff;
    border-bottom: 1px dotted #fff;
    cursor: pointer;
}
.no-touchevents .js-show-filter-result:hover{
    border-color: transparent;
}
/*Employees list*/
.employees-list{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -56px;
}
.employees-list .employee-item{
    width: calc(33.33333333% - 12px);
    margin-right: 18px;
    margin-bottom: 56px;
    max-width: 281px;
}
.employee-item{
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    text-decoration: none;
    color: #484848;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(11, 14, 41, .1);
    transition-duration: .3s;
}
.no-touchevents .employee-item:hover{
    color: #9107D1;
    border-color: #9107D1;
}
.employee-item .img{
    position: relative;
    margin: 0 0 15px;
}
.employee-item img{
    margin: 0;
    max-width: 100%;
}
.employee-item .img:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(145, 7, 209, .8), rgba(145, 7, 209, .8));
    opacity: 0;
    transition: opacity .3s ease;
}
.employee-item .img .arrow{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0;
    transition: opacity .3s ease;
}
.no-touchevents .employee-item:hover .img:before, .no-touchevents .employee-item:hover .arrow{
    opacity: 1;
}
.employee-item p{
    margin: 7px 0;
}
.employee-item .name{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    color: #0b0e29;
    margin: 0 0 10px;
    transition: color .2s ease;
}
.no-touchevents .employee-item:hover .name{
    color: #9107D1;
}
.employee-item .position{
    font-weight: 600;
}
.section .employees-list{
    justify-content: flex-start;
    max-width: 1350px;
    margin-left: auto;
    transition: opacity .7s linear .3s;
}
.section:not(.is-inview) .employees-list{
    opacity: 0;
}
.section .employees-list .employee-item{
    width: calc(25% - 15px);
    margin-right: 20px;
}
/*Employee inner*/
.employee-box{
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 0 84px;
}
.employee-box:last-child{
    margin-bottom: 0;
}
.employee-box .img{
    width: 50.23364485981308%;
    max-width: 645px;
}
.employee-box .img .sub-box{
    position: relative;
}
.employee-box .parallax-img-box{
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.employee-box .parallax-img-box img{
    width: 100%;
    max-width: 100%;
    margin: -7.75% 0;
}
.employee-box .img .label{
    position: absolute;
    z-index: 4;
    left: -70px;
    bottom: 35px;
    font-size: 16px;
    line-height: 1.425em;
    color: #fff;
    padding: 10px 16px;
    background: #360978;
    transform: translate3d(0, 0, 0);
}
.employee-box .description{
    flex: 1;
    /*max-width: 570px;*/
    margin-left: 4.96296296296296%;
}
.employee-box .name{
    font-weight: 600;
    font-size: 44px;
    line-height: 1.14em;
    color: #0b0e29;
    margin: 0 0 14px;
}
.employee-box .position{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625em;
    margin: 0 0 7px;
}
.employee-box .location{
    font-size: 16px;
    line-height: 1.425em;
    margin: 0 0 7px;
}
.employee-box hr, .employee-description hr{
    margin: 25px 0 26px;
    background: rgba(11, 14, 41, .1);
}
.description-data-item{
    margin: 18px 0;
}
.description-data-item .sub-title{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4em;
    color: #5b5e70;
    margin: 0 0 9px;
}
.inline-links{
    font-size: 16px;
    line-height: 1.625em;
    color: #0b0e29;
    margin: 10px 0;
}
.employee-box .inline-links{
    margin: 8px 0 -4px;
}
.inline-links li{
    display: inline;
    padding: 0;
    margin: 0;
    background: none;
}
.inline-links a{
    font-weight: 600;
    color: #0b0e29;
    text-decoration: none;
    border-bottom: 1px solid rgba(11, 14, 41, .2);
}
.no-touchevents .inline-links a:hover{
    color: #9107D1;
    border-color: transparent;
}
.inline-links .separator{
    display: inline-block;
    vertical-align: top;
    width: 3px;
    height: 3px;
    margin: 12px 10px 17px;
    background: #0b0e29;
}
.inline-links .separator:last-child{
    opacity: 0;
    margin-left: -1px;
    margin-right: 0;
    width: 0;
}
.langs-inline{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.4em;
    color: #0b0e29;
    margin: 10px -24px 10px 0;
}
.description-item .langs-inline:last-child{
    margin: 0;
}
.langs-inline li{
    padding: 0;
    margin: 0 24px 6px 0;
    background: none;
}
.inline-contacts-links{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 23px 0 -6px;
}
.inline-contacts-links .social-links{
    margin: 0;
}
.inline-contacts-links a{
    margin: 0 15px 15px 0;
}
.inline-contacts-links a:last-child{
    margin-right: 0;
}
.rectangle-link, .rectangle-links{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
    color: #0b0e29;
    text-decoration: none;
    padding: 13px 15px;
    background: #e2e5eb;
}
.rectangle-link, .rectangle-links a{
    font-weight: 600;
}
.rectangle-link[href^="mailto:"]{
    word-wrap: break-word;
    /*	white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;*/
}
.no-touchevents .rectangle-link:hover, .no-touchevents .rectangle-links:hover{
    /* color: #fff;
    background: #9107D1;*/
}
.no-touchevents .rectangle-links{
    transition: background .2s ease;
}
.rectangle-link.has-icon, .rectangle-links.has-icon{
    position: relative;
    padding-left: 48px;
}
.no-touchevents .rectangle-links a, .no-touchevents .rectangle-links span{
    transition: color .2s ease;
}
.no-touchevents .rectangle-links:hover *{
    /* color: #fff;*/
}
.rectangle-links p, .contact-us-popup .contacts .rectangle-links p{
    margin: 0 0 14px;
}
.rectangle-links p span{
    margin: 0 0 0 10px;
}
.no-touchevents .rectangle-links:hover span{
    /*color: rgba(255, 255, 255, .8);*/
}
.no-touchevents .rectangle-links a:hover, .no-touchevents .rectangle-link:hover{
    color: #9107D1;
}
.rectangle-links p:last-of-type, .contact-us-popup .contacts .rectangle-links p:last-of-type{
    margin-bottom: 0;
}
.rectangle-link .icon, .rectangle-links .icon{
    position: absolute;
    left: 13px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.rectangle-link .icon svg, .rectangle-links .icon svg{
    max-width: 100%;
    height: auto;
}
.no-touchevents .rectangle-link svg *, .no-touchevents .rectangle-links svg *{
    transition: fill .2s ease;
}
/*.no-touchevents .rectangle-link:hover svg *, .no-touchevents .rectangle-links:hover svg *{
    fill: #fff;
    }*/
.download-link, .tooltip-box{
    position: relative;
    z-index: 30;
    display: table;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    color: #0b0e29;
    padding: 11px 27px 13px;
    margin: 16px 0;
    border: 1px solid rgba(11, 14, 41, .1);
    transition: all .2s ease;
    cursor: pointer;
}
.no-touchevents .download-link:hover, .no-touchevents .tooltip-box:hover, .tooltip-box.opened{
    color: #9107D1;
    border-color: #9107D1;
}
.download-link span, .tooltip-box span{
    border-bottom: 1px dashed #0b0e29;
    transition: border .2s ease;
}
.no-touchevents .download-link:hover span, .no-touchevents .tooltip-box:hover span, .tooltip-box.opened span{
    border-color: transparent;
}
.employee-box .bg-text{
    position: absolute;
    right: -30vw;
    bottom: -1.5vw;
}
.tooltip-box{

}
.tooltip-content{
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 21px);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.67em;
    text-align: left;
    color: #484848;
    padding: 50px;
    width: 640px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border: 1px solid rgba(11, 14, 41, .1);
    cursor: default;
}
.tooltip-content > p:first-of-type{
    margin-top: 0;
}
.tooltip-content > *:last-child{
    margin-bottom: 0;
}
.tooltip-content:before, .tooltip-content:after{
    content: '';
    display: block;
    position: absolute;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}
.tooltip-content:after{
    top: -30px;
    border-color: transparent transparent #fff transparent;
}
.tooltip-content:before{
    top: -31px;
    border-color: transparent transparent rgba(11, 14, 41, .1) transparent;
}
.employee-box .js-open-mobile-dropdown .arrow{
    display: none;
    vertical-align: top;
    margin: 9px 0 0 4px;
}
.employee-box .js-open-mobile-dropdown.active .arrow{
    transform: scaleY(-1);
}
/*Anchors nav*/
.anchors-nav{
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 -50px 40px 0;
    padding-bottom: 16px;
}
.anchors-nav:after{
    content: '';
    position: absolute;
    left: 0;
    right: 50px;
    bottom: 0;
    height: 1px;
    background: rgba(11, 14, 41, .1);
}
.anchors-nav a{
    color: #0b0e29;
    text-decoration: none;
    margin: 0 50px 12px 0;
}
.anchors-nav a span{
    border-bottom: 1px dashed #0b0e29;
    transition: border .2s ease;
}
.no-touchevents .anchors-nav a:hover span{
    border-color: transparent;
}
/*Text aside grid*/
.text-aside-grid{
    display: flex;
    margin: 0 0 0 auto;
    max-width: 1350px;
}
.text-aside-grid.full-width{
    max-width: none;
}
.text-aside-grid .text-box{
    flex: 1;
    margin-right: 70px;
}
.text-aside-grid .text-box > *:first-child{
    margin-top: 0;
}
.text-aside-grid .text-box > *:last-child{
    margin-bottom: 0;
}
.text-aside-grid .static-box > *:first-child{
    margin-top: 0;
}
.text-aside-grid .static-box > *:last-child{
    margin-bottom: 0;
}
.text-aside-grid .static-box + *{
    margin-top: 104px;
}
.text-aside-grid .static-box .layout-indent-box{
    max-width: 780px;
}
.text-aside-grid.no-aside .text-box{
    max-width: 850px;
}
.text-aside-grid .static-box .layout-indent-box ul{
    margin-left: 0;
}
.text-aside-grid .aside{
    width: 500px;
}
.text-aside-grid .aside > *:first-child{
    margin-top: 0;
}
.text-aside-grid .aside > *:last-child{
    margin-bottom: 0;
}
.quotes-slider .swiper-slide{
    padding-bottom: 2px;
}
.text-aside-grid .aside blockquote{
    padding: 50px;
    margin: 0;
    border-color: rgba(11, 14, 41, .1);
}
.quotes-slider .slider-controls{
    margin-top: 30px;
}
.quotes-slider .swiper-pagination-progressbar{
    background: rgba(11, 14, 41, .1);
}
.quotes-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #0b0e29;
}
/*Inner page links*/
.inner-page-links{
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.32em;
    color: #0b0e29;
    margin: 0 -56px 57px 0;
}
.inner-page-link{
    text-decoration: none;
    color: #0b0e29;
    padding: 9px 0 10px;
    margin: 0 56px 8px 0;
    cursor: pointer;
    transition: color .1s ease, background .1s ease;
}
.inner-page-link.active{
    color: #fff;
    padding: 9px 16px 10px;
    background: #9107D1;
    cursor: default;
    pointer-events: none;
}
.no-touchevents .inner-page-link:not(.active):hover{
    color: #9107D1;
}
/*Press center filter*/
.press-center-filtering-box.loading{
    background: url("../i/loader2.svg") no-repeat 50% 50px/64px auto;
}
.press-center-filter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 90px;
    padding-top: 25px;
    border-top: 1px solid #bec7d5;
}
.inner-page-links + .press-center-filter{
    margin-top: -40px;
}
.press-center-filter .filter-field-name{
    font-size: 14px;
    line-height: 21px;
    white-space: nowrap;
    color: #484848;
    margin: 6px 9px 6px 0;
}
.press-center-filter .filter-field{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 40px 16px 0;
}
.press-center-filter .filter-select + .select2-container{
    min-width: 292px;
}
.press-center-filter .filter-select.large-size + .select2-container{
    min-width: 325px;
}
.press-center-filter .js-clear-press-filter{
    display: none;
    margin: 0 0 16px;
}
.press-center-filter .js-clear-press-filter.visible{
    display: inline-flex;
}
/*=========================END OF MAIN=========================*/
/*Aside*/
#static-layout-grid-box #aside{
    width: 37.03703703703704%;
    max-width: 500px;
    margin-left: auto;
    /*	background: rgba(0, 0, 0, .05);*/
}
.aside-box-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25em;
    color: #0b0e29;
    margin: 0 0 38px;
}
.box-title{
    font-family: 'Geologica';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6em;
    color: #0b0e29;
    margin: 0 0 40px;
}
/*Authors list*/
.authors-list{
    margin: 0 0 64px;
}
.author-item{
    display: flex;
    align-items: center;
    font-weight: 600;
}
.authors-list .author-item{
    padding-bottom: 38px;
    margin-bottom: 38px;
    border-bottom: 1px solid #bec7d5;
}
.author-item .img{
    display: block;
    line-height: 0;
    max-width: 160px;
    min-width: 160px;
}
.author-item .img img{
    margin: 0;
    max-width: 100%;
}
.author-item .text{
    flex: 1;
    margin-left: 20px;
    max-width: 285px;
}
.author-item .text > *:first-child{
    margin-top: 0;
}
.author-item .text > *:last-child{
    margin-bottom: 0;
}
.author-item .name{
    font-size: 20px;
    line-height: 1.2em;
    color: #0b0e29;
    margin: 0 0 6px;
}
.author-item .name a{
    color: #0b0e29;
    text-decoration: none;
}
.no-touchevents .author-item .name a:hover, .author-item.on-hover .name a{
    color: #9107D1;
}
.author-item .position{
    font-size: 16px;
    line-height: 1.5em;
    color: #484848;
    margin: 6px 0 0;
}
/*Similar articles*/
.similar-articles-box{
    padding: 54px 50px;
    background: #f1f4f9;
}
.similar-articles-box .aside-box-title{
    margin-bottom: 28px;
}
.similar-articles-box .similar-article:not(:last-child){
    padding-bottom: 29px;
    margin-bottom: 26px;
    border-bottom: 1px solid #bec7d5;
}
.similar-article .title{
    font-family: 'Geologica';
    font-size: 20px;
    line-height: 1.55em;
    color: #0b0e29;
    margin: 0;
}
.similar-article .title a{
    color: #0b0e29;
    text-decoration: none;
    padding: 3px 0;
}
.no-touchevents .similar-article .title a:hover{
    color: #9107D1;
}
.similar-article .time{
    margin: 14px 0 0;
}
/*Sections*/
.section{
    position: relative;
    padding: 124px 0 150px;
    overflow: hidden;
}
.section.no-top-indent{
    padding-top: 0;
}
.section + .section{
    margin-top: -1px;
}
.section.has-bg{
    overflow: hidden;
}
.plain-bg-section{
    background: #f1f4f9;
}
.section-title-box{
    display: flex;
    align-items: flex-start;
}
.section-title-box .arrow-link{
    margin: 16px 0 0 auto;
    transition: opacity .6s linear .5s;
}
.section:not(.is-inview) .section-title-box .arrow-link{
    opacity: 0;
}
.section-title-box .section-title{
    margin-right: 64px;
}
.section .arrow-link.mobile-visible{
    display: none;
}
.section .section-title{
    margin: 0 0 60px;
}
.section .section-title.link-view{
    display: inline-block;
    vertical-align: top;
    color: #0b0e29;
    text-decoration: none;
    pointer-events: none;
}
.section .section-title.link-view .arrow{
    display: none;
}
.section-in-brief{
    font-weight: 300;
    font-size: 30px;
    line-height: 1.53em;
    letter-spacing: .01em;
    color: #0b0e29;
    max-width: 1350px;
    margin: 0 0 0 auto;
    transition: opacity .7s linear .5s, transform .5s linear .3s;
}
.section:not(.is-inview) .section-in-brief{
    opacity: 0;
    transform: translateY(40px);
}
.section-in-brief + *{
    margin-top: 140px;
}
.section-in-brief > *{
    max-width: 1040px;
}
.section-in-brief p{
    margin: 20px 0;
}
.section-in-brief > *:first-child{
    margin-top: 0;
}
.section-in-brief > *:last-child{
    margin-bottom: 0;
}
.section .section-bg{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
}
.section .bg-text{
    position: absolute;
    bottom: 14px;
}
/*About section*/
.about-section{
    padding: 110px 0 320px;
    overflow: hidden;
}
.about-section .about-grid{
    display: flex;
    align-items: flex-start;
    max-width: 1350px;
    margin: 0 0 0 auto;
}
.about-grid .advantages-box{
    width: 472px;
    margin: 42px 0 0;
    transition: opacity .7s linear .5s;
}
.about-section:not(.is-inview) .about-grid .advantages-box{
    opacity: 0;
}
.advantage-item{
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
    padding: 0 0 31px 48px;
    margin-bottom: 36px;
}
.advantage-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.advantage-item .icon{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    max-width: 24px;
    height: 24px;
}
.advantage-item .icon svg{
    max-width: 100%;
    height: auto;
}
.advantage-item > p:last-of-type{
    margin-bottom: 0;
}
.advantage-item .title{
    font-family: 'Geologica';
    font-size: 21px;
    line-height: 1.55em;
    color: #0b0e29;
    margin: 0 0 12px;
}
.advantage-item:not(:last-child):after{
    content: '';
    position: absolute;
    left: 48px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #bec7d5;
}
.about-grid .img-box{
    flex: 1;
    margin: 0 0 0 7.85185185185185%;
    transition: opacity .7s linear .75s;
}
.about-section:not(.is-inview) .about-grid .img-box{
    opacity: 0;
}
.about-grid .img-box img{
    margin: 0;
    max-width: 100%;
}
.about-grid .img-box .bg-img{
    position: relative;
    padding-left: 23.3160621761658%;
}
.about-grid .img-box .bg-img img{
    position: relative;
    z-index: 2;
    width: 81.75675675675676%;
}
.about-grid .img-box .bg-img:before{
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 16.547%;
    bottom: 9.355%;
    background: #f1f4f9;
}
.about-grid .img-box .bordered-img{
    position: relative;
    z-index: 3;
    margin: -20.725% 0 0 6.99481865284974%;
    width: 38.86010362694301%;
}
.about-grid .img-box .bordered-img:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 20px;
    top: 20px;
    width: 100%;
    height: 100%;
    border: 1px solid #9107D1;
}
.about-section .section-bg{
    background-position: 50% 100%;
    background-size: 100% auto;
}
.about-section .bg-text{
    z-index: 2;
    bottom: 52px;
    right: 0;
}
/*Team section*/
.team-section{
    background: #fff;
}
/*Our values*/
.section.our-values-section{
    padding-top: 84px;
    overflow: hidden;
}
.our-values-section .section-title{
    color: #fff;
    width: 724px;
    max-width: calc(56% - 90px);
    margin-left: auto;
}
.our-values-section:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1E0C38 0%, #360978 100%);
    transition: transform .75s cubic-bezier(.25, .74, .22, .99);
}
.our-values-section.is-inview:before{
    transform: translateX(44.27083333333333%);
}
.our-values-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px -18px;
    transition: opacity .7s linear .75s;
}
.our-values-section:not(.is-inview) .our-values-list{
    opacity: 0;
}
.our-values-list .value-item{
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.62em;
    color: #5b5e70;
    width: calc(25% - 18px);
    margin: 0 9px 18px;
    padding: 27px;
    min-height: 208px;
    background: #f1f4f9;
    cursor: pointer;
    overflow: hidden;
}
.our-values-list .icon{
    display: flex;
    align-items: center;
    height: 25px;
    margin: 0 0 14px;
}
.our-values-list .icon svg{
    max-height: 25px;
}
.our-values-list p{
    margin: 0;
}
.our-values-list .title{
    font-size: 20px;
    line-height: 1.2em;
    color: #0b0e29;
    margin: 0 0 10px;
}
.our-values-list .description{
    position: absolute;
    z-index: 2;
    left: 0;
    right: -1px;
    top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75em;
    color: #fff;
    height: 100%;
    padding: 34px 27px;
    background: #9107D1;
    transform: translateY(calc(100% - 5px));
    transition: transform .3s ease;
}
.no-touchevents .our-values-list .value-item:hover .description, .touchevents .opened-description .description{
    transform: none;
}
.our-values-section .section-bg{
    width: 44.27083333333333%;
    background-position: 50% 70%;
}
/*We do section*/
.section .arrow-links-list{
    margin-bottom: 10px;
    transition: opacity .7s linear .3s;
}
.section:not(.is-inview) .arrow-links-list{
    opacity: 0;
}
.arrow-links-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -47px auto;
    max-width: 1350px;
}
.arrow-links-list .col{
    width: calc(33.333333% - 40px);
    padding: 0 0 16px;
    margin: 0 60px 47px 0;
    border-bottom: 1px solid rgba(132, 135, 143, .3);
}
.arrow-links-list .col:nth-child(3n){
    margin-right: 0;
}
.arrow-links-list .arrow-link{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    color: #0b0e29;
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
}
.arrow-links-list .arrow-link svg{
    top: -2px;
}
.arrow-links-list .arrow-link svg *{
    fill: #0b0e29;
}
.no-touchevents .arrow-links-list .arrow-link:hover svg *{
    fill: #9107D1;
}
.we-do-section .bg-text{
    z-index: 2;
    left: 0;
}
.we-do-section .section-bg{
    top: -4vw;
}
.we-do-section .section-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff 22.19%, rgba(255, 255, 255, 0) 72.17%);
}
/*Start cooperation*/
.start-cooperation-section{
    position: relative;
    color: rgba(255, 255, 255, .7);
    padding: 149px 0 183px;
    background: #360978;
}
.start-cooperation-section.light-view{
    color: #5b5e70;
    background: #fff;
    background-position: 50% 100%;
}
.start-cooperation-section .grid-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1112px;
}
.start-cooperation-section .h5{
    line-height: 1.380952380952381em;
    letter-spacing: .02em;
    color: #fff;
    margin: 0;
    width: 51%;
}
.start-cooperation-section.light-view .h5{
    color: #0b0e29;
}
.start-cooperation-section .text-box{
    flex: 1;
    max-width: 480px;
    margin-left: 64px;
    padding-top: 20px;
    transition: opacity .7s linear .6s;
}
.start-cooperation-section:not(.is-inview) .text-box{
    opacity: 0;
}
.start-cooperation-section .text-box p{
    max-width: 360px;
}
.start-cooperation-section .text-box p.no-max-w{
    max-width: 456px;
}
.start-cooperation-section .btn{
    margin: 44px 0 0;
}
.start-cooperation-section .text-box > *:first-child{
    margin-top: 0;
}
.start-cooperation-section .text-box > *:last-child{
    margin-bottom: 0;
}
.start-cooperation-section .bg-text{
    z-index: 2;
    left: -23px;
    bottom: 10px;
}
.start-cooperation-section.light-view .bg-text{
    color: rgba(25, 25, 105, .03);
}
.start-cooperation-section.light-view .section-bg{
    top: -30px;
    bottom: -30px;
}
/*Reviews section*/
.reviews-section{
    padding: 358px 0 150px;
}
.reviews-section .section-bg{
    background-size: 100% auto;
    background-position: 50% 0;
}
/*Programm section*/
.section.programm-section{
    padding-bottom: 315px;
}
.programm-list{
    margin: 0;
    padding: 0 0 0 130px;
    max-width: none;
    transition: opacity .7s linear .5s, transform .5s linear .3s;
}
.programm-section:not(.is-inview) .programm-list{
    opacity: 0;
    transform: translateY(40px);
}
.programm-list li{
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
    color: #484848;
    padding: 15px 50px;
    margin: 0 0 26px;
    background: none;
    border: 1px solid rgba(39, 40, 39, .1);
}
.programm-list li:last-child{
    margin-bottom: 0;
}
.programm-list .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.67em;
    margin: 3px 0 5px;
}
.programm-list p{
    margin: 5px 0;
}
.programm-list li > *:first-child{
    margin-top: 0;
}
.programm-list li > *:last-child{
    margin-bottom: 0;
}
.programm-list li:before{
    content: '';
    position: absolute;
    top: 28px;
    left: -118px;
    width: 5px;
    height: 5px;
    background: #0b0e29;
    box-shadow: 0 0 0 11px #f1f4f9, 0 0 0 12px #bec7d5;
}
.programm-list li:not(:last-child):after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 45px;
    bottom: -44px;
    left: -116px;
    width: 1px;
    background: #bec7d5;
}
.programm-section .bg-text{
    right: -470px;
    bottom: 64px;
}
/*Rss section*/
.form-section{
    padding: 120px 0 130px;
    background: #360978;
}
.text-form-grid{
    display: flex;
    flex-wrap: wrap;
}
.text-form-grid .text-box{
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    width: 40%;
    min-width: 400px;
    max-width: 490px;
    transition: opacity .5s linear .1s;
}
.form-section:not(.is-inview) .text-form-grid .text-box{
    opacity: 0;
}
.form-section .text-form-grid .text-box{
    color: #fff;
}
.text-form-grid .title{
    font-family: 'Geologica';
    font-weight: 300;
    font-size: 32px;
    line-height: 1.3em;
    margin: 0 0 20px;
}
.text-form-grid .text-box a{
    font-weight: 600;
}
.form-section .text-form-grid .text-box a{
    color: #fff;
}
.no-touchevents .form-section .text-form-grid .text-box a:hover{
    color: #9107D1;
}
/*.form-section:not(.is-inview) .text-form-grid .text-box{
	opacity: 0;
	}*/
.text-form-grid .text-box > *:first-child{
    margin-top: 0;
}
.text-form-grid .text-box > *:last-child{
    margin-bottom: 0;
}
.text-form-grid .form-box{
    width: 53.33333333333333%;
    margin: 6px 0 0 auto;
    transition: opacity .5s linear .2s;
}
.form-section:not(.is-inview) .text-form-grid .form-box{
    opacity: 0;
}
.text-form-grid .form-box .form{
    margin: 0;
}
/*Our advantages section*/
.our-advantages-section{
    background: #f1f4f9;
}
.accordion-slider-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 70px;
    margin: 0 0 0 auto;
    transition: opacity .75s linear .5s;
}
.section:not(.is-inview) .accordion-slider-box{
    opacity: 0;
}
.section-title + .accordion-slider-box{
    margin-top: -47px;
}
.accordion-slider-box .accordion-bullets{
    width: 532px;
    margin: 68px 0 0;
    transition: opacity 1s ease .5s;
}
.our-advantages-section:not(.is-inview) .accordion-slider-box .accordion-bullets{
    opacity: 0;
}
.accordion-slider-box .bullet-item{
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 33px;
    border-bottom: 1px solid rgba(39, 40, 39, .1);
    transition: height 1s ease;
}
.accordion-slider-box .bullet-item:last-child{
    margin-bottom: 0;
}
.accordion-slider-box .bullet-item .progress-box{
    position: absolute;
    top: -4px;
    left: -70px;
    transition: opacity .1s ease;
    transform: scaleY(-1) rotate(90deg);
}
.our-advantages-section .progress{
    stroke-dasharray: 136px;
}
.accordion-slider-box .bullet-item.active .progress-box{
    transition-delay: .15s;
}
.accordion-slider-box .bullet-item:not(.active) .progress-box{
    opacity: 0;
}
.accordion-bullets .img{
    display: none;
    overflow: hidden;
}
.accordion-bullets .img img{
    margin: -3.1vw 0;
    max-width: 100%;
}
.accordion-slider-box .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    color: #0b0e29;
    margin: 0;
    transition: color .2s ease;
}
.accordion-slider-box .dropdown{
    display: none;
    font-size: 16px;
    line-height: 1.75em;
    color: #484848;
}
.accordion-slider-box .dropdown > *:first-child{
    margin-top: 15px;
}
.accordion-slider-box .dropdown > *:last-child{
    margin-bottom: 0;
}
.accordion-slider-box .accordion-img-slider{
    width: calc(100% - 572px);
    max-width: 720px;
    margin-left: 40px;
}
.accordion-slider-box .accordion-img-slider .swiper-container{
    transform: translate3d(0, 0, 0);
}
.accordion-slider-box .accordion-img-slider .swiper-container:after{
    content: '';
    position: absolute;
    z-index: 3;
    right: 0;
    top: -3px;
    width: 0;
    bottom: -3px;
    background: #f1f4f9;
    transition: width .75s ease .75s;
    transform: translate3d(0, 0, 0);
}
.our-advantages-section:not(.is-inview) .accordion-slider-box .accordion-img-slider .swiper-container:after{
    width: 100%;
}
.accordion-img-slider .swiper-slide{
    padding: 1px 0;
}
.accordion-img-slider .swiper-slide .parallax-img-box{
    margin: 0;
}
.accordion-img-slider .swiper-pagination{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #646564;
    margin: 0 0 18px;
    transition: opacity .75s ease 1.2s;
}
.our-advantages-section:not(.is-inview) .accordion-img-slider .swiper-pagination{
    opacity: 0;
}
.accordion-img-slider .swiper-pagination .current{
    font-weight: 300;
    font-size: 56px;
    line-height: 1em;
    color: #0b0e29;
    margin: -6px 0 0;
}
.our-advantages-section .bg-text{
    right: -272px;
    bottom: 14px;
}
/*Why we section*/
.why-we-section .accordion-slider-box{
    margin-top: 0;
}
.why-we-section .bg-text{
    right: 5%;
    bottom: 14px;
}
/*Directions section*/
.directions-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -20px auto;
    max-width: 1350px;
    transition: opacity .75s ease .5s;
}
.directions-section:not(.is-inview) .directions-list{
    opacity: 0;
}
.directions-list .direction-item{
    font-size: 16px;
    line-height: 1.75em;
    width: calc(50% - 10px);
    padding: 42px 46px 45px;
    margin: 0 0 20px;
    border: 1px solid #bec7d5;
}
.directions-list .direction-item.hidden{
    display: none;
    opacity: 0;
}
.directions-list p{
    margin: 0 0 13px;
}
.directions-list .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    color: #0b0e29;
}
.directions-list .employee{
    font-weight: 600;
}
.directions-list .employee a{
    color: #0b0e29;
}
.no-touchevents .directions-list .employee a:hover{
    color: #9107D1;
}
.directions-list hr{
    margin: 28px 0;
    background: #bec7d5;
}
.directions-list .description-box > *:first-child{
    margin-top: 0;
}
.directions-list .description-box > *:last-child{
    margin-bottom: 0;
}
.directions-list .vacancies-anchors-box p{
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #5b5e70;
    margin: 0 0 8px;
}
.directions-list .anchors-nav{
    margin: 0 -24px -6px 0;
    padding: 0;
}
.directions-list .anchors-nav a{
    margin: 0 24px 6px 0;
}
.directions-list .anchors-nav:after{
    display: none;
}
/*Suitable trainings section*/
.speaker-section + .suitable-trainings-section{
    padding-top: 0;
}
.trainings-grid{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -20px auto;
    max-width: 1350px;
    transition: opacity .75s ease .75s;
}
.section:not(.is-inview) .trainings-grid{
    opacity: 0;
}
.training-item{
    position: relative;
    font-size: 15px;
    line-height: 1.6em;
    color: #0B0E29;
    max-width: 438px;
    width: calc(33.33333333% - 13.33333333333333px);
    margin: 0 20px 20px 0;
    padding: 24px 33px 111px;
    text-decoration: none;
}
.projects-section .training-item{
    color: #fff;
}
.filtering-box .trainings-grid{
    justify-content: space-between;
}
.filtering-box .trainings-grid .training-item{
    width: calc(50% - 10px);
    margin: 0 0 20px;
}
.no-touchevents a.training-item:hover{
    color: #fff;
}
.training-item:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #BEC7D5;
    transition: background .2s ease;
}
.projects-section .training-item:before{
    border-color: rgba(255, 255, 255, .1);
}
.no-touchevents a.training-item:hover:before, .no-touchevents .projects-section  a.training-item:hover:before{
    background: #9107D1;
    border-color: transparent;
}
.training-item .icon-box{
    display: flex;
    align-items: center;
    margin: 0 0 14px;
}
.training-item .icon{
    display: flex;
    align-items: center;
    height: 31px;
}
.training-item .icon svg{
    max-height: 31px;
}
.training-item .arrow{
    margin: 0 0 0 auto;
}
.no-touchevents .training-item .icon-box svg *{
    transition: fill .2s ease;
}
.training-item .icon-box svg *, .projects-section .training-item .arrow svg *{
    fill: #9107D1;
}
.no-touchevents a.training-item:hover .icon-box svg *{
    fill: #fff;
}
.training-item .title{
    font-family: 'Geologica';
    font-size: 22px;
    line-height: 1.25em;
    margin: 0 0 12px;
}

.training-item a{
    color: #484848;
}
.no-touchevents a.training-item:hover a{
    color: #fff;
}

.training-data{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625em;
    letter-spacing: .01em;
}

.training-data .time, .training-item.fixed-height .time{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625em;
    letter-spacing: .01em;
    color: #0B0E29;
    margin: 0 0 0 24px;
    transition: color .2s ease;
}
.training-data .status{
    color: #fff;
    padding: 2px 10px;
    background: #9107D1;
    transition: background .2s ease, color .2s ease;
}
.no-touchevents a.training-item:hover .time, .no-touchevents a.training-item:hover .training-teachers p, .projects-section .training-item .time, .projects-section .training-teachers p{
    color: #fff;
}
.no-touchevents a.training-item:hover .in-brief{
    color: rgba(255, 255, 255, .6);
}
.no-touchevents a.training-item:hover .status{
    color: #9107D1;
    background: #fff;
}
.training-item .in-brief{
    color: #484848;
    transition: color .2s ease;
}
.projects-section .training-item .in-brief{
    color: rgba(255, 255, 255, .7);
}




.training-teachers{
    display: flex;
    flex-wrap: wrap;
    margin: 16px -5px -5px 0;
}
.training-teachers p{
    font-weight: 600;
    font-size: 15px;
    line-height: 1.625em;
    color: #484848;
    width: 100%;
    margin: 0 0 12px;
    transition: color .2s ease;
}


.training-teachers img{
    width: auto;
    max-width: calc(33% - 5px);
    margin: 0 5px 5px 0;
}
.training-item .price-box{
    position: absolute;
    left: 33px;
    bottom: 32px;
    right: 33px;
    padding: 24px 0 0;
    border-top: 1px solid #BEC7D5;
}
.projects-section .training-item .price-box{
    border-color: rgba(255, 255, 255, .1);
}
.no-touchevents a.training-item:hover .price-box{
    border-color: #fff;
}
.training-item .training-price{
    color: #484848;
    margin: 0;
    transition: color .2s ease, border .2s ease;
}
.projects-section .training-item.hidden{
    display: none;
    opacity: 0;
}
.projects-section .training-item .training-price{
    color: rgba(255, 255, 255, .7);
}
.training-item .training-price span{
    color: #0B0E29;
    transition: color .2s ease;
}
.projects-section .training-item .training-price span{
    color: #fff;
}
.no-touchevents a.training-item:hover .training-price, .no-touchevents a.training-item:hover .training-price span{
    color: #fff;
    border-color: #fff;
}

.training-item.fixed-height{
    min-height: 426px;

}
.training-item.fixed-height.no-price{
    padding-bottom: 40px;
}
.training-item.fixed-height .title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 12px 0;
    min-height: 56px;
    overflow: hidden;
}
.training-item.fixed-height .in-brief{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.training-item.fixed-height .status{
    font-size: 14px;
}
.training-item.fixed-height .time{
    margin: 0 0 12px;
}
.training-item.fixed-height .training-teachers p{
    margin: 0 0 6px;
}
.training-teachers .names{
    font-weight: 400;
    font-size: 15px;
    margin: 6px 0;
}
/*Vacancies section*/
.vacancies-section{
    color: #fff;
    background: #383938;
}
.vacancies-section .section-title{
    color: #fff;
}
.vacancies-section .section-bg{
    background-position: 50% 0;
}
.section-title + .accordion{
    margin-top: -54px;
}
.accordion{
    max-width: 1350px;
    margin-left: auto;
    transition: opacity .75s ease .5s;
}
.section:not(.is-inview) .accordion{
    opacity: 0;
}
.accordion + .accordion, .join-team-box + .accordion, .section .join-team-box + .section-title{
    margin-top: 130px;
}
.accordion .item{
    padding: 54px 0 51px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.accordion .title{
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    min-height: 60px;
    padding: 0 160px 0 152px;
    margin: 0;
    cursor: pointer;
    transition: color .2s ease;
}
.no-touchevents .accordion .title:hover{
    color: #9107D1;
}
.accordion .num{
    position: absolute;
    top: 1px;
    left: 46px;
    font-weight: 300;
    font-size: 56px;
    line-height: 1em;
    color: rgba(255, 255, 255, .1);
    transition: color .2s ease, opacity .2s ease;
}
.no-touchevents .accordion .title:hover .num{
    color: rgba(145, 7, 209, .4);
}
.accordion .icon{
    position: absolute;
    top: 0;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57px;
    height: 57px;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: background .2s ease, border .2s ease;
}
.no-touchevents .accordion .title:hover .icon{
    background: #9107D1;
    border-color: #9107D1;
}
.accordion .opened .title .vertical{
    display: none;
}
.accordion .dropdown{
    padding: 27px 0 4px;
    margin-left: 152px;
    max-width: 780px;
    display: none;
    cursor: default;
}
.accordion .dropdown > *:first-child{
    margin-top: 0;
}
.accordion .dropdown > *:last-child{
    margin-bottom: 0;
}
.accordion .sub-title{
    font-size: 1em;
    line-height: 1.666666666666667em;
    margin: 25px 0 15px;
}
.accordion .dropdown > *:not(.sub-title):not(.btn){
    margin-left: 40px;
}
.accordion li{
    background-image: url("../i/list-bullet-light.svg");
}
.accordion li:last-child{
    margin-bottom: 0;
}
.accordion .btn{
    margin: 45px 0 0;
    width: 335px;
    max-width: 100%;
}
.join-team-box{
    display: flex;
    margin: 130px 0 0;
}
.join-team-box .title{
    font-weight: 300;
    font-family: 'Geologica';
    font-size: 32px;
    line-height: 1.31em;
    margin: 0;
    width: 42.25352112676056%;
}
.join-team-box .text{
    flex: 1;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    color: rgba(255, 255, 255, .9);
    max-width: 784px;
    margin-left: auto;
    padding-left: 64px;
}
.join-team-box .text > *:first-child{
    margin-top: 0;
}
.join-team-box .text > *:last-child{
    margin-bottom: 0;
}
.join-team-box .btn{
    margin: 45px 0 0;
    width: 335px;
    max-width: 100%;
}
/*Faq section*/
.faq-section{
    color: #fff;
    background: #383938;
}
.faq-section .section-title{
    color: #fff;
}
.faq-section .section-bg{
    background-position: 50% 0;
}
/*Employees stories section*/
.employees-stories-section{
    background: #fff;
}
.employees-stories-section .section-bg{
    background-size: 100% auto;
    background-position: 50% 0;
}
.stories-slider{
    max-width: 1350px;
    margin-left: auto;
    transition: opacity .75s ease .75s;
}
.section:not(.is-inview) .stories-slider{
    opacity: 0;
}
.stories-slider .swiper-slide{
    font-size: 16px;
    line-height: 1.75em;
    color: #fff;
    height: auto;
    padding: 50px 46px 42px;
    background: #360978;
}
.stories-slider .swiper-slide > *:first-child{
    margin-top: 0;
}
.stories-slider .swiper-slide > *:last-child{
    margin-bottom: 0;
}
.stories-slider .employee-grid{
    display: flex;
    margin: 0 0 22px;
}
.stories-slider .img{
    display: block;
    line-height: 0;
    max-width: 71px;
}
.stories-slider .img img{
    max-width: 100%;
    margin: 0;
}
.stories-slider .text{
    font-size: 14px;
    line-height: 1.71em;
    color: rgba(255, 255, 255, .8);
    align-self: center;
    flex: 1;
    margin-left: 26px;
}
.stories-slider .text p{
    margin: 0;
}
.stories-slider .text .name{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3em;
    color: #fff;
}
.stories-slider .name a{
    color: #fff;
    text-decoration: none;
}
.stories-slider .on-hover .name a, .no-touchevents .stories-slider .text .name a:hover{
    color: #fff;
    text-decoration: underline;
}
.stories-slider .text p + p{
    margin-top: 6px;
}
.stars-rating{
    display: flex;
    margin: 6px 0 0;
}
.stars-rating svg{
    margin: 0 5px 0 0;
}
.stars-rating svg:last-child{
    margin: 0;
}
.stars-rating .empty *{
    fill: none;
    stroke: #9107D1;
    stroke-width: 1px;
}
/*Joint rest section*/
.joint-rest-grid{
    overflow: hidden;
    margin: 0 -3.52112676056338% -7%;
    transition: opacity .75s ease .75s;
}
.section:not(.is-inview) .joint-rest-grid{
    opacity: 0;
}
.joint-rest-grid .item{
    position: relative;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    color: #0b0e29;
    text-decoration: none;
    float: left;
    width: 50%;
    padding: 0 3.52112676056338%;
    margin: 0 0 7%;
}
.joint-rest-grid a{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.joint-rest-grid a p{
    position: absolute;
    z-index: 2;
    left: 40px;
    right: 40px;
    bottom: 34px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.joint-rest-grid a:before, .joint-rest-grid a:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(39, 40, 39, 0.8) 2.59%, rgba(39, 40, 39, 0) 31.68%);
    transition: all .2s ease;
}
.no-touchevents .joint-rest-grid a:hover:before{
    transition-duration: .4s;
}
.no-touchevents .joint-rest-grid a:hover:before, .joint-rest-grid a:after{
    opacity: 0;
}
.joint-rest-grid a:after{
    background: rgba(145, 7, 209, .8);
    transition-duration: .4s;
}
.no-touchevents .joint-rest-grid a:hover:after{
    opacity: 1;
    transition-duration: .2s;
}
.joint-rest-grid img{
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.joint-rest-grid .item p{
    opacity: .9;
    margin: 0;
}
.joint-rest-grid .item .title{
    font-family: 'Geologica';
    font-weight: 300;
    font-size: 32px;
    line-height: 1.31em;
    margin: 0 0 25px;
}
.joint-rest-section .bg-text{
    right: 5%;
    bottom: 14px;
}
/*Our history section*/
.our-history-section{
    color: #fff;
    padding: 124px 0 227px;
}
.our-history-section:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1b1b63;
}
.our-history-section .section-title{
    margin: 0;
}
.our-history-section .section-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff -15.76%, rgba(241, 244, 249, .17) 100%);
}
.timeline{
    position: relative;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: .01em;
    color: rgba(11, 14, 41, .9);
    margin: -67px 0 0;
}
.timeline .item{
    position: relative;
    width: 601px;
    padding-bottom: 16px;
}
.timeline .item:nth-child(odd){
    margin-left: auto;
}
.timeline .item:not(:last-child):before{
    content: '';
    position: absolute;
    left: 650px;
    top: 47px;
    height: calc(100% - 29px);
    width: 1px;
    background: #bec7d5;
    transition: height .75s ease;
}
#all .timeline .item:not(.is-inview):before{
    height: 0;
}
.timeline .item:nth-child(odd):before{
    left: -50px;
}
.timeline .item .dot{
    position: absolute;
    left: calc(100% + 35px);
    top: 18px;
    width: 29px;
    height: 29px;
    /*background: #1D1D53;*/
    border: 1px solid #bec7d5;
    transition: opacity .5s ease;
}
.timeline .item:nth-child(odd) .dot{
    left: -64px;
}
.timeline .item:not(.is-inview) .dot{
    opacity: 0;
}
.timeline .item .dot:before{
    content: '';
    position: absolute;
    left: 11px;
    top: 11px;
    width: 5px;
    height: 5px;
    background: #0b0e29;
}
.timeline .item .text{
    transition: opacity .7s ease .5s, transform .7s ease .5s;
}
.timeline .item:not(.is-inview) .text{
    opacity: 0;
    transform: translateY(40px);
}
.timeline .item .text > *:first-child{
    margin-top: 0;
}
.timeline .item .text > *:last-child{
    margin-bottom: 0;
}
.timeline .title{
    font-weight: 600;
    color: #0b0e29;
    margin: 0 0 15px;
}
.timeline .year-box{
    position: relative;
    margin-bottom: 40px;
}
.timeline .year-box:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgba(11, 14, 41, .1);
    transition: width .6s ease;
}
.timeline .item:not(.is-inview) .year-box:before{
    width: 0;
}
.timeline .year{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    font-size: 56px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #0b0e29;
    padding-bottom: 46px;
}
.timeline .year:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #0b0e29;
    transition: width .6s ease;
}
.timeline .item:not(.is-inview) .year:after{
    width: 0;
}
.timeline .year .text-animate{
    transition: opacity .6s ease;
}
.timeline .item:not(.is-inview) .year .text-animate{
    opacity: 0;
}
.timeline .item:first-child .text, .timeline .item:nth-child(2) .text{
    transition-delay: 1s;
}
.timeline .item:first-child:before, .timeline .item:nth-child(2):before, .timeline .item:first-child .dot, .timeline .item:nth-child(2) .dot, .timeline .item:first-child .year-box:before, .timeline .item:nth-child(2) .year-box:before, .timeline .item:first-child .year:after, .timeline .item:nth-child(2) .year:after, .timeline .item:first-child .year .text-animate, .timeline .item:nth-child(2) .year .text-animate{
    transition-delay: .5s;
}
.our-history-section .bg-text{
    z-index: 2;
    left: 0;
    bottom: 26px;
    color: rgba(25, 25, 105, .03);
}
/*.our-history-section:before, .our-history-section .section-bg{
	transition: opacity 1s ease;
	}
.our-history-section:not(.is-inview):before, .our-history-section:not(.is-inview) .section-bg{
	opacity: 0;
	}*/
/*Partnership section*/
.partners-grid-box{
    max-width: 1350px;
    margin: 78px 0 0 auto;
}
.partners-grid{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625em;
    color: #0b0e29;
    margin: 0 -9px;
    transition: opacity .6s linear .85s;
}
.partnership-section:not(.is-inview) .partners-grid{
    opacity: 0;
}
.partners-grid .item{
    padding: 0 9px;
    margin: 0 0 46px;
    width: 20%;
}
.partners-grid .item.hidden{
    display: none;
    opacity: 0;
}
.partners-grid .img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: calc(100% - 2px);
    background: #fff;
    border: 1px solid rgba(11, 14, 41, .1);
}
.partners-grid img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 70%;
    max-height: 70%;
    margin: 0;
    filter: grayscale(1);
    transition: filter .3s ease;
}
.no-touchevents .partners-grid .on-hover img{
    filter: none;
}
.partners-grid p{
    margin: 16px 0 0;
}
.partners-grid a{
    color: #0b0e29;
    text-decoration: none;
}
.no-touchevents .partners-grid .on-hover a{
    color: rgba(11, 14, 41, .7);
}
.partners-grid p a{
    padding-top: 12px;
}
.partners-grid-box + .js-show-all{
    margin-top: 36px;
}
.partnership-section .bg-text{
    bottom: 174px;
    right: -129px;
}
.partnership-section.all-visible .bg-text{
    bottom: 40px;
}
/*International recognition section*/
.international-recognition-section .section-title{
    color: #fff;
}
.international-recognition-slider{
    font-size: 14px;
    line-height: 1.4em;
    color: rgba(255, 255, 255, .7);
    max-width: 1350px;
    margin: 79px 0 0 auto;
    transition: opacity .7s linear .6s;
}
.international-recognition-section:not(.is-inview) .international-recognition-slider{
    opacity: 0;
}
.international-recognition-slider .swiper-container{
    padding-bottom: 1px;
}
.international-recognition-slider .swiper-slide{
    display: flex;
    align-items: flex-start;
    height: auto;
    padding: 50px 46px 67px;
    border: 1px solid rgba(255, 255, 255, .1);
}
.international-recognition-slider .logo{
    position: relative;
    display: block;
    width: 36.25218914185639%;
    padding-bottom: 36.25218914185639%;
    background: #464646;
}
.no-touchevents .international-recognition-slider a.logo:hover{
    opacity: .7;
}
.international-recognition-slider .logo img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    max-width: 70%;
    max-height: 70%;
    transform: translate3d(-50%, -50%, 0);
}
.international-recognition-slider .text{
    flex: 1;
    margin-left: 34px;
}
.international-recognition-slider .text > *:first-child{
    margin-top: 0;
}
.international-recognition-slider .text > *:last-child{
    margin-bottom: 0;
}
.international-recognition-slider .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
    margin: 0 0 12px;
}
.international-recognition-slider .sub-title{
    color: #fff;
    margin: 12px 0 2px;
}
.international-recognition-slider p{
    margin: 2px 0;
}
.international-recognition-section .section-bg:before, .international-recognition-section .section-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.international-recognition-section .section-bg:after{
    background: rgba(39, 40, 39, .8);
}
/*Mission section*/
.mission-section{
    color: rgba(255, 255, 255, .9);
    padding: 358px 0 284px;
    background: #360978;
    overflow: hidden;
}
.mission-section .section-title{
    color: #fff;
}
.mission-section .in-brief{
    font-weight: 300;
    font-size: 30px;
    line-height: 1.533333333333333em;
    letter-spacing: .01em;
    max-width: 1100px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: opacity .7s linear .4s;
}
.mission-section .container:not(.is-inview) .in-brief{
    opacity: 0;
}
.mission-section .in-brief > *:first-child{
    margin-top: 0;
}
.mission-section .in-brief > *:last-child{
    margin-bottom: 0;
}
.mission-slider{
    margin: 102px 0 0;
    transition: opacity .7s linear .6s;
}
.mission-section .container:not(.is-inview) .mission-slider{
    opacity: 0;
}
.mission-slider .swiper-slide{
    position: relative;
    height: auto;
    min-height: 260px;
    padding: 44px 5.63% 54px;
    background: #360978;
    cursor: pointer;
}
.mission-slider .swiper-slide:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f1f4f9;
    transition: transform .4s cubic-bezier(.25, .74, .22, .99);
}
.no-touchevents .mission-slider .swiper-slide:before{
    transform: translateY(101%);
}
.no-touchevents .mission-slider .swiper-slide:hover:before{
    transform: none;
}
.mission-slider .mission-card{
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.75em;
    color: #484848;
    height: 100%;
    width: 100%;
}
.mission-slider .text{
    margin: 0 0 15px;
    transition: opacity .3s ease, visibility .3s ease;
}
.no-touchevents .mission-slider .text{
    opacity: 0;
    visibility: hidden;
}
.no-touchevents .mission-slider .swiper-slide:hover .text{
    opacity: 1;
    visibility: visible;
}
.mission-slider .text > *:first-child{
    margin-top: 0;
}
.mission-slider .text > *:last-child{
    margin-bottom: 0;
}
.mission-slider .title{
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
    margin: auto 0 0;
    transition: color .2s ease;
}
.touchevents .mission-slider .title{
    color: #0b0e29;
}
.no-touchevents .mission-slider .swiper-slide:hover .title{
    color: #0b0e29;
}
.mission-slider .num{
    position: absolute;
    top: 42px;
    left: 11.1%;
    font-weight: 300;
    font-size: 56px;
    line-height: 1em;
    color: rgba(255, 255, 255, .2);
}
.touchevents .mission-slider .num{
    display: none;
}
.mission-section .section-bg{
    max-height: 874px;
    background-position: 50% 0;
}
.mission-section .section-bg:before, .mission-section .section-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.mission-section .section-bg:after{
    background: linear-gradient(180deg, rgba(25, 25, 105, .17) 35.13%, rgba(25, 25, 105, .54) 70.83%, #360978 100%);
}
.mission-section .bg-text{
    left: -73px;
    bottom: 75px;
    color: rgba(241, 244, 249, .03);
}
/*Our projects section*/
.our-projects-section .bg-text{
    z-index: 2;
    bottom: auto;
    top: 41px;
    right: -100px;
    color: rgba(25, 25, 105, .02);
}
.our-projects-section .project-item{
    color: #484848;
}
.our-projects-section .project-item:before{
    border-color: #bec7d5;
}
.our-projects-section .project-item .title{
    color: #0b0e29;
}
.no-touchevents .our-projects-section .project-item:hover .title{
    color: #fff;
}
.section-title-box + .tabs-box{
    margin-top: 48px;
}
.our-projects-section .tabs-box{
    margin-bottom: 0;
    transition: opacity .6s linear .5s;
}
.our-projects-section:not(.is-inview) .tabs-box{
    opacity: 0;
}
.tabs-nav-grid{
    display: flex;
    align-items: flex-start;
    max-width: 1350px;
    margin: 0 0 64px auto;
}
.tabs-nav-grid .text{
    font-size: 14px;
    line-height: 1.5em;
    color: #484848;
    margin: 8px 0 0;
}
.tabs-nav-grid .mobile-select-view{
    position: relative;
    z-index: 100;
    flex: 1;
}
.tabs-nav-grid .tabs-nav{
    flex: 1;
    margin: 0 -12px -12px 30px;
}
.tabs-nav-grid .tabs-nav .tabs-nav-item{
    font-size: 14px;
    line-height: 1.3em;
    border: 1px solid #eaeaea;
    margin: 0 12px 12px 0;
    padding: 9px 19px;
    transition: color .2s ease, background .2s ease, border .2s ease;
}
.tabs-nav-grid .tabs-nav .tabs-nav-item.active, .no-touchevents .tabs-nav-grid .tabs-nav .tabs-nav-item:hover{
    border-color: #9107D1;
}

.tabs-nav-grid.right-pos{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 38px;
}
.tabs-nav-grid.right-pos .text{
    font-size: 16px;
    line-height: 1.5em;
    color: #484848;
    margin: 4px 20px 0 0;
}
.tabs-nav-grid.right-pos .tabs-nav{
    flex-wrap: wrap;
    flex: none;
    margin: 0 0 -10px -10px;
    max-width: calc(100% - 100px);
}
.tabs-nav-grid.right-pos .tabs-nav .tabs-nav-item{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #0B0E29;
    padding: 3px 10px;
    margin: 0 0 10px 10px;
}
.tabs-nav-grid.right-pos .tabs-nav-item:not(.active), .no-touchevents .tabs-nav-grid.right-pos .tabs-nav-item:hover{
    border-color: transparent;
}
.tabs-nav-grid.right-pos .tabs-nav-item.active{
    color: #fff;
}
.no-touchevents .tabs-nav-grid.right-pos .tabs-nav-item:not(.active):hover{
    color: #9107D1;
}

.js-open-tabs-dropdown{
    position: relative;
    display: none;
    font-size: 16px;
    line-height: 28px;
    color: #0b0e29;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    padding: 10px 48px 10px 16px;
    max-width: 100%;
    background: rgba(255, 255, 255, .4);
    border: 1px solid #eaeaea;
    cursor: pointer;
}
.opened-dropdown .js-open-tabs-dropdown{
    background: #fff;
}
.js-open-tabs-dropdown:after{
    content: '';
    position: absolute;
    right: 21px;
    top: 21px;
    width: 12px;
    height: 7px;
    background: url("../i/select-arrow.svg") no-repeat 0 0/12px auto;
}
.opened-dropdown .js-open-tabs-dropdown:after{
    transform: scaleY(-1);
}


/*Team sub nav*/
.team-sub-nav{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}
.team-sub-nav li{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #0B0E29;
    padding: 4px 11px;
    margin: 0;
    background: none;
}

.team-sub-nav li.active{
    color: #fff;
    background: #9107D1;
}
.team-sub-nav a{
    color: #0B0E29;
    text-decoration: none;
}
.no-touchevents .team-sub-nav a:hover{
    color: #9107D1;
}
.layout-indent-box .team-sub-nav + .tabs-box{
    margin-top: -32px;
}
/*Clients section*/
.clients-section{
    color: rgba(255, 255, 255, .8);
    background: #3a3b3a;
}
.clients-section .section-title{
    color: #fff;
}
.clients-grid{
    display: flex;
}
.clients-grid .title-box{
    font-size: 22px;
    line-height: 1.55em;
    width: 42.25352112676056%;
}
.clients-section .title-box p:not(.h3){
    max-width: 580px;
    transition: opacity .6s linear .4s;
}
.clients-section:not(.is-inview) .title-box p:not(.h3){
    opacity: 0;
}
.clients-grid .logos-slider{
    width: 50.56338028169014%;
    margin: 10px 0 0 auto;
    transition: opacity .6s linear .6s;
}
.clients-section:not(.is-inview) .clients-grid .logos-slider{
    opacity: 0;
}
.clients-grid .logos-slider.mobile-view{
    display: none;
}
.clients-grid .logos-slider .swiper-slide{
    padding-bottom: 1px;
}
.clients-grid .logos-grid{
    margin: 0 -10px -10px 0;
}
.clients-grid .logos-grid .img{
    width: calc(25% - 10px);
    margin: 0 10px 10px 0;
    padding: 30px;
}
.clients-section .bg-section{
    background-size: 100% auto;
    background-position: 100% 100%;
}
/*Projects section*/
.projects-section{
    padding: 142px 0 150px;
    background: #383938;
}
.projects-section .section-title{
    color: #fff;
}
.projects-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 1350px;
    margin: 0 0 -20px auto;
    transition: opacity .6s linear .3s;
}
.projects-section:not(.is-inview) .projects-list{
    opacity: 0;
}
.section-title + .projects-list{
    margin-top: 67px;
}
.filtering-box .projects-list{
    justify-content: space-between;
}
.project-item{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(255, 255, 255, .7);
    padding: 24px 33px;
    text-decoration: none;
}
.filtering-box .project-item{
    color: #484848;
}
.no-touchevents a.project-item:hover{
    color: rgba(255, 255, 255, .7);
}
.projects-list .project-item{
    display: block;
    width: calc(33.33333333% - 13.33333333333333px);
    margin: 0 20px 20px 0;
}
.filtering-box .projects-list .project-item{
    width: calc(50% - 10px);
    margin-right: 0;
}
.projects-list .project-item.hidden{
    display: none;
    opacity: 0;
}
.project-item:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .1);
    transition: background .2s ease;
}
.filtering-box .project-item:before{
    border-color: #bec7d5;
}
.no-touchevents a.project-item:hover:before{
    background: #9107D1;
    border-color: transparent;
}
.project-item > *:first-child{
    margin-top: 0;
}
.project-item > *:last-child{
    margin-bottom: 0;
}
.project-item .icon-box{
    display: flex;
    align-items: center;
    margin: 0 0 14px;
}
.project-item .icon{
    display: flex;
    align-items: center;
    height: 31px;
}
.project-item .icon svg{
    max-height: 31px;
}
.project-item .arrow{
    margin: 0 0 0 auto;
}
.no-touchevents .project-item .icon-box svg *{
    transition: fill .2s ease;
}
.projects-section .project-item .icon-box svg *, .projects-section .project-item .arrow svg *{
    fill: #9107D1;
}
.no-touchevents a.project-item:hover .icon-box svg *{
    fill: #fff;
}
.project-item .title{
    font-family: 'Geologica';
    font-weight: 400;
    font-size: 21px;
    line-height: 1.55em;
    margin: 0 0 12px;
    color: #fff;
    transition: color .2s ease;
}
.filtering-box .project-item .title{
    color: #0b0e29;
}
.no-touchevents .filtering-box a.project-item:hover .title{
    color: #fff;
}
.projects-section .section-bg:before, .projects-section .section-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.projects-section .section-bg:after{
    background: linear-gradient(139.91deg, #272827 7.15%, rgba(39, 40, 39, .85) 47.17%, rgba(39, 40, 39, .8) 94.66%);
}
.projects-section .bg-text{
    z-index: 2;
    bottom: auto;
    top: 32px;
    right: -100px;
    color: rgba(241, 244, 249, .03);
}
/*Partners section*/
.partners-section{
    color: #fff;
    background: #272827;
}
.partners-section .section-title{
    color: #fff;
}
.partners-section .partners-item{
    margin: 0 0 60px;
    transition: opacity .7s linear .5s;
}
.section:not(.is-inview) .partners-item{
    opacity: 0;
}
.partners-section .partners-item:last-child{
    margin-bottom: 0;
}
.partners-section .partners-item .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 32px;
}
.partners-section .bg-text{
    z-index: 2;
    top: 400px;
    right: 200px;
    color: rgba(241, 244, 249, .03);
}
/*About us section*/
.about-us-section .section-title-box .arrow-link{
    transition-delay: .75s;
}
.about-us-grid{
    display: flex;
    max-width: 1350px;
    margin-left: auto;
    transition: opacity .7s linear .75s;
}
.section:not(.is-inview) .about-us-grid{
    opacity: 0;
}
.about-us-grid .we-in-numbers{
    width: 347px;
}
.we-in-numbers .item{
    font-size: 15px;
    line-height: 1.6em;
    padding: 0 0 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid #bec7d5;
}
.we-in-numbers .item:last-child{
    margin-bottom: 0;
}
.we-in-numbers .item > *:first-child{
    margin-top: 0;
}
.we-in-numbers .item > *:last-child{
    margin-bottom: 0;
}
.we-in-numbers .title{
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1em;
    color: #360978;
    margin: 0 0 8px;
}
.we-in-numbers .num{
    font-weight: 300;
    font-size: 50px;
    line-height: 1em;
}
.we-in-numbers .text{
    margin: 0 0 5px 8px;
}
.awards-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -23px;
}
.about-us-grid .awards-list{
    flex: 1;
    margin: 0 0 -23px 10.22222222222222%;
}
.awards-list .award-item{
    display: flex;
    width: calc(50% - 13px);
    margin: 0 0 23px;
}
.awards-list .img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42.20623501199041%;
    min-height: 240px;
    padding: 0 26px;
    border: 1px solid #bec7d5;
    border-right: 0;
}
.awards-list .img img{
    max-width: 100%;
    margin: 0;
}
.awards-list .text{
    position: relative;
    font-size: 15px;
    line-height: 1.6em;
    flex: 1;
    margin: 0 0 0 -16px;
    padding: 18px 0;
    overflow: hidden;
}
.awards-list .text > *:last-child{
    position: relative;
    margin-bottom: 0;
}
.awards-list .text > *:first-child{
    margin-top: 0;
}
.awards-list .title{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.67em;
    color: #360978;
}
.awards-list .text:before{
    content: '';
    position: absolute;
    left: 16px;
    top: 0;
    height: 15px;
    width: 1px;
    background: #bec7d5;
}
.awards-list .text > *:last-child:after{
    content: '';
    position: absolute;
    left: 16px;
    top: calc(100% + 7px);
    bottom: -200px;
    width: 1px;
    background: #bec7d5;
}
/*Our team section*/
.employees-grid{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.main-employee-box{
    width: 45.42253521126761%;
}
.employee-description-box{
    position: relative;
    width: 50.70422535211268%;
    margin: 0 0 0 auto;
    padding: 22px 0 0;
}
.employee-description{
    position: relative;
    font-size: 16px;
    line-height: 1.62em;
    max-width: 408px;
    min-height: 373px;
    width: 65%;
    transition: opacity .7s linear 1s;
}
.section:not(.is-inview) .employee-description{
    opacity: 0;
}
.employee-description div[data-slide]{
    display: none;
}
.employee-description p{
    margin: 4px 0;
}
.employee-description .name{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4em;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    color: #0b0e29;
    margin: 0 0 16px;
    padding-right: 33px;
}
.no-touchevents .employee-description .name:hover{
    color: #9107D1;
}
.employee-description .name svg{
    top: -4px;
}
.no-touchevents .employee-description .name:hover svg *{
    fill: #9107D1;
}
.employee-description .position{
    font-weight: 600;
}
.employee-description .inline-contacts-links{
    margin-top: 16px;
}
.employee-description .description-data-item:last-child{
    margin-bottom: 0;
}
.employee-description .description-data-item > *:last-child{
    margin-bottom: 0;
}
.employees-slider{
    position: relative;
    overflow: hidden;
}
.employees-slider:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e2e5eb;
    transition: transform .5s cubic-bezier(0.75, 0.05, 0.25, 1) .4s, background 0s linear 2.15s;
}
.is-inview .employees-slider:before{
    background: transparent;
}
.employees-slider .swiper-container{
    transition: transform .5s cubic-bezier(0.75, 0.05, 0.25, 1) .9s;
}
.section:not(.is-inview) .employees-slider .swiper-container, .section:not(.is-inview) .employees-slider:before{
    transform: translate3d(-100%, 0, 0);
}
.employees-slider .swiper-slide{
    position: relative;
    z-index: 1;
}
.employees-slider .swiper-slide-active{
    z-index: 2;
}
.employees-slider .label{
    position: absolute;
    z-index: 4;
    left: 10.54263565891473%;
    bottom: 35px;
    font-size: 16px;
    line-height: 1.425em;
    color: #fff;
    padding: 10px 16px;
    background: #360978;
    transform: translate3d(0, 0, 0);
    transition: opacity .3s ease;
}
.employees-slider .swiper-slide-active .label{
    transition-delay: .75s;
}
.employees-slider .swiper-slide:not(.swiper-slide-active) .label{
    opacity: 0;
}
.employees-slider img{
    margin: 0;
}
.employees-slider .swiper-slide img{
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
}
.employees-sliders-grid{
    display: flex;
    justify-content: space-between;
    margin: 34px 0 0 -100px;
}
.employees-sliders-grid .employees-slider{
    width: calc(25% - 15px);
}
.employees-sliders-grid .employees-slider img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    transition: all .2s ease;
}
.no-touchevents .employees-sliders-grid .employees-slider img:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.employee-description .img-rotator{
    position: absolute;
    left: calc(100% + 110px);
    top: 90px;
    width: 170px;
}
.employee-description .img-rotator .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.employee-description .img-rotator img{
    max-width: 100%;
    margin: 0;
}
.employees-grid .slider-controls{
    width: 100%;
}
/*Achievements section*/
.achievements-slider{
    max-width: 1350px;
    margin: 0 0 0 auto;
    transition: opacity .7s linear .6s;
}
.section:not(.is-inview) .achievements-slider{
    opacity: 0;
}
.achievements-slider .swiper-container{
    padding-bottom: 1px;
}
.achievements-slider .swiper-slide{
    display: flex;
    align-items: flex-start;
    height: auto;
    font-size: 16px;
    line-height: 1.75em;
    color: #484848;
    padding: 31px 34px;
    border: 1px solid #bec7d5;
}
.achievements-slider .logo{
    position: relative;
    width: 37.75167785234899%;
    padding-bottom: 37.75167785234899%;
    margin-right: 27px;
    background: rgba(11, 14, 41, .05);
}
.achievements-slider .logo img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    max-width: 70%;
    max-height: 70%;
    transform: translate3d(-50%, -50%, 0);
}
.achievements-slider .text{
    flex: 1;
}
.achievements-slider .text > *:first-child{
    margin-top: 0;
}
.achievements-slider .text > *:last-child{
    margin-bottom: 0;
}
.achievements-slider .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    color: #0b0e29;
    margin-bottom: 12px;
}
.achievements-slider ul{
    margin-left: 0;
}
.achievements-slider li{
    padding-left: 26px;
    background-position: 0 13px;
}
.achievements-slider li:last-child{
    margin-bottom: 0;
}
/*Speakers section*/
.speakers-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 1350px;
    margin: 0 0 -56px auto;
    transition: opacity .7s linear .5s, transform .5s linear .3s;
}
.section:not(.is-inview) .speakers-list{
    opacity: 0;
    transform: translateY(40px);
}
.speaker-item{
    font-size: 16px;
    line-height: 1.75em;
    color: #484848;
    max-width: 436px;
}
.speakers-list .speaker-item{
    width: calc(33.33333% - 13.33333333333333px);
    margin: 0 20px 56px 0;
}
.speaker-item .img{
    position: relative;
    display: block;
    margin: 0 0 25px;
}
.speaker-item img{
    margin: 0;
    max-width: 100%;
}
.speaker-item .img:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(145, 7, 209, .8), rgba(145, 7, 209, .8));
    opacity: 0;
    transition: opacity .3s ease;
}
.speaker-item .img .arrow{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0;
    transition: opacity .3s ease;
}
.no-touchevents .speaker-item.on-hover .img:before, .no-touchevents .speaker-item.on-hover .arrow{
    opacity: 1;
}
.speaker-item .name, .speaker-item .position{
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 5px;
}
.speaker-item .name{
    font-size: 20px;
    color: #0b0e29;
    margin: 0 0 5px;
}
.teachers-view .speaker-item .position{
    transition: color .2s ease;
}
.speaker-item .position + p, .speaker-item .name + p:not(.position){
    margin-top: 15px;
}
.speaker-item .name a{
    color: #0b0e29;
    text-decoration: none;
}
.no-touchevents .speaker-item.on-hover .name a, .no-touchevents .speaker-item.on-hover .position{
    color: #9107D1;
}
.speaker-item .arrow-link{
    margin-top: 5px;
}
/*Static section*/
.static-section{
    background: #fff;
}
.static-section .text-box{
    transition: opacity .7s linear;
}
.static-section:not(.is-inview) .text-box{
    opacity: 0;
}
.static-section .aside{
    transition: opacity .7s linear .3s;
}
.static-section:not(.is-inview) .aside{
    opacity: 0;
}
.static-section.max-w-els .container > *:first-child, .static-section.max-w-els .container .layout-indent-box > *:first-child{
    margin-top: 0;
}
.static-section.max-w-els .container .layout-indent-box > *:last-child{
    margin-bottom: 0;
}
.static-section.max-w-els p:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6), .static-section.max-w-els ul, .static-section.max-w-els ol, .static-section.max-w-els .download-list{
    max-width: 780px;
}
.static-section.max-w-els h2, .static-section.max-w-els h3, .static-section.max-w-els h4, .static-section.max-w-els h5, .static-section.max-w-els h6, .static-section.max-w-els .h2, .static-section.max-w-els .h3, .static-section.max-w-els .h4, .static-section.max-w-els .h5, .static-section.max-w-els .h6{
    max-width: 1100px;
}
.title-text-grid{
    display: flex;
    align-items: flex-start;
}
.title-text-grid .title-box{
    width: 42.25352112676056%;
}
.title-text-grid .title{
    font-family: 'Geologica';
    font-weight: 300;
    font-size: 32px;
    line-height: 1.31em;
    color: #0b0e29;
    margin: 0 0 32px;
}
.title-text-grid .text-box{
    flex: 1;
    margin-left: 7.04225352112676%;
    transition: opacity .7s linear .5s;
}
.static-section:not(.is-inview) .title-text-grid .text-box{
    opacity: 0;
}
.title-text-grid .text-box > *{
    margin-left: 0;
    max-width: none;
}
.title-text-grid .text-box > *:first-child{
    margin-top: 0;
}
/*Press center section*/
.press-center-section{
    overflow: visible;
    background: #fff;
}
.touchevents .press-center-section{
    overflow: hidden;
}
.press-center-section .section-bg{
    top: -30px;
    bottom: -30px;
    background-size: 100% auto;
    background-position: 50% 100%;
}
.press-center-section .section-bg:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff 22.19%, rgba(255, 255, 255, 0) 72.17%);
}
.press-center-section .tabs-box{
    transition: opacity .7s linear .3s;
}
.press-center-section:not(.is-inview) .tabs-box{
    opacity: 0;
}
.articles-in-brief-list{
    position: relative;
    z-index: 5;
}
.article-in-brief{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 37px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(39, 40, 39, .1);
}
.article-in-brief:last-child{
    margin: 0;
}
.article-in-brief.hidden-item{
    opacity: 0;
    visibility: hidden;
}
.article-in-brief .time{
    color: #5b5e70;
    width: 100px;
    margin: 10px 60px 0 0;
}
.article-in-brief .sub-box{
    flex: 1;
}
.article-in-brief .title{
    font-family: 'Geologica';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.55em;
    margin: 0;
}
.article-in-brief .title a{
    color: #0b0e29;
    text-decoration: none;
    padding-top: 7px;
}
.no-touchevents .article-in-brief .title a:hover{
    color: #9107D1;
}
.article-in-brief .img{
    position: absolute;
    bottom: -40px;
    right: calc(100% + 48px);
    display: flex;
    justify-content: flex-end;
    width: 290px;
    pointer-events: none;
}
.article-in-brief .img .animate-box{
    display: flex;
    justify-content: flex-end;
    width: 0;
    overflow: hidden;
    transition: width .3s ease;
}
.no-touchevents .article-in-brief.on-hover .img .animate-box{
    width: 100%;
}
.article-in-brief .img img{
    width: 290px;
    max-width: none;
    margin: 0;
}
.article-in-brief .inline-links, .bg-article .inline-links{
    font-size: 14px;
    line-height: 1.425em;
    margin: 11px 0 0;
}
.article-in-brief .inline-links .separator, .bg-article .inline-links .separator{
    margin: 10px 6px 11px;
    background: #484848;
}
.article-in-brief .inline-links .separator:last-child, .bg-article .inline-links .separator:last-child{
    display: none;
}
.article-in-brief .inline-links a{
    color: #484848;
}
.bg-article .inline-links .separator{
    background: #fff;
}
.bg-article .inline-links a{
    color: #fff;
    border-color: rgba(255, 255, 255, .3);
}
.no-touchevents .bg-article .inline-links a:hover{
    color: #fff;
}
.bg-article{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: #fff;
    text-decoration: none;
    min-height: 260px;
    padding: 40px 50px;
    margin: 0 0 20px;
    overflow: hidden;
}
.bg-article:last-child{
    margin-bottom: 0;
}
.no-touchevents .bg-article:hover{
    color: #fff;
}
.bg-article .time{
    margin: 0;
    color: rgba(255, 255, 255, .6);
}
.bg-article .title{
    font-family: 'Geologica';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.55em;
    margin: 14px 0 0;
}
.bg-article .bg{
    position: absolute;
    z-index: -1;
    left: 0;
    top: -50px;
    bottom: -50px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.bg-article .bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 40, 39, .86);
    transition: background .3s ease;
}
.no-touchevents .bg-article:hover .bg:after{
    background: rgba(145, 7, 209, .8);
}
.articles-grid{
    display: flex;
    flex-wrap: wrap;
}
.articles-grid .pinned-articles{
    width: 40%;
}
.articles-grid .articles-in-brief-list{
    width: 53.33333333333333%;
    margin: 16px 0 0 auto;
}
.inner-page-links + .events-box{
    margin-top: 78px;
}
.events-box.bg{
    position: relative;
    padding: 133px 0 150px;
}
.events-box + .events-box{
    margin-top: 130px;
}
.events-box.bg:last-of-type{
    margin-bottom: -180px;
}
.events-box.bg:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -2500px;
    top: 0;
    right: -2500px;
    bottom: 0;
    background: #f1f4f9;
}
.events-box .h6{
    margin: 0 0 55px;
}
.events-in-brief-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}
.events-in-brief-list .bg-article{
    width: calc(50% - 10px);
    margin: 0 0 20px;
}
.event-data{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    color: rgba(255, 255, 255, .6);
}
.event-data .separator{
    width: 1px;
    height: 18px;
    margin: -2px 10px 0;
    background: rgba(255, 255, 255, .4);
}
.events-box .pager{
    margin: 40px 0 0;
}
/*Event section*/
.event-section.section{
    position: relative;
    padding: 0;
}
.event-section .layout-indent-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 131px);
    padding: 42px 0 12vh;
}
.event-section .event-bg{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    transition: opacity .7s ease .5s;
}
html:not(.page-load) .event-section .event-bg{
    opacity: 0;
}
.event-section .event-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 40, 39, .8);
}
.event-section .breadcrumbs{
    /*position: absolute;
	left:0;
	top: 42px;*/
    width: 100%;
    max-width: none;
    margin: 0 0 72px;
}
.event-section .event-title{
    font-family: 'NunitoSans';
    font-weight: 600;
    font-size: 44px;
    line-height: 1.25em;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    margin: 0;
}
.event-section .event-description{
    align-self: center;
    width: 100%;
    margin: auto 0;
    transition: opacity .7s ease 1s;
}
html:not(.page-load) .event-section .event-description{
    opacity: 0;
}
.event-section .event-description *{
    max-width: 1100px;
}
.event-section .event-data{
    margin: 52px 0 0;
}
.event-section .event-data, .event-section .event-data *{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
}
.event-section .event-data > *{
    margin: 0 0 16px;
}
.event-section .event-data .time{
    margin-right: 55px;
}
.event-section .event-data .time .separator{
    display: inline-block;
    vertical-align: top;
    width: 2px;
    height: 25px;
    margin: 1px 10px 0;
    background: rgba(255, 255, 255, .4);
}
.event-intro{
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6em;
    color: #fff;
    margin: 25px 0 0;
    max-width: 790px;
}
.event-section .event-description .event-intro{
    max-width: 790px;
}
.event-intro > *:first-child{
    margin-top: 0;
}
.event-intro > *:last-child{
    margin-bottom: 0;
}
.training-price{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75em;
    color: #fff;
    margin: 25px 0 0;
}
.training-price span{
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    margin: 0 0 0 12px;
}
.tags{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px 0 0;
}
.tag{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding: 6px 10px 7px;
    background: #9107D1;
}
.tags .tag{
    margin-right: 10px;
}
.tags .time{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3em;
    color: #fff;
    margin: 2px 0 0 20px;
}
.event-section .tags{
    margin: 0 0 25px;
}
.event-section .anchor-btn{
    min-width: 335px;
    margin: 48px 0 0;
}
.event-section .anchor-btn.disabled{
    cursor: default;
}
.event-section .share-box{
    color: rgba(255, 255, 255, .6);
    padding: 0;
    margin: 48px 0 0 auto;
    background: none;
    transition: opacity .7s ease 1.2s;
}
html:not(.page-load) .event-section .share-box{
    opacity: 0;
}
.event-section .share-box svg *{
    fill: #fff;
}
.no-touchevents .event-section .share-box a:hover svg *{
    fill: #9107D1;
}
/*Training section*/
.training-description-section{
    padding: 103px 0 152px;
    overflow: hidden;
}
.training-description-section + .section{
    padding-top: 0;
}
.training-description-section .section-bg{
    background-size: 1920px auto;
    background-position: 50% 40px;
}
.training-description-section .section-bg:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(358.68deg, #F1F4F9 0.76%, rgba(241, 244, 249, 0) 98.51%);
}
.training-description-section .tabs-box{
    margin: 0;
    transition: opacity .7s linear .5s, transform .5s linear .3s;
}
.training-description-section:not(.is-inview) .tabs-box{
    opacity: 0;
    transform: translateY(40px);
}
.tabs-box.text-tabs .tabs-nav{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 70px;
    padding-bottom: 1px;
    border-bottom: 1px solid #BEC7D5;
}
.tabs-box.text-tabs .tabs-nav-item{
    position: relative;
    padding: 0;
    margin: 0 48px 14px 0;
    transition: color .2s ease;
}
.tabs-box.text-tabs .tabs-nav-item.active{
    color: #9107D1;
    background: none;
}
.tabs-box.text-tabs .tabs-nav-item:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    height: 2px;
    width: 0;
    background: #9107D1;
    transform: translateX(-50%);
    transition: width .2s ease;
}
.tabs-box.text-tabs .tabs-nav-item.active:before{
    width: 100%;
}
.tabs-box.text-tabs .tabs-content{
    max-width: 780px;
}
/*Document section*/
.document-section{
    margin-bottom: -2px;
    background: #F1F4F9;
}
.document-section .section-title{
    max-width: 1000px;
}
.document-box{
    display: flex;
    max-width: 1160px;
    width: 80vw;
    padding-top: 25px;
    transition: opacity .7s linear .5s, transform .5s linear .3s;
}
.document-section:not(.is-inview) .document-box{
    opacity: 0;
    transform: translateY(40px);
}
.document-box .text{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: .01em;
    color: #0B0E29;
    max-width: 537px;
    width: calc(60% - 40px);
}
.document-box .text p{
    margin: 0;
}
.document-box a{
    position: relative;
    display: block;
    line-height: 0;
    max-width: 300px;
    width: 40%;
    margin: -100px 0 0 auto;
}
.document-box a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(145, 7, 209, .8);
    opacity: 0;
    transition: opacity .2s ease;
    transition-duration: .4s;
}
.no-touchevents .document-box a:hover:after{
    opacity: 1;
    transition-duration: .2s;
}
.document-box a img{
    margin: 0;
    max-width: 100%;
}
.document-section .bg-text{
    right: 0;
    bottom: 80px;
}
/*Contacts*/
.contacts-grid{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contacts-grid .contacts-box{
    width: 470px;
    max-width: 470px;
}
.contacts-box .tabs-box{
    margin: 0;
}
.contacts-grid .tabs-nav{
    width: 100%;
    margin: 0 0 98px;
}
.contacts-box .office-title{
    font-family: 'Geologica';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6em;
    color: #0b0e29;
    margin: 0 0 23px;
}
.contacts-box hr{
    margin: 37px 0 43px;
    background: #eaeaea;
}
.phone-messengers{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3em;
    display: flex;
    flex-wrap: wrap;
    margin: 26px 0;
}
.phone-messengers p{
    display: inline-block;
    vertical-align: top;
    margin: 0 18px 12px 0;
}
.phone-messengers a{
    color: #0b0e29;
}
.phone-messengers .messengers{
    width: 100%;
}
.phone-messengers .messengers a{
    margin-bottom: 12px;
}
.contacts-box .social-links{
    margin: 26px 0 0;
}
.contacts-grid .contacts-map-box{
    max-width: 740px;
    width: 62.22222222222222%;
    margin: -22px 0 0 auto;
}
/*Map*/
.map-box{
    position: relative;
    height: 420px;
    min-height: 320px;
}
.map-box .usual-map, .map-box .leaflet-map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.map-box:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid #eaeaea;
}
.usual-map img{
    margin: 0;
}
/*Search results*/
.search-form-box{
    max-width: 938px;
    margin: 0 auto;
}
.search-form{
    position: relative;
    margin: 0;
}
.search-form .form-control{
    font-size: 18px;
    padding-right: 64px;
}
.search-form .form-control:focus, .search-form .filled .form-control{
    border-color: #9107D1;
}
.search-form .form-control::-webkit-input-placeholder{
    color: #84878f;
}
.search-form .form-control::-moz-placeholder{
    color: #84878f;
}
.search-form .form-control:-ms-input-placeholder{
    color: #84878f;
}
.search-form .search-btn{
    position: absolute;
    z-index: 4;
    right: 10px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 32px;
    height: 32px;
}
.no-touchevents .search-form .search-btn svg *{
    transition: fill .2s ease;
}
.no-touchevents .search-form .search-btn:hover svg *{
    fill: #9107D1;
}
.results-count{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3em;
    color: #84878f;
    margin: 15px 0 0;
}
.results-count strong{
    font-weight: 400;
    color: #0b0e29;
}
.no-results{
    font-family: 'Geologica';
    font-size: 20px;
    line-height: 1.55em;
    text-align: center;
    color: #0b0e29;
    margin: 61px auto 0;
    max-width: 938px;
}
.search-results-list{
    max-width: 938px;
    margin: 61px auto 0;
    padding: 0;
}
.search-results-list li{
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 45px;
    padding: 0 0 0 42px;
    max-width: 822px;
    background: none;
}
.search-results-list li:last-child{
    margin-bottom: 0;
}
.search-results-list .num{
    position: absolute;
    left: 0;
    top: 4px;
    font-weight: 600;
}
.search-results-list p{
    margin: 0;
}
.search-results-list .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 10px;
}
.search-results-list .title a{
    color: #0b0e29;
    text-decoration: none;
    padding: 4px 0 0;
}
.no-touchevents .search-results-list .title a:hover{
    color: #9107D1;
}
.search-results-list li > *:last-child{
    margin-bottom: 0;
}
.search-results-list span:not(.num){
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.search-results-list span:not(.num):before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #e8c4da;
}
/*Pager*/
.pager{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0;
    width: 100%;
    max-width: none;
}
.articles-grid .pager{
    width: 53.33333333333333%;
    margin-left: auto;
}
.pager li{
    font-size: 14px;
    line-height: 1em;
    padding: 0;
    margin: 0 2px;
    background: none;
}
.pager .inactive{
    opacity: .3;
    pointer-events: none;
}
.pager a, .pager span{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    line-height: 27px;
    width: 29px;
    height: 29px;
    color: #0b0e29;
    border: 1px solid transparent;
}
.pager .active span{
    text-decoration: none;
    border-color: #9107D1;
}
.no-touchevents .pager a:hover{
    color: #fff;
    background: #9107D1;
}
.pager .next{
    line-height: 0;
    margin: 0 0 0 10px;
}
.pager .prev{
    line-height: 0;
    margin: 0 10px 0 0;
}
.pager .prev a, .pager .next a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
}
.no-touchevents .pager a svg *{
    transition: fill .2s ease;
}
.no-touchevents .pager a:hover svg path{
    fill: #fff;
}
/*404*/
.error-page-box{
    overflow: hidden;
}
.error-page-box .container, .error-page-box .bg{
    opacity: 0;
}
.page-load .error-page-box .container, .page-load .error-page-box .bg{
    opacity: 1;
    transition: opacity .7s ease .5s;
}
.error-page-box .container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 130px);
    padding-top: 40px;
    padding-bottom: 72px;
}
.error-page-box .bg-text{
    position: absolute;
    z-index: 1;
    right: -240px;
    bottom: 0;
}
.error-page-box .bg{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.error-page-box p{
    margin: 0;
}
.error-page-box .num{
    font-family: 'Geologica';
    font-size: 200px;
    line-height: 1.2em;
    color: #360978;
    margin: 0 0 54px;
}
.error-page-box .title{
    font-family: 'Geologica';
    font-size: 20px;
    line-height: 1.6em;
    color: #0b0e29;
    margin: 0 0 48px;
}
/*============================FOOTER===========================*/
#footer{
    position: relative;
    font-size: 14px;
    line-height: 1.35em;
    color: #fff;
    background: #211f1e;
    margin: -2px 0 0;
    overflow: hidden;
}
#main-screen + #footer{
    margin-top: 0;
}
.ftr-sticky-box{
    padding: 84px 0 54px;
}
.ftr-top-box{
    display: flex;
    align-items: flex-start;
}
.ftr-nav{
    display: flex;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 530px;
    max-width: 70%;
    margin: 9px 0 0;
}
.ftr-nav ul{
    width: calc(50% - 24px);
    margin: 0;
}
.ftr-nav li{
    margin: 0 0 29px;
    padding: 0;
    background: none;
}
.ftr-nav li:last-child{
    margin: 0;
}
.ftr-nav a{
    color: #fff;
    text-decoration: none;
}
.no-touchevents .ftr-nav a:hover{
    color: #9107D1;
}
#footer .social-links{
    flex-wrap: nowrap;
    margin: 0 -10px 0 auto;
}
#footer .social-links a{
    background: #292726;
}
.no-touchevents #footer .social-links a:hover{
    background: #9107D1;
}
.ftr-text-box{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, .5);
    max-width: 1300px;
    margin: 72px 0 0;
}
.ftr-text-box .col{
    max-width: 600px;
    width: calc(50% - 32px);
}
.ftr-text-box .col > *:first-child{
    margin-top: 0;
}
.ftr-text-box .col > *:last-child{
    margin-bottom: 0;
}
.ftr-text-box p{
    margin: 8px 0;
}
.ftr-bottom-box{
    display: flex;
    align-items: flex-start;
    margin: 74px 0 0;
}
#copy{
    margin: 0 100px 0 0;
}
#dev{
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    line-height: 1em;
    color: rgba(255, 255, 255, .5);
    white-space: nowrap;
    text-decoration: none;
    margin: 0 0 0 auto;
    border: none;
}
.iquad-link{
    position: relative;
    z-index: 2;
    display: block;
    margin: 4px 0 0 10px;
}
.iquad-link:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -6px;
    bottom: 0;
    right: -6px;
    height: 6px;
    background: linear-gradient(270deg, #0da7af 0%, #e0de30 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}
.no-touchevents .iquad-link:hover:before{
    opacity: 1;
}
/*========================END OF FOOTER========================*/
/*Popup*/
#popup-box{
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    height: 100%;
    min-width: 320px;
    overflow: hidden;
}
html:not(.opened-popup) #popup-box{
    visibility: hidden;
    transition: visibility .8s ease;
}
#popup-box:before{
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    transition: opacity .5s ease;
    pointer-events: none;
}
html:not(.opened-popup) #popup-box:before{
    opacity: 0;
}
#popup-box .container{
    position: static;
}
.popup{
    overflow: hidden;
    overflow-y: auto;
}
.contact-us-popup{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 71px;
    height: 100%;
    width: 794px;
    max-width: 70%;
    background: #f1f4f9;
    transition: transform .8s cubic-bezier(.25, .74, .22, .99);
    /*transition: transform .6s cubic-bezier(.25, .74, .22, .99);*/
}
.contact-us-popup:not(.visible){
    transform: translateX(100%);
}
.contact-us-popup .max-w{
    position: relative;
    display: flex;
    align-items: center;
    max-width: 542px;
    padding: 100px 0 64px;
    min-height: 100%;
}
.contact-us-popup .align-y{
    width: 100%;
}
.contact-us-popup .contacts{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75em;
    color: #484848;
}
.contact-us-popup .contacts p{
    margin: 0 0 6px;
}
.contact-us-popup .contacts > *:first-child{
    margin-top: 0;
}
.contact-us-popup .contacts > *:last-child{
    margin-bottom: 0;
}
.contact-us-popup .contacts a{
    color: #0b0e29;
    text-decoration: none;
}
.contact-us-popup .contacts .messengers, .contacts .contact-us-popup p{
    margin: 0 0 21px;
}
.contact-us-popup p + .messengers{
    margin-top: -14px;
}
.contacts-links-grid{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.social-links + .contacts-links-grid{
    margin-top: 9px;
}
.contacts-links-grid > *{
    margin: 16px 0 0;
}
.contact-us-popup hr{
    margin: 45px 0;
    background: #bec7d5;
}
.contact-us-popup .social-links{
    margin: 6px 0 0;
}
.contact-us-popup .form-box{
    max-width: 456px;
    margin: 0 auto;
}
.contact-us-popup .form{
    margin: 0;
}
.contact-us-popup .checkbox-item input[type="checkbox"] + label{
    padding-left: 30px;
}
.contact-us-popup .checkbox-item input[type="checkbox"] + label:before{
    border-color: #484848;
}
.contact-us-popup .fields-row + .checkbox-item{
    margin-top: -20px;
}
.contact-us-popup .form .btn{
    min-width: 319px;
}
.contact-us-popup .checkbox-item + .btn{
    margin-top: 32px;
}
.start-cooperation-popup{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    color: rgba(255, 255, 255, .7);
    height: 100%;
    width: 100%;
    max-width: none;
    overflow: hidden;
}
.start-cooperation-popup:not(.visible){
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.start-cooperation-popup .scroll-box{
    position: relative;
    height: 100%;
    padding: 0 71px;
    overflow: hidden;
    overflow-y: auto;
    width: 50.52083333333333%;
    background: #360978;
    transition: transform 1.2s cubic-bezier(.25, .74, .22, .99);
}
.start-cooperation-popup:not(.visible) .scroll-box{
    transition-delay: .3s;
    transform: translateX(100%);
}
.start-cooperation-popup .scroll-box .max-w{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100%;
    max-width: 650px;
    padding: 120px 0;
    /*border: 1px solid #fff;*/
}
.start-cooperation-popup .align-y{
    width: 100%;
}
.start-cooperation-popup .align-y > *:first-child{
    margin-top: 0;
}
.start-cooperation-popup .align-y > *:last-child{
    margin-bottom: 0;
}
.start-cooperation-popup p{
    max-width: 420px;
}
.start-cooperation-popup .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
    max-width: none;
}
.start-cooperation-popup * + .form{
    margin: 72px 0 0;
    transform: translate3d(0, 0, 0);
}
.start-cooperation-popup .marquee-text{
    position: absolute;
    left: 0;
    bottom: 26px;
    width: 100%;
}
.start-cooperation-popup .bg{
    position: relative;
    height: 100%;
    width: 49.47916666666667%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: transform 1.2s cubic-bezier(.25, .74, .22, .99);
}
.start-cooperation-popup:not(.visible) .bg{
    transition-delay: .3s;
    transform: translateX(100vw);
}
.start-cooperation-popup .bg:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(36, 36, 87, .2) 0%, rgba(36, 36, 87, .65) 100%);
    mix-blend-mode: multiply;
}
/*.start-cooperation-popup .bg:after{
	z-index: 2;
	background: linear-gradient(133.82deg, #272827 -15.35%, rgba(39, 40, 39, 0) 101.71%);
	}*/

.js-close-popup{
    position: absolute;
    top: 36px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 57px;
    height: 57px;
    border: 1px solid #e2e5eb;
    cursor: pointer;
    transition: border .2s ease, background .2s ease;
}
.no-touchevents .js-close-popup:hover{
    background: #9107D1;
    border-color: #9107D1;
}
.start-cooperation-popup .js-close-popup{
    border-color: rgba(255, 255, 255, .2);
}
.start-cooperation-popup .js-close-popup:hover{
    background: #9107D1;
    border-color: #9107D1;
}
.js-close-popup svg{
    height: auto;
}
.no-touchevents .js-close-popup svg *{
    transition: fill .2s ease;
}
.no-touchevents .js-close-popup:hover svg *{
    fill: #fff;
}
.event-popup{
    display: none;
    position: fixed;
    z-index: 1000;
    right: 40px;
    bottom: 40px;
    font-size: 20px;
    line-height: 1.55em;
    color: #fff;
    padding: 58px 50px;
    width: 540px;
    max-width: 100%;
    background: #360978;
}
.event-popup .event-data{
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    color: rgba(255, 255, 255, .6);
    margin: 0 0 5px;
}
.event-popup .event-data > *{
    color: rgba(255, 255, 255, .6);
    margin: 0 0 10px;
}
.event-popup .event-data > *:not(:last-child){
    position: relative;
    padding-right: 11px;
    margin-right: 10px;
}
.event-popup .event-data > *:not(:last-child):after{
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, .4);
}
.event-popup .title{
    font-family: 'Geologica';
    font-weight: 400;
    margin: 0;
}
.event-popup .arrow-link{
    color: #fff;
    letter-spacing: 1px;
    margin: 28px 0 0;
}
.no-touchevents .event-popup .arrow-link{
    color: #fff;
}
.js-close-event-popup{
    position: absolute;
    top: 22px;
    right: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: opacity .2s ease;
}
.no-touchevents .js-close-event-popup:hover{
    opacity: .5;
}
/*=========================TRANSITIONS=========================*/
.no-touchevents button, .no-touchevents .btn{
    -webkit-transition: color .2s ease, background .2s ease, border-color .2s ease;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.no-touchevents a{
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
/*Resolutions*/
@media screen and (min-width: 1921px){
    /*Main screen*/
    .projects-slider{
        margin: 0 -232px;
        padding: 0 182px;
    }
    .projects-slider .swiper-btn{
        left: 48px;
    }
    .projects-slider .swiper-btn.next-btn{
        left: auto;
        right: 48px;
    }
}
@media screen and (max-width: 1780px){
    h1, .h1{
        font-size: 4.715vw;
    }
}
@media screen and (max-width: 1700px){
    /*Main screen*/
    .projects-slider{
        margin: 0 calc((100vw - 100%) / 2 * -1);
        padding: 0 90px;
    }
    .projects-slider .swiper-btn.prev-btn{
        left: 13px;
    }
    .projects-slider .swiper-btn.next-btn{
        right: 13px;
    }
}
@media screen and (max-width: 1500px){
    /*Employee inner*/
    .employee-box .img .label{
        left: -30px;
    }
    /*Our team section*/
    .employee-description-box{
        position: relative;
    }
    .employee-description{
        position: static;
    }
    .employee-description .img-rotator{
        right: 0;
        left: auto;
        top: 90px;
        max-width: calc(35% - 32px);
    }
}
@media screen and (max-width: 1440px){
    /*Main screen*/
    #main-screen h1{
        font-size: 4.028vw;
    }
    #main-screen .projects-box .title{
        font-size: 2.223vw;
    }
    /*Reviews section*/
    .section.reviews-section{
        padding-top: 24.86111111111111vw;
    }
}
@media screen and (min-width: 1421px){
    /*Our history section*/
    .timeline .item:nth-child(odd){
        width: calc(100% - 700px);
    }
}
@media screen and (max-width: 1420px){
    /*About us section*/
    .about-us-grid .awards-list{
        margin-left: 6%;
    }
    /*Our history section*/
    .timeline .item{
        position: relative;
        width: calc(50% - 50px);
    }
    .timeline .item:not(:last-child):before{
        left: calc(100% + 49px);
    }
    .timeline .item:nth-child(odd):before{
        left: -51px;
    }
    .timeline .item:nth-child(odd) .dot{
        left: -65px;
    }
    /*Mission section*/
    .mission-section{
        padding: 25.2vw 0 20vw;
    }
    .mission-section .bg-text{
        bottom: 3vw;
    }
    /*Partners section*/
    .partners-section .bg-text{
        top: 27vw;
    }
    /*Contacts*/
    .contacts-grid .contacts-box{
        width: 36.32148377125193%;
    }
    .contacts-grid .contacts-map-box{
        width: calc(63.67851622874807% - 54px);
    }
    /*Popup*/
    .start-cooperation-popup .scroll-box{
        padding: 0 5%;
    }
}
@media screen and (max-width: 1440px){
    #all{
        padding-top: 122px;
    }
    /*Header*/
    .main-hdr-box .container{
        padding-top: 16px;
        padding-bottom: 17px;
    }
    .hdr-search-form{
        right: 110px;
    }
    #logo{
        width: 102px;
        height: 44px;
    }
    .js-open-search{
        margin-top: 14px;
    }
    /*Nav*/
    #nav-box{
        margin-top: 14px;
    }
    /*Main screen*/
    #main-screen .container{
        min-height: calc(100vh - 122px);
    }
    #main-screen .title-box{
        padding: 80px 0 64px;
    }
    #main-screen .title-box .sub-box{
        padding-left: 30px;
    }
    #main-screen .projects-box .title{
        margin-left: 30px;
        padding-bottom: 8px;
    }
    .projects-slider .swiper-slide{
        font-size: 18px;
        min-height: 140px;
    }
    .projects-slider .swiper-slide a{
        padding: 28px 24px;
        min-height: 140px;
    }
    .projects-slider .swiper-btn{
        margin-top: -22px;
        width: 44px;
        height: 44px;
    }
    .projects-slider .swiper-btn.prev-btn{
        left: 23px;
    }
    .projects-slider .swiper-btn.next-btn{
        right: 23px;
    }
    /*404*/
    .error-page-box .container{
        min-height: calc(100vh - 120px);
    }
}
@media screen and (max-width: 1440px) and (max-height: 840px){
    /*Popup*/
    .contact-us-popup .contacts{
        margin: 0 0 44px;
    }
    .contact-us-popup .max-w{
        padding-top: 69px;
        padding-bottom: 31px;
    }
    .social-links + .contacts-links-grid{
        margin-top: -10px;
    }
    .contact-us-popup .contacts + hr{
        display: none;
    }
    .contact-us-popup .form-title{
        font-size: 30px;
        margin: 0 0 24px;
    }
    .contact-us-popup .form .field{
        margin-bottom: 36px;
    }
    .contact-us-popup .fields-row + .checkbox-item{
        margin-top: -14px;
    }
    .contact-us-popup .checkbox-item + .btn{
        margin-top: 32px;
    }
    .js-close-popup{
        top: 24px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1081px){
    /*Our team section*/
    .main-employee-box{
        width: 444px;
    }
    .employee-description-box{
        padding-top: 0;
        width: calc(100% - 474px);
        max-width: 646px;
        margin: 0 0 0 30px;
    }
    .employees-sliders-grid{
        margin-left: -86px;
        margin-top: 16px;
    }
    .employee-description{
        min-height: 322px;
    }
    .employee-description .name{
        font-size: 28px;
        margin: 0 0 7px;
    }
    .employee-description hr{
        display: none;
    }
    .employee-description .description-data-item{
        margin: 14px 0;
    }
    .our-team-section .slider-controls{
        margin-top: 17px;
        max-width: 1122px;
    }
}
@media screen and (max-width: 1440px) and (max-height: 720px){
    /*Popup*/
    .contact-us-popup .contacts{
        margin: 0 0 34px;
    }
    .contact-us-popup .max-w{
        padding-top: 69px;
        padding-bottom: 31px;
    }
    .social-links + .contacts-links-grid{
        margin-top: -10px;
    }
    .contact-us-popup .contacts + hr{
        display: none;
    }
    .contact-us-popup .form-title{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .contact-us-popup .form .field{
        margin-bottom: 36px;
    }
    .contact-us-popup .fields-row + .checkbox-item{
        margin-top: -20px;
    }
    .contact-us-popup .checkbox-item input[type="checkbox"] + label{
        font-size: 12px;
        line-height: 1.33em;
        padding-left: 28px;
    }
    .contact-us-popup .checkbox-item input[type="checkbox"] + label:before{
        top: 0;
        width: 14px;
        height: 14px;
    }
    .contact-us-popup .checkbox-item + .btn{
        margin-top: 24px;
    }
    .js-close-popup{
        top: 18px;
    }
}
@media screen and (max-width: 1380px){
    /*Our values*/
    .our-values-list .value-item{
        width: calc(33.333333333% - 18px);
    }
}
@media screen and (max-width: 1340px){
    /*Similar articles*/
    .similar-articles-box{
        padding: 54px 40px;
    }
    /*Popup*/
    .start-cooperation-popup .scroll-box{
        padding: 0 48px;
    }
}
@media screen and (max-width: 1300px){
    .bg-text{
        font-size: 15.385vw;
    }
    /*Independent*/
    .container{
        padding: 0 40px;
    }
    /*Nav*/
    #nav .has-third-level .dropdown{
        left: 40px;
        right: 40px;
    }
    #nav .has-third-level .dropdown > ul > li{
        width: calc(50% - 30px);
    }
    /*Main screen*/
    #main-screen .title-box .sub-box{
        padding-left: 50px;
    }
    #main-screen .projects-box .title{
        margin-left: 50px;
    }
    /*Page title box*/
    .press-center-page .page-title-box .bg-text{
        right: calc((100vw - 100% / 2) * -1);
    }
    /*Main*/
    #static-layout-grid-box{
        padding: 0 40px;
    }
    .filtration-page #main{
        margin-bottom: 0;
    }
    .filtration-page #main:not(.no-bg-text){
        padding-bottom: 24vw;
    }
    /*Filter*/
    .filter-box .filter-controls-box{
        right: 40px;
    }
    /*Employee inner*/
    .employee-box .img .label{
        left: -20px;
    }
    .employee-box .name{
        font-size: 3.385vw;
    }
    /*Text aside grid*/
    .text-aside-grid .text-box{
        margin-right: 64px;
    }
    .text-aside-grid .aside{
        width: 40.98360655737705%;
    }
    /*Articles*/
    .bg-article{
        padding: 40px;
    }
    .articles-grid .pinned-articles{
        min-width: 400px;
    }
    .articles-grid .articles-in-brief-list{
        flex: 1;
        width: auto;
        margin-left: 48px;
    }
    /*About us section*/
    .about-us-grid .we-in-numbers{
        width: 260px;
    }
    /*Clients section*/
    .clients-grid .logos-grid .img{
        padding: 20px;
    }
    /*Our history section*/
    .our-history-section{
        padding-bottom: 17.53vw;
    }
    /*About section*/
    .about-section{
        padding-bottom: 22vw;
    }
    /*International recognition section*/
    .international-recognition-slider .swiper-slide{
        padding: 40px 24px 48px 32px;
    }
    .international-recognition-slider .logo{
        width: 32%;
        padding-bottom: 32%;
    }
    .international-recognition-slider .text{
        margin-left: 24px;
    }
    /*Programm section*/
    .section.programm-section{
        padding-bottom: 23vw;
    }
    .section.programm-section .bg-text{
        bottom: 4vw;
        right: -40vw;
    }
    /*Achievements section*/
    .achievements-slider .logo{
        margin-right: 24px;
        width: 32%;
        padding-bottom: 32%;
    }
}
@media screen and (max-width: 1244px){
    blockquote{
        padding: 48px 48px 54px;
    }
    /*Page title box*/
    .page-title-box.no-indent{
        padding-bottom: 160px;
    }
    .breadcrumbs + h1, .breadcrumbs + .h1{
        margin-top: 9.486vw;
    }
    .page-title-box .sub-text-box{
        margin-top: 19vw;
    }
    .page-title-box .bg-text{
        bottom: -10vw;
    }
    /*Inner page main screen*/
    .inner-main-screen{
        min-height: 0;
        padding: 42px 0 15vw;
    }
    .inner-main-screen .breadcrumbs{
        margin-bottom: 9.486vw;
    }
    /*Our team section*/
    .employees-slider .label{
        left: 35px;
    }
    /*Main*/
    #main{
        margin-top: 9.325vw;
    }
    /*Articles*/
    .bg-article{
        padding: 40px 30px;
    }
    /*Sections*/
    .section-in-brief + *{
        margin-top: 11.291vw;
    }
    /*Our advantages section*/
    .accordion-slider-box .accordion-bullets{
        width: calc(50% - 20px);
    }
    .accordion-slider-box .accordion-img-slider{
        width: calc(50% - 20px);
        margin-left: 0;
    }
    .mission-slider .swiper-slide{
        padding: 44px 48px 54px;
    }
    .mission-slider .num{
        top: 42px;
        left: 45px;
    }
    /*404*/
    .error-page-box .bg-text{
        right: -20vw;
    }
    /*Popup*/
    .start-cooperation-popup .scroll-box{
        padding: 0 48px;
    }
    .start-cooperation-popup .pre-btn-grid{
        display: block;
        margin-top: -10px;
    }
    .start-cooperation-popup .pre-btn-grid .pre-btn{
        margin-right: 0;
    }
    .start-cooperation-popup .pre-btn-grid .btn{
        margin: 40px auto 0;
    }
}
@media screen and (max-width: 1244px) and (min-width: 981px){
    /*Articles*/
    .articles-grid .articles-in-brief-list .article-in-brief .time{
        margin-right: 40px;
    }
}
@media screen and (max-width: 1244px) and (min-width: 1121px){
    #static-layout-grid h2, #static-layout-grid .h2{
        font-size: 4.985vw;
    }
    #static-layout-grid h3, #static-layout-grid .h3{
        font-size: 4.663vw;
    }
    .large-paragraph{
        font-size: 1.769vw;
    }
}
@media screen and (max-width: 1244px) and (min-width: 1141px){
    .filtering-box .trainings-grid .training-item .title{
        font-size: 20px;
    }
    .training-item.fixed-height .title{
        min-height: 50px;
    }
}
@media screen and (max-width: 1217px){
    /*Main screen*/
    #main-screen h1{
        font-size: 46px;
    }
    #main-screen .projects-box .title{
        font-size: 24px;
    }
    /*Inner page main screen*/
    .inner-main-screen .description{
        font-size: 20px;
    }
    /*Training section*/
    .training-description-section .section-bg{
        background-size: 1200px auto;
    }
}
@media screen and (max-width: 1200px){
    /*Sub advantages section*/
    .sub-advantages .item{
        font-size: 19px;
    }
    /*Mission section*/
    .mission-section .in-brief{
        font-size: 2.5vw;
        padding-bottom: 4.584vw;
    }
    .mission-section .section-bg{
        max-height: none;
        height: 72.822vw;
    }
    /*Achievements section*/
    .achievements-slider .swiper-slide{
        font-size: 15px;
    }
    /*Our values*/
    .our-values-section .section-title{
        max-width: calc(56% - 60px);
    }
    /*Services box*/
    .services-grid{
        display: block;
    }
    .services-grid .services-box{
        width: 100%;
    }
    .market-trends-box{
        width: 100%;
        margin: 80px 0 0;
        padding: 0;
    }
    .market-trends-list{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px -20px;
    }
    .market-trends-box .market-trend-item{
        width: calc(25% - 20px);
        margin: 0 10px 20px;
    }
    /*Trainings*/
    .training-item .title{
        font-size: 20px;
    }
}
@media screen and (max-width: 1180px){
    /*Logos grid*/
    .logos-grid .img{
        padding: 30px;
    }
    /*Our history section*/
    .timeline{
        margin: 64px 0 0;
    }
    /*Projects section*/
    .project-item{
        padding: 24px 26px;
    }
    .project-item .title{
        font-size: 19px;
    }
    /*We do section*/
    .arrow-links-list .col{
        width: calc(33.333333% - 26.66666666666667px);
        margin: 0 40px 47px 0;
    }
    .arrow-links-list .arrow-link{
        font-size: 18px;
    }
    .arrow-links-list .arrow-link svg{
        top: -1px;
    }
    /*Vacancies section*/
    .join-team-box .title br{
        display: none;
    }
}
@media screen and (max-width: 1160px){
    /*Our team section*/
    .employee-description{
        min-height: 373px;
    }
}
@media screen and (min-width: 1141px){
    /*Employees list*/
    .employees-list .employee-item:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 1140px){
    /*Header*/
    /*Nav*/
    #nav .has-third-level .dropdown > ul > li{
        width: calc(50% - 20px);
    }
    /*Main screen*/
    .projects-slider .swiper-slide{
        font-size: 19px;
        width: calc(50% + .5px);
        margin: 0;
    }
    .projects-slider .swiper-slide a{
        min-height: 0;
        padding: 24px;
    }
    /*Main*/
    #static-layout-grid-box, #main{
        margin-bottom: 140px;
    }
    .teachers-page #main{
        padding-bottom: 140px;
    }
    /*Start cooperation*/
    .start-cooperation-section{
        padding: 120px 0 150px;
    }
    /*Partnership section*/
    .partners-grid .item{
        width: 25%;
    }
    /*Speakers section*/
    .speaker-item{
        font-size: 14px;
    }
    /*Static section*/
    .title-text-grid .title-box{
        width: 40%;
    }
    .title-text-grid .title{
        font-size: 28px;
    }
    .title-text-grid .text-box{
        margin-left: 48px;
    }
    /*Employees list*/
    .employees-list{
        justify-content: space-between;
        max-width: 620px;
    }
    .employees-list .employee-item{
        width: calc(50% - 9px);
        margin-right: 0;
    }
    /*Anchors nav*/
    .anchors-nav{
        margin: 0 -40px 40px 0;
    }
    .anchors-nav:after{
        right: 40px;
    }
    .anchors-nav a{
        margin-right: 40px;
    }
    /*Text aside grid*/
    .text-aside-grid .text-box{
        margin-right: 40px;
    }
    .text-aside-grid .aside blockquote{
        padding: 40px;
    }
    /*Articles*/
    .events-box.bg:last-of-type{
        margin-bottom: -140px;
    }
    /*Aside*/
    /*Authors list*/
    .author-item .img{
        max-width: 130px;
        min-width: 130px;
    }
    /*Similar articles*/
    .similar-article .title{
        font-size: 19px;
    }
    /*Services box*/
    .market-trends-box .market-trend-item{
        width: calc(33.33333333% - 20px);
    }
    /*About us section*/
    .about-us-grid{
        display: block;
    }
    .about-us-grid .we-in-numbers{
        width: auto;
    }
    .we-in-numbers{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -30px -20px 0;
    }
    .we-in-numbers .item, .we-in-numbers .item:last-child{
        margin: 0 30px 20px 0;
        width: calc(33.333333% - 30px);
    }
    .about-us-grid .awards-list{
        margin: 64px 0 -23px;
    }
    /*About section*/
    .about-grid .advantages-box{
        width: 44.52830188679245%;
        margin: 24px 0 0;
    }
    .advantage-item{
        padding: 0 0 24px 48px;
        margin-bottom: 28px;
    }
    .advantage-item:not(:last-child):after{
        left: 48px;
    }
    .about-grid .img-box{
        margin: 0 0 0 5%;
    }
    .about-grid .img-box .bg-img{
        position: relative;
        padding: 0 12% 0 16%;
    }
    .about-grid .img-box .bg-img img{
        width: 100%;
    }
    .about-grid .img-box .bordered-img{
        margin: -20.725% 0 0 5%;
        width: 44%;
    }
    /*Clients section*/
    .clients-grid .logos-grid .img{
        width: calc(33.33333% - 10px);
    }
    /*Directions section*/
    .directions-list .direction-item{
        padding: 36px 32px 40px;
    }
    /*Joint rest section*/
    .joint-rest-grid{
        margin: 0 -3.2% -6.4%;
    }
    .joint-rest-grid .item{
        padding: 0 3.2%;
        margin: 0 0 6.4%;
    }
    .joint-rest-grid a p{
        left: 32px;
        right: 32px;
        bottom: 32px;
    }
    .joint-rest-grid .item .title{
        font-size: 28px;
    }
    /*Popup*/
    .start-cooperation-popup{
        display: block;
        width: 794px;
        max-width: 70%;
    }
    .start-cooperation-popup .bg{
        display: none;
    }
    .start-cooperation-popup .scroll-box{
        width: 100%;
        padding: 0 71px;
    }
    .start-cooperation-popup .scroll-box .max-w{
        margin: 0 auto;
    }
    .start-cooperation-popup .pre-btn-grid{
        display: flex;
        margin-top: 0;
    }
    .start-cooperation-popup .pre-btn-grid .pre-btn{
        margin-right: 22px;
    }
    .start-cooperation-popup .pre-btn-grid .btn{
        margin: 0;
    }
    /*Trainings*/
    .training-item{
        padding: 24px 26px 111px;
    }
    .training-item .title{
        font-size: 19px;
    }
    .training-item.fixed-height .title{
        min-height: 47px;
    }
    .training-item .price-box{
        left: 26px;
        right: 26px;
    }
}
@media screen and (min-width: 1081px){
    /*Our advantages section*/
    .accordion-slider-box .bullet-item.active .title, .no-touchevents .accordion-slider-box .title:hover{
        color: #9107D1;
        cursor: pointer;
    }
    /*Accordion slider*/
    .accordion-slider-box .accordion-bullets .swiper-wrapper{
        display: block;
    }
    .accordion-slider-box .accordion-bullets .slider-controls{
        display: none;
    }
}
@media screen and (max-width: 1080px){
    #nav > ul > li{
        margin-left: 32px;
    }
    /*Anchors nav*/
    .anchors-nav{
        margin: 0 -32px 40px 0;
    }
    .anchors-nav:after{
        right: 32px;
    }
    .anchors-nav a{
        margin-right: 32px;
    }
    /*Sub advantages section*/
    .sub-advantages .item{
        font-size: 18px;
        padding: 32px 24px;
    }
    /*Eevent section*/
    .event-section .event-bg{
        background-position: 60% 50%;
    }
    /*Employees stories section*/
    .stories-slider .swiper-slide{
        padding: 36px;
    }
    /*Our advantages section*/
    .accordion-slider-box{
        display: block;
        padding: 0;
    }
    .section-title + .accordion-slider-box{
        margin-top: 0;
    }
    .accordion-slider-box .accordion-img-slider{
        display: none;
    }
    .accordion-slider-box .accordion-bullets{
        /*display: flex;
		flex-wrap: wrap;
		justify-content: space-between;*/
        width: 100%;
        margin: 0;
    }
    .accordion-slider-box .bullet-item{
        width: calc(50% - 20px);
        padding: 0;
        margin: 0;
        border: none;
    }
    .accordion-bullets .img{
        display: block;
        margin: 0 0 20px;
    }
    .accordion-slider-box .dropdown{
        display: block !important;
    }
    .accordion-slider-box .dropdown > :first-child{
        margin-top: 10px;
    }
    .accordion-slider-box .bullet-item .progress-box{
        display: none;
    }
    /*Vacancies section*/
    .join-team-box .title{
        font-size: 28px;
    }
    /*Our history section*/
    .timeline .year-box{
        margin-bottom: 3.705vw;
    }
    .timeline .year{
        font-size: 5.149vw;
        padding-bottom: 4.26vw;
    }
    /*International recognition section*/
    .international-recognition-slider{
        margin: 60px 0 0 auto;
    }
    .international-recognition-slider .title{
        font-size: 18px;
    }
    /*Achievements section*/
    .achievements-slider .title{
        font-size: 18px;
    }
    /*Partnership section*/
    .partners-grid-box{
        margin: 60px 0 0 auto;
    }
    /*Our values*/
    .our-values-section.is-inview:before{
        transform: translateX(38%);
    }
    .our-values-section .section-title{
        max-width: calc(62% - 60px);
    }
    /*Mission section*/
    .mission-slider .swiper-slide{
        padding: 40px 40px 48px;
    }
    .mission-slider .num{
        top: 36px;
        left: 37px;
    }
    /*Press center filter*/
    .press-center-filter{
        margin: 0 0 64px;
    }
    /*Our team section*/
    .employees-sliders-grid{
        visibility: hidden;
        height: 0;
        margin: 0;
        overflow: hidden;
    }
    .employee-description-box{
        padding: 0;
    }
    .employee-description{
        max-width: none;
        width: 100%;
        min-height: 256px;
    }
    .employee-description .img-rotator{
        position: relative;
        left: 0;
        top: 0;
        max-width: 100%;
        margin: 32px 0 0;
    }
    /*Document section*/
    .document-box{
        width: 90vw;
    }
}
@media screen and (max-width: 1080px) and (min-width: 981px){
    /*Filter*/
    .filtering-box .projects-list .project-item{
        font-size: 14px;
        width: calc(50% - 8px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .filtering-box .project-item .title{
        font-size: 17px;
    }
}
@media screen and (max-width: 1060px){
    /*Similar articles*/
    .similar-articles-box{
        padding: 44px 32px;
    }
    /*Rss section*/
    .text-form-grid{
        display: block;
    }
    .text-form-grid .text-box{
        width: 100%;
        min-width: 0;
    }
    .text-form-grid .form-box{
        width: 100%;
        max-width: 700px;
        margin: 54px auto 0 auto;
    }
    /*About section*/
    .about-section .section-bg{
        background-size: 1060px auto;
    }
}
@media screen and (min-width: 1041px){
    /*Trainings section*/
    .trainings-grid .training-item:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 1040px){
    /*Trainings section*/
    .trainings-grid{
        justify-content: space-between;
    }
    .training-item{
        max-width: none;
        width: calc(50% - 10px);
        margin: 0 0 20px;
        padding: 24px 24px 111px;
    }
    .training-item .price-box{
        left: 24px;
        right: 24px;
    }
    .training-item.fixed-height{
        min-height: 0;
    }
}
@media screen and (max-width: 1040px) and (min-width: 981px){
    .filtering-box .trainings-grid .training-item{
        width: 100%;
    }
    .training-item.fixed-height .title{
        min-height: 0;
    }
}
@media screen and (max-width: 1120px) and (min-width: 861px){
    h1, .h1{
        font-size: 53px;
    }
    #static-layout-grid h2, #static-layout-grid .h2{
        font-size: 56px;
    }
    #static-layout-grid h3, #static-layout-grid .h3{
        font-size: 52px;
    }
    .large-paragraph{
        font-size: 19.8px;
    }
}
@media screen and (max-width: 1020px){
    /*Header*/
    #nav > ul > li{
        margin: 0 0 0 24px;
    }
    /*We do section*/
    .arrow-links-list{
        margin-bottom: -40px;
    }
    .arrow-links-list .col{
        width: calc(33.333333% - 21.33333333333333px);
        margin: 0 32px 40px 0;
    }
    .arrow-links-list .arrow-link{
        font-size: 17px;
    }
    /*Our values*/
    .our-values-list .value-item{
        width: calc(50% - 18px);
    }
    /*Vacancies section*/
    .accordion .title{
        padding: 0 110px 0 100px;
    }
    .accordion .num{
        left: 0;
    }
    .accordion .icon{
        right: 0;
    }
    .accordion .dropdown{
        margin-left: 100px;
    }
}
@media screen and (min-width: 981px){
    /*Header*/
    .short-header-view #header, .stick-short-header #header{
        transform: translateY(-45px);
        transition: transform .4s ease;
    }
    .stick-short-header #header{
        background: pink;
    }
    .sticky-header #header{
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }
    .hdr-offices .offices-dropdown{
        display: flex !important;
    }
    /*Nav*/
    #nav-box{
        transition: opacity .2s ease, visibility .2s ease;
    }
    .opened-search #nav-box{
        opacity: 0;
        visibility: hidden;
    }
    .no-touchevents #nav > ul > li.has-child > a{
        position: relative;
    }
    .no-touchevents #nav > ul > li.has-child:hover > a, #nav > ul > li.has-child.opened-dropdown > a{
        color: #9107D1;
    }
    .no-touchevents #nav > ul > li.has-child > a:hover:before{
        content: '';
        position: absolute;
        top: 0;
        left: -40px;
        right: -40px;
        height: 30px;
    }
    #nav > ul > li.has-child > a .arrow{
        display: inline-block;
        vertical-align: top;
        margin: 7px 0 0 8px;
    }
    .no-touchevents #nav > ul > li.has-child:hover > a .arrow, #nav > ul > li.has-child.opened-dropdown > a .arrow{
        transform: scaleY(-1);
    }
    #nav > ul > li.has-child > a .arrow *{
        transition: fill .2s ease;
    }
    .no-touchevents #nav > ul > li.has-child:hover > a .arrow *, #nav > ul > li.has-child.opened-dropdown > a .arrow *{
        fill: #9107D1;
    }
    #nav > ul > li > .dropdown:before{
        content: '';
        position: absolute;
        z-index: -1;
        left: -30px;
        width: 181px;
        top: 0;
        bottom: 0;
        background: #fff;
    }
    #nav > ul > li.has-third-level > .dropdown:before{
        left: -2500px;
        right: -2500px;
        width: auto;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    }
    #nav .dropdown li:last-child{
        margin-bottom: 0;
    }
    .hide-third-level-box{
        display: none !important;
    }
    .langs-box{
        display: flex !important;
    }
    .opened-search .js-open-search .icon{
        display: none;
    }
    .opened-search .js-open-search .close-icon{
        display: block;
    }
    /*Main*/
    #static-layout-grid-box #main .container{
        padding: 0;
    }
    /*Filter*/
    .no-filter-controls .filter-grid .filtering-box{
        margin-top: 0;
    }
    /*Employee inner*/
    .employee-box .description{
        position: relative;
        padding: 60px 0 0;
    }
    .employee-box .download-link, .employee-box .tooltip-box{
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
    }
    /*Aside*/
    #static-layout-grid-box #aside .container{
        padding: 0;
    }
    /*Projects section*/
    .projects-list .project-item:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 980px){
    #all{
        padding-top: 73px;
    }
    .opened-nav #all:before{
        opacity: 1;
        visibility: visible;
    }
    /*Form*/
    .form .fields-row .field{
        width: calc(50% - 15px);
    }
    .pre-btn-grid.fields-ratio .pre-btn{
        margin-right: 40px;
    }
    .pre-btn-grid.fields-ratio .btn{
        width: calc(50% - 15px);
    }
    /*Independent*/
    .container{
        padding: 0 30px;
    }
    #header{
        height: 74px;
        padding: 20px 0;
        background: #fff;
        border-bottom: 1px solid #eaeaea;
        transition: transform .4s ease .2s, opacity .4s ease .2s;
    }
    html:not(.page-load) #header{
        transform: translateY(-50%);
        opacity: 0;
    }
    .hdr-top-box{
        display: none;
    }
    .main-hdr-box{
        background: none;
        transition: none;
    }
    html:not(.page-load) .main-hdr-box{
        transform: none;
        opacity: 0;
    }
    .main-hdr-box .container{
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    #logo{
        width: 81px;
        height: 35px;
    }
    .js-open-search{
        display: flex;
        margin: 0 0 0 auto;
    }
    .opened-nav .js-open-search{
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease;
    }
    .opened-search .js-open-search{
        opacity: 0;
        transition: opacity .6s ease;
    }
    .js-open-search svg.icon{
        display: none;
    }
    .js-open-search svg.mobile-icon{
        display: block;
    }
    .js-open-nav{
        display: block;
        margin-left: auto;
    }
    .js-open-search + .js-open-nav{
        margin-left: 28px;
    }
    .langs-box{
        position: absolute;
        z-index: 999;
        right: 0;
        top: -3px;
        justify-content: flex-start;
        width: 420px;
        max-width: 100%;
        height: auto;
        padding: 0 0 0 26px;
        margin: 11px 0 0;
        transition: opacity .2s ease, visibility .2s ease;
        background: #fff;
        border: none;
    }
    html:not(.opened-nav) .langs-box{
        opacity: 0;
        visibility: hidden;
    }
    .langs-box .langs-dropdown{
        left: 0;
        top: 0;
    }
    .js-open-langs-dropdown{
        color: #9107D1;
    }
    .js-open-langs-dropdown svg *, .js-open-offices-dropdown svg *{
        fill: #9107D1;
    }
    .hdr-offices{
        position: relative;
        height: auto;
        margin: 0 0 0 24px;
        padding: 0 0 0 24px;
    }
    .hdr-offices:before{
        content: '';
        position: absolute;
        left: 0;
        top: -2px;
        height: 21px;
        width: 1px;
        background: #eaeaea;
    }
    .hdr-offices .separator{
        height: 21px;
        margin: 0 13px;
    }
    .js-open-offices-dropdown{
        position: relative;
        z-index: 6;
    }
    .hdr-offices .offices-dropdown{
        display: none;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        font-size: 14px;
        line-height: 21px;
        margin: 0;
        padding: 38px 32px 15px 26px;
        background: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
        border: none;
    }
    .hdr-offices .offices-dropdown li, .hdr-offices .offices-dropdown li:not(:last-child){
        display: block;
        height: auto;
        margin: 0 0 20px;
        padding: 0;
        background: none;
        border: none;
    }
    .hdr-offices .offices-dropdown li:last-child{
        margin-bottom: 0;
    }
    .hdr-offices .js-open-offices-dropdown{
        color: #9107D1;
        cursor: pointer;
    }
    .js-open-offices-dropdown svg{
        display: inline-block;
        vertical-align: top;
    }
    .hdr-search-form{
        position: absolute;
        z-index: 100;
        top: -4px;
        right: 97px;
        width: 400px;
        max-width: calc(100% - 280px);
        transition: opacity .2s ease, visibility .2s ease;
    }
    html:not(.opened-search) .hdr-search-form{
        opacity: 0;
        visibility: hidden;
    }
    .hdr-search-form .search-btn{
        right: -3px;
    }
    .hdr-search-form .search-btn svg{
        width: 16px;
        height: auto;
    }
    /*Nav*/
    #nav-box{
        position: fixed;
        z-index: 998;
        right: 0;
        top: 74px;
        height: calc(100dvh - 74px);
        width: 420px;
        max-width: 100%;
        margin: 0;
        overflow: hidden;
        background: #fff;
        transform: translate3d(101%, 0, 0);
        transition: transform .5s ease;
    }
    .opened-nav #nav-box{
        transform: none;
    }
    #nav{
        font-size: 0;
        text-align: center;
        height: calc(100% - 64px);
        padding: 27px 30px 0;
        margin-top: 64px;
        overflow: hidden;
        overflow-y: auto;
    }
    #nav:before{
        content: '';
        position: relative;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    #nav > ul{
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2em;
        text-align: left;
        width: 100%;
        margin: 0 0 32px -1px;
    }
    #nav > ul > li{
        margin: 0 0 30px;
    }
    #nav > ul > li:last-child{
        margin-bottom: 0;
    }
    #nav > ul > li.has-child > a .arrow{
        display: none;
    }
    #nav .dropdown, #nav .has-third-level .dropdown{
        position: relative;
        left: 0;
        top: 0;
        display: block !important;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2em;
        padding: 0;
        margin: 20px 0 0 20px;
    }
    #nav .dropdown li{
        font-size: 18px;
        line-height: 1.2em;
        margin: 0 0 24px;
    }
    #nav .has-third-level .dropdown > ul{
        display: block;
    }
    #nav .has-third-level .dropdown > ul > li{
        width: 100%;
        margin: 0 0 24px;
    }
    #nav .has-third-level .dropdown > ul > li > a{
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-right: 27px;
    }
    #nav .has-third-level .dropdown > ul > li > a > span{
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px dashed #0b0e29;
        transition: border-color .2s ease;
    }
    .no-touchevents #nav .has-third-level .dropdown > ul > li > a:hover span{
        border-color: transparent;
    }
    #nav .has-third-level .dropdown > ul > li > a .arrow{
        position: absolute;
        top: 8.5px;
        right: 0;
        transition: transform .2s ease;
    }
    .no-touchevents #nav .has-third-level .dropdown > ul > li > a:hover .arrow{
        transform: translateX(10px);
    }
    .no-touchevents #nav .has-third-level .dropdown > ul > li > a .arrow *{
        transition: fill .2s ease;
    }
    .no-touchevents #nav .has-third-level .dropdown > ul > li > a:hover .arrow *{
        fill: #9107D1;
    }
    .third-level-nav{
        position: fixed;
        z-index: 1000;
        display: block;
        top: 74px;
        right: 0;
        height: calc(100% - 74px);
        width: 420px;
        max-width: 100%;
        padding: 18px 30px 0;
        background: #fff;
        overflow: hidden;
        overflow-y: auto;
        transition: transform .5s ease;
    }
    .third-level-nav:not(.visible){
        transform: translate3d(101%, 0, 0);
    }
    .hide-third-level-box{
        position: absolute;
        top: 7px;
        right: 0;
        padding-left: 30px;
        width: 420px;
        max-width: 100%;
    }
    .js-hide-third-level-nav{
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.3em;
        color: #0b0e29;
        padding-left: 17px;
        cursor: pointer;
        transition: color .2s ease;
    }
    .no-touchevents .js-hide-third-level-nav:hover{
        color: #9107D1;
    }
    .js-hide-third-level-nav .arrow{
        position: absolute;
        left: 0;
        top: 6px;
        transition: transform .2s ease;
    }
    .no-touchevents .js-hide-third-level-nav:hover .arrow{
        transform: translateX(-10px);
    }
    .no-touchevents .js-hide-third-level-nav .arrow *{
        transition: fill .2s ease;
    }
    .no-touchevents .js-hide-third-level-nav:hover .arrow *{
        fill: #9107D1;
    }
    .third-level-nav .title{
        font-weight: 600;
        font-size: 18px;
        color: rgba(11, 14, 41, .6);
        margin: 0 0 24px;
        padding: 0;
        border: none;
    }
    .third-level-nav ul{
        width: 100%;
        margin: 0;
    }
    .third-level-nav ul:last-child{
        margin-bottom: 32px;
    }
    .third-level-nav li, .third-level-nav li:last-child{
        font-size: 16px;
        line-height: 1.3em;
        margin-bottom: 20px;
        padding: 0;
        background: none;
    }
    .third-level-nav a{
        color: #0b0e29;
        text-decoration: none;
    }
    .third-level-nav .active > a{
        color: #5b5e70;
    }
    .hdr-contact-us-btn{
        position: absolute;
        left: 0;
        top: 0;
        line-height: 64px;
        height: 64px;
        width: 100%;
        min-width: 0;
        margin: 0;
    }
    /*Main screen*/
    #main-screen .container{
        min-height: calc(100vh - 74px);
    }
    #main-screen .title-box .sub-box{
        padding-left: 10px;
    }
    #main-screen .projects-box .title{
        margin-left: 10px;
    }
    .projects-slider{
        margin: 0 -30px;
        padding: 0 40px;
    }
    .projects-slider .swiper-slide{
        font-size: 18px;
    }
    .projects-slider .swiper-slide a{
        padding: 24px;
    }
    .projects-slider .swiper-btn{
        top: 0;
        width: 40px;
        height: 100%;
        margin-top: 0;
        border-radius: 0;
        border: none;
    }
    .projects-slider .swiper-btn.prev-btn{
        left: 0;
    }
    .projects-slider .swiper-btn.next-btn{
        right: 0;
    }
    /*Page title box*/
    .press-center-page .page-title-box .bg-text{
        right: calc((100vw - 100% / 2 + 60px) * -1);
    }
    /*Top page bg*/
    .top-page-bg{
        height: 49.675vw;
        min-height: 240px;
    }
    /*Sub advantages section*/
    .sub-advantages .item{
        font-size: 16px;
        padding: 24px 24px 29px;
        min-height: 0;
    }
    /*Main*/
    #static-layout-grid-box{
        padding: 0;
    }
    #static-layout-grid{
        display: block;
    }
    #static-layout-grid-box #main{
        width: 100%;
        max-width: 820px;
    }
    #main{
        margin-top: 10vw;
    }
    .text-aside-grid .static-box{
        max-width: 850px;
    }
    /*Important text*/
    .important-text{
        padding: 16px 0 20px 30px;
    }
    /*Logos grid*/
    .logos-grid .img{
        width: calc(25% - 20px);
    }
    /*Tabs*/
    .vertical-tabs .tabs-nav{
        width: 240px;
    }
    .vertical-tabs .tabs-content{
        margin-left: 40px;
    }
    /*Filter*/
    .filter-grid{
        display: block;
    }
    .filter-grid .filtering-box{
        max-width: none;
        margin: 0;
    }
    .filter-box{
        position: fixed;
        z-index: 10001;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 86px 20px 0;
        overflow: hidden;
        overflow-y: auto;
        background: rgba(255, 255, 255, .95);
        transition: opacity .2s ease, visibility .2s ease;
    }
    html:not(.opened-filter) .filter-box{
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
    .filter-box .align-m-mobile{
        position: relative;
        margin-bottom: 120px;
        /*display: flex;
		align-items: center;
		min-height: 100%;*/
    }
    .filter-box .max-w-mobile{
        max-width: 420px;
        margin: 0 auto;
    }
    .filter-box .filter-controls-box{
        position: relative;
        top: 0;
        right: auto;
    }
    .filter-controls-box .text{
        display: none;
    }
    .number-of-filter-results{
        display: block;
    }
    .js-open-mobile-filter{
        display: flex;
    }
    .js-close-filter{
        display: flex;
    }
    /*Press center filter*/
    .press-center-filter{
        margin: 25px 0 0;
    }
    .press-center-filter .filter-field:last-of-type{
        margin-right: 0;
    }
    /*Employees list*/
    .employees-list{
        justify-content: flex-start;
        max-width: none;
    }
    .employees-list .employee-item{
        width: calc(33.33333333% - 12px);
        margin-right: 18px;
    }
    /*Employee inner*/
    .employee-box .img .label{
        left: -15px;
        bottom: 15px;
    }
    .employee-box .description{
        margin-left: 30px;
    }
    .employee-box .tooltip-content{
        font-size: 16px;
        max-width: 480px;
        padding: 32px;
        right: -120px;
    }
    .tooltip-content:before, .tooltip-content:after{
        right: 165px;
    }
    /*Text aside grid*/
    .text-aside-grid{
        display: block;
    }
    .text-aside-grid .text-box{
        margin-right: 0;
    }
    .text-aside-grid .aside{
        width: 100%;
        max-width: 500px;
        /*margin: 12.094vw 0 0;*/
        margin-top: 64px;
    }
    .employee-page #main .text-aside-grid .aside{
        margin-top: 64px;
    }
    /*Inner article*/
    .article-footer{
        margin: 54px auto 0;
    }
    /*Aside*/
    #static-layout-grid-box #aside{
        position: relative;
        width: 100%;
        margin: 60px 0 0;
        padding-top: 60px;
        max-width: 820px;
    }
    #static-layout-grid-box #aside:before{
        content: '';
        position: absolute;
        top: 0;
        left: 30px;
        right: 30px;
        height: 1px;
        background: #eaeaea;
    }
    #static-layout-grid-box #aside > .container{
        max-width: 560px;
        margin-left: 0;
    }
    /*Authors list*/
    .authors-list{
        margin: 0 0 58px;
    }
    .author-item .img{
        max-width: 160px;
        min-width: 160px;
    }
    /*Services box*/
    .services-page .tabs-nav.small-size{
        margin-bottom: 40px;
    }
    .services-list .services-list-item{
        padding: 7px 30px;
    }
    .sub-services-list{
        padding: 0 30px;
    }
    .sub-services-list .service-title{
        margin: -1px -31px 0;
    }
    .sub-services-list .arrow-link{
        font-size: 17px;
    }
    .sub-services-list .service-title .arrow-link{
        font-size: 20px;
        min-height: 82px;
        padding: 9px 62px 9px 30px;
    }
    /*Sections*/
    .section-in-brief{
        font-size: 28px;
    }
    /*About us section*/
    .we-in-numbers .item, .we-in-numbers .item:last-child{
        padding-bottom: 20px;
    }
    .we-in-numbers .title{
        font-size: 17px;
    }
    .we-in-numbers .num{
        font-size: 46px;
    }
    /*Clients section*/
    .clients-grid{
        display: block;
    }
    .clients-grid .title-box{
        width: 100%;
    }
    .clients-grid .title-box p{
        max-width: 90%;
    }
    .clients-grid .logos-slider{
        margin: 64px 0 0;
        width: 100%;
    }
    .clients-grid .logos-grid{
        margin: 0 -20px -20px 0;
    }
    .clients-grid .logos-grid .img{
        width: calc(25% - 20px);
        margin: 0 20px 20px 0;
        padding: 30px;
    }
    /*Our projects section*/
    .section-title-box + .tabs-box{
        margin-top: 0;
    }
    .tabs-nav-grid{
        margin: 0 0 40px;
    }
    /*Directions section*/
    .directions-list .direction-item{
        padding: 32px 24px;
    }
    .directions-list .title{
        font-size: 19px;
    }
    .directions-list hr{
        margin: 24px 0;
    }
    /*Our advantages section*/
    .accordion-slider-box .bullet-item{
        width: calc(50% - 15px);
    }
    /*Vacancies section*/
    .accordion + .accordion, .join-team-box + .accordion, .section .join-team-box + .section-title, .join-team-box{
        margin-top: 13.28vw;
    }
    .join-team-box .title{
        font-size: 28px;
    }
    .join-team-box .text{
        font-size: 18px;
    }
    /*Employees stories section*/
    .stories-slider .swiper-slide{
        padding: 32px;
    }
    .stories-slider .text .name{
        font-size: 18px;
    }
    /*Our history section*/
    .timeline{
        font-size: 19px;
    }
    .timeline .item:not(:last-child):before{
        top: 45px;
    }
    .timeline .item .dot{
        top: 16px;
    }
    /*Partnership section*/
    .partners-grid-box + .js-show-all{
        margin-top: 16px;
    }
    /*Partners section*/
    .partners-section .bg-text{
        right: 30%;
    }
    .touchevents .partners-section .bg-text{
        right: -10%;
    }
    /*International recognition section*/
    .international-recognition-slider .swiper-slide{
        padding: 32px 18px 40px 24px;
    }
    .international-recognition-slider .logo{
        width: 28%;
        padding-bottom: 28%;
    }
    .international-recognition-slider .text{
        margin-left: 20px;
    }
    /*Achievements section*/
    .achievements-slider .swiper-slide{
        font-size: 14px;
        padding: 32px 18px 32px 24px;
    }
    .achievements-slider .logo{
        width: 28%;
        padding-bottom: 28%;
        margin-right: 20px;
    }
    .achievements-slider li{
        background-position: 0 11.5px;
    }
    /*Static section*/
    .title-text-grid{
        display: block;
    }
    .title-text-grid .title-box{
        width: 100%;
        max-width: 600px;
    }
    .title-text-grid .text-box{
        margin-left: 0;
    }
    /*About section*/
    .about-section{
        padding-bottom: 19vw;
    }
    .about-section .bg-text{
        bottom: 26px;
    }
    /*Our values*/
    .our-values-section{
        background: linear-gradient(180deg, #1E0C38 0%, #360978 100%);
    }
    .our-values-section:before{
        display: none;
    }
    .our-values-section .section-title{
        margin-left: 0;
        width: 100%;
        max-width: none;
    }
    .our-values-section .section-bg{
        display: none;
    }
    /*Mission section*/
    .mission-slider{
        margin: 10vw 0 0;
    }
    .mission-slider .swiper-slide{
        padding: 30px 30px 40px;
    }
    .mission-slider .num{
        top: 30px;
        left: 27px;
    }
    /*Event section*/
    .event-section .layout-indent-box{
        min-height: calc(100vh - 70px);
    }
    .event-section .event-title{
        font-size: 4.495vw;
    }
    .event-section .event-data, .event-section .event-data *{
        font-size: 19px;
    }
    .event-section .event-data .time{
        margin-right: 48px;
    }
    .event-section .anchor-btn{
        min-width: 300px;
    }
    /*Projects section*/
    .projects-list{
        justify-content: space-between;
    }
    .section-title + .projects-list{
        margin-top: 0;
    }
    .projects-list .project-item{
        width: calc(50% - 9px);
        margin: 0 0 18px;
    }
    /*Programm section*/
    .programm-list{
        padding: 0 0 0 80px;
    }
    .programm-list li:before{
        left: -68px;
    }
    .programm-list li:not(:last-child):after{
        left: -66px;
    }
    /*Joint rest section*/
    .joint-rest-grid{
        margin: 0 -3% -6%;
    }
    .joint-rest-grid .item{
        padding: 0 3%;
        margin: 0 0 6%;
    }
    .joint-rest-grid a p{
        left: 24px;
        right: 24px;
        bottom: 24px;
    }
    .joint-rest-grid .item .title{
        font-size: 26px;
    }
    /*Press center section*/
    .article-in-brief .time{
        margin: 10px 24px 0 0;
    }
    .article-in-brief .img{
        bottom: 0;
        right: calc(100% + 30px);
        width: 250px;
    }
    .article-in-brief .img img{
        width: 250px;
    }
    /*Articles*/
    .articles-grid{
        display: block;
    }
    .articles-grid .pinned-articles{
        width: 100%;
        min-width: 0;
    }
    .pinned-articles{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pinned-articles .bg-article{
        width: calc(50% - 10px);
    }
    .pinned-articles .bg-article:last-child{
        width: 100%;
    }
    .articles-grid .articles-in-brief-list{
        width: 100%;
        margin: 100px 0 0;
    }
    .articles-grid .press-center-filter + .articles-in-brief-list{
        margin-top: 40px;
    }
    /*Contacts*/
    .contacts-grid{
        display: block;
    }
    .contacts-grid .contacts-box{
        width: 100%;
    }
    .contacts-grid .tabs-nav{
        margin: 0 0 48px;
    }
    .contacts-grid .contacts-map-box{
        width: 100%;
        max-width: none;
        margin: 64px 0 0;
    }
    /*Usual map*/
    .map-box:before{
        top: 15px;
        left: -15px;
    }
    /*Pager*/
    .articles-grid .pager{
        width: 100%;
        margin-left: 0;
    }
    /*404*/
    .error-page-box .container{
        min-height: calc(100vh - 70px);
        padding-top: 20px;
        padding-bottom: 52px;
    }
    /*Popup*/
    .contact-us-popup{
        padding: 0 40px;
        width: 554px;
        max-width: 100%;
    }
    .contact-us-popup .max-w{
        padding: 90px 0 48px;
    }
    .contact-us-popup hr{
        margin: 40px 0;
    }
    .start-cooperation-popup{
        width: 100%;
        max-width: 686px;
    }
    .start-cooperation-popup .scroll-box{
        padding: 0 40px;
    }
    .js-close-popup{
        top: 24px;
        width: 46px;
        height: 46px;
    }
    .js-close-popup svg{
        width: 16px;
    }
    .event-popup{
        right: 16px;
        bottom: 16px;
        padding: 40px 30px;
        width: 440px;
    }
    .event-popup .event-data{
        padding-right: 24px;
    }
    .js-close-event-popup{
        top: 14px;
        right: 14px;
    }
}
@media screen and (max-width: 980px) and (min-width: 541px){
    /*Employees list*/
    .employees-list .employee-item:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (min-width: 921px){
    /*Employees list*/
    .section .employees-list .employee-item:nth-child(3n){
        margin-right: 20px;
    }
    .section .employees-list .employee-item:nth-child(4n){
        margin-right: 0;
    }
}
@media screen and (max-width: 920px){
    /*Employee inner*/
    .employee-box .img{
        width: 45%;
    }
    /*Start cooperation*/
    .start-cooperation-section{
        padding: 110px 0 132px;
    }
    .start-cooperation-section .grid-box{
        display: block;
        margin: 0 auto;
        max-width: 720px;
    }
    .start-cooperation-section .h5{
        max-width: 530px;
        width: 100%;
    }
    .start-cooperation-section .text-box{
        max-width: 420px;
        margin: 48px 0 0 auto;
        padding-top: 0;
    }
    .start-cooperation-section .btn{
        margin: 32px 0 0;
    }
    /*Our history section*/
    .timeline{
        font-size: 18px;
    }
    .timeline .item:not(:last-child):before{
        top: 41px;
        height: calc(100% - 27px);
    }
    .timeline .item .dot{
        left: calc(100% + 37px);
        width: 27px;
        height: 27px;
        top: 14px;
    }
    .timeline .item .dot:before{
        left: 10px;
        top: 10px;
    }
    .timeline .item:not(:last-child):before{
        left: calc(100% + 50px);
    }
    .timeline .item:nth-child(odd):before{
        left: -50px;
    }
    .timeline .item:nth-child(odd) .dot{
        left: -63px;
    }
    .timeline .year-box{
        margin-bottom: 32px;
    }
    .timeline .year{
        font-size: 44px;
        padding-bottom: 32px;
    }
    /*Partnership section*/
    .partners-grid{
        font-size: 15px;
    }
    /*Press center filter*/
    .press-center-filter{
        justify-content: space-between;
    }
    .press-center-filter .filter-field{
        display: block;
        width: calc(50% - 12px);
        margin: 0 0 16px;
    }
    .press-center-filter .filter-field:last-of-type{
        margin-right: 0;
    }
    .press-center-filter .filter-field-name{
        display: block;
        width: 100%;
        margin: 0 0 8px;
    }
    .press-center-filter .select-box{
        width: 100%;
    }
    .press-center-filter .filter-select + .select2-container, .press-center-filter .filter-select.large-size + .select2-container{
        min-width: 0;
    }
    .press-center-filter .js-clear-press-filter{
        margin: 0;
    }
    /*Press center section*/
    .inner-page-links + .events-box{
        margin-top: 8.48vw;
    }
    /*We do section*/
    .arrow-links-list{
        justify-content: space-between;
    }
    .arrow-links-list .col{
        width: calc(50% - 20px);
        margin: 0 0 40px;
    }
    .arrow-links-list .arrow-link{
        font-size: 18px;
    }
    /*Employees list*/
    .section .employees-list .employee-item{
        width: calc(33.3333333% - 13.33333333333333px);
    }
    .section .employees-list .employee-item:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 920px) and (min-width: 781px){
    /*Articles*/
    .bg-article .title{
        font-size: 18px;
    }
}
@media screen and (min-width: 861px){
    .event-section + .section{
        padding-top: 142px;
    }
    .employee-box .mobile-dropdown{
        display: block !important;
    }
}
@media screen and (max-width: 860px){
    h1, .h1{
        font-size: 6.164vw;
    }
    h2, .h2{
        font-size: 6.52vw;
        margin: 10.724vw 0 42px;
    }
    h3, .h3{
        font-size: 6.047vw;
        margin: 10.724vw 0 38px;
    }
    h4, .h4{
        font-size: 5.35vw;
        margin: 10.724vw 0 36px;
    }
    h5, .h5{
        font-size: 4.89vw;
        margin: 10.724vw 0 34px;
    }
    h6, .h6{
        font-size: 4.425vw;
        margin: 10.724vw 0 34px;
    }
    .large-paragraph{
        font-size: 1.111111111111111em;
    }
    /*Page title box*/
    .page-title-box.no-indent{
        padding-bottom: 19vw;
    }
    .page-title-box .sub-text{
        font-size: 19px;
        padding-top: 24px;
    }
    .page-title-box .sub-text-box .bg-text{
        bottom: calc(100% - 32px);
    }
    /*Sub advantages section*/
    .inner-main-screen + .sub-advantages-section{
        margin: -8vw 0 0;
    }
    .sub-advantages .item{
        font-size: 16px;
        padding: 24px 24px 29px;
        min-height: 0;
    }
    /*Main*/
    .employee-page #main, .filtration-page #main.no-bg-text{
        padding-bottom: 15.5vw;
    }
    /*Employee inner*/
    .employee-box .name{
        font-size: 29px;
    }
    /*Text aside grid*/
    .text-aside-grid .static-box + *{
        margin-top: 12.094vw;
    }
    /*Articles*/
    .events-box.bg{
        padding: 12vw 0 15.5vw;
    }
    .events-box + .events-box{
        margin-top: 15vw;
    }
    /*Inner article*/
    .inner-article-data{
        padding-bottom: 0;
    }
    .inner-article-data .inline-links{
        display: block;
    }
    .inner-article-data:after{
        display: none;
    }
    /*Sections*/
    .section{
        padding: 14.42vw 0 15.5vw;
    }
    .section .section-title{
        margin-bottom: 6.977vw;
    }
    .section-in-brief{
        font-size: 3.256vw;
    }
    .section-title-box .arrow-link{
        margin-top: 1.5vw;
    }
    /*Employees stories section*/
    .stories-slider .swiper-slide{
        padding: 28px;
    }
    /*Our history section*/
    .our-history-section .bg-text{
        bottom: 14px;
    }
    .timeline{
        margin-top: 0;
    }
    /*International recognition section*/
    .international-recognition-slider{
        margin-top: 0;
    }
    /*Partnership section*/
    .partners-grid-box{
        margin-top: 0;
    }
    .partners-grid .item{
        width: 33.33333333%;
    }
    .partnership-section .bg-text{
        bottom: 14px;
    }
    /*Mission section*/
    .mission-slider .title{
        font-size: 18px;
    }
    .mission-section .bg-text{
        bottom: 14px;
    }
    /*Services box*/
    .services-list .services-list-item{
        padding: 7px 24px;
    }
    .sub-services-list{
        padding: 0 24px;
    }
    .sub-services-list .service-title{
        margin: -1px -25px 0;
    }
    .sub-services-list .service-title .arrow-link{
        font-size: 19px;
        min-height: 79px;
        padding: 9px 54px 9px 24px;
    }
    .sub-services-list .service-title .arrow-link svg{
        top: -1px;
    }
    .sub-services-list .arrow-link svg{
        top: 0;
    }
    .market-trends-box .market-trend-item{
        width: calc(50% - 20px);
    }
    /*Employee inner*/
    .employee-box .description-data-item.hide-mobile, .employee-box .description-data-item + hr{
        display: none;
    }
    .employee-box .mobile-dropdown{
        display: none;
    }
    .employee-box .js-open-mobile-dropdown{
        cursor: pointer;
    }
    .employee-box .js-open-mobile-dropdown .arrow{
        display: inline-block;
    }
}
@media screen and (min-width: 781px){
    /*Speakers section*/
    .speakers-list .speaker-item:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 780px){
    blockquote{
        padding: 30px 30px 34px;
    }
    ol, ul{
        margin: 10px 0 10px 24px;
    }
    ul li, ol li{
        padding-left: 24px;
    }
    ol > li:before{
        left: -12px;
    }
    table th, table td{
        padding-left: 20px;
        padding-right: 20px;
    }
    /*Main screen*/
    #main-screen .projects-box .title{
        font-size: 26px;
        padding-bottom: 8px;
    }
    .projects-slider .swiper-slide{
        font-size: 17px;
    }
    /*Page title box*/
    .page-title-box.no-indent{
        padding-bottom: 16vw;
    }
    .page-title-box{
        padding-top: 32px;
        margin: 0 0 54px;
    }
    .page-title-box .sub-text-box{
        margin-top: 14vw;
    }
    html:not(.page-load) .page-title-box .sub-text{
        transform: translateY(60px);
    }
    .page-title-box .bg-text{
        right: -15vw;
    }
    /*Inner page main screen*/
    .inner-main-screen{
        padding-top: 32px;
    }
    .inner-main-screen .description{
        width: 90%;
    }
    /*Our team section*/
    .employee-description .name{
        font-size: 26px;
        margin: 0 0 14px;
    }
    .employee-description .name svg{
        top: -3px;
    }
    .employees-slider .label{
        bottom: 20px;
        left: 20px;
    }
    /*Training section*/
    .training-description-section .section-bg{
        background-size: 780px auto;
    }

    .tabs-box.text-tabs .tabs-nav{
        margin: 0 -32px 24px 0;
        padding: 0;
        border: none;
    }
    .tabs-box.text-tabs .tabs-nav-item{
        margin: 0 32px 20px 0;
    }
    .tabs-box.text-tabs .tabs-nav-item:before{
        bottom: -4px;
    }
    /*Main*/
    #static-layout-grid-box, #main{
        margin-bottom: 100px;
    }
    .teachers-page #main{
        padding-bottom: 100px;
    }
    /*Tabs*/
    .tabs-nav{
        font-size: 16px;
        line-height: 1.32em;
    }
    .tabs-nav-item{
        padding: 5px 10px;
        margin: 0 10px 8px 0;
    }
    .vertical-tabs{
        display: block;
    }
    .vertical-tabs .tabs-nav{
        display: flex;
        width: 100%;
    }
    .vertical-tabs .tabs-nav .tabs-nav-item{
        display: block;
    }
    .vertical-tabs .tabs-nav .tabs-nav-item:not(:last-child){
        margin: 0 10px 8px 0;
    }
    .vertical-tabs .tabs-content{
        margin: 54px 0 0 0;
        max-width: none;
    }
    /*Employees list*/
    .employee-item .name{
        font-size: 18px;
    }
    /*Employee inner*/
    .employee-box{
        display: block;
        position: relative;
        margin-bottom: 15.5vw;
    }
    .employee-box .img{
        width: 44.44444444444444%;
        max-width: 320px;
    }
    .employee-box .mobile-pos{
        position: absolute;
        top: 0;
        right: 0;
        max-width: calc(100% - 44.44444444444444% - 24px);
    }
    .employee-box .description{
        margin: 40px 0 0;
        padding: 0;
        max-width: none;
    }
    .employee-box .bg-text{
        bottom: -15vw;
        right: -15vw;
    }
    /*Inner page links*/
    .inner-page-links{
        margin-right: -40px;
    }
    .inner-page-link{
        margin: 0 40px 8px 0;
    }
    /*Inner article*/
    .inner-article-data, .inner-article-page .page-title-box hr.separator, .constructor-page .page-title-box hr.separator{
        margin-bottom: -6px;
    }
    .inner-article-page .text-aside-grid + *, .inner-article-page .static-section .h6.section-title, .constructor-page .text-aside-grid + *, .constructor-page .static-section .h6.section-title{
        margin-top: 64px;
    }
    /*Logos grid*/
    .logos-grid .img{
        padding: 20px;
    }
    /*Services box*/
    .services-grid .services-box{
        display: block;
        margin: 0 -1px;
    }
    .services-list{
        width: 100%;
        padding: 0;
        background: none;
    }
    .services-list:before, .services-list:after{
        display: none;
    }
    .services-list .services-list-item{
        padding: 0;
        margin: 0;
        border: 1px solid transparent;
        border-top-color: #eaeaea;
        transition: border .2s ease;
    }
    .services-list .services-list-item:last-child{
        border-bottom-color: #eaeaea;
    }
    .services-list .services-list-item.active{
        background: transparent;
        border-color: #9107D1;
    }
    .no-touchevents .services-list .services-list-item:hover{
        opacity: 1;
    }
    .services-list .services-list-item .title{
        position: relative;
        font-size: 18px;
        color: #0b0e29;
        padding: 16px 48px 16px 24px;
        transition: opacity .2s ease;
    }
    .services-list .services-list-item.active .title{
        color: #fff;
        cursor: pointer;
        background: #9107D1;
    }
    .no-touchevents .services-list .services-list-item .title:hover{
        opacity: .8;
    }
    .services-list .services-list-item .title .arrow{
        content: '';
        position: absolute;
        top: 28px;
        right: 16px;
        width: 14px;
        display: block;
        height: auto;
    }
    .services-list .services-list-item.active .title .arrow{
        transform: scaleY(-1);
    }
    .no-touchevents .services-list .services-list-item .title .arrow *{
        transition: fill .2s ease;
    }
    .services-list .services-list-item.active .title .arrow *{
        fill: #fff;
    }
    .sub-services-list-box{
        display: none;
    }
    .sub-services-list{
        padding: 16px 24px;
    }
    .sub-services-list li{
        padding: 10px 0 8px;
    }
    .sub-services-list .service-title{
        padding: 12px 0 10px;
        margin: 0;
        border-bottom: 1px solid #bec7d5;
    }
    .sub-services-list .arrow-link{
        font-weight: 400;
        font-size: 15px;
    }
    .sub-services-list .service-title .arrow-link{
        font-weight: 600;
        font-size: 16px;
        color: #0b0e29;
        min-height: 0;
        padding: 0 32px 0 0;
        background: none;
    }
    .no-touchevents .sub-services-list .service-title .arrow-link:hover{
        color: #9107D1;
    }
    .no-touchevents .sub-services-list .service-title .arrow-link:hover span{
        opacity: 1;
    }
    .sub-services-list .service-title .arrow-link svg{
        top: 0;
    }
    .sub-services-list .service-title .arrow-link svg *{
        fill: #0b0e29;
    }
    .no-touchevents .sub-services-list .service-title .arrow-link:hover svg *{
        fill: #9107D1;
    }
    .sub-services-list .arrow-link svg{
        top: 0;
        width: 20px;
        min-width: 20px;
        margin-left: -20px;
    }
    /*Trainings section*/
    .training-item{
        margin: 0 0 20px;
        padding: 24px 20px 110px;
    }
    .training-item .price-box{
        left: 20px;
        right: 20px;
    }
    /*Aside*/
    /*Start cooperation*/
    .start-cooperation-section{
        padding: 90px 0 110px;
    }
    /*Our projects section*/
    .tabs-nav-grid{
        /*display: block;*/
    }
    .tabs-nav-grid .text{
        /*display: block;*/
        margin: 14px 0 0;
    }
    .tabs-nav-grid .tabs-nav{
        margin: 0 -12px -12px 0;
    }
    .mobile-select-view{
        max-width: 420px;
        margin: 0 0 0 30px;
    }
    .js-open-tabs-dropdown{
        display: block;
    }
    .mobile-select-view .tabs-nav{
        position: absolute;
        left: 0;
        top: 47px;
        display: none;
        margin: 0;
        background: #fff;
        width: 100%;
        border: 1px solid #eaeaea;
    }
    .mobile-select-view.opened-dropdown .tabs-nav{
        display: block;
    }
    .tabs-nav-grid .mobile-select-view .tabs-nav .tabs-nav-item{
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.75em;
        color: #0b0e29;
        margin: 0;
        padding: 10px 24px 10px 16px;
        background: none;
        border: none;
        border-bottom: 1px solid #eaeaea;
    }
    .tabs-nav-grid .mobile-select-view .tabs-nav-item.active{
        color: rgba(11, 14, 41, .6);
        border-color: #eaeaea;
    }
    .tabs-nav-grid .mobile-select-view .tabs-nav .tabs-nav-item:last-child{
        border: none;
    }
    .no-touchevents .tabs-nav-grid .mobile-select-view .tabs-nav .tabs-nav-item:hover{
        color: #9107D1;
        border-color: #eaeaea;
    }
    /*Clients section*/
    .clients-grid .logos-grid .img{
        padding: 20px;
    }
    /*Rss section*/
    .form-section{
        padding: 90px 0 110px;
    }
    /*Our advantages section*/
    .accordion-slider-box .title{
        font-size: 18px;
    }
    .accordion-slider-box .dropdown{
        font-size: 15px;
    }
    /*Employees stories section*/
    .stories-slider .swiper-slide{
        padding: 32px;
    }
    .stories-slider .text .name{
        font-size: 20px;
    }
    /*Our history section*/
    .timeline{
        font-size: 17px;
        max-width: 90%;
    }
    .timeline .item{
        width: 100%;
        padding: 0 0 54px 48px;
    }
    .timeline .item:last-child{
        padding-bottom: 0;
    }
    .timeline .item:not(:last-child):before, .timeline .item:nth-child(odd):before{
        left: 11px;
        top: 35px;
        height: calc(100% - 23px);

    }
    .timeline .item .dot, .timeline .item:nth-child(odd) .dot{
        left: 0;
        width: 23px;
        height: 23px;
        top: 12px;
    }
    .timeline .item .dot:before{
        left: 8px;
        top: 8px;
    }
    .timeline .year-box{
        margin-bottom: 26px;
    }
    .timeline .year{
        font-size: 38px;
        padding-bottom: 26px;
    }
    .our-history-section .bg-text{
        bottom: 2.4vw;
    }
    /*International recognition section*/
    .international-recognition-slider .swiper-slide{
        padding: 40px 24px 48px 30px;
    }
    .international-recognition-slider .logo{
        width: 32%;
        padding-bottom: 32%;
    }
    .international-recognition-slider .text{
        margin-left: 24px;
    }
    .international-recognition-slider .title{
        font-size: 20px;
    }
    /*Joint rest section*/
    .joint-rest-grid{
        margin: 0 -3% -6%;
    }
    .joint-rest-grid .item{
        font-size: 18px;
        padding: 0 3%;
        margin: 0 0 6%;
    }
    .joint-rest-grid a p{
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .joint-rest-grid .item .title{
        font-size: 24px;
        margin: 0 0 20px;
    }
    /*Vacancies section*/
    .section-title + .accordion{
        margin-top: -40px;
    }
    .accordion .item{
        padding: 40px 0;
    }
    .accordion .icon{
        top: 6px;
        width: 48px;
        height: 48px;
    }
    .accordion .icon svg{
        width: 16px;
        height: auto;
    }
    .accordion .dropdown{
        padding-bottom: 14px;
    }
    .join-team-box{
        display: block;
    }
    .join-team-box .title{
        font-size: 26px;
        width: 100%;
        max-width: 420px;
    }
    .join-team-box .text{
        padding: 0;
        margin: 40px 0 0;
        max-width: 620px;
    }
    /*Achievements section*/
    .achievements-slider .swiper-slide{
        padding: 40px 24px 40px 30px;
    }
    .achievements-slider .logo{
        width: 32%;
        padding-bottom: 32%;
        margin-right: 24px;
    }
    .achievements-slider .title{
        font-size: 20px;
    }
    /*About section*/
    .about-section .about-grid{
        display: block;
    }
    .about-grid .advantages-box{
        width: 100%;
        margin: 0;
    }
    .advantage-item .icon{
        top: -.5px;
    }
    .about-grid .img-box{
        display: none;
    }
    .about-section .bg-text{
        bottom: 2.4vw;
    }
    /*Mission section*/
    .mission-section .in-brief{
        font-size: 19.5px;
        padding-bottom: 32px;
    }
    .mission-section .section-bg{
        height: 72.822vw;
    }
    .mission-slider .swiper-slide{
        padding: 40px 40px 48px;
    }
    .mission-slider .title{
        font-size: 20px;
    }
    .mission-slider .num{
        top: 40px;
        left: 37px;
    }
    /*Partners section*/
    .partners-section .bg-text{
        right: 40%;
    }
    /*Press center section*/
    .article-in-brief .img{
        display: none;
    }
    .pinned-articles{
        display: block;
    }
    .pinned-articles .bg-article{
        width: 100%;
    }
    .events-box.bg:last-of-type{
        margin-bottom: -100px;
    }
    .events-in-brief-list{
        display: block;
    }
    .events-in-brief-list .bg-article{
        width: 100%;
    }
    /*Event section*/
    .event-section .layout-indent-box{
        padding: 32px 0 10vw;
    }
    .event-section .breadcrumbs{
        margin: 0 0 54px;
    }
    .event-section .event-title{
        font-size: 34px;
    }
    .event-section .event-data, .event-section .event-data *{
        font-size: 18px;
    }
    .event-section .event-data .time .separator{
        height: 22px;
        margin: 3px 10px 0;
    }
    /*Speakers section*/
    .speakers-list{
        justify-content: space-between;
        margin-bottom: -48px;
    }
    .speakers-list .speaker-item{
        width: calc(50% - 9px);
        margin-right: 0;
        margin-bottom: 48px;
    }
    /*404*/
    .error-page-box .num{
        font-size: 25.643vw;
    }
    .error-page-box .bg-text{
        right: -10vw;
        bottom: 20px;
    }
    /*Popup*/
    .start-cooperation-popup .scroll-box .max-w{
        padding: 90px 0;
    }
}
@media screen and (max-width: 720px){
    /*Sub advantages section*/
    .sub-advantages .item{
        width: calc(50% - 20px);
    }
    /*About section*/
    .about-section .bg-text{
        bottom: 2.1vw;
    }
    /*About us section*/
    .we-in-numbers{
        justify-content: space-between;
        margin: 0 0 -20px;
    }
    .we-in-numbers .item, .we-in-numbers .item:last-child{
        width: calc(50% - 15px);
        margin: 0 0 20px;
    }
    .about-us-grid .awards-list{
        margin: 64px 0 -20px;
    }
    .awards-list .award-item{
        margin: 0 0 20px;
    }
    .awards-list .img{
        width: 40%;
        min-height: 0;
        padding: 0 10px;
        border: 1px solid #bec7d5;
    }
    .awards-list .text{
        margin: 0 0 0 16px;
        padding: 0;
    }
    .awards-list .text:before, .awards-list .text > *:last-child:after{
        display: none;
    }
    /*Projects section*/
    .project-item{
        padding: 24px 20px;
    }
    /*Clients section*/
    .clients-grid .title-box{
        font-size: 20px;
    }
    .clients-grid .logos-slider{
        margin-top: 54px;
    }
    /*Articles*/
    .events-box .h6{
        margin: 0 0 7.64vw;
    }
    /*Directions section*/
    .directions-list{
        display: block;
        margin: 0 0 -12px;
    }
    .directions-list .direction-item{
        width: 100%;
    }
    /*Programm section*/
    .programm-list{
        padding: 0 0 0 60px;
    }
    .programm-list li{
        padding: 15px 30px;
    }
    .programm-list li:before{
        left: -48px;
    }
    .programm-list li:not(:last-child):after{
        left: -46px;
    }
    /*Our history section*/
    .our-history-section .bg-text{
        bottom: 2.1vw;
    }
    /*Document section*/
    .document-box{
        width: 100%;
    }
    .document-box .text{
        font-size: 18px;
        width: calc(60% - 32px);
    }
    .document-box a{
        margin: -80px 0 0 auto;
    }
    .document-section .bg-text{
        right: -20%;
        bottom: 40px;
    }
}
@media screen and (max-width: 680px){
    /*Main screen*/
    #main-screen h1{
        font-size: 6.745vw;
    }
    .projects-slider .swiper-slide{
        font-size: 16px;
    }
    /*Page title box*/
    .page-title-box .sub-text-box{
        margin-top: 10vw;
    }
    /*Inner page main screen*/
    .inner-main-screen .description{
        font-size: 19px;
    }
    /*Our advantages section*/
    .accordion-slider-box .accordion-bullets{
        display: block;
        margin: 0;
    }
    .accordion-slider-box .bullet-item{
        width: 100%;
    }
    .accordion-slider-box .bullet-item:last-child{
        margin: 0;
    }
    .accordion-bullets .img img{
        margin: -6.6vw 0;
    }
    .accordion-slider-box .title{
        font-size: 20px;
    }
    .accordion-slider-box .dropdown{
        font-size: 16px;
    }
    /*Map*/
    .map-box{
        height: auto;
        padding-bottom: 67.74193548387097%;
    }
    /*We do section*/
    .arrow-links-list{
        margin-bottom: -32px;
    }
    .arrow-links-list .col{
        width: calc(50% - 15px);
        margin: 0 0 32px;
    }
    .arrow-links-list .arrow-link{
        font-size: 17px;
    }
    /*Event section*/
    .event-section .event-title{
        font-size: 30px;
    }
    .event-section .event-data{
        margin-top: 36px;
    }
    .event-section .event-data, .event-section .event-data *{
        font-size: 18px;
    }
    .event-section .event-data .time .separator{
        height: 22px;
        margin: 3px 10px 0;
    }
    .event-section .anchor-btn{
        min-width: 240px;
        margin-top: 32px;
    }

    .event-intro{
        font-size: 14px;
        margin: 20px 0 0;
    }
    .training-price{
        font-size: 14px;
        margin: 20px 0 0;
    }
    .training-price span{
        font-size: 18px;
    }
    .tags .time{
        font-size: 18px;
        margin: 4px 0 0 16px;
    }
    /*Programm section*/
    .section.programm-section .bg-text{
        right: -35vw;
    }
    /*Projects section*/
    .project-item .title{
        font-size: 18px;
    }
    /*Our values*/
    .our-values-list .value-item{
        padding: 24px;
    }
    .our-values-list .description{
        padding: 20px 24px 24px;
    }
    /*Team sub nav*/
    .layout-indent-box .team-sub-nav + .tabs-box{
        margin-top: 38px;
    }
    /*Popup*/
    .start-cooperation-popup{
        width: 100%;
        max-width: 686px;
    }
    .start-cooperation-popup .scroll-box{
        padding: 0 30px;
    }
}
@media screen and (max-width: 620px){
    h2, .h2, h3, .h3{
        margin-bottom: 30px;
    }
    h4, .h4{
        margin-bottom: 28px;
    }
    h5, .h5{
        margin-bottom: 24px;
    }
    h6, .h6{
        margin-bottom: 24px;
    }
    blockquote{
        margin: 40px auto;
        padding: 30px 20px 34px;
    }
    blockquote .author{
        margin: 20px 0 0 auto;
    }
    img, figure, .scroll-tbl, table{
        margin: 40px auto;
    }
    /*Independent*/
    .container{
        padding: 0 20px;
    }
    /*Header*/
    .hdr-search-form{
        right: 87px;
        max-width: calc(100% - 260px);
    }
    /*Main screen*/
    .projects-slider{
        margin: 0 -20px;
    }
    #main-screen .title-box .sub-box{
        padding-left: 20px;
    }
    #main-screen .projects-box .title{
        font-size: 24px;
        margin-left: 20px;
    }
    .projects-slider .swiper-slide{
        text-align: center;
        width: 100%;
        border: none;
    }
    /*Inner page main screen*/
    .inner-main-screen .description{
        font-size: 18px;
        width: 100%;
    }
    .inner-main-screen .anchors-nav{
        margin: 24px -24px -12px 0;
    }
    /*Sections*/
    .section.no-top-indent{
        padding-top: 20px;
    }
    .section-in-brief{
        font-size: 20px;
    }
    /*About us section*/
    .we-in-numbers .item, .we-in-numbers .item:last-child{
        width: calc(50% - 10px);
    }
    .about-us-grid .awards-list{
        display: block;
        margin: 64px 0 10px;
    }
    .awards-list .award-item{
        width: 100%;
    }
    .awards-list .award-item:last-child{
        margin-bottom: 0;
    }
    .awards-list .img{
        width: 42%;
        min-height: 180px;
        padding: 0 26px;
        border-right: 0;
    }
    .awards-list .text{
        margin: 0 0 0 -16px;
        padding: 18px 0;
    }
    .awards-list .text:before, .awards-list .text > *:last-child:after{
        display: block;
    }
    /*Our projects section*/
    .our-projects-section .bg-text{
        top: 24px;
    }
    .tabs-nav-grid .tabs-nav .tabs-nav-item{
        padding: 9px 15px;
    }
    /*Trainings section*/
    .trainings-grid{
        margin: 0 0 -10px;
    }
    .filtering-box .trainings-grid{
        margin-bottom: -30px;
    }
    .training-item, .filtering-box .trainings-grid .training-item{
        width: 100%;
    }
    .training-item.fixed-height .title{
        min-height: 0;
    }
    /*We do section*/
    .arrow-links-list{
        margin-bottom: -24px;
    }
    .arrow-links-list .col{
        width: calc(50% - 10px);
        margin: 0 0 24px;
    }
    .arrow-links-list .arrow-link{
        font-size: 16px;
    }
    /*Employees stories section*/
    .stories-slider .text .name{
        font-size: 18px;
    }
    /*Main*/
    #static-layout-grid-box, #main{
        margin-bottom: 80px;
    }
    .teachers-page #main{
        padding-bottom: 80px;
    }
    /*Inner page links*/
    .inner-page-links{
        margin-bottom: 48px;
    }
    /*Important text*/
    .important-text{
        padding: 16px 0 20px 20px;
    }
    /*Video*/
    .video-box{
        margin: 40px 0;
    }
    /*Photo gallery*/
    .photo-gallery-box{
        margin: 40px 0;
    }
    /*Show all*/
    .logos-grid + .js-show-all{
        margin-top: 38px;
    }
    /*Logos grid*/
    .logos-grid .img{
        width: calc(33.3333333% - 20px);
    }
    /*Employees list*/
    .employees-list{
        margin-bottom: -40px;
    }
    .employee-item{
        font-size: 14px;
    }
    .employees-list .employee-item{
        margin-bottom: 40px;
    }
    .employee-item .name{
        font-size: 16px;
    }
    /*Employee inner*/
    .employee-box .img .label{
        font-size: 14px;
        left: -10px;
        bottom: 10px;
        padding: 8px 12px;
    }
    .employee-box .name{
        font-size: 26px;
    }
    /*Tabs*/
    .tabs-nav.small-size .tabs-nav-item{
        margin-right: 32px;
    }
    /*Anchors nav*/
    .anchors-nav{
        margin: 0 -24px 40px 0;
        padding-bottom: 10px;
    }
    .anchors-nav:after{
        right: 24px;
    }
    .anchors-nav a{
        margin-right: 24px;
    }
    /*Inner page links*/
    .inner-page-links{
        margin-right: -32px;
    }
    .inner-page-link{
        padding: 5px 0;
        margin: 0 32px 8px 0;
    }
    .inner-page-link.active{
        padding: 5px 10px;
    }
    /*Aside*/
    #static-layout-grid-box #aside:before{
        left: 20px;
        right: 20px;
    }
    .similar-articles-box{
        padding: 44px 20px;
    }
    /*Usual map*/
    .map-box{
        margin: 0 -21px;
        border: 1px solid #eaeaea;
    }
    .map-box:before{
        display: none;
    }
    /*Our team section*/
    .employees-grid{
        display: block;
    }
    .main-employee-box{
        width: 100%;
    }
    .employee-description-box{
        position: relative;
        width: 100%;
        margin: 24px 0 0;
        padding: 0;
    }
    .employees-slider .label{
        font-size: 14px;
        left: 12px;
        bottom: 12px;
        padding: 9px 16px;
    }
    .employee-description-box .description-data-item, .employee-description-box .img-rotator, .employee-description-box hr{
        display: none;
    }
    .employee-description-box .inline-contacts-links > *:last-child{
        margin-bottom: 0;
    }
    /*Clients section*/
    .clients-grid .logos-slider{
        display: none;
    }
    .clients-grid .logos-slider.mobile-view{
        display: block;
    }
    .clients-grid .logos-grid .img{
        width: calc(50% - 20px);
    }
    /*	.clients-grid .logos-grid .img{
			width: calc(33.3333333% - 20px);
			}*/
    /*Start cooperation*/
    .start-cooperation-section{
        padding: 72px 0 90px;
    }
    .start-cooperation-section .text-box{
        margin: 40px 0 0 auto;
    }
    /*Rss section*/
    .form-section{
        padding: 72px 0 90px;
    }
    /*Our history section*/
    .timeline{
        max-width: 100%;
    }
    /*International recognition section*/
    .international-recognition-slider .swiper-slide{
        padding: 32px 20px 40px 20px;
    }
    .international-recognition-slider .logo{
        width: 30%;
        padding-bottom: 30%;
    }
    .international-recognition-slider .text{
        margin-left: 20px;
    }
    /*Achievements section*/
    .achievements-slider .swiper-slide{
        padding: 24px 20px;
    }
    .achievements-slider .logo{
        width: 30%;
        padding-bottom: 30%;
        margin-right: 20px;
    }
    /*Mission section*/
    .mission-slider .swiper-slide{
        padding: 30px 30px 40px;
    }
    .mission-slider .num{
        top: 30px;
        left: 27px;
    }
    /*Projects section*/
    .projects-list{
        display: block;
    }
    .projects-list .project-item, .filtering-box .projects-list .project-item{
        width: 100%;
    }
    /*Press center section*/
    .article-in-brief .title{
        font-size: 19px;
    }
    .article-in-brief .time{
        margin-top: 9px;
    }
    .bg-article{
        padding: 24px 20px;
    }
    .bg-article .title{
        font-size: 19px;
    }
    .articles-grid .articles-in-brief-list{
        margin-top: 80px;
    }
    /*Our values*/
    .our-values-list .description{
        padding: 20px;
    }
    /*Joint rest section*/
    .section.joint-rest-section{
        padding-bottom: 20vw;
    }
    .joint-rest-grid{
        display: flex;
        flex-wrap: wrap;
        height: auto !important;
        margin: 0 0 -24px;
    }
    .joint-rest-grid .item{
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        order: 2;
        font-size: 18px;
        width: 100%;
        padding: 0;
        margin: 0 0 24px;
        transition: none !important;
        transform: none !important;
    }
    .joint-rest-grid .item.text-item{
        order: 1;
        margin: 0 0 40px;
    }
    /*Vacancies section*/
    .section-title + .accordion{
        margin-top: -32px;
    }
    .accordion .item{
        padding: 32px 0;
    }
    .accordion .title{
        font-size: 18px;
        min-height: 54px;
        padding: 0 80px 0 0;
    }
    .accordion .num{
        display: none;
        top: 2px;
        font-size: 48px;
    }
    .accordion .icon{
        top: 6px;
        width: 48px;
        height: 48px;
    }
    .accordion .icon svg{
        width: 16px;
        height: auto;
    }
    .accordion .dropdown{
        padding-bottom: 14px;
        margin-left: 0;
    }
    .accordion .dropdown > *:not(.sub-title):not(.btn){
        margin-left: 20px;
    }
    /*Press center filter*/
    .inner-page-links + .press-center-filter{
        margin-top: -31px;
    }
    .press-center-filter .filter-field{
        width: calc(50% - 10px);
    }
    /*Articles*/
    .events-box.bg:last-of-type{
        margin-bottom: -80px;
    }
    /*Programm section*/
    .programm-list{
        padding: 0 0 0 50px;
    }
    .programm-list li{
        padding: 15px 20px;
        margin: 0 0 20px;
    }
    .programm-list li:before{
        left: -38px;
    }
    .programm-list li:not(:last-child):after{
        left: -36px;
    }
    /*Services box*/
    .services-list .services-list-item .title{
        padding: 16px 48px 16px 20px;
    }
    .sub-services-list{
        padding: 16px 20px;
    }
    /*Document section*/
    .document-box{
        padding: 10px 0 0;
    }
    .document-box .text{
        font-size: 16px;
    }
    .document-box a{
        margin: -60px 0 0 auto;
    }
    /*404*/
    .error-page-box .num{
        margin-bottom: 36px;
    }
    .error-page-box .title{
        margin-bottom: 32px;
    }
    /*Popup*/
    .event-popup{
        right: 0;
        bottom: 0;
        font-size: 18px;
        padding: 40px 24px 32px;
        width: 440px;
    }
    .event-popup .arrow-link{
        margin: 20px 0 0;
    }
    /*Footer*/
    .ftr-top-box{
        display: block;
    }
    .ftr-nav{
        display: none;
    }
    #footer .social-links{
        justify-content: center;
        margin: 0;
    }
    #footer .social-links a{
        margin: 0 5px 10px;
    }
    .ftr-text-box{
        margin: 50px 0 0;
    }
    .ftr-text-box .col{
        width: calc(50% - 16px);
    }
    .ftr-bottom-box{
        display: block;
        text-align: center;
        margin: 54px 0 0;
    }
    #copy{
        margin: 0;
    }
    #dev{
        margin: 30px 0 0;
    }
    /*Popup*/
    .contact-us-popup{
        width: 100%;
    }
    .contact-us-popup .max-w{
        max-width: none;
    }
    .contact-us-popup .align-y{
        max-width: 460px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 580px){
    h1, .h1{
        font-size: 37px;
    }
    /*Form*/
    .pre-btn-grid{
        display: block;
        margin-top: -10px;
    }
    .pre-btn-grid .pre-btn{
        margin-right: 0;
    }
    .pre-btn-grid .btn{
        margin: 40px auto 0;
    }
    .pre-btn-grid.fields-ratio .pre-btn{
        margin-right: 0;
    }
    .pre-btn-grid.fields-ratio .btn{
        width: auto;
    }
    /*Header*/
    .opened-nav #logo{
        opacity: 0;
        visibility: hidden;
    }
    /*Sections*/
    .section .section-title{
        margin: 0 0 40px;
    }
    /*Static section*/
    .title-text-grid .title{
        font-size: 24px;
        margin-bottom: 24px;
    }
    /*Sub advantages section*/
    .sub-advantages .item{
        font-size: 15px;
        padding: 20px 20px 25px;
    }
    /*Our history section*/
    .timeline .item:not(:last-child):before, .timeline .item:nth-child(odd):before{
        top: 32px;
    }
    .timeline .item .dot, .timeline .item:nth-child(odd) .dot{
        top: 9px;
    }
    .timeline .year-box{
        margin-bottom: 24px;
    }
    .timeline .year{
        font-size: 34px;
        padding-bottom: 24px;
    }
    /*Partners section*/
    .partners-section .partners-item{
        margin: 0 0 48px;
    }
    .partners-section .partners-item .title{
        font-size: 18px;
        margin: 0 0 24px;
    }
    /*Our projects section*/
    .our-projects-section .bg-text{
        right: -20%;
    }
    /*Projects section*/
    .projects-section .bg-text{
        right: -20%;
    }
    /*International recognition section*/
    .international-recognition-slider .title{
        font-size: 18px;
    }
    /*Vacancies section*/
    .join-team-box .title{
        font-size: 24px;
        line-height: 1.5em;
        max-width: 380px;
    }
    .join-team-box .text{
        margin: 26px 0 0;
    }
    .join-team-box .btn{
        margin: 32px 0 0;
    }
    /*Achievements section*/
    .achievements-slider .title{
        font-size: 18px;
    }
    /*Mission section*/
    .mission-section .in-brief{
        font-size: 18px;
    }
    .mission-slider .title{
        font-size: 19px;
    }
    /*Speakers section*/
    .speaker-item .img{
        margin: 0 0 18px;
    }
    .speaker-item .name{
        font-size: 18px;
    }
    /*Our values*/
    .section.our-values-section{
        padding-top: 14.42vw;
    }
    .our-values-list{
        display: block;
        margin: 0;
    }
    .our-values-list .value-item{
        width: 100%;
        max-width: 400px;
        min-height: 200px;
        margin: 0 0 18px;
    }
    .our-values-list .value-item:nth-child(even){
        margin-left: auto;
    }
    .our-values-list .value-item:last-child{
        margin-bottom: 0;
    }
    .our-values-list .description{
        display: flex;
        align-items: center;
    }
    /*Aside*/
    .box-title{
        margin: 0 0 32px;
    }
    /*Services box*/
    .market-trends-box{
        margin: 64px 0 0;
    }
    .market-trend-item{
        font-size: 14px;
    }
    /*Popup*/
    .start-cooperation-popup .title{
        font-size: 19px;
    }
    .start-cooperation-popup * + .form{
        margin: 54px 0 0;
    }
    .start-cooperation-popup .pre-btn-grid{
        display: block;
        margin-top: -10px;
    }
    .start-cooperation-popup .pre-btn-grid .pre-btn{
        margin-right: 0;
    }
    .start-cooperation-popup .pre-btn-grid .btn{
        margin: 40px auto 0;
    }
}
@media screen and (max-width: 540px){
    body{
        font-size: 17px;
    }
    h1, .h1{
        font-size: 37px;
    }
    h2, .h2, h3, .h3{
        margin-bottom: 24px;
    }
    h4, .h4{
        margin-bottom: 22px;
    }
    h5, .h5{
        margin-bottom: 20px;
    }
    h6, .h6{
        margin-bottom: 20px;
    }
    .bg-text{
        font-size: 82px;
    }
    blockquote{
        padding: 24px 20px 28px;
    }
    ul li{
        background-position: 0 14px;
    }
    ol > li:before{
        top: 7px;
        font-size: 15px;
    }
    /*Header*/
    .opened-search #logo{
        opacity: 0;
        visibility: hidden;
    }
    .hdr-search-form{
        left: 20px;
        width: auto;
        max-width: none;
    }
    /*Nav*/
    #nav > ul > li{
        margin: 0 0 20px;
    }
    #nav .dropdown, #nav .has-third-level .dropdown{
        margin: 16px 0 0 20px;
    }
    #nav .dropdown li{
        margin: 0 0 17px;
    }
    /*Page title box*/
    .page-title-box{
        padding-top: 24px;
        margin: 0 0 9vw;
    }
    .inner-article-page .page-title-box hr.separator, .constructor-page .page-title-box hr.separator{
        margin: 9vw 0 0;
    }
    /*Inner page main screen*/
    .inner-main-screen{
        padding-top: 24px;
    }
    .inner-main-screen .description{
        font-size: 17px;
    }
    /*Page title box*/
    html:not(.page-load) .page-title-box .sub-text{
        transform: translateY(40px);
    }
    .page-title-box .sub-text{
        font-size: 17px;
    }
    .page-title-box .bg-text{
        right: -25vw;
    }
    .press-center-page .page-title-box .bg-text{
        left: 50%;
        right: auto;
    }
    /*Sections*/
    .section .section-title{
        font-size: 33px;
    }
    /*We do section*/
    .arrow-links-list .col{
        width: calc(50% - 10px);
    }
    .arrow-links-list .arrow-link{
        font-size: 15px;
    }
    .arrow-links-list .arrow-link svg{
        top: 0;
    }
    /*Main*/
    /*	#static-layout-grid-box, #main{
			margin-bottom: 64px;
			}*/
    #main{
        margin-top: 54px;
    }
    .filtration-page #main:not(.no-bg-text){
        padding-bottom: 120px;
    }
    .filtration-page #main .bg-text{
        bottom: 20px
    }
    /*Important text*/
    .important-text{
        padding: 6px 0 10px 20px;
        font-size: 1em;
    }
    /*Text grid*/
    .text-grid{
        display: block;
        font-size: 1em;
        margin: 0;
    }
    .text-grid .col{
        width: 100%;
        margin: 0;
    }
    /*Photo gallery*/
    .constructor-page .photo-gallery .item{
        width: 50%;
    }
    /*Download list*/
    .download-list li{
        padding: 0 0 0 54px;
    }
    .download-list li a svg{
        left: -54px;
    }
    /*Inner article*/
    .inner-article-data{
        margin-bottom: 0;
    }
    .inner-article-page .page-title-box hr.separator, .constructor-page .page-title-box hr.separator{
        margin-bottom: -.9vw;
    }
    .article-footer{
        display: block;
        text-align: center;
        margin-top: 54px;
    }
    .share-box{
        display: block;
        padding: 0;
        background: none;
    }
    .share-box .simple-share{
        display: inline-flex;
        justify-content: center;
        padding: 10px 20px;
        background: #f1f4f9;
    }
    .simple-share a{
        margin: 0 0 0 14px;
    }
    .share-box p{
        display: none;
    }
    .article-footer .back-link{
        margin-top: 32px;
    }
    /*Tabs*/
    .vertical-tabs .tabs-content{
        margin: 40px 0 0 0;
    }
    /*Filter*/
    .filtering-box .h6{
        font-size: 24px;
        margin-bottom: 32px;
    }
    .filtering-box * + .h6{
        margin-top: 48px;
    }
    /*Employees list*/
    .employees-list{
        justify-content: space-between;
        margin-bottom: -28px;
    }
    .section .employees-list{
        justify-content: space-between;
    }
    .employees-list .employee-item, .section .employees-list .employee-item{
        width: calc(50% - 9px);
        margin: 0 0 28px;
    }
    .employees-list .name{
        font-size: 18px;
    }
    /*Employee inner*/
    .employee-box .img{
        width: 100%;
        max-width: 320px;
        min-height: 0 !important;
    }
    .employee-box .mobile-pos{
        position: relative;
        max-width: none;
    }
    .employee-box .description{
        margin: 32px 0 0;
    }
    .employee-box .tooltip-content{
        max-width: calc(100vw - 40px);
        padding: 20px;
        right: auto;
        left: 0;
    }
    .tooltip-content:before, .tooltip-content:after{
        right: auto;
        left: 47px;
    }
    /*Text aside grid*/
    .text-aside-grid .aside{
        margin-top: 48px;
    }
    .employee-page #main .text-aside-grid .aside{
        margin-top: 48px;
    }
    .text-aside-grid .aside blockquote{
        padding: 24px 20px 28px;
    }
    /*Inner article*/
    .inner-article-page .text-aside-grid + *, .inner-article-page .static-section .h6.section-title, .constructor-page .text-aside-grid + *, .constructor-page .static-section .h6.section-title{
        margin-top: 48px;
    }
    /*Contacts*/
    .contacts-grid .tabs-nav{
        margin: 0 0 32px;
    }
    .contacts-box .office-title{
        font-size: 20px;
    }
    .contacts-box hr{
        margin: 28px 0 36px;
    }
    /*Pager*/
    .pager{
        margin-top: 54px;
    }
    .filtering-box .pager{
        margin-top: 60px;
    }
    /*Aside*/
    /*Authors list*/
    .authors-list .author-item{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .author-item .name{
        font-size: 19px;
    }
    /*Similar articles*/
    .similar-article .title{
        font-size: 18px;
    }
    /*Sections*/
    .section-title-box{
        display: block;
    }
    .section-title-box .section-title{
        margin-right: 0;
    }
    .section-title-box .arrow-link{
        display: none;
    }
    .section .arrow-link.mobile-visible{
        display: table;
        margin: 48px 0 0 auto;
    }
    .section .section-title.link-view{
        padding-right: 30px;
        pointer-events: auto;
        transition: color .2s ease;
    }
    .no-touchevents .section .section-title.link-view:hover{
        color: #9107D1;
    }
    .section .section-title.link-view .arrow{
        position: relative;
        left: 30px;
        display: inline-block;
        vertical-align: top;
        margin: 18px 0 0 -21px;
    }
    .no-touchevents .section .section-title.link-view .arrow{
        transition: transform .2s ease;
    }
    .no-touchevents .section .section-title.link-view:hover .arrow{
        animation: arrowLinkAnimate .7s ease-in-out infinite;
    }
    .no-touchevents .section .section-title.link-view .arrow *{
        transition: fill .2s ease;
    }
    .no-touchevents .section .section-title.link-view:hover .arrow *{
        fill: #9107D1;
    }
    /*About us section*/
    .about-us-grid .awards-list{
        margin: 54px 0 0;
    }
    /*Our projects section*/
    .tabs-nav-grid{
        display: block;
    }
    .tabs-nav-grid .text{
        display: block;
        margin: 0 0 16px;
    }
    .mobile-select-view{
        margin: 0;
        max-width: none;
    }
    /*Start cooperation*/
    .start-cooperation-section{
        padding: 64px 0 80px;
    }
    .start-cooperation-section .text-box{
        max-width: 400px;
    }
    .start-cooperation-section .text-box p{
        max-width: 340px;
    }
    /*Vacancies section*/
    .accordion + .accordion, .join-team-box + .accordion, .section .join-team-box + .section-title, .join-team-box{
        margin-top: 72px;
    }
    /*Rss section*/
    .form-section{
        padding: 64px 0 80px;
    }
    /*Our history section*/
    .our-history-section .bg-text{
        bottom: 15px;
    }
    /*Partnership section*/
    .partners-grid .item{
        width: 50%;
    }
    /*Event section*/
    .event-section .layout-indent-box{
        padding: 24px 0 80px;
    }
    .event-section .breadcrumbs{
        margin: 0 0 48px;
    }
    .event-section .event-title{
        font-size: 28px;
    }
    .event-section .event-data{
        margin-top: 32px;
    }
    .event-section .event-data, .event-section .event-data *{
        font-size: 17px;
    }
    .event-section .event-data .time .separator{
        height: 20px;
        width: 1px;
        margin: 4px 10px 0;
    }
    .event-section .anchor-btn{
        margin-top: 28px;
    }
    .event-section .simple-share{
        padding: 0;
        background: none;
    }
    /*Joint rest section*/
    .section.joint-rest-section{
        padding-bottom: 106px;
    }
    /*Programm section*/
    .section.programm-section{
        padding-bottom: 110px;
    }
    .section.programm-section .bg-text{
        bottom: 16px;
    }
    /*Press center section*/
    .article-in-brief{
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .article-in-brief .title{
        font-size: 18px;
    }
    .article-in-brief .time{
        margin: 8px 24px 0 0;
    }
    .bg-article .title{
        font-size: 18px;
    }
    /*Document section*/
    .document-box{
        display: block;
        padding: 0;
    }
    .document-box .text{
        width: 100%;
        font-size: 16px;
    }
    .document-box a{
        width: 100%;
        max-width: 240px;
        margin: 40px auto 0;
    }
    .document-section .bg-text{
        bottom: 14px;
    }
    /*404*/
    .error-page-box .container{
        padding-top: 30px;
    }
    .error-page-box .num{
        font-size: 138px;
        margin-bottom: 32px;
    }
    .error-page-box .title{
        margin-bottom: 28px;
    }
    /*Footer*/
    .ftr-sticky-box{
        padding: 64px 0 54px;
    }
    .ftr-text-box{
        display: block;
        margin: 50px 0 0;
    }
    .ftr-text-box .col{
        width: 100%;
        margin: 0 0 24px;
    }
    .ftr-text-box .col:last-child{
        margin: 0;
    }
    #copy .firm{
        display: block;
    }
    /*Popup*/
    .contact-us-popup{
        padding: 0 24px;
    }
    .event-popup{
        width: 100%;
    }
}
@media screen and (min-width: 481px){
    .form .btn.right-pos{
        margin-right: 0;
        margin-left: auto;
    }
}
@media screen and (max-width: 480px){
    h1, .h1{
        font-size: 37px;
    }
    h2, .h2{
        font-size: 31px;
        margin: 48px 0 20px;
    }
    h3, .h3{
        font-size: 29px;
        margin: 48px 0 20px;
    }
    h4, .h4{
        font-size: 25px;
        margin: 40px 0 20px;
    }
    h5, .h5{
        font-size: 23px;
        margin: 40px 0 20px;
    }
    h6, .h6{
        font-size: 21px;
        margin: 40px 0 20px;
    }
    .large-paragraph{
        font-size: 18px;
    }
    blockquote{
        font-size: 1em;
        padding: 20px 16px 24px;
        margin: 32px auto;
    }
    blockquote .author{
        margin: 16px 0 0 auto;
    }
    ul, ol{
        margin: 10px 0 10px 8px;
    }
    ol > li:before{
        left: -8px;
    }
    ol ol li{
        padding-left: 42px;
    }
    figure, .scroll-tbl, table{
        margin: 32px auto;
    }
    figure img, figure .parallax-img-box{
        margin: 0 -16px;
    }
    figure img{
        width: calc(100% + 32px);
        max-width: calc(100% + 32px);
    }
    table th, table td{
        padding-left: 16px;
        padding-right: 16px;
    }
    img, img.left, img.right, p img.left, p img.right, .parallax-img-box, .parallax-img-box.left, .parallax-img-box.right, p .parallax-img-box.left, p .parallax-img-box.right{
        float: none;
        margin: 32px -16px;
        width: calc(100% + 32px);
        max-width: calc(100% + 32px);
    }
    p img.left, p img.right, p .parallax-img-box.left, p .parallax-img-box.right{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    /*Form*/
    .form-title{
        font-size: 28px;
    }
    .form .fields-row{
        display: block;
    }
    .form .fields-row .field{
        width: 100%;
    }
    .btn{
        padding-left: 32px;
        padding-right: 32px;
    }
    /*Form message*/
    .form-message{
        margin: 16px 0 0;
    }
    /*Independent*/
    .container{
        padding: 0 16px;
    }
    /*Messengers*/
    .messengers{
        font-size: 15px;
    }
    /*Header*/
    .hdr-search-form{
        right: 83px;
        left: 16px;
    }
    /*Main screen*/
    .projects-slider{
        margin: 0 -16px;
    }
    #main-screen .title-box .sub-box{
        padding-left: 24px;
    }
    #main-screen h1{
        font-size: 30px;
    }
    #main-screen .projects-box .title{
        font-size: 22px;
        margin-left: 24px;
    }
    .projects-slider .swiper-slide a{
        padding: 16px 20px;
    }
    /*Page title box*/
    .page-title-box .sub-text-box{
        margin-top: 32px;
    }
    .contacts-page .page-title-box .bg-text{
        right: -40vw;
    }
    /*Inner page main screen*/
    .inner-main-screen .anchors-nav{
        margin: 16px -20px -12px 0;
    }
    .inner-main-screen .anchors-nav a{
        margin-right: 20px;
    }
    /*Events*/
    .tags .time{
        font-size: 16px;
        margin: 5px 0 0 16px;
    }
    .training-price span{
        font-size: 16px;
    }
    /*Trainings section*/
    .training-item{
        margin: 0 0 20px;
        padding: 24px 20px 90px;
    }
    .training-item .price-box{
        padding-top: 20px;
        bottom: 20px;
    }
    /*Main*/
    /*#static-layout-grid-box, #main{
		margin-bottom: 54px;
		}*/
    .teachers-page #main .bg-text{
        right: -30%;
    }
    /*Inner page links*/
    .inner-page-links{
        margin-bottom: 40px;
    }
    /*Important text*/
    .important-text{
        padding: 0 0 4px 16px;
        font-size: 1em;
    }
    /*Video*/
    .video-box{
        margin: 32px -16px;
    }
    /*Photo gallery*/
    .photo-gallery-box{
        margin: 32px 0;
    }
    .photo-gallery{
        margin: 0 -6px -12px;
    }
    .photo-gallery .item{
        padding: 0 6px;
        margin: 0 0 12px;
    }
    /*Logos grid*/
    .logos-grid{
        margin: 0 -16px -16px 0;
    }
    .logos-grid .img{
        margin: 0 16px 16px 0;
    }
    /*Tabs*/
    .tabs-nav.small-size .tabs-nav-item{
        margin-right: 24px;
    }


    .tabs-nav-grid.right-pos{
        justify-content: flex-start;
    }
    .tabs-nav-grid.right-pos .tabs-nav{
        flex: 1;
        max-width: none;
    }

    .tabs-nav-grid.right-pos .text, .tabs-nav-grid.right-pos .tabs-nav .tabs-nav-item{
        font-size: 14px;
    }

    /*Team sub nav*/
    .team-sub-nav li{
        font-size: 14px;
    }
    /*Employees list*/
    .employees-list .employee-item{
        width: calc(50% - 8px);
    }
    .employees-list .name{
        font-size: 17px;
    }
    /*Employee inner*/
    .employee-box{
        margin-top: 42px;
    }
    .employee-box .img .label{
        left: -8px;
        bottom: 8px;
    }
    .employee-box .tooltip-content{
        max-width: calc(100vw - 32px);
        padding: 16px;
    }
    /*Filter*/
    .js-close-filter{
        top: 20px;
        right: 20px;
        width: 42px;
        height: 42px;
    }
    /*Text aside grid*/
    .text-aside-grid .aside blockquote{
        padding: 20px 16px 24px;
    }
    /*Search results*/
    .no-results{
        font-size: 18px;
        margin: 48px auto 0;
    }
    .search-results-list{
        margin: 48px auto 0;
    }
    .search-results-list li{
        margin: 0 0 40px;
    }
    .search-results-list .num{
        top: 2px;
    }
    .search-results-list .title{
        font-size: 18px;
    }
    /*Pager*/
    .pager{
        margin-top: 48px;
    }
    .teachers-view + .pager{
        margin-top: 40px;
    }
    /*Aside*/
    #static-layout-grid-box #aside:before{
        left: 16px;
        right: 16px;
    }
    .aside-box-title{
        font-size: 22px;
        margin: 0 0 32px;
    }
    .box-title{
        margin: 0 0 26px;
    }
    /*Authors list*/
    .authors-list .author-item{
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .author-item .img{
        width: 35.71428571428571%;
        min-width: 35.71428571428571%;
        max-width: 35.71428571428571%;
    }
    .author-item .name{
        font-size: 17px;
    }
    .author-item .position{
        font-size: 15px;
    }
    .similar-articles-box .similar-article:not(:last-child){
        padding-bottom: 24px;
        margin-bottom: 20px;
    }
    /*Show all btn*/
    .js-show-all{
        margin-top: 48px;
    }
    /*Contacts*/
    .contacts-grid .contacts-map-box{
        margin: 48px 0 0;
    }
    /*Search results*/
    .search-form .form-control{
        font-size: 17px;
        padding-right: 48px;
    }
    .search-form .search-btn{
        right: 0;
    }
    /*Sections*/
    .section .section-title{
        margin: 0 0 32px;
    }
    .section-in-brief{
        font-size: 19px;
    }
    .section-in-brief + *{
        margin-top: 48px;
    }
    .section .arrow-link.mobile-visible{
        margin: 40px 0 0 auto;
    }
    /*Static section*/
    .static-section .title-text-grid .text-box > *:last-child{
        margin-bottom: 0;
    }
    .static-section .title-text-grid .text-box ul li:last-child{
        margin-bottom: 0;
    }
    /*Our projects section*/
    .our-projects-section .bg-text{
        top: 16px;
    }
    .tabs-nav-grid .tabs-nav{
        flex: 1;
        margin: 0 -8px -8px 0;
    }
    .tabs-nav-grid .tabs-nav .tabs-nav-item{
        font-size: 13px;
        margin: 0 8px 8px 0;
        padding: 9px 12px;
    }
    /*Directions section*/
    .directions-list .direction-item{
        padding: 26px 16px;
        margin: 0 0 16px;
    }
    .directions-list .title{
        font-size: 18px;
    }
    .directions-list hr{
        margin: 20px 0;
    }
    /*Partners section*/
    .partners-section .partners-item{
        margin: 0 0 48px;
    }
    .partners-section .partners-item .title{
        font-size: 16px;
        margin: 0 0 20px;
    }
    /*Employees stories section*/
    .stories-slider .text{
        margin-left: 24px;
    }
    .stories-slider .swiper-slide{
        padding: 24px;
    }
    /*Joint rest section*/
    .joint-rest-grid{
        margin: 0 0 -16px;
    }
    .joint-rest-grid .item{
        margin: 0 0 16px;
    }
    .joint-rest-grid .item .title{
        font-size: 22px;
    }
    .joint-rest-grid a p{
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
    /*Vacancies section*/
    .section-title + .accordion{
        margin-top: -12px;
    }
    .accordion .title{
        padding: 0 60px 0 0;
        min-height: 0;
    }
    .accordion .num{
        top: 50%;
        font-size: 34px;
        margin-top: -17px;
    }
    .accordion .icon{
        top: 50%;
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .accordion .icon svg{
        width: 12px;
    }
    .accordion .dropdown{
        padding: 20px 0 10px;
    }
    .accordion .btn{
        width: 100%;
        margin-top: 32px;
    }
    /*Sub advantages section*/
    .sub-advantages{
        display: block;
        margin: 0;
    }
    .sub-advantages .item{
        font-size: 16px;
        width: 100%;
        margin: 0 0 20px;
    }
    .sub-advantages .item:last-child{
        margin-bottom: 0;
    }
    /*About us section*/
    .we-in-numbers .item, .we-in-numbers .item:last-child{
        width: calc(50% - 8px);
    }
    .we-in-numbers .title{
        font-size: 15px;
        margin: 0 0 6px;
    }
    .we-in-numbers .num{
        font-size: 40px;
    }
    /*Clients section*/
    .clients-grid .title-box{
        font-size: 18px;
    }
    .clients-grid .logos-slider{
        margin: 40px 0 0;
    }
    .clients-grid .logos-grid{
        margin-bottom: -16px;
    }
    .clients-grid .logos-grid .img{
        margin: 0 16px 16px 0;
    }
    /*We do section*/
    .arrow-links-list{
        display: block;
        margin-bottom: 0;
    }
    .arrow-links-list .col{
        width: 100%;
        margin: 0 0 16px;
    }
    .arrow-links-list .col:last-child{
        margin-bottom: 0;
    }
    .arrow-links-list .arrow-link{
        font-size: 16px;
    }
    .arrow-links-list .arrow-link svg{
        top: 0;
    }
    /*Start cooperation*/
    .start-cooperation-section.section{
        padding: 54px 0 70px;
    }
    .start-cooperation-section .text-box{
        margin: 32px 0 0 0;
        max-width: none;
    }
    .start-cooperation-section .text-box p{
        max-width: none;
    }
    .start-cooperation-section .btn{
        width: 100%;
        margin: 32px auto 0;
    }
    /*Rss section*/
    .form-section.section{
        padding: 60px 0 70px;
    }
    .text-form-grid .text-box{
        font-size: 19px;
    }
    .form-section .text-form-grid .title{
        font-size: 28px;
    }
    .form-section .text-form-grid a{
        font-weight: 400;
    }
    /*Our advantages section*/
    .accordion-slider-box .bullet-item{
        /*margin-bottom: 40px;*/
    }
    .accordion-slider-box .title{
        font-size: 19px;
    }
    .accordion-slider-box .dropdown{
        font-size: 16px;
    }
    /*About section*/
    .advantage-item{
        padding: 0 0 24px 42px;
        margin-bottom: 24px;
    }
    .advantage-item:not(:last-child):after{
        left: 42px;
    }
    /*Our history section*/
    .timeline .item{
        padding-bottom: 40px;
    }
    .timeline .item:not(:last-child):before, .timeline .item:nth-child(odd):before{
        top: 27px;
    }
    .timeline .item .dot, .timeline .item:nth-child(odd) .dot{
        top: 4px;
    }
    .timeline .year-box{
        margin-bottom: 24px;
    }
    .timeline .year{
        font-size: 28px;
        padding-bottom: 24px;
    }
    /*Partnership section*/
    .partners-grid{
        margin: 0 -8px;
    }
    .partners-grid .item{
        padding: 0 8px;
        margin: 0 0 32px;
    }
    .partners-grid p{
        margin: 12px 0 0;
    }
    /*International recognition section*/
    .international-recognition-slider .swiper-slide{
        padding: 24px 16px;
    }
    .international-recognition-slider .logo{
        width: 28%;
        padding-bottom: 28%;
    }
    .international-recognition-slider .text{
        margin-left: 16px;
    }
    /*Achievements section*/
    .achievements-slider .swiper-slide{
        padding: 24px 16px;
    }
    .achievements-slider .logo{
        width: 28%;
        padding-bottom: 28%;
        margin-right: 18px;
    }
    /*Mission section*/
    .mission-section .in-brief{
        font-size: 17px;
        padding-bottom: 24px;
    }
    .mission-slider .swiper-slide{
        padding: 24px 24px 32px;
    }
    .mission-slider .title{
        font-size: 18px;
    }
    .mission-slider .num{
        top: 24px;
        left: 21px;
        font-size: 52px;
    }
    /*Projects section*/
    .project-item{
        padding: 24px 16px;
    }
    .projects-list{
        margin-bottom: -10px;
    }
    .projects-list .project-item{
        margin-bottom: 16px;
    }
    .projects-section .bg-text{
        top: 16px;
    }
    /*Press center section*/
    .article-in-brief{
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .article-in-brief .title{
        font-size: 17px;
    }
    .article-in-brief .time{
        margin-top: 6px;
    }
    .bg-article .title{
        font-size: 17px;
    }
    .articles-grid .articles-in-brief-list{
        margin-top: 64px;
    }
    .events-box .h6{
        margin: 0 0 36px;
    }
    .events-in-brief-list .bg-article{
        margin-bottom: 16px;
    }
    .events-box .pager{
        margin: 44px 0 0;
    }
    /*Event section*/
    .event-section .event-title{
        font-size: 26px;
    }
    .tags{
        margin: 0 -8px 0 0;
    }
    .tag{
        font-size: 12px;
        line-height: 15px;
        padding: 5px 8px 6px;
    }
    .tags .tag{
        margin-right: 8px;
    }
    .event-section .tags{
        margin: 0 0 20px;
    }
    /*Programm section*/
    .programm-list{
        padding: 0 0 0 46px;
    }
    .programm-list li{
        padding: 15px 16px;
        margin: 0 0 16px;
    }
    .programm-list .title{
        font-size: 17px;
        line-height: 1.5em;
    }
    .programm-list li:before{
        top: 27px;
    }
    .programm-list li:not(:last-child):after{
        top: 44px;
    }
    /*Speakers section*/
    .speakers-list{
        margin: 0 auto -40px;
        max-width: 320px;
    }
    .speakers-list .speaker-item{
        width: 100%;
        margin-bottom: 40px;
    }
    .speaker-item .img{
        margin: 0 0 15px;
    }
    .speaker-item .name{
        font-size: 17px;
    }
    .speaker-item .position + p, .speaker-item .name + p:not(.position){
        margin-top: 10px;
    }
    /*Press center filter*/
    .press-center-filter{
        display: block;
    }
    .inner-page-links + .press-center-filter{
        margin-top: -24px;
    }
    .press-center-filter .filter-field{
        width: 100%;
    }
    /*Our values*/
    .our-values-list .value-item{
        margin-left: auto;
        margin-right: auto;
    }
    /*Vacancies section*/
    .join-team-box .title{
        font-size: 22px;
        line-height: 1.5em;
        max-width: 340px;
    }
    .join-team-box .text{
        font-size: 17px;
        margin: 24px 0 0;
    }
    .join-team-box .btn{
        margin: 32px 0 0;
    }
    /*Services box*/
    .services-list .services-list-item .title{
        padding: 16px 48px 16px 16px;
    }
    .sub-services-list{
        padding: 10px 16px;
    }
    .market-trends-box{
        margin: 54px 0 0;
    }
    .market-trends-list{
        display: block;
        margin: 0 0 -10px;
    }
    .market-trend-item, .market-trends-box .market-trend-item{
        width: 100%;
        font-size: 16px;
        margin: 0 0 16px;
        padding: 16px;
    }
    .market-trends-box .market-trend-item:last-child{
        margin-bottom: 0;
    }
    /*404*/
    .error-page-box .num{
        font-size: 124px;
    }
    /*Popup*/
    .contact-us-popup{
        padding: 0 20px;
    }
    .contact-us-popup .max-w{
        padding: 76px 0 48px;
    }
    .contact-us-popup .contacts{
        font-size: 17px;
    }
    .contact-us-popup .contacts .messengers, .contacts .contact-us-popup p{
        margin: 0 0 16px;
    }
    .contact-us-popup hr{
        margin: 32px 0;
    }
    .start-cooperation-popup .scroll-box{
        padding: 0 20px;
    }
    .start-cooperation-popup .title{
        font-size: 18px;
    }
    .start-cooperation-popup * + .form{
        margin: 48px 0 0;
    }
    .js-close-popup{
        top: 20px;
        width: 42px;
        height: 42px;
    }
    .event-popup{
        padding: 48px 20px 32px;
    }
}
@media screen and (max-width: 420px){
    .bg-text{
        font-size: 76px;
    }
    /*Form*/
    .btn, .js-show-all, .btn.anchor-btn, .join-team-box .btn{
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
    }
    .pre-btn-grid.fields-ratio .btn{
        width: 100%;
    }
    /*Form message*/
    .form-message{
        display: block;
        margin: 32px 0 0;
    }
    .form-message + .form-message{
        margin-top: 24px;
    }
    .form-message svg{
        margin: 0 0 12px;
    }
    .form-message p{
        margin: 0;
    }
    /*Main screen*/
    #main-screen .title-box .sub-box{
        padding-left: 0;
    }
    .projects-slider .swiper-slide{
        font-size: 15px;
    }
    /*Page title box*/
    .page-title-box.no-indent{
        padding-bottom: 64px;
    }
    .page-title-box .bg-text{
        right: -30vw;
    }
    /*Inner page main screen*/
    .inner-main-screen{
        padding-bottom: 60px;
    }
    .inner-main-screen .description{
        font-size: 16px;
    }
    /*Training section*/
    .tabs-box.text-tabs .tabs-nav{
        margin: 0 -24px 16px 0;
    }
    .tabs-box.text-tabs .tabs-nav-item{
        margin: 0 24px 20px 0;
    }
    /*Main*/
    #main{
        margin-top: 48px;
    }
    #static-layout-grid-box, #main{
        margin-bottom: 64px;
    }
    .employee-page #main, .filtration-page #main.no-bg-text{
        padding-bottom: 64px;
    }
    .filtration-page #main:not(.no-bg-text){
        padding-bottom: 100px;
    }
    .filtration-page #main .bg-text{
        bottom: 12px
    }
    /*Employees list*/
    .employees-list .name{
        font-size: 16px;
    }
    /*Tabs*/
    .tabs-nav.filter-view, .tabs-nav.small-size{
        font-size: 15px;
    }
    /*Filter*/
    .filter-controls{
        font-size: 15px;
    }
    .js-clear-filter, .js-clear-press-filter{
        font-size: 14px;
    }
    .js-clear-filter svg, .js-clear-press-filter svg{
        width: 8px;
        height: 8px;
        margin: 8px 0 0 7px;
    }
    /*Employee inner*/
    .employee-box{
        margin-bottom: 60px;
    }
    .employee-box .description{
        margin-top: 24px;
    }
    .employee-box .name{
        font-size: 22px;
    }
    .employee-box .position, .employee-box .location{
        font-size: 15px;
    }
    .employee-box hr, .employee-description hr{
        margin: 20px 0 21px;
    }
    .inline-links{
        font-size: 15px;
    }
    .inline-links .separator{
        margin-bottom: 15px;
    }
    .langs-inline{
        font-size: 15px;
    }
    .employee-box .bg-text{
        bottom: -64px;
    }
    /*Anchors nav*/
    .anchors-nav{
        font-size: 15px;
        margin-bottom: 32px;
    }
    /*Inner page links*/
    .inner-page-links{
        font-size: 15px;
    }
    /*Logos grid*/
    .logos-grid .img{
        width: calc(50% - 16px);
    }
    /*Press center filter*/
    .press-center-filter{
        display: block;
    }
    .inner-page-links + .press-center-filter{
        padding-top: 20px;
    }
    /*Text aside grid*/
    .text-aside-grid .aside{
        margin: 48px 0 0;
    }
    .text-aside-grid .static-box + *{
        margin-top: 48px;
    }
    /*Inner article*/
    .article-footer{
        margin-top: 48px;
    }
    /*Search results*/
    .search-results-list li{
        margin: 0 0 32px;
        padding: 0 0 0 36px;
    }
    /*Aside*/
    .aside-box-title{
        font-size: 20px;
    }
    /*Similar articles*/
    .similar-article .title{
        font-size: 16px;
    }
    /*Services box*/
    .market-trends-list{
        margin: 0;
    }
    /*Sections*/
    .section{
        padding: 60px 0 70px;
    }
    /*About us section*/
    .we-in-numbers .item, .we-in-numbers .item:last-child{
        width: 100%;
    }
    /*Clients section*/
    .clients-grid .logos-grid{
        margin-right: 0;
        justify-content: space-between;
    }
    .clients-grid .logos-grid .img{
        width: calc(50% - 8px);
        margin-right: 0;
    }
    /*Static section*/
    .title-text-grid .title{
        font-size: 22px;
    }
    /*Directions section*/
    .directions-list .direction-item{
        font-size: 15px;
    }
    .directions-list .anchors-nav{
        margin: 0 -16px -6px 0;
    }
    .directions-list .anchors-nav a{
        margin: 0 16px 6px 0;
    }
    /*Rss section*/
    .text-form-grid .text-box{
        font-size: 18px;
    }
    .form-section .text-form-grid .title{
        font-size: 26px;
    }
    /*Our advantages section*/
    .accordion-slider-box .title{
        font-size: 18px;
    }
    /*Employees stories section*/
    .stories-slider .swiper-slide{
        font-size: 15px;
        padding: 20px;
    }
    .stories-slider .text{
        margin-left: 20px;
    }
    .stories-slider .text .name{
        font-size: 17px;
    }
    /*Vacancies section*/
    .accordion .item{
        font-size: 16px;
    }
    .accordion .title{
        font-size: 17px;
        padding: 0 60px 0 0;
    }
    .accordion .num{
        font-size: 30px;
        margin-top: -15px;
    }
    .accordion .icon svg{
        width: 12px;
    }
    .accordion .dropdown{
        padding: 20px 0 14px;
    }
    .accordion .btn{
        width: 100%;
        margin-top: 32px;
    }
    /*Partnership section*/
    .partners-grid{
        font-size: 14px;
    }
    .partners-grid .item{
        margin: 0 0 26px;
    }
    .js-show-all{
        font-size: 13px;
    }
    /*International recognition section*/
    .international-recognition-slider .swiper-slide{
        display: block;
        padding: 16px 16px 24px;
    }
    .international-recognition-slider .logo{
        width: 100px;
        height: 100px;
        padding-bottom: 0;
        margin-bottom: 16px;
    }
    .international-recognition-slider .text{
        margin-left: 0;
    }
    /*Achievements section*/
    .achievements-slider .swiper-slide{
        display: block;
        padding: 16px 16px 24px;
    }
    .achievements-slider .logo{
        width: 100px;
        height: 100px;
        padding-bottom: 0;
        margin: 0 0 16px;
    }
    /*About section*/
    .advantage-item{
        font-size: 15px;
        padding: 0 0 20px 40px;
        margin-bottom: 20px;
    }
    .advantage-item .title{
        font-size: 19px;
    }
    .advantage-item:not(:last-child):after{
        left: 40px;
    }
    .advantage-item .icon{
        top: -2px;
    }
    /*Our values*/
    .section.our-values-section{
        padding-top: 60px;
    }
    .our-values-list .value-item{
        font-size: 15px;
        padding: 24px 16px;
    }
    .our-values-list .title{
        font-size: 18px;
    }
    /*Mission section*/
    .mission-slider{
        margin: 40px 0 0;
    }
    .mission-slider .swiper-slide{
        padding: 20px 16px 26px;
    }
    .mission-slider .mission-card{
        font-size: 15px;
    }
    .mission-slider .num{
        top: 20px;
        left: 14px;
        font-size: 48px;
    }
    /*Press center section*/
    .article-in-brief{
        display: block;
        padding-bottom: 26px;
    }
    .article-in-brief .time{
        margin: 0 0 16px;
        width: 100%;
    }
    .bg-article{
        min-height: 240px;
    }
    .events-box.bg{
        padding: 54px 0 60px;
    }
    .events-box + .events-box{
        margin-top: 64px;
    }
    .events-box.bg:last-of-type{
        margin-bottom: -64px;
    }
    /*Event section*/
    .event-section .event-title{
        font-size: 24px;
    }
    .event-section .event-data{
        margin-top: 24px;
    }
    .event-section .event-data, .event-section .event-data *{
        font-size: 17px;
    }
    .event-section .event-data .time .separator{
        height: 20px;
        width: 1px;
        margin: 3px 10px 0;
    }
    .event-section .anchor-btn{
        margin-top: 28px;
    }
    /*Programm section*/
    .programm-list{
        padding: 0 0 0 32px;
    }
    .programm-list li{
        font-size: 15px;
        padding: 15px 16px;
        margin: 0 0 16px;
    }
    .programm-list .title{
        font-size: 16px;
        margin: 5px 0;
    }
    .programm-list li:before{
        top: 25px;
        left: -28px;
        box-shadow: 0 0 0 6px #f1f4f9, 0 0 0 7px rgba(72, 72, 72, .4);
    }
    .programm-list li:not(:last-child):after{
        top: 36px;
        left: -26px;
    }
    /*Services box*/
    .services-page .tabs-nav.small-size{
        margin-bottom: 32px;
    }
    .services-list .services-list-item .title{
        font-size: 17px;
    }
    .services-list .services-list-item .title .arrow{
        top: 27px;
    }
    .sub-services-list{
        padding: 6px 16px;
    }
    /*Popup*/
    .contact-us-popup .form .btn{
        min-width: 0;
    }
    .event-popup{
        padding: 48px 16px 32px;
    }
}
@media screen and (max-width: 400px){
    .teachers-page h1{
        font-size: 34px;
    }
    /*Inner page links*/
    .inner-page-links{
        display: block;
    }
    .inner-page-link{
        display: table;
    }
    /*Press center filter*/
    .inner-page-links + .press-center-filter{
        margin-top: -16px;
    }
}
@media screen and (max-width: 380px){
    /*Form styles*/
    .btn, .js-show-all, .btn.anchor-btn{
        min-width: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
    /*Employees list*/
    .employees-list, .section .employees-list{
        display: block;
        max-width: 200px;
        margin: 0 auto;
    }
    .section .employees-list{
        margin-bottom: 10px;
    }
    .employees-list .employee-item, .section .employees-list .employee-item{
        width: 100%;
    }
    .employees-list .employee-item:last-child{
        margin-bottom: 0;
    }
    /*Our history section*/
    .timeline{
        font-size: 16px;
    }
    .timeline .item{
        padding-left: 40px;
    }
    /*Mission section*/
    .mission-slider .title{
        font-size: 17px;
    }
    /*Projects section*/
    .project-item .title{
        font-size: 17px;
    }
    /*404*/
    .error-page-box .num{
        font-size: 115px;
    }
    .error-page-box .title{
        font-size: 19px;
    }
}
@media screen and (max-width: 350px){
    .teachers-page h1{
        font-size: 32px;
    }
    /*Partnership section*/
    .partners-grid{
        font-size: 13px;
    }
    /*About section*/
    .advantage-item .title{
        font-size: 18px;
    }
    .advantage-item .icon{
        top: -3.5px;
    }
    /*Pager*/
    .pager li{
        margin: 0 1px;
    }
    .pager .next{
        margin: 0 0 0 8px;
    }
    .pager .prev{
        margin: 0 8px 0 0;
    }
}
@media screen and (max-width: 320px){
    /*body{
		border: 1px solid red;
		}*/
}
/*Foreign plugins*/
/*Swiper*/
.swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-wrapper.disabled{
    transform: translate3d(0px, 0, 0) !important;
}
.swiper-slide{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.grab-cursor-activate .swiper-slide{
    user-select: none;
}
.swiper-container-vertical > .swiper-wrapper{
    flex-direction: column;
}
.swiper-container-android .swiper-slide, .swiper-wrapper{
    transform: translate3d(0px, 0, 0);
}
.swiper-container-free-mode > .swiper-wrapper{
    transition-timing-function: linear !important;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide{
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide{
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active{
    pointer-events: auto;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper{
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container .swiper-notification{
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-pagination.hidden{
    display: none;
}
.swiper-pagination .swiper-pagination-bullet-active{
    cursor: default;
}
.swiper-pagination-progressbar{
    position: relative;
    height: 1px;
    width: 100%;
    margin: 54px 0 0;
    background: rgba(255, 255, 255, .1);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-pagination-lock{
    display: none;
}
/*.swiper-button-lock{
	display: none !important;
	}*/

.slider-controls{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 42px 0 0;
}
.slider-controls.lock{
    display: none;
}
.slider-controls .swiper-pagination-progressbar{
    width: calc(100% - 122px);
    margin: 0;
}
.slider-controls .slider-arrows{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 82px;
}
.slider-controls .swiper-btn{
    line-height: 0;
    padding: 5px 0 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: transform .3s ease;
    user-select: none;
}
.slider-controls .slider-arrows .next-btn{
    margin-left: auto;
}
.no-touchevents .slider-controls .swiper-btn:hover{
    transform: translateX(-11px);
}
.no-touchevents .slider-controls .swiper-btn.next-btn:hover{
    transform: translateX(11px);
}
.slider-controls .swiper-button-disabled{
    display: none;
}
.slider-controls .swiper-btn svg{
    transform: translate3d(0, 0, 0);
}
.slider-controls .swiper-btn .line{
    opacity: 0;
    transform: translateX(-16px);
    transition: opacity .2s ease, transform .2s ease;
}
.slider-controls .swiper-btn.next-btn .line{
    transform: translateX(16px);
}
.no-touchevents .slider-controls .swiper-btn:hover .line{
    opacity: 1;
    transform: none;
}
.plain-bg-section .swiper-pagination-progressbar, .on-light-bg .swiper-pagination-progressbar{
    background: #bec7d5;
}
.plain-bg-section .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .on-light-bg .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #0b0e29;
}
/*File upload*/
.upload-box{
    display: flex;
    margin: 0;
    line-height: 0;
    margin: 24px 0;
}
.field .upload-box{
    margin: -16px 0 0;
}
.fileinput-wrapper{
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    line-height: 0;
    text-align: left;
    max-width: 100%;
}
.fileinput{
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.fileinput input[type=file], .fileinput input[type=file]:focus, .fileinput input[type=file]:hover{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    outline: 0 !important;
    cursor: pointer;
}
.upload-btn, .fileinput-name{
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    white-space: nowrap;
    height: 20px;
    margin: 0;
    padding: 0 0 0 32px;
    overflow: hidden;
    cursor: pointer;
    transition: color .2s ease;
}
.no-touchevents .upload-btn > span{
    position: relative;
    z-index: 11;
    cursor: pointer;
    margin-left: -32px;
    padding-left: 32px;
}
.required .upload-box .upload-btn > span:after{
    content: '*';
    position: relative;
    top: -3px;
    margin-left: 2px;
    font-size: 13px;
    line-height: 1em;
    color: rgba(160, 187, 215, .7);
}
.file-selected .upload-btn{
    display: none;
}
.upload-btn .icon{
    position: absolute;
    left: 0;
    top: .5px;
    transition: transform .4s ease;
}
.no-touchevents .upload-btn:hover .icon{
    transform: rotate(180deg);
}
.fileinput-name{
    display: block;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    padding-left: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}
.fileinput-name .close{
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 15px;
    padding: 0;
    transform: rotate(45deg);
    transition: opacity .2s ease;
}
.no-touchevents .fileinput-name .close:hover{
    opacity: .7;
}
.upload-box .formats{
    position: relative;
    z-index: 2;
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    color: rgba(255, 255, 255, .6);
    margin: 0 0 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    max-width: none;
}
.upload-box .file-selected + .formats, .upload-box .error-field-text + .formats{
    display: none;
}
/*Select*/
.select-box{
    position: relative;
}
.select2-container{
    position: relative;
    display: block;
}
.select + .select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    cursor: pointer;
    display: block;
    height: 48px;
    background: transparent;
    border-bottom: 1px solid #84878f;
    border-radius: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container.select2-container--open{
    z-index: 10000;
}
.on-dark-bg .select2-container .select2-selection--single{
    border-color: rgba(255, 255, 255, .2);
}
.on-dark-bg .select2-container--default.select2-container--focus .select2-selection--single, .on-dark-bg .filled .select2-container--default .select2-selection--single{
    border-color: rgba(255, 255, 255, .6);
}
.filter-select + .select2-container .select2-selection--single{
    border: 1px solid #eaeaea;
}
.error-field .select2-container .select2-selection--single{

}
.select2-container .select2-selection--single .select2-selection__rendered{
    display: block;
    font-family: 'NunitoSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 47px;
    color: #0b0e29;
    padding: 0 64px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.on-dark-bg .select2-container .select2-selection--single .select2-selection__rendered{
    color: #fff;
}
.filter-select + .select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 46px;
    padding: 0 43px 0 16px;
}
.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: 50px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: block;
    overflow: hidden;
    padding-left: 15px;
}
.select2-container .select2-search--inline{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
}
.select2-container li + .select2-search--inline{
    width: auto;
}
.select2-container .select2-search--inline .select2-search__field{
    border: none;
    font-size: 100%;
    margin: 0;
    padding: 7px 0 0 8px;
    height: 41px;
    line-height: 41px;
    max-width: 100%;
    width: 100% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.select2-container li + .select2-search--inline .select2-search__field{
    height: 34px;
    line-height: 0;
    width: 1px !important;
    padding: 0;
    margin: 7px 0 0 -1px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
.select2-dropdown{
    display: block;
    position: absolute;
    z-index: 10000;
    width: 100%;
    margin: -1px 0 0;
    overflow: hidden;
    background: #fff;
}
.filter-select + .select2-container + .select2-container .select2-dropdown{
    border: 1px solid #eaeaea;
}
.select2-dropdown--above.select2-dropdown{
    margin: 1px 0 0;
}
.select2-results{
    display: block;
}
.select2-results__options{
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: none;
}
.select2-results__option{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    color: #0b0e29;
    padding: 18px 20px;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}
.select2-results__option:last-child{
    border: none;
}
.no-touchevents .select2-results__option:not([aria-selected=true]):hover{
    color: #9107D1;
}
.select2-search--dropdown{
    display: block;
    padding: 4px 14px;
    margin: 6px 0;
}
.select2-search--dropdown .select2-search__field{
    height: 32px;
    padding: 4px 34px 4px 14px;
    width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide{
    display: none;
}
.select2-close-mask{
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible{
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    width: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url("../i/select-arrow.svg") no-repeat 50% 50%/12px auto;
}
.on-dark-bg .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background-image: url("../i/select-arrow-on-dark.svg");
}
.filter-select + .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background-size: 11px auto;
    right: 14px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    transform: scaleY(-1);
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    color: #35a3a7;
    background: #f9fbfd;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
    display: none;
}
.select2-container--default .select2-selection--multiple{
    padding-right: 48px;
    border: 1px solid #c4c5c7;
    cursor: text;
}
.select2-container--open.select2-container--default .select2-selection--multiple{

}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    list-style: none;
    margin: 0;
    padding: 0 0 7px 7px;
    width: 100%;
    min-height: 48px;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder, .select2-selection__placeholder{
    position: relative;
    text-overflow: ellipsis;
    color: rgba(81, 89, 107, .5);
    margin: 0;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: color .2s ease;
}
.select2-container--open .select2-selection__placeholder{
    color: rgba(81, 89, 107, .2);
}
.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: 15px;
    line-height: 1.2em;
    color: #fff;
    background: #248ef6;
    cursor: default;
    float: left;
    padding: 8px 29px 8px 11px;
    margin: 7px 7px 0 0;
    max-width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    cursor: pointer;
    position: absolute;
    text-indent: -10000px;
    top: 50%;
    width: 12px;
    height: 12px;
    right: 9px;
    margin: -6px 0 0;
    text-align: center;
    transition: opacity .2s ease;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    opacity: .7;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #fff;
}
.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: 177px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group]{
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true]{
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    color: rgba(11, 14, 41, .6);
    cursor: default;
}
.select2-container--default .select2-results__option .select2-results__option{
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__group{
    cursor: default;
    display: block;
    padding: 6px;
}
/*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';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev{
    background: #360978;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled{
    pointer-events: none;
    opacity: .5;
}
.lg-actions .lg-next{
    right: 20px;
}
.lg-actions .lg-next:before{
    content: "\e095";
    transition: all .2s ease;
}
.lg-actions .lg-prev{
    left: 20px;
}
.lg-actions .lg-prev:after{
    content: "\e094";
    transition: all .2s ease;
}
.lg-actions .lg-next:hover:before, .lg-actions .lg-prev:hover:after{
    opacity: .5;
}
@-webkit-keyframes lg-right-end{
    0%{
        left: 0;
    }
    50%{
        left: -30px;
    }
    100%{
        left: 0;
    }
}
@-moz-keyframes lg-right-end{
    0%{
        left: 0;
    }
    50%{
        left: -30px;
    }
    100%{
        left: 0;
    }
}
@-ms-keyframes lg-right-end{
    0%{
        left: 0;
    }
    50%{
        left: -30px;
    }
    100%{
        left: 0;
    }
}
@keyframes lg-right-end{
    0%{
        left: 0;
    }
    50%{
        left: -30px;
    }
    100%{
        left: 0;
    }
}
@-webkit-keyframes lg-left-end{
    0%{
        left: 0;
    }
    50%{
        left: 30px;
    }
    100%{
        left: 0;
    }
}
@-moz-keyframes lg-left-end{
    0%{
        left: 0;
    }
    50%{
        left: 30px;
    }
    100%{
        left: 0;
    }
}
@-ms-keyframes lg-left-end{
    0%{
        left: 0;
    }
    50%{
        left: 30px;
    }
    100%{
        left: 0;
    }
}
@keyframes lg-left-end{
    0%{
        left: 0;
    }
    50%{
        left: 30px;
    }
    100%{
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object{
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object{
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative;
}
.lg-toolbar{
    z-index: 1080;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #360978;
    min-width: 320px;
}
.lg-toolbar .lg-icon{
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    border: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.lg-toolbar .lg-icon:hover{
    color: #fff !important;
    opacity: .5;
}
.lg-toolbar .lg-close:after{
    content: "\e070";
}
.lg-toolbar .lg-download:after{
    content: "\e0f2";
    background: none;
}
.lg-sub-html{
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}
.lg-sub-html h4{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}
.lg-sub-html p{
    font-size: 12px;
    margin: 5px 0 0;
}
#lg-counter{
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
    padding: 9px 0 0 16px;
}
.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: #360978;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    padding: 0 10px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{
    /*cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;*/
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer{
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb{
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}
.lg-outer .lg-thumb-item{
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    transition: border-color .2s ease;
}
.lg-outer .lg-thumb-item.active{
    border-color: rgba(255, 255, 255, .3);
}
.lg-outer .lg-thumb-item img{
    min-width: 96px;
    min-height: 76px;
    max-width: 140%;
    opacity: 1;
    border-radius: 0;
}
.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: #360978;
    border-radius: 2px 2px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.lg-outer .lg-toogle-thumb:after{
    content: "\e1ff";
    transition: all .2s ease;
}
.lg-outer .lg-toogle-thumb:hover:after{
    opacity: .5;
}
.lg-outer .lg-video-cont{
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}
.lg-outer .lg-video{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.lg-outer .lg-video .lg-object{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.lg-outer .lg-video .lg-video-play{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    /*background: url("../i/play-icon.svg") no-repeat 0 0;*/
    cursor: pointer;
}
.lg-outer .lg-video-object{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.lg-outer .lg-has-video .lg-video-object{
    visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play{
    display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object{
    visibility: visible;
}
.lg-progress-bar{
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress{
    background-color: #fff;
    height: 5px;
    width: 0;
}
.lg-progress-bar.lg-start .lg-progress{
    width: 100%;
}
.lg-show-autoplay .lg-progress-bar{
    opacity: 1;
}
.lg-autoplay-button:after{
    content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after{
    content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
    transition: transform 0.3s ease 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
#lg-zoom-in:after{
    content: "\e311";
}
#lg-zoom-out{
    opacity: 0.5;
    pointer-events: none;
}
#lg-zoom-out:after{
    content: "\e312";
}
.lg-zoomed #lg-zoom-out{
    opacity: 1;
    pointer-events: auto;
}
.lg-outer .lg-pager-outer{
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{
    overflow: visible;
}
.lg-outer .lg-pager-cont{
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{
    box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont{
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img{
    width: 100%;
    height: 100%;
}
.lg-outer .lg-pager{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus{
    box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}
.lg-fullscreen:after{
    content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after{
    content: "\e20d";
}
.group{
    *zoom: 1;
}
.group:before, .group:after{
    display: table;
    content: "";
    line-height: 0;
}
.group:after{
    clear: both;
}
.lg-outer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-visible{
    opacity: 1;
}
.lg-outer img{
    margin: 0;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current{
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current{
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object{
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object{
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}
.lg-outer .lg-inner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.lg-outer .lg-item{
    background: url("../i/loader.svg") no-repeat 50% 50%/64px auto;
    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: 55px 5px 8px;
}
.lg-outer.lg-thumb-open .lg-img-wrap{
    padding-bottom: 108px;
}
.lg-outer .lg-item.lg-complete{
    background-image: none;
}
.lg-outer .lg-item.lg-current{
    z-index: 1060;
}
.lg-outer .lg-image{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play{
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{
    opacity: 1;
}
.lg-outer .lg-empty-html{
    display: none;
}
.lg-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in{
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current{
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item{
    will-change: transform, opacity;
}
.lg-css3.lg-use-left .lg-item{
    will-change: left, opacity;
}
.lg-css3.lg-fade .lg-item{
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current{
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current{
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item{
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item{
    opacity: 0;
    position: absolute;
    left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
    left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{
    left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
    left: 0;
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
@media screen and (max-width: 480px){
    /*Swiper*/
    .slider-controls{
        margin: 32px 0 0;
    }
    /*Select2*/
    .select2-container .select2-selection--single .select2-selection__rendered{
        padding: 0 48px 0 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        width: 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b{
        right: 10px;
    }
}
@media screen and (max-width: 420px){
    /*LightGallery*/
    .lg-toolbar .lg-icon{
        width: 40px;
    }
}
