.constructor-item {
    margin-top: 75px;
}
.constructor-title {
    margin-bottom: 24px;
    width: 580px;
    max-width: 100%;
    font-size: 48px;
    font-weight: 800;
    line-height: normal;
    background: linear-gradient(90deg, #fff 0.26%, #ffcfcf 99.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.constructor-benefits__item {
    margin-top: 45px;
    width: calc(50% - 35px);
}
.constructor-benefits__item-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 115%;
}
.constructor-benefits__item-icon {
    margin-right: 47px;
}
.constructor-benefits__item-icon strong {
    width: 134px;
    min-width: 134px;
    height: 112px;
    background: url('../img/advantages-icon-bg.svg');
    background-size: 136px 112px;
    background-repeat: no-repeat;
}
.constructor-benefits__item-icon svg {
    width: 54px;
    min-width: 54px;
    height: 54px;
    color: #313131;
    margin-left: -23.8px;
}
.constructor-benefits__item-icon span {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    right: -18px;
    bottom: 0;
    background: #313131;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.constructor-benefits__item-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-top: 12px;
}
.constructor-benefits__item-text span {
    color: #fffc0d;
}

.constructor-networks__block {
    margin-top: 20px;
    width: 33.333%;
}
.constructor-networks__item {
    min-height: 100%;
    padding: 28px 26px 20px 29px;
    border-radius: 2px;
    border: 1px solid #313131;
    background: #1a1a1a;
}
.constructor-networks__item-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 10px;
    background-size: 60px;
	background-color: #E5E5E5;
    background-repeat: no-repeat;
    background-position: center;
}
.constructor-networks__item-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 115%;
}
.constructor-networks__item-content span {
    display: inline-flex;
    align-items: center;
    margin-top: 3px;
    height: 25px;
    padding: 0 10px;
    border-radius: 50px;
    background: #464646;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.constructor-networks__item-text {
    margin-top: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.page-article {
    background: #fff;
    color: #1a1a1a;
	padding-bottom: 50px;
}
.page-article__wrapper {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
.page-article .breadcrumbs__current {
    color: #8e8e8e;
}
.page-article .breadcrumbs__link {
    color: #1a1a1a;
}
.page-article__title {
    margin: 15px 0;
    color: #1a1a1a;
    font-size: 48px;
    font-weight: 700;
    line-height: 115%;
}
.page-article__date {
    overflow: hidden;
    color: #464646;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.page-article__icons .blog-item__bottom-item {
    margin-right: 0;
    margin-left: 15px;
    min-height: 20px;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
}
.page-article__img {
    width: 100%;
    height: auto;
    margin: 15px 0 25px;
}
.page-article__gray {
    padding: 32px;
    margin-bottom: 25px;
    background: #e5e5e5;
}
.page-article__gray-title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}
.page-article__content {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.page-article__content h2, .page-article__content h3, .page-article__content h4, .page-article__content h5, .page-article__content h6 {
    margin-bottom: 15px;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
}
.page-article__gray-nav {
    padding: 0;
    margin: 0;
}
.page-article__gray-nav li {
    margin-top: 10px;
}
.page-article__gray-nav li::before {
	margin-right: 5px;
}
.page-article__gray-nav a {
    text-decoration: none;
    outline: none;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.page-article__gray-nav a:hover {
    text-decoration: underline;
}
.page-article__gray-nav  ol {
	counter-reset: list1;
}
.page-article__gray-nav ol li::before {
	counter-increment: list1;
	content: counter(list1) ".";
}
.page-article__gray-nav ol ol {
	counter-reset: list2;
	padding-left: 28px;
}
.page-article__gray-nav ol ol li::before {
	counter-increment: list2;
	content: counter(list1) "." counter(list2) ".";
}
.page-article__gray-nav ol ol ol {
	counter-reset: list3;
}
.page-article__gray-nav ol ol ol li::before {
	counter-increment: list3;
	content: counter(list1) "." counter(list2) "." counter(list3) ".";
}
.page-article__gray-nav ol ol ol ol  {
	counter-reset: list4;
}
.page-article__gray-nav ol ol ol ol li::before {
	counter-increment: list4;
	content: counter(list1) "." counter(list2) "." counter(list3) "."  counter(list4) ".";
}
.page-article__gray-nav ol ol ol ol ol {
	counter-reset: list5;
}
.page-article__gray-nav ol ol ol ol ol li::before {
	counter-increment: list5;
	content: counter(list1) "." counter(list2) "." counter(list3) "."  counter(list4) "."   counter(list5) ".";
}
.page-article__content a {
    color: #1a1a1a;
    text-decoration: underline;
}
.page-article__content p {
    margin-bottom: 24px;
}
.page-article__content blockquote p {
    margin-bottom: 0;
}
.page-article__content ul {
    margin: 0 0 24px 0;
    padding: 0 0 0 24px;
    list-style-type: disc;
}
.constructor-bold {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(90deg, #fff 0.26%, #ffcfcf 99.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.constructor-subtitle {
    margin: 10px 0 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.constructor-subtitle a,
.constructor-subtitle span {
    color: #fffc0d;
    font-weight: bold;
    text-decoration: none;
}
.constructor-subtitle a:hover {
    text-decoration: underline;
}
.constructor-improvement {
    margin-top: -20px;
}
.constructor-improvement__block {
    width: 25%;
    margin-top: 20px;
}
.constructor-improvement__item {
    padding: 35px 29px;
    border-radius: 2px;
    border: 1px solid #313131;
    background: #1a1a1a;
    min-height: 100%;
}
.constructor-improvement__item img {
    width: 100%;
}
.constructor-improvement__item-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}
.constructor-improvement__item-title span {
    color: #fffc0d;
}
.constructor-improvement__item-text {
    margin-top: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.constructor-improvement__block.w33 {
    width: 33.333%;
}

.constructor-free {
    padding: 65px 30px 40px;
    border: 1px solid #464646;
}
.constructor-free__left {
    width: 510px;
}

.tarif-consumption {
    padding: 0;
}

.constructor-free__item {
    padding: 23px;
    border-radius: 2px;
    border: 1px solid #313131;
    width: 50%;
}
.constructor-free__item img {
    width: 100%;
}
.constructor-free__item span {
    padding: 0 10px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 130%;
    margin-bottom: 25px;
}
.constructor-free__right {
    width: 580px;
}
.constructor-form__gray-btn {
    width: 700px;
    margin: 27px auto 0;
    user-select: none;
    height: 70px;
    font-size: 23px;
    font-weight: 600;
}
.constructor-form__gray-text {
    margin-top: 10px;
    color: #e5e5e5;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.constructor-form__gray-icon {
    width: 63px;
    height: 63px;
    margin: 0 auto;
    background-image: url("../img/file.svg");
}
.constructor-form {
    display: block;
    padding: 35px 29px;
    border: 1px solid #464646;
}
.constructor-form__gray {
    border-radius: 2px;
    background: #313131;
    padding: 34px;
}
.constructor-form__gray-title {
    margin-top: 19px;
    color: #fffc0d;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.constructor-info__item {
    margin-bottom: 30px;
}
.constructor-info__item:nth-child(odd) .constructor-info__right {
    order: 1;
}
.constructor-info__left {
    width: calc(50% - 10px);
}
.constructor-info__right {
    width: calc(50% - 10px);
}
.constructor-info__bold {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 115%;
}
.constructor-info__text > *:not(:last-child) {
    margin-bottom: 20px;
}
.constructor-info__btn {
    width: auto;
    min-width: 280px;
    height: 70px;
    font-size: 20px;
    color: white !important;
    border-bottom: none !important;
    padding: 0 20px;
    margin-top: 25px;
}
.constructor-info__title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 115%;
}

.constructor-bottom {
    border: 1px solid #464646;
	border-top: none;
}
.constructor-top {
    border: 1px solid #464646;
    padding: 71px 31px 84px;
}
.constructor-top .constructor-subtitle {
    width: 980px;
    max-width: 100%;
    margin: 25px auto 0;
}
.constructor-bottom::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../img/bottom-icon.svg");
    margin-right: 10px;
}
.constructor-bottom {
    padding: 19px 32px;
}
.constructor-bottom__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.constructor-bottom__text a {
    text-decoration: none;
    color: #fffc0d;
}
.constructor-bottom__text a:hover {
    text-decoration: underline;
}
.constructor-bottom__btn {
    padding: 0 10px;
    height: 25px;
    border-radius: 50px;
    background: #fffc0d;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-left: 15px;
}
.constructor-bottom__btn:hover {
    background: #e30613;
    color: #fff;
}

.constructor-textarea::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../img/textarea.svg");
    background-repeat: no-repeat;
    left: 22px;
    top: 30px;
    z-index: 2;
    position: absolute;
    pointer-events: none;
}
.constructor-textarea__length {
    height: 30px;
    padding: 0 10px;
    background: #464646;
    border-radius: 2px;
    color: #e5e5e5;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    right: 25px;
    bottom: 25px;
    pointer-events: none;
    z-index: 2;
}
.constructor-textarea {
    margin-bottom: 20px;
}
.constructor-textarea textarea {
    width: 100%;
    height: 162px;
    resize: none;
    border: none;
    border-radius: 2px;
    background: #313131;
    padding: 30px 22px 22px 62px;
    color: rgba(255, 255, 255, 0.65);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.constructor-textarea textarea::placeholder {
    color: rgba(255, 255, 255, 0.65);
}
.constructor-form__btn.btn {
    height: 70px;
    width: 100%;
    font-size: 23px;
    margin-left: 15px;
}
.constructor-form__btn.btn b {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-image: url("../img/form-btn.svg");
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
}
.constructor-form__btn.btn.btn-grey {
    width: 200px;
    flex-shrink: 0;
}
.constructor-form__select {
    width: 300px;
	flex-shrink: 0;
}
.constructor-form__select-current {
    height: 70px;
    width: 100%;
    background: #313131;
    border-radius: 2px;
    padding: 0 21px;
    color: #e5e5e5;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.constructor-form__select-current b,
.constructor-form__select-item b {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-size: 24px;
    margin-right: 16px;
}
.constructor-form__select-current::after {
    content: "";
    background-image: url("../img/arrow-2.svg");
    width: 13px;
    height: 8px;
    min-width: 13px;
    margin-left: 16px;
}
.constructor-form__select-current span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: auto;
}
.constructor-form__select-items {
    left: 0;
    top: calc(100% + 2px);
    width: 100%;
    background: #313131;
    border-radius: 2px;
    padding: 8px;
    color: #e5e5e5;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.constructor-form__select-item {
    padding: 8px;
    transition: all 0.4s;
	color: #e5e5e5;
	text-decoration: none;
}
.constructor-form__select-item span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    border-radius: 2px;
    transition: all 0.4s;
    opacity: 0;
    z-index: -1;
}
.constructor-form__select-item.active span::before {
    opacity: 1;
}
.constructor-form__select-items {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s;
}
.open .constructor-form__select-items {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.constructor-form__select-current::after {
    transition: all 0.4s;
}
.open .constructor-form__select-current::after {
    transform: rotate(180deg);
}

.constructor-content {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 159%;
    padding-right: 30px;
}
.constructor-content a {
    color: #fff;
    text-decoration: underline;
}
.constructor-content img {
    max-width: 100%;
    display: block;
}
.constructor-content ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: disc;
}
.constructor-content ol {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: decimal;
}
.constructor-question .constructor-content {
    margin-top: 2px;
}
.constructor-question {
    margin-bottom: 20px;
    padding: 0 24px 0;
    min-height: 57px;
}
.constructor-answer__copy {
    top: 26px;
    right: 24px;
    width: 24px;
    height: 24px;
    background-image: url("../img/copy.svg");
    user-select: none;
    z-index: 3;
}
.constructor-chat {
    padding: 32px 30px 34px;
    border: 1px solid #464646;
    border-bottom: none;
}
.constructor-chat__scroll::-webkit-scrollbar {
    width: 7px;
}
.constructor-chat__scroll::-webkit-scrollbar-track {
    background: #464646;
    border-radius: 15px;
}
.constructor-chat__scroll::-webkit-scrollbar-thumb {
    background: #acacac;
    border-radius: 15px;
}
.constructor-question img,
.constructor-answer img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 100%;
    margin-right: 13px;
    object-fit: cover;
}
.constructor-answer {
    margin-bottom: 20px;
    padding: 26px 24px 32px;
    border-radius: 2px;
    background: #313131;
}
.constructor-answer img {
	background: white;
}

.constructor-video {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 24px;
}
.constructor-video:hover {
    opacity: 0.8;
}
.constructor-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-image: url('../img/play-icon.png');
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}


