/*   
Theme Name: betavoltaica
Description: тема Самарской Губернской Думы
Author: ваше-имя
Author URI: http://o-code.ru
Version: 1
.

.
*/
html,
body {
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeueCyr";
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

html,
* {
	text-size-adjust: none;
	-webkit-text-size-adjust:none;
}


body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    overflow-x: hidden;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
}

input,
button,
textarea,
select {
    font: inherit;
}

img {
    max-width: 100%;
    display: block;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
  margin-left: -15px; */
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    /* padding-right: 15px;
  padding-left: 15px; */
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1400px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1400px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1400px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1400px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* margin and padding generator */
/* EXAMPLE m-t-10px*/
.m-t-0px {
    margin-top: 0px; }

.p-t-0px {
    padding-top: 0px; }

.m-b-0px {
    margin-bottom: 0px; }

.p-b-0px {
    padding-bottom: 0px; }

.m-l-0px {
    margin-left: 0px; }

.p-l-0px {
    padding-left: 0px; }

.m-r-0px {
    margin-right: 0px; }

.p-r-0px {
    padding-right: 0px; }

.m-all-0px {
    margin: 0px; }

.p-all-0px {
    padding: 0px; }

.m-t-5px {
    margin-top: 5px; }

.p-t-5px {
    padding-top: 5px; }

.m-b-5px {
    margin-bottom: 5px; }

.p-b-5px {
    padding-bottom: 5px; }

.m-l-5px {
    margin-left: 5px; }

.p-l-5px {
    padding-left: 5px; }

.m-r-5px {
    margin-right: 5px; }

.p-r-5px {
    padding-right: 5px; }

.m-all-5px {
    margin: 5px; }

.p-all-5px {
    padding: 5px; }

.m-t-10px {
    margin-top: 10px; }

.p-t-10px {
    padding-top: 10px; }

.m-b-10px {
    margin-bottom: 10px; }

.p-b-10px {
    padding-bottom: 10px; }

.m-l-10px {
    margin-left: 10px; }

.p-l-10px {
    padding-left: 10px; }

.m-r-10px {
    margin-right: 10px; }

.p-r-10px {
    padding-right: 10px; }

.m-all-10px {
    margin: 10px; }

.p-all-10px {
    padding: 10px; }

.m-t-15px {
    margin-top: 15px; }

.p-t-15px {
    padding-top: 15px; }

.m-b-15px {
    margin-bottom: 15px; }

.p-b-15px {
    padding-bottom: 15px; }

.m-l-15px {
    margin-left: 15px; }

.p-l-15px {
    padding-left: 15px; }

.m-r-15px {
    margin-right: 15px; }

.p-r-15px {
    padding-right: 15px; }

.m-all-15px {
    margin: 15px; }

.p-all-15px {
    padding: 15px; }

.m-t-20px {
    margin-top: 20px; }

.p-t-20px {
    padding-top: 20px; }

.m-b-20px {
    margin-bottom: 20px; }

.p-b-20px {
    padding-bottom: 20px; }

.m-l-20px {
    margin-left: 20px; }

.p-l-20px {
    padding-left: 20px; }

.m-r-20px {
    margin-right: 20px; }

.p-r-20px {
    padding-right: 20px; }

.m-all-20px {
    margin: 20px; }

.p-all-20px {
    padding: 20px; }

.m-t-25px {
    margin-top: 25px; }

.p-t-25px {
    padding-top: 25px; }

.m-b-25px {
    margin-bottom: 25px; }

.p-b-25px {
    padding-bottom: 25px; }

.m-l-25px {
    margin-left: 25px; }

.p-l-25px {
    padding-left: 25px; }

.m-r-25px {
    margin-right: 25px; }

.p-r-25px {
    padding-right: 25px; }

.m-all-25px {
    margin: 25px; }

.p-all-25px {
    padding: 25px; }

.m-t-30px {
    margin-top: 30px; }

.p-t-30px {
    padding-top: 30px; }

.m-b-30px {
    margin-bottom: 30px; }

.p-b-30px {
    padding-bottom: 30px; }

.m-l-30px {
    margin-left: 30px; }

.p-l-30px {
    padding-left: 30px; }

.m-r-30px {
    margin-right: 30px; }

.p-r-30px {
    padding-right: 30px; }

.m-all-30px {
    margin: 30px; }

.p-all-30px {
    padding: 30px; }

.m-t-35px {
    margin-top: 35px; }

.p-t-35px {
    padding-top: 35px; }

.m-b-35px {
    margin-bottom: 35px; }

.p-b-35px {
    padding-bottom: 35px; }

.m-l-35px {
    margin-left: 35px; }

.p-l-35px {
    padding-left: 35px; }

.m-r-35px {
    margin-right: 35px; }

.p-r-35px {
    padding-right: 35px; }

.m-all-35px {
    margin: 35px; }

.p-all-35px {
    padding: 35px; }

.m-t-40px {
    margin-top: 40px; }

.p-t-40px {
    padding-top: 40px; }

.m-b-40px {
    margin-bottom: 40px; }

.p-b-40px {
    padding-bottom: 40px; }

.m-l-40px {
    margin-left: 40px; }

.p-l-40px {
    padding-left: 40px; }

.m-r-40px {
    margin-right: 40px; }

.p-r-40px {
    padding-right: 40px; }

.m-all-40px {
    margin: 40px; }

.p-all-40px {
    padding: 40px; }

.m-t-45px {
    margin-top: 45px; }

.p-t-45px {
    padding-top: 45px; }

.m-b-45px {
    margin-bottom: 45px; }

.p-b-45px {
    padding-bottom: 45px; }

.m-l-45px {
    margin-left: 45px; }

.p-l-45px {
    padding-left: 45px; }

.m-r-45px {
    margin-right: 45px; }

.p-r-45px {
    padding-right: 45px; }

.m-all-45px {
    margin: 45px; }

.p-all-45px {
    padding: 45px; }

.m-t-50px {
    margin-top: 50px; }

.p-t-50px {
    padding-top: 50px; }

.m-b-50px {
    margin-bottom: 50px; }

.p-b-50px {
    padding-bottom: 50px; }

.m-l-50px {
    margin-left: 50px; }

.p-l-50px {
    padding-left: 50px; }

.m-r-50px {
    margin-right: 50px; }

.p-r-50px {
    padding-right: 50px; }

.m-all-50px {
    margin: 50px; }

.p-all-50px {
    padding: 50px; }

.m-t-55px {
    margin-top: 55px; }

.p-t-55px {
    padding-top: 55px; }

.m-b-55px {
    margin-bottom: 55px; }

.p-b-55px {
    padding-bottom: 55px; }

.m-l-55px {
    margin-left: 55px; }

.p-l-55px {
    padding-left: 55px; }

.m-r-55px {
    margin-right: 55px; }

.p-r-55px {
    padding-right: 55px; }

.m-all-55px {
    margin: 55px; }

.p-all-55px {
    padding: 55px; }

.m-t-60px {
    margin-top: 60px; }

.p-t-60px {
    padding-top: 60px; }

.m-b-60px {
    margin-bottom: 60px; }

.p-b-60px {
    padding-bottom: 60px; }

.m-l-60px {
    margin-left: 60px; }

.p-l-60px {
    padding-left: 60px; }

.m-r-60px {
    margin-right: 60px; }

.p-r-60px {
    padding-right: 60px; }

.m-all-60px {
    margin: 60px; }

.p-all-60px {
    padding: 60px; }

.m-t-65px {
    margin-top: 65px; }

.p-t-65px {
    padding-top: 65px; }

.m-b-65px {
    margin-bottom: 65px; }

.p-b-65px {
    padding-bottom: 65px; }

.m-l-65px {
    margin-left: 65px; }

.p-l-65px {
    padding-left: 65px; }

.m-r-65px {
    margin-right: 65px; }

.p-r-65px {
    padding-right: 65px; }

.m-all-65px {
    margin: 65px; }

.p-all-65px {
    padding: 65px; }

.m-t-70px {
    margin-top: 70px; }

.p-t-70px {
    padding-top: 70px; }

.m-b-70px {
    margin-bottom: 70px; }

.p-b-70px {
    padding-bottom: 70px; }

.m-l-70px {
    margin-left: 70px; }

.p-l-70px {
    padding-left: 70px; }

.m-r-70px {
    margin-right: 70px; }

.p-r-70px {
    padding-right: 70px; }

.m-all-70px {
    margin: 70px; }

.p-all-70px {
    padding: 70px; }

.m-t-75px {
    margin-top: 75px; }

.p-t-75px {
    padding-top: 75px; }

.m-b-75px {
    margin-bottom: 75px; }

.p-b-75px {
    padding-bottom: 75px; }

.m-l-75px {
    margin-left: 75px; }

.p-l-75px {
    padding-left: 75px; }

.m-r-75px {
    margin-right: 75px; }

.p-r-75px {
    padding-right: 75px; }

.m-all-75px {
    margin: 75px; }

.p-all-75px {
    padding: 75px; }

.m-t-80px {
    margin-top: 80px; }

.p-t-80px {
    padding-top: 80px; }

.m-b-80px {
    margin-bottom: 80px; }

.p-b-80px {
    padding-bottom: 80px; }

.m-l-80px {
    margin-left: 80px; }

.p-l-80px {
    padding-left: 80px; }

.m-r-80px {
    margin-right: 80px; }

.p-r-80px {
    padding-right: 80px; }

.m-all-80px {
    margin: 80px; }

.p-all-80px {
    padding: 80px; }

.m-t-85px {
    margin-top: 85px; }

.p-t-85px {
    padding-top: 85px; }

.m-b-85px {
    margin-bottom: 85px; }

.p-b-85px {
    padding-bottom: 85px; }

.m-l-85px {
    margin-left: 85px; }

.p-l-85px {
    padding-left: 85px; }

.m-r-85px {
    margin-right: 85px; }

.p-r-85px {
    padding-right: 85px; }

.m-all-85px {
    margin: 85px; }

.p-all-85px {
    padding: 85px; }

.m-t-90px {
    margin-top: 90px; }

.p-t-90px {
    padding-top: 90px; }

.m-b-90px {
    margin-bottom: 90px; }

.p-b-90px {
    padding-bottom: 90px; }

.m-l-90px {
    margin-left: 90px; }

.p-l-90px {
    padding-left: 90px; }

.m-r-90px {
    margin-right: 90px; }

.p-r-90px {
    padding-right: 90px; }

.m-all-90px {
    margin: 90px; }

.p-all-90px {
    padding: 90px; }

.m-t-95px {
    margin-top: 95px; }

.p-t-95px {
    padding-top: 95px; }

.m-b-95px {
    margin-bottom: 95px; }

.p-b-95px {
    padding-bottom: 95px; }

.m-l-95px {
    margin-left: 95px; }

.p-l-95px {
    padding-left: 95px; }

.m-r-95px {
    margin-right: 95px; }

.p-r-95px {
    padding-right: 95px; }

.m-all-95px {
    margin: 95px; }

.p-all-95px {
    padding: 95px; }

.m-t-100px {
    margin-top: 100px; }

.p-t-100px {
    padding-top: 100px; }

.m-b-100px {
    margin-bottom: 100px; }

.p-b-100px {
    padding-bottom: 100px; }

.m-l-100px {
    margin-left: 100px; }

.p-l-100px {
    padding-left: 100px; }

.m-r-100px {
    margin-right: 100px; }

.p-r-100px {
    padding-right: 100px; }

.m-all-100px {
    margin: 100px; }

.p-all-100px {
    padding: 100px; }

.m-t-auto {
    margin-top: auto; }

.p-t-auto {
    padding-top: auto; }

.m-b-auto {
    margin-bottom: auto; }

.p-b-auto {
    padding-bottom: auto; }

.m-l-auto {
    margin-left: auto; }

.p-l-auto {
    padding-left: auto; }

.m-r-auto {
    margin-right: auto; }

.p-r-auto {
    padding-right: auto; }

.m-all-auto {
    margin: auto; }

.p-all-auto {
    padding: auto; }
/* end margin and padding generator */

.header-navigation {
    width: 100%;
    position: relative;
    /*z-index: 8;*/
    padding: 50px;
    padding-right: 0; }
@media (max-width: 1050px) {
    .header-navigation {
        display: flex;
        flex-direction: column; } }
@media (max-width: 1050px) {
    .header-navigation {
        padding: 0;
		overflow-x: hidden;	}
    .header-navigation .search, .header-navigation .link {
        padding: 20px 50px;
        width: 100%; }
    .header-navigation .search {
        border-bottom: 1px solid #e5e5e5; } }
.header-navigation__burger {
    display: none;
    border: 0;
    background: none;
    outline: none;
    cursor: pointer; }
@media (max-width: 1050px) {
    .header-navigation__burger {
        display: flex;
        align-items: center;
        justify-content: center; } }
.header-navigation__burger-icon {
    width: 20px;
    height: 2px;
    background: #FF5308;
    position: relative;
    margin: 5px 0;
    transition: all 0.2s ease; }
.header-navigation__burger-icon_active {
    background: transparent; }
.header-navigation__burger-icon_active::before {
    transform: rotate(45deg) !important; }
.header-navigation__burger-icon_active::after {
    transform: rotate(-45deg) !important; }
.header-navigation__burger-icon::before, .header-navigation__burger-icon::after {
    content: '';
    position: absolute;
    height: 2px;
    background: #FF5308;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease; }
.header-navigation__burger-icon::before {
    transform: translateY(-5px); }
.header-navigation__burger-icon::after {
    transform: translateY(5px); }
.header-navigation__logo {
    width: 215px;
    height: 55px;
    z-index: 90; }
.header-navigation__logo-row {
    background-color: transparent;
    transition: background-color 0.3s ease; }
.header-navigation__logo-row__menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 30px 0px 30px;
    transition: background-color 0.3s ease; }
@media (max-width: 1050px) {
    .header-navigation__logo-row__menu {
        background-color: #fff; } }
.header-navigation__logo-row__menu_active {
    background-color: transparent; }
@media (max-width: 1050px) {
    .header-navigation__logo-row_active {
        background-color: #C4C4C4 !important; } }
@media (max-width: 1050px) {
    .header-navigation__logo-row {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 90;
        background: white;
        width: 100%; } }
@media (max-width: 1050px) {
    .header-navigation__logo  {
        margin-bottom: 20px;
        width: 124px;
        height: 32px;
        z-index: 9999; }
    .header-navigation__logo img {
        z-index: 99999;
    } }
.header-navigation__links, .header-navigation__search {
    min-width: 100px /*220px*/; }
.header-navigation__search {
    padding-top: 7px;
    width: 25%; }
@media (max-width: 1050px) {
    .header-navigation__links, .header-navigation__search {
        width: 100vw; } }
@media (max-width: 1050px) {
    .header-navigation__links {
        display: none; } }
@media (min-width: 1050px) {
    .header-navigation__search .link {
        display: none; } }
.header-navigation__items {
    padding-top: 20px;
    padding-left: 7px;
    z-index: 90;
    position: relative; }
	.header-navigation__items div:first-child {
		width: 75%}
		.header-navigation__items div:first-child div:first-child {
			width:auto}
@media (max-width: 1050px) {
    .header-navigation__items {
        position: fixed;
        top: 151px;
        /*left: 0;*/
        left: 100vw;
        z-index: 90;
        width: 100%;
        padding-top: 0px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        flex-wrap: nowrap !important;
        transition: transform 0.3s ease;
        transform: translateX(100%);
        -webkit-box-shadow: 0px -60px 0px 0px #c4c4c4;
        -moz-box-shadow: 0px -60px 0px 0px #c4c4c4;
        box-shadow: 0px -60px 0px 0px #c4c4c4; }
	.header-navigation__items div:first-child {
		width: 100%}
		.header-navigation__items div:first-child div:first-child {
			width:auto}
    .header-navigation__items_active {
        transform: translateX(0);
        left: 0px;
        height: auto !important;
        bottom: 0px;
        /*overflow-y: auto;
      overflow-x: hidden;*/ } }
.header-navigation__title {
    align-items: flex-end;
    position: relative;
    padding-bottom: 10px; }
.header-navigation__title::after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #686659; }
@media (max-width: 1050px) {
    .header-navigation__title {
        display: none; } }
.header-navigation__text {
    font-weight: 300;
    letter-spacing: 0.5em;
    font-size: 1.0625rem;
    color: #3B372F; }
@media (max-width: 1050px) {
    .header-navigation__text {
        display: none; } }
.main-header .header-navigation_light {
    background: linear-gradient(180deg, #EDEAE3, transparent);
    /* background: #EDEAE3;*/
}
.header-navigation_light {
    /*background: #EDEAE3;*/
    background: linear-gradient(180deg, #EDEAE3, transparent);
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    transform: translateX(-7px); }
@media (max-width: 1050px) {
	.main-header .header-navigation_light {
		background:none }
    .navbar {
        flex-direction: column;
        flex-wrap: nowrap;
        transform: translateX(0px);
        height: auto; } }

.nav-link {
    display: block;
    font-weight: 300;
    font-size: 0.875rem;
    padding: 5px 10px 5px 23px;
    position: relative;
    color: #27241E; }
@media (max-width: 1050px) {
    .nav-link {
        padding: 20px 70px;
        background: #fff;
        margin: 0 !important;
        border-bottom: 1px solid #E5E5E5; } }
.nav-link::before {
    content: '';
    position: absolute;
    transition: background-color ease 1s;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    background-color: #686659; }
@media (max-width: 1050px) {
    .nav-link::before {
        left: 50px; } }
.nav-link_green {
    transition: color ease 0.4s; }

@keyframes neon-green {
    0% {
        background-color: #6ACE00; }
    10% {
        background-color: transparent; }
    30% {
        background-color: #6ACE00; }
    55% {
        background-color: linear-gradient(to right, transparent, #6ACE00); }
    80% {
        background-color: #6ACE00; } }
@media (min-width: 1050px) {
    .nav-link_green:hover {
        animation: neon-green 0.4s ease;
        background-color: #6ACE00;
        color: #fff; }
    .nav-link_green:hover::before {
        background-color: #fff; } }
.nav-link_green::before {
    background: #6ACE00; }
.nav-link_pink {
    transition: color ease 0.4s; }

@keyframes neon-pink {
    0% {
        background-color: #C20080; }
    10% {
        background-color: transparent; }
    30% {
        background-color: #C20080; }
    55% {
        background-color: linear-gradient(to right, transparent, #C20080); }
    80% {
        background-color: #C20080; } }
@media (min-width: 1050px) {
    .nav-link_pink:hover {
        animation: neon-pink 0.4s ease;
        background-color: #C20080;
        color: #fff; }
    .nav-link_pink:hover::before {
        background-color: #fff; } }
.nav-link_pink::before {
    background: #C20080; }
.nav-link_d-green {
    transition: color ease 0.4s; }

@keyframes neon-d-green {
    0% {
        background-color: #74AE11; }
    10% {
        background-color: transparent; }
    30% {
        background-color: #74AE11; }
    55% {
        background-color: linear-gradient(to right, transparent, #74AE11); }
    80% {
        background-color: #74AE11; } }
@media (min-width: 1050px) {
    .nav-link_d-green:hover {
        animation: neon-d-green 0.4s ease;
        background-color: #74AE11;
        color: #fff; }
    .nav-link_d-green:hover::before {
        background-color: #fff; } }
.nav-link_d-green::before {
    background: #74AE11; }
.nav-link_red {
    transition: color ease 0.4s; }

@keyframes neon-red {
    0% {
        background-color: #FF2000; }
    10% {
        background-color: transparent; }
    30% {
        background-color: #FF2000; }
    55% {
        background-color: linear-gradient(to right, transparent, #FF2000); }
    80% {
        background-color: #FF2000; } }
@media (min-width: 1050px) {
    .nav-link_red:hover {
        animation: neon-red 0.4s ease;
        background-color: #FF2000;
        color: #fff; }
    .nav-link_red:hover::before {
        background-color: #fff; } }
.nav-link_red::before {
    background: #FF2000; }
.nav-link_violet {
    transition: color ease 0.4s; }

@keyframes neon-violet {
    0% {
        background-color: #6F008A; }
    10% {
        background-color: transparent; }
    30% {
        background-color: #6F008A; }
    55% {
        background-color: linear-gradient(to right, transparent, #6F008A); }
    80% {
        background-color: #6F008A; } }
@media (min-width: 1050px) {
    .nav-link_violet:hover {
        animation: neon-violet 0.4s ease;
        background-color: #6F008A;
        color: #fff; }
    .nav-link_violet:hover::before {
        background-color: #fff; } }
.nav-link_violet::before {
    background: #6F008A; }
.nav-link_orange {
    transition: color ease 0.4s; }

@keyframes neon-orange {
    0% {
        background-color: #FF7E2A; }
    10% {
        background-color: transparent; }
    30% {
        background-color: #FF7E2A; }
    55% {
        background-color: linear-gradient(to right, transparent, #FF7E2A); }
    80% {
        background-color: #FF7E2A; } }
@media (min-width: 1050px) {
    .nav-link_orange:hover {
        animation: neon-orange 0.4s ease;
        background-color: #FF7E2A;
        color: #fff; }
    .nav-link_orange:hover::before {
        background-color: #fff; } }
.nav-link_orange::before {
    background: #FF7E2A; }

.link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #27241E;
    font-size: 0.875rem;
    border: 0;
    background: transparent;
    outline: none;
    padding: 0;
    cursor: pointer; }
.career .select__dropdown .link { 
	display: inline-block;
	font-size: 1.05rem;}
.link_primary {
    color: #FF5308; }

.search {
    display: flex;
    align-items: center; }
.search-input {
    border: 0;
    background: none;
    font-weight: 300;
    width: 100%;
    font-size: 0.875rem; }
.search-input::placeholder {
    color: rgba(61, 61, 61, 0.7); }

.footer {
    background: #0E0C20;
	font-family: "HelveticaNeueCyr";
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #ADABC0;
	padding: 30px 100px
}
.footer a {
	color: #ADABC0;
}
.footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: start
}
@media (max-width: 1400px) {
	.footer-inner * ,
    .footer-inner {
		display: block;
	} 
	.footer-contact {
		padding-top: 10px
	}
}
.footer__info {
    font-size: 0.875rem;
    font-weight: 300; }
.footer__info, .footer__info:visited {
    color: #fff; }
.footer__email {
    font-size: 0.875rem;
    font-weight: 700; }
.footer__link {
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer; }
.footer__link, .footer__link:visited {
    color: #fff; }
@media (max-width: 768px) {
    .footer .col-md-2 {
        display: none; } }

.fragment {
    min-height: 500px;
    display: flex;
    flex-direction: column; }
.fragment:not(.fragment_image) {
    padding: 45px 45px 50px 45px;  }
@media (max-width: 768px) {
    .fragment:not(.fragment_image) {
        /*padding: 45px 20px 0px 20px;*/
        padding: 45px 40px 45px 30px;
    } }
.fragment_image {
    /*background: url(../img/fragment-bg.png);*/
    background-size: cover;
    background-position: right;
    position: relative; }
.fragment__image {
    height: 100%;
    position: absolute;
    left: -53px;
    bottom: 0;
    display: block;
    z-index: 6; }
.fragment__video {
    width: 100%;
    height: 100%; }
.fragment_dark {
    background-color: #0E0C20; }
.fragment_light {
    background-color: #EDEAE3; }
.fragment_white {
    background-color: #fff; }
@media (max-width: 768px) {
    .fragment {
        min-height: 500px;
    }
    .fragment_mobile {
        margin-bottom: 1px; }
    .career .fragment_mobile h1 {display: none;}
}
.fragment__tags {
    display: flex;
    flex-wrap: wrap; }

.title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.5rem;
    color: #FF5308;
    overflow-wrap: break-word; }
@media (max-width: 768px) {
    .title {
        /*font-size: 30px; */
        /*font-size: 4.5vh; */
        font-size: calc((100vh + 100vw) / 2 / 20.5) ;
        } }
.title_light {
    color: #EDEAE3; }
.title_dark {
    color: #686659; }
.title_black {
    color: #3B372F; }
.title_box-l-green {
    position: relative; }
.title_box-l-green::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #6ACE00;
    position: absolute;
    top: -10px;
    left: -8px; }
.title_box-orange {
    position: relative; }
.title_box-orange::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #FF5308;
    position: absolute;
    top: -10px;
    left: -8px; }
.title_box-pink {
    position: relative; }
.title_box-pink::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #C20080;
    position: absolute;
    top: -10px;
    left: -8px; }
.title_box-red {
    position: relative; }
.title_box-red::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #FF3406;
    position: absolute;
    top: -10px;
    left: -8px; }
.title_box-blue {
    position: relative; }
.title_box-blue::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #2E93C2;
    position: absolute;
    top: -10px;
    left: -8px; }

.description {
    font-weight: 300;
    font-size: 1.05rem;
    line-height: 1.875rem;
    letter-spacing: 0.03rem;
    position: relative; }
.description_light {
    color: #EDEAE3; }
.description_dark {
    color: #3B372F; }
.description_orange a {
    color: #FF5308; }
.description_box-l-green {
    position: relative; }
.description_box-l-green::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #6ACE00;
    position: absolute;
    top: -10px;
    left: -8px; }
.description_box-orange {
    position: relative; }
.description_box-orange::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #FF5308;
    position: absolute;
    top: -10px;
    left: -8px; }
.description_box-pink {
    position: relative; }
.description_box-pink::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #C20080;
    position: absolute;
    top: -10px;
    left: -8px; }
.description_box-red {
    position: relative; }
.description_box-red::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #FF3406;
    position: absolute;
    top: -10px;
    left: -8px; }
.description_box-blue {
    position: relative; }
.description_box-blue::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #2E93C2;
    position: absolute;
    top: -10px;
    left: -8px; }
.description_box {
    padding-left: 28px; }
.description_box::before {
    content: '';
    position: absolute;
    transition: background-color ease 1s;
    width: 8px;
    height: 8px;
    top: 9px;
    left: 0;
    background-color: #FF5308; }
.description_box-light::before {
    background-color: ##FF5308; }
.description_tiny {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 300; }
.description_bold {
    font-weight: 700 !important; }

.statistic {
    display: flex;
    align-items: flex-end;
    transition: transform ease 0.5s;
    opacity: 0;

    padding: 0 10px;

    /*cursor: pointer;*/
    color: #484339; }
.statistic_light {
    color: #fff; }
.statistic:hover {
    /*transform: scale(1.2);*/ }
.statistic-schedule {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 10px; }
.statistic-schedule__item {
    height: 3px;
    width: 30px;
    margin-top: 2px;
    opacity: 0; }
.statistic-schedule__item_green {
    background-color: #74AE11; }
.statistic-schedule__item_red {
    background-color: #FF3406; }
.statistic-schedule__item_yellow {
    background-color: #FFEB1C; }
.statistic-value {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
.statistic-value__number {
    font-size: 2.5rem;
    font-weight: 100; }
.statistic-value__text {
    font-size: 1rem;
    font-weight: 400; }

.subtitle {
    font-size: 1.625rem;
    line-height: 2.25rem;
    color: #676462;
    font-weight: 300;
    overflow-wrap: break-word; }
.subtitle_orange {
    color: #FF5308; }
.subtitle_light {
    color: #EDEAE3; }
.subtitle_dark {
    color: #3B372F; }
.subtitle_bold {
    font-weight: 700; }
.subtitle_box-l-green {
    position: relative; }
.subtitle_box-l-green::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #6ACE00;
    position: absolute;
    top: -10px;
    left: -8px; }
.subtitle_box-orange {
    position: relative; }
.subtitle_box-orange::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #FF5308;
    position: absolute;
    top: -10px;
    left: -8px; }
.subtitle_box-pink {
    position: relative; }
.subtitle_box-pink::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #C20080;
    position: absolute;
    top: -10px;
    left: -8px; }
.subtitle_box-red {
    position: relative; }
.subtitle_box-red::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #FF3406;
    position: absolute;
    top: -10px;
    left: -8px; }
.subtitle_box-blue {
    position: relative; }
.subtitle_box-blue::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #2E93C2;
    position: absolute;
    top: -10px;
    left: -8px; }

.carusel {
    transition: transform 0.3s ease-in-out; }
.carusel-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.toggled {
    transition: opacity 0.1s ease; }

.control-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%; }
.control-container__dark {
    background-color: #3B372F; }
.control-container__light {
    background-color: #F0EAE2; }

.control {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: transparent;
    transition: background-color ease 0.3s;
    cursor: pointer;
    z-index: 3; }
.control_min {
    width: 8px;
    height: 8px; }
.control_light {
    background-color: #EDEAE2; }
.control_light:hover:not(.control_active) {
    background-color: #d9d3c3; }
.control_dark {
    background-color: #686659; }
.control_dark:hover:not(.control_active) {
    background-color: #838171; }
.control_active {
    background-color: #FF5308; }
.control__bounce {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background-color: #FF5308;
    width: 25px;
    height: 25px;
    pointer-events: none; }

.select {
    overflow: hidden;
    position: relative;
    width: 100vw;
    padding-left: 0 !important;
    padding-right: 0 !important; }
.select .subtitle {
    margin-left: 45px;
    margin-bottom: 45px; }
@media (max-width: 768px) {
    .select .subtitle {
        margin-left: 20px;
        margin-bottom: 30px; } }
.select__option {
    width: 50%;
    /*font-size: 1rem;*/
    font-size: 16px;
    font-weight: 550;
    line-height: 1.875rem;
    color: #3B372F;}
.select__option .select__option-text {
    cursor: pointer;
}
.select__option .select__dropdown  {
    /*min-height: 870px;*/
    min-height: 500px;
}

.select__option-text {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0 10px 90px;
    background-color: transparent;
    transition: background-color 0.3s ease; }
@media (max-width: 1400px) {
    .select__option-text {
        justify-content: space-between; } }
@media (max-width: 1400px) {
    .select__option-text {
        transition: background-color 0.3s ease 0.3s, color 0.2s ease 0.3s;
        padding: 10px 40px 10px 40px; } }
.select__option-text::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 100%;
    top: 0;
    left: 0px;
    background-color: transparent;
    transition: background-color ease 0.2s; }
.select__option-icon {
    display: none;
    transition: transform 0.3s ease;
    min-width: 20px; }
@media (max-width: 1400px) {
    .select__option-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(90deg); } }
@media (max-width: 1400px) {
    .select__option {
        position: relative;
        width: 100%; } }
.select__option_dark {
    color: #fff; }
@media (max-width: 1400px) {
    .select__option:not(.select__option_active) .select__dropdown {
        padding: 0 !important; } }
@media (min-width: 1400px) {
    .select__option:not(.select__option_active) .select__dropdown {
        opacity: 0;
        z-index: 0 !important; } }
.select__option_active {
    color: #EDEAE3; }
@media (max-width: 1400px) {
	.select__option_active {
		border-bottom: 1px solid #fff; }
    .select__option_active .select__dropdown {
        max-height: 100%;
        opacity: 1; }
    .select__option_active .select__option-icon {
        transform: rotate(270deg); } }
.select__option_active .select__option-text {
    transition: background-color 0.1s ease;
    background-color: #3B372F; }
.select__option_active .select__option-text_dark {
    background-color: #fff;
    color: #3B372F; }
.select__option_active .select__option-text::before {
    background-color: #FF5308; }
@media (min-width: 1400px) {
    .select__dropdown {
        width: 50%;
        position: absolute;
        left: 50%;
        top: 0;
        opacity: 1;
        z-index: 1; } }
@media (max-width: 1400px) {
    .select__dropdown {
        transform-origin: center top;
        opacity: 0;
        transition: all 0.3s ease;
        max-height: 0;
        min-height: 0 !important;
        margin-left: 8px; } }

.pdf-canvas {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*height: 450px;*/
    /* max-height: 780px;*/
    position: relative;
    flex: 1; }
.pdf-canvas__wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333; }
.pdf-canvas__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #DCD8D5;
    padding: 2px 0;
    color: #827D73;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.02em; }
.pdf-canvas__nav-section {
    display: flex;
    align-items: center; }
.pdf-canvas__nav-button {
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #0000;
    cursor: pointer; }
.pdf-canvas__nav-button_prev {
    border-right: 2px solid rgba(130, 125, 115, 0.3); }
.pdf-canvas__nav-input {
    border: 0;
    border-radius: 6px;
    height: 27px;
    /*width: 70px;*/
    width: 35px;
    text-align: right;
    padding-right: 12px;
    color: inherit;
    font-family: inherit; }
.pdf-canvas_ios-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    max-height: 100%;
    height: 100%;
    width: 100%;
    z-index: 120; }

.image-animate {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: opacity 1.2s ease; }

.about {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column; }
@media (max-width: 1050px) {
    .about {
        margin-top: 72px; } }
.about-content .statistic {
    display: inline-flex; }
.about-content .statistic:hover {
    /* transform: scale(1.2) translateX(5%);*/ }
.about-content__university .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center; }
.about-content__university > *:nth-child(n + 4) {
    margin-top: 20px; }
@media (min-width: 768px) {
    .about-content__description {
        margin-left: 45px; } }

.about .fragment_image {
    /* background-image: url(/themes/ocode/img/galaxy.png);*/ }


.approach {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column; }
@media (max-width: 1050px) {
    .approach {
        margin-top: 72px; } }
.approach-content__statistic {
    display: flex;
    justify-content: space-between; }
@media (max-width: 768px) {
    .approach-content__statistic {
        flex-direction: column; }
    .approach-content__statistic > *:nth-child(n):not(:last-child) {
        margin-bottom: 20px; } }
@media (min-width: 768px) {
    .approach-content__description {
        margin-left: 45px; } }

.about .fragment_image {
    /* background-image: url(../img/monument.png);*/ }

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 80px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 550;
    font-size: 1rem;
    background-color: #FF5308;
    -webkit-box-shadow: inset 0px -3px 0px 0px #CF3F00;
    -moz-box-shadow: inset 0px -3px 0px 0px #CF3F00;
    box-shadow: inset 0px -3px 0px 0px #CF3F00;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 0;
    outline: none;
    cursor: pointer; }
@media (max-width: 768px) {
    .btn {
        width: 100%; } }
.btn:hover {
    background-color: #FF7E2A; }
.btn:active {
    background-color: #FF5308;
    -webkit-box-shadow: inset 0px 3px 0px 0px #CF3F00;
    -moz-box-shadow: inset 0px 3px 0px 0px #CF3F00;
    box-shadow: inset 0px 3px 0px 0px #CF3F00; }

.solution {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column; }
@media (max-width: 1050px) {
    .solution {
        margin-top: 72px; } }
.solution-content__description {
    margin-left: 45px; }
@media (max-width: 768px) {
    .solution-content__description {
        margin-left: 0; } }
.solution-content__carusel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 !important;
    padding-bottom: 50px !important; }
.solution-content__statistic-container {
    display: flex; }
@media (min-width: 1400px), (max-width: 768px) {
    .solution-content__statistic-container {
        min-height: 90%; } }
.solution-content__statistic {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
@media (min-width: 1400px) {
    .solution-content__statistic > .statistic:nth-child(n):not(:last-child) {
        margin-bottom: 20px; } }
@media (max-width: 1400px) {
    .solution-content__statistic {
        flex-direction: row;
        margin-top: 45px; } }
@media (max-width: 560px) {
    .solution-content__statistic {
        flex-wrap: wrap; }
    .solution-content__statistic > .statistic:nth-child(n):not(:last-child) {
        margin-bottom: 20px; } }
.solution-content__statistic-controls {
    align-items: center; }
@media (max-width: 1400px) {
    .solution-content__statistic-controls {
        margin-top: 15px;
        flex-direction: column;
        align-items: flex-start; }
    .solution-content__statistic-controls .solution-content__statistic-download {
        margin-bottom: 20px; } }
.solution-content__statistic-controls .control-container {
    padding: 0 !important;
    /*justify-content: flex-start; */
    justify-content: flex-end; 
  }
@media (max-width: 1400px) {
    .solution-content__controls {
        margin-top: 45px; } }
.solution-content__select {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.archive .fragment_image {
    background-image: url(./img/archive.png); }


.tags {
    display: flex;
    flex-wrap: wrap; }

.tag {
    padding: 4px 12px 6px 3px;
    background-color: #FF5308;
    color: #fff;
    font-size: 1rem;
    font-weight: 550;
    margin-right: 20px;
    margin-top: 20px; }
.tag__close {
    border: 0;
    background: transparent;
    outline: none;
    cursor: pointer; }

.bigdata .fragment_image {
    background-image: url(./img/bigdata.png); }


.input-email {
    border: 2px solid #827D73;
    color: #3B372F;
    font-size: 1rem;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    padding: 10px 23px;
    font-weight: 550;
    width: 100%; }

.progressbar {
    height: 20px;
    position: relative;
    width: 100%;
    background-color: #686659; }
.progressbar__progress {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FF5308;
    height: 100%; }

.by-photo {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #F0EAE2; }
@media (max-width: 1050px) {
    .by-photo {
        margin-top: 72px; } }
@media (max-width: 1050px) {
    .by-photo {
        background-color: #fff; } }
@media (max-width: 1400px) {
    .by-photo__carusel {
        width: 100%;
        background-color: #3B372F; } }
.by-photo__btn {
    width: 268px; }
.by-photo-wrapper {
    padding-bottom: 80px; }
.by-photo-content {
    padding: 0 150px; }
@media (max-width: 1050px) {
    .by-photo-content {
        padding: 0 20px; } }
@media (max-width: 1400px) {
    .by-photo .carusel {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        margin-top: 45px; }
    .by-photo .carusel__item {
        margin-top: 0 !important;
        margin-bottom: 0 !important; } }
.by-photo .carusel__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto !important; }
.by-photo .carusel__item-button {
    width: 100%; }
@media (max-width: 1400px) {
    .by-photo .carusel__item-button {
        display: flex;
        justify-content: flex-end; } }

.cybersecurity .fragment_image {
    background-image: url(./img/cyber.png) !important; }


.digitservices {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #F0EAE2; }
@media (max-width: 1050px) {
    .services {
        margin-top: 72px; } }
.services-content {
    display: flex;
    flex: 1;
    column-gap: 15px;
    row-gap: 15px;
    padding: 0 25px;
    padding-bottom: 85px; }
@media (max-width: 1050px) {
    .services-content {
        flex-direction: column; } }
.services-content__fragment {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto !important; }
.services-content__title {
    margin: 0 25px; }
.services-content__button {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: flex-end; }


.ecm .fragment_image {
    background-image: url(./img/ecm.png); }

.education {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column; }
@media (max-width: 1050px) {
    .education {
        margin-top: 72px; } }
.education-content-info .link {
    display: inline-flex !important;
    font-size: inherit !important; }
@media (min-width: 768px) {
    .education-content__description {
        margin-left: 45px; } }
.education-content__carusel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 !important;
    padding-bottom: 50px !important; }

.education .fragment_image {
    background-image: url(../img/education.png); }

.logistics .fragment_image {
    background-image: url(../img/logistic.png); }


.main .news-item {
    display: block;
    padding: 30px 50px 20px 50px;
    background-color: #3B372F;
    transition: all ease 1s;
    -webkit-box-shadow: inset 30px 0px 0px 0px #3B372F, inset -1px 0px 0px 0px #3B372F;
    -moz-box-shadow: inset 30px 0px 0px 0px #3B372F, inset -1px 0px 0px 0px #3B372F;
    box-shadow: inset 30px 0px 0px 0px #3B372F, inset -1px 0px 0px 0px #3B372F;
    color: #fff; }
@media (max-width: 768px) {
    .news-item {
        padding: 20px; } }
.news-item__date {
    font-size: 1.625rem;
    font-weight: 100; }
.news-item__description {
    font-size: 1rem;
    line-height: 1.875rem;
    font-weight: 400; }
.news-item_hovered:hover {
    background-color: #fff;
    -webkit-box-shadow: inset 15px 0px 0px 0px #3B372F, inset -15px 0px 0px 0px #3B372F;
    -moz-box-shadow: inset 15px 0px 0px 0px #3B372F, inset -15px 0px 0px 0px #3B372F;
    box-shadow: inset 15px 0px 0px 0px #3B372F, inset -15px 0px 0px 0px #3B372F;
    color: #3B372F; }
@media (max-width: 1050px) {
    .news-item_hovered:hover {
        /*background: linear-gradient(180deg, #222222 0%, rgba(42, 40, 37, 0) 100%);*/
        background-color: #3B372F;
        transition: none;
        color: #fff;
    }
}
.news-item__button {
    display: flex; }
@media (max-width: 1050px) {
    .news-item__button {
        justify-content: flex-end; } }


.main {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column; }
.main-header {
    height: calc(100vh);
    position: relative;
    background: #EDEAE3;
    max-height: 1050px;
}
.main-header__navigation {
    position: absolute;
    width: 100%; }
.main-header__control {
    z-index: 8;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%); }
@media (max-width: 768px) {
    .main-header__control {
        display: flex;
    } }

@media (max-height: 500px) {
    .main-header__control {
        bottom: 40px;
    }
}

.main-header__description {
    margin-top: 30px;
    transform: translateX(-250px);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.3s ease;
    z-index: 0;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    max-width: 452px;
    cursor: pointer
}
@media (max-width: 1050px) {
    .main-header__description {
        max-width: calc(100% - 80px);
        margin-top: 20px;
        z-index: 8;
        left: 30px !important;
        top: 132px !important; } }
@media (max-height: 800px) and (max-width: 768px) {
    .main-header__description {
        top: calc(132 * (100vh / 800))!important; } }
.main-header__description-subtitle {
    /*margin-top: 65px;*/ }
@media (max-width: 768px) {
    .main-header__description-subtitle {
        /*margin-top: 25px; */
        margin-top: 2.5vh;

        } }

@media (max-width: 768px) and (max-height: 500px) {
    .main-header__description-subtitle {

        width: 60%;
    }

}
.main-header__description-subtitle__icon {
    display: inline;
    position: absolute;
    bottom: 9px}
.main-header__bottom {
    height: 120px;
    background: linear-gradient(288.78deg, #A7A198 -19.93%, #706660 100.04%);
    position: relative;


}
.main-header__bottom-img {
    z-index: 4;
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 680px; }
/* @media (max-width: 1300px) {
          .main-header__bottom-img {
            width: 350px; } }*/
@media (max-width: 1370px) {
    .main-header__bottom-img {
        width: 300px;
        left: 0 !important;
        bottom: 0 !important;
        display: none; } }
.main-about {
    padding: 50px 90px 100px 70px;
    background-color: #EDEAE3;
    z-index:1;}
.main-about__title, .main-about__subtitle, .main-about__statistic-col {
    opacity: 0; }
@media (max-width: 768px) {
    .main-about {
        padding: 50px 20px; } }
.main-about__description {
    font-weight: 550;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #827D73;
    /*cursor: pointer;*/
}
.main-about__btn {
    margin: 80px 0 0 0; }
@media (max-width: 968px) {
    .main-about__btn {
        margin: 40px 0; } }
.main-about__link {
    margin-top: 25px; }
@media (max-width: 968px) {
    .main-about__link {
        margin-top: 25px;
        justify-content: flex-end; } }
.main-about__statistic {
    display: flex;
    justify-content: space-between; }
@media (max-width: 768px) {
    .main-about__statistic {
        flex-direction: column; }
    .main-about__statistic .statistic:nth-child(n):not(:last-child) {

        margin-bottom: 20px; }
    .statistic-schedule, .statistic {
        margin-left: 20px;
    }
}
.main-calendar {
    background: #3B372F;
    padding-bottom: 70px; }
.main-calendar__shadow {
    height: 80px;
    background: linear-gradient(180deg, #222222 0%, rgba(42, 40, 37, 0) 100%); }
.main-calendar__items {
    display: flex; }
.main-trust {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F0EAE2;
    padding: 45px 0 25px 0; }
.main-trust__title {
    font-size: 1.625rem;
    font-weight: 300;
    color: rgba(39, 36, 30, 0.8); }
.main-trust__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 50px 0 70px; }
@media (max-width: 768px) {
    .main-trust__items {
        padding: 0 20px; } }

.medicine .fragment_image {
    background-image: url(./img/medicine.png); }

.news {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #EDEAE3; }
@media (max-width: 1050px) {
    .news {
        margin-top: 72px; } }
@media (max-width: 1050px) {
    .news {
        background-color: #fff; } }
.news-content {
    padding: 0 150px; }
@media (max-width: 1050px) {
    .news-content {
        padding: 0 20px; } }
.news-content__title {
    font-weight: 100 !important;
    margin-top: 20px;
}
.news-content__img {
    width: 100%; }
.news-content__prev-icon {
    transform: rotate(180deg); }
@media (max-width: 1400px) {
    .news__carusel {
        width: 100%;
        background-color: #3B372F; } }
@media (max-width: 1400px) {
    .news .carusel {
        display: flex;
        flex-direction: row;
        align-items: stretch; }
    .news .carusel__item {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 80px; } }

.search-result {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #EDEAE3; }
@media (max-width: 1050px) {
    .search-result {
        margin-top: 72px; } }
.search-result-content {
    padding-left: 150px;
    padding-bottom: 80px; }
@media (max-width: 1050px) {
    .search-result-content {
        padding-top: 120px;
        padding-left: 20px;
        padding-right: 20px; } }
.search-result-content > .search-result-content__item:nth-child(n):not(:last-child) {
    border-bottom: 1px solid #686659;
    margin-bottom: 20px; }
.search-result-content__found {
    font-weight: 100; }

.services {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column; }
@media (max-width: 1050px) {
    .services {
        margin-top: 72px; } }
.services-content-services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 20px; }
.services-content__fragment-services {
    padding-right: 20px;
    padding-bottom: 20px; }
.services-content__fragment-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    position: relative;
    overflow: hidden; }
.services-content__fragment-item h2 {
    min-height: 144px; }
.services-content__fragment-item:hover .services-content__fragment-item-img {
    bottom: -100%; }
.services-content__fragment-item-img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: bottom ease-in-out 0.2s;
    background-image: url(../img/fragment-bg.png);
    background-position: right;
    background-size: cover; }
@media (max-width: 1370px) {
    .services-content__fragment-item-img {
        display: none; } }
.services-content__fragment-item-img_vote {
    background-image: url(../img/vote.png); }
.services-content__fragment-item-img_cyber {
    background-image: url(../img/cyber.png); }
.services-content__fragment-item-img_vr {
    background-image: url(../img/vr.png); }
.services-content__fragment-item-img_bigdata {
    background-image: url(../img/bigdata.png); }
.services-content__fragment-item-img_medicine {
    background-image: url(../img/medicine.png); }
.services-content__fragment-item-img_ecm {
    background-image: url(../img/ecm.png); }
.services-content__fragment-item-img_logistic {
    background-image: url(../img/logistic.png); }
.services-content__fragment-item-img_archive {
    background-image: url(../img/archive.png); }
.services-content__fragment-item-img_education {
    background-image: url(../img/education.png); }

.vote .fragment_image {
    background-image: url(../img/vote.png); }

.vr .fragment_image {
    background-image: url(../img/vr.png); }

.region-primary-menu{
    flex-wrap: wrap;
    transform: translateX(-7px);
    display: flex;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
}
@media (max-width: 1300px) {
    .region-footer-menu {
        display: none
    }
}
.region-footer-menu {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.region-footer-menu .field--name-body {
    display: flex
}

.description_box-center {
    padding-left: 20px;
}

.description_box-center::before {
    /*top: 50%;*/
    top: 15px;
    left: -8px;
    transform: translateY(-50%);
}

ul.solution-content__description-wrapper {
    margin-left: 45px;
}

p-l-45px {
    padding-left: 45px;
}



.main-header__description-subtitle span {
    color: #3B372F;
    position: relative
}

@media (max-width: 1350px) {
    .career .career-content h1 {
        margin-top:55px;
    }
}

@media (max-width: 1050px) {
    .region-primary-menu {
        flex: none;
        display: block;
        flex-wrap: initial;
        transform: translateX(-4px);
    }
    .header-navigation__search {
        margin-left: -7px;
        margin-right: 14px
    }
}
.nobr {
    white-space: nowrap
}

@media (max-width: 1050px) {
    .solution-content, .about-content, .approach-content {
        margin-top: 10px;
    }
    video {
        width: 100%;
        height: auto;
    }
}

.arrow-button {
    position: absolute;
    top: 50%;
    border: 0;
    transform: translateY(-50%);
    outline: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
    cursor: pointer;
}

.arrow-button_left {
    left: 10px;
}

.arrow-button_right {
    right: 10px;
}

.arrow-button_left-img {
    transform: rotate(
            180deg
    );
}

@media (min-width: 1350px) {
    .arrow-button {
        display: none;
    }
}

.main-header__description_disable {
    opacity: 0 !important;
    pointer-events: none;
}

.main-header__description_active {
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
}

@media (max-width: 750px) {
    .main-header__description-title, span.undefined span {
        /*width: 50%;*/
        width: 100%;
        /*line-height: 30px;*/
    }
    .main-header__control-mouse {
        display: none;
    }
}
@media (max-width: 1350px) {
    .main-header__description {
        margin-left: 20px;
        margin-right: 32px;
        width: 550px;
    }
    .main-header__bottom {
        display: none;
    }}

@media (max-width: 750px) {
    .main-header__description {
        /*width: 300px;*/
        width: 100%;
        padding-right: 35px;
    }
}
    @media (max-width: 1370px) {
        .main-header__bottom {
            display: none;
        }
    }
    @media (max-width: 768px) {
        .bg-c4 {
            background-color: #C4C4C4;
        }
        .solution-content .fragment_white {
            display: none;
        }
        .solution-content .select__option .fragment_white {
            display: block
        }
    }
    .arrow-button:disabled {
        opacity: 0;
    }

    .pdf-canvas_disabled::after {
        content: 'Загрузка';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: $light_gray;
        font-size: calcPxToRem(24);
        z-index: 2;
    }
    @media (max-width: 1400px) {
        .spec-app-block {
            display: none
        }
    }
    .main-header__control-mouse {
        opacity: 0;
    }



    .solution .local_documentation  .description a {
        white-space: nowrap;
        padding: 5px;

    }

    .solution .local_documentation  .description a img {
        display: inline;
    }

    .solution  .description a {
        color: #fff;
        text-decoration: underline;

    }





    body {
        background-color: #F5F9FF;
    }

    .dialog-off-canvas-main-canvas {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }

    @media(min-width: 1370px) {
        .services-content-services .services-content__fragment-services figure h2 {
            color: #3B372F;
            z-index: 99;
        }
        .services-content-services .services-content__fragment-services:hover figure h2 {
            color: #EDEAE3;
        }


    }


    @media(max-width: 1350px) {
        .partner-carusel {
            padding: 0 40px;
        }
    }

    .header-navigation__logo-row:fullscreen {
        display: none;
    }

    @media (max-width: 749px) and (orientation: portrait) {
        .main .image-animate {
            width: 100% !important;
            left: 0 !important;
            height: auto !important;
            margin-top: 93px;

        }


        .main .main-header__description {
            margin-top: calc((100vw / 1.78) + 15px);
        }

        .main .main-header__description-title {
            /*line-height: 35px;*/
            line-height:  calc((100vh + 100vw) / 2 / 17.5);
        }

        .main .main-header {
            height: calc(95vh - 30px);
            background-color: white;
        }

        .title {
            /*line-height: 35px;*/
        }

        .main .main-header__control {
            /*bottom: 29px*/
			bottom: 50px
        }

        .main h2.main-header__description-subtitle {
            font-size: max(1em, min(4em, 2.5vh));
        }

       /* .main .subtitle {
            line-height: 1rem;
        }*/
    }

    @media (min-width: 750px) and (max-width: 1050px) {
        .main-header__description {
            width: 40%;
        }

        .main .main-header {
            background-color: white;
        }

        .main .title {
            font-size: 30px;
            line-height: 32px;
            margin-bottom: 32px;
        }


        .main .image-animate {
            width: auto !important;
            right: 0 !important;
            left: auto !important;
            height: 100% !important;
            margin-top: 93px;
            min-width: 100%;
            /*margin-top: calc(100vh - (100vw / 1.78));*/
        }

    }

    @media (min-width: 1050px) and (max-width: 1780px) and (max-height: 1050px) and (min-height: 820px)   {
        .main .image-animate {
                left: calc(100vw - (100vh * (1920 / 1080))) !important;
        }
    }


    @media (min-width: 1050px) and (max-width: 1370px) {
        #header_container {
            position: relative;
            left: -291px;
        }

        .main .main-header__description {
            left: 0 !important;
        }
    }

    @media (min-width: 1050px) {
        .solution-content, .about-content {
            background: #F5F9FF;
        }
    }
	@media (max-width: 1050px) {
		#header_container {
			min-height: 100vh;
			z-index: 8;
			position: relative;
		}
	}
    .carusel-hide {
        opacity: 0;
    }

    @media (min-width: 1400px) {
        #carusel_block_container {
            margin-top: -1px;
        }
    }

    .main .news-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    video {
        max-height: calc(100vh - 80px);
    }

.education-content__carusel-controls > div
{
  justify-content: flex-end;
  margin-right: 50px;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1400px) {
	.s_adaptive {
		padding-top: 1px !important	}
	.fragment_mobile {
        margin-bottom: 1px; }
}

.sertif--submit {
	display: block;
	width: 340px;
	background: url(../img/sertif.svg) 0 0 no-repeat;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	padding: 27px 0;
    border: none;
    margin: 44px 0;
}
@media (max-width: 980px) {
	#unID1, #unID2, #unID3 {
		display: block;
		margin: 1rem 0
	}
}
.certif_table {
	border-collapse: collapse;
}
.certif_table th,
.certif_table td {
	padding: 0.5rem 1rem;
	border: 1px dotted #ccc;
}
.certif_table td img {
	display: inline;
	vertical-align: baseline
}
.certif_table td:first-child {
	white-space: nowrap;
}
.sqr {
    transition: background-color ease 1s;
    width: 8px;
    height: 8px;
    background-color: #FF5308;
	display: inline-block
}
.sertif--table {
	border: none;
	width: 50%;
	float: left;
}
.sertif--table td, .sertif--table th {
	border: none;
	padding: 0.5rem 1rem;
	vertical-align: top;
	line-height: 22px;
	font-weight: normal
}
.sertif--table td.sertif--price {
	white-space: nowrap
}
.sertif--table td.sertif--s-td {
	padding-left: 60px
}
.sertif--table-wrap {
	overflow: hidden
}
.sertif--table-inner {
	width: 200%;
	overflow-x: hidden;
}
.animateRight {
	animation: myanimRight 1s;
	animation-fill-mode: forwards;
}
@keyframes myanimRight {
	from {
	   margin-left: 0%;
	}
	to {
	   margin-left: -100%;
	}
}
.animateLeft {
	animation: myanimLeft 1s;
	animation-fill-mode: forwards;
}
@keyframes myanimLeft {
	from {
	   margin-left: -100%;
	}
	to {
	   margin-left: 0%;
	}
}
@media (min-width: 1050px) {
	.s-z-index {
		z-index: 11
	}
}
@media (max-width: 1050px) {
	.s-z-index {
		/*z-index: 8*/
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input,
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}


.bg-white {
    background-color: white;
}

@media (max-width: 320px) {
    .title {
         line-height: 35px;
    }
}


@media (max-width: 1400px) {
    .hide-in-mobile {
        display: none;
    }
}
.charity-b {
	padding: 18px;
	display: flex;
	border-left: 6px solid #FF7E2A;
	background: #3B372F;
	margin: 20px -90px 0 0;
}

.charity-b h3 {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	line-height: 36px;
	display: flex;
	align-items: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	position: relative;
	max-width: 300px;
	margin-right: 40px;
	margin-left: 5px
}

.charity-b h3:after {
	background: #FFFFFF;
	position: absolute;
	width: 8px;
	height: 8px;
	left: -10px;
    top: 0px;
	content: ''
}
.charity-b-link {
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	max-width: 405px;
	position: relative;
	display: block
}
@media (max-width: 1400px) {
	.charity-b,
	.charity-b h3	{
		display: block !important;
	}
}
.charity-b-link:after {
    content: ''; 
	position: absolute;
    right: -40px;
    top: 10px;
    background: url(/themes/ocode/img/ic_arrow_orange.svg) 0 0 no-repeat;
	width: 10px;
	height: 20px
}
.our-mission {
	padding: 50px 66px;
}
.our-mission-content {
	padding: 50px 0 0 0;
	display: flex;
	justify-content: space-between !important;
}
.mission-text {
	width: 23%;
	color: #3B372F;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 550;
	font-size: 16px;
	line-height: 30px;
}
.mission-title {
	position: relative;
	margin: 0;
	padding: 26px 0 18px 0;
	color: #FF3406;
	font-family: 'HelveticaNeueCyr';
	font-style: normal;
	font-weight: 550;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase
}
.mission-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: #FF3406;
}
@media (max-width: 1100px) {
	.our-mission-content{
		display: block
	}
	.mission-text {width: 100%}
	.mission-title{margin-top: 20px;}
	.mission-title:first-child{margin-bottom: 0;}
}

.special-solution-title {
	font-family: 'HelveticaNeueCyr';
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0.01em;
	text-align: left;
	padding: 45px 45px 50px 45px;
	background: #EDEAE3;
	width: 100%;
	color: #3B372F;
}
.special-solution-title-2 {
	width: 100%;
	color: #3B372F;	
	padding: 45px 45px 50px 45px;
	background: #EDEAE3;
	font-family: 'HelveticaNeueCyr';
	font-size: 26px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 0.01em;
	text-align: left;
}
.header {
	padding: 0 20px
}
.header-inner {
	height: 100px;
	background: #F5F9FF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 750px) {
	.header-inner {display: block; height: auto}
}
.logo-wrap {
	display: block;
}
.logo-wrap img {
	display: block
}
.header-side {
	display: flex;
	gap: 50px;
}
@media (max-width: 750px) {
	.header-side {display: block; margin-top: 20px; margin-bottom: 20px;}
}
.header-side a {
	color: #0E0066;
	font-family: "HelveticaNeueCyr";
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
}
@media (max-width: 750px) {
	.header-side a {display: block;margin-bottom: 20px}
}
.contact-message-feedback-form {
	display: none
}
.contact-message-feedback-form .form-item-subject-0-value,
.contact-message-feedback-form .form-required { 
	display: none; 
}
.contact-message-feedback-form .option.form-required {
	display: inline;
	color: #3B372F;
}
.success-send-email,
.contact-message-feedback-form {
	position: fixed;
	background: #EDEAE3;
	width: 586px;
	padding: 100px;
	top: 20px;
	left: 50%;
	margin-left: -293px;
	text-align: center;
	max-height: calc(100vh - 30px);
	overflow: auto;
	border: 1px solid #27241E;
	z-index: 200
}
@media (max-width: 600px) {
	.contact-message-feedback-form {
		padding: 10px;
		width: 300px;
		margin-left: -150px;
	}
}
.success-send-email h2,
.contact-message-feedback-form h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 1%;
	text-align: center;
	vertical-align: middle;
	color: #FF5308;
	padding-bottom: 30px;
}
@media (max-width: 600px) {
	.contact-message-feedback-form h2 {
		padding: 40px 10px 30px 10px;
	}
}
.contact-message-feedback-form .form-item {
	padding-bottom: 30px;
}
.contact-message-feedback-form .form-select {
	text-align: center
}
.contact-message-feedback-form .form-select,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea,
.contact-message-feedback-form .form-text {
	width: 256px;
	border: 2px solid #827D73;
	font-family: HelveticaNeueCyr;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding: 5px;
	color: #686659;
}
.contact-message-feedback-form ::placeholder {
   text-align: center;
}
/* or, for legacy browsers */
.contact-message-feedback-form ::-webkit-input-placeholder {
   text-align: center;
}
.contact-message-feedback-form :-moz-placeholder { /* Firefox 18- */
   text-align: center;
}
.contact-message-feedback-form ::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
}
.contact-message-feedback-form :-ms-input-placeholder {
   text-align: center;
}
.contact-message-feedback-form input[type="checkbox"],
.contact-message-feedback-form input[type="radio"] {
  accent-color: #FF5308;
}
.contact-message-feedback-form .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 80px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 550;
    font-size: 1rem;
    background-color: #FF5308;
    -webkit-box-shadow: inset 0px -3px 0px 0px #CF3F00;
    -moz-box-shadow: inset 0px -3px 0px 0px #CF3F00;
    box-shadow: inset 0px -3px 0px 0px #CF3F00;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 0;
    outline: none;
    cursor: pointer;
	margin: 0 auto;
}
@media (max-width: 600px) {
	.contact-message-feedback-form .button {
		width: 250px
	}
}
.close-form {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}