body {
    font-family: "GothamPro", sans-serif;
    font-size: 16px;
    color: #102D47;
}
body.menu-opened {
    overflow: hidden;
}

a {
    font-family: "GothamPro", sans-serif;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

ul, li {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    width: 100%;
}

input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #FCFCFD;
    border: 1px solid #DCDFE9;
    border-radius: 6px;
    color: #102D47;
    font-size: 14px;
    outline: none;
    padding: 0 16px;
}
input::placeholder {
    color: #95A3B1;
    font-size: 14px;
}
input:focus {
    border: 1px solid #786CD9;
}
input.error {
    border: 1px solid #EB5757;
}

label {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #2E4B65;
    font-family: "GothamPro-Medium", sans-serif;
    margin-bottom: 8px;
}

.icon-eye {
    background: url(.././images/eye.svg) center center;
    width: 20px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    cursor: pointer;
}

.full-width {
    max-width: 100% !important;
    width: 100% !important;
}

.border {
    border-top: 1px solid #EAEDF0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        z-index: 2;
        position: relative;
    }
}
.container {
    z-index: 2;
    position: relative;
}

.main-btn {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4CF4A;
    border-radius: 6px;
    color: #102D47;
    font-family: "GothamPro-Medium", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
}
.main-btn:hover {
    background: #FFD231;
}

.icon-user {
    background: url(.././images/user.svg) center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.icon-caret {
    background: url(.././images/caret-down.svg) center center;
    width: 4px;
    height: 8px;
    display: inline-block;
    background-repeat: no-repeat;
}

.input-wrapper {
    position: relative;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #0E1D45;
    font-family: "GothamPro", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-container input:checked ~ .checkbox-checkmark {
    background-color: #6650BC;
    border: 1px solid transparent;
}
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}
.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #DCDFE9;
}
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #FAFAFD;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cover {
    background: url(.././images/decor.png) top center, linear-gradient(274.6deg, #42198B 3.73%, #2B1569 103%);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 100vh;
    width: 100%;
}
@media (max-width: 1025px) {
    .cover {
        min-height: auto;
    }
}

