@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Manrope:wght@200..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Onest:wght@100..900&display=swap');
@font-face {
    font-family: "Pragmatica";
    src: url("/fonts/PragmaticaExtended-Light.woff2") format("woff2"),
    url("/fonts/PragmaticaExtended-Light.woff") format("woff"),
    url("/fonts/PragmaticaExtended-Light.ttf") format("truetype");
    font-weight: normal;
}

html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Nunito Sans", "Golos Text", sans-serif;
    background-color: #E6E6E6;
}

@media (min-width: 1400px)
{
    .container {
        max-width: 1420px;
    }
}

@media (max-width: 576px)
{
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.dropdown-menu .dropdown-menu {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}
body.no-scroll {
    overflow: hidden;
}

.tox-tinymce-aux{z-index:99999999999 !important;}

/*Повышение резкости картинки*/
.sharp-img {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.row-m {
    display: flex;
    flex-wrap: wrap;
}
.row-m > div[class*='col-'] {
    display: flex;
}
#customFile .custom-file-control:lang(en)::after {
    content: "Select file1...";
}
#customFile .custom-file-control:lang(en)::before {
    content: "Click me1";
}

.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.h-90 {
    height: 90%!important;
}
.h-80 {
    height: 80%!important;
}
.h-10 {
    height: 10%!important;
}
.h-20 {
    height: 20%!important;
}
.status.status-danger:before {
    background: #E4354A!important;
}
.grey_element {
    -webkit-filter: grayscale(1); filter: gray;
}

.header-btn[data-class=mobile-nav-on] {
    border-color: #497CC7;
    /* background-color: #fd2087; */
    /* background-image: -webkit-gradient(linear,left bottom, left top,from(#fd2087),to(#e7026e)); */
    background-image: linear-gradient(to top,#497CC7,#2196f3);
    color: #fff;
    width: 3.875rem;
}

@media (min-width: 576px)
{
    .border-sm {
        border: 1px solid #dee2e6!important;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F3F5F8 inset;
    -webkit-text-fill-color: inherit!important;
}

/*Запрещаем выделение в элементах, в которых прописано unselectable="on"*/
*[unselectable=on] {
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*разрешаем выделение в элементах, в которых прописано unselectable="off"*/
*[unselectable=off] {
    -moz-user-select: text;
    -o-user-select:text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.another-popup .leaflet-popup-content-wrapper {
    background: rgba(255, 255, 255, 0.90);
}
.spin-prod {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    line-height: 1.47;
    border-radius: 4px;
    height: 39px;
}
.spin-prod .spin-prod-minus, .spin-prod .spin-prod-plus{
    width: 40px;
}
.panel-overflowhidden {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.panel-overflowhidden::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.text-red {
    color:red;
}
.width-11{width:4.50rem}
.width-12{width:4.75rem}
.width-13{width:5.00rem}
.width-14{width:5.25rem}
.width-15{width:5.50rem}
.width-16{width:5.75rem}
.width-17{width:6.00rem}
.width-18{width:6.25rem}

.height-11{height:4.50rem}
.height-12{height:4.75rem}
.height-13{height:5.00rem}
.height-14{height:5.25rem}
.height-15{height:5.50rem}
.height-16{height:5.75rem}
.height-17{height:6.00rem}
.height-18{height:6.25rem}

.badge.badge-info {
    background-color: #497CC7;
}

.btn-success.disabled, .btn-success:disabled, .btn-danger.disabled, .btn-danger:disabled, .btn-info.disabled, .btn-info:disabled,
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #c7c8c9;
    border-color: #acadad;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.container-fluid {
    padding:0px 82px 0px 82px;
}
@media (max-width: 576px)
{
    .container-fluid {
        padding:20px;
    }
}

header.header-bg-light {
    position: absolute;
}
header.header-bg-dark {
    position: absolute;
}
header.header-bg-light .header-msb a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
header.header-bg-light .header-msb a:hover {
    color: rgba(51, 51, 51, 0.7);
}
header.header-bg-light .header-msb a.active {
    color: #F7931E;
}

.header-msb .mr-a {
    margin-right: 70px;
}

header.header-bg-dark .header-msb a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
header.header-bg-dark .header-msb a:hover {
    color: rgba(255, 255, 255, 0.7);
}
header.header-bg-dark .header-msb a.active {
    color: #F7931E;
}

header .dropdown {
    margin-top: -2px;
}
header .dropdown-menu {
    background: #333;
}
header .dropdown-menu .dropdown-item {
    color: #fff!important;
    background: rgba(51, 51, 51, 0.3);
}
header .dropdown-menu .dropdown-item:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}


.header-msb-div {
    height: 100px;
}
.header-msb {
    padding-top: 0px;
}
.header-msb .logo {
    margin-right: 100px;
}
.modal-backdrop {
    z-index: 1000;
}
.header-msb {
    padding-bottom: 12px;
    z-index: 9991;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.header-msb .lng-section {
    color: #FFF;
}
.header-msb .lng-section a {
    opacity: 0.3;
    font-family: Pragmatica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.header-msb .lng-section a.active {
    opacity: 1.0;
}
.header-msb .lng-section .line {
    margin-left:30px;
    margin-right:30px;
    background: #FFF;
    width: 1px;
    height: auto;
}
.navbar-wrap {
    top: 0;
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.navbar-toggler {
    padding: 0;
    font-size: 10px;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    transition: box-shadow .15s ease-in-out;
    position: relative;
    z-index: 2000;
    display: inline-block
}
.animated-icon1 {
    width: 35px;
    height: 30px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: #FFF;
}
.animated-icon1 span:nth-child(1) {
    top: 0px
}
.animated-icon1 span:nth-child(2) {
    top: 12px
}
.animated-icon1 span:nth-child(3) {
    top: 24px
}
.animated-icon1.open span {
    background: #ffffff;
}
.animated-icon1.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 0px;
}
.animated-icon1.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}
.menu-main.modal-body {
    padding: 0px 0 20px 0;
    background-color: #3B3B3B;
    border-bottom: 2px solid #F7931E;
}
.menu-main.modal-body .nav {
    margin-top: 100px;
    margin-left: 0px
}
.menu-main.modal-body .nav .nav-link {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0.5rem 0.5rem;
}
.menu-main.modal-body .nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
}
#menuModal .nav .contact {
    font-size: 18px;
    color: #000000;
    padding-left: 0.5rem;
    margin-top: 30px;
}
#menuModal .nav .contact a {
    color: #000000;
}
#menuModal small {
    font-size: 10px;
}

