body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0;
}

img, object, embed {
    vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: "";
}

a * {
    cursor: pointer;
}

input,
textarea {
    outline: none;
}

a {
    text-decoration: none;
}

input {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

* {
    outline: none;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

i {
    backface-visibility: hidden;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    height: 100%;
}

body {
    font: 400 14px/1.2 "Outfit", sans-serif;
    color: #ffffff;
    background: #000;
}
body .img-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.wrapper {
    padding-top: 100px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .wrapper {
        padding-top: 20px;
    }
}

.container {
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
}

header,
main,
footer {
    position: relative;
    z-index: 2;
}

.header-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.header-holder .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    max-width: 414px;
    width: 100%;
    color: #F80998;
    font-size: 50px;
    font-weight: 900;
}
.header-holder .logo img {
    max-width: 185px;
    height: auto;
}
.header-holder .header-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.section-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.section-holder .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .section-holder .text {
        margin-bottom: 30px;
    }
}

.main-btn {
    display: flex;
    align-items: center;
    background: #f80998;
    border-radius: 20px;
    padding: 0px 50px;
    height: 60px;
    border: 2px solid transparent;
    transition: 0.3s;
    cursor: pointer;
}
@media (max-width: 767px) {
    .main-btn {
        padding: 0px 20px;
        height: 45px;
    }
}
@media (max-width: 405px) {
    .main-btn {
        padding: 10px;
    }
}
.main-btn span {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .main-btn span {
        font-size: 18px;
    }
}
.main-btn svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}
@media (max-width: 767px) {
    .main-btn svg {
        width: 19px;
        height: 19px;
    }
}
@media (min-width: 1025px) {
    .main-btn:hover {
        background: transparent;
        border-color: #f80998;
        color: #f80998;
    }
}

.text-wrap {
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 30px;
    padding: 30px;
    margin: 50px 0 30px 0;
}
.text-wrap .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    color: #909090;
    text-align: center;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .text-wrap .title {
        font-size: 30px;
        margin-bottom: 25px;
        line-height: 31px;
    }
}
.text-wrap .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #909090;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .text-wrap .text {
        margin-bottom: 12px;
    }
}

.link {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #f80998;
    transition: 0.3s;
}
@media (min-width: 1025px) {
    .link:hover {
        color: #909090;
    }
}

.text-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #909090;
    margin-bottom: 30px;
}

.benefits-wrap {
    background: rgba(24, 24, 24, 0.4);
    width: 100%;
    border-radius: 80px 80px 30px 30px;
}

.benefits-section {
    background: linear-gradient(45deg, #9c005e 0%, #9b4a00 100%);
    border-radius: 80px 80px 30px 30px;
    padding: 70px 30px;
}
@media (max-width: 767px) {
    .benefits-section {
        padding: 30px 10px;
    }
}
.benefits-section .title {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .benefits-section .title {
        font-size: 30px;
        margin-bottom: 25px;
    }
}
.benefits-section .btn-holder {
    display: flex;
    justify-content: center;
}
.benefits-section .btn-holder .main-btn {
    border-color: #ffffff;
    background: transparent;
}
.benefits-section .btn-holder .main-btn span {
    color: #ffffff;
}
.benefits-section .btn-holder .main-btn svg {
    fill: #ffffff;
}
@media (min-width: 1025px) {
    .benefits-section .btn-holder .main-btn:hover {
        background: #f80998;
        border-color: transparent;
    }
}

.items-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .items-holder {
        flex-wrap: wrap;
    }
}
.items-holder .line-holder {
    width: 160px;
    transform: translate(0px, -60px);
}
@media (max-width: 1025px) {
    .items-holder .line-holder {
        display: none;
    }
}
.items-holder .line-svg {
    width: 100%;
    height: 4px;
}
.items-holder .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #fff;
    border-radius: 80px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}
