#main{
    padding: 30px 0;
}
.animated {
    animation-duration: .8s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

.navbar > .container{
    justify-content: center;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.05, .95, 1)
    }
    40% {
        transform: scale3d(.95, 1.1, 1)
    }
    50% {
        transform: scale3d(1.05, .95, 1)
    }
    65% {
        transform: scale3d(.98, 1.02, 1)
    }
    75% {
        transform: scale3d(1.02, .98, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

.link-constructor-icon {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background: url(../img/link-constructor-icons.png?v=2) no-repeat 0 0
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    .link-constructor-icon {
        background-image: url(../img/link-constructor-icons@2x.png?v=2);
        background-size: 373px 54px
    }
}

.link-constructor-icon_whatsapp {
    width: 54px;
    height: 54px;
    background-position: 0 0
}

.link-constructor-icon_4star {
    width: 22px;
    height: 21.63px;
    background-position: -69px -16px
}

.link-constructor-icon_link {
    width: 21px;
    height: 21px;
    background-position: -106px -17px
}

.link-constructor-icon_copy {
    width: 28px;
    height: 28px;
    background-position: -142px -14px
}

.link-constructor-icon_xx {
    width: 33px;
    height: 33px;
    background-position: -222px -11px
}

.link-constructor-icon_arrow-right {
    width: 24px;
    height: 24px;
    background-position: -309px -16px
}

.link-constructor-icon_4star-m {
    width: 24px;
    height: 23.6px;
    background-position: -270px -16px
}

.link-constructor-icon_open {
    width: 25px;
    height: 25px;
    background-position: -348px -17px
}

.link-constructor-page .form-control {
    border-radius: 12px;
    border-color: #fff;
    font-size: 16px
}

.link-constructor-page .form-control:focus {
    border-color: #000
}

.link-constructor-page .form-group {
    margin-bottom: 11px
}

.link-constructor-page .btn:not(.btn_rounded,.link-constructor-result-field .btn) {
    border-radius: 12px
}

.link-constructor-page .btn-primary {
    border-color: #B7FF00;
    transition: .2s ease all
}

.link-constructor-page .btn-primary:focus, .link-constructor-page .btn-primary:hover {
    background-color: #a4e600;
    border-color: #a4e600
}

.link-constructor-page .btn-lg {
    font-size: 18px;
    line-height: 1.5;
    padding: 25px 42px 26px;
    border-radius: 19px
}

.link-constructor-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #B4F870;
    border-radius: 30px;
    padding: 47px 99px 53px;
    margin: 20px 0 50px;
    position: relative;
    align-items: center;
}

.link-constructor-main_insta {
    align-items: center;
    color: #fff;
    background: #AB34B0 linear-gradient(45deg, #EE9480 0, #D92D7F 32.29%, #AB34B0 58.35%, #4C65D4 100%)
}

.link-constructor-main_insta .link-constructor-main-header {
    color: #fff
}

.link-constructor-main-header {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.29166667;
    color: #242424;
    margin-bottom: .5em;
}

.link-constructor-main-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0
}

.link-constructor-main-text b {
    font-weight: 600
}

.link-constructor-main-content {
    width: 55%;
    padding-right: 20px
}

.link-constructor-main-form {
    width: 37.5%
}

.link-constructor-main-form .form-control {
    color: #242424
}

.link-constructor-main-form label {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 7px;
    color: #242424
}

.link-constructor-main_insta .link-constructor-main-form label {
    color: #fff
}

.link-constructor-main-form #insta-user, .link-constructor-main-form [type=tel] {
    font-size: 24px;
    line-height: 1.5;
    padding: 13px 24px
}

.link-constructor-main-form textarea {
    height: 111px;
    padding-left: 24px;
    padding-right: 24px
}

.link-constructor-main-form .link-constructor-icon_4star {
    position: absolute;
    right: 54px;
    top: 58px
}

.link-constructor-main-form .btn-constructor {
    width: 100%
}

.btn-constructor {
    background: #242424;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    padding: 19px 30px 20px;
    border: 3px solid #242424;
    transition: .2s ease all
}

.btn-constructor:focus, .btn-constructor:hover {
    background: #fff;
    color: #242424;
    border-color: #242424
}

.link-constructor-result {
    width: 100%;
    margin-top: 30px
}

.link-constructor-result .label-messenger-link {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 17px;
    margin-right: 47px
}

.link-constructor-result .label-messenger-link .link-constructor-icon {
    margin-right: 10px;
    margin-top: -1px
}

.link-constructor-result-switcher {
    font-weight: 400;
    font-size: 14px
}

.link-constructor-result-field {
    position: relative;
    display: flex;
    flex-direction: row
}

.link-constructor-result-field:before {
    content: "";
    background: url(../img/link-constructor-icons.png?v=2) no-repeat -185px -16px;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 21px;
    margin-top: -11px;
    z-index: 20;
    pointer-events: none
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    .link-constructor-result-field:before {
        background-image: url(../img/link-constructor-icons@2x.png?v=2);
        background-size: 373px 54px
    }
}

