html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box
}

ul, ol, li {
    list-style: none
}

a, a:hover {
    text-decoration: none;
    cursor: pointer
}

*::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.8)
}

*:-moz-placeholder {
    color: rgba(17, 17, 17, 0.8)
}

*::-moz-placeholder {
    color: rgba(17, 17, 17, 0.8)
}

*:-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.8)
}

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?liktyi");
    src: url("fonts/icomoon.eot?liktyi#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?liktyi") format("truetype"), url("fonts/icomoon.woff?liktyi") format("woff"), url("fonts/icomoon.svg?liktyi#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow:before {
    content: "\e900"
}

.icon-check:before {
    content: "\e901"
}

.icon-i1:before {
    content: "\e902"
}

.icon-i2:before {
    content: "\e903"
}

.icon-i3:before {
    content: "\e904"
}

.icon-i4:before {
    content: "\e905"
}

.icon-i5:before {
    content: "\e906"
}

.icon-i6:before {
    content: "\e907"
}

.icon-mail:before {
    content: "\e908"
}

.icon-map:before {
    content: "\e909"
}

body {
    font: 16px/24px "Roboto", sans-serif;
    color: rgba(17, 17, 17, 0.8)
}

.container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 50px
}

.conainer-small {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 15px 100px
}

.conainer-small p {
    font: 16px/36px "Roboto", sans-serif;
    font-weight: normal;
    color: #111;
    margin-top: 50px
}

.conainer-small p:first-child {
    margin-top: 0
}

.h1 {
    font: 60px/1.1em "Roboto", sans-serif
}

.h2 {
    font: 36px/1em "Roboto", sans-serif;
    font-weight: 500;
    color: #111;
    padding-left: 20px;
    border-left: 4px solid #FAA800
}

.h2-white {
    font: 36px/36px "Roboto", sans-serif;
    font-weight: 500;
    color: #fff
}

.h3 {
    font: 24px/32px "Roboto", sans-serif;
    font-weight: 500;
    color: #111
}

.d-flex {
    display: flex;
    justify-content: space-between
}

.text {
    font: 16px/32px "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(17, 17, 17, 0.8)
}

.b {
    font-weight: bold !important
}

.i {
    font-style: italic !important
}

.btn {
    display: inline-block
}

.btn-link {
    display: flex;
    align-items: center
}

.btn-link-text {
    font: 14px/16px "Roboto", sans-serif;
    font-weight: bold;
    color: #193784;
    margin-right: 20px;
    transition: all 0.3s ease-in-out
}

.btn-link .icon-arrow {
    display: inline-block;
    font-size: 40px;
    line-height: 20px;
    color: #193784;
    position: relative;
    transition: all 0.3s ease-in-out
}

.btn-link .icon-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #193784;
    opacity: 0.1
}

.btn:hover .btn-link-text {
    letter-spacing: 0.4px
}

.btn:hover .btn-link .icon-arrow {
    font-size: 44px;
    color: #FAA800
}

.s-pad {
    padding-top: 100px;
    padding-bottom: 115px
}

.s-pad-bott {
    padding-bottom: 100px
}

.list {
    margin-top: 50px
}

.list li {
    padding: 34px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(142, 141, 142, 0.2)
}

.list li div {
    font-size: 16px;
    line-height: 1;
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #193784;
    color: #193784;
    margin-right: 30px;
    padding: 8px
}

.list-update li {
    padding: 12px 0;
    border-bottom: none
}

.card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px
}

.card li {
    border: 1px solid #E5E6E8;
    padding: 40px 30px;
    width: 100%;
    max-width: 30%;
    margin-top: 30px
}

@media only screen and (max-width: 1150px) {
    .card li {
        max-width: 48%
    }
}

.card li .icon {
    font-size: 55px;
    line-height: 1;
    color: #FAA800
}

.card li .text {
    margin-top: 30px;
    display: block
}

.fullText p {
    font: 16px/26px "Roboto", sans-serif;
    color: rgba(17, 17, 17, 0.8);
    margin-top: 20px
}

.fullText .h2 {
    margin-top: 40px;
    margin-bottom: 40px
}

.fullText .h2:first-child {
    margin-top: 0
}

