*, *:after, *:before {
    box-sizing: border-box;
    outline: none;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5em;
    font-family: 'Arial', 'Tahoma', sans-serif;
    overflow: auto;
    /*-webkit-overflow-scrolling: touch;*/
}

body {
    height: 100%;
    width: 100%;
}

.fancybox-slide--iframe .fancybox-content {
    max-width: 600px;
    max-height: 90%;
    margin: 0;
}

@media (min-width: 1024px) {
    .fancybox-slide:not(.fancybox-slide--image) .fancybox-content {
        height: auto !important;
        max-height: none !important;
    }
}

@media (max-width: 1000px) {
    .fancybox-slide--html .fancybox-content {
        overflow-y: scroll;
        vertical-align: top;
    }


}

.fancybox-slide--iframe {
    padding: 15px;
}

.fancybox-opened {
    transform: translateZ(100px);
}

/*
.fancybox-content {
    width: 600px !important;
    max-height : 80%;
    max-width  : 600px;
    background-color: #fff;
}*/

p {
    margin: 1em 0;
}

*:first-child {
    margin-top: 0;
}

*:last-child {
    margin-bottom: 0;
}

img, iframe {
    max-width: 100%;
}

img.imgleft {
    float: left;
    margin: 0 22px 22px 0;
}

img.imgright {
    float: right;
    margin: 0 0 22px 22px;
}

h1,
.h1 {
    font-size: 30px;
    line-height: 1.1em;
    margin: 40px 0 20px 0;
}

h2,
.h2 {
    font-size: 2rem;
    color: #405d95;
    line-height: 1.1em;
    margin: 40px 0 20px 0;
}

h3 {
    font-size: 24px;
    line-height: 1.1em;
    margin: 40px 0 20px 0;
}

h4 {
    font-size: 18px;
    line-height: 1.1em;
    margin: 40px 0 20px 0;
}

ul, ol {
    margin: 1em 0;
}

li {
    margin: 0 0 0.5em 0;
}

table.table {
    border-collapse: collapse;
}

table.table th {
    background: #D8D8D8;
    text-align: left;
}

table.table td, table.table th {
    padding: 20px;
    border: solid 5px #fff;
}

table.table tr:nth-child(odd) td {
    background: #F2F2F2;
}

table.is-top td,
table.is-top th {
    vertical-align: top !important;
}

hr {
    height: 1px;
    border: none;
    margin: 1em 0;
    background: #D8D8D8;
}

a {
    color: #dc0413;
}

h2, h2:first-child,
.h2, .h2:first-child {
    font-size: 2rem;
    line-height: 25px;
    color: #405d95;
    text-align: center;
    margin: 40px 0 40px;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 60px 0 20px 0;
    color: #DE0613;
}

span.is-red {
    color: #DE0613;
}

/* OneLine classes */
.margin0 {
    margin: 0;
}

.margin0i {
    margin: 0 !important;
}

.padding0 {
    padding: 0;
}

