

header{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 11;
}
.header__cnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header__logo{
    display: flex;
}
.btn-line{
    border: 1px solid #5F4A8B;
    background: unset;
    padding: 7px 22px;
    display: flex;
    align-content: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 100px;
    color: #5F4A8B;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    margin-left: 30px;
}

.container {
    max-width: 1420px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.attraction__fon{
    box-shadow: 0px 0px 82.6px 0px #0000000D;
    background: #FFFFFF;
    border-radius: 0 0 80px 80px;
    padding-top: 158px;
    position: relative;
    overflow: hidden;
}
.animate-circ{
    position: absolute;
    max-width: 1800px;
    width: 100%;
    height: 1800px;
    background-image: url("../img/circk.png");
    background-size: cover;
    background-repeat: no-repeat;
    top: -280px;
    right: -466px;
}

.animate-circ{
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
    transition: 5s;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.attraction__wid{
    max-width: 1420px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.attraction__info{
    max-width: 650px;
    width: 100%;
}
.attraction__info h1 span{
    display: block;
}
.attraction__info h3{
    margin: 60px 0;
}

.attraction__photo{
    max-width: 667px;
    width: 100%;
    display: flex;
    margin-right: -130px;
}

.advertising__fon{
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
}
.advertising__fon:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1153px;
    width: 100%;
    height: 100%;
    background-image: url("../img/liners.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.advertising__main{
    position: relative;
    z-index: 1;
}
.advertising__main h2{
    text-align: center;
}
.advertising__main h4{
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    color: #5F4A8B;
    margin-top: 32px;
}
.advertising__main>p{
    margin-top: 32px;
    text-align: center;
}
.advertising__flex{
    display: flex;
    margin-top: 64px;
    gap: 60px;
}
.advertising__box{
    width: 50%;
    padding: 40px 80px;
    gap: 20px;
    border-radius: 40px;
    background: #5F4A8B;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
    min-height: 343px;
}
.advertising__box h3{
    color: #ffffff;
}
.advertising__box p{
    color: #FFFFFF;
}
.advertising__photo{
    display: flex;
    position: absolute;
    top: 0;
    right: 80px;
}


.advert-will-look{
    position: relative;
    margin-top: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 11;
}
.advert-will__info{
    width: 100%;
}
.advert-will__info h2{
    max-width: 720px;
    width: 100%;
}
.advert-will__info p{
    max-width: 720px;
    width: 100%;
    margin-top: 46px;
}
.advert-will__line{
    background: #5F4A8B;
    width: 100%;
    border-radius: 20px;
    padding: 20px 40px;
    margin-top: 46px;
}
.advert-will__line p{
    max-width: 460px;
    margin: 0;
    color: #FFFFFF;
}



.advert-will__photo{
    display: flex;
    position: absolute;
    right: -160px;
    top: 0;
}

.video-sec{
    margin-top: 64px;
}
.video-pic{
    display: flex;
    width: 100%;
    position: relative;
}
.video-pic>img{
    border-radius: 80px;
    width: 100%;
}
.play-bot{
    width: 120px;
    height: 120px;
    border: 8px solid #EBEBEB;
    background: #5F4A8B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -64px;
    padding-left: 5px;
}

.services-sec{
    margin-top: 198px;
    padding-bottom: 0;
    padding-top: 128px;
    background: #F5F5F5;

}

.services-sec:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 520px;
    background-image: url("../img/wh-fon.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.services__rel{
    display: none;
}
.services__fon{
    background: #EBEBEB;
    width: 100%;
    padding: 60px 56px;
    gap: 82px;
    border-radius: 60px;
    margin-top: 64px;
    position: relative;
}

.services__title{
    position: sticky;
    top: 5px;
    left: 0;
    max-width: 680px;
    width: 100%;
}

.services__title h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    color: #2D1034;
    margin-top: 32px;
}
.services__cnt{
    max-width: 618px;
    width: 100%;
    margin-left: auto;
    margin-top: -265px;
}
.services__box{
    padding: 40px 64px;
    background: #FFFFFF;
    border-radius: 40px;
}
.services__box + .services__box{
    margin-top: 23px;
}
.services__box h3{
    color: #5F4A8B;
}
.services__box ul{
    margin-top: 20px;
    list-style-type: disc;
    margin-left: 25px;
}
.services__box ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #2D1034;
    margin-top: 4px;
}
.services__box strong{
    display: block;
    margin-top: 20px;
    border-top: 1px solid #EBEBEB;
    padding-top: 20px;
    color: #5F4A8B;
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    text-align: left;

}
.call-center-sec{
    background: #F5F5F5;
    padding-top: 32px;
    padding-bottom: 128px;
}


.call-center-fon{
    background: #EBEBEB;
    border-radius: 60px;
    margin-bottom: 32px;
}
.call-center-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.call-center-info{
    max-width: 680px;
    width: 100%;
    margin-left: 216px;
}
.call-center-info h2{
    color: #5F4A8B;
}
.call-center-info h4{
    margin-top: 32px;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    color: #2D1034;
}
.call-center-photo{
    display: flex;
}
.call-center-photo img{
    border-radius: 0 60px 60px 0;
}
.legality-service{
    margin: 128px 0;
}
.legality-service-fon{
    background-image: url("../img/fon.png");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 80px;
}
.legality-service-flex{
    display: flex;
    align-items: center;
    padding: 128px 0;
    gap: 144px;
}
.legality-service-info{
    max-width: 562px;
    width: 100%;
}
.legality-service-info h2{
    color: #FFFFFF;
}
.legality-service-info p{
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    color: #FFFFFF;
    margin: 32px 0;
}
.legality-service-info  .btn-white {
    max-width: 392px;
    padding: 12px 20px;
}
.legality-service-block{
    max-width: 421px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 53px;
}
.legality-service-box{
    width: 100%;
    max-width: 421px;
    background: #FFFFFF;
    padding: 24px 32px;
    border-radius: 30px;
}
.profitab-home{
    margin-bottom: 128px;
}
.profitab-home h2{
    max-width: 1000px;
    width: 100%;
}
.profitab-home .profitability__form h3 {
    margin-bottom: 32px;
}
.btn-white{
    background: #FFFFFF;
    color: #295B25;
}

.how-works-sec{
    padding: 128px 0;
    background: #F5F5F5;

}
.how-works-sec h2{
    text-align: center;
}
.how-works__cnt{
    padding-top: 32px;
}
.how-works-mob{
    display: none;
}
.how-works__box{
    margin-top: 32px;
    display: flex;
    box-shadow: 0px 0px 29.8px 0px #19290D0D;
    background: #FFFFFF;
    border-radius: 80px;
    gap: 10px;
}

.how-works__photo{
    position: relative;
    display: flex;
    max-width: 620px;
    width: 100%;
}
.how-works__photo span{
    position: absolute;
    top: 32px;
    left: 80px;
    font-size: 34px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    color: #5F4A8B;
}
.how-works__photo img{
    object-fit: cover;
    border-radius: 0 0 0 80px;
}
.how-works__info{
    padding: 32px 20px 32px 0;
}
.how-works__info h3{
    color: #5F4A8B;
}
.how-works__info ul{
    margin-top: 32px;
    margin-left: 20px;
    list-style-type: disc;
}
.how-works__info  ul li{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #2D1034;
    margin-bottom: 5px;
}
.how-works__info  ul li span{
    font-weight: 700;
}


footer{
    background: #F5F5F5;
    padding: 64px 0;
    font-family: sans-serif;
}

.footer__main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.individual-dat{
    max-width: 275px;
    width: 100%;
}
.individual-dat span{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #2D1034;
}
.individual-name{
    margin-top: 24px;
}
.individual-name p{
    font-size: 14px;
    line-height: 20px;
    color: #2D1034;
}
.footer__politic{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-end;
}
.footer__politic a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #2D1034;
    border-bottom: 1px solid #2D1034;
    transition: 0.3s;
}
.footer__politic a:hover{
    border-bottom: 1px solid transparent;
}