@media (max-width: 992px) {
    .menu-opened header {
        background: #1E1358;
    }
    .menu-opened .header-menu-burger span:nth-child(2) {
        display: none;
    }
    .menu-opened .header-menu-burger span {
        min-width: 20px;
        display: block;
        transition: all 0.3s ease-in-out;
    }
    .menu-opened .header-menu-burger span:first-child {
        transform: rotate(45deg) translate(1px, 7px);
    }
    .menu-opened .header-menu-burger span:last-child {
        transform: rotate(135deg) translate(-2px, 9px);
    }
}
.header {
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.header-menu-list {
    display: flex;
    align-items: center;
    list-style: none;
}
.header-menu-item:first-child {
    margin-right: 65px !important;
}
.header-menu-item:not(:last-child) {
    margin-right: 40px;
}
.header-menu-item:not(:first-child) .header-menu-link:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    background: #F4CF4A;
    opacity: 0;
    visibility: hidden;
    transition: width 0.3s ease-in-out;
}
.header-menu-item:not(:first-child):hover .header-menu-link:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
@media (max-width: 992px) {
    .header-menu-item:nth-child(2), .header-menu-item:nth-child(3), .header-menu-item:nth-child(4), .header-menu-item:nth-child(5) {
        display: none;
    }
}
.header-menu-link {
    font-size: 13px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "GothamPro-Medium", sans-serif;
    position: relative;
}
.header-menu-link.logo {
    width: 100px;
    display: block;
    height: 56px;
    background: url(.././images/logo.svg) center center;
}
.header-menu-link:hover {
    color: #fff;
}
.header-menu-burger {
    width: 20px;
    height: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1px 0;
}
.header-menu-burger span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 1px;
}
.header-menu-mobile {
    display: none;
}
@media (max-width: 992px) {
    .header-menu-mobile {
        position: fixed;
        top: 76px;
        left: 0;
        width: 100%;
        height: calc(100vh - 76px);
        background: #130A44;
        z-index: 105;
        padding: 50px 30px;
        display: none;
        flex-direction: column;
    }
    .header-menu-mobile.show {
        display: flex;
    }
}
@media (max-width: 992px) and (max-width: 580px) {
    .header-menu-mobile {
        padding: 35px 20px;
    }
}
.header-menu-mobile-list {
    list-style: none;
}
.header-menu-mobile-item:not(:last-child) {
    margin-bottom: 50px;
}
@media (max-width: 580px) {
    .header-menu-mobile-item:not(:last-child) {
        margin-bottom: 24px;
    }
}
.header-menu-mobile .header-menu-link {
    font-size: 20px;
    line-height: 30px;
    font-family: "GothamPro-Medium", sans-serif;
    background: none;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
@media (max-width: 580px) {
    .header-menu-mobile .header-menu-link {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }
}
@media (min-width: 767px) {
    .header-menu-mobile .header-log-btn {
        display: none;
    }
}
@media (min-width: 581px) {
    .header-menu-mobile .header-log-link {
        display: none;
    }
}
.header-log {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-log-btn {
    border: 2px solid #F4CF4A;
    border-radius: 4px;
    background: transparent;
    width: 125px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: "GothamPro-Medium", sans-serif;
    margin-right: 35px;
    transition: 0.3s ease-in-out;
}
.header-log-btn:hover {
    background: #F4CF4A;
    color: #fff;
}
@media (max-width: 580px) {
    .header-log-btn {
        margin-top: auto;
        width: 100%;
        margin-bottom: 100px;
    }
}
.header-log-link {
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: "GothamPro-Medium", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.header-log-link span {
    margin-left: 5px;
}
.header-log-link:hover {
    color: #fff;
}
.header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}
.header.scrolled .header-menu-link.logo {
    background: url(.././images/logo-dark.svg) center center;
}
.header.scrolled .header-menu-link {
    color: #102D47;
}
.header.scrolled .header-log-btn {
    color: #102D47;
}
.header.scrolled .header-log-link {
    color: #102D47;
}
.header.scrolled .header-log-link .icon-user {
    background: url(.././images/user-dark.svg) center center;
}
.header.scrolled .header-menu-burger span {
    background: #000;
}

.front-page {
    padding: 170px 0 90px;
}
@media (max-width: 1025px) {
    .front-page {
        padding: 150px 0;
    }
}
@media (max-width: 580px) {
    .front-page {
        padding: 100px 0;
    }
}
.front-page-title {
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    margin-bottom: 12px;
    display: block;
    font-family: "GothamPro-Black", sans-serif;
}
@media (max-width: 580px) {
    .front-page-title {
        font-size: 28px;
        line-height: 36px;
    }
}
.front-page-desc {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.78;
}

.login {
    width: 445px;
    background: #fff;
    padding: 40px 50px;
    box-shadow: 0px 6px 26px rgba(63, 63, 63, 0.08), 0px 8px 36px rgba(63, 63, 63, 0.04);
    border-radius: 12px;
}
@media (max-width: 1025px) {
    .login {
        width: 100%;
        max-width: 630px;
        margin: 40px auto 0;
    }
}
@media (max-width: 580px) {
    .login {
        padding: 40px 20px;
    }
}
.login-title {
    font-size: 24px;
    line-height: 120%;
    color: #0B1633;
    font-family: "GothamPro-Bold", sans-serif;
}
@media (max-width: 1025px) {
    .login-title {
        flex-basis: 100%;
    }
}
@media (max-width: 580px) {
    .login-title {
        font-size: 20px;
        line-height: 120%;
    }
}
.login-block {
    margin-top: 40px;
}
@media (max-width: 1025px) {
    .login-block.email-block, .login-block.password-block {
        width: calc(50% - 12.5px);
    }
}
@media (max-width: 580px) {
    .login-block.email-block, .login-block.password-block {
        width: 100%;
    }
}
@media (max-width: 1025px) {
    .login-block.email-block {
        margin-right: 25px;
    }
}
@media (max-width: 580px) {
    .login-block.email-block {
        margin-right: 0;
    }
}
@media (max-width: 1025px) {
    .login-block.agree-block, .login-block.btn-block {
        width: 100%;
    }
}
/*.login-block a {*/
/*    text-decoration: underline;*/
/*}*/
.login-btn {
    width: 225px;
    margin: 0 auto;
}
@media (max-width: 1025px) {
    .login-btn {
        width: 100%;
    }
}
.login-another {
    margin-top: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 13px;
    color: #0E1D45;
}
.login-link {
    font-size: 12px;
    line-height: 162.69%;
    color: #786CD9;
    text-align: right;
    display: block;
    margin-top: 5px;
}
@media (max-width: 1025px) {
    .login-form {
        display: flex;
        flex-wrap: wrap;
    }
}

.features {
    background: #fafafa;
}
@media (max-width: 1025px) {
    .features {
        background: #fff;
    }
}
.features-wrapper {
    background: #fff;
    box-shadow: 0px 20px 40px rgba(212, 217, 232, 0.2);
    border-radius: 10px;
    padding: 35px 28px;
    transform: translateY(-20px);
}
@media (max-width: 1025px) {
    .features-wrapper {
        transform: none;
        margin: 0 auto;
        width: 100%;
        max-width: 630px;
        box-shadow: none;
        padding: 28px 0;
    }
}
@media (max-width: 580px) {
    .features-wrapper {
        padding: 50px 35px 10px;
    }
}
.features-icon {
    margin-bottom: 40px;
    max-width: 40px;
}
@media (max-width: 580px) {
    .features-icon {
        margin-bottom: 0;
        margin-right: 20px;
    }
}
.features-name {
    font-size: 19px;
    line-height: 24px;
    font-family: "GothamPro-Medium", sans-serif;
    color: #102D47;
}
.features-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #2E4B65;
}
@media (max-width: 580px) {
    .features-desc {
        margin-top: 8px;
    }
}
@media (max-width: 992px) {
    .features-item {
        margin-bottom: 35px;
    }
}
@media (max-width: 992px) {
    .features-item.last {
        margin-bottom: 0;
    }
}
@media (max-width: 580px) {
    .features-item.last {
        margin-bottom: 40px;
    }
}
@media (max-width: 580px) {
    .features-item {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }
}

.whyus {
    background: #fafafa;
    padding: 140px 0 100px;
}
@media (max-width: 580px) {
    .whyus {
        padding: 70px 0;
    }
}
.whyus-title {
    font-size: 34px;
    line-height: 120%;
    color: #0B1633;
    font-family: "GothamPro-Bold", sans-serif;
    text-align: center;
    margin-bottom: 48px;
}
@media (max-width: 580px) {
    .whyus-title {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 32px;
    }
}
.whyus-image {
    max-width: 555px;
    max-height: 310px;
    overflow: hidden;
}

.whyus-label {
    margin-top: 42px;
    font-size: 28px;
    line-height: 37px;
    color: #102D47;
    font-family: "GothamPro-Medium", sans-serif;
}
@media (max-width: 580px) {
    .whyus-label {
        font-size: 18px;
        line-height: 120%;
        margin-top: 24px;
    }
}
.whyus-item {
    margin-bottom: 60px;
    max-width: 555px;
}
.whyus-item.no-margin {
    margin: 0;
}
@media (max-width: 1025px) {
    .whyus-item {
        margin: 0 auto 60px !important;
    }
}
@media (max-width: 580px) {
    .whyus-item {
        margin: 0 auto 48px !important;
    }
}

.howget {
    background: linear-gradient(274.6deg, #42198B 3.73%, #2B1569 103%);
    padding: 100px 0;
    position: relative;
}
@media (max-width: 580px) {
    .howget {
        padding: 40px 0;
    }
}
.howget-title {
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: "GothamPro-Bold", sans-serif;
    margin-bottom: 30px;
    text-align: center;
}
.howget-title span {
    color: #F4CF4A;
}
@media (max-width: 580px) {
    .howget-title {
        font-size: 26px;
        line-height: 120%;
        padding: 0 10px;
    }
}
.howget-item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
}
@media (max-width: 1025px) {
    .howget-item {
        margin-bottom: 20px;
        display: flex;
        align-self: center;
    }
}
@media (max-width: 580px) {
    .howget-item {
        padding: 30px 20px;
        flex-direction: column;
    }
}
.howget-image {
    position: relative;
}
.howget-num {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 30px;
    line-height: 24px;
    color: #172D45;
    font-family: "GothamPro-Bold", sans-serif;
}
.howget-step {
    margin-top: 22px;
    font-size: 18px;
    line-height: 24px;
    color: #102D47;
    font-family: "GothamPro-Medium", sans-serif;
}
@media (max-width: 1025px) {
    .howget-step {
        margin-top: 0;
    }
}
.howget-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #2E4B65;
}
.howget .decor {
    background: url(.././images/decor-2.svg) center center;
    background-repeat: no-repeat;
    width: 136px;
    height: 136px;
    position: absolute;
    z-index: 1;
}
.howget .decor.left {
    left: 330px;
    top: 280px;
}
@media (max-width: 1025px) {
    .howget .decor.left {
        left: 0;
        top: 100px;
    }
}
.howget .decor.right {
    right: 330px;
    top: 480px;
}
@media (max-width: 1025px) {
    .howget .decor.right {
        right: 0;
        top: auto;
        bottom: 50px;
    }
}
@media (max-width: 1025px) {
    .howget-bottom {
        margin-left: 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 580px) {
    .howget-bottom {
        margin-left: 0;
        margin-top: 22px;
    }
}

.hint {
    padding: 120px 0 0;
    background: #fafafa;
}
@media (max-width: 1025px) {
    .hint {
        padding: 100px 0;
    }
}
@media (max-width: 580px) {
    .hint {
        padding: 50px 0 0;
    }
}
.hint-block {
    display: flex;
    align-items: center;
    padding-left: 100px;
    max-width: 625px;
}
@media (max-width: 1025px) {
    .hint-block {
        padding-left: 0;
    }
}
.hint-icon {
    min-width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: url(.././images/plus.svg) center center, #6650BC;
    margin-right: 11px;
    background-repeat: no-repeat;
}
.hint-label a {
    font-size: 16px;
    line-height: 23px;
    color: #102D47;
    font-family: "GothamPro-Medium", sans-serif;
    display: flex;
}
.hint-label a[aria-expanded=true] .hint-icon {
    background: url(.././images/close.svg) center center;
    background-repeat: no-repeat;
}
.hint .border {
    margin-top: 75px;
}
@media (max-width: 580px) {
    .hint .border {
        margin-top: 25px;
    }
}
.hint-hidden {
    margin-top: 45px;
    max-height: 480px;
    margin-left: 60px;
    padding-left: 40px;
}
@media (max-width: 1025px) {
    .hint-hidden {
        margin-left: 0;
    }
}
@media (max-width: 580px) {
    .hint-hidden {
        margin-top: 25px;
    }
}
.hint-hidden .simplebar-scrollbar {
    background-color: #6650BC;
}
.hint-hidden .simplebar-track.simplebar-vertical {
    width: 3px;
    background: #EAEDF0;
    border-radius: 100px;
}
.hint-hidden p {
    font-size: 13px;
    line-height: 20px;
    color: #2E4B65;
    margin-bottom: 40px;
}
.hint-heading {
    font-size: 15px;
    line-height: 20px;
    font-family: "GothamPro-Medium", sans-serif;
    color: #102D47;
    margin-bottom: 20px;
    display: block;
}

.ulist {
    margin-bottom: 40px;
    padding-left: 20px;
    list-style: none;
}
.ulist-item {
    font-size: 13px;
    line-height: 32px;
    color: #102D47;
    position: relative;
}
.ulist-item:before {
    content: "•";
    color: #6650BC;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.pricing {
    background: #fafafa;
    padding: 50px 0 0;
}
.pricing-title {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #102D47;
    font-family: "GothamPro-Bold", sans-serif;
    margin-bottom: 40px;
}
@media (max-width: 580px) {
    .pricing-title {
        font-size: 26px;
        line-height: 34px;
    }
}
.pricing-item {
    background: #FFFFFF;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 26px;
    position: relative;
}
@media (max-width: 1025px) {
    .pricing-item {
        margin-bottom: 50px;
    }
    .pricing-item.no-margin {
        margin: 0;
    }
}
@media (max-width: 1025px) and (max-width: 580px) {
    .pricing-item.no-margin {
        margin-bottom: 50px;
    }
}
.pricing-top {
    padding: 36px 24px 22px;
    text-align: center;
    border-bottom: 1px solid #EAEDF0;
}
.pricing-term {
    font-size: 24px;
    line-height: 23px;
    color: #102D47;
    font-family: "GothamPro-Medium", sans-serif;
    margin-bottom: 3px;
}
.pricing-desc {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #647A8D;
}
.pricing-bottom {
    padding: 35px 20px;
}
.pricing-features {
    list-style: none;
}
.pricing-features-item {
    font-size: 15px;
    line-height: 14px;
    color: #2E4B65;
    margin-bottom: 12px;
}
.pricing-features-item:last-child {
    margin-bottom: 0;
}
.pricing-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(.././images/check.svg) center center;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.pricing-price {
    font-size: 24px;
    line-height: 26px;
    color: #102D47;
    font-family: "GothamPro-Medium", sans-serif;
    margin-top: 24px;
    text-align: center;
}
.pricing-price-star {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url('.././images/pricing-star.svg') center center no-repeat;
}

.pricing-price-star-small {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: url('.././images/pricing-star.svg') center center no-repeat;
    background-size: contain;
}
.pricing-price-label {
    font-size: 12px;
    line-height: 16px;
    color: #647A8D;
    text-align: center;
    margin-bottom: 20px;
}
.pricing-btn {
    background: #F6F2FF;
    color: #6650BC;
    font-size: 15px;
    line-height: 14px;
}
.pricing-btn:hover {
    background: #6650BC;
    color: #FFFFFF;
}
.pricing-favourite {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 144px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6650BC;
    border-radius: 100px;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
}
.pricing-text {
    max-width: 600px;
    margin: 30px auto 0;
    font-size: 12px;
    line-height: 18px;
    color: #2E4B65;
    text-align: center;
}
.pricing .border {
    margin-top: 24px;
}

.reviews {
    background: #fafafa;
    padding: 140px 0;
}
@media (max-width: 580px) {
    .reviews {
        padding: 80px 0;
    }
}
.reviews-title {
    font-size: 32px;
    line-height: 40px;
    font-family: "GothamPro-Bold", sans-serif;
    color: #102D47;
}
@media (max-width: 1025px) {
    .reviews-title {
        text-align: center;
    }
}
@media (max-width: 580px) {
    .reviews-title {
        font-size: 26px;
        line-height: 34px;
        text-align: left;
    }
}
.reviews-desc {
    margin-top: 3px;
    font-size: 16px;
    line-height: 24px;
    color: #2E4B65;
    max-width: 740px;
}
@media (max-width: 1025px) {
    .reviews-desc {
        text-align: center;
    }
}
@media (max-width: 580px) {
    .reviews-desc {
        text-align: left;
    }
}
.reviews-slider {
    margin-top: 25px;
    position: relative;
}
@media (max-width: 580px) {
    .reviews-slider {
        margin: 25px -12px 0 0;
    }
}
.reviews .slick-list {
    margin: 0 100px;
}
@media (max-width: 1025px) {
    .reviews .slick-list {
        margin: 0;
    }
}
.reviews .slick-track {
    padding: 0 0 25px;
}
.reviews .slick-slide {
    padding-right: 20px;
}
.reviews-item {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(212, 217, 232, 0.2);
    border-radius: 16px;
    height: 220px;
    padding: 40px 48px;
    position: relative;
}
@media (max-width: 1025px) {
    .reviews-item {
        padding: 40px 30px 34px;
    }
}
@media (max-width: 580px) {
    .reviews-item {
        height: 340px;
    }
}
.reviews-prev, .reviews-next {
    width: 60px;
    height: 60px;
    border: none;
    background: #fff;
    outline: none;
    box-shadow: 0px 5px 15px rgba(49, 49, 49, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}
.reviews-prev:hover svg path, .reviews-next:hover svg path {
    fill: #6650BC;
}
@media (max-width: 1025px) {
    .reviews-prev, .reviews-next {
        display: none;
    }
}
@media (max-width: 580px) {
    .reviews-prev, .reviews-next {
        top: auto;
        bottom: -10px;
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 580px) {
    .reviews-prev svg, .reviews-next svg {
        max-width: 5px;
    }
}
.reviews-prev {
    left: 0;
}
.reviews-next {
    right: 0;
}
@media (max-width: 580px) {
    .reviews-next {
        right: 12px;
    }
}
.reviews-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.reviews-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
}
.reviews-dots li button:before {
    content: "";
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #EAEDF0;
    border-radius: 100px;
}
.reviews-dots li.slick-active button:before {
    background: #6650BC;
}
.reviews-name {
    font-size: 17px;
    line-height: 30px;
    font-family: "GothamPro-Medium", sans-serif;
    color: #102D47;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    display: block;
}
.reviews-text {
    font-size: 16px;
    line-height: 24px;
    color: #2E4B65;
}
.reviews-decor {
    background: url(.././images/reviews-decor.png) center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 20px;
    right: 20px;
}
@media (max-width: 580px) {
    .reviews-decor {
        width: 40px;
        height: 40px;
        background-size: contain;
    }
}

.cta {
    background: #fafafa;
}
.cta-block {
    background: #F6F2FF;
    border-radius: 12px;
    padding: 64px 78px;
}
@media (max-width: 992px) {
    .cta-block {
        padding: 44px 30px;
    }
}
@media (max-width: 580px) {
    .cta-block {
        height: 560px;
    }
}
.cta-title {
    font-size: 32px;
    line-height: 40px;
    font-family: "GothamPro-Bold", sans-serif;
    color: #102D47;
    margin-bottom: 24px;
}
.cta-btn {
    max-width: 275px;
}
.cta-btn:hover {
    color: #102d47;
}
.cta-image {
    position: absolute;
    bottom: -64px;
    right: 50px;
    max-width: 350px;
}
@media (max-width: 992px) {
    .cta-image {
        bottom: -44px;
        right: 15px;
        min-width: 282px;
    }
}
@media (max-width: 580px) {
    .cta-image {
        bottom: -282px;
        right: 0px;
    }
}

.faq {
    background: #fafafa;
    padding: 140px 0;
}
@media (max-width: 580px) {
    .faq {
        padding: 80px 0;
    }
}
.faq-title {
    font-size: 32px;
    line-height: 40px;
    font-family: "GothamPro-Bold", sans-serif;
    color: #102D47;
    margin-bottom: 26px;
}
.faq-item {
    margin-bottom: 20px;
}
.faq-item.last-row {
    margin-bottom: 0;
}
@media (max-width: 1025px) {
    .faq-item.last-row {
        margin-bottom: 20px;
    }
}
.faq-item a {
    width: 100%;
    height: 100%;
    color: #2E4B65;
    font-size: 16px;
}
.faq-item a[aria-expanded=false] {
    border-radius: 10px;
}
.faq-item a[aria-expanded=true] .faq-icon {
    background: url(.././images/faq-minus.svg) center center;
    width: 14px;
    height: 2.5px;
}
.faq-item a[aria-expanded=true] .faq-top {
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #EAEDF0;
}
.faq-top {
    width: 100%;
    height: 100%;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(212, 217, 232, 0.2);
    height: 68px;
}
@media (max-width: 580px) {
    .faq-top {
        padding: 0 20px;
    }
}
@media (max-width: 580px) {
    .faq-top span:first-child {
        padding-right: 10px;
    }
}
.faq-icon {
    background: url(.././images/faq-plus.svg) center center;
    width: 14px;
    height: 14px;
    display: block;
}
@media (max-width: 580px) {
    .faq-icon {
        min-width: 14px;
    }
}
.faq .card {
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 10px 20px rgba(212, 217, 232, 0.2);
    padding: 36px;
    font-size: 16px;
    line-height: 24px;
    color: #102D47;
}
@media (max-width: 580px) {
    .faq .card {
        padding: 20px;
    }
}

.footer {
    background: #130A44;
    padding-top: 80px;
}
@media (max-width: 580px) {
    .footer {
        padding-top: 40px;
    }
}
.footer-heading {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F4CF4A;
    font-family: "GothamPro-Medium", sans-serif;
    margin-bottom: 30px;
    display: block;
}
.footer-list {
    list-style: none;
    margin-bottom: 80px;
}
.footer-item:not(:last-child) {
    margin-bottom: 24px;
}
.footer-item-socials {
    display: flex;
}
.footer-item-socials a:not(:last-child) {
    margin-right: 20px;
    display: block;
}
.footer-link {
    font-size: 14px;
    line-height: 18px;
    color: #F6FCFF;
    font-family: "GothamPro-Medium", sans-serif;
}
.footer-link.accented {
    color: #F4CF4A;
}
.footer-link.accented:hover {
    color: #F4CF4A;
}
.footer-link:hover {
    color: #F6FCFF;
}
.footer-label {
    font-size: 14px;
    line-height: 18px;
    color: #B6B0DA;
}
.footer-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 580px) {
    .footer-copy {
        flex-direction: column;
    }
}
.footer-copy-left {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}
@media (max-width: 580px) {
    .footer-copy-left {
        margin-bottom: 12px;
    }
}
.footer-copy-right {
    font-size: 14px;
    line-height: 18px;
    color: #B6B0DA;
}

.footer-logo-link {
    display: block;
    max-width: 100px;
}

@media (max-width: 580px) {
    .footer-logo-link {
        margin-bottom: 60px;
    }
}

.cookie {
    display: none;
}
.cookie-inner {
    position: fixed;
    bottom: 50px;
    left: 100px;
    background: #FFFFFF;
    border: 1px solid #EAEDF0;
    box-shadow: 0px 6px 26px rgba(63, 63, 63, 0.08);
    border-radius: 6px;
    z-index: 99;
    max-width: 780px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie-text {
    font-size: 13px;
    line-height: 120%;
    color: #2E4B65;
    padding: 0 24px;
}
.cookie-icon {
    background: url(.././images/cookies.svg) center center;
    background-repeat: no-repeat;
    width: 42px;
    height: 36px;
}
.cookie-btn {
    min-width: 100px;
    height: 36px;
    background: #6650BC;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F4F5F5;
    font-size: 13px;
    line-height: 24px;
    font-family: "GothamPro-Medium", sans-serif;
    cursor: pointer;
}
.cookie-btn:hover {
    color: #F4F5F5;
}

@media (max-width: 580px) {
    .cookie-inner {
        max-width: calc(100% - 20px);
        width: 100%;
        margin: 0 auto;
        left: 50%;
        flex-direction: column;
        transform: translateX(-50%);
        bottom: 15px;
    }
    .cookie-icon {
        margin-bottom: 18px;
    }
    .cookie-text {
        margin-bottom: 18px;
        text-align: center;
        padding: 0;
    }
}

.icon-phone {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(.././images/call.svg) center center;
    position: relative;
    top: 3px;
}

.modal-header {
    border-bottom: 0;
}
.modal-footer {
    border-top: 0;
}
.modal-title {
    font-size: 22px;
    line-height: 21px;
    color: #182B3E;
    text-align: center;
    font-family: 'GothamPro-Bold', sans-serif;
    display: block;
}
.modal-login {
    max-width: 425px;
}
.modal-body {
    padding: 0 55px 28px;
}
@media (max-width: 580px) {
    .modal-body {
        padding: 0 20px 20px;
    }
}

.terms-error {
    color: #EB5757;
}


@-webkit-keyframes icon {
    0% {
        background: url(/images/speech-bubbles.svg?v=1) no-repeat center;
    }
    25% {
        background: url(/images/close-envelope.svg?v=1) no-repeat center;
    }
    50% {
        background: url(/images/close-envelope.svg?v=1) no-repeat center;
    }
    100% {
        background: url(/images/speech-bubbles.svg?v=1) no-repeat center;
    }
}

@keyframes icon {
    0% {
        background: url(/images/speech-bubbles.svg?v=1) no-repeat center;
    }
    25% {
        background: url(/images/close-envelope.svg?v=1) no-repeat center;
    }
    50% {
        background: url(/images/close-envelope.svg?v=1) no-repeat center;
    }
    100% {
        background: url(/images/speech-bubbles.svg?v=1) no-repeat center;
    }
}

#callback-float-btn .float-btn {
    position: fixed;
    z-index: 6;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    bottom: 20px;
    right: 25px;
    background-color: #786CD9;
    box-shadow: 0px 5px 15px rgba(133, 130, 130, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


#callback-float-btn.more_top .float-btn {
    bottom: 90px;
}

#callback-float-btn .float-btn--inner {
    display: inline-block;
    background-color: #786CD9;
    box-shadow: 0px 5px 15px rgba(133, 130, 130, 0.1);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: icon 5s infinite;
    animation: icon 5s infinite;
}

#callback-float-btn.opened .float-btn--inner {
    background: url("/images/closes-btn.svg?v=1");
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    animation: unset;
    transition: unset;
    border: none;
}

