* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat-medium';
    src: url(../fonts/Montserrat-Medium.ttf);
}

body {
    background: #1D1D1B;
}

html {
    font-size: calc(100vw / 2560 * 10);
}

.cabinet-body {
}

.scroll-off {
    overflow-y: hidden;
}

.mobile-back {
    display: none;
}

.footer-link-mobile {
    display: none;
}

.header-adaptiv {
    display: none;
}

.footer-back {
    display: none;
}

.adaptiv-navigation {
    display: none;
}

.news-all-mobile {
    display: none;
}

.container {
    width: 174.6rem;
    max-width: 100%;
    margin: 0 auto;
}

.big-container {
    width: 228.8rem;
    max-width: 100%;
    margin: 0 auto;
}

.header-container {
    display: flex;
    padding: 0 13.6rem;
    align-items: center;
    padding-top: 5.6rem;
}

.header-logo {
    width: 17.4rem;
    margin-right: 9.7rem;
}

.header-logo img {
    width: 100%;
}

.header-menu-item-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 20.68px */
}

.header-menu {
    display: flex;
    max-width: 115rem;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.header-menu-item-title {
    margin-right: .9rem;
    cursor: pointer;
}

.header-menu-item {
    display: flex;
    align-items: center;
    position: relative;
}

.header-menu-item-more {
    width: 1.4rem;
    margin-top: .3rem;
}

.header-menu-item-more-btn.more-btn-drop .header-menu-item-more {
    rotate: 180deg;
    margin-top: 0;
}

.header-menu-item-more-btn {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100%;
    background-color: #0540F2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-menu-item-drop-list {
    position: absolute;
    top: 3rem;
    left: -1rem;
    padding: 2rem 2rem 2rem 1rem;
    background: #fff;
    width: 100%;
    border-radius: 1rem;
    z-index: -10;
    opacity: 0;
    overflow: hidden;
    transition: .3s;
}

.header-menu-item-drop-list-item {
    list-style-type: none;
    margin-bottom: 1rem;
    cursor: pointer;
}

.header-menu-item-drop-list-item a {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 20.68px */
    text-decoration: none;
    transition: .3s;
}

.header-menu-item-drop-list-item a:hover {
    color: #0540F2;
}

.header-menu-item-drop-list-item:last-child {
    margin-bottom: 0;
}

.header-menu-item:hover .header-menu-item-drop-list {
    z-index: 1;
    opacity: 1;
}

.enjoy-container {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.registration-btn {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem; /* 150% */
    padding: 0 2rem;
    border-radius: 5rem;
    border: .2rem solid #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 4.4rem;
    margin-right: 1.7rem;
    transition: .3s;
}

.registration-btn:hover {
    background: #0540F2;
    border: .2rem solid #0540F2;
}

.personal-account-btn {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem; /* 150% */
    padding: 0 2rem;
    border-radius: 5rem;
    border: .2rem solid #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 4.4rem;
    transition: .3s;
}

.personal-account-btn:hover {
    background: #0540F2;
    border: .2rem solid #0540F2;
}

.page-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 9.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 118.4%; /* 113.664px */
    text-transform: uppercase;
    max-width: 100rem;
    margin-bottom: 1.4rem;
    margin-top: 16.7rem;
}

.page-subtitle {
    color: #FFF;
    font-family: Montserrat-medium;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 103.4%; /* 24.816px */
    margin-bottom: 5rem;
}

.page-title-btn {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    border-radius: 5rem;
    background: #FE0D38;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border: none;
    outline: none;
    height: 4.4rem;
    cursor: pointer;
    margin-bottom: 6.5rem;
    transition: .3s;
}

.page-title-btn:hover {
    background-color: #0540F2;
}

.page-btn-subtitle {
    color: #FFF;
    font-family: Montserrat-medium;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 103.4%; /* 16.544px */
}

.choice-row {
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(43, 42, 41, 0.80) 0%, rgba(43, 42, 41, 0.80) 100%);
    backdrop-filter: blur(1.5rem);
    padding: 4.6rem 6.6rem 5.5rem 6.6rem;
    margin-top: 8.9rem;
    margin-bottom: 8.9rem;
    cursor: pointer;
    transition: .3s;
}

.choice-row-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 41.36px */
    margin-bottom: 4.6rem;
}

.choice-row-items {
    display: flex;
    justify-content: space-between;
}

.choice-row-item {
    border-radius: 1rem;
    background: #FFF;
    padding: 3.8rem 0 3.4rem 3.8rem;
    width: 37.43rem;
    height: 21.4rem;
    box-sizing: border-box;
    position: relative;
    transition: .3s;
}

.choice-row-item:hover .choice-row-item-img-hover {
    opacity: 1;
}

.choice-row-item:hover .choice-row-item-img{
    opacity: 0;
}

.choice-row-item:hover {
    background: #0540F2;
}

.choice-row-item-title {
    margin-top: 2rem;
    color: #1D1D1B;
    font-family: Montserrat-medium;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120.9%; /* 21.762px */
}

