@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&amp;display=swap";

html, body {
    padding: 0;
    margin: 0;
}

body {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f8+23,f8f8f8+23,ffffff+43,ffffff+69,f8f8f8+76 */
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #f8f8f8 23%, #f8f8f8 23%, #ffffff 43%, #ffffff 69%, #f8f8f8 76%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f8f8f8 23%,#f8f8f8 23%,#ffffff 43%,#ffffff 69%,#f8f8f8 76%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f8f8f8 23%,#f8f8f8 23%,#ffffff 43%,#ffffff 69%,#f8f8f8 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
    font-family:nunito sans,sans-serif;
    color: #3C3D3E;
}

a:hover {
    color: #FF6565 !important;
}

#main {
    display: flex;
    flex-direction: column;
    background: url(../svg/bgright.svg) right 200px no-repeat,

        url(../svg/bgright_bottom.svg) 1040px 1760px no-repeat,
        url(../svg/bgleft_bottom.svg) -108px 3010px no-repeat;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 8px;
    padding: 15px 22px;
    font-weight: 700;
    font-size: 22px;
    line-height: 128.69%;
    letter-spacing: -0.02em;
}

.button img {
    margin-right: 11px;
}

.button:hover {
    cursor: pointer;
}

.button-pink {
    background: #FF6565;
    color: #FFFFFF;
}

.button-pink:hover {
    background: #EA135B;
}

header {
    display: flex;
    max-width: 1200px;
    padding: 20px 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.header-logo {
    font-family: 'Nunito', sans-serif;
    display: flex;
    align-items:center;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -0.03em;
    text-align: center;
    z-index: 2;
}

.header-logo:hover {
    cursor: pointer;
}

.header-nav {
    flex: 1;
    z-index: 9999;
}

.header-nav-has-child a::after {
    margin-left: 0.4em;
    content: '';
    width: 0.3em;
    height: 0.3em;
    display: inline-block;
    border: 1px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    position: relative;
    -webkit-transform: translateY(-0.2em) rotate(-45deg);
    -ms-transform: translateY(-.2em) rotate(-45deg);
    transform: translateY(-0.2em) rotate(-45deg);
    -webkit-transition: all .23s;
    -o-transition: all .23s;
    transition: all .23s;
}

.header-nav-has-child ul li a::after {
    display: none;
}

.header-nav-has-child ul li {
    margin-bottom: 0.5em;
    margin-left:  0;
    margin-right: 0;
}

.header-nav ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    margin-right: 60px;
}

.header-nav li {
    margin: 0 16px;
    position: relative;
}

.header-nav-has-child ul::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    left: 0;
    opacity: 0;
}

.header-nav-label-switch-from {
    padding: 7px 0 7px 0;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    font-size: 11px;
    -webkit-letter-spacing: 0.5;
    -moz-letter-spacing: 0.5;
    -ms-letter-spacing: 0.5;
    letter-spacing: 0.5;
    font-weight: 500;
}

.header-nav-has-child ul {
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
    box-sizing: border-box;
    padding: 1rem;
    box-shadow: 0 3px 13px rgb(0 0 0 / 10%);
    border-radius: 8px;
    background-color: #fff;
    min-width: 190px;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: calc(100% + 16px);
    margin-left: 0;
    margin-right: 0;
}

.header-nav-has-child:hover > ul {
    opacity: 1;
    display: flex;
}

.header-nav li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #3C3D3E;
}

.header-login {
    display: flex;
    align-items: center;
}

.header-login-mobile {
    display: none;
}

.header-burger {
    display: none;
}

.header-login a {
    padding: 8px 24px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02em;
    margin-left: 12px;
    text-align: center;

    width: 108px;
    height: 37px;

    border: 1px solid rgba(60, 61, 62, 0.5);
    box-sizing: border-box;
    border-radius: 4px;
    color: #3C3D3E;
}

.header-login a:hover {
    background: #EEEEEE;
    color: #3C3D3E !important;
}

.header-login-signup {
    background: #FFFFFF;

}

.block-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.main-header {
    margin-top: 130px;
}