#callback-float-btn .float-btn--inner-dropdown {
    position: fixed;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 11px 0 rgba(214, 214, 214, .82);
    box-shadow: 0 0 11px 0 rgba(214, 214, 214, .82);
    padding: 20px 0;
    right: 50px;
    bottom: 50px;
    width: 175px;
    height: 125px;
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

#callback-float-btn.opened .float-btn--inner-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 80px;
}

#callback-float-btn .float-btn .float-btn--inner-dropdown {
    display: flex;
    flex-direction: column;
}

#callback-float-btn .float-btn .title {
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #102D47;
}

#callback-float-btn .float-btn .chat {
    font-style: normal;
    margin: 10px 0 20px 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #102D47;
    position: relative;
    padding: 0 20px;
}

#callback-float-btn .float-btn .chat:before {
    position: absolute;
    content: '';
    background: url("/images/online-chat.svg");
    width: 24px;
    height: 24px;
    left: -10px;
    top: -5px;
}

#callback-float-btn .float-btn .email {
    margin: 0 0 0 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #102D47;
    position: relative;
    padding: 0 20px;

}

#callback-float-btn .float-btn .email:before {
    position: absolute;
    content: '';
    background: url("/images/online-mail.svg");
    width: 24px;
    height: 24px;
    left: -10px;
    top: -5px;
}

