

/* Start:/assets/css/zakaz.css?178049341223219*/
.individual-top {
    height: 764px;
    background-image: url(/img/n1/11.jpg);
    background-size: cover;
    background-position: center;
    padding: 133px 10px 133px;
}

.individual-form {
    max-width: 735px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

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

.individual-input::placeholder {
    color: #fff;
}

.individual-form-wrap p {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 78px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.individual-form-wrap span {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    color: #EFEFEF;
}

.form-wrap-flex {
    margin-top: 46px;
    display: grid;
    grid-template-columns: 228px 285px;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
}

.individual-security-form {
    margin-left: 20px;
    grid-column: 2 / 3;
}

.individual-input {
    max-width: 228px;
}

.btn-wraper-form {
    max-width: 285px;
}

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

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

.individual-security-form a:hover {
    color: white;
}

.individual-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;
}

.btn-wraper-individual .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;
}

.btn-wraper-individual .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-individual b {
    transition: all .3s ease-in-out;
}

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

.btn-wraper-individual .ripple-effect:hover {
    color: #222222;
}

.why {
    position: relative;
    padding: 98px 0 160px;
    background-color: #222222;
}

.why-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.why-wrapper-w{
    position: relative;
}
.why-wrapper-w::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px solid #151515;
    top: 0;
}

.why-wrapper-w::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px solid #151515;
    bottom: 0;
}

.why-subtitle {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 133%;
    color: #FFFFFF;
    z-index: 2;
    margin-bottom: 61px;
    display: block;
}

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

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

.why-wrapper li:hover {
    color: white;
    background-color: #FF5710;
}

.why-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;
}

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

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

.girl-form {
    padding: 48px 0 112px;
}

.girl-form-wrap {
    position: relative;
    display: flex;
    background-image: url(/img/individual-order/girl-form.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 0 77px;
}

.girl-form-wrap::after {
    position: absolute;
    content: '';
    z-index: 1;
    right: clamp(20px, 5vw, 84px);
    bottom: 0;
    width: clamp(320px, 23vw, 409px);
    height: clamp(302px, 21.7vw, 386px);
    background-image: url(/img/individual-order/girl.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    pointer-events: none;
}

.girl-wrap-flex {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 68px;
    gap: 14px;
}

.girl-wrap-flex::after {
    display: none;
}

.girl-form-inner p {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #FFF;
    padding-top: 68px;
    margin-bottom: 21px;
}

.girl-form-inner span {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #FFF;
    margin-bottom: 45px;
    display: block;
}

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

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

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

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

.btn-wraper-girl .ripple-effect:hover {
    color: #222;
    transition: all .3s ease-in-out;
}

.user-security-girl {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 100%;
    margin-top: 6px;
}

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

.user-security-girl 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-girl a {
    color: #555555;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    transition: all .3s ease-in-out;
}

.user-security-girl a:hover {
    color: #9A9A9A;
    text-decoration: underline;
    font-size: 11px;
}

.you-get {
    padding: 0 10px 167px;
}

.you-get-title {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 133%;
    color: #232427;
    margin-bottom: 46px;
    text-align: center;
    padding-top: 126px;
}

.you-get-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
}


.you-get-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 289px;
}

.top-you-get1 span::after {
    position: absolute;
    content: '';
    width: 77px;
    height: 103px;
    background-image: url(/img/individual-order/shield-icon.png);
    background-repeat: no-repeat;
    left: -45px;
    bottom: -56px;
}

.top-you-get2 span::after {
    position: absolute;
    content: '';
    width: 149px;
    height: 122px;
    background-image: url(/img/individual-order/bio-icon.png);
    background-repeat: no-repeat;
    left: -93px;
    bottom: -71px;
}

.top-you-get3 span::after {
    position: absolute;
    content: '';
    width: 149px;
    height: 122px;
    background-image: url(/img/individual-order/chear-icon.png);
    background-repeat: no-repeat;
    left: -64px;
    bottom: -67px;
}