@media (max-width: 420px) {
    .items-holder .item {
        width: 120px;
        height: 120px;
        margin-bottom: 15px;
    }
}
.items-holder .item .svg-icon {
    width: 60px;
    height: 60px;
}
.items-holder .item-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}
@media (max-width: 1025px) {
    .items-holder .item-holder {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .items-holder .item-holder {
        width: 50%;
        padding: 0;
        margin-bottom: 20px;
    }
}
.items-holder .item-holder .title {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
    .items-holder .item-holder .title {
        margin-bottom: 0;
    }
}
@media (max-width: 420px) {
    .items-holder .item-holder .title {
        font-size: 20px;
    }
}

.benefits-list {
    padding: 70px 50px 70px 50px;
}
@media (max-width: 767px) {
    .benefits-list {
        padding: 30px 15px 30px 15px;
    }
}
.benefits-list .title {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .benefits-list .title {
        font-size: 30px;
        margin-bottom: 25px;
    }
}

.btn-holder {
    display: flex;
    justify-content: center;
}
.btn-holder .main-btn {
    background: transparent;
    border-color: #f80998;
}
.btn-holder .main-btn span {
    color: #f80998;
}
.btn-holder .main-btn .svg-icon {
    fill: #f80998;
}
@media (min-width: 1025px) {
    .btn-holder .main-btn:hover {
        border-color: transparent;
        background: #f80998;
    }
    .btn-holder .main-btn:hover span {
        color: #ffffff;
    }
    .btn-holder .main-btn:hover .svg-icon {
        fill: #ffffff;
    }
}

.list-holder {
    display: flex;
    justify-content: center;
    padding: 0 65px;
    margin-bottom: 50px;
}
@media (max-width: 800px) {
    .list-holder {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .list-holder {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
}
.list-holder .list-col {
    width: auto;
}
@media (max-width: 767px) {
    .list-holder .list-col {
        width: 100%;
        margin-bottom: 30px;
    }
    .list-holder .list-col:last-child {
        margin-bottom: 0;
    }
}
.list-holder .list-col .list-title {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .list-holder .list-col .list-title {
        margin-bottom: 10px;
    }
}
.list-holder .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .list-holder .list-item {
        align-items: flex-start;
    }
}
.list-holder .list-item.wrap-box {
    flex-wrap: wrap;
}
.list-holder .list-item:last-child {
    margin-bottom: 0;
}
.list-holder .list-item svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-grow: 0;
    flex-shrink: 0;
}
.list-holder .list-item span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.list-holder .list-item em {
    display: block;
    width: 100%;
    padding-left: 39px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #909090;
}

.tour-section .title {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .tour-section .title {
        font-size: 30px;
        margin-bottom: 25px;
    }
}

.tour-item {
    margin-bottom: 50px;
}
.tour-item .tour-title {
    font-weight: 600;
    font-size: 26px;
    color: #909090;
    margin-bottom: 30px;
    text-align: center;
}
@media (max-width: 767px) {
    .tour-item .tour-title {
        margin-bottom: 15px;
        font-size: 22px;
    }
}
.tour-item .img-holder {
    display: flex;
}
.tour-item .img-holder .desktop-icon {
    margin-right: 50px;
}
@media (max-width: 1025px) {
    .tour-item .img-holder .desktop-icon {
        margin-right: 10px;
    }
}
.tour-item .img-holder .desktop-icon img {
    width: 100%;
    border-radius: 20px;
    border: 7px solid #5d5d5d;
}
.tour-item .img-holder .mobile-icon img {
    width: 100%;
    border-radius: 20px;
    border: 7px solid #5d5d5d;
}

.form-holder {
    background: rgba(24, 24, 24, 0.4);
    border-radius: 30px;
    padding: 70px 50px;
    width: 100%;
}
@media (max-width: 767px) {
    .form-holder {
        padding: 30px 10px;
    }
}
.form-holder .title {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .form-holder .title {
        font-size: 30px;
        margin-bottom: 25px;
    }
}
.form-holder form {
    width: 100%;
}

.form-cols {
    display: flex;
    margin-bottom: 50px;
}
@media (max-width: 970px) {
    .form-cols {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .form-cols {
        margin-bottom: 10px;
    }
}
.form-cols .col-item {
    width: 50%;
    margin-right: 10px;
}
.form-cols .col-item:last-child {
    margin-right: 0;
}
@media (max-width: 970px) {
    .form-cols .col-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.col-item .row {
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 970px) {
    .col-item .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
}
.col-item .row:last-child {
    margin-bottom: 0;
}
.col-item .row label {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    display: block;
}
@media (max-width: 970px) {
    .col-item .row label {
        width: 100%;
        max-width: 500px;
        margin-bottom: 10px;
    }
}
.col-item .row input {
    display: block;
    border: 2px solid #1e1e1e;
    border-radius: 20px;
    padding: 10px 5px 10px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #909090;
    background: transparent;
    width: 100%;
    max-width: 500px;
}
.col-item .row input::-moz-placeholder {
    color: #909090;
}
.col-item .row input::placeholder {
    color: #909090;
}
.col-item .row select {
    border: 2px solid #1e1e1e;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    color: #909090;
    background: transparent;
    width: 100%;
    max-width: 500px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 51 32' width='10' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.544c-0 0.005-0 0.011-0 0.017 0 1.277 0.486 2.44 1.284 3.315l-0.004-0.004 21.248 22.784c0.767 0.827 1.859 1.343 3.072 1.343s2.305-0.516 3.070-1.34l0.002-0.003 21.248-22.784c0.803-0.873 1.296-2.043 1.296-3.328s-0.492-2.455-1.299-3.332l0.003 0.004c-0.773-0.861-1.89-1.401-3.133-1.401-1.212 0-2.305 0.513-3.073 1.334l-0.002 0.002-18.112 19.456-18.112-19.456c-0.77-0.823-1.862-1.337-3.075-1.337-1.243 0-2.36 0.539-3.13 1.397l-0.003 0.004c-0.794 0.871-1.28 2.034-1.28 3.311 0 0.006 0 0.012 0 0.018v-0.001z' fill='%23909090'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 20px top 50%;
    background-size: auto;
}
.col-item .row textarea {
    border: 2px solid #1e1e1e;
    border-radius: 20px;
    padding: 20px 5px 10px 20px;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    color: #909090;
    resize: none;
    width: 100%;
    max-width: 500px;
    height: 163px;
}
.col-item .row textarea::-moz-placeholder {
    color: #909090;
    font: 400 16px/1.2 "Outfit", sans-serif;
}
.col-item .row textarea::placeholder {
    color: #909090;
    font: 400 16px/1.2 "Outfit", sans-serif;
}

.checkbox-row {
    display: flex;
    align-items: center;
}
@media (max-width: 970px) {
    .checkbox-row {
        width: 100%;
        max-width: 500px;
        flex-wrap: wrap;
    }
}
.checkbox-row .checkbox {
    margin-right: 50px;
}
.checkbox-row .checkbox:last-child {
    margin-right: 0;
}

.checkbox {
    display: flex;
    align-items: center;
    z-index: 6;
    background-color: transparent;
    border-radius: 5px;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0;
}

.col-item .row .checkbox label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    color: #909090;
}
.col-item .row .checkbox input + label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100% !important;
    height: 20px;
    line-height: 1.3;
    color: #908f8f;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s;
    white-space: wrap;
}
@media (max-width: 767px) {
    .col-item .row .checkbox input + label {
        margin-bottom: 16px;
    }
}

.checkbox input + label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.3s ease-in-out;
    background-image: url(../images/done.svg);
    background-size: 0;
    cursor: pointer;
    z-index: 10;
    vertical-align: top;
}

