:root {
}
body {
    font-family: 'Graphik LCG', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color: #262626;
    background-color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    text-rendering: optimizeSpeed;
    min-width: 320px;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
ul {
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    margin: 0;
}
a, a:active, a:focus, a:hover {
    color: var(--main);
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
button {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}
img {
    vertical-align: middle;
}
.container {
    width: 1550px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.flex-col-2,
.flex-col-3,
.flex-col-4,
.flex-col-5,
.flex-col-6,
.flex-col-7,
.flex-col-8,
.flex-col-9,
.flex-col-10,
.flex-col-12,
.flex-col-20 {
    padding: 0 20px;
}
.flex-col-2 {
    width: 16.66666667%;
}
.flex-col-3 {
    width: 25%;
}
.flex-col-4 {
    width: 33.33333333%;
}
.flex-col-5 {
    width: 41.66666667%;
}
.flex-col-6 {
    width: 50%;
}
.flex-col-7 {
    width: 58.33333333%;
}
.flex-col-8 {
    width: 66.66666667%;
}
.flex-col-9 {
    width: 75%;
}
.flex-col-10 {
    width: 83.33333333%;
}
.flex-col-12 {
    width: 100%;
}
.flex-col-20 {
    width: 20%;
}
.flex.auto-h .flex-col-2,
.flex.auto-h .flex-col-3,
.flex.auto-h .flex-col-4,
.flex.auto-h .flex-col-5,
.flex.auto-h .flex-col-6,
.flex.auto-h .flex-col-7,
.flex.auto-h .flex-col-8,
.flex.auto-h .flex-col-9,
.flex.auto-h .flex-col-10,
.flex.auto-h .flex-col-20 {
    margin-bottom: 30px;
}
.flex.auto-h .flex-col-2 > div,
.flex.auto-h .flex-col-3 > div,
.flex.auto-h .flex-col-4 > div,
.flex.auto-h .flex-col-5 > div,
.flex.auto-h .flex-col-6 > div,
.flex.auto-h .flex-col-7 > div,
.flex.auto-h .flex-col-8 > div,
.flex.auto-h .flex-col-9 > div,
.flex.auto-h .flex-col-10 > div,
.flex.auto-h .flex-col-20 > div {
    height: 100%;
}
.flex.vert-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
svg {
    vertical-align: middle;
    display: block;
}
.svg-mail svg {
    width: 24px;
    height: 24px;
}
.svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
/* bc */
.breadcrumb {
    position: relative;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: var(--green);
}
.breadcrumb li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb li:after {
    content: '';
    background-size: 10px;
    width: 10px;
    height: 10px;
    font-size: 10px;
    display: inline-block;
    margin: 0 8px 0 10px;
    color: var(--green);
}
.breadcrumb li a {
    color: #ABABAB;
    font-size: 14px;
    line-height: 18px;
}
.breadcrumb li:last-child:after {
    content: none;
}
.breadcrumb > li + li:before {
    content: none;
}
.bread-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* .bc */
.screen {
    background: #F6F6F6;
    padding: 260px 0 210px;
    overflow: hidden;
}
.screen__in {
    position: relative;
}
.screen__img {
    position: absolute;
    bottom: -210px;
    right: 0;
}
.screen__title {
    color: #262626;
    font-family: 'Neue Machina';
    font-size: 80px;
    font-weight: 300;
    line-height: 90px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.screen__sub {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 40px;
}
.screen__social a {
    display: inline-block;
    margin-right: 25px;
}
h2.i-h2 {
    color: #262626;
    font-family: 'Neue Machina';
    font-size: 80px;
    font-weight: 300;
    line-height: 90px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin: 0 0 70px;
}
.about__title {
    color: #262626;
    font-family: 'Neue Machina';
    font-size: 80px;
    font-weight: 300;
    line-height: 100px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 4px;
    white-space: nowrap;
}
.i-h2.about__title {
    margin-bottom: 27px;
}
.about__title_1 {
    text-align: left;
}
.about__title_2 {
    text-align: right;
}
.about__title_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
}
.about {
    padding: 170px 0 100px;
}
.about-item {
    position: relative;
    padding: 40px;
    background: #F6F6F6;
    height: 640px;
}
.about-item__icon {
    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;
    width: 164px;
    height: 164px;
    background-color: #DEE3E5;
    margin-bottom: 40px;
}
.about-item__icon img {
    max-width: 100%;
}
.about-item__title {
    font-family: 'Neue Machina';
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-item__text {
    font-size: 24px;
    line-height: 32px;
}
.about-slider {
    margin-bottom: 85px;
}
.swiper-nav {
    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;
}
.swiper-arrow {
    position: relative;
    margin: 0 10px;
    cursor: pointer;
}
.swiper-arrow:before {
    content: '';
    display: inline-block;
    background-image: url(/img/icons/arrow.svg);
    background-size: 100%;
    background-position: right;
    width: 120px;
    height: 12px;
    -webkit-transition: .5s;
    transition: .5s;
}
.swiper-arrow:hover:before {
    width: 140px;
    -webkit-transition: .5s;
    transition: .5s;
}
.swiper-arrow.swiper-prev:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.history {
    position: relative;
}
.history__back {
    position: absolute;
    top: 340px;
    left: 0;
    right: 0;
    width: 100%;
}
.history__back img {
    width: 100%;
    height: auto;
}
.history__in {
    position: relative;
    z-index: 2;
}
.history .about__title {
    margin-bottom: 70px;
}
.about__line {
    overflow: hidden;
    position: relative;
    margin-bottom: 90px;
}
.about-line__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1550px;
    margin: 0 auto;
}
.about__line:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #888;
}
.about__period {
    display: inline-block;
    position: relative;
    padding: 5px 20px;
    background: #fff;
    font-family: 'Neue Machina';
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #888;
    cursor: pointer;
}
.about__period.active {
    color: #262626;
    border-bottom: 2px solid;
}
.about__tab {
    display: none;
}
.about__tab.active {
    display: block;
    -webkit-animation: fadeInRight .6s;
    animation: fadeInRight .6s;
}
.history-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.title {
    font-family: 'Neue Machina';
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
}
.about__quote {
    line-height: 55px;
    margin-top: 100px;
}
.quote_2 {
    text-align: right;
}
.i-block {
    padding-bottom: 100px;
}
.media-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
    color: #fff;
    height: 610px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}
.media-item:hover {
    -webkit-transition: .5s;
    transition: .5s;
}
.media-item_1 {
    background-image: url(/img/media/1.jpg);
    background-size: cover;
    background-position: center;
}
.media-item_2 {
    background-image: url(/img/media/2.jpg);
    background-size: cover;
    background-position: center;
}
.media-item_3 {
    background-image: url(/img/media/3.jpg);
    background-size: cover;
    background-position: center;
}
.media-item__bottom {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.media-item__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
}
.media-item__more .btn-ghost {
    border-color: #fff;
}
.media-item__title {
    margin-top: 16px;
    color: #FFF;
    font-family: "Neue Machina";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
}
.media-item__logo img {
    max-width: 180px;
}
footer {
    background: #262626;
    color: #fff;
    padding: 90px 0;
}
footer h2.i-h2 {
    color: #fff;
    margin-bottom: 20px;
}
.footer__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.footer__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
}
.footer__col_first {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: auto;
}
.footer__social a {
    display: inline-block;
    color: #fff;
    margin-right: 16px;
}
.footer__social a:last-child {
    margin-right: 0;
}
.footer__social {
    margin: 40px 0;
}
.footer__nav li {
    margin-bottom: 8px;
}
.proff-item__title {
    margin-bottom: 20px;
}
.proff-char {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.proff-char__label {
    color: #888;
    width: 280px;
    padding-right: 20px;
}
.proff-char__val {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.proff-item__chars {
    margin-bottom: 35px;
}
.proff__link {
    color: #2E8EFF;
}
.proff__link span {
    display: inline-block;
    border-bottom: 1px solid;
}
.btn-ghost {
    display: inline-block;
    text-align: center;
    padding: 20px 40px;
    border: 1px solid #000;
    border-radius: 150px;
    -webkit-transition: .4s;
    transition: .4s;
}
.btn-ghost:focus,
.btn-ghost:hover,
.btn-ghost:active {
    background: #222;
    border-color: #222;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.proff__app .btn-ghost img {
    width: 38px;
    margin-right: 12px;
}
.art-item {
    margin-bottom: 60px;
}
.art-item__img {
    margin-bottom: 40px;
}
.art-item__img img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
}
.art-item_2 .art-item__img img,
.art-item_4 .art-item__img img {
    height: 500px;
}
.art-item__title {
    margin-bottom: 20px;
}
.art-item__title a {
    color: #262626;
    font-family: "Neue Machina";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
}
.art-item__sub {
    margin-bottom: 40px;
}
.question-item {
    height: 100%;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.question-item__title {
    color: #262626;
    font-family: "Neue Machina";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.question-item__answer {
    margin-bottom: 40px;
}
.question-item__number {
    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;
    width: 150px;
    height: 150px;
    background: #DEE3E5;
    font-weight: bold;
    font-size: 80px;
    color: #888;
}
.ex-item {
    padding: 20px 20px 70px 20px;
    background: #F6F6F6;
}
.ex__sub {
    color: #262626;
    font-family: "Neue Machina";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.ex-item__icon {
    width: 78px;
    height: 78px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #DEE3E5;
    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;
    margin-bottom: 30px;
}
.ex-item__text {
    font-size: 20px;
    line-height: 28px;
}
.ex__btns {
    margin-top: 20px;
}
.ex__btns .btn-ghost:first-child {
    margin-right: 12px;
}
.doc-item {
    text-align: center;
}
.doc-item__img {
    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;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
}
.doc-item__img img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: .5s;
    transition: .5s;
}
.doc-item:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transition: .5s;
    transition: .5s;
}
.doc-item__title {
    color: #262626;
    text-align: center;
    font-family: "Neue Machina";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 20px;
}
.doc-item__sub {
    font-size: 18px;
    margin-bottom: 20px;
}
.doc-item__more a {
    color: #50A3E0;
    font-size: 18px;
}
.history-nav {
    margin-top: 40px;
}
.proff-slider__nav.swiper-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 40px 0;
}
/* 912 */
/* text block */
.text-block {
    font-size: 16px;
    line-height: 22px;
}
.text-block h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    text-transform: none;
    margin: 0 0 20px;
}
.text-block h3 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    text-transform: none;
    margin: 0 0 20px;
}
.text-block h4 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 20px;
}
.text-block p + h2,
.text-block ul + h2,
.text-block p + h3,
.text-block ul + h3 {
    margin-top: 40px;
}
.text-block p {
    margin-bottom: 20px;
}
.text-block li {
    margin-bottom: 8px;
}
.text-block ol {
    padding-left: 0;
    margin: 0 0 20px;
}
.text-block ul {
    margin-bottom: 20px;
}
.text-block ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.text-block ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background: #222;
    border-radius: 50%;
}
.text-block img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}
.text-block a {
    font-weight: bold;
    color: var(--purple);
    border-bottom: 1px solid;
}
.text-block .article-content__list li a {
    color: #393742;
    border-bottom: none;
}
.img-block {
    margin-bottom: 20px;
}
.text-block__imgs img {
    margin-bottom: 20px;
}
.text-img img {
    max-width: 100%;
    border-radius: 10px;
}
.text-block ol { 
    counter-reset: item; 
}
.text-block ol li { 
    display: block; 
}
.text-block ol li:before {
    content: counter(item) " ";
    counter-increment: item;
    color: var(--purple);
    font-weight: bold;
    margin-right: 12px;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background: rgba(39, 72, 78, 0.50);
}
.modal-content {
    position: relative;
    width: 540px;
    max-width: 100%;
    margin: 6% auto 0;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #888;
    -webkit-animation: slideIn .3s;
    animation: slideIn .3s;
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}
.modal-title {
    color: #262626;
    font-family: "Neue Machina";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.modal .form label, 
.modal .form__terms, 
.modal .form__terms a {
    color: #000;
}
.modal .form__terms {
    margin-left: 0;
}
.modal .btn-main {
    width: 100%;
}
.content {
    padding-bottom: 100px;
}
.media-item__play img {
    -webkit-transition: .4s;
    transition: .4s;
}
.media-item__play:hover img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-transition: .4s;
    transition: .4s;
}