.mobile-menu {
    display: none;
}

.header {
    padding: 30px 0
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-box {
    display: flex;
    align-items: center
}

.header-box-logo {
    display: block;
    height: 70px;
    width: auto;
    object-fit: contain
}

.header-box-logo img {
    height: 100%;
    width: auto;
    display: block;
    object-fit: contain
}

.offense-btn {
    display: none;
}

.burger-menu {
    display: none;
}

.header-box-phone {
    font: 20px/1 "Roboto", sans-serif;
    font-weight: bold;
    color: #111;
    margin-bottom: 14px;
    display: block
}

@media (min-width: 767px) and (max-width: 991px) {
    header .blue-btn.open-popup {
        margin: 0 6px;
    }

    .header-box-phone {
        font-size: 16px;
    }

    .header-mail {
        font-size: 12px;
    }

    .header-mail .icon-mail {
        margin-left: 0!important;
    }
}

.header-box-phone:hover {
    border-bottom: 1px solid #111
}

.header-mail {
    font: 14px/16px "Roboto", sans-serif;
    color: rgba(17, 17, 17, 0.5);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.3s ease-in-out
}

.header-mail span {
    margin-left: 10px
}

.header-mail:hover {
    color: #193784
}

.navbar {
    background: #193784
}

.navbar-box {
    padding: 25px 0
}

.navbar-box:first-child {
    border-bottom: 1px solid rgba(243, 243, 243, 0.2)
}

.navbar-box:first-child nav {
    display: flex;
    justify-content: space-between
}

.navbar-box:last-child nav {
    display: flex;
    justify-content: center
}

.navbar-box:last-child nav .navbar-link {
    margin: 0 80px
}

.navbar-link {
    font: 14px/16px "Roboto", sans-serif;
    font-weight: bold;
    color: #fff;
    margin-right: 40px;
    transition: all 0.3s ease-in-out
}

.navbar-link:last-child {
    margin-right: 0
}

.navbar-link:hover, .navbar-link.active {
    color: #FAA800
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(214, 225, 255, 0.1)
}

.footer .container.d-flex {
    flex-wrap: wrap
}

.footer .copy {
    width: 100%;
    text-align: right;
    font: 14px/16px "Roboto", sans-serif;
    color: rgba(17, 17, 17, 0.5)
}

.footer-box {
    width: 100%;
    max-width: 30%
}

.footer-link {
    font: 14px/16px "Roboto", sans-serif;
    font-weight: bold;
    color: #868688;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    display: block
}

.footer-link:last-child {
    margin-bottom: 0
}

.footer-link:hover, .footer-link.active {
    color: #193784
}

.breadcrumbs {
    border-top: 1px solid #eee;
}

.footer-box-map {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end
}

.footer-box-map a {
    width: 100%;
    font-weight: normal
}

.footer-map {
    display: flex;
    align-items: center
}

.footer-map a {
    font: 14px/16px "Roboto", sans-serif;
    color: rgba(17, 17, 17, 0.5);
    transition: all 0.3s ease-in-out
}

.footer-map a:hover {
    color: #193784
}

.footer-map span {
    margin-right: 10px;
    color: #2C4481;
    font-size: 20px;
    line-height: 1;
    display: inline-block
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-top: 50px;
}

.last-news__item {
    display: flex;
    flex-direction: column;
    background: #193784;
}

.last-news__item-image {
    max-width: 100%;
    width: 100%;
    min-height: 260px;
    display: block;
    object-fit: cover;
}

.last-news__item-content {
    flex-basis: 100%;
    position: relative;
    padding: 20px 20px 80px;
}

.last-news__item-title {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.last-news__item-text {
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
}

.last-news__item-link {
    position: absolute;
    left: 20px;
    bottom: 32px;
    display: block;
    text-decoration: underline;
    cursor: pointer;
    color: #FAA800;
}

.last-news__item-date {
    position: absolute;
    right: 20px;
    bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FAA800;
}

.go-to-news-btn {
    max-width: 220px;
    display: block;
    background: #FAA800;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    color: #222;
    text-align: center;
    padding: 20px;
    margin: 74px auto 0;
}

.slick-arrow {
    position: absolute;
    top: -40px;
    right: 0;
    border: 2px solid #0047FF;
    width: 40px;
    height: 40px;
    background: none;
    font-size: 0;
    cursor: pointer
}

.slick-arrow:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #0047FF;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 7px);
    transform: rotate(45deg)
}

.top-btn.slick-arrow {
    position: fixed;
    top: auto;
    bottom: 40px;
    right: 20px;
    transform: rotate(-90deg);
    background: #fff
}

.top-btn.slick-arrow.active {
    right: 20px
}

.h2pt {
    margin-top: 80px
}

.hero {
    position: relative;
    margin-bottom: 70px
}

.hero-img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    display: block
}

