/* region for static */
.first-div-class {
    display: block;
    background: #fff;
    padding-top: 32px;
}
.second-div-class {
    display: grid;
    grid-template-columns: calc(58% - 30px) calc(42%);
    grid-gap: 30px;
    padding-bottom: 91px;
}
.adaptSwAn .second-div-class {
    grid-template-columns: calc(66% - 30px) calc(34%);
}
@media (max-width: 1199px) {
    .first-div-class {
        background: #fff;
    }
    .second-div-class {
        display: flex;
        flex-direction: column;
        gap: 43px;
        align-items: center
    }
}
.third-div-class {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%
}
.h1-class {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: #565D95;
    overflow-wrap: break-word;
}



/*banner*/
.banner-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #474747;
}
.banner-description p{
    margin-bottom: 40px;
}
.banner-description h2 {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
    font-weight: 600;
}
.banner-description ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px !important;
}
.banner-description ul li::before {
    content: "\2022";
    color: #565D95;
    display: inline-block;
    width: 19px;
}
.banner-description i{
    color: #F2AF29;
    font-style: normal;
    font-weight: 600;
}
.banner-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #565D95;
    padding: 16px;
    border: 3px solid #565D95;
    border-bottom: 3px solid #565D95 !important;
    transition: color 0.5s, border 0.5s, background-color 0.5s;
    cursor: pointer;
}
.banner-btn:hover {
    background-color: white;
    box-sizing: border-box;
    color: rgb(86, 93, 149);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(86, 93, 149);
    border-image: initial;
    border-radius: 2px;
}
.banner-right {
    width: 100%;
    max-width: 450px;
    overflow: hidden;
}
.banner-right img{
    width: 450px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .banner-right img {
        width: 384px;
    }
}
@media (max-width: 400px) {
    .banner-right img {
        width: 275px;
    }
}


/*навигация*/
.details-nav__link {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    color: #9B9B89;
    height: 100%;
    border-bottom: 6px solid #FFFFFF;
    align-items: flex-start;
    transition: border-bottom 0.5s;
    white-space: nowrap;
}

.details-nav__link:target {
    border-bottom: 6px solid #F2AF29;
}

.details-nav__link:hover {
    border-bottom: 6px solid #C6C6BD;
    cursor: pointer;
    color: #474747;
}

.js-navbar__link-active {
    transition: border-bottom 0.5s;
    border-bottom: 6px solid #F2AF29 !important;
    color: #474747;
}

.details-nav {
    display: flex;
    justify-content: space-between;
    height: 86px;
    gap: 32px;
    overflow: auto;
    transition: border-bottom 0.5s;
    background-color: #ffffff;
    padding-top: 32px;
}

.details-nav::-webkit-scrollbar {
    height: 0px;
}

.details-fixed {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    width: 100%;
    position: sticky;
    top: 69px;
    z-index: 1;
}

@media (max-width: 400px) {
    .details-fixed {
        top: 56px;
    }
}


/* advantages css */
.advantages {
	padding-bottom: 113px;
}

.advantages__title {
	font-weight: 700;
	font-size: 38px;
	margin-bottom: 21px;
	padding-top: 75px;
}

.advantages__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #474747;
    margin-bottom: 50px;
}

.advantages__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 71px 38px;
}

.advantages__cards_item {
	background-repeat: no-repeat;
	background-position: 0 0;
}

.advantages__card-item-title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 9px;
	color: #565D95;
	padding-left: 80px;
	line-height: 125%;
}

.advantages__card-item-text-announce {
	font-size: 16px;
	padding-left: 79px;
	font-weight: 400;
	line-height: 27px;
}
.advantages__card-item-text-announce i{
    /*color: #F2AF29;*/
    font-style: normal;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
	.advantages__cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.advantages__card-item-text-announce {
		font-size: 18px;
	}

	.advantages__card-item-title {
		font-size: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.advantages {
		padding-bottom: 100px;
	}

	.advantages__cards {
		grid-template-columns: 1fr;
		margin: auto;
	}

	.advantages__title {
		font-size: 28px;
	}

	.advantages__title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 440px){
	.advantages__card-item-title {
		font-size: 18px;
	}
	.advantages {
		padding-bottom: 45px;
	}

	.advantages__title {
		padding-top: 36px;
		margin-bottom: 43px;
	}

	.advantages__cards {
		gap: 25px;
	}

	.advantages__card-item-text-announce {
		padding-left: 49px;
		font-size: 16px;
		margin-bottom: 13px;
		line-height: 20px;
	}
	.advantages__card-item-title {
		padding-left: 49px;
	}
	.advantages__cards_item {
		background-size: 40px;
	}
	.advantages__card-item-title {
		margin-bottom: 9px;
	}
}
.advantages__cards_item{
    position: relative;
}

.advantages__cards_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/time.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: rotate(0deg);
}
.advantages__cards_item:hover::before {
  animation: rotateReturn 0.6s ease;
}

