@import url(https://fonts.googleapis.com/css?family=Open+Sans);
    .header__menu, .header__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}
.header__content, .header__menu, .header__nav, .services__item {
    -webkit-box-direction: normal;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
@font-face {
    font-family: HelveticaNeueCyr-Bold;
    src: url(../fonts/HelveticaNeueCyr-Bold.otf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: HelveticaNeueCyr-Light;
    src: url(../fonts/HelveticaNeueCyr-Light.otf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: HelveticaNeueCyr-Roman;
    src: url(../fonts/HelveticaNeueCyr-Roman.otf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: HelveticaNeueCyr-Medium;
    src: url(../fonts/HelveticaNeueCyr-Medium.otf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: HelveticaNeueCyr-Thin;
    src: url(../fonts/HelveticaNeueCyr-Thin.otf);
    font-style: normal;
    font-weight: 400;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
    clear: both;
}
.header__menu-mini:after, .header__menu-mini:before, .services__item:before {
    content: ''}
a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
}
body {
    height: 100%;
    font: 16px/24px 'Open Sans', sans-serif;
    background-color: #fff;
    scroll-behavior: smooth;
}
.page__head {
    font-size: 48px;
    color: #212121;
    font-family: HelveticaNeueCyr-Bold;
    line-height: 50px;
    z-index: 3;
}
.page__btn, .page__disc {
    font-family: HelveticaNeueCyr-Roman;
}
.page__disc {
    font-size: 20px;
    color: #343434;
    margin-top: 30px;
    line-height: 29px;
}
.page__btn {
    color: #b9292f;
    font-size: 18px;
    border: 1px solid #b9292f;
    border-radius: 5px;
    padding: 0 24px;
    display: block;
    line-height: 41.5px;
    text-align: center;
    height: 40px;
}
.page__btn:hover {
    color: #fff;
    background-color: #b9292f;
}
.page__btn:active {
    color: #fff;
    background-color: #9c2126;
}
.page__btn:disabled {
    background-color: #bebebe;
}
@media (max-width:991px) {
    .page__head {
    font-size: 35px!important;
    line-height: 40px;
}
.page__disc {
    font-size: 17px;
    line-height: 22px;
}
.page__btn {
    font-size: 14px;
    padding: 0 14px;
}
}@media (max-width:667px) {
    .page__head {
    font-size: 30px!important;
    line-height: 35px;
}
.page__disc {
    font-size: 17px;
    line-height: 22px;
}
}@media (max-width:375px) {
    .page__head {
    font-size: 20px!important;
    line-height: 30px;
}
.page__disc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
}.fancybox-slide>* {
    margin: 0;
    overflow: initial;
}
@media (max-width:640px) {
    .fancybox-slide>* {
    overflow: auto;
}
}.main-section {
    min-width: 320px;
    overflow: hidden;
}
.header {
    overflow:  hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 58px;
}
.header__top {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 18;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
}
.header__top .page__btn {
    margin-left: 22px;
}
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__menu-item {
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.header__menu-item:hover, .header__menu-item_active {
    border-bottom: 4px solid #b9292f;
}
.header__menu-link {
    font-size: 18px;
    font-family: HelveticaNeueCyr-Light;
    padding: 22px 0;
    color: grey;
}
.header__menu-link:hover {
    color: grey;
}
.header__menu-mini {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    margin-top: 1px;
}
.header__menu-mini-btn, .header__menu-mini:after, .header__menu-mini:before {
    height: 4px;
    width: 100%;
    background-color: #b9292f;
}
.header__menu-mini-btn {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header__menu-mini:before {
    position: absolute;
    top: 0;
}
.header__menu-mini:after {
    position: absolute;
    bottom: 0;
}
.header__content {
    padding: 222px 0 227px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header__content-head {
    color: #fff;
    font-family: HelveticaNeueCyr-Thin;
    font-size: 54px;
    margin-bottom: 22px;
    line-height: 54px;
    font-weight: 300;
}
.header__content-btn, .header__content-disc {
    font-family: HelveticaNeueCyr-Roman;
    color: #fff;
}
.header__content-disc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 39px;
    width: 100%}
.header__content-btn {
    font-size: 24px;
    background-color: #b9292f;
    border-radius: 5px;
    padding: 0 35px;
    line-height: 58.5px;
    display: block;
    height: 56px;
}
.header__content-btn:hover {
    background-color: #9c2126;
    color: #fff;
}
.header__content-btn:active {
    background-color: #77181c;
    color: #fff;
}
.header__arrow {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    cursor: pointer;
}
@media (max-width:991px) {
    .header__top .page__btn {
    margin-left: 10px;
}
.header__content {
    padding: 150px 0;
}
.header__logo-img {
    width: 130px;
}
.header__menu-item {
    line-height: 40px;
    padding: 0 10px;
}
.header__menu-link {
    font-size: 16px;
    padding: 16px 0;
}
.header__content-btn {
    font-size: 20px;
}
.header__arrow {
    width: 30px;
}
}@media (min-width:701px) {
    .header__menu {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
}@media (max-width:700px) {
    .header__nav {
    padding: 8px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header__menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 40px;
    text-align: center;
    z-index: 10;
    left: 0;
}
.header__menu .page__btn {
    display: none;
}
.header__menu-item {
    line-height: 30px;
}
.header__menu-item:hover {
    border-bottom: 4px solid transparent;
}
.header__menu-link {
    font-size: 18px;
    font-family: HelveticaNeueCyr-Light;
    padding: 5px 0;
    color: grey;
}
.header__menu-link:hover {
    color: #b9292f;
}
.header__menu-mini {
    display: block;
}
.header__content {
    padding: 106px 0 130px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__arrow {
    width: 20px;
}
}.services__head, .services__item:before {
    font-family: HelveticaNeueCyr-Bold;
}
@media (max-width:667px) {
    .header__content-head {
    font-size: 44px;
    line-height: 44px;
}
.header__content-disc {
    font-size: 18px;
    line-height: 25px;
}
.header__content-btn {
    line-height: 57px;
    font-size: 18px;
}
.header__arrow {
    display: none;
}
}@media (max-width:375px) {
    .header__content-head {
    font-size: 30px;
    line-height: 30px;
}
.header__content-disc {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 21px;
}
.header__content-btn {
    font-size: 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
}.services__item, .vendors__box {
    display: -webkit-box;
    display: -ms-flexbox;
}
.services__item {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 270px;
}
.services__item_left .services__red {
    right: -26px!important;
    display: block!important;
}
.services__item_right .services__red {
    left: -26px!important;
    display: block!important;
}
.services__item:before {
    position: absolute;
    color: #f0f0f0;
    font-size: 900px;
    z-index: -1;
    line-height: 650px;
}
.services__item:nth-child(1) .page__disc {
    margin-bottom: 30px;
}
.services__item .page__disc {
    margin-bottom: 30px;
}
.services__item:nth-child(1):before {
    content: 'B';
    top: 90px;
    left: -92px;
}
.services__item:nth-child(2) .page__head {
    margin-top: 150px;
}
.services__item:nth-child(2):before {
    content: 'e';
    top: -60px;
    right: -92px;
    line-height: 320px;
}
.services__item:nth-child(3) .page__head {
    margin-top: 150px;
}
.services__item:nth-child(3):before {
    content: 'a';
    top: -130px;
    left: -92px;
    line-height: 350px;
}
.services__item:nth-child(4) .page__head {
    margin-top: 150px;
}
.services__item:nth-child(4):before {
    content: 't';
    top: -140px;
    right: -92px;
}
.services__item:nth-child(5) .page__head {
    margin-top: 70px;
    font-size: 46px;
}
.services__item:nth-child(5):before {
    content: 'T';
    top: -60px;
    left: -92px;
}
.services__item:nth-child(6) .page__head {
    margin-top: 150px;
}
.services__item:nth-child(6):before {
    content: 'r';
    top: -15px;
    right: -92px;
    line-height: 350px;
}
.services__line {
    position: relative;
    margin-top: 18px;
}
.services__line:before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #b9292f;
    width: 290px;
    top: 28px;
    right: -20px;
}
.services__line_right:before {
    width: 54px;
    top: 24px;
    left: -67px;
}
.services__line1:before {
    width: 290px;
    top: 28px;
    right: -23px;
}
.services__line3:before {
    width: 140px;
}
.services__line5:before {
    width: 30px;
}
.services__head {
    letter-spacing: 5px;
    font-size: 200px;
    color: #d7d7d7;
    opacity: .4;
    width: 100%;
    margin-top: 50px;
    line-height: 150px;
    text-align: center;
    margin-bottom: 40px;
}
.services__all-head, .services__all-text {
    font-family: HelveticaNeueCyr-Roman;
}
.services__text-block {
    width: 49%;
    position: relative;
    z-index: 10;
}
.services__text-block_right {
    padding-left: 43px;
}
.services__all {
    margin-bottom: 20px;
    display: none;
}
.services__all-list {
    padding: 0 0 9px 53px;
    list-style: square;
}
.services__all-item {
    color: #b9292f;
    margin-bottom: 11px;
    line-height: 22px;
    font-size: 22px;
}
.services__all-text {
    color: #1f1f1f;
    font-size: 18px;
    line-height: 22px;
}
.services__all-head {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;
}
.services .page__btn {
    padding: 0 26px;
    min-width: 156px;
    display: inline-block;
    text-align: center;
    max-height: 59px;
    font-size: 24px;
    line-height: 58.5px;
    height: 56px;
}
.services__red {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #d24a43;
    bottom: -26px;
    z-index: -1;
}
.services__img {
    width: 100%;
    position: relative;
}
.services__img-block {
    width: 49%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
}
@media (max-width:1366px) {
    .services__head {
    letter-spacing: 5px;
    font-size: 175px;
    margin-top: 50px;
    line-height: 150px;
    margin-bottom: 40px;
}
.services__item {
    padding-bottom: 100px;
}
.services__item:before {
    font-size: 800px;
}
.services__item:nth-child(1):before {
    content: 'B';
    top: 90px;
    left: -40px;
}
.services__item:nth-child(2):before {
    content: 'e';
    top: -60px;
    right: 0;
    line-height: 320px;
}
.services__item:nth-child(3):before {
    content: 'a';
    top: -130px;
    left: 0;
    line-height: 350px;
}
.services__item:nth-child(4):before {
    content: 't';
    top: -140px;
    right: 0;
}
.services__item:nth-child(5):before {
    content: 'T';
    top: -60px;
    left: 0;
}
.services__item:nth-child(6):before {
    content: 'r';
    top: -15px;
    right: 0;
    line-height: 350px;
}
}@media (max-width:1199px) {
    .services__head {
    letter-spacing: 5px;
    font-size: 150px;
    margin-top: 50px;
    line-height: 150px;
    margin-bottom: 40px;
}
.services__line1:before {
    width: 225px;
    top: 28px;
    right: -20px;
}
.services__line3:before {
    width: 40px;
    top: 28px;
    right: -20px;
}
.services__item:before {
    font-size: 700px;
}
.services__item:nth-child(2) .page__head, .services__item:nth-child(3) .page__head, .services__item:nth-child(4) .page__head, .services__item:nth-child(5) .page__head, .services__item:nth-child(6) .page__head {
    margin-top: 40px;
}
}@media (max-width:1060px) {
    .services__head {
    letter-spacing: 5px;
    font-size: 130px;
    margin-top: 50px;
    line-height: 150px;
    margin-bottom: 40px;
}
.services__item {
    padding-bottom: 170px;
}
.services__item:before {
    font-size: 500px;
}
}@media (max-width:991px) {
    .services__all-head, .services__all-text {
    font-family: HelveticaNeueCyr-Roman;
}
.services__head {
    letter-spacing: 5px;
    font-size: 110px;
    margin-top: 50px;
    line-height: 150px;
    margin-bottom: 40px;
}
.services__line_right:before {
    width: 50px;
    top: 20px;
    left: -57px;
}
.services__line1:before {
    width: 185px;
    top: 23px;
    right: -20px;
}
.services__line3:before {
    top: 22px;
    right: -15px;
}
.services__line5:before {
    top: 20px;
    right: -14px;
}
.services__item:nth-child(1):before {
    content: 'B';
    top: 70px;
    left: -38px;
    line-height: 440px;
}
.services__item:nth-child(2):before {
    content: 'e';
    top: -115px;
    right: -20px;
    line-height: 250px;
}
.services__item:nth-child(3):before {
    content: 'a';
    top: -80px;
    left: -20px;
    line-height: 250px;
}
.services__item:nth-child(4):before {
    content: 't';
    top: -70px;
    right: -20px;
    line-height: 400px;
}
.services__item:nth-child(5):before {
    content: 'T';
    top: -40px;
    left: -20px;
    line-height: 440px;
}
.services__item:nth-child(6):before {
    content: 'r';
    top: 50px;
    right: -20px;
    line-height: 250px;
}
.services__all {
    margin-bottom: 20px;
}
.services__all-list {
    padding: 0 0 9px 53px;
    list-style: square;
}
.services__all-item {
    color: #b9292f;
    margin-bottom: 11px;
    line-height: 18px;
    font-size: 18px;
}
.services__all-text {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 16px;
}
video.back-video  {
    position:  absolute;
    z-index:  -1;
}
.services__all-head {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
}@media (max-width:790px) {
    .services__head {
    opacity: 1;
    font-size: 90px;
    margin-top: 30px;
    line-height: 90px;
    margin-bottom: 20px;
}
.services__line_right:before {
    width: 30px;
    top: 20px;
    left: -35px;
}
.services__line1:before {
    width: 140px;
    top: 23px;
    right: -15px;
}
.services__item {
    padding-bottom: 80px;
}
.services__item:before {
    font-size: 400px;
}
.services__item-before-b:before {
    content: 'B';
    top: 30px;
}
.services__text-block_right {
    padding-left: 20px;
}
}@media (max-width:667px) {
    .services__line: before {
    display: none;
}
.services__head {
    font-size: 70px;
    line-height: 55px;
}
.services__text-block {
    width: 100%}
.services__img-block {
    width: 70%;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
}
.services__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.services__item_right .services__img-block {
    -webkit-box-shadow: -10px 10px 0 0 #d24a43;
    box-shadow: -10px 10px 0 0 #d24a43;
}
.services__item_left .services__img-block {
    -webkit-box-shadow: 10px 10px 0 0 #d24a43;
    box-shadow: 10px 10px 0 0 #d24a43;
}
.services__item:before {
    font-size: 350px;
}
.services__item:nth-child(1) .services__img-block {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.services__item:nth-child(1):before {
    top: 290px;
    line-height: 300px;
}
.services__item:nth-child(2) .services__img-block {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.services__item:nth-child(2):before {
    top: inherit;
    bottom: 60px;
}
.services__item:nth-child(3) .services__img-block {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.services__item:nth-child(4) .services__img-block, .services__item:nth-child(5) .services__img-block {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.services__item:nth-child(3):before {
    top: inherit;
    bottom: 60px;
}
.services__item:nth-child(4):before {
    top: inherit;
    bottom: 23px;
    line-height: 250px;
}
.services__item:nth-child(5):before {
    top: inherit;
    bottom: 13px;
    line-height: 250px;
}
.services__item:nth-child(6) .services__img-block {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.services__item:nth-child(6):before {
    top: inherit;
    bottom: 0;
}
}.countries__box, .vendors__box {
    -webkit-box-orient: horizontal;
}
@media (max-width:530px) {
    .services__head {
    font-size: 50px;
}
.services__img-block {
    width: 100%}
}@media (max-width:375px) {
    .services .page__btn {
    max-height: 44px;
    padding: 0;
    line-height: 45.5px;
    min-width: 135px;
}
.services__head {
    font-size: 48px;
    line-height: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    letter-spacing: normal;
}
.services__img-block {
    height: 200px;
}
.services .page__head {
    margin-top: 30px;
}
.services__item-before-b .page__disc {
    margin-bottom: 20px;
}
.services__all {
    margin-bottom: 17px;
}
.services__all-list {
    padding: 0 0 0 53px;
}
.services__all-head {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}
.services__all-head:last-child {
    margin-bottom: 0;
}
.services__all-item {
    margin-bottom: 15px;
    line-height: 15px;
}
.services__all-text {
    font-size: 16px;
}
.services__btn {
    padding: 8px 13px;
    font-size: 24px;
}
.services__text-block_right {
    padding-left: 0;
}
.services__item:before {
    font-size: 292px;
}
.services__item:nth-child(1):before {
    content: 'B';
    top: 258px;
    left: -35px;
}
.services__item:nth-child(2):before {
    content: 'e';
    bottom: 116px;
    right: -20px;
    line-height: 200px;
}
.services__item:nth-child(3):before {
    content: 'a';
    bottom: 90px;
    left: -15px;
    line-height: 200px;
}
.services__item:nth-child(4):before {
    content: 't';
    bottom: 110px;
    line-height: 200px;
    right: -15px;
}
.services__item:nth-child(5):before {
    content: 'T';
    bottom: 70px;
    line-height: 200px;
    left: -15px;
}
.services__item:nth-child(6):before {
    content: 'r';
    bottom: 70px;
    right: -15px;
    line-height: 200px;
}
}.countries .page__head, .vendors .page__head {
    margin-top: 0;
}
@media (max-width:320px) {
    .services__item: before {
    font-size: 292px;
}
.services__item:nth-child(1):before {
    content: 'B';
    top: 258px;
    left: -40px;
}
.services__item:nth-child(2):before {
    content: 'e';
    bottom: 140px;
    right: -20px;
    line-height: 200px;
}
.services__item:nth-child(3):before {
    content: 'a';
    bottom: 120px;
    left: -20px;
    line-height: 200px;
}
.services__item:nth-child(5):before {
    content: 'T';
    bottom: 70px;
    line-height: 200px;
    left: -20px;
}
}.vendors {
    padding-top: 50px;
}
.vendors__box {
    display: block;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 74px 0 335px;
    position: relative;
    z-index: 2;
}
.countries__box, .countries__item {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
}
.vendors__img {
    width: 18%;
	margin-right: 2%;
    display: inline-block;
    vertical-align: middle;
	margin-bottom: 30px;
	
}
.vendors__img:nth-child(5){
	margin-right: 0;
}
.vendors__img:last-child {
    margin-right: 0;
}
.vendors .services__line:before {
    width: 79px;
    top: 25px;
    left: 195px;
}
.vendors .services__item-before-a:before {
    content: 'a';
    left: -92px;
    line-height: 350px;
    top: -230px;
}
@media (max-width:1366px) {
    .vendors .services__item-before-a: before {
    line-height: 350px;
    top: -230px;
}
.vendors__box {
    padding: 70px 0 270px;
}
}@media (max-width:991px) {
    .vendors .services__item-before-a: before {
    left: -25px;
}
.vendors .services__line:before {
    left: 150px;
}
.vendors__box {
    padding: 70px 0 100px;
}
}@media (max-width:790px) {
    .vendors .services__item-before-a: before {
    line-height: 300px;
    top: -170px;
}
.vendors__box {
    padding: 40px 0 80px;
}
}@media (max-width:667px) {
    .vendors__box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.vendors__img {
    width: 46%;
    display: inline-block;
    margin-right: 4%;
    margin-bottom: 30px;
}
.vendors__img:nth-child(2), .vendors__img:nth-child(4), .vendors__img:nth-child(5) {
    margin-right: 0;
}
.vendors .services__item-before-a:before {
    top: -15px;
}
}@media (max-width:375px) {
    .vendors .services__item-before-a: before {
    top: -60px;
}
}.countries__box {
    padding: 85px 0 270px;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.countries__item {
    width: 18%;
    margin-right: 2%;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.countries__item:nth-child(5){
	margin-right: 0;
}
.contacts__bot, .contacts__box {
    display: -webkit-box;
    display: -ms-flexbox;
}
.countries__img {
    width: 100%;
    margin-bottom: 20px;
}
.countries__name {
    font-family: HelveticaNeueCyr-Bold;
    font-size: 30px;
    color: #252525;
}
.countries .services__line:before {
    width: 89px;
    top: 28px;
    right: 34%}
.countries .services__item-before-t:before {
    content: 'd';
    top: -230px;
}
@media (max-width:1366px) {
    .countries .services__item-before-t: before {
    content: 'd';
    top: -230px;
    right: -43px;
}
.countries__box {
    padding: 70px 0 270px;
}
}@media (max-width:1199px) {
    .countries__name {
    font-size: 22px;
}
.countries .services__line:before {
    right: 20%}
.countries .services__item-before-t:before {
    content: 'd';
    top: -180px;
    width: 390px;
    right: 0;
}
}@media (max-width:1060px) {
    .countries .services__item-before-t: before {
    content: 'd';
    width: 280px;
    top: -110px;
}
}@media (max-width:991px) {
    .countries__name {
    font-size: 18px;
}
.countries__box {
    padding: 70px 0 100px;
}
.countries .services__line:before {
    top: 23px;
}
.countries .services__item-before-t:before {
    content: 'd';
    top: -110px;
}
}@media (max-width:790px) {
    .countries__box {
    padding: 40px 0 80px;
}
.countries .services__item-before-t:before {
    content: 'd';
    width: 220px;
    top: -110px;
}
}@media (max-width:750px) {
    .countries .services__line: before {
    right: 16%}
}@media (max-width:720px) {
    .countries .services__line: before {
    right: 10%}
}@media (max-width:667px) {
    .countries__box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.countries__item {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 30px;
}
.countries__item:nth-child(2), .countries__item:nth-child(4), .countries__item:nth-child(5) {
    margin-right: 0;
}
.countries__item:nth-child(5) {
    margin-bottom: 0;
}
.countries__name {
    font-size: 25px;
}
.countries .services__item-before-t:before {
    top: 180px;
    width: 200px;
}
}@media (max-width:375px) {
    .countries__item {
    margin-bottom: 15px;
}
.countries__img {
    margin-bottom: 13px;
}
.countries__name {
    font-size: 20px;
}
.countries .services__item-before-t:before {
    content: 'd';
    top: 100px;
    width: 160px;
}
}.contacts a:hover {
    text-decoration: underline;
}
.contacts__box {
    padding: 40px 0 25px;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.contacts__bot, .contacts__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.contacts__box:last-child {
    padding: 0;
}
.contacts__bot {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contacts .page__head {
    margin-top: 0;
    margin-bottom: 25px;
}
.contacts__item {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contacts__item .contacts__hours {
    display: none;
}
.contacts__item-head {
    font-family: HelveticaNeueCyr-Roman;
    font-size: 30px;
    color: #252525;
    margin-bottom: 30px;
}
.contacts__link {
    margin-bottom: 45px;
}
.contacts__icon {
    width: 25px;
    margin-right: 25px;
}
.contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contacts__disc {
    font-family: HelveticaNeueCyr-Light;
    font-size: 20px;
    color: #212121;
    line-height: 30px;
}
.contacts__address {
    min-height: 90px;
}
.contacts__map {
    margin: 50px 0;
    width: 100%;
    border: 1px solid #acacac;
}
.contacts__map-div {
    height: 226px;
}
.contacts .services__item-before-e:before {
    content: 'e';
    top: -150px;
    right: inherit;
    left: -92px;
    line-height: 320px;
}
.contacts .services__line:before {
    top: 28px;
    right: inherit;
    left: 220px;
    width: 122px;
}
@media (max-width:1366px) {
    .contacts .services__item-before-e: before {
    line-height: 350px;
    top: -150px;
    left: 0;
}
}@media (max-width:991px) {
    .contacts .services__line: before {
    top: 22px;
    left: 160px;
}
}.pop-up, .pop-up-2 {
    left: 50%;
    background-color: #fff;
    z-index: 10;
}
@media (max-width:790px) {
    .contacts__disc {
    font-size: 18px;
    line-height: 25px;
}
.contacts .page__head {
    margin-bottom: 0;
}
.contacts__item-head {
    font-size: 25px;
    margin-bottom: 30px;
}
}@media (max-width:667px) {
    .contacts__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contacts__item {
    width: 100%;
    margin-bottom: 60px;
}
.contacts__item:last-child {
    margin-bottom: 0;
}
.contacts__hours, .contacts__link, .contacts__map {
    margin-bottom: 20px;
}
.contacts__item .contacts__hours {
    margin-top: 35px;
    display: block;
}
.contacts__address {
    min-height: 100%;
    max-height: 100%}
.contacts__map {
    margin-top: 20px;
}
.contacts__hours:last-child {
    margin-bottom: 0;
}
.contacts__bot {
    display: none;
}
}.footer__copyright, .pop-up .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
}
@media (max-width:375px) {
    .contacts .services__item-before-e: before {
    top: -100px;
}
.contacts__item-head {
    font-size: 20px;
    margin-bottom: 30px;
}
.contacts__box {
    padding-bottom: 0;
}
.contacts__disc {
    padding-right: 50px;
}
}.footer__copyright {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0 70px;
}
.pop-up, .pop-up .fancybox-close-small {
    display: none;
}
.pop-up .wrapper, .pop-up__form {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.footer__text {
    font-family: HelveticaNeueCyr-Roman;
    font-size: 16px;
    color: #454545;
}
.pop-up .header__content-btn, .pop-up__head {
    font-family: HelveticaNeueCyr-Thin;
}
.footer__logo {
    width: 90px;
    margin-left: 10px;
    margin-bottom: 7px;
}
@media (max-width:375px) {
    .footer__text {
    font-size: 12px;
}
.footer__logo {
    width: 70px;
    margin-left: 5px;
}
.footer__copyright {
    padding: 60px 0 10px;
}
}.pop-up {
    width: 700px;
    position: fixed;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    padding: 50px;
    padding-bottom:10px!important;
}
.pop-up .wrapper {
    display: flex;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.pop-up .header__content-btn {
    font-size: 18px;
    padding: 0 42px;
    line-height: 50px;
    border: none;
    margin-top: 20px;
}
.pop-up__head {
    font-size: 30px;
    color: #3b3b3b;
    font-weight: 300;
}
.pop-up__form {
    padding: 30px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pop-up__form-input, .pop-up__form-textarea {
    max-height: 140px;
    outline: 0;
    padding: 10px 16px;
    border: 1px solid #aaa;
    color: #3b3b3b;
    font-size: 18px;
    font-family: HelveticaNeueCyr-Thin;
}
.pop-up-2, .pop-up-2 .fancybox-close-small {
    display: none;
}
.pop-up__form-input {
    width: 320px;
    margin-bottom: 20px;
}
.pop-up__form-textarea {
    width: 600px;
    resize: none;
}
.pop-up__close {
    position: absolute;
    top: -35px;
    right: -35px;
    cursor: pointer;
}
.pop-up__close-icon {
    width: 25px;
}
@media (max-height:400px) {
    .pop-up {
    height: 350px!important;
}
}@media (max-height:330px) {
    .pop-up {
    height: 300px!important;
}
}@media (max-width:790px) {
    .pop-up {
    width: 600px;
    height: auto;
    padding: 30px;
}
.pop-up__form {
    padding: 20px 0;
}
.pop-up__form-textarea {
    width: 500px;
    height: 90px;
}
.pop-up__close {
    top: -15px;
    right: -15px;
}
}@media (max-width:667px) {
    .pop-up {
    width: 380px;
    padding: 30px;
    border-radius: 5px;
}
.pop-up__form {
    padding: 20px 0;
}
.pop-up__form-textarea {
    width: 320px;
    height: 90px;
}
.pop-up__head {
    font-size: 25px;
}
.pop-up__close {
    top: -15px;
    right: -15px;
}
}@media (max-width:430px) {
    .pop-up {
    width: 350px;
    height: 430px;
    padding: 15px;
}
.pop-up__head {
    font-size: 25px;
}
.pop-up__close {
    top: -5px;
    right: -5px;
}
}@media (max-width:375px) {
.pop-up__close {
    top: 10px;
    right: -5px;
}
.pop-up {
    width: 100%;
    height: auto;
    padding: 10px;
}
.pop-up__form {
    padding: 20px 0;
}
.pop-up__form-textarea {
    width: 100%;
    height: 90px;
}
.pop-up__form-input {
    width: 100%;
}
.pop-up__head {
    font-size: 18px;
    margin-top: 15px;
}
.pop-up .header__content-btn {
    line-height: 45px;
    margin-top: 15px;
}
}.pop-up-2 {
    width: 700px;
    height: 380px;
    position: fixed;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    padding: 50px;
}
.pop-up-2 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%}
.pop-up-2__img {
    width: 50px;
}
.pop-up-2 .pop-up__head {
    font-family: HelveticaNeueCyr-Medium;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.pop-up-2__disc {
    font-family: HelveticaNeueCyr-Light;
    font-size: 18px;
    line-height: 22px;
    color: #a8a8a8;
    text-align: center;
}
.pop-up-2 .pop-up__close {
    top: -40px;
    right: -40px;
}
@media (max-width:790px) {
    .pop-up-2 {
    width: 600px;
    height: 380px;
}
}@media (max-width:667px) {
    .pop-up-2 {
    width: 400px;
    height: 380px;
    border-radius: 5px;
}
}@media (max-width:430px) {
    .pop-up-2 {
    width: 300px;
    height: 380px;
    padding: 15px;
}
.pop-up-2 .pop-up__close {
    top: -5px;
    right: -5px;
}
.pop-up-2__disc {
    font-size: 16px;
}
.pop-up-2__img {
    width: 40px;
}
}@media (max-width:375px) {
    .pop-up-2 {
    width: 290px;
    height: 370px;
}
.pop-up-2 .pop-up__head {
    margin-top: 15px;
}
.pop-up-2 .pop-up__close {
    top: -10px;
    right: -10px;
}
}

.video-wrap {
    
    position:  absolute;
    
    z-index:  0;
    
    width:  100%;
    
    height:  100%;
    
    opacity:  1;
    
}
.video-wrap video  {
    
	width:  100%;
    
}
@media (max-width:  1200px) {
    
	.video-wrap  {
    display:  none;
}

	.header {
    background-image: url(../img/header-bg.jpg);
}

}