.checkbox input:checked + label::before {
    border-color: #F80998;
    background: url(../images/done.svg) center no-repeat #F80998;
    z-index: 10;
}

.contact-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3125;
    color: #909090;
    margin-top: 40px;
}
.contact-text a {
    transition: color 0.3s;
    color: #f80998;
}
@media (min-width: 1025px) {
    .contact-text a:hover {
        color: #909090;
    }
}

.partners-holder .title {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}
@media (max-width: 767px) {
    .partners-holder .title {
        font-size: 30px;
        margin-bottom: 25px;
    }
}
.partners-holder .box-img {
    margin-bottom: 50px;
}
@media (max-width: 1024px) {
    .partners-holder .box-img {
        width: 650px;
        max-width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 650px) {
    .partners-holder .box-img {
        width: 100%;
    }
}
.partners-holder .box-img img {
    width: 100%;
}
@media (max-width: 1024px) {
    .partners-holder .btn-holder {
        margin-top: 30px;
    }
}

.box-holder {
    border-radius: 30px;
    padding: 50px;
    background: rgba(24, 24, 24, 0.4);
}
@media (max-width: 767px) {
    .box-holder {
        padding: 20px;
    }
}
.box-holder .title {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #909090;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .box-holder .title {
        font-size: 30px;
        margin-bottom: 25px;
    }
}
.box-holder .sub-titel {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #909090;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}
.footer-inner a {
    display: block;
}
.footer-inner .copi {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71429;
    text-align: center;
    color: #777;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.footer-inner .copi a {
    color: #ffffff;
    transition: color 0.3s;
}
@media (min-width: 1025px) {
    .footer-inner .copi a:hover {
        color: #777;
    }
}

.box-partners {
    width: 100%;
}

.box-partners .box-img {
    width: 100%;
}

.box-partners .title {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .box-partners .title {
        font-size: 30px;
        margin-bottom: 25px;
    }
}

.box-partners-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
    align-items: center;
}

.box-partners-inner .img-holder {
    /* max-width: 180px;
    width: 100%; */
    margin: 5px;
}

.box-partners-inner .img-holder img {
    width: 100%;
}

.form-cols .field-error.down {
    color: red;
}

.row .bottom.captcha {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row .bottom.captcha input {
    display: block;
    border: 2px solid #1e1e1e;
    border-radius: 20px;
    padding: 10px 5px 10px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #909090;
    background: transparent;
    width: 100%;
    max-width: 500px;
}

.row .bottom.captcha .image {
    display: flex;
    justify-content: center;
    margin: 10px 0 10px 0;
}

.row .bottom.captcha .box-image-wrap {
    max-width: 140px;
    width: 100%;
    margin-right: 15px;
}

.row .bottom.captcha .box-image-wrap img {
    width: 100%;
}

.row .bottom.captcha .box-image-wrap label {
    display: block;
}

.content_partner_page .generic-error {
    text-align: center;
    color: red;
    margin-bottom: 15px;
}

.bottom.captcha .captcha-control {
    display: flex;
    flex-direction: column;
}

.bottom .main-btn.btn-send {
    justify-content: center;
}

.field-error,
.generic-error{
    color: red;
}

.content_partner_page .success{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}