.link-constructor-result-field .form-control {
    background: #fff;
    border-color: #fff;
    border-radius: 14px 0 0 14px;
    padding-left: 58px;
    font-size: 24px;
    height: 58px
}

.link-constructor-result-field .btn {
    background: #F5F6F8;
    color: #242424;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    padding: 15px 18px;
    height: 58px;
    border-color: #F5F6F8;
    border-radius: 0
}

.link-constructor-result-field .btn:last-child {
    border-radius: 0 14px 14px 0;
    box-shadow: inset 1px 0 0 #E9E9E9
}

.link-constructor-result-field .btn:focus, .link-constructor-result-field .btn:hover {
    background: #e8e9eb;
    border-color: #e8eaeb
}

.important-section .h2, .important-section h2 {
    text-align: center;
    color: #242424;
    font-size: 36px;
    line-height: 1.3;
    margin: 60px 0 54px
}

.constructor-features {
    margin: 60px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.constructor-features .table {
    margin: 0 auto;
    max-width: 700px
}

.constructor-features .table tbody {
    display: flex;
    flex-wrap: wrap
}

.constructor-features .table tbody tr {
    flex: 1 0 100%;
    display: flex
}

.constructor-features .table tbody tr td {
    border: 0
}

.constructor-features .table tbody tr td:first-child {
    padding-right: 0
}

.constructor-features .table tbody tr td:last-child {
    padding-left: 3px
}

@media (max-width: 767px) {
    .constructor-features .table tbody tr {
        flex-basis: 100%
    }
}

.constructor-features .vote-counts {
    padding-left: 8px
}

.constructor-features-video {
    margin: 0 40px 0 0;
    flex: 1 0 calc(50% - 40px)
}

.constructor-features-video iframe {
    border-radius: 24px
}

@media (max-width: 767px) {
    .constructor-features-video {
        flex-basis: 100%;
        margin: 0 0 30px
    }
}

.constructor-features-positives {
    flex: 1 0 calc(50% - 40px)
}

@media (max-width: 767px) {
    .constructor-features-positives {
        flex-basis: 100%
    }
}

.constructor-features-positives table,
.constructor-features-positives table tbody{
    display: block;
    text-align: center;
}
.constructor-features-positives table tr{
    display: inline-block;
    margin: 0 10px;
}

.whatsapp-link-how-to-section {
    font-size: 18px;
    font-weight: 400
}

.whatsapp-link-how-to-section .h2, .whatsapp-link-how-to-section h2 {
    text-align: center;
    color: #242424;
    font-size: 36px;
    line-height: 1.3;
    margin: 80px 0 1em
}

.whatsapp-link-how-to-section .h3, .whatsapp-link-how-to-section h3 {
    font-weight: 700;
    font-size: 24px;
    color: #242424
}

.important-section-content {
    display: flex;
    flex-direction: row;
    align-items: end;
    color: #242424
}

.important-section-loss {
    border-radius: 40px;
    border: 1px solid #000;
    padding: 40px 50px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    width: 290px;
    flex-shrink: 0;
    position: relative
}

.important-section-loss b {
    font-weight: 700
}

.important-section-loss b i {
    font-size: 46px;
    line-height: 1.08;
    display: block;
    font-style: normal
}

.important-section-loss .link-constructor-icon {
    position: absolute;
    top: 53px;
    left: -16.5px
}

.important-section-text {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    padding: 0 0 0 56px
}

.important-section-text-p {
    padding-left: 329px;
    margin-bottom: 40px;
    position: relative
}

.important-section-text-p .link-constructor-icon_4star-m {
    position: absolute;
    left: 286px;
    top: -9px
}

.important-section-make-clickbar {
    position: relative;
    padding: 22px 25px 24px 329px;
    background: #F5F6F8;
    border-radius: 22px
}

.important-section-make-clickbar img {
    position: absolute;
    left: 19px;
    bottom: 0;
    pointer-events: none
}

.important-section-make-clickbar-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.5
}

.important-section-make-clickbar-text a {
    display: inline-block;
    padding: 14px;
    background: #B7FF00;
    border-radius: 14px;
    border: 0;
    transition: .2s ease background-color
}

.important-section-make-clickbar-text a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000
}

.important-section-make-clickbar-text a:hover {
    background: #a4e600
}

.page-basic-site-index .important-section {
    margin: 70px 0 0
}

.page-basic-site-index .important-section .h2, .page-basic-site-index .important-section h2 {
    text-align: left;
    color: inherit;
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 40px
}

@media (max-width: 767px) {
    .page-basic-site-index .important-section .h2, .page-basic-site-index .important-section h2 {
        text-align: center
    }
}

.page-basic-site-index .important-section-loss {
    font-size: inherit;
    width: 240px;
    font-weight: 400
}