footer {
    background: #707070;
}
footer .container {
    padding-top: 60px;
    padding-bottom: 20px;
}
footer .head-a {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 64px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 60px;
}
footer .head-a i {
    font-weight: 300;
}
footer .block-a-link {
    margin-bottom: 26px;
}
footer .block-a-link a {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    text-decoration: none!important;
}
footer .block-a-link a[target]:not(.btn) {
    text-decoration: none!important;
}
footer .block-a-link a:hover {
    color: rgba(255, 255, 255, 0.7);
}
footer .block-a-link .lnk-a {
    opacity: 0.3;
}
footer .bg-img-a {
    border-radius: 100px;
    margin-bottom: 60px;
}

.page-home .section-a {
    background-image: url('/images/page-home/section-a-bg.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    height:940px;
    padding-top: 280px;
}
.page-home .section-a h1 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
}
.page-home .section-a h1 i {
    color: #FFF;
    font-size: 64px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
}
.page-home .section-a .head-a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.6px;
    max-width: 617px;
    margin-bottom: 60px;
}
.page-home .section-b {
    background: #333;
}
.page-home .section-b ul {
    list-style: none;
    padding-left: 0em;
    margin-bottom: 60px;
}
.page-home .section-b ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.48px;
}
.page-home .section-b ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #E4AC4B; /* вот тут задаешь цвет кружочка */
    border-radius: 50%;
}
.page-home .section-b h2 {
    color: #FFF;
    font-size: 64px;
    font-style: italic;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 60px;
}
.page-home .section-b .btn-a {
    color: #FFF;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.48px;
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 20px 40px;
}
.page-home .section-b .btn-a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-home .section-b .pt-a {
    padding-top: 100px;
}
.page-home .section-c {
    background: #333;
    padding-top: 100px;
}
.page-home .section-c h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 195px;
}
.page-home .section-c h2 i {
    color: #FFF;
    font-size: 64px;
    font-style: italic;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.28px;
}
.page-home .section-c .head-a {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
}
.page-home .section-c .head-b {
    color: rgba(255, 255, 255, 0.3);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
}
.page-home .section-c .desc-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
}
.page-home .section-c .img-a {
    border-radius: 100px;
}
.page-home .section-d {
    background: #333;
    padding-top: 100px;
}
.page-home .section-d h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 195px;
}
.page-home .section-d h2 i {
    color: #FFF;
    font-size: 64px;
    font-style: italic;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.28px;
}
.page-home .section-d .head-a {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}
.page-home .section-d .head-a i {
    color: #FFF;
    font-size: 36px;
    font-style: italic;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.72px;
}
.page-home .section-d .desc-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
    max-width: 350px;
}
.page-home .section-d .img-a {
    border-radius: 100px;
}
.page-home .section-e {
    background: #333;
    padding-top: 100px;
    padding-bottom: 90px;
}
.page-home .section-e h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 90px;
}
.page-home .section-e h2 i {
    color: #FFF;
    font-size: 64px;
    font-style: italic;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.28px;
}
.page-home .section-e .head-a {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    margin-bottom: 20px;
}
.page-home .section-e ul {
    list-style: none;
    padding-left: 0em;
    margin-bottom: 60px;
    max-width: 314px;
}
.page-home .section-e ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
}
.page-home .section-e ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #E4AC4B;
    border-radius: 50%;
}
.page-home .section-e .btn-a {
    color: #FFF;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.48px;
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 20px 40px;
}
.page-home .section-e .btn-a:hover {
    color: rgba(255, 255, 255, 0.7);
}