.hero .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center
}

.hero .subTitle {
    font: 24px/1.8em "Roboto", sans-serif;
    margin-top: 20px
}

.crumbs {
    margin-top: 30px;
    margin-bottom: 50px
}

.crumbs a {
    font: 14px/16px "Roboto", sans-serif;
    font-weight: normal
}

.crumbs a:hover {
    border-bottom: 1px solid
}

.crumbs-accent {
    color: #2764FF;
    border-color: #2764FF
}

.crumbs-link {
    color: #888888;
    border-color: #888
}

.home-about {
    padding-bottom: 40px
}

.home-about > .d-flex {
    align-items: flex-start
}

.home-about .header-box-logo {
    height: 56px;
}

.home-about > .d-flex > div {
    max-width: 750px
}

.home-about > .d-flex > div .d-flex {
    margin-top: 32px;
    align-items: center
}

.home-doing {
    background: rgba(214, 225, 255, 0.1);
    padding-top: 50px
}

.home-doing .btn-wrap {
    margin: 60px auto 10px;
    text-align: center
}

.home-cooperation {
    background: #193784
}

.home-cooperation-logo {
    width: auto;
    height: 145px;
    display: block;
    object-fit: contain;
    margin-right: 60px
}

.home-cooperation-content {
    max-width: 750px
}

.home-cooperation-content-text {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 30px
}

.home-cooperation-content-text a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    text-decoration: underline
}

.team {
    padding-bottom: 100px
}

.team-box {
    position: relative;
    width: 555px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 50px
}

.team-box::after {
    content: '';
    height: 50px;
    border-right: 1px dashed #193784;
    position: absolute;
    bottom: -50px;
    left: 50%
}

.team-box p {
    font-size: 16px;
    line-height: 22px;
    font-weight: inherit;
    color: #111;
    text-align: center;
    margin-top: 20px
}

.team-box p span {
    color: #888888;
    display: block
}

.team-boxBlue {
    background: #193784;
    box-shadow: 5px 6px 20px rgba(25, 55, 132, 0.2);
    border-radius: 10px
}

.team-boxBlue p {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #fff
}

.team-boxWhite {
    background: #FFFFFF;
    border: 1px solid #E5E6E8;
    box-sizing: border-box;
    box-shadow: 5px 6px 20px rgba(25, 55, 132, 0.05);
    border-radius: 10px
}

.team-wrap {
    display: flex;
    padding: 50px 0;
    justify-content: center;
    position: relative
}

.team-wrap::after {
    content: '';
    width: 786px;
    border-top: 1px dashed #193784;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.team-wrap .team-boxWhite {
    width: 260px;
    margin: 0 15px;
    padding: 20px;
}

@media only screen and (max-width: 1150px) {
    .team-wrap .team-boxWhite {
        max-width: 48%
    }
}

.team-wrap .team-box::after {
    bottom: auto;
    top: -50px
}

.contact-list {
    display: flex;
    justify-content: space-between;
    min-height: 21vh
}

.contact-list-item .h4 {
    padding-bottom: 20px
}

.contact-list-item a {
    color: #2764ff;
    font: 16px/24px "Roboto", sans-serif;
    transition: all 0.3s ease-in-out
}

.contact-list-item a:hover {
    text-decoration: underline
}

.tabs {
    display: flex
}

.tabs-list {
    position: sticky;
    left: 0;
    top: 0;
    padding-top: 16px
}

.tabs-list-item {
    display: flex;
    align-items: center;
    max-width: 400px;
    color: #888888;
    font: 16px/20px "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 16px
}