.page-basic-site-index .important-section-loss b i {
    font-size: 38px
}

@media (max-width: 767px) {
    .page-basic-site-index .important-section-loss {
        width: 100%
    }

    .page-basic-site-index .important-section-loss b i {
        font-size: inherit
    }
}

.page-basic-site-index .important-section-text {
    font-size: inherit;
    font-weight: 400
}

.page-basic-site-index .important-section-text-p {
    margin-bottom: 30px
}

.page-basic-site-index .important-section-make-clickbar img {
    max-width: 238px
}

.help-clients-section {
    background: #F5F6F8;
    border-radius: 46px;
    padding: 70px 120px;
    margin: 80px 0 65px;
    position: relative;
    color: #242424
}

.help-clients-section:last-child {
    margin-bottom: 0
}

.help-clients-section-content {
    width: 55%
}

.help-clients-section-header {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 14px
}

.help-clients-section-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 31px
}

.help-clients-section-img-insta {
    position: absolute;
    bottom: 0;
    left: 68px;
    margin-left: 50%
}

.help-clients-section-img-clickbar {
    position: absolute;
    left: 224px;
    bottom: -83px;
    margin-left: 50%
}

.link-constructor-content-section {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    color: #727272
}

.link-constructor-content-section .h2 {
    font-size: 26px;
    line-height: 1.3;
    color: #242424
}

.link-constructor-result-plus {
    margin: 32px 0 0;
    line-height: 1.5
}

.link-constructor-result-plus-layout {
    display: flex;
    margin: 24px 0 -15px;
    align-items: center
}

.link-constructor-result-plus-layout-visual {
    margin-right: 40px;
    flex-shrink: 0
}

.link-constructor-result-plus-layout-visual img {
    display: block;
    margin: 0 15px 15px
}

.link-constructor-result-plus-layout-content {
    width: 100%
}

.link-constructor-result-plus-layout-content-avas {
    margin: 0 0 16px;
    position: relative
}

.link-constructor-result-plus-layout-content-avas img {
    display: block
}

.link-constructor-result-plus-layout-content-avas:before {
    content: "";
    position: absolute;
    right: 100%;
    top: -13px;
    width: 120px;
    height: 60px;
    background: url(../img/whatsapp-ava-arrow.svg) no-repeat 50% 50%;
    background-size: contain
}

.link-constructor-result-plus-header {
    font-size: 22px;
    font-weight: 700;
    margin: 0
}

.link-constructor-result-plus-subheader {
    font-weight: 300;
    font-size: 18px;
    margin: .5em 0 1em
}

.link-constructor-result-plus-form {
    display: flex;
    align-items: center
}

.link-constructor-result-plus-form.loading {
    opacity: .5;
    pointer-events: none
}

.link-constructor-result-plus-form-variants {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin: 0 30px 0 0;
    flex-wrap: wrap
}

.link-constructor-result-plus-form-variant {
    display: flex;
    align-items: center;
    font-weight: 300;
    cursor: pointer;
    flex-basis: 33%;
    margin: 10px 0
}

.link-constructor-result-plus-form-variant b {
    font-weight: 700
}

.link-constructor-result-plus-form-variant .variant-label-row {
    display: block;
    white-space: nowrap
}

.link-constructor-result-plus-form-variant input[type=radio] {
    font-size: 20px;
    margin: 0 8px 0 0
}

.vote-counts {
    margin: 1em 0
}

.vote-list {
    display: inline-flex;
    padding: 0;
    margin: 1em -3px;
    white-space: nowrap;
    font-size: 0
}

.vote-list:hover button {
    color: gold
}

.vote-list-item {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0
}

.vote-list-item button {
    background: 0;
    border: 0;
    outline: 0;
    padding: 0 4px;
    margin: 0;
    color: #e4e4e4
}

.vote-list-item:hover ~ .vote-list-item button {
    color: #e4e4e4
}

.vote-metadata {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    margin: 8px 0 0;
    font-size: 12px
}

.link-constructor-modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: auto
}

.link-constructor-modal_open {
    display: block
}

.link-constructor-modal .link-constructor-result {
    background: #B4F870;
    border-radius: 25px;
    padding: 30px 40px;
    position: relative;
    margin-bottom: 30px
}

.link-constructor-modal .link-constructor-result .label-messenger-link {
    font-size: 26px;
    margin-right: 30px
}

.link-constructor-modal .link-constructor-result .label-messenger-link .link-constructor-icon {
    display: none
}

.link-constructor-loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 21;
    background: #B4F870;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 25px
}

.link-constructor-modal_loading .link-constructor-loader {
    display: flex
}

@keyframes loader1 {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-14px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes loader2 {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(14px)
    }
    100% {
        transform: translateX(0)
    }
}

.link-constructor-loader-img {
    display: flex;
    margin: 0 auto 20px;
    align-items: center;
    justify-content: center
}