#callback-float-btn .float-btn .phone {
    position: relative;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #102D47;
    margin: 10px 0 20px 20px;
    padding: 0 20px;
}

#callback-float-btn .float-btn .phone:before {
    position: absolute;
    content: '';
    background: url("/images/online-callback.svg");
    width: 24px;
    height: 24px;
    left: -10px;
    top: -5px;
}

#callback-float-btn .float-btn .subtitle {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #929292;
    margin: 0 0 5px 0;
}

#callback-float-btn .border {
    margin: 30px 0 20px 0;
    border: 1px solid #dee2e6 !important;
}

#callback-float-btn.opened .float-btn--inner {
    background: url(/images/closes-btn.svg?v=1);
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    animation: unset;
    transition: unset;
    border: none;
}


#scroll_top_full {
    display: block !important;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 42px;
    cursor: pointer;
    background-size: 25px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/images/up-image.svg);
    z-index: 6;
}





@-webkit-keyframes icon {
    0% {
        background: url(/images/speech-bubbles.svg?v=1) no-repeat center;
    }
    25% {
        background: url(/images/close-envelope.svg?v=1) no-repeat center;
    }
    50% {
        background: url(/images/close-envelope.svg?v=1) no-repeat center;
    }
    100% {
        background: url(/images/speech-bubbles.svg?v=1) no-repeat center;
    }
}

