/* frontend by Fedor Sulyagin */
/* email : fedor@sulyagin.com */
/* web   : fedor.sulyagin.com */

/* <theme> */
.color-black {
    color: #191919;
}
.color-dark {
    color: #272727;
}
.color-blue {
    color: #219bd8;
}
.color-gray {
    color: #858585;
}
.color-white {
    color: #fff;
}
.color-silver {
    color: #dcdcdc;
}
.color-red {
    color: #ff0000;
}

.bg-black {
    background-color: #191919;
}
.bg-dark {
    background-color: #272727;
}
.bg-blue {
    background-color: #219bd8;
}
.bg-gray {
    background-color: #858585;
}
.bg-white {
    background-color: #fff;
}
.bg-silver {
    background-color: #dcdcdc;
}
.bg-red {
    background-color: #ff0000;
}

.w10 {
    width: 10%;
}
.w20 {
    width: 20%;
}
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w70 {
    width: 70%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.w100 {
    width: 100%;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
a {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #fff;
}
a:hover {
    color: #219bd8;
}
a:active {
    color: #1c7aaa;
}

a.link_blue {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #219bd8;
}
a.link_blue:hover {
    color: #fff;
}
.btn {
    display: inline-block;
    border-radius: 50px;
    padding: 19px 59px;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    outline: none;
}
.btn_blue {
    background-color: #219bd8;
    color: #fff;
}
.btn_blue:hover {
    background-color: #6bbbe4;
    color: #fff;
}
.btn_blue:active {
    background-color: #1c7aaa;
    color: #fff;
}
.btn_blue_disabled {
    background-color: #858585 !important;
    color: #fff;
}
.btn_white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn_white:hover {
    background-color: #fff;
    color: #272727;
}
.btn_white:active {
    background-color: #dcdcdc;
    color: #272727;
    border: 1px solid #dcdcdc;
}
.btn_white_disabled {
    background-color: transparent !important;
    color: #858585 !important;
    border: 1px solid #858585 !important;
}
.input-element {
    width: 100%;
    position: relative;
    display: inline-block;
}
.input-col {
    float: left;
}
.input-element select {
    width: 100%;
    position: relative;
}
.input-element input, .input-element textarea {
    width: 100%;
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #fff;
    color: #ffffff;
    padding: 8px 0 15px 0;
    outline: none;
    border-radius: 0;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;

    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.input-element input:focus, .input-element textarea:focus {
    border-bottom: 2px solid #219bd8;
}
.input-element__title {
    opacity: 0;
    font-size: 11px;
    color: #9f9f9f;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.input-element__warning {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 35px;
    right: 0;
    font-size: 11px;
    color: #ff0000;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.input-element_error .selectric{
    border-bottom: 2px solid #ff0000 !important;
}
.input-element_error input, .input-element_error textarea {
    border-bottom: 2px solid #ff0000 !important;
    padding-right: 80px;
}
.input-element_error .input-element__warning {
    visibility: visible;
    opacity: 1;
}
.input-element_focus .input-element__title {
    opacity: 1;
}
/* </theme> */

/* <typography> */

h1,h2,h3,h4,p {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

h1,.title_large {
    font-size: 80px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 15px 0;
}
h2,.title_medium {
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 15px 0;
}
h3,.title_small {
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 15px 0;
}
h4,.title_mini {
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 15px 0;
}
h5 {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    margin: 0;
}
section h1, section h2 {
    margin: 0;
}
p {
    line-height: 1.38;
    margin: 12px 0;
}
.text_small > p {
    font-size: 14px;
    line-height: 1.39;
}
.text_normal > p {
    font-size: 18px;
}
.text_medium > p {
    font-size: 16px;
}
.text_large > p {
    font-size: 24px;
}
input[type=file]::-webkit-file-upload-button {
    outline: none;
    -webkit-appearance: none;
}
/* </typography> */

/* <template> */
html, body {
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #272727;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.no-scroll {
    -webkit-overflow-scrolling : touch !important;
    overflow: hidden !important;
    max-height: 100% !important;
}

.container {
    width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container_404 {
    height: 100%;
    min-height: 700px;
}
.container_index {
    height: 100%;
}
.row {
    padding-left: 6.5%;
    padding-right: 6.5%;
    width: 87%;
}
.row_left-field {
    padding-left: 6.5%;
}
.b-footer .row_left-field{
    padding-left: 4.5%;
}
.row_right-field {
    padding-right: 6.5%;
}
.row::after {
    content: "";
    display: table;
    clear: both;
}
.row_full {
    width: 100%;
    padding: 0;
}
.row_ungrid {
    padding-left: 2%;
    padding-right: 2%;
    width: 94%;
}
.b-footer.row_ungrid .b-mission__footer-wrap{
    margin-top:0;
    height: 98px;
}
.policy{
    display: inline-block;
    margin-top: 33px;
    margin-left: 78px;
}
.policy a{
    color: #858585;
    margin-right: 10px;
    display: inline-block;
}
.policy a:hover{
    color:#fff;
}
.privacy-policy{
    margin-top:20px;
}
.privacy-policy a{
    color:#219bd8;
}
.privacy-policy a:hover{
    color:white;
}
.b-formjob .privacy-policy {
    margin-top: 20px;
    font-size: 14px;
    float: left;
}
.swiper {
    overflow: hidden;
}
.swiper-slide {
    position: relative;
    display: -webkit-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-simple section > h1,
.p-simple section > h2 {
    margin-bottom: 40px;
}
.p-index section h1,
.p-index section h2 {
    margin-bottom: 20px;
}
.p-index {
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.p-index_loaded {
    opacity: 1;
}
.p-index > section {
    position: relative;
    overflow: hidden;
    min-height: 750px;
}
.p-simple > section {
    display: inline-block;
    margin-bottom: 120px;
}
/* </template> */

/* <icons> */
.icon {
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.icon_hamburger {
    width: 28px;
    height: 24px;
    fill: #fff;
    cursor: pointer;
}
.icon_hamburger:hover {
    fill: #219bd8;
}
.icon_hamburger:active {
    fill: #1c7aaa;
}
.icon_hamburger_close {
    width: 28px;
    height: 28px;
    fill: #fff;
    cursor: pointer;
}
.icon_hamburger_close:hover {
    fill: #219bd8;
}
.icon_hamburger_close:active {
    fill: #1c7aaa;
}
.icon_hamburger:hover #hamburger {
    fill: #219bd8;
}
.icon_hamburger:active #hamburger {
    fill: #1c7aaa;
}
.icon_close {
    width: 34px;
    height: 34px;
    fill: #fff;
    cursor: pointer;
}
.icon_close:hover {
    fill: #219bd8;
}
.icon_close:active {
    fill: #1c7aaa;
}
.icon_linkedin {
    width: 26px;
    height: 28px;
    fill: #858585;
}
.icon_linkedin:hover {
    fill: #fff;
}

.icon_linkedin:active {
    fill: #757575;
}
.icon_navigate {
    width: 26px;
    height: 28px;
    fill: #858585;
}
.bounce{
    position: absolute;
    left: 50%;
    top: 93%;
    cursor: pointer;
    height:50px;
}
.bounce:hover {
    animation: bounce 2s infinite;
}
.b-selector__grid-item-inner span img.fadeIn {
    -webkit-transition: opacity 0.9s ease-in-out;
    -moz-transition: opacity 0.9s ease-in-out;
    -ms-transition: opacity 0.9s ease-in-out;
    -o-transition: opacity 0.9s ease-in-out;
    transition: opacity 0.9s ease-in-out;
}
.b-selector__grid-item-inner span:hover img.fadeIn {
    zoom: 1;
    opacity: 0;
}
img.fadeTop{
    position:absolute;
    top: 0;
    left: 0;
}
img.fadeTop {
    -webkit-transition: opacity 0.9s ease-in-out;
    -moz-transition: opacity 0.9s ease-in-out;
    -ms-transition: opacity 0.9s ease-in-out;
    -o-transition: opacity 0.9s ease-in-out;
    transition: opacity 0.9s ease-in-out;
    opacity: 0;
}
.b-selector__grid-item-inner span:hover img.fadeTop:hover {
    zoom: 1;
    opacity: 1;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.icon_navigate:hover {
    fill: #fff;
}
.icon_navigate:active {
    fill: #757575;
}
.icon_linkedin_white {
    width: 26px;
    height: 28px;
    fill: #fff;
}
.icon_linkedin_white:hover {
    fill: #858585;
}
.icon_linkedin_white:active {
    fill: #757575;
}
.icon_best_blue {
    width: 65px;
    height: 65px;
    fill: #219bd8;
}
.icon_expert_blue {
    width: 65px;
    height: 65px;
    fill: #219bd8;
}
.icon_innovative_blue {
    width: 65px;
    height: 65px;
    fill: #219bd8;
}
.icon_international_blue {
    width: 65px;
    height: 65px;
    fill: #219bd8;
}
.icon_health_blue {
    width: 75px;
    height: 65px;
    fill: #219bd8;
}
.icon_corporate_blue {
    width: 65px;
    height: 60px;
    fill: #219bd8;
}
.icon_benefit_blue {
    width: 48px;
    height: 65px;
    fill: #219bd8;
}
.icon_arrow-left_white,.icon_arrow-right_white {
    width: 22px;
    height: 34px;
    fill: #fff;
}
.icon_arrow-left_white:hover, .icon_arrow-right_white:hover {
    fill: #219bd8;
}
.icon_arrow-left_white:active, .icon_arrow-right_white:active {
    fill: #1c7aaa;
}
.icon_code_white {
    width: 90px;
    height: 80px;
    fill: #fff;
}
.icon_qa_white{
    width: 90px;
    height: 80px;
    fill: #fff;
}
.icon_tech-writer_white{
    width: 90px;
    height: 70px;
    fill: #fff;
}
.icon_support_white {
    width: 90px;
    height: 80px;
    fill: #fff;
}
.icon_question_white {
    width: 90px;
    height: 80px;
    fill: #fff;
}
.icon_marketing_white {
    width: 90px;
    height: 80px;
    fill: #fff;
}
.icon_pin_blue {
    width: 26px;
    height: 30px;
    fill: #219bd8;
}
.icon_done {
    width: 74px;
    height: 74px;
    fill: #219bd8;
}
.icon_plus {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.icon_europe_mail,.icon_america_mail,.icon_info_mail {
    fill: #219bd8;
    height: 60px;
}
.input-element_error .input-element__error-icon{
    display:inline-block;
}
.icon_alarm {
    font-size: 15px;
    color: #ff0000;
    position: absolute;
    top: 7%;
    left: 38%;
    cursor: default;
    display: inline-block;
}
.input-element__error-icon {
    position: absolute;
    top: 30px;
    right: 8px;
    display: none;
}
.w50 .input-element__error-icon{
    left: 180px;
    top: 18px;
}
div.jfilestyle input{
    border-bottom:none !important;
}
/* </icons> */

/* <header> */
header {
    position: fixed;
    width: 87%;
    min-width: 250px;
    z-index: 8;
    display: block;
    margin-bottom: 40px;
    background: transparent;
    -webkit-overflow-scrolling: touch;
}
.header_inline {
    position: relative;
    display: inline-block;
    margin-bottom: 70px;
}
.header_index {
    position: absolute;
    display: inline-block;
    margin-bottom: 70px;
}
.header_fade {
    opacity: 0.5;
}
.logo {
    float: left;
    padding-top: 30px;
    display: inline-block;
}
.logo img {
    width: 240px;
    height: 80px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
nav {
    margin-top: 60px;
    margin-right: -30px;
}
.menu {
    float: right;
}
.menu__item {
    position: relative;
    float: left;
    padding: 0 20px 10px 20px;
    margin: 0 10px;
}
.menu__item_active {
    border-bottom: 3px solid #219bd8;
}
.menu-sub-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.menu-sub {
    margin-top: 32px;
    margin-left: 5px;
    min-width: 130px;
    background-color: #244150;
    border-top: 3px solid #219bd8;
    padding: 4px 0 8px 0;
}
.menu__link {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
}
.menu-sub__item {
    display: inline-block;
    width: 100%;
    margin: 6px 15px;
}
.menu-sub__link {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.menu__item:hover > .menu-sub-wrap {
    visibility: visible;
    opacity: 1;
}
.menu__item .menu__link:hover {
    color: #219bd8;
}
.menu__hamburger {
    position: relative;
    float: right;
    z-index: 11;
    margin-top: 47px
}
.menu__hamburger .icon {
    float: right;
    position: relative;
    z-index: 11;
}
.menu__hamburger,.icon_hamburger_close {
    display: none;
}
.menu__footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.menu__footer-brick {
    width: 70%;
    height: 50px;
    float: right;
    background-color: #219bd8;
    margin-right: -20%;
}
.menu__mobile_active {
    height: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #272727;
    overflow-y: auto;
    overflow-x: hidden;
}
.menu__mobile_active .icon_hamburger {
    display: none;
}
.menu__mobile_active .icon_hamburger_close {
    display: inline;
}
.menu__mobile_active nav {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu__mobile_active .logo {
    position: relative;
    z-index: 11;
}
.menu__mobile_active .menu {
    float: left;
    display: inline !important;
}
.menu__mobile_active .menu__item {
    width: 100%;
    margin: 12px 0;
    padding: 0;
    float: left;
}
.menu__mobile_active .menu-sub-wrap {
    position: relative;
}
.menu__mobile_active .menu-sub {
    margin-top: 6px;
    margin-left: 70px;
    min-width: 130px;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.menu__mobile_active .menu__item span {
    position: absolute;
    width: 200px;
    height: 4px;
    background-color: #272727;
    margin: 9px 30px 0 -162px;
}
.menu__mobile_active .menu__item_active {
    border: 0;
}
.menu__mobile_active .menu__item_active span {
    background-color: #219bd8;
}
.menu__mobile_active .menu-sub-wrap {
    display: none;
}
.menu__mobile_active .menu-sub-wrap_active .menu-sub-wrap {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}
.menu__mobile_active .menu__footer {
    display: inline-block;
}
.menu__mobile_active .menu__link {
    margin-left: 68px;
}
/* </header> */

/* <b-footer> */
.b-footer {
    width: 96%;
    height: 98px;
    background-color: #191919;
    display: table;
    position: relative;
    z-index: 2;
}
.b-footer_attach {
    margin-top: -99px;
}
.b-footer-wrap {
    width: 100%;
    height: 100%;
    text-align: right;
    border-left: 11px solid #219bd8;
    display: table-cell;
    vertical-align: middle;
}
.b-footer_attach .b-footer-wrap {
    width: 100%;
    height: 100%;
    text-align: right;
    border-left: 11px solid #219bd8;
}
/* </b-footer> */

/* <b-modal> */
.b-modal__inner {
    overflow: hidden;
}
.b-modal__container {
    margin: 10px auto;
}
.b-modal__underline {
    width: 64px;
    height: 8px;
    margin-bottom: 12px;
    display: inline-block;
    background-color: #219bd8;
}
.b-modal__thanks {
    width: 70%;
    cursor: pointer;
}
/* </b-modal> */

/* <b-lightbox> */
.lightbox__modal {
    display: none;
    width: auto !important;
    height: 100%;
}
.lightbox__container {
    height: 100%;
    display: flex;
}
.lightbox__inner {
    align-self: center
}
.lightbox__inner img {
    max-height: 100%;
    margin: 20px 0;
}
.lightbox__inner .image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;object-fit: contain;
    display: block;
}
.featherlight .featherlight-close-icon {
    top: 0;
    right: 5px;
    width: auto;
    background: transparent;
}
.featherlight .featherlight-content {
    background: transparent;
    overflow: hidden;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-height: 95% !important;
    padding: 45px 4% 65px 4% !important;
    border-bottom: 25px solid transparent !important;
}
.featherlight .featherlight-content img {
    min-height: 200px;
    min-width: 200px;
}
/* </b-lightbox> */

/* <b-feedback> */
.b-feedback__text {
    text-transform: initial;
    padding: 20px 0 10px 0;
    text-align: left;
    letter-spacing: normal;
}
/* </b-feedback> */

/* <b-formjob> */
.b-formjob  {
    display: -webkit-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
}
.b-formjob .title_small {
    text-transform: initial;
    letter-spacing: normal;
    margin-top: 0;
}
.b-formjob__message {
    width: 40%;
}
.b-formjob__content {
    width: 55%;
    position: relative;
    margin-left: 5%;
    background-color: #244150;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.b-formjob__content form {
    padding: 5% 12% 3% 12%;
}
.b-formjob__close {
    width: 43px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
//background-color: #219bd8;
    text-align: center;
    padding-top: 4px;
}
.b-formjob__close .icon {
//fill: #fff !important;
}
.b-formjob__close:hover {
//background-color: #6bbbe4;
}
.b-formjob__close:active {
//background-color: #1c7aaa;
}
.b-modal__job-apply.modal {
    width: 70%;
}
/* </b-formjob> */

/* <tooltip> */
.tooltip-error{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ff0000;
    position:relative;
}
.tooltipster-al .tooltipster-box {
    background: #244150;
    border: 0;
    border-radius: 0;
}
.tooltipster-al .tooltipster-arrow-border, .tooltipster-al .tooltipster-arrow-background {
    border-top-color: #244150 !important;
}
.tooltipster-al .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #244150 !important;
}
.tooltipster-al .tooltipster-content {
    font-size: 14px !important;
    text-align: center;
    padding: 14px 8px;
}
.tooltipster-al .tooltipster-content p {
    font-size: 14px !important;
    margin: 6px 0;
}
.tooltipster-form .tooltipster-box {
    background: #ff0000;
    border: 0;
    border-radius: 0;
}
.tooltipster-form .tooltipster-arrow-border, .tooltipster-form .tooltipster-arrow-background {
    border-top-color: #ff0000 !important;
}
.tooltipster-form .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ff0000 !important;
}
.tooltipster-form.tooltipster-sidetip .tooltipster-content{
    font-size:15px;
    padding: 6px 7px;
}

.tooltipster-upload .tooltipster-arrow-border, .tooltipster-upload .tooltipster-arrow-background {
    border-top-color: #fff !important;
}
.tooltipster-upload .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff !important;
}
.tooltipster-upload .tooltipster-box {
    background: #fff;
    border: 0;
    border-radius: 0;
}
.tooltipster-upload.tooltipster-sidetip .tooltipster-content{
    color:#244150;
}
.tooltipster-upload.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;left:0;top:-3px}
.tooltipster-upload.tooltipster-sidetip .tooltipster-box{background:#fff;border:2px solid #fff;border-radius:4px}

.tooltipster-form.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#ff0000;left:0;top:-3px}


/* </tooltip> */

/* <b-mission> */
.b-mission h2 {
    margin: 0 0 20px 0;
}
.b-mission__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding-right: 2%;
}
.b-mission__text p {
    padding-right: 20px;
    margin: 0 0 20px 0;
}
.b-mission__inner {
    display: -webkit-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-mission__text-author img {
    max-width: 80px;
    float: left;
    margin-right: 25px;
}
.b-mission__text-author p {
    padding-top: 23px;
}
.b-mission .b-map {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 58%;
    flex: 1 1 58%;
}
.b-mission__footer {
    position: absolute;
    left: 0;
    bottom: 0;
}
.b-mission__footer-wrap {
    margin-top: 46px;
    float: left;
    border-right: 11px solid #219bd8;
    width: 95px;
    height: 74px;
}
.b-mission__footer-wrap .icon {
    margin-top: 25px;
}
/* </b-mission> */

/* <b-map> */
.b-map {
    position: relative;
    width: 100%;
    height: 100%;
}
.b-map img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.b-map__inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.b-map__draw {
    width: 100%;
    height: 100%;
}
.b-map__dot_sm {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}
.b-map__pointer img {
    width: auto;
    height: auto;
    max-width: inherit;
}
.b-map__dot_lg {
    display: inline-block;
    width: 26px;
    height: 26px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;

    background: url("../i/map-dot.svg") no-repeat;
}
.b-map__pointer {
    position: absolute;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.b-map__dot_sm:hover {
    width: 14px;
    height: 14px;
    margin-top: -1px;
    margin-left: -1px;
}
.b-map__pointer:hover .b-map__dot_lg {
    width: 28px;
    height: 28px;
    margin-top: -1px;
    margin-left: -1px;
}
.b-map__pointer-1 {
    left: 19%;
    top: 23%;
}
.b-map__pointer-2 {
    left: 17%;
    top: 30%;
}
.b-map__pointer-3 {
    left: 16.5%;
    top: 36%;
}
.b-map__pointer-4 {
    left: 82.8%;
    top: 31%;
}
.b-map__pointer-5 {
    left: 92%;
    top: 85%;
}
.b-map__pointer-6 {
    left: 13%;
    top: 27%;
}
.b-map__pointer-7 {
    left: 83%;
    top: 80%;
}
.b-map__pointer-8 {
    left: 14%;
    top: 23.5%;
}
.b-map__pointer-16 {
    left: 29%;
    top: 72%;
}
.b-map__pointer-17 {
    left: 27%;
    top: 75%;
}
.b-map__pointer-18 {
    left: 53%;
    top: 78%;
}
.b-map__pointer-19 {
    left: 56%;
    top: 34%;
}
.b-map__pointer-20 {
    left: 89.5%;
    top: 31%;
}
.b-map__pointer-21 {
    left: 86%;
    top: 31%;
}
.b-map__pointer-22 {
    left: 43.5%;
    top: 18%;
}
.b-map__pointer-23 {
    left: 48%;
    top: 25%;
}
.b-map__pointer-24 {
    left: 79.5%;
    top: 56%;
}
.b-map__pointer-25 {
    left: 85%;
    top: 35%;
}
.b-map__pointer-26 {
    left: 53.5%;
    top: 27%;
}
.b-map__pointer-27 {
    left: 53%;
    top: 13%;
}
.b-map__pointer-28 {
    left: 54%;
    top: 18%;
}
.b-map__pointer-29 {
    left: 46%;
    top: 21%;
}
.b-map__pointer-30 {
    left: 71%;
    top: 46%;
}
.b-map__pointer-31 {
    left: 85%;
    top: 40%;
}
.b-map__pointer-32 {
    left: 44%;
    top: 25%;
}
.b-map__pointer-33 {
    left: 50.5%;
    top: 14%;
}
.b-map__pointer-34 {
    left: 96%;
    top: 80%;
}
.b-map__pointer-35 {
    left: 41%;
    top: 26%;
}
/* </b-map> */

/* <b-products> */
.b-products__inner {
    display: table;
    height: 100%;
}
.b-products__col {
    display: table-cell;
    width: 33.3%;
    height: 100%;
    vertical-align: middle;
}
.b-products__col-inner {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.b-products__col-al {
    background: url(../i/bg-al.jpg) center center no-repeat;
    background-size: cover;
    padding-right: 3%;
}
.b-products__col-al .b-products__text {

}
.b-products__col-alcl {
    background: url(../i/bg-alcl.jpg) center center no-repeat;
    background-size: cover;
    padding-left: 3%;
    padding-right: 3%;
}
.b-products__col-alcl .b-products__text {

}
.b-products__col-alx {
    background: url(../i/bg-alx.jpg) center center no-repeat;
    background-size: cover;
    padding-left: 3%;
}
.b-products__col-alx .b-products__text {

}
.b-products__text {
    min-height: 300px;
}
.b-products__text p {
    line-height: 1.56;
}
.b-products__more {
    margin-top: 30px;
    text-align: center;
}
.b-products__more .btn {
    width: 30%;
    max-width: 200px;
}
.b-products__logo {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    min-height:5em;
}
.b-products__logo img {
    width: 70%;
    min-width: 200px;
}
.b-products__col-alcl .b-products__logo img {
    min-width: 306px;
}
.b-products__col-alx .b-products__logo img {
    width: 66%;
    min-width: 250px;
}
.b-products__col-al .b-products__logo img {
    width: 55%;
    min-width: 220px;
}
.b-products__col-al .b-products__logo, .b-products__col-alcl .b-products__logo {
    margin-left: -20px;
}
.b-products__footer {
    position: absolute;
    bottom: 0;
    left: 0;
}
.b-products__footer-wrap {
    width: 95px;
    height: 74px;
    float: left;
    border-right: 11px solid #219bd8;
    margin-top: 46px;
}
.b-products__footer-wrap .icon {
    margin-top: 25px;
}
.b-products .fp-tableCell {
    height: auto !important;
}
/* </b-products> */

/* <b-clients> */
.b-clients .b-footer {
    position: absolute;
    bottom: 0;
}
.b-clients__inner {
    padding-top: 40px;
    padding-bottom: 60px;
}
.b-selector__list {
    margin-top: 20px;
}
/* </b-clients> */

/* <b-selector> */
.b-selector {
    width: 100%;
    display: table;
}
.b-selector__list {
    width: 32%;
    max-width: 400px;
    min-width: 270px;
    padding-right: 5%;
    display: table-cell;
    vertical-align: top;
}
.b-selector__list-link-wrap {
    margin-left: 65px;
}
.b-selector__list-item {
    padding-bottom: 14px;
}
.b-selector__list-link {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.47;
    color: #219bd8;
    text-transform: uppercase;
}
.b-selector__list-link:hover {
    color: #fff;
}
.b-selector__list-link:active {
    color: #219bd8;
}
.b-selector__list-item span {
    width: 45px;
    height: 4px;
    float: left;
    background-color: #ffffff;
    margin: 9px 0 3px 0;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.b-selector__list-item_active span {
    position: absolute;
    opacity: 1;
}
.b-selector__list-item_active .b-selector__list-link {
    color: #fff;
}
.b-selector__grid {
    width: 70%;
    height: 525px;
    vertical-align: top;
    display: none;
}
.b-selector__grid_active {
    display: table-cell;
}
.b-selector__grid-item {
    padding: 0 0 1% 0;
    margin: 0 1.5%;
    width: 22%;
    height: 120px;
    float: left;
    text-align: center;
    display: table-cell;
    overflow: hidden;
}
.b-selector__grid-item span {
    display: inline-block;
}
.b-selector__grid-item img {
    /*opacity: 0.5;*/
    width: 100%;
    height: auto;
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;

    max-width: 100%;
    max-height: 120px;
}

.b-selector__job {
    display: table;
}
.b-selector__job-info {
    padding-left: 8%;
    display: table-cell;
    vertical-align: top;
//width:1000px;
}
.b-selector__job-title h4 {
    margin: 0;
}
.b-selector__job-location {
    display: block;
    margin: 22px 0 26px 0;
    font-weight: 500;
}
.b-selector__job-location .icon {
    float: left;
    margin: -2px 20px 0 0;
}
.b-selector__job-icon {
    min-width: 100px;
    display: table-cell;
    vertical-align: top;
}
.b-selector__job-icon .icon {
    margin-bottom: 20px;
}
.b-selector__job-sep {
    width: 64px;
    height: 8px;
    display: inline-block;
    background-color: #219bd8;
}
.b-selector__job-content {
    margin: 24px 0 0 0;
}
.b-selector__job-content ul li{
    line-height: 1.38;
    margin-left: 20px;
    list-style-type:disc;
}
.b-selector__job-content .btn {
    margin-top: 24px;
}
.b-selector__list-mobile {
    width: 100% !important;
    text-align: center;
    margin-bottom: 30px;
    display: none;
}
.b-selector__list-mobile select {
    width: 100%;
}
/* </b-selector> */

/* <b-whyjoin> */
.b-careers p {
    margin: 0;
}
.b-whyjoin {

}
.b-whyjoin__items {
    display: -webkit-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b-whyjoin__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25.3%;
    flex: 1 0 25.3%;
    position: relative;
    padding-right: 8%;
}
.b-whyjoin__item:nth-child(-n+6) {
    margin-bottom: 60px;
}
.b-whyjoin__icon {
    margin-bottom: 14px;
}
.b-whyjoin__content {
    margin-bottom: 8%;
}
.b-whyjoin__footer {
    width: 64px;
    height: 8px;
    position: absolute;
    bottom: 0;
    background-color: #219bd8;
}
/* </b-whyjoin> */

/* <b-team> */
.b-team__items {
    display: flex;
}
.b-team__person {
    width: 46%;
    max-width: 800px;
}
.b-team__person:first-child {
    padding-right: 8%;
}
.b-team__image {
    width: 28%;
    margin-right: 5%;
    display: block;
}
.b-team__image img {
    margin-bottom: 40px;
    width:150px;
}
.b-team__info {
    width: 50%;
}
.b-team__who p {
    margin: 5px 0 15px 0;
    color: #9f9f9f;
    min-height: 48px;
}
.b-team__text {
    line-height: 1.39;
    width:90%;
}
.b-team__name {
    white-space: pre;
}
.b-team__text p {
    margin: 0;
}
.b-team-gallery__info {
    margin-bottom: 30px;
}
.b-team-gallery__image {
    margin-bottom: 40px;
}
.b-team-gallery__image img {
    max-width: 150px;
    cursor:default;
}
.b-team-gallery__footer {
    width: 64px;
    height: 8px;
    position: absolute;
    bottom: 0;
    background-color: #219bd8;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
/*.b-team-gallery__person:hover .b-team-gallery__footer {
    background-color: #fff;
}*/
.b-team-gallery__person{
    width: 23%;
    margin: 0 15px;
    display: inline-block;
    vertical-align:top;
    margin-bottom: 30px;
}
.b-team-gallery__person:nth-child(4n) {
    margin: 0;
}
.slick-slide.b-team-gallery__person:nth-child(4n) {
    margin: 0 15px;
}
.b-team__person:first-child {
    padding-right: 1%;
}
.p-simple > section {
    display: inline-block;
    margin-bottom: 60px;
}


.b-gallery_modal .b-team__who p {
    margin-bottom: 0;
}
#team-modal {
    width: auto !important;
}
.team-gallery-photo{
    cursor:pointer;
}
/* </b-team> */

/* <b-contacts> */
.b-contacts {
    padding-bottom: 60px;
}
.b-contacts__items {
    float: left;
    width: 50%;
}
.b-contacts__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 36px;
}
.b-contacts__form {
    float: left;
    width: 40%;
    margin-left: 10%;
}
.b-contacts__form h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
.input-element {
    margin-bottom: 30px;
}
.b-contacts__form .btn {
    margin-top: 10px;
}
.b-contacts__city {
    font-size: 22px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.b-contacts__address p, .b-contacts__connect p {
    margin: 0 0 4px 0;
}
.b-contacts__address {
    width: 50%;
    float: left;
    margin: 0 0 4px 0;
}
.b-contacts__connect {
    width: 41%;
    margin-left: 9%;
    float: left;
}
/* </b-contacts> */
/* <b-404> */
.p-404 {
    position: absolute;
    top: 0;
    height: 100%;
    display: table;
    vertical-align: middle;
}
.b-404 {
    display: table-cell;
    vertical-align: middle;
    padding: 100px 0;
}
.b-404__title, .b-404__message {
    display: table-cell;
    vertical-align: middle;
}
.b-404__title {
    text-align: center;
}
.b-404__message {
    padding-left: 5%;
}
.b-404 h1 {
    font-size: 380px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #219bd8;
}
.b-404 .title_small {
    text-transform: none;
    letter-spacing: normal;
}
.b-404 .btn {
    margin-top: 20px;
}
/* </b-404> */

/* <cookie> */
.cookie-banner{
    color: white;
    background: #244150;
    padding: 20px 6.5% 20px 6.5%;
    box-sizing: border-box;
    font-weight: 100;
    position: fixed;
    bottom: 0;
    /*display:none;*/
    z-index: 100;
    width: 100%;
    display: flex;
    align-items: center;
}
.cookie-banner .cookie-banner__text {
    width: 80%;
    margin-right: 30px;
}

/*.has-cookie-banner .cookie-banner{*/
/*    display: block;*/
/*}*/

.cookie-banner h2.cookie-banner__title{
    color: white;
}

.cookie-banner__button a{
    width: 175px;
    margin-right: 20px;
}

.cookie-banner .icon{
    width: 45px;
    height: 45px;
    transition: .3s ease;
    position: absolute;
    right: 8px;
}
/* </cookie> */

/* <responsive> */
@media screen and (min-width:1860px) {

    .b-team__who p {
        min-height: inherit;
    }
}
@media screen and (max-width:1280px) {

    /*index*/
    .b-clients__inner{
        padding-bottom:85px;
    }

    .b-selector__grid {
        height: 515px;
    }
    .row_ungrid {
        padding-left: 6.5%;
        padding-right: 6.5%;
        width: 87%;
    }

    .cookie-banner__button a {
        padding: 15px;
    }

    .btn {
        padding: 15px 53px;
    }

    /* <p-simple template> */
    .p-simple section > h1,
    .p-simple section > h2 {
        margin-bottom: 30px;
    }
    .p-index section h1,
    .p-index section h2 {
        margin-bottom: 20px;
    }
    .p-simple > section {
        margin-bottom: 100px;
    }
    /* </p-simple template> */

    /* <typography> */
    h1,.title_large {
        font-size: 60px;
    }
    h2, .title_medium {
        font-size: 40px;
    }
    h3, .title_small {
        font-size: 30px;
    }
    h4, .title_mini {
        font-size: 25px;
    }
    p {
        font-size: 16px;
        line-height: 1.56;
    }
    ul li{
        font-size: 16px;
        line-height: 1.56;
        outline:none;
    }
    .text_large > p {
        font-size: 18px;
    }
    .text_normal > p {
        font-size: 16px;
        min-height: 48px;
    }
    /* </typography> */

    /* <header> */
    .logo img {
        width: 190px;
        height: 60px;
    }
    .header_inline {
        margin-bottom: 40px;
    }
    /* </header> */

    /* <footer> */
    /*.b-footer {
        height: 74px;
    }*/
    .b-footer_attach {
        margin-top: -74px;
    }
    /* </footer> */

    /* <b-gallery> */
    .slick-arrow .icon_arrow-left_white, .slick-arrow .icon_arrow-right_white {
        width: 16px;
        height: 24px;
    }
    /* </b-gallery> */

    /* <b-contacts> */
    .input-element {
        margin-bottom: 20px;
    }
    /* </b-contacts> */

    /* <b-feedback> */
    .b-feedback .icon_done {
        width: 64px;
        height: 64px;
    }
    .b-feedback .title_small {
        padding: 5px 0;
    }
    /* </b-feedback> */

    /* <b-modal> */
    .b-modal__job-apply.modal {
        width: 90%;
    }
    .b-formjob .input-col {
        margin-top: 10px;
    }
    .b-formjob .input-col.w50 .input-element__error-icon{
        top: 24px;
        left: 160px;
    }
    /* </b-modal> */


    .b-map__dot_sm {
        width: 10px;
        height: 10px;
    }
    .b-map__dot_lg {
        width: 20px;
        height: 20px;
    }
    .b-map__dot_sm:hover {
        width: 12px;
        height: 12px;
        margin-top: -1px;
        margin-left: -1px;
    }
    .b-map__pointer:hover .b-map__dot_lg {
        width: 22px;
        height: 22px;
        margin-top: -1px;
        margin-left: -1px;
    }
    /* <b-404> */
    .b-404 h1 {
        font-size: 260px;
    }
    .b-404__message {
        padding-left: 8%;
    }
    /* </b-404> */
}
@media screen and (max-width:1023px) , screen and (max-height: 490px) {
    .b-mission__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 120px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .b-mission__footer, .b-products__footer {
        display: none;
    }
    .p-index section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width:1023px){

    /* <main>*/
    .bounce{
        display:none;
    }

    /*</main>*/
    .cookie-banner{
        padding: 20px 4% 20px 4%;
    }
    .row {
        padding-left: 4%;
        padding-right: 4%;
        width: 92%;
    }
    .row_left-field {
        padding-left: 4%;
    }
    .row_right-field {
        padding-right: 4%;
    }

    /* <p-simple template> */
    .p-simple section > h1,
    .p-simple section > h2 {
        margin-bottom: 30px;
    }
    .p-simple > section {
        margin-bottom: 80px;
    }
    .p-index section h1,
    .p-index section h2 {
        margin-bottom: 30px;
    }
    .p-index > section {
        min-height: auto;
        height: auto;
    }
    /* .fp-tableCell {
        display: inline;
    }
    .fp-section.fp-table, .fp-slide.fp-table {
         display: inline-block;
     }*/
    /* </p-simple template> */

    /* <header> */
    .menu__hamburger {
        display: inline-block;
    }
    .menu {
        display: none;
    }
    /* </header> */

    /* <p-index> */

    .b-mission__text {
        width: 100%;
        display: inline-block;
    }
    .b-mission__text p {
        padding-right: 0;
    }
    .b-mission .b-map {
        width: 100%;
        margin-top: 30px;
    }

    .b-products__inner {
        width: 100%;
        display: inline-block;
    }
    .b-products__col {
        height: auto;
    }
    .b-products__col-al {
        width: 92%;
        float: left;
        padding: 0 4%;
    }
    .b-products__col-al .b-products__text {
        height: auto;
        min-height: auto;
    }
    .b-products__col-alcl {
        width: 50%;
        padding: 0;
    }
    .b-products__col-alx {
        width: 50%;
        padding: 0;
    }
    .b-products__col-alcl .b-products__text,
    .b-products__col-alx .b-products__text,
    .b-products__col-al .b-products__text {
        padding: 0;
        min-height: 200px;
    }
    .b-products__col-alcl, .b-products__col-alx {
        padding: 0 4%;
    }
    .b-products__col-al .b-products__logo, .b-products__col-alcl .b-products__logo {
        margin-left: 0;
    }
    .b-products__logo{
        min-height:2em;
    }
    /* </p-index> */

    /* <b-selector> */
    .b-selector__list-mobile {
        display: inline-block;
    }
    .b-selector {
        display: inline-block;
    }
    .b-selector__list {
        display: none;
    }
    .b-selector__grid {
        width: 100%;
        min-height: 502px;
    }
    .b-clients__inner {
        padding-bottom: 80px;
    }
    /* </b-selector> */

    /* <p-careers> */
    .b-whyjoin__item:nth-child(-n+4) {
        margin-bottom: 60px;
    }
    .b-whyjoin__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 42%;
        flex: 1 0 42%;
        padding-right: 8%;
    }
    .b-whyjoin .icon {
        height: 50px;
        width: 50px;
    }
    /* </p-careers> */

    /* <b-team> */
    .slick-prev{
        left:-3%;
    }
    .slick-next{
        right: -3%;
    }
    .b-team__info {
        width: 100%;
    }
    .b-team__text {
        display: inline-block;
        width:100%;
    }
    .b-team-gallery__image img {
        max-width: 120px;
    }
    /* </b-team> */

    /* <b-contacts> */
    .b-contacts__items {
        width: 100%;
    }
    .b-contacts__form {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    /* </b-contacts> */
    /* <b-404> */
    .b-404 h1 {
        font-size: 250px;
    }
    .b-404__message {
        padding: 0;
    }
    .b-404__title, .b-404__message {
        display: block;
        text-align: center;
        width: 100%;
    }
    .b-404__message {
        width: 80%;
        margin: 0 auto;
    }
    /* </b-404> */
}
@media screen and (max-width:959px) {
    /* <b-modal> */
    .b-formjob, .b-formjob__message, .b-formjob__content {
        width: 100%;
        margin-left: 0;
        display: inline-block;
    }
    .b-modal__job-apply.modal {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .b-formjob__content form {
        padding: 5% 5% 2% 5%;
    }
    .b-formjob__message {
        width: 70%;
    }
    /* </b-modal> */

    /* <main> */
    .b-products__text.text_normal > p {
        min-height: 310px;
    }
    /* </main> */

}
@media screen and (max-width:768px) {

    .input-element input, .input-element textarea, .selectric .label {
        font-size: 16px;
    }

    .cookie-banner {
        flex-direction: column;
    }

    .cookie-banner .cookie-banner__text{
        margin:0 0 20px 0;
        width:100%;
    }

    .cookie-banner .icon{
        display: none;
    }

    /* <footer> */
    .b-footer {
        height: 64px;
    }
    .b-footer_attach {
        margin-top: -64px;
    }
    /* </footer> */

    /* <b-selector> */
    .b-selector__job {
        display: inline-block;
    }
    .b-selector__job-icon {
        display: inline-block;
    }
    .b-selector__job-info {
        padding-left: 0;
        display: inline-block;
    }
    .b-selector__grid-item {
        width: 30%;
        padding: 0;
    }

    .b-clients .b-selector__grid-item:last-child {
        display: none;
    }
    .b-clients__inner {
        padding-bottom: 80px;
    }
    /* </b-selector> */


    /* <b-404> */
    .b-404 h1 {
        font-size: 230px;
    }
    /* </b-404> */
}
@media screen and (max-width:834px) {
    .b-team__items{
        flex-wrap: wrap;
    }
    .b-team__person:first-child {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .b-team__person {
        width:50%;
    }
}
@media screen and (max-height:790px) {
    /* <index> */
    .b-selector__grid{
        height:500px;
    }
    .b-selector__grid-item{
        height: 115px;
    }
    .b-mission__footer, .b-products__footer {
        display: none;
    }
    /* </index> */

}
@media screen and (max-width:600px) {
    .b-products__col-alx .b-products__logo img{
        min-width:200px;
    }
    .b-products__col-alcl .b-products__logo img{
        min-width:220px;
    }
    .b-products__col-alcl .b-products__text,
    .b-products__col-alx .b-products__text,
    .b-products__col-al .b-products__text {
        min-height: 0;
    }
    .b-products__text.text_normal > p{
        min-height: inherit;
    }
    .b-products__col-alcl, .b-products__col-alx {
        width: 92%;
        float: left;
        padding: 0 4%;
    }
    .b-products__text {
        height: auto;
        min-height: auto;
    }
    .b-products__more .btn {
        width: auto;
        max-width: inherit;
        display: block;
    }
    .text_normal > p {
        font-size: 16px;
    }
}
@media screen and (max-width:695px) {
    .b-products__col-alx .b-products__logo img{
        min-width:200px;
    }
    .b-products__col-alcl .b-products__logo img{
        min-width:220px;
    }
}
@media screen and (max-width:520px) {

    .icon_alarm {
        top: 2%;
        left: 42%;
    }
    /* <p-simple template> */
    .p-simple section > h1,
    .p-simple section > h2 {
        margin-bottom: 20px;
    }
    .p-simple > section {
        margin-bottom: 50px;
    }
    .p-index section h1,
    .p-index section h2 {
        margin-bottom: 20px;
    }
    /* </p-simple template> */

    /* <typography> */
    h1,.title_large {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 3px;
    }
    h2, .title_medium {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h3, .title_small {
        font-size: 20px;
    }
    h4, .title_mini {
        font-size: 18px;
        letter-spacing: 1.8px;
    }
    h5 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
        line-height: 1.56;
    }
    .text_large > p {
        font-size: 17px;
    }

    /* </typography> */

    /* <header> */
    .logo img {
        width: 132px;
        height: 42px;
    }
    .header_inline {
        margin-bottom: 20px;
    }
    header .icon_hamburger {
        width: 20px;
        height: 18px;
    }
    header .icon_hamburger_close {
        width: 18px;
        height: 18px;
    }
    /* </header> */

    /* <footer> */
    .b-footer {
        height: 40px;
    }
    .b-footer_attach {
        margin-top: -40px;
    }
    .b-footer__icon .icon {
        width: 16px;
        height: 18px;
    }
    .b-footer-wrap {
        border-left-width: 6px;
    }
    /* </footer> */

    .b-clients .b-footer {

    }
    .b-products__logo{
        min-height:inherit;
    }
    /* <p-careers> */
    .b-whyjoin__item:nth-child(-n+5) {
        margin-bottom: 30px;
    }
    /* </p-careers> */

    /* <b-selector> */
    .b-selector {
        margin-top: 4px;
    }
    .b-selector__job-location {
        margin: 18px 0;
    }
    .b-selector__job-content {
        margin: 18px 0 0 0;
    }
    .b-selector__job-content .btn {
        display: block;
        text-align: center;
    }
    .b-selector__job-icon .icon {
        width: 54px;
        height: 54px;
    }
    /* </b-selector> */
    .b-team-gallery__footer{
        display:none;
    }
    /* <b-team> */

    .b-team__who p {
        margin: 10px 0;
    }
    .b-team-gallery__image img {
        max-width: 80px;
    }
    .b-team-gallery__image, .b-team__image {
        margin-bottom: 20px;
    }
    .b-team__person {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        padding-right: 0 !important;
    }
    .b-team__person:first-child {
        margin-bottom: 30px;
    }
    .b-team__person .b-team__image img {
        width: 100px;
    }
    .b-team__person .b-team__image {
        width: auto;
        margin-right: 15px;
        display: inline-block;
    }
    .b-team__person .b-team__info {
        float: none;
        margin-top: 22px;
    }
    .b-team__person .b-team__text {
        display: inline-block;
    }
    /* </b-team> */

    /* <b-contacts> */
    .b-contacts__item {
        margin-bottom: 30px;
    }
    .b-contacts__form {
        margin-top: 0;
    }
    .b-contacts__address {
        width: 100%;
        margin: 0;
    }
    .b-contacts__connect {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .b-contacts__city {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .b-contacts__form {
        margin-top: 20px;
    }
    .b-contacts__form h3 {
        margin-bottom: 0;
    }
    .input-element {
        margin-bottom: 10px;
    }
    /* </b-contacts> */


    /* <p-careers> */
    .b-careers__text {
        width: 100%;
    }
    .b-whyjoin__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0;
    }
    .b-whyjoin__item:nth-child(-n+5) {
        margin-bottom: 40px;
    }
    /* </p-careers> */

    /* <b-feedback> */
    .b-feedback .icon_done {
        width: 54px;
        height: 54px;
    }
    .b-feedback .title_small {
        padding: 0;
    }
    /* </b-feedback> */

    /* <b-modal> */
    .b-formjob__close {
        width: 36px;
        height: 36px;
        padding: 0;
    }
    .b-formjob__close .icon {
        width: 28px;
        height: 28px;
        padding-top: 3px;
    }
    .b-formjob .input-col, .b-formjob .input-col .btn {
        width: 100% !important;
    }
    .b-formjob .input-col .btn {
        width: 100% !important;
        margin: 15px 0;
    }
    /* </b-modal> */

    .b-map__dot_sm {
        width: 16px;
        height: 16px;
    }
    .b-map__dot_lg {
        width: 36px;
        height: 36px;
    }
    .b-map__dot_sm:hover {
        width: 16px;
        height: 16px;
        margin: 0;
    }
    .b-map__pointer:hover .b-map__dot_lg {
        width: 36px;
        height: 36px;
        margin: 0;
    }

    .b-map_scrollable .b-map {
        position: relative;
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
        overflow: scroll;
    }
    .b-map_scrollable .b-map__inner {
        width: 250%;
        padding-left: 0;
    }
    .b-map_scrollable .b-map__draw {

        padding-left: 0;
    }
    /* <b-404> */
    .b-404 h1 {
        font-size: 120px;
    }
    .b-404 .btn {
        padding: 15px 30px;
    }
    .b-404 .title_small {
        margin: 0;
    }
    .container_404 {
        min-height: 480px;
    }
    /* </b-404> */

    /* <main> */
    .text_normal > p {
        min-height: inherit;
    }
    .b-team__image img {
        margin-bottom: 0px;
    }
    .b-team__person {
        margin-bottom: 30px;
    }
    /* </main> */

}
@media screen and (max-width:420px) {
    /* <people> */
    .p-simple > section{
        margin-bottom:20px;
    }
    .b-team-gallery__image img {
        max-width: 100px;
    }
    .b-team-gallery__image, .b-team__image {
        margin-bottom: 20px;
        float:left;
        margin-right:15px;
    }
    .cookie-banner{
        font-size: 12px;
    }
    .b-team-gallery__person {
        width: inherit;
        margin: 0;
    }

    /* </people> */

}
@media screen and (max-height:850px) {

    .logo img {
        width: 190px;
        height: 60px;
    }

}

/* </responsive> */
/*TO DO plugins.css*/
.slick-slide {
    width: 600px;
    box-sizing: border-box;
}

@-webkit-keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.featherlight .featherlight-content{
    position: relative;
}
.featherlight-loading .featherlight-content{
    width: 96px;
    height: 120px;
    background: none;
    overflow: hidden;
    margin: 0;
}

.featherlight .featherlight-content:before {
    position: absolute;
    box-sizing: border-box;
    display: block;
    content:'';
    -webkit-animation: featherlightLoader 1s infinite linear;
    animation: featherlightLoader 1s infinite linear;
    background: transparent;
    border: 8px solid #8f8f8f;
    border-left-color: #fff;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    min-width: 0;
    top: calc(50% - 40px);
    left:calc(50% - 40px);
    z-index: 0;
}

.featherlight .featherlight-content img{
    z-index: 1;
    position:relative;
}
.featherlight-previous,
.featherlight-next{
    z-index: 2;
}
.featherlight-loading .featherlight-content > * {
    display: none !important;
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
    display: none;
}
.slick-dots li:only-child {
    display: none !important;
}
.grecaptcha-badge{
    visibility: collapse !important;
}