.padding0i {
    padding: 0 !important;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.textAlign_left {
    text-align: left;
}

.textAlign_center {
    text-align: center;
}

.textAlign_right {
    text-align: right;
}

.fontWeight_bold {
    font-weight: bold;
}

.displayNone {
    display: none;
}

.fontSize_24 {
    font-size: 24px;
}

.float_right {
    float: right;
}

.learning_banner_text {
    width: 50%;
    font-size: 32px;
    line-height: 1.5;
}

.learning_banner_text_r {
    float: right;
    text-align: right;
}

.learning_banner_text span {
    background-color: #fff;
    color: #DE0613;
}

.marginBottom50 {
    margin-bottom: 50px;
}

.clear {
    clear: both;
    display: block;
}

.wrapper {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-relative {
    position: relative;
}

.wrapper-expert {
    margin-top: 140px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 997 !important;
}

.is-center {
    text-align: center;
}

.is-justify {
    text-align: justify;
}

.is-right {
    text-align: right;
}

.wrapper.is-height {
    height: 100%;
}

.bx-pager-item:first-of-type:last-of-type {
    display: none
}

.column {
    width: 31%;
    float: left;
}

.columns.is-centered {
    text-align: center;
}

.columns.is-centered .column {
    vertical-align: top;
    display: inline-block;
    float: none;
}

.columns.has-border-right .column {
    border-right: 1px solid #71BEE8;
}

.columns.has-border-right .column:last-of-type {
    border-right: 1px solid transparent;
}

.columns.has-border-right.has-red-border .column {
    border-right: 1px solid #DE0613;
}

.columns.has-border-right .column:last-child {
    border-right: 1px solid transparent;
}

.columns:after {
    content: '';
    display: block;
    clear: both;
}

.columns.is-1 .column,
.columns .column.is-1 {
    width: 100%;
}

.columns.is-3 .column,
.columns .column.is-3 {
    width: 31%;
    margin-right: 2%;
}

.columns.is-3 .column:nth-child(3n),
.columns .column.is-3:nth-child(3n) {
    margin-right: 0;
}

.columns.is-4 .column,
.columns .column.is-4 {
    width: 23%;
    margin-right: 2.6%;
}

.columns.is-4 .column:nth-child(4n),
.columns .column.is-4:nth-child(4n) {
    margin-right: 0;
}

.columns.is-5 .column,
.columns .column.is-5 {
    width: 16%;
    margin-left: 2%;
    margin-right: 2%;
}

.columns.is-2-to-1 .column:nth-child(1) {
    width: 66%;
    margin-right: 2%;
}

.columns.is-2-to-1 .column:nth-child(2) {
    width: 32%;
    margin-right: 0;
}

.columns.is-2 .column,
.columns .column.is-2 {
    width: 49%;
    margin-right: 2%;
}

.columns.is-2 .column:nth-child(2n),
.columns .column.is-2:nth-child(2n) {
    margin-right: 0;
}

.columns.is-2 .column.has-margin-right:nth-child(2n),
.columns .column.is-2.has-margin-right:nth-child(2n) {
    margin-right: 2%;
}

.column.is-last {
    margin-right: 0;
}

.column:last-child {
    margin-right: 0 !important;
}

.column.has-shadow {
    box-shadow: 0 0 30px 0 rgba(44, 42, 76, 0.3);
}

.is-relative {
    position: relative;
}

.global {
    position: relative;
}

.global.has-shadow:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(96, 96, 96, 0.7);
    z-index: 99;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header__wrapper {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.9);
    transition: .2s all;
}

.global.has-shadow .header__wrapper {
    background: rgba(255, 255, 255, 1);
}

.header__logo {
    width: 250px;
    float: left;
    margin-right: 7.6%;
}

.logo {
    display: block;
}

.header__slogan {
    margin-right: 3.5%;
    padding: 5px 0 0 0;
    width: 270px;
    float: left;
}

.slogan {
    color: #19365E;
    font-size: 12px;
    line-height: 15px;
}

.header__ros-po {
    width: 210px;
    float: left;
}

.header__right {
    float: right;
    text-align: right;
}

.header__phone {
    color: #DE0613;
    font-size: 15px;
}

.header__phone a {
    color: #DE0613;
    text-decoration: none;
}

.header__phone span {
    font-size: 21px;
    font-weight: bold;
}

.header__form {
    margin-top: 5px;
    width: 100%;
    float: right;
}

.header__search {
    width: 140px;
    float: left;
    padding: 0 5px 0 0;
}

.search {
    position: relative;
}

.search__input {
    background: #ffffff;
    border: solid 1px #DD1E24;
    height: 25px;
    width: 100%;
    padding: 0 10px;
}

.header__feedback {
    width: 185px;
    float: left;
}

.btn {
    display: inline-block;
    text-decoration: none;
    height: 35px;
    line-height: 31px;
    border: 2px solid transparent;
    padding: 0 30px;
    position: relative;
    white-space: nowrap;
    /*margin-right: 10px;*/
    cursor: pointer;
    font-size: 14px;
}

.btn--blue {
    color: #ffffff;
    background: #00A6C9;
    border: 1px solid #00A6C9;
}

.btn--red {
    color: #ffffff;
    background: #DE0613;
    border: 1px solid #DE0613;
}

.btn--sm {
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}

.btn--arrow:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -35px;
    background: gray;
    width: 33px;
    bottom: -1px;
    border: 1px solid transparent;
}

.btn--red.btn--arrow, .btn--blue.btn--arrow {
    margin-right: 34px;
}

.btn:hover {
    background: transparent;
}

.btn--blue:hover {
    color: #00A6C9;
}

.btn--red:hover {
    color: #DE0613;
}

.btn--margin {
    margin: 0 40px;
}

.top__holder {
    min-height: 420px;
    position: relative;
}

.top__holder.is-large {
    min-height: 550px;
}

.promo__item {
    min-height: 550px;
    /*background-size: cover;*/
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
}

.nav {
    padding: 0;
    margin: 0;
    text-align: justify;
    background: rgba(255, 255, 255, 0.9);
    transition: .2s all;
}

.global.has-shadow .nav {
    background: rgba(255, 255, 255, 1);
}

.nav__list {
    list-style: none;
    padding: 0;
    position: relative;
    height: 41px;
}

.nav__item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    height: 41px;
    line-height: 41px;
}

.nav__item:not(:first-of-type) {
    margin-left: 20px;
}

.nav__item.is-last {
    width: 100%;
    line-height: 0;
    height: 0;
}

.nav__link {
    color: #3B3B3A;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    display: block;
    padding-bottom: 3px;
}

.nav__link-red {
    color: #DD1E24;
}

.nav__item:hover .nav__link {
    border-bottom: 1px solid #DD1E24;
}

.nav__link.is-active {
    color: #DD1E24;
}

.nav__sub_list {
    display: none;
    padding: 20px 0 80px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.9);
    transition: .2s all;
}

.global.has-shadow .nav__sub_list {
    background: rgba(255, 255, 255, 1);
}

.sub_list__item {
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.sub_list__item_menu {
    text-align: left;
}

.sub_list__item_ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 20px;
    text-align: left;
}

.sub_list__item_li {
    padding: 9px 0 0 19px;
    font-weight: lighter;
}

.sub_list__item_li ul {
    margin-top: 7px;
}

.item_out_menu__link {
    font-size: 13px !important;
    text-transform: uppercase;
}

.sub_list__item_li_last_level {
    margin-bottom: 4px !important;
    line-height: 17px;
}