.choice-row-item:hover .choice-row-item-title {
    color: #FFF;
}


.choice-row-item-img {
    width: 6.3rem;
    height: 6.3rem;
}

.choice-row-item-img-hover {
    position: absolute;
    width: 6.3rem;
    height: 6.3rem;
    top: 3.8rem;
    left: 3.8rem;
    opacity: 0;
}


.header-bacground {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.header-bacground img {
    width: 100%;
}


.page-line {
    width: 50%;
    height: .2rem;
    background: #0540F2;
}

.page-underline-info {
    color: #FFF;
    font-family: Montserrat;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 49.632px */
    margin-bottom: 3rem;
}

.page-underline-subtitle {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 20.68px */
}

.altoflogo {
    position: absolute;
    right: 0;
    width: 24.7rem;
    overflow: hidden;
}

.page-bottom-info {
    position: relative;
    padding-bottom: 51rem;
    margin-top: 8.9rem;
}

.skills {
    background: #FFF;
    padding-top: 18.15rem;
}

.skills-row {
    display: flex;
    justify-content: space-between;
    margin-top: -57.4rem;
    margin-bottom: 16.4rem;
}

.skills-item {
    border-radius: 1rem;
    background: #E8EEFF;
    max-width: 74.2rem;
}

.skills-item-info {
    padding-left: 4.1rem;
    padding-right: 3.6rem;
    padding-bottom: 3.9rem;
}

.skills-item-img {
    margin-left: auto;
    text-align: right;
    max-width: 52rem;
    margin-bottom: 4.4rem;
}

.skills-item-img img {
    width: 100%;
    display: block;
}

.skills-item-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 33.088px */
    margin-bottom: 6.9rem;
}

.skills-item-subtitle {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 148.9%; /* 23.824px */
    display: flex;
}

.skills-item-subtitle::before {
    content: "";
    width: .2rem;
    height: 8rem;
    background: #0540F2;
    margin-right: 2.9rem;
}

.skills-item:nth-child(n+2) .skills-item-img {
    width: 75.4rem;
    height: 45.5rem;
    margin-bottom: 2.5rem;
}

.sources {
    background: #E8EEFF;
    padding-top: 8.9rem;
    padding-bottom: 8.9rem;
    position: relative;
}

.sources-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 49.632px */
    margin-bottom: 8rem;
}

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

.sources-row-item {
    padding-top: 9.8rem;
    padding-left: 5.8rem;
    padding-bottom: 9.5rem;
    border-radius: 2rem;
    background: #0540F2;
    backdrop-filter: blur(1.5rem);
    width: 52.4rem;
    box-sizing: border-box;
}

.sources-row-item-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 33.088px */
}

.sources-row-item-title::after {
    content: "";
    display: block;
    width: 8rem;
    height: .2rem;
    margin-top: 2.6rem;
    margin-bottom: 3.9rem;
    background: #FFF;
}

.sources-row-item-title-volume {
    color: #FFF;
    font-family: Montserrat;
    font-size: 8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 82.72px */
}

.sources-row-item:nth-child(2) {
    background: #FFF;
}

.sources-row-item:nth-child(2) .sources-row-item-title {
    color: #1D1D1B;
}

.sources-row-item:nth-child(2) .sources-row-item-title::after {
    background: #0540F2;
}

.sources-row-item:nth-child(2) .sources-row-item-title-volume {
    color: #0540F2;
}

.sources-row-item:nth-child(3) {
    background: linear-gradient(180deg, rgba(43, 42, 41, 0.80) 0%, rgba(43, 42, 41, 0.80) 100%);
}

.sources-img {
    position: absolute;
    left: 0;
    width: 35.9rem;
    top: 19.8rem;
}

.price {
    background: #FFF;
    padding: 10rem 0;
}

.price-back {
    border-radius: 2rem;
    background: #F4F7FF;
    padding-top: 8.9rem;
    padding-bottom: 9.9rem;
}

.price-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 49.632px */
    margin-bottom: 3.4rem;
}

.price-subtitle {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 20.68px */
}

.price-rate-row {
    display: flex;
    justify-content: space-between;
    margin-top: 6.8rem;
}

.price-rate-item {
    padding-top: 4.7rem;
    padding-left: 5.8rem;
    padding-bottom: 4.7rem;
    padding-right: 8.7rem;
    transition: .3s;
}

.price-rate-item-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 28.952px */
    margin-bottom: 2.6rem;
    width: 42.4rem;
}

.price-rate-item-price {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 37.224px */
    margin-bottom: 3.4rem;
}

.price-rate-item-btn {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem; /* 150% */
    width: 15.9rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    border: .1rem solid #1D1D1B;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 2rem;
}

.price-rate-item-btn:hover {
    background: #0540F2;
    border: .1rem solid #0540F2;
    color: #FFF;
}