.page-home .section-f {
    background: #333;
    padding-top: 100px;
    padding-bottom: 90px;
}
.page-home .section-f h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 50px;
}
.page-home .section-f .card-a {
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
}
.page-home .section-f .card-a .head-a {
    color: #FFF;
    opacity: 0.3;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.64px;
    margin-bottom: 10px;
}
.page-home .section-f .card-a .head-b {
    color: #FFF;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.64px;
    margin-bottom: 20px;
}
.page-home .section-f .card-a .desc-a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
}
.page-home .section-f .card-a .lnk-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
    opacity: 0.3;
}
.page-home .section-f .card-a .lnk-a:hover {
    opacity: 0.2;
}
.page-home .section-f .card-a .bg-img-a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
}
.page-home .section-f .card-b .head-b {
    color: #FFF;
    opacity: 0.3;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.64px;
    margin-bottom: 10px;
}
.page-home .section-f .card-b .head-a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
}
.page-home .section-f .card-b .desc-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
}
.page-home .section-f .card-b {
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
}
.page-home .section-f .card-b .lnk-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
    opacity: 0.3;
}
.page-home .section-f .card-b .lnk-a:hover {
    opacity: 0.2;
}
.page-home .section-f .card-b .img-a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}
.page-home .section-k {
    background-color: #333;
    padding-top: 0px;
    padding-bottom: 60px;
}
.page-home .section-k h1 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 100px;
}
.page-home .section-k h1 i {
    font-weight: 300;
    line-height: 100%;
}
.page-home .section-k .img-round-a {
    border-radius: 500px;
}
.page-home .section-k .head-a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    width: 100px;
    min-width: 110px;
    padding-top: 10px;
}
.page-home .section-k .head-b {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
}
.page-home .section-k .desc-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
}

