

/* Start:/assets/css/partners.css?178049341212865*/
.partners {
    background-color: #222;
}

.partners-form {
    opacity: .99;
    padding: 53px 10px 120px;
}

.partners-wrapper-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
}

.partners-title {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 133%;
    color: #fff;
}
.why-subtitle{
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
}
.partners-form-wrapper {
    position: relative;
    height: 578px;
    display: flex;
    justify-content: end;
    border-radius: 20px;
}

.partners-form-wrapper::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/img/n1/116.jpg);
    right: 0;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
}

.partners-decor {
    flex-grow: 1;
    flex-shrink: 1;
    height: 1px;
    background: #3E3E3E;
    margin: 0 10px;
}

.partners-scroll-decor {
    display: block;
    background-image: url(/img/icons/scloll-decor.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}

.partners-form-inner {
    position: relative;
    background-color: #151515;
    height: 100%;
    width: 486px;
    padding: 95px 92px;
    display: flex;
    flex-direction: column;
    border-radius: 0 20px 20px 0;
}


.partners-wrapper {
    height: 620px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.partners-form-wrap p {
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 14px;
}

.partners-form-wrap span {
    font-weight: 600;
    font-size: 13px;
    line-height: 169%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 35px;
}

.btn-wraper-partners {
    margin-top: 24px;
}

.btn-wraper-partners .ripple-effect {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #FF5710;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.partners-bg img {
    display: block;
    border-radius: 20px 0 0 20px;
}

.btn-wraper-partners .ripple-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-wraper-partners .ripple-effect:hover span {
    width: 150%;
    height: 500px;
}

.btn-wraper-partners:hover .ripple-effect b {
    color: black;
}

.user-security {
    margin-top: 8px;
    text-align: center;
}

.user-security b {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
    color: #555555;

}

.user-security b::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 18px;
    background-image: url(/img/icons/user-security.svg);
    background-repeat: no-repeat;
    left: -18px;
    bottom: -5px;
}

.user-security a {
    color: #555555;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    transition: all .3s ease-in-out;
}

.user-security a:hover {
    color: #9A9A9A;
    text-decoration: underline;
}

.partners-input {
    color: #717171;
    background-color: transparent;
    border: 1px solid #717171;
    border-radius: 8px;
    padding: 20px;
    display: block;
    margin-bottom: 12px;
    width: 100%;
}


.partners-wrapper {
    display: grid;
    grid-template-columns: repeat(5 , 1fr);
    grid-template-rows: repeat(2 , 1fr);
    position: relative;
}

.partners-wrapper::after {
    position: absolute;
    content: '';
    width: 99vw;
    height: 1px;
    left: 50%;
    right: 50%;
    bottom: -19px;
    border-bottom: 1px solid #151515;
    transform: translate(-50%, -50%);
}

.partners-wrapper::before {
    position: absolute;
    content: '';
    width: 99vw;
    height: 1px;
    top: 0;
    left: 50%;
    right: 50%;
    border-bottom: 1px solid #151515;
    transform: translate(-50%, -50%);
}

.decor-border {
    position: relative;
}

.decor-border::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px solid #151515;
    left: 50%;
    top: 428px;
    transform: translate(-50%, -50%);
}


.partners-wrapper li:hover {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #FF5710;
    z-index: -1;
}

.partners-wrapper li:hover {
    color: white;
    position: relative;
    z-index: 1;
}

.partners-wrapper li span {
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 58px;
    color: #474747;
    margin-bottom: 28px;
    transition: all .3s ease;
}

.partners-wrapper li:hover span {
    color: white;
}

.partners-wrapper li {
    border: 1px solid #151515;
    padding: 81px 49px;
    height: 100%;
    transition: all .3s ease;
}

.who-middle li p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}


.partners-body-form {
    background-color:  #F8F8F8;
    flex-shrink: 0;
    border-radius: 0 20px 20px 0;
}

.partners-forms-wrap {
    padding: 117px 110px;
}

.partners-wrapperForm {
    display: flex;
    justify-content: end;
    height: 450px;
}

.partners-img-form {
    width: 100%;
    height: 100%;
    background-position: right;
    background-image: url(/img/n1/115.jpg);
    border-radius: 20px 0 0 20px;
}

.partners-forms {
    padding: 120px 10px 120px;
}

.partners-forms-wrap p {
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    color: #232427;
    margin-bottom: 23px;
}

.partners-forms-wrap span {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #232427;
}

.partner-top-title {
    display: flex;
    justify-content: space-between;
}

.partner-top-title p {
    font-weight: 300;
    font-size: 22px;
    line-height: 136%;
    color: #8D8D8D;
    max-width: 440px;
    margin-bottom: 40px;
}
.about-form-wrapper {
    display: flex;
    justify-content: end;
}
.about-form {
    background: #F8F8F8;
}

.about-form-wrap {
    padding: 98px 10px 98px;
}


.about-form-wrap p {
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    color: #232427;
    margin-bottom: 23px;
}

.about-form-wrap span {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #232427;
}