.bg-tarif {
    background-image: url("../img/tarif-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
}

.page-tarif__subtitle {
    margin: 4px 0 37px;
    text-align: center;
    color: #fffc0d;
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
}
.page-tarif__block {
    width: 33.333%;
    margin-top: 20px;
}
.page-tarif__list {
    margin-top: -20px;
}
.page-tarif__item {
    padding: 23px 29px;
    border-radius: 0px 0px 2px 2px;
    border: 1px solid #464646;
    background: #313131;
}
.page-tarif__item-title {
    background-image: url("../img/top-icon.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
    color: #fffc0d;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.page-tarif__item-subtitle {
    color: #fffc0d;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}
.page-tarif__item-btn.btn {
    height: 75px;
    width: 100%;
    font-size: 23px;
    font-weight: 600;
}
.page-tarif__item-line {
    height: 1px;
    background: #464646;
    margin: 19px -32px 30px;
}
.page-tarif__item-line__bottom {
    margin-top: 25px;
    margin-bottom: 25px;
}
.page-tarif__item-price b {
    margin-right: 7px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}
.page-tarif__item-price p {
    color: #e5e5e5;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.page-tarif__item-price p span {
    color: #fffc0d;
}
.page-tarif__item-text {
    margin-top: 12px;
}
.page-tarif__item-text:first-child {
    margin-top: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
}
.page-tarif__item-text svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 8px;
}
.page-tarif__item-text span {
    color: #fffc0d;
}

.page-reviews__item {
    margin-top: 25px;
    padding: 31px;
    border-radius: 2px;
    border: 1px solid #313131;
}
.page-reviews__items {
    padding-top: 30px;
}
.page-reviews__item-img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    object-fit: cover;
    display: block;
    border-radius: 100%;
    margin-right: 14px;
}
.page-reviews__item-text {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
	white-space: pre-wrap;
}
.page-reviews__item-rating {
    margin-top: 9px;
}
.page-reviews__item-rating span {
    width: 20px;
    height: 20px;
    margin-right: 5px;
	border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}
.page-reviews__item-name {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 115%;
}
.page-reviews__item-name a {
    width: 21px;
    height: 21px;
    background-size: 21px;
    margin-left: 6px;
    display: inline-flex;
}
.page-reviews__btn.btn {
    background: #464646;
    height: 70px;
    color: #fffc0d;
    font-size: 23px;
    font-weight: 600;
    width: 100%;
    margin-top: 25px;
}
.page-reviews__btn.btn::after,
.page-reviews__btn.btn::before {
    display: none;
}
.page-reviews__btn.btn:hover {
    background: #3c3b3b;
}

.page-reviews__form {
    border: 1px solid #313131;
    border-radius: 2px;
    margin-top: 32px;
}
.page-reviews__form-title {
    padding: 22px 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    border-bottom: 1px solid #313131;
}
.page-reviews__form-wrapper {
    padding: 22px 30px 32px;
}
.page-reviews__form-btn.btn {
    width: 352px;
    height: 70px;
    font-size: 23px;
}
.page-reviews__form-textarea {
    padding: 24px 22px;
    height: 125px;
    border-radius: 2px;
    background: #313131;
    border: 1px solid #313131;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20px;
    resize: none;
    width: 100%;
}
.page-reviews__form-textarea::placeholder,
.page-reviews__form-input input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}
.page-reviews__form-input {
    margin-bottom: 20px;
    width: calc(60% - 10px);
}
.page-reviews__form-input:last-child {
    width: calc(40% - 10px);
}
.page-reviews__form-input input {
    width: 100%;
    border-radius: 2px;
    height: 70px;
    background: #313131;
    border: 1px solid #313131;
    padding-left: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}