.price-rate-item-list::before {
    content: "";
    display: block;
    width: 33.5rem;
    height: .1rem;
    margin-top: 3.2rem;
    margin-bottom: 2.8rem;
    background: linear-gradient(0deg, #D9D9D9 0%, #D9D9D9 100%), linear-gradient(0deg, #D9D9D9 0%, #D9D9D9 100%), #D9D9D9;
}

.price-rate-item-list {
    margin: 0;
    padding: 0;
}

.price-rate-item ul li {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 149.4%; /* 29.88px */
    list-style-type: none;
    display: flex;
    align-items: center;
}

.price-rate-item-list-item::before {
    content: "";
    display: block;
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    background-color: #1D1D1B;
    margin-right: .5rem;
}

.price-rate-item:hover {
    border-radius: 2rem;
    background: #FFF;
    backdrop-filter: blur(15px);
}

.faq {
    background-color: #FFF;
    padding-bottom: 12.1rem;
}

.faq-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 9.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 99.264px */
    margin-bottom: 7rem;
}

.faq-accordion-item {
    padding: 1.5rem;
}

.faq-accordion-item:last-child::after {
    display: none;
}

.faq-accordion-item::after {
    content: "";
    background: #E8EEFF;
    width: 100%;
    height: 0.2rem;
    display: block;
    margin-top: 1.5rem;
}

.faq-accordion-item-quest {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-accordion-item-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 33.088px */
}

.faq-accordion-item-arrow {
    width: 6rem;
    cursor: pointer;
}

.faq-accordion-item-arrow img {
    width: 100%;
}

.faq-accordion-line {
    background: #E8EEFF;
    width: 100%;
    height: .2rem;
}

.faq-accordion-item-reply {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140.4%; /* 33.088px */ 
    display: none;
    padding-top: 3rem;
}
.faq-accordion-item-reply-active .faq-accordion-item-reply{
    display: block;
}

.faq-accordion-item-quest.active .faq-accordion-item-arrow {
    rotate: 180deg;
}

.form {
    background: #0540F2;
    background-image: url(/assets/images/formback.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 87.3rem;
    padding: 10.2rem 0;
}

.form-row {
    display: flex;
}

.form-info {
    margin-right: 13rem;
}

.form-info-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 9.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 99.264px */
}

.form-info-title-img {
    max-width: 21rem;
    width: 100%;
}

.form-info-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6.6rem;
}

.form-info-title-word {
    padding-bottom: 1rem;
    margin-left: 5rem;
}

.form-info-subtitle {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 156.9%; /* 31.38px */
}

.main-form {
    border-radius: 2rem;
    background: #FFF;
    padding: 8rem 10rem;
    max-height: 58.2rem;
    box-sizing: border-box;
}

.main-form-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 114.9%; /* 36.768px */
    margin-bottom: 5rem;
}

.main-form-input-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-form-input {
    padding: 1.4rem 0;
    display: flex;
    align-items: center;
    padding-left: 2.7rem;
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 3rem;
    border: .2rem solid #1D1D1B;
    outline: none;
    margin-bottom: 3.7rem;
}

.main-form-input:nth-child(n+4) {
    width: 43%;
}

.main-form-checkbox-label {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.main-form-checkbox {
    outline: none;
}

.main-form-checkbox-row {
    max-width: 42rem;
    display: flex;
    align-items: center;
}

.main-form-btn {
    border-radius: 5rem;
    background: #FE0D38;
    cursor: pointer;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem; /* 150% */
    border: none;
    width: 19.2rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.main-form-btn:hover {
    background-color: #0540F2;
}

.news {
    background: #E8EEFF;
    padding: 12.1rem 0 11rem 0;
}

.news-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 49.632px */
    margin-top: 8.9rem;
    margin-bottom: 8rem;
}

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

.news-item {
    width: 52.2rem;
    position: relative;
}

.news-item-main {
    padding-top: 3.7rem;
    padding-bottom: 5.7rem;
    padding-left: 4.8rem;
    border-radius: 2rem;
    padding-right: 3.2rem;
    background: #FFF;
    backdrop-filter: blur(1.5rem);
    display: flex;
    height: 34.6rem;
    box-sizing: border-box;
    text-decoration: none;
}

.news-item-main-info-category {
    color: #C1C1C1;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 20.68px */
    display: flex;
    align-items: center;
}

.news-item-main-info-category::before {
    content: "";
    display: block;
    width: 3rem;
    height: .5rem;
    margin-right: 1rem;
    border-radius: 2rem;
    background: #C1C1C1;
    backdrop-filter: blur(1.5rem);
}

.news-item-main-info-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    margin-top: 4.4rem;
    line-height: 103.4%; /* 33.088px */
    margin-bottom: 1rem;
}

.news-item-main-info-subtitle {
    color: #1D1D1B;
    font-family: Montserrat-medium;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 149.4%; /* 29.88px */
}

.news-item-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.8rem;
}

.news-item-date-info {
    color: #8D8D8D;
    font-family: Montserrat-medium;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 149.4%; /* 29.88px */
}