.page-news-detail .section-b {
    background-color: #333;
    padding-top: 203px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
    padding-bottom: 60px;
}
.page-news-detail .section-b h1 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 60px;
}
.page-news-detail .section-b .card-a {
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
}
.page-news-detail .section-b .card-a .head-a {
    color: #FFF;
    opacity: 0.3;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.64px;
    margin-bottom: 10px;
}
.page-news-detail .section-b .card-a .head-b {
    color: #FFF;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.64px;
    margin-bottom: 20px;
}
.page-news-detail .section-b .card-a .desc-a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
}
.page-news-detail .section-b .card-a .lnk-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
    opacity: 0.3;
}
.page-news-detail .section-b .card-a .lnk-a:hover {
    opacity: 0.2;
}
.page-news-detail .section-b .card-a .bg-img-a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
}

.page-news .section-a {
    background-color: #333;
    padding-top: 203px;
    padding-bottom: 60px;
}
.page-news .section-a h1 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 100px;
}
.page-news .section-a .card-a {
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.05);
}
.page-news .section-a .card-a .img-a {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}
.page-news .section-a .card-a .head-a {
    color: #FFF;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.64px;
    opacity: 0.3;
}
.page-news .section-a .card-a .head-b {
    color: #FFF;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.64px;
}
.page-news .section-a .card-a .desc-a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
}
.page-news .section-a .card-a .lnk-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
    opacity: 0.3;
}
.page-news .section-a .card-a .lnk-a:hover {
    opacity: 0.2;
}

.page-coaching .section-a {
    background-color: #333;
    padding-top: 203px;
    padding-bottom: 60px;
}
.page-coaching .section-a h1 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 100px;
}
.page-coaching .section-a h1 i {
    font-weight: 300;
    line-height: 100%;
}
.page-coaching .section-a .img-round-a {
    border-radius: 500px;
}
.page-coaching .section-a .head-a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    width: 100px;
    min-width: 110px;
    padding-top: 10px;
}
.page-coaching .section-a .head-b {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
}
.page-coaching .section-a .desc-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
}

.page-coaching-all .section-a {
    background-size: auto;
    padding-top: 203px;
    height: 720px;
}
.page-coaching-all .section-a.bg-1 {
    background:
            url('/images/page-coaching-all/section-a-bg-1.png') no-repeat center,
            #F1F1F3;
}
.page-coaching-all .section-a.bg-2 {
    background:
            url('/images/page-coaching-all/section-a-bg-2.png') no-repeat center,
            #F1F1F3;
}
.page-coaching-all .section-a.bg-3 {
    background:
            url('/images/page-coaching-all/section-a-bg-3.png') no-repeat center,
            #F1F1F3;
}
.page-coaching-all .section-a.bg-4 {
    background:
            url('/images/page-coaching-all/section-a-bg-4.png') no-repeat center,
            #F1F1F3;
}
.page-coaching-all .section-a h1 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 23px;
    width: 762px;
}
.page-coaching-all .section-a .head-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
    margin-bottom: 65px;
    width: 617px;
}
.page-coaching-all .section-a .btn-a {
    padding: 20px 40px;
    border-radius: 100px;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.48px;
    text-align: center;
    max-width: 200px;
}
.page-coaching-all .section-a .btn-a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-coaching-all .section-b {
    background: #333;
    padding-top:100px;
}
.page-coaching-all .section-b h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 60px;
}
.page-coaching-all .section-b h2 i {
    color: #FFF;
    font-size: 64px;
    font-style: italic;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.28px;
}
.page-coaching-all .section-b .img-a {
    border-radius: 500px;
}
.page-coaching-all .section-b .head-a {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.44px;
    margin-bottom: 10px;
}
.page-coaching-all .section-b .desc-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
}
.page-coaching-all .section-c {
    background: #333;
    padding-top:100px;
}

.reviews-block-a {
    background: #333;
    padding-top:100px;
    padding-bottom: 1px;
}
.reviews-block-a .card-a {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 35px;
}
.reviews-block-a .card-a .head-a {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.6px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.reviews-block-a .card-a .img-a {
    border-radius: 100px;
}
.reviews-block-a .card-a .desc-a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
}
.reviews-block-a .mb-a {
    margin-bottom: 90px;
}