.page-reviews__form-input::before {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 23px;
    top: 50%;
    width: 17px;
    height: 17px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translateY(-50%);
}
.page-reviews__form-input.icon-user::before {
    background-image: url("../img/user.svg");
}
.page-reviews__form-input.icon-vk::before {
    background-image: url("../img/vk-2.svg");
}
.page-reviews__form-input.icon-email::before {
    background-image: url("../img/email1.svg");
}
.page-reviews__form-input input.error, .page-reviews__form-rating.error, .page-reviews__form-file.error, .page-reviews__form-textarea.error {
	background: #4B2020;
}

.page-reviews__form-file {
    width: 229px;
    height: 70px;
    border-radius: 2px;
    background: #313131;
    user-select: none;
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20px;
}
.page-reviews__form-rating {
    width: 409px;
    margin-right: 20px;
    border-radius: 2px;
    background: #313131;
    padding-left: 23px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    height: 70px;
    margin-bottom: 20px;
}
.page-reviews__form-rating span {
    margin-right: 13px;
}
.page-reviews__form-file::before {
    content: "";
    display: block;
    width: 17px;
    min-width: 17px;
    margin-right: 10px;
    background-image: url("../img/file-2.svg");
    background-repeat: no-repeat;
    height: 17px;
    background-position: center;
}