.top-you-get4 span::after {
    position: absolute;
    content: '';
    width: 149px;
    height: 131px;
    background-image: url(/img/individual-order/phones.png);
    background-repeat: no-repeat;
    left: -44px;
    bottom: -67px;
}

.top-you-get1 span,
.top-you-get2 span,
.top-you-get3 span,
.top-you-get4 span {
    margin-bottom: 95px;
    position: relative;
    width: 71px;
    height: 72px;
    border-radius: 23px;
    background-color: #FF5710;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 96%;
    text-align: center;
    color: #FFF;
    margin-left: -42px;
}

.you-get-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
}

.get-item-wrap b {
    margin-bottom: 23px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #232427;
}

.get-item-wrap p {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #8A8B91;
}

.get-bottom-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.get-bottom-item {
    padding: 46px;
    background-color: #FAFAFA;
    border-radius: 30px;
}

.get-bottom-item span {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #232427;
    display: block;
    position: relative;
}

.get-bottom-item span::after {
    position: absolute;
    content: '';
    width: 84%;
    height: 3px;
    background-color: #FF5710;
    bottom: -49px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
}

.how-job {
    padding: 126px 10px 151px;
}

.how-job-title {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 133%;
    color: #232427;
    margin-bottom: 70px;
}

.how-job-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 85px;
}

.job-item-img {
    margin-bottom: 32px;
    display: flex;
}

.how-job-wrapper {
    position: relative;
}

.how-job-wrapper::after {
    position: absolute;
    content: '';
    width: 75%;
    height: 1px;
    border-bottom: 2px dashed #A5A5A5;
    right: -30px;
    top: 37px;
}

.how-job-wrapper:last-child::after {
    display: none;
}

.how-job-wrap b {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #232427;
    margin-bottom: 22px;
}

.how-job-wrap span {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8A8B91;
}

.how-job-wrapper p {
    display: none;
    position: absolute;
    font-family: 'Ruberoid', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #CDCED3;
    left: -44px;
    top: 14px;
}

.delivery-individual {
    padding: 66px 10px 51px;
    background: #FAFAFA;
    opacity: .99;
}

.delivery-individual-wrap {
    display: flex;
    width: 95%;
    justify-content: space-between;
}

.description-delivery-content img {
    width: 100%;
}

.individual-text {
    max-width: 385px;
}

.individual-text h3 {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 133%;
    color: #232427;
    margin-bottom: 21px;
}

.individual-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8A8B90;
    margin-bottom: 34px;
    margin-left: 24px;
}

.individual-text b {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 165%;
    color: #232427;
    display: flex;
    margin-left: 20px;
    margin-bottom: 41px;
}

.individual-text b::before {
    position: absolute;
    content: '';
    left: -22px;
    width: 3px;
    height: 100%;
    background-color: #FF5710;
}

.description-individual-content {
    max-width: 766px;
    position: relative;
}

.description-individual-content img {
    width: 100%;
}

.individual-bottom {
    display: flex;
    justify-content: space-between;
}

.description-individual-content::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    background-image: url(/img/partners/country.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -33px;
    left: -89px;
    z-index: -1;
}
.zakaz-main-h1{
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    color: #FF5710;
}
@media (max-width: 1350px) {
    .girl-wrap-flex {
        flex-direction: column;
    }

    .girl-wrap-flex::after {
        display: none;
    }
    .get-bottom-item span {
        font-size: 16px;
    }
    .get-bottom-item {
        padding: 32px;
    }
    .get-bottom-item span::after {
        bottom: -35px;
    }
}

@media (max-width: 1200px) {
    .why {
        padding: 98px 10px 160px;
    }

    .why-wrapper {
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .girl-wrap-flex::after {
        display: none;
    }

    .you-get-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 42px;
        justify-items: center;
    }
    .get-bottom-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .how-job-inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 85px;
    }
    .delivery-individual-wrap {
        width: 100%;
        flex-direction: column;
    }
    .description-individual-content {
        margin-top: 92px;
    }
}