.link-constructor-loader-img:after, .link-constructor-loader-img:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.link-constructor-loader-img:before {
    background: #fff;
    margin-right: -10px;
    animation: loader2 1s ease-in-out infinite
}

.link-constructor-loader-img:after {
    background: #242424;
    animation: loader1 1s ease-in-out infinite
}

.link-constructor-loader-text {
    font-size: 18px
}

.link-constructor-modal-close {
    position: absolute;
    right: 40px;
    top: 25px;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    background: 0 0;
    z-index: 22
}

.link-constructor-result-offer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    align-items: baseline;
    margin: 22px 0 0
}

.link-constructor-result-offer-main {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700
}

.link-constructor-result-offer-main img {
    max-height: 1.33em;
    vertical-align: middle;
    margin: -.1em .2em 0
}

.link-constructor-result-offer-main img.avatar-image {
    max-height: 1.55em
}

.link-constructor-result-offer-helper {
    font-size: 14px;
    font-weight: 400
}

.link-constructor-result-offer-helper a {
    color: #050509;
    border-bottom-color: inherit
}

@media (max-width: 1249px) {
    .link-constructor-main-header {
        font-size: 38px;
        line-height: 1.4
    }

    .important-section .h2, .important-section h2 {
        font-size: 32px;
        margin: 60px 0 40px
    }

    .whatsapp-link-how-to-section .h2, .whatsapp-link-how-to-section h2 {
        font-size: 32px;
        margin: 70px 0 1em
    }

    .important-section-content {
        align-items: stretch
    }

    .important-section-loss {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .important-section-text-p {
        padding-left: 0
    }

    .important-section-text-p .link-constructor-icon_4star-m {
        left: 593px;
        top: -13px
    }

    .important-section-make-clickbar {
        display: flex;
        flex-direction: row;
        padding: 0 25px
    }

    .important-section-make-clickbar img {
        position: static;
        max-height: 200px;
        width: auto
    }

    .important-section-make-clickbar-text a {
        margin-left: 10px
    }

    .help-clients-section {
        padding: 60px 75px;
        margin: 85px 0 70px
    }

    .help-clients-section-header {
        font-size: 32px
    }

    .help-clients-section-text {
        font-size: 17px
    }

    .help-clients-section-img-insta {
        left: 38px
    }

    .help-clients-section-img-clickbar {
        left: 194px;
        bottom: -76px
    }

    .link-constructor-content-section {
        line-height: 1.7
    }

    .link-constructor-result-plus-form-variants {
        flex-wrap: wrap;
        margin: 0 -5px 15px
    }

    .link-constructor-result-plus-form-variant {
        flex-basis: 170px;
        margin: 5px
    }

    .link-constructor-result-plus-layout {
        align-items: end
    }

    .link-constructor-result-plus-form {
        flex-direction: column;
        align-items: start;
        margin: 0 0 15px
    }

    .link-constructor-result-plus-layout-content-avas:before {
        top: 26px;
        width: 126px;
        transform: rotate(-15deg)
    }
}

@media (max-width: 991px) {
    .link-constructor-page .form-control {
        line-height: 1.5
    }

    .link-constructor-main {
        padding: 40px 50px;
        align-items: center
    }

    .link-constructor-icon_whatsapp {
        width: 42px;
        height: 42px;
        background-size: 295px 43px
    }

    .link-constructor-main-form {
        width: 40%
    }

    .link-constructor-main-form label {
        font-size: 15px
    }

    .link-constructor-main-form [type=tel] {
        font-size: 20px
    }

    .link-constructor-main-form textarea.form-control {
        font-size: 15px
    }

    .link-constructor-main-form .link-constructor-icon_4star {
        right: 29px;
        top: 23px
    }

    .link-constructor-main-content {
        width: 60%
    }

    .link-constructor-main-header {
        font-size: 32px;
        margin: 0 0 15px
    }

    .link-constructor-main-text, .link-constructor-result-plus-subheader {
        font-size: 16px
    }

    .link-constructor-result .label-messenger-link {
        font-size: 15px
    }

    .link-constructor-result-switcher {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.3
    }

    .link-constructor-result-field .form-control {
        font-size: 18px
    }

    .important-section .h2, .important-section h2 {
        margin: 50px 0 30px
    }

    .whatsapp-link-how-to-section {
        font-size: 16px
    }

    .whatsapp-link-how-to-section .h2, .whatsapp-link-how-to-section h2 {
        margin: 60px 0 .8em
    }

    .important-section-text {
        font-size: 16px;
        padding-left: 40px
    }

    .important-section-loss {
        font-size: 16px;
        width: 220px;
        padding: 30px 40px
    }

    .important-section-loss b i {
        font-size: 39px
    }

    .important-section-text-p {
        margin-bottom: 30px
    }

    .important-section-make-clickbar img {
        max-height: 120px
    }

    .help-clients-section {
        margin: 70px 0 60px;
        padding: 50px 60px 40px
    }

    .help-clients-section-content {
        position: relative;
        z-index: 1
    }

    .help-clients-section-text {
        font-size: 16px;
        width: 80%
    }

    .help-clients-section-header {
        font-size: 24px;
        margin: 0 0 22px
    }

    .help-clients-section-img-insta {
        left: 0
    }

    .help-clients-section-img-clickbar {
        left: 140px;
        bottom: -83px
    }

    .link-constructor-content-section {
        font-size: 16px;
        line-height: 1.5
    }

    .link-constructor-content-section .h2 {
        font-size: 22px
    }

    .link-constructor-result-plus-layout {
        margin: 24px 0 0;
        align-items: center;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .link-constructor-main {
        border-radius: 25px
    }

    .link-constructor-main-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }

    .link-constructor-main-header {
        text-align: center
    }

    .link-constructor-main-form {
        width: 100%
    }

    .important-section-content {
        flex-wrap: wrap
    }

    .important-section-loss {
        width: 100%;
        border-radius: 15px;
        margin-bottom: 20px
    }

    .important-section-loss b i {
        display: inline;
        font-size: inherit
    }

    .important-section-loss .link-constructor-icon {
        top: 25px
    }

    .important-section-text {
        padding-left: 0
    }

    .important-section-text-p .link-constructor-icon_4star-m {
        display: none
    }

    .important-section-make-clickbar {
        border-radius: 25px
    }

    .important-section-make-clickbar img {
        max-height: 175px
    }

    .help-clients-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 25px;
        margin: 50px 0
    }

    .help-clients-section-img {
        order: -1
    }

    .help-clients-section-text {
        width: auto
    }

    .link-constructor-content-section .h2 {
        text-align: center
    }

    .link-constructor-result .label-messenger-link {
        font-weight: 700;
        font-size: 18px;
        margin: 0 10px 0 0
    }

    .link-constructor-result-switcher {
        margin: 0
    }

    .link-constructor-result-field {
        flex-wrap: wrap
    }

    .link-constructor-result-field:before {
        display: none
    }

    .link-constructor-result-field .form-control {
        font-size: 15px;
        padding: 15px 24px;
        border-radius: 10px;
        margin: 10px 0;
        flex-basis: 100%
    }

    .link-constructor-result-field .btn {
        background: 0 0;
        flex-grow: 1;
        border: 1px solid #242424;
        font-size: 15px;
        border-radius: 0
    }

    .link-constructor-result-field .btn:first-of-type {
        border-radius: 10px 0 0 10px
    }

    .link-constructor-result-field .btn:last-child {
        border-radius: 0 10px 10px 0;
        box-shadow: none
    }

    .link-constructor-result-field .btn + .btn {
        border-left-width: 0
    }

    .link-constructor-main_insta .link-constructor-result-field .btn {
        border-color: #fff;
        color: #fff
    }

    .link-constructor-main_insta .link-constructor-result-field .btn:hover {
        color: #242424
    }
}