.news-item-date-more {
    color: #FE0D38;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 149.4%; /* 29.88px */
    text-decoration: none;
}

.news-image {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 34.6rem;
}

.news-item-new {
    width: 65.9rem;
}
.news-item-new .news-item-main {
    width: 65.9rem;
}

.news-item-new .news-item-main .news-item-main-info {
    max-width: 31.5rem;
}

.footer {
    padding: 7.8rem 0 4.7rem 0;
    background: #1D1D1B;
    position: relative;
}

.footer-logo {
    width: 16.9rem;
}

.footer-link {
    margin-right: 16.2rem;
    width: 28.4rem;
}

.footer-link-phone {
    color: #FFF;
    font-family: Montserrat;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 37.224px */
    margin-top: 6.4rem;
    margin-bottom: 1rem;
    width: 28.4rem;
}

.footer-link-email {
    color: #FFF;
    font-family: Montserrat-medium;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 103.4%; /* 20.68px */
    margin-bottom: 6.8rem;
}

.footer-link-networks-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 37.224px */
    margin-bottom: 2.7rem;
}

.footer-link-networks-item img {
    width: 16.9rem;
}

.footer-row {
    display: flex;
}

.footer-link-btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background: #FE0D38;
    height: 4.4rem;
    max-width: 18rem;
    padding: 0 2rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem; /* 150% */
    margin-top: 2.8rem;
    cursor: pointer;
    transition: .3s;
}

.footer-link-btn:hover {
    background-color: #0540F2;
}

.footer-more-item-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 37.224px */
    margin-bottom: 2.4rem;
}

.footer-more-item-list {
    color: #8D8D8D;
    font-family: Montserrat-medium;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 171.9%; /* 30.942px */
    margin-left: 2rem;
    cursor: pointer;
    transition: .3s;
}

.footer-more-item-list a {
    color: #8D8D8D;
    font-family: Montserrat-medium;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 171.9%; /* 30.942px */
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}

.footer-more-item-list:hover {
    color: #fff;
}

.footer-more-item-list a:hover {
    color: #fff;
    font-family: Montserrat-medium;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 171.9%; /* 30.942px */
    cursor: pointer;
    transition: .3s;
}