.rate {
    padding: 0;
    position: relative;
    float: left;
    flex-direction: row-reverse;
}
.rate input {
    display: none;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
    left: 0;
    top: 0;
}
.rate:not(:checked) > label {
    float: right;
    width: 38px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 10px;
}
.rate:not(:checked) > label:before {
    content: "";
    width: 38px;
    height: 38px;
    background-size: 38px;
    display: block;
    background-image: url("../img/star-2.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.rate > input:checked ~ label::before {
    background-image: url("../img/star.svg");
}
.rate:not(:checked) > label:hover::before,
.rate:not(:checked) > label:hover ~ label::before {
    background-image: url("../img/star.svg");
}
.rate > input:checked + label:hover::before,
.rate > input:checked + label:hover ~ label::before,
.rate > input:checked ~ label:hover::before,
.rate > input:checked ~ label:hover ~ label::before,
.rate > label:hover ~ input:checked ~ label::before {
    background-image: url("../img/star.svg");
}

.blog-item__bottom-item {
    min-height: 20px;
    background-size: 20px;
}

.otherBlog {
    padding: 48px 0 55px;
}
.otherBlog-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 115%;
}
.otherBlog-title span {
    background: linear-gradient(90deg, #fff 0.26%, #ffcfcf 99.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.constructor-networks__item-content p,
.constructor-networks__item-content span {
    transition: all 0.4s;
}
.constructor-networks__item:hover p {
    color: #fffc0d;
}
.constructor-networks__item:hover span {
    background: #fffc0d;
    color: #1a1a1a;
}
.answer-cursor {
	display: inline-block;
    width: 12px;
    height: 12px;
    background: white;
	border-radius: 50%;
	margin-left: 10px;
	-webkit-animation: pulse 1.5s ease-in-out infinite;
	animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}

.page-docs {
    background: #fff;
    color: #1a1a1a;
}
.page-docs .big-container.limited {
	height: calc(100vh - 94px);
}
.docs_menu {
	width: 279px;
	overflow-y: auto;
	border-left: 1px solid #E5E5E5;
	padding: 20px 10px 50px 27px;
}
.docs__content {
    padding: 0 0 50px;
}
.docs__content.custom-scrollbar-light {
    flex: 1 1 0%;
    overflow-y: auto;
    padding: 0 15px 50px 50px;
	border-left: 1px solid #E5E5E5;
}
.page-docs .page-article__title {
	font-size: 32px;
}
.docs-block {
    padding-top: 10px;
}
.docs-menu-category {
	margin-bottom: 15px;
}
.docs-menu-category__name {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #1A1A1A;
	margin-bottom: 5px;
}
.docs-menu-link {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.1;
	color: #1A1A1A;
	padding: 5px 6px;
	margin-left: -6px;
	border-radius: 4px;
	text-decoration: none;
}
.docs-menu-link:hover, .docs-menu-link.active {
	background: #F1F1F1;
}
.custom-scrollbar-light::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #F7F7F7;
}
.custom-scrollbar-light::-webkit-scrollbar-thumb {
    border: 1px solid #E5E5E5;
    background: #E5E5E5;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.custom-scrollbar-light::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.instructions-title {
    font-weight: 800;
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 10px;
}
.instructions-steps__subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    opacity: 0.7;
}
.instructions-steps__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -10px;
    margin-top: 24px;
}
.instructions-steps__item {
    width: 20%;
    min-width: 239px;
    padding: 0 10px;
}
.instructions-steps__img {
    position: relative;
    background: #1A1A1A;
    border: 1px solid #464646;
    border-radius: 18px;
    height: 140px;
    overflow: hidden;
    margin-bottom: 15px;
}
.instructions-steps__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instructions-steps__num {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: #FFFC0D;
    border-radius: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #1A1A1A;
}
.instructions-steps__title {
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 10px;
}
.instructions-steps__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #E5E5E5;
}




