@font-face {
    font-family: 'Cousine';
    src: url("/site/theme/fonts/Cousine.woff2");
    font-weight: 400;
    font-style: normal;
}
.hover-text {
    font-family: Cousine;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

a {
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

li,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

:focus {
    outline: 0
}

audio,
img,
video {
    max-width: 100%;
    height: auto
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

iframe {
    border: 0
}

textarea {
    resize: none;
    overflow: auto;
    vertical-align: top;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

button,
input,
select,
textarea {
    outline: none;
    border: none;
    margin: 0
}

button,
input {
    line-height: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0;
    text-align: left
}




.button {
    -webkit-box-flex: 0;
    cursor: pointer
}

.button {
    width: 180px;
    height: 49px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    background-color: #d62d06;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}
#fact, #mission, #history {
    display: flex;
    justify-content: center;
}
#mission, #history {
    align-items: center;
}
#fact {
    flex-direction: column;
    justify-content: unset;
}
.section {
    max-height: 100%;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}


.footer {
    min-height: 400px;
    height: 31vh;
}
@media (max-width: 480px) {
    .footer {

    }
    .contact_panel {
        height: 100vh !important;
    }
}
.section__inner {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.section__inner_fact {
    padding: 0 0 0;
}
.section__inner_fact, .section__inner_mission, .section__inner_history {
    margin-top: 70px;
}
.contact_panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 51vh;
}
.low_panel {
    min-height: 100vh;
}

.section__inner_history {
    max-width: 1620px;
}

@media screen and (min-width: 1200px) {
    .section__inner_history {
        height: 90rem;
    }

    .section__inner_history .history__box.owl-loaded {
        height: 90%;
    }
}

@media screen and (min-width: 1024px) {
    .section__inner_history {
        height: 70rem;
    }

    .section__inner_history .history__box.owl-loaded {
        height: 80%;
    }


    .section__inner_history .history__box.owl-loaded .owl-stage-outer,
    .section__inner_history .history__box.owl-loaded .owl-stage-outer .owl-stage {
        height: 100%;
    }

    .history__box.owl-loaded .owl-stage-outer .owl-item {
        height: 80%;
    }
}

.section__inner_form .form {
    margin: 0 auto
}

.title {
    padding: 0 0 40px
}
.history_inox{
    padding: 0 0 0 0;
}
@media (max-width: 1199px) {
    .history_inox{
        padding: 0 0 40px 0;
    }
}

.title h1,
.title h2 {
    font-size: 46px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    text-transform: uppercase
}

.title_white h1,
.title_white h2 {
    color: #fff
}

.title_small {
    padding: 0 0 30px
}

.title_small h1,
.title_small h2 {
    font-size: 30px;
    line-height: normal
}
.fact {
    border: 1px solid #8f8f8f;
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative
}

.fact__box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px
}
@media (max-width: 3000px) and (min-width: 1600px){
    .fact__box {
        grid-template-columns: repeat(4, 1fr);
    }
}

.fact__box .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fact__box .owl-stage-outer {
    overflow: hidden
}
.owl-dots {
    padding-top: 20px;
    padding-bottom: 20px;
}
.fact__box .owl-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 15px;
}