.gallery-block-a {
    background: #333;
}
.gallery-block-a .mb-a {
    margin-bottom: 1.0%;
}
.gallery-block-a .mr-a {
    margin-right: 1.0%;
}
.gallery-block-a .bg-1 {
    background-image: url("/images/page-coaching-all/gallery/1.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 17%;
    height: 290px;
}
.gallery-block-a .bg-2 {
    background-image: url("/images/page-coaching-all/gallery/2.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 31.5%;
    height: 290px;
}
.gallery-block-a .bg-3 {
    background-image: url("/images/page-coaching-all/gallery/3.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 31.5%;
    height: 290px;
}
.gallery-block-a .bg-4 {
    background-image: url("/images/page-coaching-all/gallery/4.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 17%;
    height: 290px;
}
.gallery-block-a .bg-5 {
    background-image: url("/images/page-coaching-all/gallery/5.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 17%;
    height: 290px;
}
.gallery-block-a .bg-6 {
    background-image: url("/images/page-coaching-all/gallery/6.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 16%;
    height: 290px;
}
.gallery-block-a .bg-7 {
    background-image: url("/images/page-coaching-all/gallery/7.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 23%;
    height: 290px;
}
.gallery-block-a .bg-8 {
    background-image: url("/images/page-coaching-all/gallery/8.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 23%;
    height: 290px;
}
.gallery-block-a .bg-9 {
    background-image: url("/images/page-coaching-all/gallery/9.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 17%;
    height: 290px;
}

.page-biography .section-a {
    background:
            url('/images/page-biography/section-a-bg.png') no-repeat -150px center,
            #F1F1F3;
    background-size: auto;
    padding-top: 203px;
    height: 940px;
}
.page-biography .section-a h1 {
    color: #333;
    font-size: 64px;
    font-style: italic;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 60px;
}
.page-biography .section-a ul {
    list-style: none;
    padding-left: 0em;
    margin-bottom: 60px;
}
.page-biography .section-a ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
}
.page-biography .section-a ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #E4AC4B;
    border-radius: 50%;
}
.page-biography .section-a .section-a-a {
    color: rgba(51, 51, 51, 0.3);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    margin-top: 174px;
}
.page-biography .section-b {
    background: #333;
    padding-bottom: 120px;
}
.page-biography .section-b h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.page-biography .section-b h2 i {
    font-weight: 300;
}
.page-biography .section-b .head-a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    margin-bottom: 5px;
}
.page-biography .section-b .head-b {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
}
.page-biography .section-b .desc-a {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.84px;
    margin-bottom: 30px;
}
.page-biography .section-b .desc-b {
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
    max-width: 520px;
}
.page-biography .section-b ul {
    list-style: none;
    padding-left: 0em;
    margin-bottom: 60px;
}
.page-biography .section-b ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
}
.page-biography .section-b ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #E4AC4B;
    border-radius: 50%;
}
.page-biography .section-b .pl-a {
    padding-left: 120px;
}
.page-biography .section-b .mb-a {
    margin-bottom: 336px;
}
.page-biography .section-b .mb-b {
    margin-bottom: 136px;
}
.page-biography .section-b .img-round-a {
    border-radius: 50px;
}
.page-biography .section-b .pt-b {
    padding-top: 92px;
}
.page-biography .section-b h3 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.72px;
}
.page-biography .section-b .btn-a {
    color: #FFF;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.48px;
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 20px 40px;
}
.page-biography .section-b .btn-a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.page-biography .section-b .video-container {
    position: relative;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.page-biography .section-b video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Убирает чёрные полосы */
}
.page-biography .section-b .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-bottom: 10px;
}
.page-biography .section-b .play-button.hidden {
    display: none;
}












.footer-block-a .panel-a {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.10);
    padding: 90px;
}
.footer-block-a .panel-a .head-a {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.72px;
    margin-bottom: 56px;
}
.footer-block-a .panel-a .form-control {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: unset;
    padding-left: 0px;
    padding-bottom: 10px;
    background: transparent;
    max-width: 600px;
    margin-bottom: 60px;
    font-size: 20px;
}
.footer-block-a .panel-a .form-control::placeholder {
    vertical-align: bottom;
    color: rgba(255, 255, 255, 0.3); /* Опционально: можно изменить цвет текста placeholder */
    line-height: 30px;
}
.footer-block-a .panel-a .form-control {
    color: #FFF;
}
.footer-block-a .panel-a .form-control:focus {
    background: transparent!important;
    border-bottom: 1px solid #FFF;
    color: #FFF;
}
.footer-block-a .panel-a .btn-a {
    color: #FFF;
    font-family: "Golos Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.48px;
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 20px 40px;
}
.footer-block-a .panel-a .btn-a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.footer-block-a h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 60px;
    margin-top: 92px;
}
.footer-block-a h2 i {
    font-weight: 300;
}
.footer-block-a .head-b {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
}