@media (max-width: 1199px) {
    .constructor-bottom {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .constructor-bottom__text {
        width: calc(100% - 40px);
    }
    .constructor-bottom__btn {
        margin: 12px 0 0 40px;
        height: 25px;
        font-size: 14px;
    }
    .constructor-bottom::before {
        margin-right: 8px;
    }
	.docs_menu {
		width: 220px;
		font-size: 13px;
	}
	.docs-menu-category__name {
		font-size: 15px;
	}
	.docs-menu-link {
		font-size: 13px;
	}
	.docs__content.custom-scrollbar-light {
		padding: 0 15px 40px 30px;
	}
}

@media (max-width: 992px) {
    
    .constructor-bottom {
        padding: 15px 15px 22px;
    }
    .breadcrumbs {
        padding: 20px 0 5px;
    }
    .constructor-item {
        margin-top: 45px;
    }
    .constructor-title {
        font-size: 26px;
        font-style: normal;
    }
    .constructor-benefits__item {
        width: 100%;
    }
    .constructor-networks__block {
        width: 50%;
    }
    .page-article__wrapper {
        width: 100%;
    }
    .constructor-improvement__block {
        width: 50%;
    }
    .constructor-subtitle {
        margin: 7px 0 15px;
        font-size: 16px;
        line-height: 121%;
    }
    .constructor-bold {
        font-size: 24px;
        line-height: 115%;
    }
    .constructor-improvement__block.w33 {
        width: 50%;
    }
    .constructor-free {
        display: block;
        padding: 0;
        border: none;
        text-align: center;
    }
    .constructor-free__left {
        width: 100%;
        margin-bottom: 13px;
    }
    .constructor-free__right {
        display: none;
    }
    .constructor-info__left,
    .constructor-info__right {
        width: 100%;
    }
    .constructor-info__item {
        margin-bottom: 20px;
    }
    .constructor-info__left {
        order: 1;
        margin: 20px 0;
    }
    .constructor-info__bold {
        font-size: 22px;
        font-weight: 600;
        line-height: 115%;
    }
    .constructor-info__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 115%;
    }
    .constructor-info__text {
        margin-top: 15px;
    }
    .constructor-info__btn.btn {
        margin-top: 15px;
        font-size: 20px;
    }
    .constructor-top {
        padding: 25px 15px 15px;
    }
    .constructor-form__select {
        width: 100%;
    }
    .constructor-form__select-current {
        height: 46px;
    }
    .constructor-form__select-current b,
    .constructor-form__select-item b {
        margin-right: 8px;
    }
    .constructor-form__select-current::after {
        margin-left: 8px;
    }
    .constructor-form__bottom {
        display: block;
    }
    .constructor-form__btn.btn {
        margin-top: 10px;
        width: 100%;
        font-size: 18px;
        margin-left: 0;
    }
	.constructor-form__btn.btn.btn-grey {
		margin-left: 0;
	}
    .constructor-textarea {
        margin-bottom: 10px;
    }
    .constructor-form__select {
        position: relative;
        z-index: 5;
    }
    .constructor-textarea textarea {
        height: 184px;
        padding: 16px;
        font-size: 14px;
    }
    .constructor-textarea::after,
    .constructor-textarea__length {
        display: none;
    }
    .constructor-chat {
        padding: 15px;
    }
    .constructor-question,
    .constructor-answer {
        display: block;
    }
    .constructor-question img,
    .constructor-answer img {
        margin: 0 0 9px;
    }
    .constructor-content {
        font-size: 15px;
        line-height: 128%;
    }
    .constructor-answer__copy {
        right: 3px;
        top: 17px;
    }
    .constructor-form {
        padding: 15px;
    }
    .constructor-question {
        padding-right: 3px;
        padding-left: 13px;
    }
    .constructor-answer {
        padding: 17px 3px 13px 13px;
    }
    .page-tarif__block {
        width: 50%;
    }
    .page-tarif__subtitle {
        width: 200px;
        margin: 7px auto 18px;
        font-size: 17px;
        line-height: 115%;
    }
    .bg-tarif {
        background: none;
    }
    .page-reviews__btn.btn {
        margin-top: 20px;
        font-size: 18px;
    }
    .page-reviews__items {
        padding-top: 25px;
    }
    .page-reviews__item {
        margin-top: 20px;
        padding: 23px 19px;
    }
    .page-reviews__item-text {
        margin-top: 15px;
        font-size: 13px;
        line-height: 120%;
    }
    .page-reviews__item-img {
        width: 60px;
        min-width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .page-reviews__item-name {
        font-size: 17px;
    }
    .page-reviews__form-input {
        width: 100%;
    }
    .page-reviews__form-input:last-child {
        width: 100%;
    }
    .page-reviews__form-file {
        width: 100%;
        justify-content: flex-start;
        padding-left: 23px;
    }
    .page-reviews__form-rating {
        width: 100%;
        margin-right: 0;
    }
    .otherBlog {
        padding: 30px 0 45px;
    }
    .otherBlog-title {
        font-size: 32px;
        line-height: 115%;
    }
    .instructions-title {
        font-size: 22px;
    }
    .instructions-steps__subtitle {
        font-size: 15px;
        line-height: 130%;
        opacity: 0.7;
    }
}

@media (max-width: 767px) {
    .constructor-networks__block {
        width: 100%;
    }
    .constructor-info__btn.btn {
        width: 100%;
    }
    .page-tarif__block {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .constructor-benefits__item {
        margin-top: 20px;
        width: 100%;
    }
    .constructor-benefits__item-title {
        font-size: 16px;
        line-height: 130%;
    }
    .constructor-benefits__item-text {
        margin: 4px 0 0 0;
        font-size: 13px;
        line-height: 130%;
    }
    .constructor-benefits__item-icon {
        margin-right: 10px;
        width: 72px;
        min-width: 72px;
    }
    .constructor-benefits__item-icon b {
        width: 72px;
        height: 61px;
        background-size: 72px 61px;
    }
    .constructor-benefits__item-icon span {
        width: 30px;
        height: 30px;
        bottom: -6px;
        right: 0;
        font-size: 12px;
    }
    .constructor-networks__item {
        padding: 19px;
    }
    .constructor-networks__item-icon {
        width: 52px;
        min-width: 52px;
        height: 52px;
        background-size: 52px;
        margin-right: 8px;
    }
    .constructor-networks__item-content span {
        height: 23px;
        margin-top: 2px;
        font-size: 13px;
    }
    .constructor-networks__item-content p {
        font-size: 18px;
        line-height: 115%;
    }
    .constructor-networks__item-text {
        margin-top: 12px;
        font-size: 13px;
        line-height: 120%;
    }
    .page-article__content {
        font-size: 14px;
        line-height: 130%;
    }
    .page-article__content h2,
    .page-article__content h3,
    .page-article__content h4,
    .page-article__content h5,
    .page-article__content h6 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        line-height: 130%;
    }
    .page-article__img {
        margin: 14px -15px 0;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
    }
    .constructor-form {
        border: none;
        border-top: 1px solid #464646;
        padding-left: 15px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-left: -15px;
    }
    .constructor-top,
    .constructor-bottom {
        width: calc(100% + 32px);
        max-width: calc(100% + 32px);
        margin: 0 -16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .page-article__gray {
        margin: 0 -15px 20px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        padding: 15px;
    }
    .page-article__gray-title {
        font-size: 16px;
    }
    .page-article__gray-nav a {
        font-size: 14px;
    }
    .page-article__title {
        margin: 0 0 10px;
        font-size: 24px;
    }
    .page-article__date {
        font-size: 12px;
    }
    .page-article__icons .blog-item__bottom-item {
        font-size: 11px;
        margin-left: 6px;
        background-size: 14px;
        min-height: 14px;
        padding-left: 17px;
    }
    .page-article__content ul {
        padding-left: 20px;
    }
    .page-article {
        padding-bottom: 20px;
    }
    .constructor-improvement {
        padding: 0;
        margin: 0;
        flex-wrap: nowrap;
    }
    .constructor-improvement__block {
        width: 236px;
        min-width: 236px;
        margin: 0 20px 0 0;
        padding: 0;
    }
    .constructor-improvement__block.w33 {
        width: 290px;
        min-width: 290px;
    }
    .constructor-scroll {
        overflow-y: auto;
        padding-left: 15px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-left: -15px;
        padding-bottom: 53px;
    }
    .constructor-scroll::-webkit-scrollbar {
        display: none;
    }
    .constructor-scroll__btn {
        width: 166px;
        height: 38px;
        display: flex;
        background-image: url("../img/scroll.svg");
        background-repeat: no-repeat;
        justify-content: flex-end;
        padding-right: 14px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin-top: -38px;
    }
    .constructor-form {
        margin-left: -15px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        padding-left: 15px;
        padding: 18px 15px 17px;
        border-left: none;
        border-right: none;
    }
    .constructor-form__gray-title {
        display: none;
    }
    .constructor-form__gray-icon {
        width: 55px;
        height: 55px;
        background-size: 55px;
    }
    .constructor-form__gray-mobile {
        display: block;
        color: #fffc0d;
        text-align: center;
        font-size: 19px;
        font-weight: 600;
        line-height: 22px;
    }
    .constructor-form__gray {
        padding: 19px 10px 12px;
    }
    .constructor-form__gray-text {
        margin-top: 5px;
        font-size: 14px;
        line-height: 19px;
    }
    .constructor-form__gray-btn {
        font-size: 18px;
        margin-top: 15px;
    }
    .constructor-chat {
        padding: 15px 16px;
        margin-left: -16px;
        width: calc(100% + 32px);
        border-bottom: none;
    }
    .page-reviews__form-wrapper {
        padding: 19px 16px;
        margin-left: -16px;
        width: calc(100% + 32px);
        border-bottom: 1px solid #313131;
    }
    .page-reviews__form-title {
        padding: 17px 16px;
        margin-left: -16px;
        width: calc(100% + 32px);
        font-size: 20px;
        line-height: 125%;
        border-top: 1px solid #313131;
        border-bottom: 1px solid #313131;
    }
    .page-reviews__form-input::before {
        left: 15px;
    }
    .page-reviews__form {
        border: none;
    }
    .page-tarif__item {
        padding: 14px;
    }
    .page-tarif__item-subtitle {
        font-size: 36px;
    }
    .page-tarif__item-btn.btn {
        font-size: 23px;
        height: 70px;
    }
    .page-tarif__item-line {
        margin: 10px -20px 15px;
    }
    .page-tarif__item-line.page-tarif__item-line__bottom {
        margin-top: 16px;
        margin-bottom: 19px;
    }
    .page-tarif__item-text {
        margin-top: 7px;
        font-size: 13px;
        line-height: 130%;
    }
    .page-tarif__item-price b {
        font-size: 32px;
    }
    .page-reviews__form-input {
        width: 100%;
        margin-bottom: 10px;
    }
    .page-reviews__form-input input {
        padding-left: 38px;
        height: 54px;
        font-size: 15px;
    }
    .page-reviews__form-textarea {
        margin-bottom: 10px;
        padding: 18px 16px;
        height: 145px;
        font-size: 15px;
    }
    .page-reviews__form-btn.btn {
        font-size: 18px;
    }
    .page-reviews__form-file {
        height: 54px;
        margin-bottom: 10px;
        padding-left: 15px;
        font-size: 15px;
    }
    .page-reviews__form-rating {
        height: 54px;
        margin-bottom: 10px;
        font-size: 13px;
        padding-left: 15px;
    }
    .page-reviews__form-rating span {
        width: 58px;
        min-width: 58px;
        margin-right: 6px;
    }
    .rate:not(:checked) > label {
        width: 34px;
        margin-right: 6px;
    }
    .rate:not(:checked) > label:before {
        width: 34px;
        height: 34px;
        background-size: 34px;
    }
	.constructor-form__btn.btn.btn-grey {
		width: 120px;
	}
}

@media (max-width: 360px) {
    .constructor-free__item {
        padding: 15px;
    }
	.constructor-form__btns {
		display: block;
	}
	.constructor-form__btn.btn.btn-grey {
		width: 100%;
	}
	.constructor-form__btn.btn {
		margin-left: 0;
	}
}