.main-header-title {
    font-weight: 800;
    font-size: 50px;
    line-height: 111%;
}

.main-header-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-header-desc {
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 128.69%;
    letter-spacing: -0.01em;
}

.main-header-ext {
    margin-top: 32px;
    display: flex;
    align-items: normal;
    flex-direction: column;
}

.main-header-ext-reviews {
    margin-top: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 128.69%;
    letter-spacing: -0.02em;
}

.main-header-ext-reviews span {
    margin-left: 7px
}

.main-header-ext-trustedby {
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #979797;
}

.main-checker {
    margin-top: 121px;
}

.main-checker-header {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 25px;
}

.main-checker-desc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.01em;
}

.main-checker-learn-more {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.main-checker-learn-more-btn {
    padding: 8px 24px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 128.69%;
    letter-spacing: -0.02em;
}

.main-checker-form-container {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 20px 32px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1015px;
    height: 255px;
}

.main-checker-form-container iframe {
    height: 100%;
}

.main-checker-form-container textarea {
    margin-top: 24px;
    font-family:nunito sans,sans-serif;
    width:100%;
    height:130px;
    border: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #3C3D3E;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none;
}

.main-checker-form-container textarea::placeholder {
    color: #8C8C8C;
}

.main-reviews {
    margin-top: 142px;
    display: flex;
    max-width: 1268px;
    margin-left: auto;
    margin-right: auto;
}

.main-review {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 25px;
    padding: 29px 89px 38px 89px;
}

.main-review:hover {
    cursor:pointer;
    background: #EEEEEE;
}

.main-review-title {
    font-weight: 700;
    margin-top: 22px;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    letter-spacing: -0.02em;
    margin-bottom: 9px;
}

.main-review-featured {
    margin-top: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #979797;
}

.main-review:first-child {
    margin-right: 19px;
}

.main-review:last-child {
    margin-left: 19px;
}

.main-why {
    margin-top: 235px;
}

.main-why-header {
    font-weight: 800;
    font-size: 58px;
    line-height: 79px;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
}

.main-why-card-container {
    display: flex;
    flex-wrap: wrap;
}

.main-why-card {
    position:relative;
    box-sizing: border-box;
    margin-top:37px;
    margin-right: 37px;
    background: #F8F8F8;
    padding: 42px 58px;
    border-radius: 30px;
}

.main-why-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-why-card-assistant {
    max-width: 929px;
    display: flex;
}

.main-why-card-assistant div {
    margin-left: 40px;
}

.main-why-card-automation {
    padding-right: 152px;
    max-width: 610px;
}

.main-why-card-automation img {
    position: absolute;
    right: 40px;
}

.main-why-card-automation .main-why-card-content {
    padding-top: 141px;
}

.main-why-card-native {
    max-width: 553px;
    margin-right: 0px;
}

.main-why-card-native .main-why-card-content {
    margin-top: 40px;
}

.main-why-card-header {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -0.02em;
}

.main-why-card-description {
    margin-top: 14px;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.01em;
}

.main-customers {
    margin-top: 180px;
    margin-bottom: 180px;
    overflow: hidden;
}

.main-customers-header {
    font-weight: 800;
    font-size: 58px;
    margin-bottom: 65px;
    line-height: 79px;
    letter-spacing: -0.01em;
}

.main-customers-card {
    height: 450px;
    /*margin-right: 50px;*/
    display: flex;
    position:relative;
    align-items: center;

    scroll-snap-align: start;
    flex-shrink: 0;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
}

.main-customers-card-picture {
    width: 233px;
    border-radius: 15px;
    z-index: 1;
}

.main-customers-card-container {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-left: -116px;
    width: 810px;
    height: 515px;
    justify-content: center;
    border-radius: 18px;
    padding: 52px 65px 72px 192px;
}

.main-customers-card-quote img {
    width: 41px;
    height: 41px;
}

.main-customers-card-review {
    margin-top: 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.01em;
}

.main-customers-card-name {
    margin-top: 44px;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
}

.main-customers-card-company {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #828383;
}

.main-customers-card-arrow {
    position:absolute;
    bottom:67px;
    right:96px;
    padding: 10px;
    cursor: pointer;
}

.main-customers-card-slider {
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    display: flex;
}

.main-customers-card-slider a {
    text-decoration: none;
    color: #3C3D3E;
}

footer {
    display: flex;
    background: #FFFFFF;
}

.footer-container {
    max-width: 1300px;
    padding: 74px 0;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-column {
    margin-right: 70px;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 10px;
}

.footer-column li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #3C3D3E;
}

.footer-menu {
    display:flex;
    align-items: flex-start;
}

.footer-column-header {
    font-weight: 800;
    font-size: 17px;
    line-height: 128.69%;
    letter-spacing: -0.01em;
}

.footer-logo {
    font-family: 'Nunito', sans-serif;
    display: flex;
    align-items:center;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-right: 142px;
}

.footer-links {
    margin-top: 50px;
    display: flex;
}

.footer-links a:first-child {
    margin-left: 120px;
}

.footer-links a {
    text-decoration: none;
    margin-right: 18px;
    font-weight: 300;
    font-size: 15px;
    line-height: 128.69%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #3C3D3E;
}

.footer-social a {
    margin-right: 22px;
}

.swiper-slide {
    width: 902px !important;
}

.swiper {
    overflow: visible !important;
}

.main-reviews-mobile {
    display: none;
}

.main-social-mobile {
    display: none;
}

.main-send-link-mobile {
    display: none;
}

@media (max-width: 1240px) {
    .block-container {
        max-width: 1000px;
    }
    header {
        max-width: 1000px;
    }
    .main-reviews {
        max-width: 1000px;
    }
    .main-review {
        padding: 29px 59px 38px 59px;
    }
    .footer-container {
        max-width: 1000px;
    }
    .main-why-card-automation {
        max-width: 532px;
    }
    .main-why-card-native {
        max-width: 430px;
    }
    .main-why-card-automation .main-why-card-header {
        margin-top: 42px;
    }
}

@media (max-width: 1040px) {
    .block-container {
        max-width: 100%;
        padding: 0 40px;
    }
    header {
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .main-header-title {
        font-size: 60px;
    }
    .main-checker-desc {
        font-size: 19px;
    }
    .header-nav-has-child a::after {
        display: none;
    }
    .header-nav-submenu li {
        margin: 0;
    }
    .header-nav {
        position: absolute;
        width: calc(100%);
        top: 0;
        left: 0;
        text-align: center;
        background-color: #fff;
        z-index: 1;
        display: block;
        -webkit-transition: max-height .23s ease-in-out;
        -o-transition: max-height .23s ease-in-out;
        transition: max-height .23s ease-in-out;
        max-height: 0;
        overflow: hidden;
        -webkit-box-shadow: 0 15px 40px rgb(0 0 0 / 6%);
        box-shadow: 0 15px 40px rgb(0 0 0 / 6%);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .header-nav-has-child ul {
        display: flex;
        opacity: 1;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;;
        min-width: 190px;
        position: relative;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .header-nav-has-child a {
        display: none;
    }
    .header-nav-has-child ul a {
        display: block;
    }
    /*.header-nav-has-child:hover > ul {*/
    /*    display: none;*/
    /*}*/
    .header-nav::before {
        display: block;
        height: 50px;
        content: '';
    }
    .header-nav::after {
        display: block;
        height: 30px;
        content: '';
    }
    .is-open {
        max-height: 1000px;
    }
    .header-nav ul {
        flex-direction: column;
    }
    .header-nav ul li {
        margin-bottom: 10px;
    }
    .header-nav-has-child {
        margin-bottom: 0 !important;
    }
    .header-login {
        display: none;
    }
    .header-login-mobile {
        display: flex;
        justify-content: center;
    }
    .header-login-mobile a:first-child {
        margin-left: 0;
    }
    .header-burger {
        display: flex;
        flex: 1;
        z-index: 2;
        justify-content: flex-end;
    }
    .header-burger img {
        width: 20px;
        cursor: pointer;
    }
    .main-why-card-assistant {
        max-width: 100%;
    }
    .main-why-card-assistant div {
        margin-left: 0;
    }
    .main-why-card-automation {
        max-width: 100%;
        padding-right: 58px;
    }
    .main-why-card-automation .main-why-card-content {
        padding-top: 0;
    }
    .main-why-card-automation img {
        position: relative;
        right: 0;
    }
    .main-why-card-automation .main-why-card-header {
        margin-top: 0;
    }
    .main-why-card-native {
        max-width: 100%;
    }
    .main-why-card {
        display: flex;
        flex-direction: column;
        margin-right: 0;
        align-items: center;
    }
    .main-why-card-content {
        align-items: center;
        margin-top: 20px;
    }
    .main-why-card-description {
        text-align: center;
    }
    .main-why-card-header {
        text-align: center;
    }
    .main-customers-card {
        flex-direction: column;
    }
    .main-customers-card-container {
        width: 100%;
        height: auto;
        margin-top: -228px;
        padding: 230px 20px 30px 29px;
        margin-left: 0;
    }
    .swiper-slide {
        width: 100% !important;
    }
    .footer-social {
        display: none;
    }
    .footer-container {
        max-width: 100%;
        padding: 40px;
    }
    .footer-menu {
        flex-wrap: wrap;
    }
    .footer-logo {
        flex-basis: 100%;
        margin-left: -7px;
    }
    .footer-column {
        margin-top: 32px;
    }
    .main-reviews {
        display: none;
    }
    .main-reviews-mobile {
        overflow: hidden;
        margin-top: 66px;
        display: flex;
        padding: 50px 0;
        position: relative;
    }
    .swiper-stores {
        margin: 0 auto;
        width: 400px;
        box-sizing: border-box;

    }
    .main-review:first-child {
        margin: 0;
    }
    .main-review:last-child {
        margin: 0;
    }
    .main-review {
        background: #FFFFFF;
        border: 0.62439px solid rgba(0, 0, 0, 0.12);
        border-radius: 16px;
        transition: all .2s ease-in-out;
    }
    .main-review-active {
        transform: scale(1.2) !important;
    }
    .swiper-pagination {
        bottom: -5px !important;
    }
    .swiper-pagination-bullet-active {
        background: #000000 !important;
    }
    .main-why {
        margin-top: 56px;
    }
    .main-why-header {
        text-align: center;
        font-size: 42px;
    }
    .main-customers {
        margin-top: 56px;
    }
    .main-customers-header {
        text-align: center;
        font-size: 42px;
    }
    #main {
        background: url(../svg/bgright.svg) right 240px no-repeat,

        url(../svg/bgright_bottom.svg) right 1672px no-repeat;
    }
    .main-social-mobile {
        display: flex;
        align-content: center;
        margin: 0 auto;
        flex-direction: column;
        margin-bottom: 150px;
    }
    .main-social-mobile-title {
        font-weight: 800;
        font-size: 42px;
        line-height: 50px;
        letter-spacing: -0.01em;
        text-align: center;
        margin-bottom: 15px;
    }
    .main-social-mobile-links a {
        margin: 0 7px;
    }
}

@media only screen and (max-width: 800px) {
    .block-container {
        padding: 0 20px;
    }
    .header-logo {
        font-size: 16px;
        z-index: 2;
    }
    .header-logo img {
     width:100%;
    }
    .main-header {
        margin-top: 69px;
    }
    .main-header-title {
        font-size: 30px;
    }
    .main-header-desc {
        font-size: 14px;
        margin-top: 12px;
    }
    .main-header-ext {
        display: none;
    }
    #main {
        background: url(../svg/bgright.svg) calc(100% + 228px) -80px no-repeat, url(../svg/bgleft.svg) -277px top no-repeat
    }
    .main-checker {
        margin-top: 48px;
    }
    .main-checker-header {
        font-size: 22px;
        margin-bottom: 0;
    }
    .main-checker-form-container {
        padding: 12px 19px;
        margin-top: 16px;
        height: 188px;
    }
    .main-checker-form-container textarea {
        margin-top: 12px;
        font-size: 14px;
        height: 100px;
    }
    .main-checker-form-container iframe {
        height: 100%;
    }
    .main-checker-desc {
        margin-top: 16px;
        font-size: 14px;
        line-height: 19px;
    }
    .main-checker-learn-more {
        margin-top: 16px;
    }
    .main-reviews-mobile {
        margin-top: 46px;
    }
    .swiper-stores {
        width: 256px;
    }
    .main-review {
        padding: 18px;
    }
    .main-review img {
        width: 35px;
    }
    .main-review div img {
        width: 16px;
    }
    .main-review-title {
        margin-top: 13px;
        margin-bottom: 6px;
        font-size: 14px;
    }
    .main-review-featured {
        font-size: 13px;
        line-height: 18px;
        margin-top: 6px;
    }
    .swiper-pagination {
        bottom: 5px !important;
    }
    .main-why {
        margin-top: 56px;
    }
    .main-why-header {
        font-size: 22px;
        margin-bottom: 18px;
        line-height: 30px;
    }
    .main-why-card-assistant {
        margin-top: 0;
    }
    .main-why-card {
        padding: 24px 29px;
        margin-top: 12px;
    }
    .main-why-card-header {
        font-size: 18px;
        line-height: 25px;
    }
    .main-why-card-description {
        margin-top: 6px;
        font-size: 14px;
        line-height: 19px;
    }
    .main-why-card img {
        height: 80px;
        width: auto !important;
    }
    .main-why-card-native .main-why-card-content {
        margin-top: 20px;
    }
    .main-customers {
        margin-top: 56px;
        margin-bottom: 0;
    }
    .main-customers-header {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .main-customers-card-picture {
        width: 94px;
    }
    .main-customers-card-container {
        margin-top: -89px;
        padding: 85px 20px 30px 29px;
    }
    .main-customers-card-quote img {
        width: 21px;
        height: 21px;
    }
    .main-customers-card-review {
        margin-top: 15px;
        font-size: 14px;
        line-height: 19px;
    }
    .main-customers-card-name {
        margin-top: 20px;
        font-size: 14px;
        line-height: 19px;
    }
    .main-customers-card-company {
        font-size: 14px;
        line-height: 19px;
    }
    .main-customers-card-arrow {
        bottom: 40px;
        right: 20px;
    }
    footer {
        margin-top: 77px;
    }
    .footer-column {
        margin-right: 30px;
    }
    .footer-links {
        flex-direction: column;
    }
    .footer-links a:first-child {
        margin-left: 0;
    }
    body {
        background: linear-gradient(to bottom, #f8f8f8 19%,#ffffff 35%,#ffffff 50%,#f8f8f8 76%);
    }
    .main-social-mobile {
        margin-top: 56px;
        margin-bottom: 0;
    }
    .main-social-mobile-title {
        font-size: 22px;
        line-height: 30px;
    }
    .main-social-mobile-links a img {
        width: 32px;
    }
    .main-send-link-mobile {
        display: block;
        margin-top: 48px;
    }
    .main-send-link-mobile-title {
        font-weight: 800;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.01em;
    }
    .main-send-link-mobile-button {
        margin-top: 8px;
        display: flex;
    }
    .main-send-link-mobile-button .button {
        padding: 14px;
        flex: 1;
        font-size: 16px;
        line-height: 128.69%;
    }
    .main-send-link-mobile-input input {
        width: 100%;
        box-sizing: border-box;
        height: 48px;
        background: #FFFFFF;
        border: 0.62439px solid rgba(0, 0, 0, 0.12);
        border-radius: 8px;
        margin-top: 16px;
        padding: 15px;
        text-align: center;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -0.01em;
        color: #3C3D3E;
    }
    .main-send-link-mobile-input input::placeholder {
        color: #979797;
    }
}


@media (max-width: 768px) {
    .mobile-hide {
        display: none !important;
    }
}
.mobile-show {
    display: none;
    margin-top: 20px;
    list-style-type: none;
}

@media (max-width: 767px) {
    .mobile-show {
        display: flex;
    }
}