.modal .close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
}
.modal .close::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 22px;
    height: 2px;
    background: #222;
}
.modal .close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 22px;
    height: 2px;
    background: #222;
}
.form-group {
    position: relative;
}
input:not(:-moz-placeholder-shown) ~ .floating-label {
  top: 2px;
  bottom: 10px;
  left: 25px;
  font-size: 11px;
  opacity: 1;
}
input:not(:-ms-input-placeholder) ~ .floating-label {
  top: 2px;
  bottom: 10px;
  left: 25px;
  font-size: 11px;
  opacity: 1;
}
input:focus ~ .floating-label,
input:not(:placeholder-shown) ~ .floating-label {
  top: 2px;
  bottom: 10px;
  left: 25px;
  font-size: 11px;
  opacity: 1;
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 18px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
span.floating-label {
    color: #fff;
    opacity: .5;
    font-size: 22px;
}
.form-group {
    margin-bottom: 24px;
}
.form input[type="email"],
.form input[type="text"],
.form select {
    border: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.form__terms {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.form input:focus {
    outline: none;
}
.form textarea {
    width: 100%;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 25px;
}
.form .btn {
    font-weight: 600;
    padding: 30px 50px;
}
.inline-form {
    margin: 0 -20px;
}
.inline-form .form-group {
    width: 40%;
    padding: 0 20px;
}
.contact-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-type .contact-item {
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 12px;
}
.contact-type .contact-item i {
    margin-right: 6px;
}

/* animate */
@-webkit-keyframes slideIn {
  0% {
    opacity: .7;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes slideIn {
  0% {
    opacity: .7;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.swiper-pagination-bullet {
    opacity: 1;
    background: #C4C4C4;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.swiper-pagination-bullet-active {
    background: #FFB3B3;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s;
}
.swiper-pagination {
    margin-top: 48px;
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}

.about__title_mobile {
    display: none;
}
footer .svg-mail svg path {
    fill: #fff
}

.screen__in {
    position: relative;
}
.lang-selector {
    margin-bottom: 30px;
}
.lang-selector a {
    margin-right: 10px;
}

@media (max-width: 1550px) {
    .container {
        width: 100%;
    }
    .about__title {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: normal;
    }
}
@media (max-width: 1350px) {
    .screen {
        padding-top: 180px;
    }
    .screen__img img {
        width: 660px;
    }
    .screen__title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }
    .flex {
        margin: 0;
    }
    .flex-col-2, 
    .flex-col-3, 
    .flex-col-4,
    .flex-col-5, 
    .flex-col-6,
    .flex-col-7, 
    .flex-col-8, 
    .flex-col-9, 
    .flex-col-10,
    .flex-col-12, 
    .flex-col-20 {
        width: 100%;
        padding: 0;
    }
    .flex.flex-m-2 {
        margin: 0 -10px;
    }
    .flex.flex-m-2 .flex-col-2,
    .flex.flex-m-2 .flex-col-2, 
    .flex.flex-m-2 .flex-col-3, 
    .flex.flex-m-2 .flex-col-4,
    .flex.flex-m-2 .flex-col-5, 
    .flex.flex-m-2 .flex-col-6,
    .flex.flex-m-2 .flex-col-7, 
    .flex.flex-m-2 .flex-col-8, 
    .flex.flex-m-2 .flex-col-9, 
    .flex.flex-m-2 .flex-col-10, 
    .flex.flex-m-2 .flex-col-20 {
        width: 50%;
        padding: 0 10px;
    }
    h2.i-h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .about__title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: normal;
    }
    .screen {
        padding: 40px 0 0;
    }
    .screen__title {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .screen__sub {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
    }
    .screen__img {
        position: relative;
        position: relative;
        bottom: inherit;
        right: inherit;
    }
    .screen__img img {
        width: 100%;
    }
    .footer__in {
        display: block;
    }
    .about__title {
        display: none;
    }
    .about__title_mobile {
        display: block;
        font-size: 20px;
        line-height: 28px;
        color: #262626;
        font-family: 'Neue Machina';
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .about {
        padding: 40px 0;
    }
    .about-item {
        height: auto;
        padding: 20px;
    }
    .about-item__title {
        font-size: 18px;
        line-height: 24px;
    }
    .about-item__text {
        font-size: 16px;
        line-height: 24px;
    }
    .about-item__icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    .about-item__icon img {
        width: 40px;
    }
    .about__period {
        font-size: 16px;
        line-height: 22px;
        white-space: nowrap;
        margin-bottom: 0;
    }
    .about-line__in {
        position: relative;
        width: 100%;
        overflow: auto;
        padding: 20px 0;
    }
    .about__line {
        position: relative;
        margin-bottom: 20px;
    }
    .about__line:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 50px;
        background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
        background: linear-gradient(to left, #fff, transparent);
        pointer-events: none;
    }
    .about-slider {
        margin-bottom: 40px;
    }
    .about__quote {
         margin: 40px 0 0;
    }
    .about__quote {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .about__period.active {
        border-bottom: none;
    }
    .i-block {
        padding-bottom: 40px;
    }
    .i-h2 br {
        display: none;
    }
    h2.i-h2 {
        margin-bottom: 20px;
    }
    .proff-item__title {
        font-size: 20px;
        line-height: 28px;
    }
    .proff-char__label {
        width: 120px;
    }
    .proff__link img {
        width: 20px;
        margin-left: 10px;
    }
    .proff-item {
        margin-bottom: 20px;
    }
    .btn-ghost {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 30px;
    }
    .proff__app .btn-ghost img {
        width: 26px;
    }
    .media-item__logo img {
        max-width: 120px;
    }
    .media-item {
        height: 460px;
        padding: 20px;
    }
    .media-item__play img {
        width: 50px;
    }
    .media-item__title {
        font-size: 18px;
        line-height: 24px;
    }
    .media-item__bottom {
        bottom: 20px;
        left: 20px;
    }
    .art-item__img img {
        height: 250px;
    }
    .art-item_2 .art-item__img img, .art-item_4 .art-item__img img {
        height: 250px;
    }
    .art-item__title a {
        font-size: 18px;
        line-height: 26px;
    }
    .art-item__sub {
        margin-bottom: 20px;
    }
    .question-item {
        display: block;
        margin-bottom: 40px;
    }
    .question-item__title {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }
    .question-item__answer {
        margin-bottom: 20px;
    }
    .question-item__number {
        display: none;
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
    .ex__sub {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }
    .ex-item {
        padding: 20px;
    }
    .ex__btns .btn-ghost {
        width: 100%;
        margin: 0 0 10px;
    }
    .ex__btns {
        margin-bottom: 40px;
    }
    .footer__title {
        font-size: 32px;
        line-height: 40px;
    }
    .footer__docs {
        margin-bottom: 20px;
    }
    footer {
        padding: 40px 0;
    }
    /* 991 */

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

}
@media (max-width: 320px) {

}