.owl-carousel,
.owl-carousel .owl-item {
    position: relative;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel {
    z-index: 1;
    display: none;
    width: 100%
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.'
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.owl-carousel .owl-item {
    float: left;
    min-height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font: inherit;
    padding: 0 !important;
    color: inherit;
    border: none;
    background: 0 0
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    background: url(owl.video.play.png) no-repeat;
    -webkit-backface-visibility: hidden
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    height: 100%;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 14px;
    display: inline-block;
    margin: 5px;
    padding: 4px 7px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background: #d6d6d6
}

.owl-theme .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    color: #fff;
    background: #869791
}

.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: .5
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: #d6d6d6;
    -webkit-backface-visibility: visible
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

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;
    vertical-align: baseline;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.UIblock {
    overflow: hidden
}

.shown {
    display: block !important
}

.hidden {
    display: none !important
}

#app {
    overflow-x: hidden
}

.header {
    position: relative;
    z-index: 500;
    width: 100%;
    background: rgba(0, 0, 0, .7)
}

.header>.container {
    display: flex;
    align-items: center;
    height: 70px;
}

.header #company_phone {
    font-size: 1em;
    font-weight: bolder;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: calc(60% - 12.5px);
    display: none;
    width: 25px;
    padding: 10px 0;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.header__logo {
    position: relative;
    z-index: 66;
    height: 40px;
    fill: #1C05B3
}

.overlay {
    position: fixed;
    z-index: 280;
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    background: #1C05B3
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row
}

.menu-wrapper {
    position: absolute;
    top: 0;
    right: 0
}

.menu__button {
    position: absolute;
    z-index: 900;
    top: 0;
    right: 0;
    display: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.menu__button .stripe {
    position: absolute;
    left: calc(50% - 15px);
    display: block;
    width: 30px;
    height: 3px;
    -webkit-transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4)
}

.menu__button .stripe:nth-of-type(1) {
    top: calc(50% - 9px)
}

.menu__button .stripe:nth-of-type(2) {
    top: calc(50% - 3px)
}

.menu__button .stripe:nth-of-type(3) {
    top: calc(50% + 3px)
}

.menu__button .stripe-transformed:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(50deg);
    -ms-transform: translateY(9px) rotate(50deg);
    transform: translateY(9px) rotate(50deg)
}

.menu__button .stripe-transformed:nth-child(2) {
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px)
}

.menu__button .stripe-transformed:nth-child(3) {
    -webkit-transform: translateY(-3px) rotate(-50deg);
    -ms-transform: translateY(-3px) rotate(-50deg);
    transform: translateY(-3px) rotate(-50deg)
}

.menu__item {
    line-height: 70px
}

.menu__item a {
    font-size: .875em;
    font-weight: lighter;
    display: inline-block;
    padding: 0 1rem;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out color;
    -o-transition: .4s ease-in-out color;
    transition: .4s ease-in-out color;
    text-decoration: none;
    letter-spacing: .0475rem;
    color: inherit
}

.menu__item a:hover {
    color: #fff;
    background-color: #1C05B3
}

.menu__item a:last-child:hover {
    background: 0 0
}

.slogan-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}

.slogan-wrapper svg {
    display: none;
    width: 60%;
    fill: #1C05B3
}

.slogan-wrapper img {
    max-width: 35%;
}

.slogan-wrapper svg path {
    -webkit-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff
}

.slogan-wrapper svg path:nth-child(n+9):nth-child(-n+63) {
    display: none
}

.slogan {
    margin-bottom: 10%;
    text-align: center;
    margin-top: 25px;
}

.slogan__text {
    font-size: 2.063em;
    margin-bottom: 50px;
    letter-spacing: .5rem;
    color: #fff
}

.slogan__heading {
    font-size: 3.313em;
    font-weight: 700;
    letter-spacing: 1.25rem;
    text-transform: uppercase;
    color: #fff
}