.red__arrow_services {
    margin-top: 10px !important;
}

.item_in_menu__link {
    font-size: 13px;
    line-height: 16;
}

.sub_list__link {
    position: relative;
    text-transform: none;
    line-height: 19px;
    padding: 10px 0;
    color: #19365e;
    font-size: 17px;
    text-decoration: none;
    display: block;
}

.sub_list__link:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px dotted #DD1E24;
}

.sub_list__link:hover {
    color: #DD1E24;
}

.sub_list__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    min-height: 140px;
}

.sub_list__col {
    margin-right: 40px;
    min-width: 310px;
}

.nav__item.is-hover .nav__sub_list {
    display: block;
}

.nav__close {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    text-decoration: none;
}

.main-red {
    background: #DD1E24;
    color: #fff;
    min-height: 96px;
}

.main-red__item {
    display: inline-block;
    padding: 12px 0;
    position: relative;
    width: 220px;
}

.main-red__picture {
    height: 76px;
    display: block;
    float: left;
}

.main-red__item:before {
    content: '';
    display: block;
    position: absolute;
    left: 55px;
    right: 165px;
    height: 2px;
    top: 75px;
    background: #fff;
    transition: .3s all;
}

.main-red__item:hover:before {
    right: 0;
}

.main-red__picture img {
    max-height: 100%;
}

.main-red__title {
    margin-top: 15px;
    display: block;
    float: left;
    width: 135px;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}

.main__promo .bx-viewport {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.main__promo .bx-wrapper {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0 !important;
    margin-bottom: 0px !important;
}

.main__promo .bx-controls {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -650px;
}

.main__promo .bx-pager-link {
    width: 15px !important;
    height: 15px !important;
    border-radius: 15px !important;
    background: #ffffff !important;
    overflow: hidden;
    margin: 0 10px 0 0 !important;
}

.main__promo .bx-pager-link.active {
    background: #DE0613 !important;
}

.main__promo .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: relative;
    bottom: 0;
}

.tiles {
    padding: 0 0 5px 0;
}

.tile__item {
    width: 100%;
    position: relative;
    float: left;
    padding: 0 0 80px 0;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    transition: .3s all;
}

.tile__item:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}

.tile__picture {
    position: relative;
    display: block;
    top: 0;
    transition: .2s all;
}

.tile__item:hover .tile__picture {
    top: -9px;
}

.tile__more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px;
    background: #fff;
    border-bottom: none;
    display: block;
    border-bottom: solid 0 #DC0413;
    transition: .2s all;
    min-height: 100px;
}

.tile__item:hover .tile__more {
    border-bottom: solid 7px #DC0413;
    background: #fff;
}

.tile__more_inner {
    display: block;
    position: relative;
}

.tile__title {
    color: #dc0413;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.tile__description {
    display: block;
    color: #3B3B3A;
}

.tile__link {
    height: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    transition: .2s all;
    font-size: 13px;
}

.tile__item:hover .tile__link {
    display: block;
    color: #DC0413;
    margin: 20px 0 0 0;
    height: 18px;
}

.tile__column {
    margin: 30px 0;
}

.tile__column .column {
    margin-bottom: 30px;
}

.main-prop {
    overflow: hidden;
    position: relative;
    padding: 5px 0;
    background: #ffffff;
}

.container3d {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-left: 2%;
}

.front3d,
.back3d {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 220px;
    height: auto;
}

.back3d {
    background: #fff;
}

