body {
    font-size: 20px;
}

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

.bg-grad {
    background: linear-gradient(270deg, #063AFF 0%, #FF8142 98.26%);
    color: #fff;
}

.btn-grad {
    background: linear-gradient(270deg, #FF8142 0%, #063AFF 100%);
    color: #fff;
}

h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-page h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    text-align: inherit;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 28px;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 a {
    color: #000;
    transition: all 0.3s linear;
}

h3 a:hover {
    color: #000;
    text-decoration: none;
}

.text-center h2 {
    text-align: center !important;
}

.btn-sm {
    height: 48px;
    font-size: 11px;
    letter-spacing: 0.7px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}

.nav {
    position: static;
}

.nav > li {
    position: static;
}

.translateLang {
    color: rgb(255, 255, 255);
    padding: 0 15px;
    line-height: 14px;
    height: 50px;
    display: flex;
    align-items: center;
}

.translateLang:hover {
    color: rgb(255, 255, 255);
}

.navbar-nav > li > a {
    color: #FFF;
    line-height: 14px;
    height: 50px;
    display: flex;
    align-items: center;
}

.navbar-nav > li > a:hover {
    background: transparent;
    color: #FF8142;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent;
}

.header_right {
    display: flex;
    align-items: center;
    margin: 0;
}

.header_right .btn {
    width: auto;
    padding: 0 22px;
}

.headlang {
    position: relative;
    height: 50px;
    top: 0;
    right: 0;
}

.headlang .dropdown-menu {
    padding-top: 50px;
    top: 0;
    left: 0;
    right: 0;
}

.headlang .dropdown-menu li a {
    padding: 0 15px;
    font-size: 11px;
}

.header_logo {
    width: 112px;
    height: 40px;
    display: flex;
    align-items: center;
}

.navbar-toggle {
    background: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.section-welc {
    padding: 206px 0 99px;
    background: url(../img/membership/welcbg.jpg) no-repeat center;
    background-size: cover;
}

.welc {
    max-width: 760px;
}

.welc_txt {
    letter-spacing: 0;
    max-width: 430px;
    margin: 34px 0 31px;
    line-height: 1.3;
}

.welc_btn .btn {
    height: 58px;
    width: 374px;
    max-width: 100%;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-what {
    padding: 88px 0 93px;
}

.what {
    padding-left: 100px;
    background: url(../img/membership/bluestar.svg) no-repeat left 0;
}

.what_txt {
    line-height: 1.3;
    letter-spacing: 0;
    column-count: 2;
    margin: 49px 0 0;
    max-width: 953px;
    column-gap: 7%;
}

.section-piqs {
    background: #1A1A1A;
    padding: 64px 0 70px;
}

.piqs_subtitle {
    font-size: 24px;
    line-height: 108.333%;
    letter-spacing: 0;
    margin: 13px 0 70px;
}

.piqs {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.piqs:before, .piqs:after {
    display: none;
}

.piqs_item {
    margin-bottom: 36px;
}

.piqs_item_img {
    width: 80px;
    height: 80px;
    margin: 0 auto 14px;
}

.piqs_item_txt {
    margin: 0 auto;
    max-width: 350px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1px;
}

.section-lg {
    padding: 32px 0 34px;
}

.section-lg a {
    color: #fff;
}

.section-lg a:hover {
    color: #fff;
    text-decoration: none;
}

.lg h3 {
    margin: 0;
}

.lg h3 span {
    color: #000;
    display: inline-flex;
    align-items: center;
    margin: 0 0 0 19px;
}

.lg h3 a:hover {
    animation: fadecolor 2s infinite;
}

@keyframes fadecolor {
    0% {
        color: #000;
    }
    50% {
        color: #FF8142;
    }
    100% {
        color: #000;
    }
}

.section-servtable {
    padding: 116px 0 23px;
}

.servtable {
    text-align: center;
    overflow: hidden;
}

.servtable_tr {
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
}

.servtable_th {
    flex: 1;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 20px;
    background: #1A1A1A;
    display: flex;
    align-items: center;
    min-height: 70px;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
}

.servtable_th-title {
    text-transform: uppercase;
    color: #FF8142;
    text-align: left;
}

.servtable_td {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 12px 20px;
    background: #1A1A1A;
}

.servtable_td-title {
    justify-content: flex-start;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 122.222%;
    letter-spacing: 1px;
}

.icon-yes {
    width: 42px;
    height: 33px;
    background: url(../img/membership/yes.svg) no-repeat left 0;
}

.icon-no {
    width: 30px;
    height: 1px;
    background: #FFF;
}

.section-prices {
    padding: 20px 0 116px;
}

.prices_wrap {
    margin-top: 56px;
}

.prices_wrap .nav-tabs {
    margin: 0 0 72px;
    border: none;
    display: flex;
    justify-content: center;
    gap: 27px;
}

.prices_wrap .nav-tabs > li {
    border: none;
    float: none;
}

.prices_wrap .nav-tabs > li > a {
    border-radius: 50px;
    border: 1px solid #FFF;
    height: 69px;
    color: #fff;
    width: 228px;
    background: #1A1A1A;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    margin: 0;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
}

.prices_wrap .nav-tabs > li.active > a, .prices_wrap .nav-tabs > li.active > a:hover,
.prices_wrap .nav-tabs > li.active > a:focus {
    color: #fff;
    border: none;
    background: linear-gradient(270deg, #063AFF 5.92%, #FF8142 100%);
}

.prices {
    display: flex;
    flex-wrap: wrap;
}

.prices:before, .prices:after {
    display: none;
}

.prices > div {
    margin-bottom: 30px;
}

.prices_item {
    background: #191919;
    height: 100%;
}

.prices_item:hover {
    background: #333;
}

.prices_item {
    display: flex;
    flex-direction: column;
}

.prices_item_title {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    background: #FFF;
    min-height: 87px;
    color: #000;
    padding: 15px 15px 15px 20px;
}

.prices_item_cont {
    padding: 18px 15px 20px 23px;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
}

.prices_item_cont i {
    font-style: normal;
    font-size: 90%;
}

.prices_item_btn {
    margin-top: auto;
}

.prices_item_btn .btn {
    letter-spacing: 1px;
    font-size: 22px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.prices_item_btn .btn:hover {
    background: #063AFF;
}

.section-boardline {
    padding: 32px 0 34px;
}

.boardline h3 {
    margin: 0;
}

.section-faq {
    padding: 62px 0 81px;
}

.faq {
}

.faq_item {
    font-size: 18px;
    margin-top: 50px;
}

.faq_item_q {
}

.faq_item_title {
    font-family: 'Druk Wide Cyr';
    font-weight: 700;
    line-height: 155.556%;
    letter-spacing: 0.7px;
}

.faq_item_arr {
    margin: 9px 0;
    background: url(../img/membership/arrow-down.svg) no-repeat left 0;
    width: 20px;
    height: 28px;
}

.faq_item_q[aria-expanded="true"] .faq_item_arr {
    background-image: url(../img/membership/arrow-down2.svg);
}

.faq_item_ans {
    margin-top: 39px;
    display: none;
    border-radius: 20px;
    padding: 18px 24px;
    background: #2B2B2B;
    font-weight: 300;
    line-height: 122.222%;
    letter-spacing: 0.7px;
}

.faq_item_ans p {
    margin: 0;
}

.bordtxt {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}

.header {
    top: 54px;
}

.header_fl {
    position: relative;
    padding-top: 21px;
}

.header_addr {
    padding-top: 4px;
    margin: 0;
    left: 0px;
    right: 0px;
    top: -54px;
    height: 54px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8080804D;
}

.win-city {
    z-index: 1020;
}

@media (min-width: 1250px) {
    .container {
        width: 1210px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 50px;
    }

    .main-page h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 25px;
    }

    .header {
        top: 20px;
    }

    .section-welc {
        padding: 137px 0 99px;
    }

    .servtable_tr {
        gap: 8px;
        margin-bottom: 6px;
    }

    .servtable_th {
        font-size: 16px;
        padding: 12px 12px;
        min-height: 60px;
    }

    .servtable_td {
        font-size: 16px;
        padding: 6px 12px;
        min-height: 60px;
    }

    .prices_wrap .nav-tabs {
        margin: 0 0 50px;
        gap: 20px;
    }

    .prices_wrap .nav-tabs > li > a {
        height: 60px;
        width: 200px;
        font-size: 18px;
    }

    .what {
        padding-left: 87px;
    }

    .header_right {
        height: 100%;
        flex-direction: column;
        align-items: stretch;
        padding-top: 30px;
    }

    .header_right .btn {
        margin: 0;
        width: 100%;
    }

    .header_btn {
        margin-top: auto;
    }

    .header .navbar-nav > li {
        float: none;
        margin: 0px;
    }

    .navbar-nav > li > a {
        padding: 12px 15px;
    }

    .header .navbar-nav {
        margin: 0px -15px 30px;
    }

    .header_logo {
        position: relative;
        z-index: 12;
    }

    .translateLang {
        height: 50px;
        font-size: 16px;
    }

    .headlang {
        height: auto;
    }

    .navbar-nav .open .dropdown-menu {
        padding-top: 0;
        width: fit-content;
        background-color: #ffffff1a;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 15px;
    }

    .headlang .dropdown-menu li a {
        font-size: 16px;
    }

    #menu-collapse {
        overflow-x: hidden;
    }


    .header_addr {
        padding-top: 0px;
        top: -40px;
        height: 40px;
    }

    .header {
        top: 40px;
    }

    .header_fl {
        padding-top: 0px;
    }

}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }

    .col-12 {
        width: 100%;
    }

    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    .what {
        padding-top: 50px;
        background-size: 40px;
        padding-left: 0;
    }

    .what_txt {
        column-count: 1;
    }

    .main-page h2 {
        font-size: 28px;
    }

    .piqs_item_txt {
        max-width: 300px;
    }

    .prices_wrap .nav-tabs {
        gap: 8px;
        margin: 0 0 40px;
    }

    .prices_wrap .nav-tabs > li {
        flex: 1;
    }

    .prices_wrap .nav-tabs > li > a {
        height: 50px;
        padding: 5px;
        width: auto;
        line-height: 1.2;
        text-align: center;
        font-size: 14px;
    }

    .prices_item_title {
        min-height: 50px;
        font-size: 16px;
        padding: 15px 15px 15px 20px;
    }

    .prices_item_cont {
        padding: 18px 15px 20px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .faq_item {
        font-size: 16px;
    }

    .section-boardline, .section-lg {
        padding: 18px 0;
    }

    .prices_wrap {
        margin-top: 32px;
    }

    .servtable_tr {
        flex-wrap: wrap;
        gap: 4px;
        margin-bottom: 10px;
    }

    .servtable_th {
        font-size: 14px;
        padding: 8px 12px;
        min-height: 40px;
    }

    .servtable_th-title {
        width: 100%;
        flex-basis: auto;
    }

    .servtable_td {
        font-size: 14px;
        padding: 6px 12px;
        min-height: 34px;
    }

    .servtable_td-title {
        width: 100%;
        flex-basis: auto;
        justify-content: center;
        text-align: center;
    }

    .icon-yes {
        width: 24px;
        height: 20px;
        background-size: contain;
    }

    .icon-no {
        width: 20px;
    }

    .section-servtable {
        padding: 60px 0 23px;
    }

    .piqs_item_img {
        margin: 0 auto 8px;
    }

    .piqs_subtitle {
        font-size: 19px;
        margin: 13px 0 55px;
    }

    .section-piqs {
        padding: 64px 0 30px;
    }

    .section-prices {
        padding: 20px 0 38px;
    }

    .section-welc {
        padding: 137px 0 60px;
    }

    .section-what {
        padding: 45px 0 60px;
    }

    .lg h3 a {
        display: block;
        margin: 0;
    }


}