.slogan__heading:first-letter {
    margin-right: .1rem;
    padding: .2rem 0 .2rem 4rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(90%, #1C05B3), color-stop(90%, transparent));
    background: -webkit-linear-gradient(left, #1C05B3 90%, transparent 90%);
    background: -o-linear-gradient(left, #1C05B3 90%, transparent 90%);
    background: linear-gradient(to right, #1C05B3 90%, transparent 90%)
}

.section {
    position: relative;
    min-height: 800px;
    padding: 16.9vw 0
}

.section:first-child {
    height: 100vh;
    padding: 0
}

.section:nth-of-type(odd) {
    color: #fff;
    background: center center no-repeat;
    background-size: cover
}

.section:nth-of-type(odd):before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .6;
    background-color: #000
}

.section:nth-last-of-type(1) {
    overflow: hidden;
    height: 100vh;
    padding: 0
}

.section:nth-last-of-type(1) .delimiter {
    position: absolute;
    bottom: 5%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.section:nth-last-of-type(1) .delimiter .container {
    z-index: 500
}

.section:nth-last-of-type(1) .delimiter .container #rights-reserved {
    font-size: 1em;
    color: #fff
}

.section:nth-last-of-type(1) .delimiter .delimiter__circle {
    display: none
}

.section:nth-last-of-type(1) .delimiter .delimiter__bar {
    -webkit-transform: translateY(16%);
    -ms-transform: translateY(16%);
    transform: translateY(16%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1C05B3), color-stop(50%, transparent));
    background: -webkit-linear-gradient(bottom, #1C05B3 50%, transparent 50%);
    background: -o-linear-gradient(bottom, #1C05B3 50%, transparent 50%);
    background: linear-gradient(to top, #1C05B3 50%, transparent 50%)
}

.section__name {
    font-size: 1em;
    font-weight: bolder;
    letter-spacing: .14rem;
    text-transform: uppercase
}

.section__name:first-letter {
    font-size: 1.3em;
    margin-right: .1rem;
    padding: .3rem .2rem .3rem 3rem;
    background: #1C05B3
}

.section__name-contrast-first:first-letter {
    color: #fff
}

.delimiter {
    position: relative;
    z-index: 230;
    width: 103%;
    height: 1px
}

.delimiter:nth-of-type(even) {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.delimiter__bar,
.delimiter__circle {
    position: absolute;
    content: ''
}

.delimiter__bar {
    z-index: 230;
    bottom: -8vw;
    left: -1%;
    width: 101%;
    fill: #1C05B3
}

.delimiter .circles-wrapper {
    position: relative;
    z-index: 500
}

.delimiter__circle {
    z-index: 225;
    width: 15.921vw;
    height: 15.921vw;
    border-radius: 50%;
    background-color: #1C05B3;
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, .16);
    box-shadow: 0 0 46px rgba(0, 0, 0, .16)
}

.delimiter__circle:nth-of-type(1) {
    z-index: 231;
    top: -16vw;
    left: 21vw;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2)
}

.delimiter__circle:nth-of-type(2) {
    top: -8vw;
    right: 45vw;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.delimiter__circle:nth-of-type(3) {
    z-index: 226;
    top: -8vw;
    right: 16vw;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.delimiter__circle:nth-of-type(4) {
    top: -6vw;
    right: 9vw
}

#main {
    background-image: url(../images/backgrounds/main_2x.jpg)
}

#what-we-do {
    background-image: url(../images/backgrounds/what-we-do_2x.jpg)
}

#why_we {
    background-image: url(../images/backgrounds/why_we_2x.jpg)
}

#contacts {
    background-image: url(../images/backgrounds/map_2x.jpg);
}

.chessman__text .col {
    font-size: 1.45em;
    column-count: 2;
}

.container {
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 1400px;
    margin: 0 auto
}

.container-full-height {
    height: 100%
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 5% 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about h1 {
    font-size: 1em;
    font-weight: lighter
}

.about__paragraph {
    font-weight: lighter;
    max-width: 550px;
    margin: 1rem
}

.about__image {
    margin-left: auto
}

.about__image svg {
    max-width: 433px;
    height: 100%;
    fill: #1C05B3
}

.chessboard-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 5% 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.chessman {
    line-height: 1.4;
    width: 40%;
    margin: 5% 2%
}

.chessman__image {
    display: flex;
    justify-content: center;
    height: 50px;
    margin: 0 auto 15px
}

.chessman__image img {
    max-width: 100%;
    height: 50px;
}

.chessman__image svg {
    width: 50px;
    height: 50px;
    fill: #fff
}

.chessman__digit {
    font-size: 5em;
    font-weight: 700;
    line-height: 1;
    margin-right: 1.88rem;
    letter-spacing: .7rem
}

.chessman__digit:first-letter {
    color: #000
}

.chessman__heading,
.chessman__text {
    margin: .3131rem 0;
    text-align: center
}

.chessman__heading {
    font-size: 1.125em;
    font-weight: bolder;
    letter-spacing: .1rem;
    text-transform: uppercase
}

.chessman__text {
    font-size: 1em;
    font-weight: lighter;
    text-align: left;
}

.chessman-last-row {
    width: 45%
}

.chessman-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 43%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row
}

.chessman-horizontal * {
    text-align: left
}

.partners {
    padding: 7% 0 0
}

.partner {
    display: inline-block;
    margin: 1% 3%;
    text-align: center
}

.partner__image {
    position: relative;
    width: 51px;
    height: 51px;
    margin: 0 auto
}

.partner__image svg {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    fill: #1d1d1d
}

.partner__text {
    margin-top: 1rem
}

.owl-carousel {
    display: block
}

#partners .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.map-wrapper {
    height: 120vh;
    min-height: 1000px
}

#map {
    position: absolute;
    z-index: 180;
    width: 100%;
    height: 100%
}

