input,
button,
textarea,
select {
    font-family: "Rubik", sans-serif;
}

body {
    font-family: "Rubik", sans-serif;
    background: #000f1d;
    color: #fff;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100vh;
}

.page-wrapper {
    overflow: hidden;
    position: relative;
}

.container {
    width: 1240px;
}

.modal {
    height: 100%;
}

.modal-overlay {
    height: 100%;
}

.modal-list {
    height: 100%;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.btn {
    text-decoration: none;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #00cacb;
    background: #00cacb;
    height: 34px;
    padding: 0 19px;
    cursor: pointer;
    direction: rtl;
    color: #000f1d;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn:hover {
    border: 1px solid #1ee6e6;
    background: #1ee6e6;
}
.btn.btn-border {
    background: transparent;
    color: #00cacb;
}
.btn.btn-border:hover {
    background: #00cacb;
    border-color: #00cacb;
    color: #000f1d;
}

a.btn.disabled.header-btn,
a.btn.disabled,
a.disabled,
btn.disabled {
    color: #1a1c1e;
    border: 1px solid #879f9f;
    background: #adcbcb;
    /* pointer-events: none; */
    cursor: not-allowed;
}

.join {
    padding: 145px 0;
}
.join-title {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
}
.join-subtitle {
    margin: 10px auto 60px;
    width: 970px;
    max-width: 100%;
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
}
.join-subtitle span {
    color: #00cacb;
    display: block;
}
.join-img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.join::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -290px;
    width: 100%;
    height: 780px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(-2.8%, rgba(0, 15, 29, 0)),
        color-stop(59.97%, #000f1d)
    );
    background: linear-gradient(0deg, rgba(0, 15, 29, 0) -2.8%, #000f1d 59.97%);
}

.main-item {
    padding: 288px 0;
}
.main-item::before {
    content: "";
    position: absolute;
    height: 420px;
    bottom: -60px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(-2.8%, rgba(0, 15, 29, 0)),
        color-stop(59.97%, #000f1d)
    );
    background: linear-gradient(180deg, rgba(0, 15, 29, 0) -2.8%, #000f1d 59.97%);
    width: 100%;
    z-index: 1;
}
.main-bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-title {
    color: #00cacb;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
}
.main-subtitle {
    margin: 10px 0 40px;
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
}
.main .swiper-pagination {
    bottom: 90px;
    position: absolute;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}
.main .swiper-pagination-bullet {
    display: block;
    margin: 0 10px;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 32px;
    min-width: 32px;
    height: 6px;
    border-radius: 2px;
    background: #00a8a9;
}
.main .swiper-pagination-bullet-active {
    width: 65px;
    min-width: 65px;
    background: #00cacb;
}

.header {
    background: rgba(0, 15, 29, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.header.fixed {
    background: rgba(0, 15, 29, 0.8);
}
.header-list {
    height: 74px;
}
.header-logo {
    margin-left: auto;
}
.header-btn {
    margin-right: 20px;
}

.footer {
    padding: 50px 0 14px;
}
.footer-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0 56px;
}
.footer-link {
    margin-left: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.footer-copy {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-right: auto;
}
.footer-copy a {
    color: #fff;
    text-decoration: none;
}

.modal {
    opacity: 1;
}
.modal-overlay {
    background: rgba(0, 15, 29, 0.8);
    opacity: 1;
}
.modal-close {
    right: auto;
    top: 20px;
    left: 30px;
}
.modal-close:hover {
    opacity: 0.7;
}
.modal-title {
    color: #000f1d;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.modal-top {
    height: 70px;
    background: #00cacb;
    border-radius: 10px 10px 0 0;
}
.modal-container {
    padding: 0;
    width: 390px;
    max-width: 100%;
    border-radius: 16px 16px 10px 10px;
	overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.modal-form {
    padding: 25px 30px 40px;
}
.modal-input {
    margin-bottom: 20px;
}
.modal-input__item,
.modal-input__select .nice-select {
    width: 100%;
    padding: 0 9px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid rgba(0, 15, 29, 0.3);
    color: #000f1d;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.modal-input__item::-webkit-input-placeholder,
.modal-input__select .nice-select::-webkit-input-placeholder {
    background: #000f1d;
}
.modal-input__item::-moz-placeholder,
.modal-input__select .nice-select::-moz-placeholder {
    background: #000f1d;
}
.modal-input__item:-ms-input-placeholder,
.modal-input__select .nice-select:-ms-input-placeholder {
    background: #000f1d;
}
.modal-input__item::-ms-input-placeholder,
.modal-input__select .nice-select::-ms-input-placeholder {
    background: #000f1d;
}
.modal-input__item::placeholder,
.modal-input__select .nice-select::placeholder {
    background: #000f1d;
}
.modal-input__select {
    height: 40px;
    position: relative;
    z-index: 4;
}
.modal-input__select .nice-select .nice-select-dropdown {
    border-radius: 2px;
    margin: -1px 0 0 0;
    border: 1px solid rgba(0, 15, 29, 0.3);
    background: #fff;
    width: 100%;
    left: -1px;
    width: calc(100% + 2px);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-input__select .nice-select .option {
    padding: 9px;
    direction: rtl;
    text-align: right;
    font-size: 14px;
}
.modal-input__select .nice-select .list {
    border-radius: 0;
    overflow: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-input__select select {
    display: none;
}
.modal-input__select .nice-select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    direction: rtl;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-input__select .nice-select::before {
    content: "";
    display: block;
    top: 8px;
    position: absolute;
    left: 10px;
    width: 24px;
    height: 24px;
    background-image: url("../img/select.svg");
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.modal-input__select .nice-select::after {
    display: none;
}
.modal-input__select .nice-select.open::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-input__title {
    margin-bottom: 6px;
    color: #000f1d;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.modal-input__link {
    margin-top: 6px;
    color: #00cacb;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.modal-form__text {
    color: #000f1d;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.modal-form__text b,
.modal-form__text strong {
    font-weight: 500;
}
.modal-form__text a {
    color: #000f1d;
    font-weight: 500;
    text-decoration: none;
}
.modal-form__text a:hover {
    text-decoration: underline;
}
.modal-list {
    padding: 12px;
}

.modal-top__success {
    height: 104px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
.modal-top__success .modal-title {
    width: 100%;
}
.modal-top__img {
    margin: 0 auto 5px;
}

.modal-checked {
    border-radius: 2px;
    border: 1px solid rgba(0, 15, 29, 0.3);
    padding: 11px 9px 11px 13px;
}
.modal-checked__arrow {
    margin-right: 10px;
    width: 24px;
    min-width: 24px;
}
.modal-checked__arrow img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-checked__items {
    margin-top: -12px;
}
.modal-checked__item {
    margin-left: 12px;
    height: 36px;
    border-radius: 2px;
    background: rgba(3, 217, 219, 0.15);
    padding: 0 8px;
    color: #000f1d;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}
.modal-checked__item b {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url("../img/remove.svg");
    margin-left: 6px;
}

.modal-cats {
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.modal-cats__title {
    padding: 10px 20px;
    color: #000f1d;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.modal-cats__item {
    padding: 12px 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    user-select: none;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.modal-cats__item span {
    color: #000f1d;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.modal-cats__item input {
    display: none;
}
.modal-cats__item b {
    margin-left: 16px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid rgba(0, 15, 29, 0.3);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.modal-cats__item b::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/check.svg");
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.modal-cats__item input:checked + b {
    background: #00cacb;
    border-color: #00cacb;
}
.modal-cats__item input:checked + b::before {
    opacity: 1;
}
.modal-cats__item input:checked + b + span {
    color: #00cacb;
}

.title {
    margin-bottom: 60px;
    text-align: center;
    direction: rtl;
    color: #00cacb;
    font-size: 40px;
    font-weight: 700;
    line-height: 28px;
}

.populars {
    padding: 75px 0;
}
.populars-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3;
    left: calc(100% + 154px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.populars-arrow:hover {
    opacity: 0.7;
}
.populars-prev {
    left: auto;
    right: calc(100% + 154px);
}
.populars-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.populars-slider {
    position: static;
    overflow: visible;
}
.populars-item {
    border-radius: 10px;
    overflow: hidden;
    border-radius: 10px;
/*     background: #fff; */
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.populars-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    background: #fff;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 24px 30px 30px;
}
.populars-item__subtitle {
    margin-bottom: auto;
}
.populars-item__img {
    height: 178px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.populars-item__stock {
    padding: 8px 6px;
    border-radius: 4px;
    background: #f5297d;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 78%;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
.populars-item__top {
    background-size: cover;
    background-position: center;
}
.populars-item__top-flex {
    right: 30px;
    bottom: -12px;
    z-index: 2;
}
.populars-item__top-flex span {
    padding: 0 10px;
    height: 30px;
    margin-right: 5px;
    border-radius: 4px;
    background: #fff;
    color: #000f1d;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}
.populars-item__top-flex b {
    padding: 3px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #fff;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}
.populars-item__top-flex b img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.populars-item__title {
    color: #0f3a64;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
}
.populars-item__subtitle {
    color: #0f3a64;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.populars-item__status {
    margin: 15px 0 11px;
}
.populars-item__status-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    line-height: 110%;
}
.populars-item__status-item {
    height: 28px;
    border-radius: 4px;
    border: 1px dashed #00cacb;
    padding: 0 11px;
    white-space: nowrap;
    margin-left: 10px;
    color: #00cacb;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
.populars-item__status-item img {
    margin-right: 5px;
    display: none;
}
.active .populars-item__status-item img {
    display: block;
}
.populars-item__flex {
    margin-bottom: 11px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.populars-item__flex p {
    color: #f5297d;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.populars-item__flex p small {
    margin-left: 6px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-decoration-line: line-through;
}
.populars-item__btn,
.populars-item__border {
    height: 30px;
    padding: 0 11px;
    font-size: 15px;
    letter-spacing: -0.32px;
    white-space: nowrap;
    font-weight: 400;
    border-radius: 4px;
}
.populars-item__btn.btn {
    pointer-events: none;
    background: #999999;
    border-color: #999999;
    color: #fff;
}
.active .populars-item__btn.btn {
    color: #fff;
    background: #00cacb;
    pointer-events: auto;
    border: none;
}
.active .populars-item__btn.btn:hover {
    color: #fff;
    background: #10b0b0;
    border-color: #10b0b0;
}

.populars-item__border.btn {
    pointer-events: none;
    border-color: #999999;
    color: #999999;
}
.active .populars-item__border.btn {
    color: #00cacb;
    border-color: #00cacb;
    pointer-events: auto;
}
.active .populars-item__border.btn:hover {
    color: #fff;
    background: #00cacb;
    border-color: #00cacb;
}
.populars-item__buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.populars-item__buttons span {
    margin: 0 7px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.populars .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.populars .swiper-slide {
    height: auto !important;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
}
.populars .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.populars-padding {
    padding: 75px 0 0;
}

.contact {
    padding: 200px 0;
}
.content {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: -20px;
}
.content p {
    margin-bottom: 20px;
}

p.contact-after-submit {
  color: #000f1d;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}

.content a {
    text-decoration: underline;
    color: #00cacb;
}
.content h4 {
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 20px;
}

.content h2,
.content h3,
.content h5,
.content h6 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
}
.content ul {
    padding-left: 24px;
    list-style-type: disc !important;
}
.content ul li {
    margin-top: 10px;
}

@media (min-width: 1301px) {
    .populars-padding .populars-item__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 20px 0;
    }
    .populars-padding .populars-item__status {
        width: 287px;
        margin: 0;
    }
    .populars-padding .populars-item__flex {
        margin: 0;
    }
    .populars-padding .populars-item__flex p {
        margin-right: 24px;
    }
}
@media (max-width: 1700px) {
    .populars-prev {
        right: auto;
        left: -70px;
    }
    .populars-next {
        left: auto;
        right: -70px;
    }
}
@media (max-width: 1600px) {
    .main-item {
        padding: 200px 0;
    }
}
@media (max-width: 1400px) {
    .populars-prev {
        right: auto;
        left: -50px;
    }
    .populars-next {
        left: auto;
        right: -50px;
    }
}
@media (max-width: 1300px) {
    .container {
        width: 960px;
    }
    .populars-arrow {
        display: none;
    }
    .populars .swiper-slide {
        opacity: 0.2;
    }
}
@media (max-width: 992px) {
    .container {
        width: 730px;
    }
    .join {
        padding: 31px 0 220px;
    }
    .join-title {
        width: 300px;
        font-size: 22px;
        line-height: 28px;
    }
    .join-subtitle {
        margin: 10px auto 40px;
        font-size: 90px;
        line-height: 80px;
    }
    .join::before {
        height: 685px;
        top: -190px;
    }
    .main-item {
        padding: 165px 0 200px;
    }
    .main-item::before {
        bottom: -120px;
        height: 580px;
    }
    .main-title {
        font-size: 30px;
        line-height: 100%;
    }
    .main-subtitle {
        margin: 20px 0 40px;
        font-size: 90px;
        line-height: 80px;
    }
    .main .swiper-pagination {
        bottom: 40px;
    }
    .header-list {
        height: 61px;
    }
    .header-logo {
        width: 152px;
    }
    .header-btn,
    .header-border {
        display: none;
    }
    .header-burger {
        display: block;
    }
    .mobile-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding: 6px 0 12px;
        background: rgba(0, 15, 29, 0.4);
        -webkit-transition: background 0.4s;
        transition: background 0.4s;
    }
    .mobile-menu .header-btn,
    .mobile-menu .header-border {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: calc(50% - 5px);
    }
    .fixed .mobile-menu {
        background: rgba(0, 15, 29, 0.8);
    }
    .populars {
        padding: 100px 0 137px;
    }
    .populars-padding {
        padding: 0 0 100px;
    }
    .contact {
        padding: 140px 0;
    }
    .content {
        font-size: 16px;
        line-height: 24px;
    }
    .content h4 {
        font-size: 20px;
        line-height: 40px;
    }
	.populars-item__flex p {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
    .container {
        width: 540px;
    }
    .footer {
        padding: 50px 0 13px;
    }
    .footer-link {
        font-size: 12px;
        margin-left: 20px;
    }
    .footer-copy {
        font-size: 12px;
    }
    .footer-text {
        margin: 20px 0 63px;
        font-size: 16px;
        line-height: 26px;
    }
    .populars-slider {
        width: 290px;
        margin: 0 auto;
    }
}
@media (max-width: 576px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .join-img.hide {
        display: block;
    }
    .join-img.db {
        display: none;
    }
    .modal-form {
        padding: 20px;
    }
}
@media (max-width: 360px) {
    .join-subtitle,
    .main-subtitle {
        font-size: 80px;
        line-height: 70px;
    }
}