.footer__flex{
    margin-top: 24px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 37px;
}
.footer__text ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__text ul li span{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #2D1034;
}
.footer__text ul li p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #2D1034;
}
.footer__text:nth-child(4){
    max-width: 380px;
    width: 100%;
}

.header__right {
    display: flex;
    align-items: center;
}


.swiper-pagination .swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 1;

}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #5F4A8B;
}
@media (max-width: 1799px){
    .call-center-info {
        margin-left: 150px;
    }
}
@media (max-width: 1699px){
    h1 {
        font-size: 76px;
        line-height: 86px;
    }
    .animate-circ {
        max-width: 1200px;
        height: 1200px;
        top: -50px;
        right: -250px;
    }
    h2 {
        font-size: 62px;
        line-height: 72px;
    }
    .advert-will__photo {
        right: -70px;
        top: auto;
        bottom: 0;
        max-width: 900px;
        width: 100%;
    }

    .services__title {
        max-width: 600px;
    }
    .call-center-info {
        margin-left: 85px;
    }
}

@media (max-width: 1599px){
    .container {
        max-width: 1320px;
    }
    .attraction__wid {
        max-width: 1320px;
    }
    h1 {
        font-size: 65px;
        line-height: 74px;
    }
    .attraction__photo {
        max-width: 580px;
        margin-right: -11px;
    }
    .attraction__fon {
        padding-top: 120px;
    }
    h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .attraction__info h3 {
        margin: 50px 0;
    }
    .attraction__info {
        max-width: 540px;
    }
    .animate-circ {
        max-width: 1000px;
        height: 1000px;
        top: 5px;
        right: -150px;
    }
    .advertising__box {
        padding: 40px 40px;
    }
    h2 {
        font-size: 58px;
        line-height: 68px;
    }

    .advertising__fon:after {
        max-width: 953px;
    }
    .how-works__photo {
        max-width: 590px;
    }
    .services__title {
        max-width: 542px;
    }
    .services__title h4 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 20px;
    }
    .services__cnt {
        max-width: 592px;
        margin-top: -201px;
    }
    .call-center-info {
        margin-left: 60px;
    }

}
@media (max-width: 1399px){
    .container {
        max-width: 1220px;
    }
    .attraction__wid {
        max-width: 1220px;
    }
    h1 {
        font-size: 56px;
        line-height: 66px;
    }
    h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .attraction__info h3 {
        margin: 40px 0;
    }

    .btn {
        max-width: 330px;
        height: 72px;
        padding: 21px 55px;
        font-size: 20px;
    }

    .attraction__photo {
        max-width: 550px;
        margin-right: 0;
    }
    .header__logo {
        width: 120px;
    }
    .attraction__fon {
        padding-top: 90px;
    }
    h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .advertising__fon {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 54px;
    }
    .advertising__flex {
        margin-top: 50px;
        gap: 50px;
    }
    .advert-will__info h2 {
        max-width: 520px;
    }

    .advert-will__info p {
        max-width: 520px;
        margin-top: 20px;
    }
    .advert-will__line {
        padding: 20px 20px;
        margin-top: 20px;
    }
    .advert-will__photo {
        right: -20px;
        max-width: 800px;
    }
    .play-bot {
        width: 90px;
        height: 90px;
        border: 5px solid #EBEBEB;
        bottom: -49px;
    }


    .how-works__info ul li {
        font-size: 18px;
        line-height: 23px;
    }
    .services__box {
        padding: 35px 35px;
    }
    .services__cnt {
        max-width: 540px;
    }
    .services__title {
        max-width: 510px;
    }
    .call-center-info h4 {
        margin-top: 24px;
        font-size: 26px;
        line-height: 33px;
    }
    .call-center-info {
        margin-left: 40px;
        max-width: 500px;
    }
    .services-sec {
        margin-top: 140px;
        padding-top: 70px;
    }
    .services__box strong {
        margin-top: 12px;
        padding-top: 12px;
        font-size: 24px;
        line-height: 26px;
    }
    .services__box ul li {
        font-size: 16px;
        line-height: 20px;
    }
    .services__box ul {
        margin-top: 13px;
        margin-left: 21px;
    }
    .call-center-info h4 {
        margin-top: 18px;
        font-size: 22px;
        line-height: 30px;
    }
    .legality-service-info p {
        font-size: 26px;
        line-height: 30px;
        margin: 22px 0;
    }
    .legality-service-block {
        gap: 20px;
    }
    .legality-service-flex {
        padding: 100px 0;
        gap: 90px;
    }
}
@media (max-width: 1299px){
    .container {
        max-width: 1140px;
    }
    .attraction__wid {
        max-width: 1140px;
    }
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .attraction__info h3 {
        margin: 30px 0;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    h2 {
        font-size: 42px;
        line-height: 56px;
    }
    .advertising__flex {
        margin-top: 40px;
        gap: 30px;
    }
    .how-works__photo {
        max-width: 500px;
    }
    .footer__flex {
        gap: 24px;
    }
    .call-center-info h4 {
        margin-top: 14px;
        font-size: 18px;
        line-height: 23px;
    }
    .services__title h4 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 12px;
    }
    .services__fon {
        padding: 35px 22px;
        border-radius: 40px;
        margin-top: 32px;
    }
    .services__cnt {
        max-width: 487px;
        margin-top: -135px;
    }
    .services__box {
        padding: 30px 30px;
    }
    .services__box strong {
        font-size: 20px;
        line-height: 24px;
    }
    .legality-service-info p {
        font-size: 20px;
        line-height: 24px;
        margin: 18px 0;
    }
    .legality-service-box {
        padding: 16px 23px;
    }
    .legality-service-flex {
        gap: 60px;
    }
    .legality-service-fon {
        border-radius: 50px;
    }
}