@media (max-width: 550px) {
    .link-constructor-page .form-control {
        border-radius: 10px
    }

    .link-constructor-page .btn {
        border-radius: 10px
    }

    .link-constructor-page .form-group {
        margin-bottom: 10px
    }

    .link-constructor-main {
        margin: 10px 0 45px;
        padding: 20px
    }

    .link-constructor-main-header {
        font-size: 24px;
        line-height: 1.3
    }

    .link-constructor-icon_whatsapp {
        width: 24px;
        height: 24px;
        background-size: 164px 24px
    }

    .link-constructor-main-text {
        font-size: 15px
    }

    .btn-constructor {
        font-size: 15px;
        border-width: 1px
    }

    .link-constructor-main-form [type=tel] {
        font-size: 18px;
        height: 60px
    }

    .link-constructor-main-form .link-constructor-icon_4star {
        display: none
    }

    .link-constructor-result .label-messenger-link {
        margin-right: 15px
    }

    .link-constructor-result .label-messenger-link .link-constructor-icon {
        margin-right: 5px
    }

    .important-section .h2, .important-section h2 {
        margin: 45px 0 18px;
        font-size: 23px
    }

    .important-section b {
        font-weight: 400
    }

    .whatsapp-link-how-to-section .h2, .whatsapp-link-how-to-section h2 {
        margin: 50px 0 .8em;
        font-size: 22px
    }

    .whatsapp-link-how-to-section .h3, .whatsapp-link-how-to-section h3 {
        font-size: 18px
    }

    .important-section-loss {
        font-size: 15px;
        padding: 17px 40px 16px
    }

    .important-section-text {
        font-size: 15px
    }

    .important-section-text-p {
        margin-bottom: 23px
    }

    .important-section-make-clickbar {
        padding: 0 10px 0 20px;
        align-items: center
    }

    .important-section-make-clickbar img {
        margin-right: 10px
    }

    .important-section-make-clickbar-text {
        flex-direction: column;
        align-items: start
    }

    .important-section-make-clickbar-text a {
        margin: 10px 0 0;
        border-radius: 10px;
        padding: 7px;
        line-height: 13px;
        font-size: 13px
    }

    .important-section-make-clickbar-text .link-constructor-icon_arrow-right {
        width: 13px;
        height: 13px;
        background-size: 202px 29px;
        background-position: -167px -8px
    }

    .help-clients-section {
        margin: 45px 0;
        padding: 10px 20px 40px
    }

    .help-clients-section-content {
        width: 100%
    }

    .help-clients-section-header {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px
    }

    .help-clients-section-text {
        font-weight: 300;
        font-size: 15px
    }

    .link-constructor-page .btn-lg {
        font-size: 15px;
        padding: 14px 28px 15px
    }

    .link-constructor-content-section {
        font-size: 15px
    }

    .link-constructor-result-plus {
        background: #fff;
        margin: 24px -17px -17px;
        padding: 20px;
        border-radius: 23px
    }

    .link-constructor-result-plus .btn {
        width: 100%
    }

    .link-constructor-result-plus-header {
        font-size: 18px;
        line-height: 1.3;
        margin: 0 0 4px
    }

    .link-constructor-result-plus-form {
        flex-wrap: wrap
    }

    .link-constructor-result-plus-form .btn {
        width: 100%;
        margin-top: 10px
    }

    .link-constructor-result-plus-layout {
        margin: 20px 0 0
    }

    .link-constructor-result-plus-layout-visual {
        margin-right: 30px
    }

    .link-constructor-modal .link-constructor-result {
        padding: 20px 15px;
        border-radius: 15px
    }

    .link-constructor-modal .link-constructor-result .label-messenger-link {
        font-size: 22px;
        margin-right: 20px
    }

    .link-constructor-modal .link-constructor-modal-close {
        right: 10px;
        top: 12px
    }

    .link-constructor-modal .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .link-constructor-result-field .btn {
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        font-weight: 500;
        font-size: 14px
    }

    .link-constructor-result-field .btn:first-of-type {
        border-radius: 0 0 0 10px
    }

    .link-constructor-result-field .btn:last-child {
        border-radius: 0 0 10px 0
    }

    .link-constructor-result-field .btn .link-constructor-icon {
        transform: scale(.75)
    }

    .link-constructor-result-field .form-control {
        height: 42px;
        border-left: 1px solid #242424;
        border-top: 1px solid #242424;
        border-right: 1px solid #242424;
        border-bottom: 0;
        margin-bottom: 0;
        border-radius: 10px 10px 0 0
    }
}