.about-input {
    color: #717171;
    background-color: transparent;
    border: 1px solid #717171;
    border-radius: 8px;
    padding: 20px;
    display: block;
}

.btn-wraper-form {
    display: contents;
}

.btn-wraper-form .ripple-effect {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: #FF5710;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.btn-wraper-form .ripple-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #222222;
    transition: all .4s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-wraper-form .ripple-effect:hover span {
    width: 150%;
    height: 500px;
}

.btn-wraper-form .ripple-effect:hover {
    color: #fff;
    transition: all .3s ease-in-out;
}
input{outline: none;}
.form-wrap-greed {
    margin-top: 36px;
    max-width: 592px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
}
.user-security-form {
    margin-left: 40px;
    text-align: start;
}

.user-security-form b {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 133.7%;
    color: #555555;
}

.user-security-form b::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 18px;
    background-image: url(/img/icons/user-security.svg);
    background-repeat: no-repeat;
    left: -18px;
    bottom: -5px;
}

.user-security-form a {
    color: #555555;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
}

.user-security-form a:hover {
    color: #9A9A9A;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
@media (max-width: 1250px) {
    .partners-form-wrapper::after {
        background-position: -189px;
    }
}


@media (max-width: 1200px) {
    .partners-wrapper {
        display: grid;
        grid-template-columns: repeat(3 , 1fr);
        position: relative;
    }
    .partners-wrapper {
        height: inherit;
    }
    .partners-body-form {
        flex-shrink: initial;
    }
    .partners-img-form {
        background-position: center;
    }
    .partners-forms-wrap {
        padding: 73px 36px;
    }
    .partner-top-title {
        flex-direction: column;
    }
    .partner-top-title p {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .partners-wrapper::after {
        display: none;
    }

    .partners-wrapper::before {
        display: none;
    }
}


@media (max-width: 960px) {
    .partners-form-wrapper {
        height: 770px;
        flex-direction: column;
    }
    .partners-form-inner {
        position: relative;
        background-color: #151515;
        height: 60%;
        width: 100%;
        padding: 32px 30px 66px;
        display: flex;
        flex-direction: column;
        border-radius: 0;
    }
    .partners-form {
        padding: 53px 0 50px;
    }
    .partners-form-wrapper::after {
        background-position: center -150px;
    }
    .partners-form-wrap {
        width: 286px;
        margin: 0 auto;
    }
    .partners-scroll-decor,
    .partners-decor {
        display: none;
    }
    .why-subtitle {
        margin-bottom: 20px;
    }
}

@media (max-width: 860px) {
    .partners-wrapperForm {
        flex-direction: column;
        height: 680px;
    }
    .partners-forms-wrap {
        padding: 36px;
    }
    .partners-forms-wrap p {
        text-align: center;
        font-size: 22px;
        line-height: 28px;
    }
    .partners-forms-wrap span {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }
    .partners-body-form,
    .partners-img-form{
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .partners-title {
        padding: 0 10px;
        font-size: 24px;
    }
    .partners-wrapper {
        display: grid;
        grid-template-columns: repeat(2 , 1fr);
        position: relative;
    }
    .decor-border {
        display: none;
    }
    .partners-img-form,
    .partners-body-form {
        border-radius: 0;
    }
    .partners-forms {
        padding: 57px 0 0;
    }
}

@media (max-width: 550px) {
    .partners-form-wrapper::after {
        background-position: center -225px;
    }
    .partners-form {
        padding: 30px 0 50px;
    }
    .partners-form-inner {
        height: 62%;
    }
    .partners-form-wrapper {
         height: 734px;
         flex-direction: column;
    }
    .partners-wrapper {
        display: grid;
        grid-template-columns: repeat(1 , 1fr);
        position: relative;
        grid-gap: 15px;
    }
    .partners-wrapper li {
        border: 1px solid #474747;
        border-radius: 8px;
        padding: 12px;
        height: inherit;
    }
    .why {
        padding: 0 10px 66px;
    }
    .partners-img-form {
        background-position: right;
    }
    .partners-forms {
        padding-top: 57px;
    }
    .partner {
        padding: 0 10px;
    }
    .form-wrap-greed{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 14px;
    }
    .partners-form-wrap{
        width: 100%;
    }
    .partners-img-form{
        display: none;
    }
    .partners-wrapperForm {
        flex-direction: column;
        height: auto;
    }
}

.partners-forms-wrap .user-security-form .personal-data-consent {
    max-width: min(100%, 592px);
    justify-content: flex-start;
}

.partners-forms-wrap .user-security-form .personal-data-consent span {
    display: inline;
    min-width: 0;
    margin: 0;
    color: #555555;
    font-size: 11px;
    line-height: 140%;
}

.partners-forms-wrap .user-security-form .personal-data-consent a {
    color: #FF5710;
}

@media (max-width: 550px) {
    .partners-forms-wrap .form-wrap-greed {
        grid-template-rows: auto auto auto;
        align-items: start;
    }

    .partners-forms-wrap .user-security-form {
        grid-column: 1 / -1;
        margin-left: 0;
    }
}

/* End */
/* /assets/css/partners.css?178049341212865 */