@keyframes rotateReturn {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}






/*stages*/
.stages {
    background-color: #565D95;
    color: #FFFFFF;
}

.stages-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 80px 20px;
}

.stages-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 47px;
}

.stages-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.stages-cards {
    display: grid;
    grid-template-columns: repeat(3, calc((100% / 3) - 11px));
    grid-gap: 15px 15px;
}

.stages-cards4 .stages-cards{
    grid-template-columns: repeat(4, calc(25% - 12px));
}
.stages-cards2 .stages-cards {
    grid-template-columns: repeat(2, calc((100% - 15px) / 2));
}

.stages-card__feedback{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 96px 40px;
}
.stages-card__feedback .stages-card__description a{
    color: #F2AF29;
}

.stages-card__feedback .stages-card__description a:hover{
    text-decoration: underline;
}
.stages-card .link-feedback{
	color: #fff;
    text-decoration: underline;
}
.stages-card .link-feedback:hover{
	color: #F2AF29;
}

.stages-card {
    display: flex;
    flex-direction: column;
    border: 2px solid #FFFFFF;
    gap: 16px;
    padding: 32px;
    cursor: pointer;
    transition: background-color 0.5s, outline 0.5s, border 0.5s;
    overflow: hidden;
    position: relative;
}

.stages-card:hover {
    background-color: #474747;
    border: 2px solid #474747;
}

.stages-card__number {
    height: 45px;
    align-items: flex-start;
}

.stages-card__number-image {
    align-items: flex-start;
    height: 27px;
    margin-bottom: 16px;
    transition: height 0.5s;
}

.stages-card:hover .stages-card__number-image {
    height: 45px;
}

.stages-card__time{
    position: absolute;
    right: 26px;
    top: 35px;
    width: 129px;
    text-align: right;
    color: transparent;
    transition: 0.6s color;
    font-size: 15px;
    line-height: 125%;
}

.stages-card:hover .stages-card__time{
    color: #fff;
    color: #F2AF29;
}

.stages-card__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}

.stages-card:hover .stages-card__title {
    color: #F2AF29;
}

.stages-card:hover .stages-card__time + .stages-card__title {
    color: #fff;
}

.stages-card__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.stages-card__result{
    color: #FFF;
    font-size: 18px;
    line-height: 125%;
    transition: 0.6s color;
}

.stages-card:hover .stages-card__result{
    color: #F2AF29;
}

.stages-note span {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.stages-note span,.stages-card__title span {
    color: #F2AF29;
}

.stages-discount {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stages-discount__button {
    display: inline-block;
    width: 100%;
    background-color: #F2AF29;
    padding: 16px 91.5px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.stages-discount__note {
    cursor: default;
}


/*stages-gray marketing*/
.stages.stages-gray {
    background-color: #474747;
 }

.stages-gray .stages-card {
    border: 2px solid #FFFFFF;
}

.stages-card__number-image__mobile {
    display: none;
}

.stages-gray .stages-card:hover {
    background-color: #F2AF29;
    border: 2px solid #474747;
}

.stages-gray .stages-card:hover .stages-card__title,
.stages-gray .stages-card:hover .stages-card__description,
.stages-gray .stages-card:hover .stages-card__list-item{
    color: #474747;
}

.stages-gray .stages-card:hover .stages-card__list-item::before {
    background-color: #474747;
}

.stages-gray .stages-card:hover .stages-card__number-image {
    display: none;
}

.stages-gray .stages-card:hover .stages-card__number-image__mobile {
    display: block;
}

.stages-gray .stages-card__list-item {
    position: relative;
    padding-left: 35px;
}

.stages-gray .stages-card__list-item::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #FFFFFF;
    left: 10px;
    top: 15px;
    transform: translateY(-50%);
}

/*media stages*/
@media (max-width: 1199px) {
    .stages-cards,.stages-cards4 .stages-cards {
        grid-template-columns: repeat(2, calc(50% - 7.5px));
    }
    .stages-cards2 .stages-cards {
        grid-template-columns: 100%;
    }
}

@media (max-width: 767px) {
    .stages-main {
        padding: 40px 0.75rem;
    }

    .stages-cards,.stages-cards4 .stages-cards{
        grid-template-columns: 100%;
    }

    .stages-title {
        font-size: 28px;
        line-height: 34px;
    }
}



/*prices*/
.prices {
    cursor: default;
}

.prices-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 47px;
    text-align: center;
    color: #474747;
    margin-top: 80px;
    margin-bottom: 40px;
}

.prices-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #474747;
    margin-bottom: 80px;
}