@keyframes icon {
    0% {
        background: url(/images/speech-bubbles.svg?v=1) no-repeat center;
    }
    25% {
        background: url(/images/close-envelope.svg?v=1) no-repeat center;
    }
    50% {
        background: url(/images/close-envelope.svg?v=1) no-repeat center;
    }
    100% {
        background: url(/images/speech-bubbles.svg?v=1) no-repeat center;
    }
}

#callback-float-btn .float-btn {
    position: fixed;
    z-index: 6;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    bottom: 20px;
    right: 25px;
    background-color: #786CD9;
    box-shadow: 0px 5px 15px rgba(133, 130, 130, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


#callback-float-btn.more_top .float-btn {
    bottom: 90px;
}

#callback-float-btn .float-btn--inner {
    display: inline-block;
    background-color: #786CD9;
    box-shadow: 0px 5px 15px rgba(133, 130, 130, 0.1);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: icon 5s infinite;
    animation: icon 5s infinite;
}

#callback-float-btn.opened .float-btn--inner {
    background: url("/images/closes-btn.svg?v=1");
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    animation: unset;
    transition: unset;
    border: none;
}

#callback-float-btn .float-btn--inner-dropdown {
    position: fixed;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 11px 0 rgba(214, 214, 214, .82);
    box-shadow: 0 0 11px 0 rgba(214, 214, 214, .82);
    padding: 20px 0;
    right: 50px;
    bottom: 50px;
    width: 175px;
    height: 125px;
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

