:root {
    --color-primary: #EA072B;
    --color-primary-inverse: #FFFFFF;
    --color-black: #000000;
}

* {
    outline: none !important;
}

html, body {
    min-width: 320px;
}

body {
    font-family: 'Noto Sans';
    font-weight: normal;
    font-size: 13px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    background: #fff;
    /*scroll-behavior: smooth;*/
}
@media screen and (max-width: 767px) {
    body.body_overflow_mobile {
        overflow: hidden;
    }
}

#page-frame__wrapper {
    display: flex;
}
#page-frame {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#page-frame.page-frame_index {
    background: #000;
}
#page-frame.page-frame_dark {
    background: #161616;
}
#page-frame.page-frame_dark2 {
    background: #161616;
}
#page-frame.page-frame_black {
    background: #000;
}
#page-frame.page-frame_dark .section-page_first .section-page__bg:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 1, 0) 74.48%, #161616 100%), rgba(0, 0, 0, 0.7);
}
#page-frame.page-frame_black .bx-breadcrumb .bx-breadcrumb-item {
    color: #fff;
}
#page-frame.page-frame_black .bx-breadcrumb i {
    color: #C8102E;
}
#page-frame__layout {
    flex: 1 1 auto;
    position: relative;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}
.container .container {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

/*
#header {
    position: relative;
    z-index: 100;
    background: #111;
}
#header.header_index {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 320px;
}
@media screen and (max-width: 767px) {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        min-width: 320px;
    }
}
*/
#header {
    position: relative;
    z-index: 100;
    padding: 15px 0;
    background: #000;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    border-bottom: 1px solid transparent;
    min-width: 320px;
}
#header.header_index {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: none;
}
#header.header_fixed {
  background: #000;
  border-color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 767px) {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
}
@media screen and (min-width: 768px) {
    #header.header_index {
        transform: translate(0, 55px);
    }
    #header.header_fixed {
        transform: translate(0, 0px);
    }
}