@media (max-width: 1199px){
    .container {
        max-width: 965px;
    }
    .attraction__info {
        max-width: 388px;
    }
    .attraction__photo {
        max-width: 460px;
    }
    .animate-circ {
        max-width: 800px;
        height: 800px;
        right: -110px;
    }
    .advertising__box {
        padding: 32px;
        min-height: 315px;
    }
    .advertising__photo {
        right: 31px;
        width: 150px;
    }

    p {
        font-size: 16px;
        line-height: 23px;
    }

    .advert-will__photo {
        max-width: 685px;
    }
    .advert-will__line {
        padding: 14px 14px;
        margin-top: 14px;
    }

    .advert-will__info p {
        max-width: 480px;
        margin-top: 13px;
    }
    h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .advertising__fon:after {
        max-width: 836px;
    }

    .how-works-sec {
        padding: 88px 0;
    }
    .how-works__photo {
        max-width: 410px;
    }
    .how-works__photo span {
        top: 28px;
        left: 27px;
        font-size: 28px;
        line-height: 29px;
    }
    .how-works__box {
        border-radius: 50px;
    }
    .how-works__photo img {
        border-radius: 0 0 0 50px;
    }
    .footer__flex {
        gap: 18px;
    }
    .footer__text ul li span {
        font-size: 12px;
        line-height: 18px;
    }
    .footer__text ul li p {
        font-size: 12px;
        line-height: 18px;
    }
    .how-works__info ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .services__fon {
        padding: 30px 0;
        margin-top: 22px;
    }
    .services__cnt {
        max-width: 440px;
    }
    .call-center-info {
        margin-left: 20px;
        max-width: 400px;
    }
    .call-center-fon {
        border-radius: 40px;
        margin-bottom: 22px;
    }
    .call-center-sec {
        padding-bottom: 60px;
    }
    .legality-service {
        margin: 70px 0;
    }
    .legality-service-block {
        max-width: 360px;
    }
    .legality-service-info .btn-white {
        max-width: 320px;
    }
    .profitab-home {
        margin-bottom: 70px;
    }
    .call-center-photo img {
        border-radius: 0 40px 40px 0;
    }



}