@media (max-width: 460px) {
    .link-constructor-result-plus-layout {
        flex-direction: column;
        align-items: center
    }

    .link-constructor-result-plus-layout-visual {
        margin: 0 0 20px
    }

    .link-constructor-result-plus-layout-visual img {
        border-radius: 15px
    }

    .link-constructor-result-plus-layout-content-avas img {
        margin-left: auto;
        margin-right: auto
    }

    .link-constructor-result-plus-layout-content-avas:before {
        right: calc(50% - 108px);
        top: -104px;
        transform: rotate(106deg)
    }
}

@media (max-width: 370px) {
    .link-constructor-result-field > * {
        flex: 1 0 100%
    }

    .link-constructor-result-field .btn:first-of-type {
        border-radius: 0
    }

    .link-constructor-result-field .btn:last-child {
        border-radius: 0 0 10px 10px
    }

    .link-constructor-result-field .btn + .btn {
        border-left-width: 1px;
        border-top-width: 0
    }
}

.quiz-wrapper {
    text-align: left;
    max-width: 500px;
    margin: 0 auto
}

.wa-pro-layout .button {
    align-items: center
}

.wa-pro-layout .button:before {
    height: 30px
}

.wa-pro-layout .h2 {
    font-size: 24px;
    line-height: 32px
}

.wa-pro-layout .h2:first-of-type {
    margin-top: 0
}

.wa-pro-layout .p15 {
    font-size: 15px;
    line-height: 22px
}