/*
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 80px;
}
.header-logo {
    flex: 0 0 auto;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
}
.header-logo__img {
    height: 36px;
}
.header-login {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-left: 32px;
    display: flex;
    align-items: center;
}
.header-login:hover {
    color: #fff;
}
.header-login:before {
    content: "\e90d";
    position: relative;
    font-family: "ak-icons";
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    margin-right: 8px;
    color: #C8102E;
}
@media screen and (max-width: 991px) {
    .header-logo__img {
        height: 32px;
    }
    .header-login {
        margin-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .header-inner {
        height: 50px;
    }
    .header-logo__img {
        height: 25px;
    }
    .header-login {
        position: absolute;
        right: 0;
        font-size: 12px;
    }
}
*/
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-logo {
  flex: 0 0 auto;
  margin-right: 24px;
  position: relative;
  z-index: 5;
}
.header-logo__img {
  height: 60px;
  width: auto;
}
#header.header_fixed .header-logo__img {
    height: 40px;
}
/*.header-login.btn {
  height: 40px;
  line-height: 34px;
  padding: 0 40px;
  margin-left: 70px;
}*/
.header-contacts {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
}
.header-contacts__phone,
.header-login {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.header-contacts__phone:hover,
.header-login:hover {
    color: #E01D24;
}
.header-contacts__phone:before,
.header-login:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.header-contacts__phone:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUuNjU1IDEzLjA3MjlMMTMuMTk2OCAxMC42MDk2QzEyLjUwNjggOS45MTgxNyAxMS4zODgxIDkuOTE4MTcgMTAuNjk4IDEwLjYwOTZMMTAuMzEzNCAxMC45OTVDMTAuMDAzOSAxMS4zMDQ0IDkuNzg4ODggMTEuNjk1OCA5LjY5MzQ4IDEyLjEyMzRDOC44NjAyNiAxMi4xMzkgNy45MTc5OCAxMS45OTcgNy4xMTIwNSAxMS40NzNDNi42MTcwMiAxMS4xMDQzIDYuMTQ5NTYgMTAuNjk5OCA1LjcxMzQxIDEwLjI2MjdDNS4zNDQ5NiA5Ljg5MzczIDQuOTk5NDkgOS41MDI0IDQuNjc4OTQgOS4wOTA5NEM0LjA1MDgzIDguMjQ1MzEgMy44ODUwNyA3LjIxOTA5IDMuOTAxODQgNi4zMTk2N0M0LjMyODQ4IDYuMjI0MDggNC43MTkwOCA2LjAwODU4IDUuMDI3ODMgNS42OTg0M0w1LjQxMjQyIDUuMzEzMDRDNi4xMDI0MyA0LjYyMTU4IDYuMTAyNDMgMy41MDA1MSA1LjQxMjQyIDIuODA5MDJMMi45NTQyNSAwLjM0NTczNUMyLjQ5NDIzIC0wLjExNTI0NSAxLjc0ODM5IC0wLjExNTI0NSAxLjI4ODQxIDAuMzQ1NzM1TDAuODY2Mzc3IDAuNzY4NzQxQzAuMzI1MzU1IDEuMzEwODkgMC4wNDg0MDM4IDIuMDE3IDAuMDM0MDAyOCAyLjcyNzQ5Qy0wLjEwNDUzNyA0LjIyNjUzIDAuMTgxOTYgNS44NzY3MiAwLjg2MjU1OSA3LjQ5OTdDMS4zMTE5MyA4LjU3MTI5IDEuOTI4OTEgOS42MTc2MiAyLjY4MDMxIDEwLjU5MDJDMi42ODk4IDEwLjYwMjkgMi42OTg3OSAxMC42MTU4IDIuNzA4NCAxMC42Mjg0TDIuNzA5NSAxMC42Mjc2QzMuMDkzMTQgMTEuMTIwOCAzLjUwNjc2IDExLjU4OTggMy45NDgwMiAxMi4wMzE5QzQuNDA0MDYgMTIuNDg5MiA0Ljg4ODU5IDEyLjkxNzEgNS4zOTg2OSAxMy4zMTNMNS4zOTM3NyAxMy4zMTk1QzUuNDc4NzYgMTMuMzg0IDUuNTY1NDQgMTMuNDQ2MyA1LjY1Mzc0IDEzLjUwNjNDNy43OTgwNSAxNS4wOTU2IDEwLjIyMTcgMTUuOTg4NiAxMi40NzcxIDE1Ljk4ODVDMTIuNjA4OCAxNS45ODg0IDEyLjc0MDIgMTUuOTg0NyAxMi44NzA4IDE1Ljk3ODVDMTMuNzEwOSAxNi4wODIgMTQuNTg4IDE1LjgxMTUgMTUuMjMyOSAxNS4xNjUyTDE1LjY1NSAxNC43NDIzQzE2LjExNSAxNC4yODEzIDE2LjExNSAxMy41MzM5IDE1LjY1NSAxMy4wNzI5WiIgZmlsbD0iI0UwMUQyNCIvPjwvc3ZnPg==");
}
.header-login:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS4zMzMzMyAxNkMxLjMzMzMzIDE2IDAgMTYgMCAxNC42NjY3QzAgMTMuMzMzMyAxLjMzMzMzIDkuMzMzMzMgOCA5LjMzMzMzQzE0LjY2NjcgOS4zMzMzMyAxNiAxMy4zMzMzIDE2IDE0LjY2NjdDMTYgMTYgMTQuNjY2NyAxNiAxNC42NjY3IDE2SDEuMzMzMzNaTTggOEM5LjA2MDg3IDggMTAuMDc4MyA3LjU3ODU3IDEwLjgyODQgNi44Mjg0M0MxMS41Nzg2IDYuMDc4MjggMTIgNS4wNjA4NyAxMiA0QzEyIDIuOTM5MTMgMTEuNTc4NiAxLjkyMTcyIDEwLjgyODQgMS4xNzE1N0MxMC4wNzgzIDAuNDIxNDI3IDkuMDYwODcgMCA4IDBDNi45MzkxMyAwIDUuOTIxNzIgMC40MjE0MjcgNS4xNzE1NyAxLjE3MTU3QzQuNDIxNDMgMS45MjE3MiA0IDIuOTM5MTMgNCA0QzQgNS4wNjA4NyA0LjQyMTQzIDYuMDc4MjggNS4xNzE1NyA2LjgyODQzQzUuOTIxNzIgNy41Nzg1NyA2LjkzOTEzIDggOCA4WiIgZmlsbD0iI0UwMUQyNCIvPjwvc3ZnPg==");
}
.header-contacts__callback.btn {
    height: 24px;
    background: none;
    font-size: 11px;
    padding: 0 12px;
    border: 1px solid #C8102E;
    margin-top: 8px;
}
.header-contacts__callback.btn:hover {
    background: #C8102E;
    border-color: #C8102E;
}