#callback-float-btn.opened .float-btn--inner-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 80px;
}

#callback-float-btn .float-btn .float-btn--inner-dropdown {
    display: flex;
    flex-direction: column;
}

#callback-float-btn .float-btn .title {
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #102D47;
}

#callback-float-btn .float-btn .chat {
    font-style: normal;
    margin: 10px 0 20px 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #102D47;
    position: relative;
    padding: 0 20px;
}

#callback-float-btn .float-btn .chat:before {
    position: absolute;
    content: '';
    background: url("/images/online-chat.svg");
    width: 24px;
    height: 24px;
    left: -10px;
    top: -5px;
}

#callback-float-btn .float-btn .email {
    margin: 0 0 0 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #102D47;
    position: relative;
    padding: 0 20px;

}

#callback-float-btn .float-btn .email:before {
    position: absolute;
    content: '';
    background: url("/images/online-mail.svg");
    width: 24px;
    height: 24px;
    left: -10px;
    top: -5px;
}

#callback-float-btn .float-btn .phone {
    position: relative;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #102D47;
    margin: 10px 0 20px 20px;
    padding: 0 20px;
}

#callback-float-btn .float-btn .phone:before {
    position: absolute;
    content: '';
    background: url("/images/online-callback.svg");
    width: 24px;
    height: 24px;
    left: -10px;
    top: -5px;
}

#callback-float-btn .float-btn .subtitle {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #929292;
    margin: 0 0 5px 0;
}

#callback-float-btn .border {
    margin: 30px 0 20px 0;
    border: 1px solid #dee2e6 !important;
}

#callback-float-btn.opened .float-btn--inner {
    background: url(/images/closes-btn.svg?v=1);
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    animation: unset;
    transition: unset;
    border: none;
}


#scroll_top_full {
    display: block !important;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 42px;
    cursor: pointer;
    background-size: 25px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/images/up-image.svg);
    z-index: 6;
}

.btn-order {
    display: flex;
    justify-content: flex-end;
}
.btn-order.wow {
    justify-content: center;
    margin-top: 50px;
}

