.header{
    background-color: transparent;
}
.header.scroll{
    background-color: #fff;
}
.main__links{
    margin-bottom: 25px;
}
.main{
    margin-top: 131px;
}
.main__inner{
    display: flex;
    justify-content: space-between;
    gap: 27px;
    max-width: 1139px;
}
.main__block{
    position: relative;
    z-index: 2;
}
.main__block:last-of-type{
    max-width: 779px;
    min-width: 779px;
}
.main__title{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.68px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: -5px;
}
.main__descr{
    margin-bottom: 20px;
}
.main__btn{
    width: 100%;
    max-width: 180px;
    height: 56px;
}
.main__block:first-of-type{
    max-width: 391px;
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.main__block:first-of-type::before {
    content: '';
    position: absolute;
    top: -27px;
    background-image: url('../img/promotion/stores.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 362.998px;
    height: 353.652px;
    right: -10px;
}
@media (max-width: 1279px) {
    .main__block:first-of-type::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='363' height='354' viewBox='0 0 363 354' fill='none'%3E%3Cpath d='M334.223 110C334.223 170.751 284.974 220 224.223 220C163.471 220 114.223 170.751 114.223 110C114.223 49.2487 163.471 0 224.223 0C284.974 0 334.223 49.2487 334.223 110Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3Cpath d='M362.998 230.797C362.998 274.98 327.181 310.797 282.998 310.797C238.815 310.797 202.998 274.98 202.998 230.797C202.998 186.614 238.815 150.797 282.998 150.797C327.181 150.797 362.998 186.614 362.998 230.797Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3Cpath d='M270 218.652C270 293.211 209.558 353.652 135 353.652C60.4416 353.652 0 293.211 0 218.652C0 144.094 60.4416 83.6523 135 83.6523C209.558 83.6523 270 144.094 270 218.652Z' fill='%238C2782' fill-opacity='0.8'/%3E%3C/svg%3E");
        top: -73px;
        right: -108px;
    }
    .main {
        margin-top: 120px;
    }
    .main__inner{
        gap: 25px;
    }
    .main__links {
        margin-bottom: 19px;
        margin-left: 2px;
    }
}
@media (max-width: 999px) {
    .main__block:first-of-type{
        width: 0;
    }
    .main__block:first-of-type::before {
        top: -58px;
        right: -123px;
    }
    .main__block:last-of-type{
        min-width: auto;
    }
    .main {
        margin-top: 91px;
    }
    .main__links {
        margin-bottom: 17px;
        margin-left: 0px;
    }
    .main__title {
        font-size: 62px;
        margin-right: -17px;
        margin-left: 0px;
        letter-spacing: -0.62px;
    }
}
@media (max-width: 767px) {
    .main{
        margin-top: 125px;
    }
    .main__links {
        margin-bottom: 12px;
        margin-left: 5px;
    }
    .main__inner{
        gap: 20px;
    }
    .main__block:first-of-type::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='249' height='311' viewBox='0 0 249 311' fill='none'%3E%3Cpath d='M248.773 230.797C248.773 274.98 212.956 310.797 168.773 310.797C124.591 310.797 88.7734 274.98 88.7734 230.797C88.7734 186.614 124.591 150.797 168.773 150.797C212.956 150.797 248.773 186.614 248.773 230.797Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3Cpath d='M220 110C220 170.751 170.751 220 110 220C49.2487 220 0 170.751 0 110C0 49.2487 49.2487 0 110 0C170.751 0 220 49.2487 220 110Z' fill='%237A53A9' fill-opacity='0.9'/%3E%3C/svg%3E");
        width: 248.775px;
        height: 310.797px;
        right: -158px;
        top: -46px;
    }
    .main__title{
        margin-bottom: 15px;
        font-size: 50px;
        letter-spacing: -0.5px;
        margin-left: 0;
    }
    .main__descr{
        margin-bottom: 18px;
        margin-right: -5px;
        max-width: 412px;
    }
    .main__btn{
        max-width: 220px;
    }
}
@media (max-width: 479px) {
    .main{
        margin-top: 181px;
    }
    .main__inner{
        gap: 0;
    }
    .main__links{
        margin-bottom: 6px;
        margin-left: 1px;
    }
    .main__title{
        letter-spacing: -0.44px;
        font-size: 38px;
    }
    .main__inner{
        margin-right: -4px;
    }
    .main__block:first-of-type::before {
        right: -137px;
        top: -46px;
    }
}
.terms{
    margin-top: 131px;
}
.terms__inner{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.terms__title{
    font-size: 46px;
    padding-left: 4px;
    line-height: 110%;
}
.terms__title .span-title {
    margin-top: 2px;
    margin-left: 7px;
}
.terms__block {
    margin-top: 17px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 7px;
    max-width: 606px;
}
.terms__item {
    display: flex;
    gap: 10px;
    align-items: center;
}
.terms__item-num {
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(54, 140, 193, 0.80);
    color: #FFF;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
}
.terms__content{
    max-width: 510px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.terms__name{
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
}
.terms__btn{
    height: 56px;
    max-width: 203px;
}
@media (max-width: 1279px) {
    .terms__inner{
        flex-direction: column;
        max-width: 831px;
        margin: 0 auto;
    }
    .terms__box{
        max-width: 626px;
        margin: 0 auto;
    }
    .terms__block {
        max-width: 609px;
    }
    .terms__content{
        max-width: 100%;
    }
}
@media (max-width: 999px) {
    .terms__inner{
        max-width: 626px;
    }
    .terms__content{
        padding-left: 24px;
        max-width: 538px;
    }
}
@media (max-width: 767px) {
    .terms{
        margin-top: 100px;
    }
    .terms__content{
        padding-left: 0;
        gap: 15px;
    }
    .terms__item{
        gap: 8px;
    }
    .terms__item-num {
        margin-top: 3px;
        width: 70px;
        min-width: 70px;
        height: 70px;
        font-size: 50px;
    }
    .terms__item-descr{
        font-size: 12px;
        line-height: 110%;
    }
    .terms__item:nth-of-type(2) .terms__item-descr{
        margin-right: -5px;
    }
    .terms__title{
        font-size: 40px;
    }
    .terms__title .span-title {
        font-size: 26px;
        margin-top: 0px;
        margin-left: 0px;
    }
    .terms__inner {
        margin-right: -1px;
        margin-left: 0px;
        gap: 33px;
    }
    .terms__block {
        gap: 7px 2px;
    }
    .terms__name {
        font-size: 28px;
    }
    .terms__btn{
        max-width: 220px;
    }
}
@media (max-width: 479px) {
    .terms__block{
        grid-template-columns: 1fr;
    }
    .terms__item-descr{
        max-width: 162px;
    }
    .terms__item:nth-of-type(2) .terms__item-descr,
    .terms__item:nth-of-type(6) .terms__item-descr{
        max-width: 205px;
    }
    .terms__content{
        gap: 10px;
    }
    .terms__descr {
        margin-right: -6px;
    }
    .terms__name{
        max-width: 313px;
    }
    .terms__descr{
        margin: 0;
        max-width: 338px;
    }
    .terms__inner {
        gap: 23px;
        margin-right: -7px;
    }
    .terms__box{
        margin-left: 5px;
    }
}
.works{
    margin-top: 120px;
}
.works__title{
    line-height: 110%;
}
.works__box{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
}
.works__block{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.works__block:first-of-type .works__item:nth-of-type(3) .works__item-descr{
    max-width: 303px;
}
.works__block:nth-of-type(2) .works__item:nth-of-type(3) .works__item-descr{
    max-width: 325px;
}
.works__item-name{
    font-size: 20px;
    font-weight: 600;
    line-height: 100%; 
    margin-bottom: 10px;
}
.works__item-descr{
    text-transform: lowercase;
}
.works__item-svg{
    display: flex;
    align-items: center;
    width: max-content;
}
.works__item:nth-of-type(6) .works__item-descr{
    max-width: 303px;
}
.works__item:nth-of-type(6) .works__item-descr{
    max-width: 303px;
}
.works__item-icon{
    margin-top: 7px;
}
@media (max-width: 1279px) {
    .works__title{
        font-size: 44px;
    }
    .works__box{
        grid-template-columns:  1fr 1fr;
        gap: 15px;
    }
    .works__item-name{
        margin-bottom: 8px;
    }
    .works__block{
        gap: 15px;
    }
    .works__block:first-of-type{
        display: none;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(1){
        order: 2;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(2) .works__item-descr{
        max-width: 417px;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(2){
        order: 1;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(3){
        order: 5;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(4){
        order: 3;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(5){
        order: 6;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(5) .works__item-descr{
        max-width: 307px;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(6){
        order: 4;
    }
    .works__block:nth-of-type(3) .works__item:nth-of-type(1){
        order: 2;
    }
    .works__block:nth-of-type(3) .works__item:nth-of-type(2){
        order: 4;
    }
    .works__block:nth-of-type(3) .works__item:nth-of-type(3){
        order: 1;
    }
    .works__block:nth-of-type(3) .works__item:nth-of-type(4){
        order: 3;
    }
    .works__item-icon{
        margin-top: 0;
    }
}
@media (max-width: 999px) {
    .works__box{
        gap: 27px;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(4) .works__item-descr{
        max-width: 302px;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(2) .works__item-descr {
        max-width: 298px;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(1) .works__item-descr {
        max-width: 338px;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(3) .works__item-descr{
        max-width: 302px;
    }
    .works__item-svg{
        width: 100%;
    }
    .works__item-svg svg{
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .works{
        margin-top: 100px;
    }
    .works__inner {
        margin: 0 -8px 0 -2px;
    }
    .works__title {
        font-size: 40px;
    }
    .works__item-icon{
        display: none;
    }
    .works__box{
        margin-top: 15px;
        display: flex;
        gap: 15px;
        flex-direction: column-reverse;
    }
    .works__item-descr{
        max-width: 100%;
    }
    .works__item-name{
        font-size: 18px;
    }
    .works__block:nth-of-type(3) .works__item:nth-of-type(1) .works__item-descr{
        max-width: 412px;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(2) .works__item-descr,
    .works__block:nth-of-type(2) .works__item:nth-of-type(1) .works__item-descr{
        max-width: 432px;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(4) .works__item-descr,
    .works__item:nth-of-type(6) .works__item-descr,
    .works__block:nth-of-type(2) .works__item:nth-of-type(3) .works__item-descr,
    .works__block:nth-of-type(2) .works__item:nth-of-type(5) .works__item-descr{
        max-width: 100%;
    }
}
@media (max-width: 479px) {
    .works__title{
        font-size: 28px;
    }
    .works__box{
        margin-top: 22px;
    }
    .works__block,
    .works__box{
        gap: 10px;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(1) .works__item-descr {
        max-width: 330px;
    }   
    .works__block:nth-of-type(2) .works__item:nth-of-type(2) .works__item-descr {
        max-width: 300px;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(3) .works__item-descr {
        max-width: 285px;
    }
    .works__block:nth-of-type(2) .works__item:nth-of-type(5) .works__item-descr{
        max-width: 264px;
    }
}
.price{
    margin-top: 120px;
}
.price__inner{
    margin: 0 auto;
    display: flex;
    gap: 14px;
}
.price__title.title{
    line-height: 110%;
}
.price__block{
    margin-top: 46px;
    display: flex;
    align-items: center;
}
.price__block:first-of-type{
    display: flex;
    align-items: center;
    margin-left: 9px;
}
.price__item {
    min-width: 210px;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    position: relative;
    transition: all .2s ease;
}
.price__item:first-of-type {
    border: 4px solid rgba(54, 140, 193, 0.80);
    position: relative;
    z-index: 1;
}
.price__item:first-of-type::before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='40' viewBox='0 0 16 40' fill='none'%3E%3Cpath d='M9.5 38L9.5 39.5L6.5 39.5L6.5 38L9.5 38ZM8 16C3.58172 16 1.11821e-06 12.4183 1.31134e-06 8C1.50447e-06 3.58172 3.58172 -1.93129e-07 8 0C12.4183 1.93129e-07 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM6.5 38L6.5 8L9.5 8L9.5 38L6.5 38Z' fill='%23368CC1' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 44px;
    top: -45px;
}
.price__item:last-of-type {
    background-color: rgba(140, 39, 130, 0.80);
    margin-left: -17px;
}
.price__item:first-of-type .price__item-descr{
    color: #368CC1;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 9px;
    transform: translate(-7px, 24px);
    display: flex;
    flex-direction: column;
}
.price__item:first-of-type .price__item-descr span:first-of-type {
    text-align: center;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 10px;
    display: block;
    transform: translate(12px, -20px);
}
.price__item:first-of-type .price__item-descr span:nth-of-type(2){
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transform: translateX(-13px);
}
.price__item:last-of-type .price__item-descr{
    display: flex;
    flex-direction: column;
    color: #FFF;
    text-align: center;
    font-size: 18px ;
    font-weight: 400;
    line-height: 16px;
    transform: translate(-4px, 1px);
}
.price__item:last-of-type .price__item-descr span:first-of-type{
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transform: translate(-1px, 2px);
}
.price__item:last-of-type .price__item-descr span:last-of-type {
    color: #FFF;
    font-family: 'Koulen', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 48px;
    transform: translate(-1px, 1px);
}
.price__content{
    margin-top: 10px;
    border-radius: 10px;
    background: #F4F4F4;
    padding: 50px 46px;
    max-width: 501px;
}
.price__name{
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 110%; 
}
.price__about{
    color: #368CC1;
    font-size: 28px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 8px;
}
.price__about:nth-of-type(4){
    margin-top: 20px;
}
.price__box {
    width: 100%;
}
@media (max-width: 1279px) {
    .price__title{
        font-size: 36px;
    }
    .price__content {
        padding: 50px 34px 70px;
        margin-top: 2px;
    }
    .price__block:first-of-type{
        margin-left: 4px;
    }
}
@media (max-width: 999px) {
    .price__block {
        margin-top: 51px;
    }
    .price__inner{
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }
    .price__content{
        padding: 41px 30px;
        max-width: 100%;
    }
    .price__box{
        max-width: 475px;
        margin: 0 auto;
    }
    .price__name,
    .price__about,
    .price__descr{
        max-width: 409px;
        margin: 0 auto;
    }
    .price__name{
        margin-bottom: 20px;
    }
    .price__about{
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {
    .price {
        margin-top: 100px;
    }
    .price__inner{
        gap: 30px;
    }
    .price__title {
        font-size: 34px;
    }
    .price__content {
        padding: 48px 20px 48px 30px;
    }
    .price__name {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .price__about{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .price__about:nth-of-type(4) {
        margin-top: 10px;
    }
}
@media (max-width: 479px) {
    .price__block:first-of-type {
        flex-direction: column;
        justify-content: center;
    }
    .price__item:first-of-type {
        margin-bottom: -85px;
        margin-left: -104px;
    }
    .price__item:last-of-type {
        margin-left: 134px;
    }
    .price__inner{
        margin: 0 -5px;
    }
    .price__content {
        padding: 31px 26px;
    }
    .price__name {
        font-size: 24px;
    }
}
.chaps{
    margin-top: 146px;
}
.chaps__inner{
    max-width: 946px;
    margin: 0 auto;
}
.chaps__title.title{
    font-size: 70px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.chaps .span-title{
    display: inline-block;
    max-width: 170px;
}
.chaps__content{
    margin-top: 20px;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
}
.chaps__content-img {
    position: absolute;
    right: 0;
    top: -134px;
}
.chaps__content-img circle{
    transition: all 2s ease;
    opacity: 0;
}
#animated-svg.active circle{
    opacity: 1;
}
.chaps__desc{
    margin-right: 14px;
    font-style: normal;
    font-weight: 300;
    padding: 0 10px;
    background: rgba(217, 217, 217, 0.30);
    max-height: 0;
    transition: all .2s ease;
    overflow: hidden;
}
.chaps__item.active .chaps__desc{
    max-height: 1000px;
    padding: 10px;
    margin-top: 32px;
}
.chaps__name{
    margin-bottom: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 500px;
}
.chaps__item span{
    display: block;
    width: 100%;
    height: 4px;
    background-color: #D9D9D9;
    position: relative;
}
.chaps__item span::after{
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background-color: #D9D9D9;
    border-radius: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
.chaps__item span::before{
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background-color: #D9D9D9;
    border-radius: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5.00049 1L5.00049 9M1 5.02051H9.00012' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
}
.chaps__item.active span,
.chaps__item.active span::after{
    background-color: #368CC1;
}
.chaps__item.active span::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='2' viewBox='0 0 11 2' fill='none'%3E%3Cpath d='M1.76636 1H9.87638' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    height: 2px;
}
.chaps__block{
    display: flex;
    flex-direction: column;
    gap: 38px;
    max-width: 516px;
    width: 100%;
}
.chaps__name,
.chaps__name span{
    cursor: pointer;
}
@media (max-width: 999px) {
    .chaps__inner{
        max-width: 529px;
    } 
    .chaps__content-img{
        display: none;
    }   
}
@media (max-width: 767px) {
    .chaps{
        margin-top: 100px;
    }
    .chaps__title.title {
        font-size: 50px;
    }
    .chaps .span-title {
        margin-left: -5px;
    }
    .chaps__content {
        margin-top: 25px;
        margin-left: 0px;
        margin-right: 0px;
        gap: 85px;
        position: relative;
    }
    .chaps__name{
        margin-bottom: 19px;
    }
    .chaps__block{
        gap: 23px;
    }
}
@media (max-width: 479px) {
    .chaps__inner{
        margin: 0 -6px 0 -4px;
    }
    .chaps__content {
        margin-top: 13px;
    }
    .chaps__block {
        gap: 26px;
        width: 101%;
    }
    .chaps__name{
        max-width: 330px;
    }
}