#brief-modal {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
#brief-modal .modal-content {
    max-width: 890px;
    background-color: #333;
    border: none;
    border-radius: 50px!important;
}
#brief-modal .modal-title {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
#brief-modal input {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: unset;
    padding-left: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    color: #ffffff;
}
#brief-modal textarea {
    border: none;
    border-bottom: 1px solid #3B3B3B;
    border-radius: unset;
    padding-left: 0px;
    padding-bottom: 0px;
    resize: none;
    height: 39px;
}
#brief-modal textarea::placeholder {
    vertical-align: bottom;
    color: #999; /* Опционально: можно изменить цвет текста placeholder */
    line-height: 30px;
}
#brief-modal #fb_send {
    border-radius: 100px;
    border: 1px solid #FFF!important;
    padding-top:20px;
    padding-bottom: 20px;
    color: #FFF;
    font-family: Pragmatica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}
#brief-modal .btn-b {
    border-radius: 100px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.8px;
    padding: 5px 20px;

    opacity: 0.3;
    cursor: pointer;
}
#brief-modal .btn-b.active {
    opacity: 1.0;
}

@media (max-width: 576px)
{
    #brief-modal .modal-content {
        border-radius: 5px!important;
    }
    #brief-modal .modal-body
    {
        padding: 0.15rem;
    }
    #brief-modal .modal-header
    {
        padding: 0.15rem;
        margin-bottom: 20px;
    }
    #brief-modal .btn-b {
        font-size: 16px;
    }

    header.header-bg-light .header-msb a {
        color: #ffffff;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
    }

    footer .head {
        color: #FFF;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin-bottom: 60px;
    }

    .gallery-block-a .mb-a {
        margin-bottom: 3.0%;
    }
    .gallery-block-a .mr-a {
        margin-right: 3.0%;
    }
    .gallery-block-a .bg-1 {
        width: 38%;
        height: 290px;
    }
    .gallery-block-a .bg-2 {
        width: 59%;
        height: 290px;
    }
    .gallery-block-a .bg-6 {
        width: 59%;
        height: 290px;
    }
    .gallery-block-a .bg-9 {
        width: 38%;
        height: 290px;
    }

    footer .bg-img-a {
        margin-top: 0px;
        margin-bottom: 60px;
    }
    footer .head-a {
        font-size: 36px;
        line-height: 100%;
        margin-bottom: 60px;
    }
    footer .container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .footer-block-a .panel-a {
        background: rgba(255, 255, 255, 0.10);
        padding: 30px;
    }
    .footer-block-a .panel-a .form-control {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .footer-block-a h2 {
        font-size: 36px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    footer .block-a-link a {
        font-size: 20px;
    }

    .page-home .section-a {
        background-image: url(/images/page-home/section-a-bg-mobile.png?v1);
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 160px;
        height: 620px;
    }
    .page-home .section-a h1 {
        font-size: 36px;
        margin-bottom: 23px;
        width: auto;
    }
    .page-home .section-a h1 i {
        font-size: 36px;
    }
    .page-home .section-b {
        background: #333;
        padding-top: 40px;
    }
    .page-home .section-b .pt-a {
        padding-top: 40px;
    }
    .page-home .section-b h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .page-home .section-b ul {
        margin-bottom: 40px;
    }
    .page-home .section-c h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .page-home .section-c h2 i {
        font-size: 36px;
    }
    .page-home .section-c .head-a {
        margin-bottom: 20px;
    }
    .page-home .section-c .head-b {
        margin-top: 40px;
    }
    .page-home .section-d {
        padding-top: 80px;
    }
    .page-home .section-d h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .page-home .section-d h2 i {
        font-size: 36px;
    }
    .page-home .section-d .head-a {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .page-home .section-d .head-a i {
        font-size: 26px;
    }
    .page-home .section-d .img-a {
        max-width: 100px;
    }
    .page-home .section-e {
        background: #333;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-home .section-e h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .page-home .section-e h2 i {
        font-size: 36px;
    }
    .page-home .section-e ul {
        margin-bottom: 20px;
    }
    .page-home .section-f {
        background: #333;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .page-home .section-f h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .page-home .section-f h2 i {
        font-size: 36px;
    }
    .page-home .section-f .card-a .img-a {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
    }

    .page-home .section-k {
        padding-top: 1px;
        padding-bottom: 0px;
    }
    .page-home .section-k h1 {
        font-size: 36px;
        margin-bottom: 60px;
    }
    .page-home .section-k .img-a {
        margin-bottom: 60px;
    }
    .page-home .section-k .head-b {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .page-home .section-k .head-a {
        padding-top: 5px;
        width: 90px;
        min-width: 90px;
    }

    .page-biography .section-a {
        background-image: url(/images/page-biography/section-a-bg-mobile.png?v1);
        background-size: 130%;
        background-repeat: no-repeat;
        background-position: right;
        padding-top: 140px;
        height: 500px;
    }
    .page-biography .section-a h1 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .page-biography .section-a ul {
        list-style: none;
        padding-left: 0em;
        margin-bottom: 30px;
    }
    .page-biography .section-a .section-a-a {
        font-size: 16px;
        margin-top: 35px;
    }
    .page-biography .section-b {
        padding-bottom: 60px;
    }
    .page-biography .section-b h2 {
        font-size: 36px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .page-biography .section-b .pl-a {
        padding-left: 0px;
    }
    .page-biography .section-b ul {
        margin-bottom: 20px;
    }
    .page-biography .section-b .mb-a {
        margin-bottom: 60px;
    }
    .page-biography .section-b .mb-b {
        margin-bottom: 60px;
    }
    .page-biography .section-b .pt-b {
        padding-top: 40px;
    }
    .page-biography .section-b h3 {
        font-size: 26px;
    }

    .page-news .section-a {
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .page-news .section-a h1 {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .page-news-detail .section-b {
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .page-news-detail .section-b h1 {
        color: #FFF;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.72px;
        margin-bottom: 60px;
    }

    .page-coaching-all .section-a  {
        padding-top: 203px;
        height: 620px;
    }
    .page-coaching-all .section-a .head-a {
        margin-bottom: 65px;
        max-width: 300px;
    }
    .page-coaching-all .section-a h1 {
        font-size: 36px;
        margin-bottom: 23px;
        width: auto;
    }
    .page-coaching-all .section-b h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .page-coaching-all .section-b h2 i {
        font-size: 36px;
    }
    .page-coaching-all .section-b .head-a {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .page-coaching-all .section-b .img-a {
        border-radius: 500px;
        margin-bottom: 40px;
    }
    .page-coaching-all .section-b {
        padding-top: 40px;
    }
    .page-coaching-all .section-c {
        padding-top: 40px;
    }


}

@media (max-width: 1400px)
{
    .header-msb-div {
        height: 60px;
    }
    .header-msb .logo {
        margin-top:0px;
        margin-right: 0px;
    }
    .header-msb {
        margin: 0px;
        padding: 0px 20px 10px 20px;
        background-color: #3B3B3B;
        position: fixed;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
    }
    .header-msb a {
        margin-right: 0px;
    }
}


.page-item .page-link {
    color: #000000;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #F7931E;
    border-color: #F7931E;
}
.pagination .page-item.disabled .page-link, .pagination .page-item:first-child:not(.active) .page-link, .pagination .page-item:last-child:not(.active) .page-link {
    background-color: rgba(247, 147, 30, 0.2) !important;
}
.pagination .page-link:hover {
    background-color: rgba(247, 147, 30, 0.7) !important;
    color: #fff
}