.footer-more {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-more-item {
    width: 30%;
}

.footer-more-item:nth-child(-n+3) {
    margin-bottom: 3.7rem;
}

.footer-image {
    position: absolute;
    right: 0;
    width: 38.9rem;
    bottom: 21rem;
}

.footer-line {
    background: #0540F2;
    width: 100%;
    height: .2rem;
    margin-bottom: 3.7rem;
    margin-top: 11.3rem;
}

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

.footer-copy-left {
    color: #FFF;
    font-family: Montserrat-medium;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-copy-right {
    color: #FFF;
    font-family: Montserrat-medium;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-link-networks-item {
    display: flex;
    align-items: center;
}

.footer-link-networks-item-link {
    width: 5rem;
    margin-right: 1rem;
}

.footer-link-networks-item-link img {
    width: 100%;
}

.footer-link-networks-item-link:last-child {
    margin: 0;
}

.main-form-checkbox {
    position: absolute;
    z-index: 11;
    opacity: 0;
    cursor: pointer;
}

.main-form-checkbox-label {
    display: flex;
    align-items: center;
}

.main-form-checkbox-label::before {
    content: "";
    display: block;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 100%;
    border: solid .1rem #1D1D1B;
    flex-shrink: 0;
    margin-right: 1.5rem;
    cursor: pointer;
}

.main-form-checkbox-label::after {
    position: absolute;
    margin-left: .7rem;
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.3rem;
    border-radius: 100%;
    background-color: #1D1D1B;
    flex-shrink: 0;
    margin-right: 1.5rem;
    cursor: pointer;
    background: 0;  
}

.main-form-checkbox:checked+label::after{
   background-color: #1D1D1B;
}

.skills-item-img-kust-mobile {
    display: none;
}

.cabinet-body {
    background: #fff;
}

.cabinet-header {
    background: #F4F7FF;
}

.cabinet-main {
    background: linear-gradient(to right, #E8EEFF 50%, #fff 50%);
    overflow: hidden;
}

.cabinet-container {
    max-width: 230.8rem;
    width: 100%;
    margin: 0 auto;
}

.cabinet-header-row {
    display: flex;
    align-items: center;
    padding: 5.6rem 0 4.8rem 0;
}

.cabinet-header-logo {
    margin-right: 6.4rem;
}

.cabinet-header-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 118.4%; /* 37.888px */
    text-transform: uppercase;
    margin-right: auto;
}

.cabinet-header-btn {
    border-radius: 5rem;
    background: #FFF;
    box-shadow: 0px .4rem 1rem 0px rgba(0, 0, 0, 0.10);
    padding: 0 2rem;
    height: 4.4rem;
    cursor: pointer;
    transition: .3s;
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem; /* 150% */
    display: flex;
    align-items: center;
}

.cabinet-header-btn:last-child {
    margin-left: 4rem;
}

.cabinet-header-btn:hover {
    background: #0540F2;
    color: #FFF;
}

.cabinet-menu-hide-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cabinet-menu-hide-btn-arrow {
    width: 1.2rem;
    height: 2.4rem;
    margin-right: 2.2rem;
    margin-left: 2.4rem;
    transition: .3s;
}

.cabinet-menu-hide-btn-info {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-overflow: clip;
    white-space: nowrap;
    transition: .5s;
}

.cabinet-menu {
    padding-top: 3.2rem;
    padding-right: 5.8rem;
    background: #E8EEFF
}

.main-cabinet-container {
    display: flex;
}

.cabinet-menu-list {
    margin-top: 3.2rem;
    padding-bottom: 4rem;
}

.cabinet-menu-list-item {
    position: relative;
    cursor: pointer;
    list-style-type: none;
    transition: .3s;
    margin-top: 1.3rem;
    height: 7rem;
    min-width: 6rem;
}

.cabinet-menu-list-item-selected .cabinet-menu-list-item-icon-row .cabinet-menu-list-item-icon {
    opacity: 0;
}

.cabinet-menu-list-item-selected .cabinet-menu-list-item-icon-row .cabinet-menu-list-item-icon-hover {
    opacity: 1;
}

.cabinet-menu-list-item-selected .cabinet-menu-list-item-icon-row {
    background: #0540F2;
}

.cabinet-menu-list-item-selected .cabinet-menu-list-item-title {
    color: #0540F2;
    background: #fff;
}

.cabinet-menu-list-item:first-child {
    margin-top: 0;
}

.cabinet-menu-list-item:hover .cabinet-menu-list-item-icon-row .cabinet-menu-list-item-icon {
    opacity: 0;
}

.cabinet-menu-list-item:hover .cabinet-menu-list-item-icon-row .cabinet-menu-list-item-icon-hover {
    opacity: 1;
}

.cabinet-menu-list-item:hover .cabinet-menu-list-item-icon-row {
    background: #0540F2;
}

.cabinet-menu-list-item:hover .cabinet-menu-list-item-title {
    color: #0540F2;
    background: #fff;
}

.cabinet-menu-list-item-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 16.544px */
    display: flex;
    align-items: center;
    border-radius: 5rem;
    background: #F4F7FF;
    width: 37rem;
    height: 7rem;
    padding-left: 8rem;
    box-sizing: border-box;
    transition: .5s;
}

.cabinet-menu-list-item a {
    text-decoration: none;
}

.cabinet-menu-list-item-icon-row {
    border-radius: 5rem;
    background: #FFF;
    box-shadow: 0rem .4rem 1rem 0rem rgba(0, 0, 0, 0.10);
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: .6rem;
    top: .5rem;
    transition: .3s;
}

.cabinet-menu-list-item-icon {
    width: 2.1rem;
    position: absolute;
    transition: .3s;
}

.cabinet-menu-list-item-icon-hover {
    width: 2.1rem;
    position: absolute;
    opacity: 0;
    transition: .3s;
}

.cabinet-menu-list-item-line {
    width: 100%;
    margin-top: 2.3rem;
    margin-bottom: 2.3rem;
    list-style-type: none;
    height: .2rem;
    background: #0540F2;
}

.cabinet-content {
    background: #FFF;
    padding-top: 9rem;
    padding-left: 11.6rem;
    padding-bottom: 10.5rem;
    width: 100%;
}

.cabinet-content-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 118.4%; /* 47.36px */
    text-transform: uppercase;
    margin-bottom: 2.6rem;
}

.cabinet-content-line {
    width: 100;
    height: .2rem;
    background: #0540F2;    
}

.cabinet-content-subtitle {
    margin-bottom: 4rem;
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 24.816px */
    margin-top: 2.9rem;
}

.cabinet-content-settings-list {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.cabinet-content-settings-list:last-child {
    margin-bottom: 3.9rem;
}

.cabinet-content-settings-list:nth-child(-n+2) {
    margin-bottom: 0;
} 

.cabinet-content-settings-list-company-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 2.2rem;
}

.cabinet-content-settings-list-icon {
    width: 2.6rem;
    margin-right: 2.9rem;
    cursor: pointer;
    transition: .8s;
}

.cabinet-content-settings-list-icon:hover {
    rotate: 180deg;
}

.cabinet-content-settings-list-post {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 5.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.cabinet-content-settings-list-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1rem;
    background: #F4F7FF;
    width: 100%;
    box-sizing: border-box;
    padding: 1.3rem 0 1.3rem 3.1rem;
}

.cabinet-content-settings-list-title-password {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-left: 2.2rem;
}

.user-password {
    margin-top: 1rem;
    margin-left: 2.1rem;
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cabinet-content-services-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 24.816px */
    margin-top: 4.2rem;
    margin-bottom: 5rem;
}

.cabinet-content-services-accordeon-top {
    display: flex;
    align-items: center;
    padding-top: 3.5rem;
    padding-bottom: 1.8rem;
    cursor: pointer;
}

.cabinet-content-services-item-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 33.088px */
    width: 48.5rem;
}