.tabs-list-item span {
    display: block;
    margin-right: 20px;
    transition: .1s ease-in-out;
}

.tabs-list-item p {
    margin-top: 0;
    transition: .1s linear;
}

.list__item_active {
    color: #FAA800;
}

.list__item_active p {
    font-weight: 600;
    margin-left: 20px;
}

.tabs-list-item-active {
    color: rgba(17, 17, 17, 0.8)
}

.tabs-list-item-active span {
    color: #FAA800;
    margin-right: 40px
}

.tabs-list-item-active p {
    font-weight: bold
}

.tabs-list-wrap {
    position: relative;
    margin-right: 40px
}

.tabs-info {
    border-left: 1px solid #F3F3F3;
    padding-left: 60px;
    width: 100%;
    max-width: 700px
}

.tabs-info-item {
    padding-top: 60px
}

.tabs-info-item:first-of-type {
    padding-top: 36px
}

.tabs-info-item-list {
    padding-left: 30px
}

.tabs-info-item-list li {
    font: 16px/28px "Roboto", sans-serif;
    color: rgba(17, 17, 17, 0.8);
    margin-top: 30px;
    position: relative
}

.tabs-info-item-list li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #FAA800
}

.tabs-info-item-list-child {
    padding-left: 30px
}

.tabs-info-item-list-child li::after {
    background: #E0F0FF
}

.regulations_mobile {
    display: none;
}

.popup {
    background: rgba(0, 11, 39, 0.8);
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none
}

.popup .h3 {
    padding-bottom: 15px
}

.popup .h3, .popup .h4 {
    text-align: center
}

.popup .h4 {
    margin-top: 40px;
    font-weight: 500;
    color: #111
}

.popup .icon-cross {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: rgba(17, 17, 17, 0.8)
}

.popup .icon-cross:hover {
    cursor: pointer;
    color: #FAA800
}

.popup .error {
    color: red;
    display: block;
    font-size: 12px
}

.popup-box {
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 40px 70px 50px 70px;
    position: absolute;
    top: -300px;
    left: 50%;
    transition: 0.5s ease
}

.popup-box-animate {
    top: 50%;
    transform: translate(-50%, -50%)
}

.popup-form-input {
    font: 14px/16px "Roboto", sans-serif;
    font-weight: bold;
    color: rgba(17, 17, 17, 0.8);
    border: none;
    border-bottom: 2px solid rgba(17, 17, 17, 0.8);
    padding: 15px 0;
    width: 100%;
    display: block;
    margin-top: 25px;
    transition: all 0.3s ease-in-out
}

.popup-form-input:focus, .popup-form-input:hover {
    color: #FAA800;
    border-color: #FAA800
}

.popup-form-input-upload {
    border: 2px dashed #FAA800;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FAA800;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.popup-form-input-upload:hover {
    color: #f9a700;
    border-color: #f9a700
}

.popup-form-input-upload span {
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-right: 15px
}

.popup-form-btn {
    font: 18px/22px "Roboto", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #FAA800;
    padding: 18px;
    border: 1px solid #FAA800;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    transition: all 0.3s ease-in-out
}

.popup-form-btn:hover {
    background: #946300;
    cursor: pointer
}

.popup input[type="file"] {
    display: none
}

.popup .list_file {
    font: 14px/16px "Roboto", sans-serif;
    color: #FAA800;
    margin-bottom: 15px;
    margin-top: 15px
}

.popup .list_file span {
    display: inline-block;
    margin-right: 20px
}

.blue-btn {
    background-color: #FAA800;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    max-width: 270px;
    width: 100%;
    height: 55px;
    border: none;
    cursor: pointer;
    border: 2px solid #FAA800;
    transition: all 0.3s ease-in-out;
    border-radius: 10px
}

.team-box {
    height: unset !important;
}

.team-wrap .team-boxWhite {
    justify-content: center;
}

.team-box img {
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.blue-btn:hover {
    background-color: #FFFFFF;
    color: #193784
}

.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px auto;
    color: rgba(17, 17, 17, 0.8)
}