@media (max-width: 1000px) {
    .girl-wrap-flex::after {
        display: none;
    }

    .girl-form-inner p {
        padding-top: 40px;
    }

    .girl-form-wrap {
        border-radius: 0;
        overflow: hidden;
        text-align: center;
        padding: 300px 0 0 0;
    }

    .girl-form-wrap::after {
        display: none;
    }

    .girl-form-wrap::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 300px;
        background-color: #1F1F1F;
        background-image: url(/img/individual-order/girl.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: auto 300px;
    }

    .girl-form-inner {
        position: relative;
        z-index: 1;
        background-color: #222;
        padding: 0 20px;
        width: 100%;
    }

    .user-security-girl {
        display: flex;
        padding: 48px 0 0;
    }

    .girl-form {
        padding: 48px 0 0;
    }
}


@media (max-width: 750px) {
    .zakaz-main-h1{
        font-size: 24px;
    }
    .why-wrapper-w::before,
    .why-wrapper-w::after{
        display: none;
    }
    .form-wrap-flex {
        padding: 0 34px;
        margin-top: 46px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 14px;
    }

    .individual-security-form {
        margin-top: 0;
        grid-column: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .individual-input {
        max-width: inherit;
    }

    .individual-form-wrap p {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 14px;
    }

    .individual-form-wrap span {
        display: block;
        font-size: 16px;
        line-height: 145%;
        text-align: center;
        color: #FFF;
        margin-bottom: 14px;
    }

    .individual-top {
        height: 532px;
        background-size: cover;
        background-position: center;
        padding: 50px 10px 23px;
    }

    .why-wrapper {
        height: inherit;
        overflow: hidden;
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
    }
    .why-wrapper li:first-child:after {
        display: none;
    }

    .why-wrapper li {
        border: 1px solid #474747;
        border-radius: 8px;
        padding: 12px;
    }

    .why-subtitle {
        font-size: 24px;
    }

    .why {
        padding: 66px 10px 66px;
    }
    .girl-form{
        padding-top: 0;
    }
    .girl-form-inner span {
        font-size: 14px;
    }

    .girl-form-inner p {
        line-height: 32px;
    }

    .you-get {
        padding: 70px 10px 84px;
    }

    .you-get-title {
        font-size: 24px;
        margin-bottom: 40px;
        padding-top: 80px;
    }

    .get-item-wrap b {
        text-align: center;
        font-size: 16px;
    }

    .get-item-wrap p {
        text-align: center;
        font-size: 14px;
    }

    .you-get-item {
        width: inherit;
    }

    .get-item-wrap {
        padding: 0 20px;
    }
    .you-get {
        padding: 0 10px 71px;
    }
    .how-job-wrapper p {
        display: block;
    }
    .how-job-inner {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
    .how-job-wrapper::after {
        display: none;
    }
    .how-job-wrapper {
        margin-left: 50px;
        display: flex;
    }
    .how-job-wrapper::before {
        position: absolute;
        content: '';
        width: 105%;
        border-bottom: 1px solid #EDEEF0;
        bottom: 12px;
        left: -44px;
    }
    .how-job-item {
        display: flex;
    }
    .how-job-wrap b {
        margin-bottom: 0;
    }
    .how-job-wrap {
        margin-top: 10px;
        max-width: 277px;
    }
    .job-item-img {
        transform: scale(0.6);
        width: 82px;
    }
    .how-job-wrapper:last-child {
        padding-bottom: 20px;
    }
    .how-job-title {
        font-size: 24px;
    }
    .how-job {
        padding: 71px 10px 60px;
    }
    .how-job-wrap b {
        display: none;
    }
    .how-job-wrap span{
        font-size: 14px;
        display: initial;
    }
    .how-job-wrapper:first-child > .how-job-wrap b {
        cursor: pointer;
        display: initial;
        font-size: 14px;
        color: #FF5710;
    }
    .description-individual-content::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 300px;
        background-image: url(/img/partners/country.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: -79px;
        left: 5px;
        z-index: -1;
    }
    .individual-text h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .individual-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .individual-text b {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

@media (max-width: 550px) {
    .individual-top {
        height: 544px;
        background-size: cover;
        background-position: center;
        padding: 50px 10px 23px;
    }

    .why-subtitle {
        font-size: 20px;
    }

    .girl-form-inner p {
        font-size: 22px;
        line-height: 32px;
    }

    .girl-wrap-flex::after {
        background-size: contain;
        top: -85%;
        width: 140%;
    }

    .you-get-inner {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .top-you-get1 span, .top-you-get2 span, .top-you-get3 span, .top-you-get4 span {
        margin-left: 0;
        margin-bottom: 74px;
        width: 81px;
        height: 77px;
    }

    .get-item-wrap b {
        margin-bottom: 12px;
    }

    .top-you-get1 span::after {
        background-size: contain;
        width: 72px;
        height: 118px;
    }

    .top-you-get2 span::after {
        width: 144px;
        height: 128px;
        background-size: contain;
        left: -80px;
        bottom: -64px;
    }

    .top-you-get3 span::after {
        background-size: contain;
        left: -43px;
        bottom: -69px;
    }
    .job-item-img {
        transform: scale(0.4);
        width: 38px;
    }
    .how-job-wrapper {
        margin-left: 40px;
        display: flex;
    }
    .how-job-wrapper p {
        left: -26px;
    }
    .how-job-wrapper::before {
        width: 110%;
    }
}

@media (max-width: 450px) {
    .girl-form-wrap {
        padding-top: 300px;
    }

    .how-job-title {
        margin-bottom: 24px;
    }
}

@media (max-width: 360px) {
    .individual-form-wrap p {
        font-size: 22px;
    }

    .individual-form-wrap span {
        font-size: 14px;
    }
}

.form-wrap-flex {
    grid-template-rows: auto auto;
    align-items: start;
}

.individual-security-form {
    grid-column: 1 / -1;
    margin-left: 0;
}

.individual-security-form .personal-data-consent {
    max-width: min(100%, 530px);
    justify-content: flex-start;
    color: #EFEFEF;
}

.individual-security-form .personal-data-consent input,
.user-security-girl .personal-data-consent input {
    border-color: rgba(255, 255, 255, .7);
    background-color: rgba(255, 255, 255, .96);
}

.individual-security-form .personal-data-consent input:checked,
.user-security-girl .personal-data-consent input:checked {
    border-color: #FF5710;
    background-color: #FF5710;
}

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

.individual-security-form .personal-data-consent a {
    color: #FFFFFF;
}

.user-security-girl {
    width: 100%;
    align-items: center;
}

.user-security-girl .personal-data-consent {
    max-width: min(100%, 560px);
    justify-content: flex-start;
    color: #FFFFFF;
}

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

.user-security-girl .personal-data-consent a {
    color: #FFFFFF;
}

@media (max-width: 750px) {
    .girl-wrap-flex {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 295px;
        margin: 0 auto;
        padding-bottom: 36px;
        gap: 14px;
    }

    .girl-input,
    .btn-wraper-girl,
    .btn-wraper-girl .ripple-effect {
        width: 100%;
        box-sizing: border-box;
    }

    .user-security-girl {
        padding: 0;
        margin-top: 0;
        align-items: flex-start;
    }

    .user-security-girl .personal-data-consent {
        max-width: 100%;
    }

    .girl-form-inner .user-security-girl .personal-data-consent span {
        display: block;
        text-align: left;
    }
}

/* End */


/* Start:/local/components/decor/our-works/templates/.default/style.css?16747221214081*/
.our-works{
    padding: 80px 0 150px 0;
    background: #FAFAFA;
}
.our-works > .container{
    font-weight: 700;
    font-size: 36px;
    color: #000;
    font-family: 'Gotham';
    margin-bottom: 30px;
}
.our-works-w{
    display: flex;
}
.our-works-l{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.our-works-l .swiper{
    width: 720px;
    margin-right: 0;
    overflow: visible;
}
.our-works-l .swiper-wrapper{
    display: flex;
    height: auto;
}
.our-works-l .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.our-works-l .swiper-slide a{
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.our-works-l .swiper-slide a img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.our-works-r{
    width: 50%;
    padding: 35px 0 0 100px;
    display: flex;
    justify-content: flex-start;
}
.our-works-r .swiper{
    width: 430px;
    margin-left: 0;
    display: flex;
    height: auto;
}
.our-works-r .swiper .swiper-wrapper{
    display: flex;
}
.our-works-r .swiper .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: column;
    height: auto;
}
.our-works-r .our-works-item-t{
    font-weight: 400;
    font-size: 18px;
    line-height:133%;
    margin-bottom: 40px;
    color: #000;
}
.our-works-r .our-works-item-d{
    flex-grow: 1;
    color: #4D4F57;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}
.our-works-nav-w{
    margin-top: 50px;
    display: flex;
}
.our-works-prog{
    transform: rotate(180deg);
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.our-works-prog .swipscrollbar{
    width: 100%;
    background-color: #D2D2D2;
}
.our-works-nav{
    flex-shrink: 0;
    display: flex;
    margin-left: 45px;
}
.our-works-nav > div{
    filter:grayscale(1);
    opacity: .5;
    transition: .3s all ease;
    width: 63px;
    height: 63px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
}
.our-works-nav > div:first-child{
    transform: scale(-1,1);
}
.our-works-nav > div:hover{
    filter:none;
    opacity: 1;
    background: #fff;
}
.our-works-nav > div:last-child{
    margin-left: 5px;
}
.our-works-nav-disable{
    visibility: hidden;
}
.our-works-item-a{
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #FF5710;
    transition: .3s all ease;
    padding: 20px 0;
    background: #F3F3F3;
    border-radius: 10px;
}
.our-works-item-a:hover{
    color: #fff;
    background:#FF5710;
}
@media (max-width: 1400px) {
    .our-works-r .swiper,
    .our-works-l .swiper{
        width: 100%;
    }
    .our-works{
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-works-r{
        padding: 35px 0 0 40px;
    }
}
@media (max-width: 993px) {
    .our-works > .container {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .our-works-r{
        padding: 0 0 0 20px;
    }
    .our-works-r .our-works-item-t {
        font-size: 16px;
    }
    .our-works-r .our-works-item-d {
        font-size: 14px;
    }
    .container.our-works-nav-w{
        margin-bottom: 0;
        margin-top: 0;
    }
    .our-works{
        padding-top: 45px;
        padding-bottom: 65px;
    }
    .our-works-item-a{
        padding: 15px 0;
        font-size: 14px;
        border-radius: 8px;
    }
}
@media (max-width: 577px) {
    .our-works > .container{
        font-size: 22px;
    }
    .our-works-w{
        display: block;
    }
    .our-works-l,
    .our-works-r{
        width: 100%;
    }
    .our-works-r{
        padding-left: 0;
        margin-top: 20px;
    }
    .our-works-r .our-works-item-t{
        margin-bottom: 16px;
    }
    .our-works-nav{
        display: none;
    }
    .our-works-prog{
        margin-top: 35px;
        transform: none;
    }
    .our-works-prog .swiper-scrollbar-drag{
        height: 2px !important;
    }
}
/* End */


/* Start:/local/components/decor/benefits/templates/.default/style.css?16750679613600*/
.benefits {
    padding: 100px 10px 106px;
    background-color: #FF5710;
}

.benefits-title {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 34px;
    text-align: center;
}

.benefits-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.benefits-item {
    padding: 42px;
    border-radius: 20px;
    border: 1px solid #FF7222;
    height: 326px;
    display: flex;
    flex-direction: column;
}

.benefits-logo {
    width: 45px;
    height: 50px;
    margin-bottom: 40px;
}

.benefits-img {
    width: 100%;
}

.benefits-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

.benefits-text {
    font-size: 16px;
    line-height: 24px;
}

.benefits-bottom-wrapper {
    position: relative;
    width: 100%;
    margin-top: 12px;
    height: 348px;
}

.benefits-bottom-inner {
    overflow: hidden;
}

.benefits-bottom-bg {
    position: absolute;
    background-image: url(/img/n1/99.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    border-radius: 20px;

}



.benefits-logo-bg {
    max-width: 186px;
    margin: 0 auto;
    padding-top: 61px;
}

.benefits-bottom-img {
    width: 100%;
}

.benefits-content {
    position: absolute;
    padding-top: 54px;
    right: 20%;
}



.benefits-bottom-text {
    width: 140px;
}


@media (max-width: 1200px) {

    .benefits-card-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .benefits-logo-bg {
        max-width: 151px;
        padding-top: 55px;
    }
    .benefits-content {
        padding-top: 54px;
        right: 10%;
    }
    .benefits-bottom-wrapper {
        height: 280px;
    }
    .benefits {
        padding: 55px 10px 55px;
        background-color: #FF5710;
    }
    .benefits-title {
        font-size: 30px;
    }
}

@media (max-width: 960px){
    .benefits {
        padding: 27px 10px 70px;
    }
}

@media (max-width: 750px) {
    .benefits-item {
        padding: 42px;
        border-radius: 20px;
        border: 1px solid #FF7222;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .benefits-bottom-text {
        width: inherit;
    }
    .benefits-bottom-wrapper {
        height: 200px;
    }
    .benefits-logo-bg {
        max-width: 125px;
        padding-top: 37px;
    }
    .benefits-content {
        position: static;
        padding-top: 140px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 650px) {
    .benefits-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .benefits-logo {
        width: 34px;
    }
    .benefits-text {
        font-size: 14px;
    }
    .benefits-subtitle {
        font-size: 16px;
    }
    .benefits-bottom-wrapper {
        height: 160px;
    }
    .benefits-logo-bg {
        padding-top: 25px;
    }
    .benefits-content {
        padding-top: 104px;
    }
    .benefits-title {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .benefits-item {
        padding: 35px;
        height: 236px;
    }
    .benefits-bottom-wrapper {
        height: 132px;
    }
    .benefits-logo-bg {
        padding-top: 16px;
        max-width: 60px;
    }
    .benefits-content {
        padding-top: 105px;
    }
    .benefits-text {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/components/decor/manager/templates/.default/style.css?17804934126803*/
.manager {
    position: relative;
    background-image: url(/img/main/manager-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 620px;
    width: 100%;
    margin: 0 auto;
}

.manager-form {
    position: relative;
    background-color: #151515;
    height: 100%;
    width: 542px;
    padding: 103px 127px;
    display: flex;
    flex-direction: column;
}

.manager-form::after {
    position: absolute;
    content: '';
    background-image: url(/img/main/manager.png);
    background-position: left;
    width: 765px;
    height: 675px;
    bottom: 0;
    left: -117%;
    z-index: 2;
}

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

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

.manager-form-wrap span {
    font-weight: 600;
    font-size: 13px;
    line-height: 169%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 35px;
}
.manager-input {
    color: #717171;
    background-color: transparent;
    border: 1px solid #717171;
    border-radius: 8px;
    padding: 20px;
    display: block;
    margin-bottom: 12px;
    width: 100%;
}

.manager-bage {
    position: relative;
    margin-bottom: 67px;
    margin-left: 80px;
    padding: 30px 59px;
    width: 334px;
    z-index: 1;
}

.manager-bage::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 1px;
    background: #2D2219;
    opacity: 0.4;
    z-index: -1;
}

.manager-bage span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FF5710;
    margin-bottom: 9px;
}

.manager-bage p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.manager-form {
    width: 542px;
}
.user-security {
    margin-top: 12px;
    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: 10px;
    line-height: 133.7%;
}

.user-security a:hover {
    color: #9A9A9A;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}

.user-security .personal-data-consent {
    max-width: min(100%, 280px);
    margin: 0 auto;
    color: #FFFFFF;
    text-align: left;
}

.user-security .personal-data-consent a {
    display: inline;
    color: #FF5710;
}

.user-security .personal-data-consent a:hover {
    color: #FFFFFF;
}

.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: 10px;
    line-height: 133.7%;
}

.user-security-form a:hover {
    color: #9A9A9A;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
@media (max-width: 1400px) {
    .manager-bage {
        margin-bottom: 318px;
    }

    .manager-form::after {
        transform: scale(-1, 1);
    }
}
@media (max-width: 1200px) {
    .manager-form::after {
        background-size: contain;
        width: 615px;
        height: 550px;
        left: -100%;
        background-repeat: no-repeat;
    }
    .manager-bage{
        margin-left: 0;
    }
}
@media (max-width: 1100px) {
    .manager-form::after {
        width: 490px;
        height: 440px;
        left: -80%;
    }
}
@media (max-width: 1000px) {
    .manager-form::after {
        width: 400px;
        height: 360px;
    }
}
@media (max-width: 960px) {
    .manager-wrapper {
        flex-direction: column;
        padding-top: 113px;
        height: 726px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .manager-bage::before {
        display: none;
    }

    .manager-form::after {
        background-position: left;
        background-size: contain;
        width: 369px;
        background-repeat: no-repeat;
        height: 675px;
        top: -100%;
        left: 36%;
        z-index: 2;
    }

    .manager-form-wrap {
        position: relative;
        background-color: #151515;
        height: 100%;
        max-width: 542px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 0 20px;
    }

    .manager {
        height: 725px;
    }

    .manager-bage {
        margin-left: 0;
        margin-bottom: 0;
        align-self: flex-start;
    }

    .manager-form {
        position: relative;
        background-color: #151515;
        height: 82%;
        padding: 20px 0 20px;
        display: flex;
        flex-direction: column;
        z-index: 2;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .manager-form::after{
        left: auto;
        right: 0;
    }
}
@media (max-width: 550px) {
    .manager-bage {
        position: relative;
        margin-bottom: 67px;
        margin-left: 0;
        padding: 27px 27px;
        z-index: 1;
    }
    .manager-wrapper{
        position: relative;
    }
    .manager-wrapper::before{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        background-image: url(/img/main/manager.png);
        background-repeat: no-repeat;
        transform: scale(-1,1);
        height: 277px;
        width: 311px;
        background-size: contain;
    }
    .manager-form::after {
        display: none;
    }

    .user-security .personal-data-consent a {
        display: inline;
    }
    .manager-bage span,
    .manager-bage p {
        font-size: 14px;
    }
}
@media (max-width: 434px) {
    .manager-bage {
        position: relative;
        margin-bottom: 67px;
        margin-left: 0;
        padding: 27px 27px;
        z-index: 1;
    }
    .manager-form::after {
        background-position: left;
        background-size: contain;
        width: 335px;
        background-repeat: no-repeat;
        height: 498px;
        top: -83%;
        left: 20%;
        z-index: 2;
    }
    .manager-wrapper::before{
        top: 58px;
        height: 220px;
        width: 246px;
    }
}
/* End */
/* /assets/css/zakaz.css?178049341223219 */
/* /local/components/decor/our-works/templates/.default/style.css?16747221214081 */
/* /local/components/decor/benefits/templates/.default/style.css?16750679613600 */
/* /local/components/decor/manager/templates/.default/style.css?17804934126803 */