.prices-cards {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 15px));
    grid-gap: 30px;
    margin-bottom: 155px;
}

.prices-cards3 .prices-cards{
    grid-template-columns: repeat(3, calc(100%/3 - 30px));
}

.prices-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 32px;
    text-align: center;
    transition: background-color 0.5s;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.prices-card:hover {
    background-color: #474747;
}

.prices-card:hover .prices-card__title {
    color: #F2AF29;
}

.prices-card:hover .prices-card__price {
    color: #F2AF29;
}

.prices-card:hover .prices-card__button {
    border: 2px solid #F2AF29;
    background-color: #F2AF29;
    color: #ffffff;
    transition: background-color 0.5s, border 0.5s, color 0.5s;
}

.prices-card:hover .prices-card__button:disabled {
    background-color: #F1DAAD;
    border: 3px solid #F1DAAD;
    color: #FFFFFF;
}

.prices-card:hover .prices-card__list-item::before {
    background-color: #F2AF29;
}

.prices-card:hover .prices-card__list-item {
    color: #ffffff;
}

.prices-card:hover .prices-card__hr {
    border: 1px solid #9B9B89;
}

.prices-card:hover .prices-card__price-before {
    color: #ffffff;
}

.prices-card__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #565D95;
    margin-bottom: 16px;
}

.prices-card__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9B9B89;
    margin-bottom: 16px;
}

.prices-card__hr {
    border: 1px solid #F0F0ED;
    margin-bottom: 16px;
    width: 100%;
}

.prices-card__price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    color: #565D95;
    margin-bottom: 32px;
}

.prices-card__price-before {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #474747;
}

.prices-card__price-main::before {
    content: '\00a0';
}

.prices-card__price-main::after {
    content: ' ₽';
}

.prices-card__button {
    display: inline-block;
    margin-bottom: 32px;
    width: 100%;
    padding: 16px 0;
    border: 2px solid #565d95;
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #565d95;
    cursor: pointer;
}

.prices-card__button:hover {
    background-color: #565D95;
    color: #ffffff;
}

.prices-card__button:disabled {
    background-color: #CCCEDE;
    border: 3px solid #CCCEDE;
    color: #FFFFFF;
}

.prices-card__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: start;
}

.prices-card__list-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #9B9B89;
    position: relative;
    padding-left: 25px;
}

.prices-card__list-item::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #565D95;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.prices-card__note {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #9B9B89;
    position: relative;
    padding: 40px 0 40px 0px;
}
.prices-card__note b {
    color: #474747;
}
.prices-card:hover .pricessupport-card__note,
.prices-card:hover b{
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .prices-title {
        font-size: 28px;
        line-height: 34px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .prices-description {
        margin-bottom: 40px;
    }

    .prices-cards,.prices-cards3 .prices-cards {
        grid-template-columns: 100%;
        margin-bottom: 80px;
        padding: 24px;
    }

    .prices-card__title {
        font-size: 22px;
        line-height: 27px;
    }

    .prices-card__price-main {
        font-size: 38px;
        line-height: 47px;
    }

    .prices-card__hr {
        margin-bottom: 14px;
    }

    .prices-card__button {
        padding: 13px;
    }
}



.prices-table-subscriber{
    overflow: auto;
    margin-bottom: 80px;
}

.prices-table {
    width: 1163px;
    border-collapse: collapse;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #474747;
    border: 1px solid #F2F2FA;
}

.prices-table td, .prices-table th {
    min-width: 15%;
    width: 15%;
    padding: 16px;
}
.prices-table td:first-child, .prices-table th:first-child{
    width: 55%;
    min-width: 55%;
}
.prices-table tr:nth-child(even){background-color: #fff;}

.prices-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #F2F2FA;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #565D95;
}

.prices-table__image {
    width: 36px;
    height: 30px;
}

[data-id="price-hide-text"] {
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s;
}


/*кнопка используется на других страницах*/
.posts-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 16px;
    border: 3px solid #565D95;
    transition: color 0.5s, border 0.5s, background-color 0.5s;
    cursor: pointer;
}