.contacts {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-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
}

.contacts-content {
    padding: 20px 28px;
    color: #fff;
    border-radius: 2px;
    background-color: #1C05B3
}

.contacts__heading {
    font-size: 2.563em;
    font-weight: 700;
    margin-bottom: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff
}

.contacts__text {
    font-size: 1.313em;
    font-weight: lighter;
    line-height: 2.625rem
}

@media (max-width:1250px) {
    .container {
        width: 93%
    }

    .header {
        height: 60px;
        background: 0 0
    }

    .header #company_phone {
        position: absolute;
        display: none;
        height: 60px
    }

    .header #company_phone span {
        display: none
    }

    .header #company_phone #phone_icon {
        position: absolute;
        top: calc(50% - 13.63636364px);
        height: 27.27272727px;
        fill: #1C05B3
    }

    .header .container {
        width: 100%
    }

    .header__logo {
        display: none;
        width: auto;
        height: 25px;
        margin: 20px 10px;
        fill: #fff
    }

    .header__logo path:nth-child(n+9):nth-child(-n+63) {
        display: none
    }

    .header.full-screen {
        background: #000
    }

    .header.full-screen .header__logo {
        display: inline-block
    }

    .menu {
        font-size: 1.2em;
        position: relative;
        z-index: 100;
        flex-direction: column;
        padding: 70px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column
    }

    .menu-wrapper {
        width: 100%
    }

    .menu__item a {
        line-height: 40px;
        display: block
    }

    .menu-active-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .menu__button {
        display: block
    }

    .menu a:hover {
        background: 0 0
    }

    .about {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column
    }

    .about__image {
        height: 200px;
        margin: 10% auto
    }

    .slogan-wrapper svg {
        display: block;
        max-width: 270px
    }

    .chessman-horizontal {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column
    }
}

@media (max-width:720px) {

    .slogan__heading,
    .slogan__text {
        letter-spacing: .2rem
    }

    .slogan__text {
        font-size: 1.4em;
        padding-left: 0
    }

    .slogan__heading {
        font-size: 2em
    }

    .slogan__heading:first-letter {
        padding: 0;
        background: 0 0
    }

    .chessboard-list {
        flex-direction: column;
        padding: 20vw 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .chessboard-list .owl-dots span {
        opacity: .3;
        background: #1C05B3 !important
    }

    .chessboard-list .owl-dots .owl-dot.active span {
        opacity: 1
    }

    .chessboard-list .owl-dots button.owl-dot:focus {
        outline: 0
    }

    .chessman {
        width: 250px;
        margin: 7% auto
    }

    .chessman-horizontal {
        flex-direction: column;
        width: auto;
        margin: 5% auto 5% 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column
    }

    .partners {
        padding: 20% 0 2%
    }

    .section {
        min-height: auto
    }

    .contacts-content {
        font-size: 80%;
        padding: 2px 8px;
        color: #fff;
        background-color: #1C05B3
    }

    #contacts {
        background-image: url(../images/backgrounds/map_2x.jpg);
        background-size: cover; 
    }

    #map {
        display: none
    }
}

@media screen and (max-width: 480px) {
    .chessman__text .col{
        font-size: 1em;
        column-count: 1;
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    position: relative;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel {
    z-index: 1;
    display: none;
    width: 100%
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.'
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.owl-carousel .owl-item {
    float: left;
    min-height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font: inherit;
    padding: 0 !important;
    color: inherit;
    border: none;
    background: 0 0
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    background: url(owl.video.play.png) no-repeat;
    -webkit-backface-visibility: hidden
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    height: 100%;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 14px;
    display: inline-block;
    margin: 5px;
    padding: 4px 7px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background: #d6d6d6
}

.owl-theme .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    color: #fff;
    background: #869791
}

.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: .5
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: #d6d6d6;
    -webkit-backface-visibility: visible
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}