.cabinet-content-services-item-post {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 33.088px */
    margin-right: auto;
}

.cabinet-content-services-item {
    border-bottom: solid .2rem #E8EEFF;
}

.cabinet-content-services-accordeon-bottom {
    padding-bottom: 3.3rem;
    display: none;
}

.cabinet-content-services-post {
    border-radius: 100rem;
    background: #E8EEFF;
    display: flex;
    align-items: center;
    padding: 1.7rem 3rem 1.7rem 5rem;
    margin-bottom: 2.4rem;
}  

.cabinet-content-services-post-info {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 33.088px */
}

.cabinet-content-services-post-price {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 33.088px */
    margin-left: 2.5rem;
    margin-right: auto;
}

.cabinet-content-services-post-btn {
    border-radius: 5rem;
    background: #FFF;
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem; /* 150% */
    width: 15.9rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    border: none;
}

.cabinet-content-services-post-btn:hover {
    background: #0540F2;
    color: #fff;
}

.cabinet-content-services-info {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 148.9%; /* 23.824px */
    margin-bottom: 4rem;
    max-width: 174rem;
}

.cabinet-content-services-info:last-child {
    margin-bottom: 2.4rem;
}

.cabinet-content-services-btn-row {
    display: flex;
    align-items: center;
}

.cabinet-content-services-btn {
    padding: 1rem 3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem; /* 150% */
    border-radius: 5rem;
    background: #0540F2;
    transition: .3s;
}

.cabinet-content-services-btn:hover {
    background: #81BF50;
}

.cabinet-content-services-btn:nth-child(n+3) {
    background: #F4F7FF;
    color: #1D1D1B;
}

.cabinet-content-services-btn:nth-child(n+3):hover {
    background: #dfe7fd;
}

.services-btn-statistics {
    margin-right: auto;
    margin-left: 2rem;
}

.services-btn-extend {
    margin-right: 1.5rem;
}

.cabinet-content-services-accordeon-top.active .faq-accordion-item-arrow {
    rotate: 180deg;   
}

.cabinet-menu-arrow-right .cabinet-menu-hide-btn-info {
    opacity: 0;
    transition: .1s;
}


.cabinet-menu-hide {
    font-size: 0;
    padding: 0;
    width: 0;
}

.cabinet-menu-list-item .cabinet-menu-hide {
    margin-left: 3rem;
}

.cabinet-menu-list-item-icon-row-center {
    left: 0;
}

.cabinet-menu-arrow-right .cabinet-menu-hide-btn-arrow {
    rotate: 180deg;
}

.cabinet-modal-win {
    background: linear-gradient(136deg, rgba(43, 42, 41, 0.62) 0%, rgba(0, 0, 0, 0.58) 100%);
    backdrop-filter: blur(1.5rem);
    align-items: center;
    justify-content: center;
    display: none;
    padding: 0 17%;
    box-sizing: border-box;
}

.cabinet-onen-modal-win {
    display: flex !important;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.modal-win-block {
    border-radius: 1rem;
    background: #FFF;
    padding: 8.7rem 11rem 9.4rem 11rem; 
    margin-bottom: 3.8rem;
    width: 53rem;
    box-sizing: border-box;
}

.modal-win-block-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.modal-win-block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.modal-win-block-title-logo {
    width: 9.2rem;
}

.modal-win-block-title-cross {
    width: 4.1rem;
    cursor: pointer;
}

.modal-win-block-subtitle {
    color: #8D8D8D;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5rem;
}

.modal-win-block-form-input {
    padding: 1.4rem 0;
    display: flex;
    text-align: center;
    border: none;
    border-bottom: solid .2rem #8D8D8D;
    outline: none;
    color: #1D1D1B;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    width: 100%;
}

.modal-win-block-form-btn {
    margin-top: 4rem;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 3rem;
    background: #0540F2;
    height: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.collecting-item {
    margin-top: 4rem;
}

.collecting-item-top {
    border-radius: 100rem;
    background: #E8EEFF;
    max-width: 94.2rem;
    width: 100%;
    padding-left: 4rem;
    display: flex;
    align-items: center;
    height: 7.8rem;
    cursor: pointer;
}

.collecting-item-top-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 24.816px */
}

.collecting-item-top-icon {
    position: relative; 
    width: 6rem;
    height: 6rem;
    margin-right: 1.9rem;
}

.collecting-item-top-icon img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.collecting-item-top-icon-open {
    opacity: 0;
    z-index: 2;
}

.collecting-item-bottom {
    padding-top: 4rem;
    padding-bottom: 3rem;
    display: none;
}

.collecting-item-bottom-list {
    margin-top: 2.5rem;
}

.collecting-item-bottom-list-add {
    padding-inline-start: 4rem;
}

.collecting-item-bottom-list-add li {
    list-style-type: none;
}

.collecting-item-bottom-list-category {
    list-style-type: none;
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 20.68px */
    display: flex;
    align-items: center;
}

.collecting-item-bottom-list-category::before {
    content: "";
    display: block;
    width: 1.55rem;
    height: .1rem;
    background-color: #1D1D1B;
    margin-right: 2rem;
}

.collecting-item-bottom-list-add-item::before {
    content: "";
    display: block;
    width: 1.55rem;
    height: .1rem;
    background-color: #1D1D1B;
    margin-right: 2rem;
}

.last-item::after {
    content: "";
    display: block;
    width: .1rem;
    height: 1.55rem;
    background-color: #1D1D1B;
    position: absolute;
    left: .75rem;
}

.collecting-item-bottom-list-add-item {
    list-style-type: none;
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 20.68px */
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    position: relative;
}

.collecting-item-bottom-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 33.088px */
}