.fact__box .owl-dot {
    width: 8px;
    height: 8px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 10px 0 0;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

.fact__box .owl-dot.active {
    background-color: #d62d06
}

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

.fact__inner {
    height: 580px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.fact__front {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0)
}

.fact__back,
.fact__front {
    height: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.fact__back {
    padding: 40px 30px 46px 29px;
    background-color: rgba(0, 0, 0, .4)
}

.fact__back .fact__text {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.fact__image {
    margin-bottom: 25px
}

.fact__title {
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px
}

.fact__title_medium {
    font-size: 20px
}

.fact__title_small {
    font-size: 20px;
    text-transform: none
}

.fact__text {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

/* .fact:active .fact__inner{
    top: -290px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
} */
.canvase {
    top: -290px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    pointer-events: none;
}

@media (min-width: 1480px) {
    .fact:hover .fact__inner {
            top: -290px;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease
        
    }
}

.mission {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 60px 70px 60px !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: hsla(0, 0%, 100%, .8);
    height: 100%
}

.mission__box .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mission__box .owl-stage-outer {
    overflow: hidden
}

.mission__box .owl-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: ;
}

.mission__box .owl-dot {
    width: 8px;
    height: 8px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 10px 0 0;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

.mission__box .owl-dot.active {
    background-color: #d62d06
}
.mission__box{
  position: relative;
}
.mission__box .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.mission__box .owl-nav svg{
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.mission__box .owl-nav svg path{
  fill: #d62d06;
}
.mission__box .owl-nav .owl-prev{
  transform: rotate(180deg);
}
.mission__title {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #d62d06;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
}

.mission__title:before {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background-color: #d62d06;
    margin-right: 30px
}

.mission__title:after {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background-color: #d62d06;
    margin-left: 30px
}

.mission__text {
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #222;
    margin-bottom: 40px;
    text-align: center;
}

.mission__text ul {
    padding: 0 0 0 80px
}

.mission__text li {
    font-size: 24px;
    text-align: left;
    position: relative;
    margin-bottom: 20px
}

.mission__text li:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #d62d06;
    top: 12px;
    left: -60px
}

.mission__quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
    
.mission-subtitle {
    font-weight: bold;
    text-align: center;
}

.history {
    background-color: rgba(0, 0, 0, .5);
    padding: 30px 50px 50px
}

.history__year {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #a7a7a7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    font-size: 29px
}

.history__year,
.history__year img {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.history__year img {
    height: 57px;
    width: 57px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57px;
    flex: 0 0 57px;
    margin-right: 16px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.history__title {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 25px;
    color: #a7a7a7
}

.history__content,
.history__title {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.history__content {
    font-size: 13px;
    line-height: normal;
    color: #a7a7a7
}

.owl-item.active.center > .history > .history__content {
    color: #fff;
}
.history__content ul {
    margin: 10px 0;
}
.history__content li {
    margin-bottom: 16px;
    position: relative;
    padding: 0 0 0 14px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.history__content li:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a7a7a7;
    left: 0;
    top: 6px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.history__box {
    position: relative
}

.history__box .owl-item {
    height: 340px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    padding: 0 50px
}

.history__box .owl-item.active {
    opacity: 1
}

.history__box .owl-item.active .history {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.history__box .owl-item.center {
    height: 420px;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    padding: 0
}

.history__box .owl-item.center .history {
    height: 100%;
    width: 100%
}

.history__box .owl-item.center .history__year {
    font-size: 36px;
    color: #fff;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.history__box .owl-item.center .history__year img {
    height: 70px;
    width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 20px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.history__box .owl-item.center .history__title {
    color: #fff;
    font-size: 22px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.history__box .owl-item.center .history__content li {
    font-size: 16px;
    color: #fff;
    padding: 0 0 0 20px
}

.history__box .owl-item.center .history__content li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #d62d06;
    left: 0;
    top: 8px;
    border-radius: 50%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.history__box .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 510px;
}

.history__box .owl-stage-outer {
    overflow: hidden
}

.history__box .owl-nav {
    top: 48%;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.history__box .owl-next,
.history__box .owl-prev {
    cursor: pointer
}

.history__box .owl-prev {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    margin-right: 470px
}

.form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 720px
}

.form,
.form__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form__fieldset {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.form__input {
    height: 50px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    padding: 0 20px;
    background-color: #fff;
    width: calc(50% - 10px);
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

.form__input::-webkit-input-placeholder {
    color: rgba(34, 34, 34, .4)
}

.form__input::-moz-placeholder {
    color: rgba(34, 34, 34, .4)
}

.form__input:-ms-input-placeholder {
    color: rgba(34, 34, 34, .4)
}

.form__input::-ms-input-placeholder {
    color: rgba(34, 34, 34, .4)
}

.form__input::placeholder {
    color: rgba(34, 34, 34, .4)
}

.form__agreements {
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.form__policy {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    margin-top: 20px
}

.form__checkbox:checked {
    display: none
}

.form__checkbox {
    display: none
}

.form__consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px
}

.form__label {
    cursor: pointer
}

.form__label_consent {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: hsla(0, 0%, 100%, .7)
}

.form__label_consent a {
    color: #471515;
    text-decoration: underline
}

.form__check {
    margin-right: 13px;
    cursor: pointer
}

.form__check svg rect:nth-child(2) {
    display: none
}

.form__check_active svg rect:nth-child(2) {
    display: block
}



* {
    font-family: Lato, sans-serif;
    min-height: 0;
    min-width: 0
}

.home {
    position: relative
}

.pagination {
    position: fixed;
    top: 40%;
    left: 50px
}

.pagination li:not(:last-child) {
    margin-bottom: 30px
}

.pagination a {
    color: #fff;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.pagination a svg {
    padding: 0 0 3px
}

.pagination a svg circle:nth-child(2) {
    display: none
}

.pagination a.active circle:first-child {
    display: none
}

.pagination a.active circle:nth-child(2) {
    display: block !important
}
#header {
    z-index: 2;
    width: 100%;
}
.pagination a:hover span {
    display: inline
}

.pagination a span {
    display: none;
    text-transform: uppercase
}

.section__inner_first {
    margin-top: 0px;
    padding: 4% 0;
}

.section__inner_first-back {
    background-color: rgba(0,0,0, 0.6);
}

.vstuplenie-block {
    display: flex;
    padding: 20px;
    background-color: rgba(0, 0, 0, .4);
    align-items: center;
}

.vstuplenie-block div {
   width: 50%;
}

.vstuplenie-block p {
   margin-bottom: 1rem;
}

.vstuplenie-block img {
   height: auto;
   width: 90%;
   margin-bottom: 1.5rem;
}

.vstuplenie-block p {
   font-size: 2rem;
   padding: 0;
   text-align: left;
}

@media (max-width: 400px) {
    .title h1, .title h2 {
        font-size: 22px !important;
    }
    .title {
        padding: 0 0 20px !important;
    }
}

@media (max-width: 480px) {
    .title h1, .title h2 {
        font-size: 23px !important;
    }
    .section__inner_form {
        min-height: 500px;
        padding: 60px 18px 0 !important;
    }
    .title {
        padding: 0 0 40px !important;
    }
    .section__inner_history, .section__inner_mission, .section__inner_fact {
        padding-bottom: 30px !important;
    }
    .section__inner_mission {
        padding-top: 0 !important;
    }
}
@media (max-width: 400px) {
    .title h1, .title h2 {
        font-size: 22px !important;
    }
    .title {
        padding: 0 0 20px !important;
    }
}


@media screen and (max-width:767px),
screen and (min-width:768px) and (max-width:1023px) {
    .burger {
        display: block
    }
}
@media (max-width: 1024px) {
    #header {
        height: 80px !important;
    }
    
    .history__box .owl-item.active .history {
        height: 500px;
    }
}
@media (max-width: 1080px) and (max-height: 900px) {
    .fact__box {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width:767px) {
    .mission__text {
        text-align: left;
    }
    #header {
        height: 40px !important;
        position: fixed;
        width: 100%;
        z-index: 2;
    }
    .burger {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .section__inner {
        padding: 50px 18px;
        /*padding-top: 70px !important;*/
    }

    .section__inner_fact, {
        padding: 0 18px
    }

    .section__inner_history,
    .section__inner_mission {
        padding: 60px 18px
    }

    .section__inner_form {
        min-height: 500px;
        padding: 60px 18px 70px
    }

    .title {
        padding: 0 0 40px
    }

    .title h1,
    .title h2 {
        font-size: 26px;
    }

    .fact {
        height: 200px;
        margin: 0 0 10px
    }

    .fact__box {
        display: block
    }

    .fact__inner {
        height: 400px
    }

    .fact__front {
        height: 200px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fact__back {
        height: 400px;
    }

    .fact__back .fact__text {
        line-height: normal
    }

    .fact__image {
        height: 40px;
        width: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        margin-bottom: 10px
    }

    .fact__image img {
        height: 100% !important;
        width: 100%
    }

    .fact__title {
        font-size: 20px
    }

    .fact__title_small {
        font-size: 16px
    }

    .fact__text {
        line-height: normal
    }

    /* .fact:hover .fact__inner {
        top: -250px
    } */

    .mission {
        padding: 120px 10px 120px 9px
    }



    .mission__title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .mission__text ul {
        padding: 0 0 0 40px
    }

    .mission__text li {
        font-size: 16px;
        margin-bottom: 10px
    }

    .mission__text li:before {
        left: -30px
    }

    .mission__text {
        font-size: 20px
    }

    /*.form {*/
    /*    max-width: 400px*/
    /*}*/

    .form .button {
        width: 100%
    }

    .form__fieldset {
        display: block
    }

    .form__input {
        width: 100%
    }

    .form__input {
        margin-bottom: 10px
    }

    .form__label_consent {
        font-size: 12px
    }

    .pagination,
    .section-nav {
        display: none
    }
}
@media (max-width: 380px) {
    .section__inner {
        padding-top: unset;
    }
}

@media (max-width: 1024px) {
    .section__inner_mission, .section__inner_history {
        margin-top: 70px;
        /*padding-top: 80px !important;*/
    }
}

@media (max-width: 768px) {
    .section__inner_mission, .section__inner_history {
        /*padding-top: 70px !important;*/
    }
}
@media (max-width: 540px) {
    .section__inner_mission, .section__inner_history {
        /*padding-top: 70px !important;*/
    }
}
@media (max-width: 480px) {
    .section__inner_mission, .section__inner_history {
        margin-top: 70px;
        padding-top: 0 !important;
    }
}

@media screen and (min-width:768px) and (max-width:1023px),
screen and (min-width:1024px) and (max-width:1200px) {
    .section__inner {
        padding: 0 20px
    }
    
    .fact {
        height: 290px;
        margin-bottom: 10px;
    }
    .fact__back, .fact__front {
        height: 290px;
    }
    .fact__front {
        padding: 25px 20px;
        padding-top: 40px;
    }
}

@media (max-width: 1024px) and (height: 600px) {
    .fact {
        height: 240px;
    }
}

@media (width: 912px) and (height: 1368px) {
    .fact {
        height: 280px;
    }
}
@media (max-width: 1280px) and (max-height: 800px) {
    .fact__box {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:1300px) and (min-width:769px) {
    .section__inner.section__inner_first {
        padding-top: 20px;
    }
}

@media screen and (max-width:768px) and (max-width:1024px) {
    .fact__box {
        grid-gap: 5px;
    }
}
@media screen and (max-width: 767px) {
    .fact__box {
        grid-gap: 3px;
    }
    
    .fact__front {
        padding:;
    }
}
@media (max-height: 900px) and (min-width: 1200px) {
    .fact {
        height: 260px;
    }
    .fact__front {
        padding: 30px 20px;
    }
}
@media (max-width: 767px) and (max-height: 740px) {

    .mission {
        padding: 14px 10px 9px 14px !important;
    }
    .history__box .owl-item .history {
        padding: 30px 20px !important;
    }

}


@media screen and (min-width:768px) and (max-width:1023px) {
    .fact__box {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:767px),
screen and (min-width:768px) and (max-width:1023px),
screen and (min-width:1024px) and (max-width:1200px) {
    .history__box .owl-dots {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 0 20px;
    }

    .history__box .owl-dot {
        width: 8px;
        height: 8px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0 10px 0 0;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer
    }

    .history__box .owl-dot.active {
        background-color: #d62d06
    }

    .history__box .owl-nav {
        display: none
    }

    .history__box .owl-item {
        height: unset;
        padding: 0;
        opacity: 1
    }

    .history__box .owl-item,
    .history__box .owl-item .history {
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset
    }

    .history__box .owl-item .history {
        padding: 50px 20px
    }

    .history__box .owl-item .history__year {
        color: #fff;
        font-size: 30px;
        margin-bottom: 40px;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset    ;
        -moz-transition: unset;
        -ms-transition: unset;
}

    .history__box .owl-item .history__year img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
        width: 54px;
        height: 54px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54px;
        flex: 0 0 54px;
        margin-right: 14px;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset    ;
        -moz-transition: unset;
        -ms-transition: unset;
}

    .history__box .owl-item .history__title {
        font-size: 18px;
        color: #fff;
        margin-bottom: 30px
    }

    .history__box .owl-item .history__content,
    .history__box .owl-item .history__content li,
    .history__box .owl-item .history__title {
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset    ;
        -moz-transition: unset;
        -ms-transition: unset;
}

    .history__box .owl-item .history__content li {
        font-size: 14px;
        color: #fff;
        margin-bottom: 20px;
        line-height: 1.5
    }

    .history__box .owl-item.active,
    .history__box .owl-item.active .history,
    .history__box .owl-item.active .history__year {
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset
    }

    .history__box .owl-item.active .history__year {
        color: #fff;
        font-size: 30px;
        margin-bottom: 40px
    }

    .history__box .owl-item.active .history__year img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
        width: 54px;
        height: 54px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54px;
        flex: 0 0 54px;
        margin-right: 14px;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset
    }

    .history__box .owl-item.active .history__title {
        font-size: 18px;
        color: #fff;
        margin-bottom: 30px
    }

    .history__box .owl-item.active .history__content,
    .history__box .owl-item.active .history__content li,
    .history__box .owl-item.active .history__title {
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset
    }

    .history__box .owl-item.active .history__content li {
        font-size: 14px;
        color: #fff;
        margin-bottom: 20px;
        line-height: 1.5
    }

    .history__box .owl-stage {
        height: unset
    }
}

@media screen and (max-width:767px) and screen and (max-width:767px),
screen and (min-width:768px) and (max-width:1023px) and screen and (max-width:767px),
screen and (min-width:1024px) and (max-width:1200px) and screen and (max-width:767px) {
    .history__box .owl-dots {
        padding: 50px 0 0
    }
}
@media screen and (max-width: 1310px) {
    .pagination {
        left: 25px;
    }
}
@media screen and (max-width: 1235px) {
    .pagination {
        display: none;
    }
}
@media screen and (max-width: 320px) and (max-height: 700px) {
    .owl-dots {
        padding: 30px 0 0!important;
    }
}

@media screen and (max-height: 600px) {
    .section__inner {
        padding: 25px 18px !important;
    }
    .title {
        padding: 0 0 17px !important;
    }
    .mission__title {
        margin-bottom: 5px;
    }
    .history__box .owl-item .history {
        padding: 20px 20px;
    }
    .history__box .owl-item.active .history__year {
        margin-bottom: 20px;
    }
    .owl-dots {
        padding: 20px 0 0;
    }
}

@media screen and (max-height: 620px) and (max-width: 1024px) {
    .fact__box {
        grid-gap: 3px;
    }
    /*.fact {*/
    /*    height: 230px;*/
    /*}*/
    .fact__front {
        padding: 20px 10px;
    }
    .fact__back {
        padding: 0;
        height: 270px;
    }
    .title h1, .title h2 {
        font-size: 40px;
    }
    .fact__image {
        margin-bottom: 15px;
    }
    .mission {
        padding: 50px 40px 50px 40px;
    }
}

@media screen and (max-width: 1280px) and (max-height: 900px){
    .section__inner_history, .section__inner_mission, .section__inner_fact {
        padding: 0 10px;
    }
    
    .section__inner_first {
        padding: 4%;
    }

}

@media screen and (max-width: 900px) {
    .vstuplenie-block {
        flex-flow: column;
    }
    
    .vstuplenie-block p {
        width: 100%;
    }  
    
    .vstuplenie-block div {
        width: 100%;
        margin-bottom: 20px;
    }    
    
    .vstuplenie-block img {
        margin: 0 auto 1.5rem;
    }
}

@media screen and (max-width: 820px) {
    .title {
        padding: 0 0 40px;
    }    
    
    .vstuplenie-block img {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .canvase {
        top: -290px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        pointer-events: none;
    }
    
    .section__inner_first {
        padding-top: 10%;
    }
}

@media (max-width: 680px) {
    #vstuplenie.section {
        min-height: auto;
    }
    
    .vstuplenie-block img {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .canvase {
        top: -260px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        pointer-events: none;
    }
    .fact__front {
        justify-content: unset !important;
        height: 200px !important;
        padding: 20px;
    }
    .fact__back {
        height: 300px !important;
        margin-top: 20px;
    }
    
    #vstuplenie .section__inner.section__inner_first {
        margin-top: 3%;
        padding-top: 10%;
    }
    
    .vstuplenie-block {
        padding-bottom: 10px;
    }
    
    .vstuplenie-block .vstuplenie-block__main {
        margin-bottom: 5px;
    }
    
    .vstuplenie-block .text-vstuplenie,
    .vstuplenie-block div {
        margin-bottom: 0;
    }
    
    .vstuplenie-block img {
        margin: 0 auto 0.5rem;
    }
    
    .vstuplenie-block__main p {
        margin-bottom: 2px;
    }
    
        .vstuplenie-block p {
        font-size: 15px;
    }
}


@media (max-width: 420px) {
    .vstuplenie-block p {
        font-size: 14px;
    }
    
    
    .vstuplenie-block img {
       width: 60%;
    }
}

@media (max-width: 375px) {
    .vstuplenie-block {
      padding: 10px;
    }
    
    .vstuplenie-block div {
        margin: 5px;
    }
    
    .vstuplenie-block p {
        margin-bottom: 5px;
    }
    
    .vstuplenie-block img {
       width: 50%;
    }
}

@media (max-width: 340px) {
    .history__box .owl-item .history {
        padding: 10px 20px !important;
    }
    .section__inner {
        padding: 25px 18px;
    }
    .section__inner_fact, .section__inner_mission, .section__inner_history {
        margin-top: 30px;
    }
}