.select-box__current {
    position: relative;
    cursor: pointer;
    outline: none;
    border: 2px solid rgba(17, 17, 17, 0.8);
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    font: 14px/16px "Roboto", sans-serif;
    font-weight: bold
}

.select-box__current:hover {
    border-color: #FAA800
}

.form-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px
}

.form-contact > div {
    width: 100%;
    max-width: 30%;
    position: relative
}

.form-contact-input {
    font: 14px/16px "Roboto", sans-serif;
    font-weight: bold;
    color: rgba(17, 17, 17, 0.8);
    border: none;
    border-bottom: 2px solid rgba(17, 17, 17, 0.8);
    padding: 15px 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
    margin-top: 25px
}

.form-contact-input:focus, .form-contact-input:hover {
    color: #FAA800;
    border-color: #FAA800
}

.form-contact-btn {
    font: 18px/22px "Roboto", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #FAA800;
    padding: 18px;
    border: 1px solid #FAA800;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
    margin-top: 14px;
    max-width: 28%;
    cursor: pointer
}

.form-contact-btn:hover {
    background: #946300;
    cursor: pointer
}

.form-contact .error {
    color: red
}

.form-contact label.error {
    color: red;
    display: block;
    font-size: 12px;
    position: absolute;
    bottom: -30px
}

.thank-you-message {
    color: rgba(17, 17, 17, 0.8);
    font: 14px/14px "Roboto", sans-serif;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
    display: none
}


.mobile.team-box.team-boxWhite {
    display: none;
}

.thank-you-message2 {
    color: rgba(17, 17, 17, 0.8);
    font: 14px/14px "Roboto", sans-serif;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
    display: none;
    width: 100%;
    margin-top: 30px
}

.navbar-box_mobile {
    display: none;
}