.collecting-item-bottom-btn-row {
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

.collecting-item-bottom-btn {
    display: flex;
    align-items: center;
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 24.816px */
    margin-right: 2rem;
}

.collecting-item-bottom-btn-image {
    width: 6rem;
    margin-right: .5rem;
}

.collecting-item-bottom-btn-category {
    border-radius: 1rem;
    background: #F4F7FF;
    padding-left: 3.1rem;
    display: flex;
    align-items: center;
    height: 4.7rem;
    width: 20.7rem;
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    margin-right: 1.6rem;
    transition: .3s;
}

.collecting-item-bottom-btn-category:hover {
    background: #E8EEFF;
}

.collecting-item-open .collecting-item-top-icon .collecting-item-top-icon-open {
    opacity: 1;
}

.reviews-link {
    display: flex;
    justify-content: space-between;
    max-width: 68rem;
    width: 100%;
    margin-top: 6rem;
}

.reviews-link-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 24.816px */
}

.reviews-link-more {
    color: #FE0D38;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 149.4%; /* 29.88px */
    text-decoration: none;
}

.collecting-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.collecting-item-row {
    width: 100%;
}

.yt-logo {
    fill: #EA2C2C;
    width: 5rem;
    margin-right: 1.8rem;
}

.collecting-item-top-title-channel {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 24.816px */
}

.date-row {
    margin-bottom: 2rem;
}

.date-row-item {
    list-style-type: none;
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 37.224px */
    margin-bottom: 1.4rem;
}

.date-row-item:nth-child(2) {
    color: #8D8D8D;
}

.date-row-item:nth-child(3) {
    color: #C1C1C1;
}


.date-row-item:nth-child(n+3) {
    color: #C1C1C1;
}

.date-more-btn {
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 20.68px */
}

.date-more-btn span {
    display: block;
    margin-right: 1.9rem;
    width: 1.55rem;
    height: .1rem;
    background-color: #1D1D1B;
}

.cabinet-rates {
    background: #F4F7FF;
    margin-left: -11.6rem;
    padding-left: 11.6rem;
    height: 100%;
    margin-right: -15.7rem;
    margin-top: 11rem;
    padding-top: 9rem;
}

.cabinet-rates-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 49.632px */
    margin-bottom: 3.4rem;
}

.cabinet-rates-subtitle {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 3.4rem;
    line-height: 103.4%; /* 20.68px */
}

.cabinet-rates-row {
    display: flex;
    border-radius: 2rem;
    background: #FFF;
    backdrop-filter: blur(1,5rem);
    max-width: 174.9rem;
    padding: 4.7rem 7.3rem 5rem 6rem;
    width: 100%;
    box-sizing: border-box;
}

.cabinet-rates-row-item {
    display: flex;
    width: 100%;
}

.cabinet-rates-row-item:last-child {
    align-items: center;
}

.cabinet-rates-row-item:last-child::after {
    display: none   ;
}

.cabinet-rates-row-item::after {
    content: "";
    display: block;
    width: .2rem;
    height: 10.4rem;
    background: linear-gradient(0deg, #D9D9D9 0%, #D9D9D9 100%), linear-gradient(0deg, #D9D9D9 0%, #D9D9D9 100%), #D9D9D9;
}

.cabinet-rates-row-item-logo {
    max-width: 7.9rem;
    margin-right: 4.3rem;
}

.cabinet-rates-row-item-info-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 2.5rem;
    line-height: 103.4%; /* 28.952px */
}

.cabinet-rates-row-item-info-subtitle {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103.4%; /* 37.224px */
    width: 41rem;
}

.cabinet-rates-row-item-info {
    margin-top: auto;
}

.cabinet-rates-row-item-more {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 149.4%; /* 29.88px */
    margin-left: 2.4rem;
    width: 51rem;
}

.cabinet-rates-row-item-list {
    display: flex;
    align-items: center;
    padding-left: 2.4rem;
}