.wa-pro-hero {
    background: #20323d;
    background: linear-gradient(180deg, #20323d 0, #152129 100%);
    color: #fff;
    text-align: center;
    padding: 70px 0 65px
}

.wa-pro-hero .h1 {
    margin-top: 0;
    max-width: 752px;
    margin-left: auto;
    margin-right: auto
}

.whatsapp-name {
    white-space: nowrap;
    color: #24D366
}

.whatsapp-name svg {
    vertical-align: middle;
    margin: -1px 3px 0 0
}

.wa-pro-hero-pic {
    margin: 30px 0 40px
}

.wa-pro-hero-pic img {
    margin: 0;
    padding: 0
}

.wa-pro-hero-action .button {
    background: #25D366
}

.wa-pro-hero-action-hint {
    margin: 14px 0 0
}

.button_md_fix {
    min-height: 52px;
    padding: 0 24px;
    font-size: 18px;
    line-height: 26px
}

.wa-pro-metrics {
    text-align: center;
    margin: 50px 0
}

.wa-pro-metrics-list {
    padding: 0;
    margin: 0 -10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: normal;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.wa-pro-metrics-list::-webkit-scrollbar {
    display: none
}

.wa-pro-metrics-item {
    display: block;
    flex: 1 0 264px;
    background: #FCF5EB;
    border: 1px solid #1C2C35;
    padding: 26px 20px 0;
    border-radius: 20px;
    margin: 0 10px;
    scroll-snap-align: center
}

.wa-pro-metrics-item-header {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 13px
}

.wa-pro-purpose {
    text-align: center
}

.wa-pro-purpose-list {
    padding: 0;
    margin: 30px 0 20px;
    counter-reset: purposeCounter;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch
}

.wa-pro-purpose-item {
    flex-basis: 100%;
    display: block;
    border-radius: 20px;
    background: #161A23 url(../img/wa-pro/background-element@2x.png) no-repeat 0 100%;
    background-size: 57px 79px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    padding: 50px 16px 60px;
    position: relative;
    overflow: hidden;
    align-content: center
}

.wa-pro-purpose-item:before {
    counter-increment: purposeCounter;
    content: counter(purposeCounter);
    display: block;
    margin: 0 auto 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: #B7FE02;
    color: #000;
    font-weight: 700;
    align-items: center;
    justify-content: center
}

.wa-pro-purpose-item-decor {
    position: absolute;
    top: 0;
    right: 0
}

.wa-pro-purpose-item-additional {
    margin: 20px 0 0
}

.wa-pro-purpose-item-additional .button .fa {
    margin-left: 10px
}

.wa-pro-purpose-subheader {
    max-width: 752px;
    margin-left: auto;
    margin-right: auto
}

.wa-pro-how-it-works {
    text-align: center;
    margin: 40px 0
}

.wa-pro-how-it-works .container {
    max-width: 752px
}

.wa-pro-marketolog-in {
    background: url(../img/wa-pro/how.svg) no-repeat 50% 100% #582EF5;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 28px 24px 0
}

.wa-pro-c2a {
    margin: 50px 0 30px
}

.wa-pro-c2a .h2 {
    text-align: center
}

.wa-pro-c2a .container {
    max-width: 470px
}

.wa-pro-tariffs-switches {
    padding: 0;
    margin: 0 0 18px;
    background: #F0F4FF;
    display: flex;
    align-items: center;
    border-radius: 30px
}

.wa-pro-tariffs-switch {
    font-weight: 700;
    font-size: 16px;
    flex: 1 0 50%;
    position: relative;
    display: block
}

.wa-pro-tariffs-switch a {
    padding: 10px 18px;
    border: 0;
    border-radius: 30px;
    display: block;
    text-align: center;
    color: #050509
}

.wa-pro-tariffs-switch.active a {
    background: #582EF5;
    color: #fff
}

.wa-pro-tariffs-switch-label {
    position: absolute;
    top: 0;
    right: 5%;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 6px;
    background: #F4CA4D;
    margin: -12px 0 0
}

.wa-pro-tariff-price-value {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-right: 10px
}

.wa-pro-tariff-price-value-additional {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #9BADCA
}

.wa-pro-tariff-price-value-desc {
    display: block;
    font-size: 14px;
    line-height: 20px
}

.wa-pro-tariffs-content {
    text-align: center
}

.wa-pro-tariff-abilities {
    margin: 24px 0;
    padding: 0
}

.wa-pro-tariff-ability {
    display: block;
    margin: 15px 0;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 0 0 0 32px
}

.wa-pro-tariff-ability:before {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm-.232-5.36 5-6-1.536-1.28-4.3 5.159-2.225-2.226-1.414 1.414 3 3 .774.774.701-.841Z" fill="%23582EF5"/></svg>');
    position: absolute;
    left: 0;
    top: -2px
}

.wa-pro-c2a-actions .button {
    background: #582EF5;
    color: #fff;
    width: 100%
}

.wa-pro-construct {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #F0F4FF;
    max-width: 500px;
    margin: 0 auto
}

.wa-pro-construct p {
    margin-bottom: 1em
}

.wa-pro-construct .hint-text {
    color: #788CAB;
    font-size: .8em
}

.wa-pro-construct .hint-text a {
    color: #788CAB;
    border-bottom-color: rgba(120, 140, 171, .3)
}

.wa-pro-construct .hint-text a:hover {
    border-bottom-color: #788cab
}

.wa-pro-construct .button {
    align-items: center
}

.wa-pro-construct .button svg:first-child {
    margin-right: 10px
}

.wa-pro-construct .button svg:last-child {
    margin-left: 10px
}

.wa-pro-construct .button_sm {
    height: auto;
    padding: 10px 16px
}

.wa-pro-construct .form-control {
    font-weight: 700
}

.wa-pro-construct .wa-pro-tariffs-switch a {
    font-weight: 500
}

.wa-pro-construct .wa-pro-tariffs-switch.active a {
    background: #050509
}

.wa-pro-construct .wa-pro-tariffs-switch-label {
    background: #B7FE02
}

.wa-pro-construct .wa-pro-tariffs-content {
    text-align: left
}

.wa-pro-construct .wa-pro-tariff-price {
    margin: 0 0 20px
}

.button_xs {
    padding: 4px 12px
}

.wa-pro-construct-logo img {
    height: 22px;
    width: auto
}

.wa-pro-construct-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px
}

.wa-pro-construct-close {
    border: 0;
    color: #788CAB;
    font-size: 0;
    padding: 5px
}

.wa-pro-construct-title {
    margin: 0 0 30px
}

.wa-pro-construct-content {
    flex-grow: 1;
    background: #fff;
    border-radius: 25px;
    margin: 0;
    padding: 30px 20px
}

.wa-pro-construct-content > form {
    height: 100%
}

.wa-pro-construct-content .wa-pro-construct-tab.active {
    height: 100%;
    display: flex;
    flex-direction: column
}

.wa-pro-construct-tab-content {
    flex-grow: 1
}

.wa-pro-construct-tab-buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.wa-pro-construct-tab-buttons .button {
    flex-grow: 1
}

.wa-pro-construct-steps {
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    align-items: end;
    justify-content: center
}

.wa-pro-construct-step {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    flex: 1 0 10%;
    text-align: center;
    padding: 0 8px
}

.wa-pro-construct-step a {
    display: block;
    border: 0;
    position: relative;
    color: #050509
}

.wa-pro-construct-step a:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: #B7FE02;
    border-radius: 5px;
    margin: 6px 0 0
}