@media (max-width: 767px) {
    .s-pad {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .list {
        margin-top: 38px;
    }

    .list li {
        align-items: flex-start;
    }

    .list li div {
        margin-top: 4px;
        margin-right: 16px;
    }

    .card li {
        max-width: unset;
    }

    .card li .text {
        margin-top: 10px;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        transform: translateX(100%);
        transition: .2s ease-in-out;
        display: block;
        background: rgba(0, 0, 0, .7);
    }

    .mobile-menu_active {
        transform: translateX(0);
    }

    .mobile-menu__content {
        max-width: 246px;
        min-height: 100vh;
        background: #193784;
        color: #FFF;
        margin-left: auto;
    }

    .mobile-menu__heading {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 20px;
        margin-bottom: 40px;
    }

    .mobile-menu__title {
        display: block;
        font-family: Roboto, sans-serif;
        font-weight: 500;
        font-size: 32px;
        line-height: 1.4em;
        margin-right: 48px;
    }

    .mobile-menu__close-btn {
        display: flex;
        width: 54px;
        height: 54px;
        align-items: center;
        justify-content: center;
        background: #FAA800;
        border: none;
        border-radius: 10px;
        padding: 18px 12px;
    }

    .mobile-nav {
        min-height: 100vh;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        padding: 20px;
    }

    .mobile-nav .navbar-link {
        margin-bottom: 32px;
        margin-right: unset;
    }

    .header {
        padding: 20px 0;
    }

    .header-box-logo {
        height: 56px;
    }

    .header .blue-btn {
        display: none;
    }

    .header .blue-btn + div {
        display: none;
    }

    .header-mail {
        justify-content: center;
    }

    .offense-btn {
        display: flex;
        width: 54px;
        height: 54px;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 2px solid #FAA800;
        border-radius: 10px;
        margin: 0 28px 0 auto;
    }

    .offense-btn svg {
        width: 32px;
        height: 32px;
    }

    .burger-menu {
        position: relative;
        display: flex;
        width: 54px;
        height: 54px;
        align-items: center;
        justify-content: center;
        background: #FAA800;
        border: none;
        border-radius: 10px;
        padding: 18px 12px;
    }

    .burger-menu span {
        position: absolute;
        left: 12px;
        height: 2px;
        display: block;
        background: #193784;
        border-radius: 2px;
    }

    .burger-menu .top {
        top: 18px;
        right: 12px;
    }

    .burger-menu .middle {
        top: 50%;
        transform: translateY(-50%);
        right: 18px;
    }

    .burger-menu .bottom {
        bottom: 18px;
        right: 24px;
    }

    .footer {
        padding-bottom: 0;
    }

    .footer-box.footer-box-map > *:not(:last-child) {
        width: 100%;
        margin-bottom: 18px;
    }

    .footer-box.footer-box-map a {
        text-align: center;
    }

    .footer .copy {
        text-align: center;
    }

    .footer .container.d-flex {
        flex-direction: column;
        align-items: center;
    }

    .footer-box:first-of-type {
        border-bottom: 1px solid #E9E9E9;
        margin-bottom: 48px;
    }

    .footer-box {
        max-width: unset;
        padding-bottom: 46px;
    }

    .footer-link {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4em;
    }

    .last-news__item-image {
        min-height: 170px;
    }

    .last-news__item-content {
        flex-basis: unset;
        padding: 20px 20px 70px;
    }

    .last-news__item-link {
        bottom: 22px;
    }

    .last-news__item-date {
        bottom: 22px;
    }

    .last-videos__item iframe {
        height: 200px;
    }

    .navbar-box {
        display: none;
    }

    .navbar-box_mobile {
        display: block;
    }

    .navbar-box_mobile .container {
        min-height: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .navbar-box_mobile a {
        color: #fff;
    }

    .navbar-box_mobile .phone {
        font-family: Roboto, sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 1em;
    }

    .navbar-box_mobile .decor {
        width: 2px;
        height: 30px;
        background: #FAA800;
        margin: 0 18px;
    }

    .navbar-box_mobile .email {
        font-family: Roboto, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2em;
    }

    .h1 {
        font-size: 32px;
    }

    .hero .subTitle {
        font-size: 20px;
        margin-top: 28px;
    }

    .home-about > .d-flex {
        flex-direction: column;
    }

    .home-about_first {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    .home-about > .d-flex > div .d-flex {
        margin-top: unset;
        margin-left: 30px;
    }

    .home-about .header-box-logo {
        height: 41px;
    }

    .contact-list {
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 70px;
    }

    .h2 {
        font-size: 24px;
    }

    .form-contact > div {
        max-width: unset;
    }

    .form-contact-btn {
        max-width: 200px;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
    }

    .s-pad-bott {
        padding-bottom: 40px;
    }

    .team-box {
        width: unset;
        height: unset;
        position: relative;
        margin: 0 auto 50px;
    }

    .team-wrap {
        display: none;
    }

    .mobile.team-box.team-boxWhite {
        display: flex;
    }

    #last-h:after {
        display: none;
    }

    .team {
        padding-bottom: unset;
    }

    .regulations_desktop {
        display: none;
    }

    .regulations_mobile {
        display: block;
    }


    .accordion-item {
        border-radius: 10px;
        transition: 80s ease-in;
    }

    .accordion-item__title {
        display: flex;
        align-items: center;
        column-gap: 20px;
        font-family: Roboto, sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.8em;
        color: #000;
        padding: 20px 6px;
    }

    .accordion-item__number {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.4em;
        color: #888;
    }

    .accordion-item__btn {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        border: 2px solid #FAA800;
        border-radius: 10px;
        cursor: pointer;
        margin-left: auto;
    }

    .accordion-item__btn svg {
        width: 18px;
        transition: .2s ease-in-out;
    }

    .accordion-item__text-wrapper {
        max-height: 0;
        overflow: hidden;
        transition: .2s ease-in-out;
    }

    .accordion-item__text:before {
        content: '';
        height: 1px;
        display: block;
        background: #FAA800;
        margin-bottom: 18px;
    }

    .accordion-item__text p {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6em;
        color: #000;
        margin-bottom: 2em;
    }

    .accordion-item.open .accordion-item__btn svg {
        transform: rotate(-180deg);
    }
}

@media (max-width: 375px) {
    .header-box-logo {
        height: 44px;
    }

    .offense-btn {
        margin: 0 10px 0 auto;
    }

    .navbar-box_mobile .container {
        padding: 0 14px;
    }

    .navbar-box_mobile .phone {
        font-size: 16px;
    }

    .navbar-box_mobile .decor {
        height: 26px;
        margin: 0 14px;
    }
}