.cabinet-rates-row-item-btn {
    margin-left: auto;
    border: none;
    cursor: pointer;
    transition: .3s;
    border-radius: 5rem;
    background: #0540F2;
    width: 15.9rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
}

.cabinet-rates-row-item-btn:hover {
    background: #81BF50;
}

.chat-row .date-row-item:first-child {
    color: #0540F2;
}

.cabinet-rates .price-rate-row {
    max-width: 174.9rem;
    width: 100%;
    box-sizing: border-box;
}

.enter {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/enterback.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enter-info {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 49%;
    justify-content: center;
    flex-direction: column;
    padding-left: 27rem;
    box-sizing: border-box;
}

.enter-info-logo {
    width: 50rem;
    margin-bottom: 6rem;
}

.enter-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 118.4%; /* 75.776px */
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.enter-subtitle {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5rem;
    line-height: 103.4%; /* 24.816px */
}

.enter-btn {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5rem;
    background: #FE0D38;
    border: none;
    outline: none;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18rem;
    height: 4.4rem;
    margin-bottom: 6.5rem;
}

.enter-btn:hover {
    background: #0540F2;
}

.background-more {
    position: absolute;
    top: 0;
    left: 0;
    width: 30rem;
}

.enter-more {
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 103.4%; /* 16.544px */
}

.enter-right {
    color: #00000;
    font-family: Montserrat;
    font-size: 2.4rem;
    padding: 0 2rem;
    box-sizing: border-box;
    width: 49%;
    height: calc(100% - 4rem);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    background: #FFF;
    position: relative;
}

.alert-danger {
    color: red;
    text-align: center;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem;
}

.enter-right-img {
    position: absolute;
    bottom: 0.9rem;
    right: 13rem;
    width: 39rem;
}

.enter-form {
    max-width: 42.6rem;
    width: 100%;
}

.enter-form-title {
    color: #1D1D1B;
    font-family: Montserrat;
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 118.4%; /* 47.36px */
    text-transform: uppercase;
    margin-bottom: 8.8rem;
}

.enter-form-btn {
    border-radius: 3rem;
    background: #C1C1C1;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - .8rem);
    height: 4.1rem;
}

.enter-form-btn-select {
    background: #0540F2;
}

.enter-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.5rem;
}

.invalid-feedback {
    margin-bottom: 1rem;
}

.card-body {
    max-width: 42.6rem;
}

.invalid-feedback span {
    font-family: Montserrat;
    font-size: 1.4rem;
    color: red;
}

.enter-form-input {
    outline: none;
    border-radius: 3rem;
    border: .1rem solid #0540F2;
    background: none;
    text-align: center;
    height: 4.1rem;
    color: #2B2A29;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.password-btn {
    color: #0540F2;
    font-family: Montserrat;
    font-size: 1.4rem;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    font-variant: small-caps;
    margin-left: auto;
}

.enter-form-checkbox-row {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.enter-form-main-btn {
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
    border-radius: 3rem;
    background: #2B2A29;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 4.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8rem;
    text-decoration: none;
}

.enter-form-main-btn:hover {
    background: #000;
}

.enter-form-btn-info {
    text-decoration: none;
    color: #0540F2;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-variant: small-caps;
    display: block;
    margin-bottom: 4rem;
}

.registration-link {
    color: #1D1D1B;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    display: block;
}

.registration-choice {
    color: #2B2A29;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem;
}

.registration-form-choice {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
}

.registration-form-choice-item {
    border-radius: 3rem;
    border: .1rem solid #0540F2;
    width: 100%;
    height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #2B2A29;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: .3s;
}

.registration-form-choice-item:hover {
    color: #FFF;
    background: #0540F2;
}

.registration-form-choice-item-select {
    background: #0540F2;  
    color: #FFF;
}

.registration-input-row {
    display: flex;
    justify-content: space-between;
}

.registration-input-row-item {
    outline: none;
    border-radius: 3rem;
    border: 0.1rem solid #0540F2;
    background: none;
    text-align: center;
    height: 4.1rem;
    color: #2B2A29;
    text-align: center;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    width: calc(50% - .7rem);
    margin-bottom: 2rem;
}

.registration-form-main-btn {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 3rem;
    background: #0540F2;
    height: 4rem;
    cursor: pointer;
    border: none;
    outline: none;
    margin-bottom: 1.5rem;
}

.registration-link-enter {
    margin-bottom: 2rem
}



















.registration-form-choice-row {
    position: relative;
    width: calc(33% - .8rem);
    height: 4.2rem;
    transition: .3s;
}


.registration-form-choice-item-input {
    position: absolute;
    z-index: 11;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 4.2rem;
}


.registration-form-choice-item-input:checked+label{
    color: #FFF;
    background: #0540F2;
}

.registration-form-choice-row:hover .registration-form-choice-item {
    color: #FFF;
    background: #0540F2;
}

pre {
    font-size: 12px;
} 