.wa-pro-construct-step.active ~ .wa-pro-construct-step a {
    color: #9BADCA
}

.wa-pro-construct-step.active ~ .wa-pro-construct-step a:after {
    background: #D1D8EE
}

.wa-pro-construct-ava {
    display: flex
}

.wa-pro-construct-ava-preview {
    position: relative
}

.wa-pro-construct-ava-preview:before {
    content: url(../img/wa-pro/ava-arrow.svg);
    position: absolute;
    top: 54px;
    left: -74px;
    pointer-events: none
}

.wa-pro-construct-ava-preview-image {
    width: 86px;
    height: 86px;
    margin: 0 auto;
    top: 36px;
    left: 0;
    right: 0;
    border-radius: 50%;
    position: absolute;
    background: #ccc;
    background-size: cover
}

.wa-pro-construct-ava-buttons {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
    margin-right: 8%
}

.wa-pro-construct-tab-price {
    text-align: right;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px
}

.wa-pro-construct-field-section {
    margin: 0 0 2em
}

.modal_whatsapp-link-prolong .modal-dialog {
    max-width: 500px
}

.modal_whatsapp-link-prolong .modal-content {
    border-radius: 20px
}

.modal_whatsapp-link-prolong .wa-pro-tariff-price {
    margin: 30px 0 15px
}

.modal_whatsapp-link-prolong .wa-pro-tariffs-switch a {
    font-weight: 500
}

.modal_whatsapp-link-prolong .wa-pro-tariffs-switch.active a {
    background: #050509
}

.modal_whatsapp-link-prolong .wa-pro-tariffs-switch-label {
    background: #B7FE02
}

.modal_whatsapp-link-prolong .wa-pro-tariff-pay-button {
    margin: 20px 0 0
}

@media (min-width: 768px) {
    .wa-pro-layout {
        font-size: 18px
    }

    .wa-pro-layout .h1 {
        font-size: 32px
    }

    .wa-pro-layout .h2 {
        font-size: 28px;
        line-height: 1.28
    }

    .wa-pro-layout .h2, .wa-pro-layout .h3, .wa-pro-layout h2, .wa-pro-layout h3, .wa-pro-layout p {
        margin-bottom: 1em
    }

    .wa-pro-layout .p15 {
        font-size: 18px;
        line-height: 1.44
    }

    .wa-pro-hero-pic img {
        width: 330px
    }

    .wa-pro-purpose-list {
        display: flex;
        flex-wrap: wrap
    }

    .wa-pro-purpose-item {
        flex: 1 0 300px;
        padding: 50px 24px 60px
    }

    .wa-pro-c2a {
        margin: 70px 0 0
    }

    .wa-pro-marketolog-in {
        padding-top: 50px
    }

    .wa-pro-tariffs-switch a {
        padding: 14px 18px
    }
}

@media (min-width: 992px) {
    .wa-pro-c2a .container {
        max-width: 550px
    }
}