.btn-order .order-link {
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4CF4A;
    border-radius: 6px;
    color: #102D47;
    font-family: "GothamPro-Medium", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
}
.btn-order .order-link.wow {
    padding: 15px 30px;
}

.btn-order .order-link:hover {
    background: #FFD231;
}


/*# sourceMappingURL=libs.css.map*/

#types_of_papers h2.title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 23px;
    font-weight: 900;
    color: #102D47;
}
.new_home_page #types_of_papers {
    margin-top: 60px;
}
#types_of_papers {
    padding: 0 0 90px;
    background: #fafafa;
}
#types_of_papers .flex_wrp {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #EAEDF0;
    justify-content: flex-start;
}

#types_of_papers .flex_wrp .item {
    border-right: 1px solid #EAEDF0;
    border-bottom: 1px solid #EAEDF0;
    width: 25%;
    padding: 21px 0 21px 35px;
    display: flex;
    transition: all 0.4s;
    position: relative;
    font-size: 14px !important;
    color: #2E4B65;
    text-decoration: none;
    font-weight: 800;
}

#types_of_papers.other-service .flex_wrp .item {
    width: 50%;
    cursor: pointer;
}
#types_of_papers p {
    margin-bottom: 1rem;
}
#types_of_papers .flex_wrp .item::before {
    content: "";
    width: 8px;
    height: 16px;
    position: absolute;
    left: 18px;
    top: 24px;
    background-image: url(../images/caret-down1.svg);
}

@media screen and (max-width: 445px){
    #types_of_papers.other-service .flex_wrp .item {
        width: 100%;
    }
    #types_of_papers .flex_wrp {
        border-left: 1px solid #EAEDF0;
    }
}


.mainCta .ctaImg.ctaContacts {
    background-image: url(/assets/img/contacts-cover.svg?v=1);
    background-size: 580px;
    background-position: right 50%;
}

@media (max-width: 992px) {
    .mainCta .ctaImg.ctaContacts {
        background-image: url(/assets/img/contacts-cover.svg?v=1);
        background-size: 410px;
        background-position: right 85%;
    }
}

@media (max-width: 767px) {
    .mainCta .ctaImg.ctaContacts {
        background-size: 350px;
        background-position: right 92%;
        min-height: 525px;
        padding: 0;
    }
}

.accept_term {
    padding-left: 151px;
}

.accept_term span {
    font-size: 14px;
    line-height: 24px;
    color: #102D47;
}

#contact_new_form .accept_term .show_error {
    bottom: -12px;
    width: 100%;
}

#contact_new_form input:focus-within, #contact_new_form input:focus, #contact_new_form textarea:focus-within, #contact_new_form textarea:focus {
    border: 1px solid #6650BC !important;
    outline: none;
}

/* Customize the label (the container) */
#contact_new_form .accept, #abuse-form .accept {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
#contact_new_form .accept input, #abuse-form .accept input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#contact_new_form .checkmark, #abuse-form .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #DCDFE9;
    border-radius: 4px;

}

/*!* On mouse-over, add a grey background color *!*/
/*#contact_new_form .accept:hover input ~ .checkmark {*/
/*    background-color: #ccc;*/
/*}*/

/* When the checkbox is checked, add a blue background */
#contact_new_form .accept input:checked ~ .checkmark, #abuse-form .accept input:checked ~ .checkmark {
    background-color: #6650BC;
    border: 1px solid #6650BC;
}

/* Create the checkmark/indicator (hidden when not checked) */
#contact_new_form .accept .checkmark:after, #abuse-form .accept .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#contact_new_form .accept input:checked ~ .checkmark:after, #abuse-form .accept input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#contact_new_form .accept .checkmark:after, #abuse-form .accept .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 992px) and (max-width: 1071px) {
    .container {
        max-width: inherit;
    }
}


@media (min-width: 674px) and (max-width: 991px) {
    .mainCta .ctaImg {
        background-position: 96% 50%;
        background-size: 228px;
    }
}

@media (max-width: 767px) {
    .accept_term {
        padding-left: 0;
    }

    #contact_new_form .accept_term .show_error {
        font-size: 12px;
    }
}

@media (max-width: 673px) {
    .mainCta {
        padding: 80px 0 0 0;
    }

    .mainCta h1 {
        justify-content: center;
        font-size: 20px;
        line-height: 36px;
    }
}

.flex_block {
    background: #fff;
    border: 1px solid #EAEDF0;
    border-radius: 10px;
    padding: 28px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.text_wrp_contact p,
.contact_form_wrp p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #2E4B65;
    margin-bottom: 0;
}

.text_wrp_contact p.block_title,
.contact_form_wrp .block_title {
    font-weight: bold;
    font-size: 28px;
    line-height: 46px;
    color: #102D47;
    margin-bottom: 16px;
}

.flex_block .btn_wrp {
    margin-left: 60px;
}

.flex_block .btn_wrp a {
    background: #6650BC;
    border-radius: 6px;
    display: flex;
    width: 200px;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.contact_form_wrp {
    background: #fff;
    border: 1px solid #EAEDF0;
    border-radius: 10px;
    padding: 28px 40px 55px 40px;
    margin-bottom: 24px;
}

.form_wrp {
    margin-top: 40px;
    border-top: 1px solid #EAEDF0;;
}

#contact_new_form {
    max-width: 710px;
    width: 710px;
    margin: 32px 0 0 0;
}

#contact_new_form input[type="text"],
#contact_new_form input[type="email"] {
    background: #FFFFFF;
    height: 44px;
    border: 1px solid #EAEDF0;
    border-radius: 6px;
    padding-left: 16px;
    width: 100%;
    resize: none;
}

#contact_new_form input.error_field,
#contact_new_form textarea.error_field {
    border: 1px solid #EB5757
}

input::placeholder,
textarea::placeholder {
    color: #647A8D;
    font-size: 14px;
    line-height: 30px;
}

#contact_new_form textarea {
    background: #FFFFFF;
    border: 1px solid #EAEDF0;
    border-radius: 6px;
    padding-top: 7px;
    padding-left: 16px;
    width: 100%;
    resize: none;
}