@media (max-width: 1020px){
    .header__logo {
        width: 98px;
    }
    .btn-line {
        padding: 10px 26px;
        font-size: 16px;
        line-height: 22px;
    }
    .container {
        max-width: 710px;
    }
    header {
        top: 15px;
    }
    h1 {
        font-size: 44px;
        line-height: 48px;
    }
    .attraction__info h3 {
        margin: 24px 0;
    }
    .attraction__fon {
        padding-top: 80px;
        border-radius: 0 0 40px 40px;
    }
    .animate-circ {
        max-width: 600px;
        height: 600px;
    }
    .btn {
        height: 68px;
        padding: 21px 35px;
        font-size: 18px;
    }
    h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .advertising__flex {
        margin-top: 40px;
        gap: 32px;
        flex-direction: column;
        align-items: center;
    }
    .advertising__box {
        width: 100%;
        max-width: 450px;
    }
    .advertising__fon:after {
        max-width: 654px;
    }
    .advert-will__photo {
        max-width: 685px;
        position: relative;
        top: 0;
        right: 0;
    }
    .advert-will-look {
        margin-top: 105px;
        flex-direction: column;
        gap: 32px;
    }
    .advert-will__line {
        padding: 0;
        border: unset;
    }

    .video-pic>img {
        border-radius: 40px;
        height: 400px;
        object-fit: cover;
    }
    .play-bot {
        width: 60px;
        height: 60px;
        border: 4px solid #EBEBEB;
        bottom: -30px;
    }
    .play-bot img{
        width: 20px;
    }

    .services-sec:after{
        display: none;
    }
    .how-works-sec {
        padding: 62px 0 96px;
    }



    .how-works__cnt{
        display: none;
    }
    .how-works-mob{
        margin-top: 32px;
        display: block;
        position: relative;
    }
    .how-works__box {
        border-radius: 40px;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        max-width: 340px;
        min-height: 602px;
        justify-content: space-between;
    }
    .how-works__info {
        padding: 32px;
    }
    h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .how-works__info ul {
        margin-top: 24px;
    }
    .how-works__info ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .how-works__info ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    .how-works__photo img {
        border-radius: 0 0 40px 40px;
    }
    .how-works-mob .swiper-pagination{
        bottom: -30px;
    }
    .footer__logo{
        width: 106px;
        display: flex;
    }
    .footer__flex {
        gap: 18px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer__text:nth-child(4) {
        max-width: 220px;
    }
    .footer__main {
        width: 100%;
        flex-wrap: wrap-reverse;
        position: relative;
    }
    .individual-dat {
        max-width: 100%;
    }
    .individual-dat>span {
        position: absolute;
        top: 0;
        right: 0;
    }
    .footer__politic {
        margin-top: 21px;
    }
    .advert-will__line {
        background: unset;
    }
    .advert-will__info p {
        color: #5F4A8B;
    }
    .services__title {
        max-width: 510px;
        position: relative;
    }
    .services__cnt {
        display: none;
    }
    .services__rel{
        margin-top: 30px;
        display: block;
    }
    .services__fon{
        background: unset;
    }
    .services__box{
        background: #EBEBEB;
        max-width: 340px;
        width: 100%;
        padding: 20px;
        border-radius: 20px;
        height: 480px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .services__box strong{
        border-top: 1px solid #D6D6D6;
    }
    .services-sec .container-big{
        padding: 0;
    }
    .call-center-info h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .legality-service-info p {
        font-size: 16px;
    }
}
@media (max-width: 760px){
    .attraction__fon {
        padding-top: 100px;
    }
    .attraction__wid {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 46px;
    }
    .container {
        max-width: 490px;
    }
    .attraction__photo {
        max-width: 327px;
        margin: 20px auto 0;
    }
    .animate-circ {
        max-width: 520px;
        height: 520px;
        top: auto;
        bottom: -60px;
        right: 20px;
    }

    .footer__flex {
        justify-content: space-between;
    }
    .footer__text{
        max-width: 48%;
        width: 100%;
    }
    .footer__text:nth-child(1) {
        order: 1;
    }
    .footer__text:nth-child(2) {
        order: 2;
    }
    .footer__text:nth-child(3) {
        max-width: 48%;
        order: 4;
    }
    .footer__text:nth-child(4) {
        max-width: 48%;
        order: 3;
    }
    .footer__text:nth-child(5) {
        order: 5;
    }
    .footer__text:nth-child(6) {
        order: 6;
    }
    .footer__text:nth-child(2) ul {
        align-items: flex-end;
    }
    .footer__text:nth-child(3)  ul {
        align-items: flex-end;
    }
    .footer__text:nth-child(6)  ul {
        align-items: flex-end;
    }
    .footer__text:nth-child(2) ul li{
        text-align: right;
    }
    .footer__text:nth-child(3)  ul li{
        text-align: right;
    }
    .footer__text:nth-child(6)  ul li{
        text-align: right;
    }
    .services__fon {
        overflow: hidden;
    }
    .services__slider{
        width: 630px;
    }
    .call-center-flex {
        flex-direction: column;
    }
    .call-center-fon{
        background: unset;
    }
    .call-center-info {
        margin-left: 0;
        max-width: 400px;
    }
    .call-center-photo {
        max-width: 400px;
        margin-top: 32px;
        width: 100%;
    }
    .call-center-photo img{
        width: 100%;
        border-radius: 20px;
    }
    .legality-service-flex {
        flex-direction: column;
        align-items: center;
        padding: 120px 0;
    }
    .legality-service-box {
        padding: 6px 8px;
        max-width: 160px;
        height: 50px;
        border-radius: 10px;
        display: flex;
    }
    .legality-service-block {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: unset;
        justify-content: center;
    }
    .legality-service-info .btn-white {
        max-width: 320px;
        margin: 20px auto 0;
    }
    .legality-service-info p {
        font-size: 14px;
        line-height: 22px;
    }
    .legality-service-fon {
        border-radius: 40px;
        background-position: center;
    }
    .services__title h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .call-center-info h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .legality-service-flex {
        padding: 90px 0;
        gap: 50px;
    }

    



}


@media (max-width: 470px){
    .header__cnt {
        padding: 0 20px;
        flex-direction: column;
    }
    .container-big {
        padding: 0 16px;
    }
    .attraction__wid {
        padding: 0 20px;
    }
    h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .btn {
        height: 60px;
        padding: 14px 29px;
        font-size: 17px;
    }
    .animate-circ {
        max-width: 370px;
        height: 370px;
        top: auto;
        bottom: 25px;
        right: 10px;
        background-position: center;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .advertising__box {
        padding: 24px;
    }
    .advertising__photo {
        right: 4px;
        width: 117px;
    }
    .advert-will-look {
        margin-top: 72px;
    }
    .video-pic>img {
        height: 500px;
    }

    .footer__politic a {
        font-size: 12px;
        line-height: 16px;
    }
    .footer__flex {
        gap: 16px;
    }
    .footer__text:nth-child(2) {
        max-width: 44%;
    }
    .footer__text:nth-child(3) {
        max-width: 38%;
    }
    .footer__text:nth-child(4) {
        max-width: 54%;
    }
    .footer__text:nth-child(6) {
        max-width: 42%;
    }

    .header__right {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    
    .attraction__fon {
        padding-top: 210px;
    }


}