.header-dolphin {
    margin-right: 20px;
}
.header-dolphin a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/dolphin.png) no-repeat 50% 50%;
    background-size: contain;
}

.lang-switcher {
    display: flex;
    align-items: center;
    font-size: 11px;
    border: 1px solid #C8102E;
    border-radius: 20px;
    padding: 1px;
    margin-right: 8px;
}
.lang-switcher__link {
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 0 8px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
}
a.lang-switcher__link {
    color: #fff;
}
a.lang-switcher__link:hover {
    color: #fff;
}
span.lang-switcher__link {
    background: #C8102E;
}
.lang-switcher_mobile {
    max-width: 80px;
    margin: 0 auto 20px;
}

.header-region__wrapper {
    display: flex;
    align-items: center;
}
.header-region {
    position: relative;
    flex: 1 1 auto;
    margin-top: 5px;
    margin-right: 20px;
}
.header-region__toggle {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(255,255,255,0.8);
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
    max-width: 100%;
}
.header-region__toggle-inner {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-region__toggle:before {
    content: "\e905";
    margin-right: 8px;
    font-family: "ak-icons";
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    color: #C8102E;
}
.header-region__toggle:after {
    content: "\e901";
    margin-left: 6px;
    font-family: "ak-icons";
    font-size: 9px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    transition: transform 0.3s ease;
    margin-top: 1px;
}
.header-region__toggle:hover {
    color: #fff;
}
.header-region__toggle_active:after {
    transform: rotate(-180deg);
}
.header-region__hint {
    position: absolute;
    top: 100%;
    left: -20px;
    min-width: 220px;
    background: #fff;
    margin-top: 10px;
    padding: 4px 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    padding: 12px 20px;
    text-align: center;
    border-radius: 2px;
}
.header-region__hint:before {
    content: "";
    position: absolute;
    left: 19px;
    bottom: 100%;
    margin-bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #ffffff transparent;
}
.header-region__hint-title {
    margin-bottom: 12px;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
}
.header-region__hint-title strong {
    font-weight: 600;
}
.header-region__hint-buttons {
    text-align: center;
}
.header-region__hint-btn.btn {
    width: 100%;
    margin-bottom: 8px;
}
.header-region__hint-link {
    color: #444;
    font-size: 13px;
    line-height: 1.2;
    font-weight: normal;
    border-bottom: 1px dashed rgba(68,68,68,0.5);
}
.header-region__list {
    position: absolute;
    top: 100%;
    left: -20px;
    min-width: 380px;
    background: #fff;
    margin-top: 10px;
    padding: 4px 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    display: none;
    border-radius: 2px;
}
.header-region__list .header-region__list-half {
    float: left;
    width: 150px;
    margin: 0 15px 0 0;
    list-style: none;
    clear: none;
}
.header-region__list:before {
    content: "";
    position: absolute;
    left: 19px;
    bottom: 100%;
    margin-bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #ffffff transparent;
}
.header-region__list-link {
    display: block;
    color: #444;
    font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
    padding: 5px 20px;
}
.header-region__list-link_active {
    pointer-events: none;
    color: #C8102E;
}
@media screen and (max-width: 1199px) {
    .header-login.btn {
        margin-left: 30px;
    }
    .header-contacts__callback.btn {
        padding: 0 10px;
        letter-spacing: -0.02em;
    }
    .header-region__toggle {
        font-size: 13px;
    }
}
@media screen and (max-width: 991px) {
    .header-logo__img {
        height: 30px;
    }
    .header-dolphin a {
        height: 30px;
    }
    .header-login.btn {
        margin-left: 20px;
        padding: 0 16px;
        height: 32px;
        line-height: 26px;
    }
    .header-contacts__phone {
        padding: 0;
        margin-left: 0;
        text-indent: -999em;
        font-size: 0;
        width: 24px;
        height: 24px;
    }
    .header-contacts__phone:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .header-login {
        padding: 0;
        margin-left: 0;
        text-indent: -999em;
        font-size: 0;
        width: 24px;
        height: 24px;
        border-width: 2px;
    }
    .header-login:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .header-region__toggle {
        font-size: 13px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px) {
    .header-inner {
        height: 50px;
        padding-right: 40px;
    }
    .header-logo {
        margin-right: 16px;
    }
    .header-logo__img {
        height: 32px !important;
    }
    .header-dolphin a {
        height: 32px!important;
    }
    .header-login.btn {
        padding: 0;
        margin-left: 0;
        text-indent: -999em;
        font-size: 0;
        width: 24px;
        height: 24px;
        border-width: 2px;
    }
    .header-login.btn:before {
        content: "\e90d";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 17px;
        line-height: 1;
        font-weight: normal;
        font-style: normal;
        font-family: "ak-icons";
    }
    .header-region {
        max-width: calc(100vw - 160px);
    }
}
@media screen and (min-width: 768px) {
    /*.header-region__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }*/
}

/*
.nav-main {
    display: flex;
    flex: 1 1 auto;
}
.nav-main__wrapper {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    align-items: center;
}
.nav-main__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nav-main__item:not(:last-child) {
    margin-right: 40px;
}
.nav-main__link {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    height: 80px;
    color: #FFFFFF;
    display: flex;
    padding: 10px 0;
    align-items: center;
    text-align: center;
}
*/
.nav-main__wrapper {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}
.nav-main__inner {
    list-style-type: none;
}
.nav-main__item {
    position: relative;
}
.nav-main__item:not(:last-child) {
    margin-right: 20px;
}
.nav-main__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
    letter-spacing: -0.005em;
    color: #FFFFFF;
    white-space: nowrap;
    display: flex;
    align-items: center;
    
}
.nav-main__link:hover {
    color: #fff;
    
}
.nav-main__toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    top: 50%;
    transform: translate(0,-50%);
    right: -8px;
    transition: background-color 0.3s ease;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.nav-main__toggle__line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.nav-main__toggle__line + .nav-main__toggle__line {
    margin-top: 6px;
}
.nav-main__toggle_active .nav-main__toggle__line:first-child {
    transform: rotate(45deg);
    top: 8px;
}
.nav-main__toggle_active .nav-main__toggle__line:last-child {
    transform: rotate(-45deg);
    top: -8px;
}
.nav-main__toggle_active .nav-main__toggle__line:nth-child(2) {
    opacity: 0;
    transition: opacity 0s ease, background-color 0.3s ease;
}
@media screen and (max-width: 1199px) {
    .nav-main__item:not(:last-child) {
        margin-right: 16px;
    }
    .nav-main__link {
        font-size: 13px;
    }
}
@media screen and (max-width: 991px) {
    .nav-main__item:not(:last-child) {
        margin-right: 12px;
    }
    .nav-main__link {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .nav-main {
        display: none;
        position: fixed;
        top: 51px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #111;
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 24px 0;
    }    
    .nav-main__list {
        display: block;
    }
    .nav-main__item {
        display: block;
    }
    .nav-main__item:nth-child(n) {
        margin: 0;
    }
    .nav-main__link {
        font-size: 16px;
        height: auto;
        line-height: 1.4;
        padding: 8px 20px;
        text-align: center;
        justify-content: center;
    }
    .nav-main__item_active .nav-main__link {
        color: #C51D23;
    } 
}
@media screen and (min-width: 768px) {
    .nav-main__wrapper {
        flex: 1 1 auto;
    }
    .nav-main {
        display: flex !important;
        justify-content: center;
        flex: 1 1 auto;
    }
    .nav-main__inner {
        display: flex;
    }
    .nav-main__link {
        position: relative;
        border-top: 2px solid transparent;
    }
    /*.nav-main__link:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 3px;
        background: #C51D23;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, opacity 0.3s ease;
    }*/
    .nav-main__item_active .nav-main__link,
    .nav-main__link:hover {
        color: #fff;
        border-color: #EA072B;
    }
    /*
    .nav-main__link:hover:after {
        opacity: 1;
        visibility: visible;
    }
    .nav-main__item_active .nav-main__link:after {
        opacity: 1;
        visibility: visible;
    }*/
    .nav-main__toggle {
        display: none !important;
    }
}

main {
    position: relative;
}
@media screen and (max-width: 767px) {
    main {
        padding-top: 50px;
    }
    #header.header_index ~ main {
        padding-top: 0;
    }
}

.callback_btn.btn {
    height: 40px;
    line-height: 34px;
    padding: 0 40px;
    margin-top: 20px;
}
@media screen and (max-width: 991px) {
    .callback_btn.btn {
        padding: 0 16px;
        height: 32px;
        line-height: 26px;
    }
}
@media screen and (max-width: 767px) {
    .callback_btn.btn {
        padding: 0 20px;
    }
}