#contact_new_form .input-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

#contact_new_form .input_wrapper_message {
    align-items: flex-start;
}

#contact_new_form label {
    min-width: 150px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #102D47;
}

#contact_new_form .one_part {
    width: 100%;
}

#contact_new_form input[type='submit'] {
    background: #6650BC;
    border-radius: 6px;
    width: 200px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    margin-left: 150px;
    outline: none;
    color: #FFFFFF;
    border: none;
}

.contact_new_page {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .contact_new_page {
        margin-top: 30px;
    }
}

.contact_new_page .social_list {
    display: flex;
    margin-bottom: 0;
}

.contact_new_page .social_list li a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #102D47;
    font-size: 18px;
    line-height: 100%;
    text-decoration: none;
    margin: 11px 0;
    font-weight: 400;
}

body .page-inside .contact_new_page .social_list li {
    list-style-image: none !important;
    line-height: 30px !important;
    margin: 0 0 11px 0;
    width: 180px;
}

.contact_new_page .social_list li a:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -16px;
    width: 32px;
    height: 32px;
}

.contact_new_page .social_list li a.facebook:before {
    background-image: url(/assets/img/about-us/facebook-logo.svg?v=1);
}

.contact_new_page .social_list li a.twitter:before {
    background-image: url(/assets/img/about-us/twitt-logo.svg?v=1);
}

.contact_new_page .social_list li a.medium:before {
    background-image: url(/assets/img/about-us/med-logo.svg?v=1);
}

.contact_new_page .social_list li a.youtube:before {
    background-image: url(/assets/img/about-us/youtube-logo.svg?v=1);
}

.contact_new_page .social_list li a.pinterest:before {
    background-image: url(/assets/img/about-us/pint-logo.svg?v=1);
}
.form-response-output {
    display: none;
    text-align: center;
    border: 2px solid green;
}
#contact_new_form .show_error {
    display: block !important;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #EB5757;
    bottom: auto;
}

.hide_from {
    display: none !important;
}

.form_success_send {
    margin-top: 32px;
}

.form_success_send .title_success {
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #3C444C;
}

.form_success_send .title_success img {
    margin-right: 32px;
}

.form_success_send .reset_from {
    background: #FFFFFF;
    border: 1px solid #296DCB;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #296DCB;
    width: 270px;
    height: 50px;
    line-height: 50px;
    margin-top: 12px;
    transition: all .5s;
    margin-left: 90px;
}

.form_success_send .reset_from:hover {
    background: #296DCB;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1071px) {
    .mainCta .ctaImg {
        padding: 20px 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #contact_new_form {
        max-width: 100%;
    }

    body .page-inside .contact_new_page .social_list li {
        width: 40px;
        margin-right: 14px;
    }

    .contact_new_page .social_list li a span {
        display: none;
    }
}

@media (max-width: 991px) {
    .header__row {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .flex_block {
        flex-direction: column;
        padding: 16px 20px 24px 20px;
    }

    .flex_block .btn_wrp {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .flex_block .btn_wrp a {
        width: 100%;
    }

    #contact_new_form {
        max-width: 100%;
        width: 100%;
        margin: 32px 0 0 0;
    }

    .text_wrp_contact p.block_title, .contact_form_wrp .block_title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0.5px;
    }

    .text_wrp_contact p, .contact_form_wrp p {
        font-size: 16px;
        line-height: 24px;
    }

    #contact_new_form .input-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact_form_wrp {
        padding: 16px 20px 24px 20px;
    }

    #contact_new_form input[type='submit'] {
        margin-left: 0;
        width: 100%;
    }

    .contact_new_page .social_list {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    body .page-inside .contact_new_page .social_list li {
        width: 40px;
        margin-right: 14px;
    }

    .contact_new_page .social_list li a span {
        display: none;
    }

    .form_success_send .title_success {
        font-size: 18px;
        line-height: 26px;
        position: relative;
        padding-left: 60px;
    }

    .form_success_send .title_success img {
        width: 44px;
        position: absolute;
        left: 0;
        margin-left: 0;
    }

    .form_success_send .reset_from {
        margin-left: 60px;
        width: 210px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;

    }
}

/* ABUSE */

.mainCta .ctaImg.ctaAbuse {
    background-image: url(/assets/img/abuse-cover.svg?v=1);
    background-size: 580px;
    background-position: right 50%;
}

@media (max-width: 992px) {
    .mainCta .ctaImg.ctaAbuse {
        background-image: url(/assets/img/abuse-cover.svg?v=1);
        background-size: 410px;
        background-position: right 85%;
    }
}

@media (max-width: 767px) {
    .mainCta .ctaImg.ctaAbuse {
        background-size: 350px;
        background-position: right 92%;
        min-height: 580px;
        padding: 0;
    }
}

.help-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.help-form  p.title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 23px;
    font-weight: 900;
    color: #102D47;
}
.help-form .accept_term {
    padding-left: 0;
}
.help-form #contact_new_form input[type='submit'] {
    margin-left: 0;
}
.help-form #contact_new_form .send-btn-container {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.help-form .form_success_send .reset_from {
    margin-left: 0;
    border: 1px solid #6650BC;
    border-radius: 6px;
    color: #6650BC;
    height: 50px;
    line-height: 47px;
    font-weight: 500;
    font-size: 16px;
    width: auto;
    padding: 0 20px;
}
.help-form .form_success_send .reset_from:hover {
    color: #fff;
    background: #6650BC;
}
.help-form .form_success_send {
    text-align: center;
}
.how-we-can-help {
    background: #fafafa;
}

.form_success_send .title_success {
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #3C444C;
}
.form_success_send .title_success img {
    max-width: 58px;
    margin-right: 32px;
}

.pay-info {
    padding-bottom: 50px;
    text-align: center;
}
.pay-info img{
    max-width: 345px
}
@media screen and (min-width: 1024px){
    .pay-info img{
        max-width: 960px
    }
}