.front3d:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.container3d:hover .front3d,
.container3d:hover .back3d {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back3d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.container3d .back3d {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container3d .front3d {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container3d:hover .back3d {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container3d:hover .front3d {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.why {
    margin-bottom: 40px;
}

.why .front3d {
    background: #fff;
}

.why .front3d .inner {
    background: transparent no-repeat center 20%;
    background-size: auto 115px;
    text-align: center;
    color: #000000;
    height: 218px;
    padding: 170px 10px 0 10px;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.why .back3d {
    background: url("../img/lastNews/bg.png") no-repeat center;
    background-size: cover;
    height: 218px;
    overflow: hidden;
}

.why .back3d .inner {
    padding: 17px 40px 17px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.why__picture {
    padding: 30px;
}


.facts {
    margin-top: 50px;
    background-size: cover;
    padding-top: 40px;
}

.fact__item {
    text-align: center;
    width: 295px;
    height: 295px;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #ffffff;
    float: left;
    transition: .2s all;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    -webkit-perspective: 400px;
    perspective: 400px;
}

.fact__item:nth-child(4n) {
    margin-right: 0;
}

.face__text {
    font-size: 17px;
    line-height: 20px;
    color: #3B3B3A;
    margin: 5px 0;
}

.face__text strong {
    color: #004C6E;
}

.face__digit {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Arial Black', 'Arial', sans-serif;
    color: #DE0613;
    font-weight: bold;
}

.face__description {
    margin-top: 10px;
    line-height: 18px;
    font-size: 15px;
    color: #3B3B3A;
}

.fact__inner {
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fact__inner--red {
    z-index: 10;
    background: #f40000;
    color: #fff !important;
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.fact__inner--red .face__digit {
    color: #fff;
}

.fact__inner--red .face__description {
    color: #fff;
}

.fact__inner--red .face__text strong {
    color: #fff;
}

.fact__inner--red .face__text {
    color: #fff;
}

.in-top .fact__inner--red {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: in-top 300ms ease 0ms 1 forwards;
    animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .fact__inner--red {
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: in-right 300ms ease 0ms 1 forwards;
    animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .fact__inner--red {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
    animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .fact__inner--red {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: in-left 300ms ease 0ms 1 forwards;
    animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .fact__inner--red {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: out-top 300ms ease 0ms 1 forwards;
    animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .fact__inner--red {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: out-right 300ms ease 0ms 1 forwards;
    animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .fact__inner--red {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
    animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .fact__inner--red {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: out-left 300ms ease 0ms 1 forwards;
    animation: out-left 300ms ease 0ms 1 forwards;
}

@keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(-1, 0, 0, 120deg);
        transform: rotate3d(-1, 0, 0, 120deg);
    }
}

@keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, -1, 0, 120deg);
        transform: rotate3d(0, -1, 0, 120deg);
    }
}

@keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(1, 0, 0, 120deg);
        transform: rotate3d(1, 0, 0, 120deg);
    }
}

@keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, 1, 0, 120deg);
        transform: rotate3d(0, 1, 0, 120deg);
    }
}

.news {
    margin: 40px auto 40px auto;
    min-height: 150px;
    display: flex;
    justify-content: space-between;
}

.news__item {
    position: relative;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    height: 132px;
    display: block;
    text-decoration: none;
}

.news__item.is-inner {
    margin-bottom: 30px;
}

.news__inside {
    padding: 20px;
    min-height: 132px;
    background: #fff;
    border: 1px solid #fff;
    transition: .2s min-height;
}

.news__content {
    margin-left: 95px;
    font-size: 15px;
    line-height: 18px;
}

.news__title {
    color: #19365e;
    font-size: 15px;
    line-height: 18px;
}

.news__link {
    display: none;
    font-size: 16px;
    position: absolute;
    bottom: 15px;
}

.news__item:hover .news__link {
    display: block;
}

.news__link a {
    font-size: 12px;
    color: #DE0613;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 1px #DE0613;
}

.news__buttons {
    text-align: center;
    margin-bottom: 40px;
}

.social__list {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
}

.social__item {
    margin: 0 5px 0 0;
    display: inline-block;
}

.social__link {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    transition: .3s box-shadow;
}

.social__link:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.bx-breadcrumb span:last-of-type, .bx-breadcrumb a, .bx-breadcrumb-item a {
    color: #747474;
    text-decoration: none;
    /*border-bottom: 1px solid;*/
}

.bx-breadcrumb a span:hover, .bx-breadcrumb-item a:hover {
    color: #DD1E24;
    border-bottom: 1px solid #DE0613;
}

.region {
    display: inline-block;
    position: relative;
    line-height: 0;
    width: auto !important;
}

.region__popup {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    margin-left: -200px;
    display: none;
}

.region__text {
    width: 400px;
    text-align: center;
}

.region__name {
    font-size: 26px;
    color: #0C5977;
    line-height: 26px;
    margin-top: 15px;
    text-transform: uppercase;
}

.region__dash {
    padding-bottom: 6px;
    display: inline-block;
    border-bottom: 1px solid #DE0613;
}

.region__quantity {
    color: #DE0613;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 8px;
}

.region__customers {
    color: #DE0613;
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px;
}

.region__image {
    height: 179px;
}

.region__mobile {
    display: none;
}

.region img {
    line-height: 0;
}

.region img.region__image--hover {
    display: none;
}

.region.is-hover img.region__image--default {
    display: none;
}

.region.is-hover img.region__image--hover {
    display: block;
}

.regions:hover .region.is-hover img.region__image--default {
    display: block;
}

.regions:hover .region.is-hover img.region__image--hover {
    display: none;
}

.region:hover img.region__image--default {
    display: none !important;
}

.region:hover img.region__image--hover {
    display: block !important;
}

.main-regions {
    padding-bottom: 50px;
}

.main-regions .wrapper {
    width: 1200px;
    position: relative;
}

.main-regions .regions {
    position: relative;
}

.main-regions .owl-carousel .owl-stage-outer {
    z-index: 1;
}

.main-regions .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fed__list {
    margin-top: 80px;
}

.fed {
    display: block;
    text-align: center;
    color: #3B3B3A;
    text-decoration: none;
    position: relative;
}

.fed__name {
    font-size: 17px;
    line-height: 21px;
}

.circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: solid 1px #de0613;
    display: block;
    margin: 0 auto;
    position: relative;
}

.fed__slider .circle {
    margin-bottom: 50px;
}

.circle__inner {
    width: 51px;
    height: 51px;
    position: relative;
    z-index: 19;
    margin: 1px auto 0;
    border-radius: 50%;
    display: flex;
    background: #fff no-repeat center center;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    /*box-shadow: 2px 3px 4px 0px rgba(0,0,0,.12);*/
}

.top__circle .circle__inner {
    z-index: 40;
}

.is-large .circle__inner {
    width: 123px;
    height: 123px;
    margin: 0 auto;
}

.circle.is-shadow .circle__inner {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.circle__inner img {
    max-width: 80%;
    max-height: 95%;
}

.circle.is-full .circle__inner img {
    max-width: 100%;
    max-height: 100%;
}

.circle__before, .circle__after {
    width: 10px;
    height: 1px;
    border-radius: 50%;
    display: block;
    background: #de0613;
    position: absolute;
    top: 50%;
    left: -4px;
    margin: 0;
    transform: rotate(45deg);
    transform-origin: 30px 0;
    z-index: 20;
}

.circle__after {
    transform: rotate(180deg);
}

.circle:hover .circle__before,
[data-circle-hover]:hover .circle__before {
    animation: circle_rotate_1 2s infinite;
}

.circle:hover .circle__after,
[data-circle-hover]:hover .circle__after {
    animation: circle_rotate_2 1.5s infinite;
}

@keyframes circle_rotate_1 {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes circle_rotate_2 {
    0% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(540deg);
    }
}

.top__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.top__circle {
    position: absolute;
    left: 216px;
    bottom: -70px;
}

.top__circle .circle__inner {
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, .12);
}

.page {
    padding: 40px 0;
    position: relative;
    z-index: 30;
    background: #ffffff;
}

.page__left {
    width: 180px;
    float: left;
    margin-right: 40px;
    overflow: hidden;
}

.left__line {
    border-right: 1px solid #71BEE8;
}

.page__right {
    width: calc(100% - 220px);
    float: right;
}

.nav__left {
    margin: 0;
    padding: 0 20px 0 0;
    list-style: none;
    /*border-right: 1px solid #e6e6e6;*/
}

.left__item {
    margin: 0 0 8px 0;
    display: block;
    line-height: 0;
}

.left__link {
    display: inline;
    font-size: 12px;
    line-height: 14px;
    color: #19365E;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.left__link:hover, .left__link.is-active {
    color: #DE0613;
    border-color: #DE0613;
}

.left__link.is-active {
    color: #DE0613;
    position: relative;
}

.subleft__list {
    padding-left: 10px;
    margin: 8px 0;
}

.subleft__list.is-hidden {
    display: none;
}

.subleft__list .left__link {
    margin-bottom: 5px;
    color: #000;
}

.subleft__list .left__link:hover,
.subleft__list .left__link.is-active {
    color: #DE0613;
    border-color: #DE0613;
}

.red__arrow {
    list-style: none;
    padding: 0;
    margin: 0;
}

.red__arrow.is-centered {
    display: table;
    text-align: left;
    margin: 40px auto 0 auto;
}

.red__arrow li {
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 20px;
}

.blue__arrow {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blue__arrow li {
    margin: 10px 0 20px 0;
    position: relative;
    padding-left: 20px;
}

.block {

}

.block.is-gray {
    background: #EDEFF2;
}

.block.has-padding {
    padding: 40px 0;
}

.block.has-padding h2,
.block.has-padding .h2 {
    margin-top: 0;
}

.block.has-padding .subtitle {
    margin-top: 0;
}

.block.has-blur {
    position: relative;
    padding: 50px 0;
}

.block.has-blur:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.block.has-blur:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
}

.offer__item {
    padding: 20px;
    box-shadow: 0 5px 30px 5px rgba(44, 42, 76, 0.3);
    text-align: center;
    background: #ffffff;
    margin-bottom: 20px;
}

.offer__picture {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer__picture img {
    max-height: 100%;
}

.offer__title {
    text-transform: uppercase;
    color: #DD1E24;
    padding-top: 20px;
}

.offer__description {
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #19365E;
}

.offer__item.has-width-280 {
    height: 280px;
}

.block__subtitle {
    color: #19365E;
    text-align: center;
    margin-bottom: 40px;
}

.block__desc_title {
    color: #19365E;
    font-size: 17px;
    text-align: center;
    margin-top: 30px;
}

.subtitle {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #19365e;
    margin: 80px 0 40px 0;
}

.breadcrumb {
    max-width: 1400px;
    padding-top: 180px;
    padding-left: 5%;
    margin: 0 auto -190px auto;
}

.product__list {
    padding: 215px 0 20px;
    background-position: bottom right;
    background-size: cover;
}

.product__list h2,
.product__list .h2 {
    margin-top: 0;
}

.product__item {
    height: 290px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #ffffff;
    position: relative;
    transition: .2s all;
}

.product__list--general {
    padding: 269px 0 85px;
}

.product__list .columns.is-3.is-centered a:last-child {
    margin-right: 0;
}

.product__item.is-small {
    height: 80px;
    width: 80px;
}

.product__item.is-hit,
.product__item.is-new {
    position: relative;
}

.product__item.is-hit:before,
.product__item.is-new:before {
    content: '';
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 75px;
    height: 97px;
    position: absolute;
    top: -1px;
    right: 30px;
    z-index: 10;
}

.product__background {
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
}

.product__item:hover .product__background {
    opacity: 1;
}

.product__icon {
    display: block;
    position: absolute;
    width: 80px;
}

.product__item.is-small .product__icon {
    top: 15px;
}

.product__icon [data-image-default] {
    display: block;
}

.product__icon [data-image-hover] {
    display: none;
}

.product__item:hover .product__icon [data-image-default] {
    display: none;
}

.product__item:hover .product__icon [data-image-hover] {
    display: block;
}

.product__title {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 20px;
    background: #DD1E24;
    height: 62px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-decoration: none;
    color: #ffffff;
    padding: 0 40px;
}

.product__item.is-small .product__title {
    bottom: 15px;
    font-size: 14px;
    line-height: 16px;
}

.product__item:hover .circle {
    border: solid 1px #ffffff !important;
}

.product__item:hover .circle__before,
.product__item:hover .circle__after {
    background: #ffffff !important;
}

.red__table {
    width: 100%;
    border-collapse: collapse;
}

.red__table th {
    padding: 15px 10px;
    vertical-align: top;
}

.red__table td {
    vertical-align: middle;
    border: solid 2px #fff;
    padding: 15px 10px;
}

.red__table th {
    border: solid 2px #fff;
    background: #DB1F26;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

.support__products {
    width: 300px;
    vertical-align: top !important;
}

table.red__table tr:nth-child(even) td {
    background: #EDEFF2;
}

table.red__table tr td a {
    color: #DB1F26;
}

.lg__link {
    display: table;
    width: 320px;
    height: 75px;
    line-height: 18px;
    border: 2px solid #de1f26;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

.lg__link:hover {
    background: #de1f26;
    width: 320px;
    height: 75px;
    background-size: cover;
    color: #FFFFFF;
}

.lg__link span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

.text__wrap {
    max-height: 145px;
    overflow: hidden;
}

.about__review__detail {
    margin: 20px 0;
    text-align: right;
}

.about__review__detail a {
    color: #dc0413;
}

.about__review__author {
    font-size: 15px;
    font-weight: bold;
    color: #19365e;
    position: absolute;
    left: 20px;
    bottom: 10px;
    right: 150px;
}

.branch__list {
    margin: 50px 0;
}

.branch__item {
    height: 300px;
    float: left;
    margin-bottom: 40px;
}

.branch__front {
    position: relative;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.branch__list.is-200 .branch__item,
.branch__list.is-200 .branch__front {
    height: 200px;
}

.branch__front.is-blue {
    background: #697c96;
    padding: 30px;
}

.branch__name {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    height: 68px;
    line-height: 68px;
    background: #e20613;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
}

.branch__text {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.branch__text.is-large {
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
    margin-top: 5px;
}

.branch__text.is-margin {
    margin-bottom: 30px;
}

.social__photos {
    margin: 40px 0;
}

.edu__name {
    text-align: center;
    padding: 0 40px;
}

.edu__items {
    margin: 40px 0;
}

.is-pattern-mus,
.is-pattern-it,
.is-pattern-edu,
.is-pattern-dd {
    position: relative;
}

.is-pattern-mus .wrapper,
.is-pattern-it .wrapper,
.is-pattern-edu .wrapper,
.is-pattern-dd .wrapper {
    position: relative;
    z-index: 1;
}

.is-pattern-mus:before, .is-pattern-mus:after, .is-pattern-it:before, .is-pattern-it:after, .is-pattern-edu:before, .is-pattern-edu:after, .is-pattern-dd:before, .is-pattern-dd:after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    bottom: 50px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.about__descr-items {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0 0 60px;
}

.about__descr__icon {
    position: absolute;
    top: -60px;
    left: -60px;
}

.about__descr-item {
    position: relative;
    width: 33.3%;
    padding: 90px 35px;
}

.about__descr-item-line {
    position: absolute;
}

.about__descr-item-line.top {
    top: 0;
}

.ani-line-top {
    width: 100%;
    height: 1px;
    border-top: 1px solid #71BEE8;
    animation: lineWidth 1.1s;
}

@keyframes lineWidth {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.about__descr-item-line.left {
    top: 0;
    left: 0;
}

.ani-line-left {
    width: 1px;
    height: 100%;
    border-left: 1px solid #71BEE8;
    animation: lineHeight 1.1s;
}

@keyframes lineHeight {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

.about__descr-item-text {
    color: #3B3B3A;
    font: 17px/20px Regular Arial, sans-serif;
    width: 70%;
}

.about__descr-item-text span {
    color: #DE0613;
    font: 55px/66px "Arial Black";
    display: block;
}

.about__descr-item-text span.blue-text {
    color: #004C6E;
    font: bold 18px/21px Arial, Tahoma, serif;
}

.product__icon.about__descr-item-icon {
    left: -67px;
}

.about__descr-item-icon .icon__overlay {
    height: 100%;
}

.about__descr-item-icon.product__icon .fed__icon {
    top: 3%;
    left: 52%;
}

.about__descr-item-coins img {
    position: absolute;
    top: -40px;
    left: -150px;
}

.product__content {
    width: 60%;
    margin-right: 5%;
    float: left;
}

.product__advantages {
    width: 35%;
    float: right;
}

.product__picture {
    margin-top: 20px;
}

.product__category {
    font-size: 22px;
    line-height: 15px;
    color: #19365E;
    margin-top: 40px;
    margin-bottom: 15px;
}

.product__name {
    font-size: 30px;
    line-height: 36px;
    color: #DE0613;
    font-weight: bold;
}

.product__name h1 {
    margin-top: 0;
    margin-bottom: 30px;
}

.product__promo {
    display: none;
}

.product__promo.is-active {
    display: block;
}

.adv__block {
    margin-top: -220px;
    border: 11px solid #f1f1f1;
    transform: skewY(-5deg);
    position: relative;
    border-bottom: 0;
    background: #ffffff;
}

.adv__block:after {
    content: '';
    display: block;
    border: 11px solid #f1f1f1;
    transform: skewY(5deg);
    position: absolute;
    bottom: -17px;
    right: -11px;
    height: 35px;
    border-top: 0;
    left: -11px;
}

.adv__inner {
    transform: skewY(5deg);
    padding: 60px 15px;
    margin-top: -30px;
}

.adv__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #DE0613;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.adv__item {
    margin-bottom: 10px;
    display: table;
    position: relative;
}

.adv__icon {
    display: table-cell;
    vertical-align: middle;
    border-right: 26px solid transparent;
}

.adv__icon span {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    position: relative;
}

.block__buttons {
    text-align: center;
    margin: 40px 0 0 0;
}

.block__title {
    font-size: 34px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.block__title.is-red {
    color: #DE0613;
}

.block__title.is-blue {
    color: #19365E;
}

.block__description {
    font-size: 16px;
    color: #3B3B3A;
    line-height: 20px;
    text-align: center;
    width: 840px;
    margin: 0 auto 30px auto;
}

.options {
    overflow: hidden;
}

.options__item {
    height: 154px;
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    color: #19365E;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    padding: 0 10px;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.3);
}

.options__item:before {
    content: '';
    display: block;
    height: 0;
    background: #DE0613;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .2s all;
}

.options__item:hover,
.options__item.is-active {
    color: #DE0613;
}

.options__item:hover:before,
.options__item.is-active:before {
    height: 6px;
}

.useful_options {
    height: 370px;
    padding: 20px;
}

.useful_options ul li {
    margin-bottom: 5px;
}

.options__list .bx-wrapper {
    border: 0;
    box-shadow: none;
    background: transparent;
}

.options__list .bx-wrapper .bx-pager {
    padding-top: 0;
}

.options__list .bx-wrapper .bx-pager.bx-default-pager a {
    background: #48a7ca;
}

.options__list .bx-wrapper .bx-pager.bx-default-pager a.active,
.options__list .bx-wrapper .bx-pager.bx-default-pager a:focus,
.options__list .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #DD1E24;
}

.product__col {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #19365E;
    text-transform: uppercase;
}

.product__col--last {
    margin-right: 0;
}

.product__col strong {
    font-family: 'Arial Black', sans-serif;
    font-size: 45px;
    line-height: 50px;
    color: #DE0613;
}

.right--line {
    position: relative;
}

.right--line:before {
    content: '';
    display: block;
    width: 1px;
    height: 90px;
    top: -15px;
    right: -3%;
    position: absolute;
    background: #DE0613;
}

.block--bordered {
    border: 1px solid transparent;
}

.whom__circle {
    margin: 15px auto;
}

.whom__item {
    margin-bottom: 30px;
}

.whom__title {
    padding: 15px 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whom__content {
    color: #3B3B3A;
    padding: 25px 15px;
    font-size: 13px;
    line-height: 15px;
    min-height: 280px;
}

.hot {
    display: inline-block;
    margin-bottom: 35px;
    border: 1px solid #EB1C24;
    position: relative;
    background: #ffffff;
    text-decoration: none;
    transition: .2s all
}

.hot.has-no-bottom {
    margin-bottom: 0;
}

.hot:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #EB1C24;
    transition: .2s all;
}

.hot:hover:before {
    height: 6px;
}

.hot__header {
    display: block;
    height: 130px;
    padding: 20px 0;
    text-align: center;
    background: transparent;
    transition: .2s all;
    border-bottom: 1px solid #EB1C24;
}

.hot:hover .hot__header {
    background: #EB1C24;
}

.hot__image {
    width: 100px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.hot__image img {
    width: auto;
    max-height: 100%;
}

.hot__image img[data-image-hover] {
    display: none;
}

.hot:hover .hot__image img[data-image-default] {
    display: none;
}

.hot:hover .hot__image img[data-image-hover] {
    display: block;
}

.hot__title {
    margin: 10px 20px;
    text-align: center;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    color: #3B3B3A;
    line-height: 17px;
}

.hot__description {
    height: 180px;
    color: #3B3B3A;
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    font: 15px/18px Arial, Tahoma, serif;
    min-height: 180px;
}

.stela {
    border: 5px solid #EB1C24;
    transform: skewY(-8deg);
    background: #ffffff;
    border-bottom: 0;
    position: relative;
}

.stela:after {
    content: '';
    display: block;
    height: 70px;
    border: 5px solid #EB1C24;
    background: #ffffff;
    border-top: 0;
    position: absolute;
    bottom: -30px;
    right: -5px;
    left: -5px;
    transform: skewY(8deg);
}

.stela__inner {
    padding: 45px 30px;
    transform: skewY(8deg);
}

.stela__title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 21px;
    color: #EB1C24;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}

.checklist__item {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #3B3B3A;
    margin: 15px 0 25px;
    padding: 0 0 0 40px;
}

.checklist__item strong {
    display: block;
    text-transform: uppercase;
    color: #19365E;
    margin-bottom: 5px;
}

.picture__holder {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.service__bottom {
    height: 400px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.service__bottom_title {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -400px;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #ffffff;
    max-width: 460px;
}

.service__bottom_buttons {
    position: absolute;
    top: 260px;
    left: 50%;
    margin-left: -400px;
}

.service__list .circle {
    margin: 0 auto 20px;
}

.service__item {
    height: 220px;
}

.service__content {
    text-align: center;
    padding: 15px;
}

.service__name {
    font-size: 17px;
    color: #19365E;
    line-height: 17px;
    margin-bottom: 10px;
}

.service__item:hover .service__name {
    color: #dc0413;
}

.services__promo {
    position: relative;
    min-height: 320px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 35px 0;
}

.services__promo_text {
    margin: 30px auto 0 auto;
    max-width: 950px;
    font-size: 21px;
    line-height: 25px;
    color: #dc0413;
    text-align: center;
}

.services__button {
    margin: 30px 0 0 0;
    text-align: center;
}

.services__promo_text p {
    display: inline-block;
    background: #ffffff;
    margin: 0;
    padding: 0 15px;
}

.vacancy__link {
    margin-right: 30px;
}

.city__selector {
    margin-bottom: 30px;
}

.city__label {
    display: inline-block;
    width: 250px;
}

.city__select {
    display: inline-block;
    border: 2px solid #db0413;
    height: 30px;
    width: calc(100% - 254px);
}

.city__select__inner {
    border: 0;
    outline: none;
    display: block;
    height: 26px;
    width: 100%;
    background: #ffffff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 20px;
    border-radius: 0;
    font: italic 15px/18px Arial, Tahoma, serif;
    font-weight: 100;
}

.vacancy__item {
    padding: 45px 0;
    border-bottom: 1px solid #c5d7ea;
}

.vacancy__info {
    float: left;
    max-width: 40%;
}

.vacancy__name {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}

.vacancy__name a {
    color: #19365e;
}

.vacancy__city {
    font-size: 15px;
    font-weight: bold;
    color: #dc0413;
    margin-top: 20px;
    text-transform: uppercase;
}

.vacancy__buttons {
    width: 60%;
    float: right;
    text-align: right;
}

.vacancy__title {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #19365e;
    margin: 40px 0 20px 0;
}

.vacancy__btns {
    margin: 45px 0;
}

.promo__block {
    display: block;
    position: relative;
    height: 350px;
    text-decoration: none;
    transition: .2s all;
}

.promo__block:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}

.promo__picture {
    height: 250px;
    line-height: 0;
    display: block;
    overflow: hidden;
}

.promo__picture img {
    width: 100%;
}

.promo__more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: #ffffff;
    display: block;
    border-bottom: solid 7px #ffffff;
    transition: .2s all;
}

.promo__block:hover .promo__more {
    border-bottom: solid 7px #DC0413;
}

.promo__inner {

}

.promo__title {
    color: #dc0413;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.promo__description {
    display: block;
    color: #3B3B3A;
}

.promo__link {
    height: 0;
    display: block;
    overflow: hidden;
    margin-top: 0;
    white-space: nowrap;
    font-weight: bold;
    transition: .2s all;
    font-size: 13px;
}

.promo__block:hover .promo__link {
    margin-top: 20px;
    height: 21px;
}

.news__picture {
    margin: 30px 0;
}

.square__list {
    margin-bottom: 80px;
}

.square__item {
    padding: 20px;
    background: #ffffff;
    height: 270px;
}

.square__item.is-large {
    height: 370px;
}

.square__picture {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square__title {
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #19365E;
}

.square__count {
    display: block;
    font-size: 55px;
    line-height: 66px;
    font-family: 'Arial Black', sans-serif;
    margin: -20px 0 5px 0;
    color: #DE0613;
}

.seminar__photos {
    text-align: center;
}

.seminar__photo {
    width: 430px;
    display: inline-block;
    margin: 0 1.1%;
}

.seminar__photo.is-large {
    width: 880px;
}

.our__list {
    max-width: 1100px;
    float: right;
}

.our__item {
    margin: 70px 0;
}

.our__image {
    width: 170px;
    float: left;
    line-height: 0;
    margin-right: 40px;
    border-radius: 170px;
    overflow: hidden;
}

.our__info {
    width: calc(100% - 210px);
    float: left;
}

.our__title {
    font-size: 22px;
    line-height: 26px;
    color: #19365E;
    margin-bottom: 40px;
}

.our__data {
    width: calc(100% - 310px);
    float: left;
}

.our__button {
    width: 290px;
    float: right;
}

.our__know {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #DC0413;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.our__text {
    font-size: 15px;
    line-height: 18px;
    color: #3B3B3A;
}

.slider__item {
    text-align: center;
    border-right: 1px solid #DD1E24;
    padding: 0 20px;
    min-height: 340px;
}

.slider__region {
    display: block;
    font-size: 16px;
    line-height: 17px;
    color: #19365E;
    min-height: 43px;
    font-weight: 600;
}

.slider__circle {
    margin: 0 0 0 0;
    width: 60px;
    margin-top: 20px;
}

.slider__circle .circle {
    margin-bottom: 0px;
}

.slider__number {
    display: block;
    font-size: 55px;
    line-height: 55px;
    color: #DD1E24;
    font-weight: bold;
}

.slider__description {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #19365E;
    font-weight: 100;
    margin-top: 80px;
}

