:root {
    --scrollbar-width: 17px;
}

html, body {
    scroll-behavior: smooth;
}
.main {
    padding: 190px 0 64px;
}
.header {
    padding: 40px 0;
}

#stickyBar {
background-color: #000;
    color: #eb5ebc;
    padding: 10px;
    text-align: center;
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    z-index: 1000; /* make sure it stays on top of other elements */
}
#stickyBar a {
    color: #eb5ebc;
}
#stickyBar:hover {
    text-decoration: none;
    border: none;
transition: none;
}

.btn {
    padding-left: 10px;
    padding-right: 10px;
}
.header__btn:not(.btn_pink) {
    color: rgba(60, 60, 67, 0.60);
    min-width: 50px;
}
.header__btn + .header__btn {
    margin-left: 10px;
}
.btn.header__btn {
    height: 42px;
    min-width: 130px;
}
.hero {
    padding-bottom: 63px;
}
.main__info {
    max-width: 100%;
}
.main__center {
    text-align: center;
}
.main__text {
    color: rgba(60, 60, 67, 0.60);
    font-size: 14px;
}
.main__text a {
    color: inherit;
}
.main__text img {
    padding-left: 20px;
    vertical-align: middle;
}
.main__form .access__form {
    margin-bottom: 0;
box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.35);
backdrop-filter: blur(25px);
    border-radius: 30px;
    display: flex;
    align-items: center;
    min-height: 66px;
    padding: 5px 5px 5px 30px;
    font-size: 16px;
}
.main__form {
    margin-bottom: 67px;
}
.main__form .access__field {
    flex-grow: 1;
    flex-shrink: 1;
    width: fit-content;
}
.main__form input[type="text"] {
    font-size: inherit;
    color: rgba(60, 60, 67, 0.60);
    font-family: "Poppins", sans-serif;
}
.main__form input[type="submit"] {
    background: #5956E9;
    padding-left: 20px;
    padding-right: 20px;
    transform: none !important;
}
.main__form span {
    color: rgba(60, 60, 67, 0.60);
    font-size: inherit;
}

.main__form input[type="text"]::placeholder {
    font-size: 16px;
    color: rgba(60, 60, 67, 0.60);
}
.main__form input[type="text"]::-ms-input-placeholder {
    font-size: 16px;
    color: rgba(60, 60, 67, 0.60);
}
.main__form input[type="text"]:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(60, 60, 67, 0.60);
}
.main__form input[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(60, 60, 67, 0.60);
}
.main__form .access__field.text {
    min-width: 0;
}

.features {
    padding-top: 153px;
    padding-bottom: 178px;
}
.features__stage {
    padding-top: 24px;
        font-size: 20px;
        width: 260px;
 
}
.features__info {
    max-width: 100%;
    font-size: 16px;
  font-family: ''Poppins', sans-serif ;
  font-weight: 300;
  color: #292a30;
}
.features__text {
  color: #292a30;
    margin-bottom: 20px;
}
.features__category {
    font-size: 21px;
}
.features__slide {
    padding: 0 50px;
}
.inkaa {
    color: #CDD0D7;
    font-size: 14px;
}
.features__link {
    margin-top: 40px;
    color: #292a30; 
    font-size: 16px;
    font-weight: 700;
}

.features__box .main__title {
    margin-bottom: 66px;
}
.features__head {
    margin-bottom: 80px;
}

.features .slick-arrow {
    width: 32px;
    height: 32px;
}
.features .slick-prev {
    left: -218px;
}
.features .slick-next {
    left: -172px;
}
.features__body {
    padding-left: 284px;
}

.standout.layouts {
    padding: 95px 0 245px;
}
.standout .layouts__head {
    margin-bottom: 37px;
}
.standout .layouts__info{
    font-size: 20px;
    margin-bottom: 26px;
}
.standout .layouts__title {
    font-size: 54px;
    font-weight: 500;
}
.standout .layouts__text {
    font-size: 16px;
    color: rgba(60, 60, 67, 0.60);
}
.standout .layouts__text p + p {
    margin-top: 24px;
}
.standout .layouts__preview:first-child {
    width: 434px;
    height: 562px;
    position: absolute;
    /* right: 57px; */
    right: 107px;
    top:120px;
    /* transform: translate(-50px, 0); */
}
.standout .layouts__view[data-aos] .layouts__preview:first-child {
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
}
.standout .layouts__view[data-aos].aos-animate .layouts__preview:first-child {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
.standout .layouts__preview:nth-child(2) {
    width: 446px;
    height: 252px;
    top: 132px;
    right: 129px;
}
.standout .layouts__view[data-aos] .layouts__preview:nth-child(2) {
    transform: translate(-50px, 10px);
    -webkit-transform: translate(-50px, 10px);
    -ms-transform: translate(-50px, 10px);
}
.standout .layouts__view[data-aos].aos-animate .layouts__preview:nth-child(2) {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}
.standout .layouts__preview:nth-child(3) {
    width: 369px;
    height: 62px;
    top: 363px;
    right: 248px;
}
.standout .layouts__view[data-aos] .layouts__preview:nth-child(3) {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}
.standout .layouts__view[data-aos].aos-animate .layouts__preview:nth-child(3) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.standout .layouts__view {
    top: 150px;
    transform: translateY(-150px);
    right: calc(50% - 670px);
}
.standout .layouts__center {
    position: relative;
}



.begpro.details {
    margin-top: 5px;
    margin-bottom: 155px;
}
.begpro .layouts__info {
    font-size: 20px;
}
.begpro .layouts__info {
    margin-bottom: 20px;
}
.begpro h2 {
    font-size: 54px;
    font-weight: 500;
    letter-spacing: -1.7px;
}
.begpro .details__head {
    margin-bottom: 37px;
}
.begpro__text {
    font-size: 16px;
    color: rgba(60, 60, 67, 0.60);
    max-width: 400px;
    margin-bottom: 60px;
    padding-left: 5px;
}
.begpro__list {
    margin-bottom: 76px;
    z-index: 5;
    position: relative;
} 
.begpro__list li {
    position: relative;
    padding-left: 50px;
    letter-spacing: -0.5px;
    font-size: 20px;
    font-weight: 500;
    color: #292930;
}
.begpro__list li + li {
    margin-top: 27.5px;
}
.begpro__list li:before {
    content: "";
        position: absolute;
        top: 3px;
        left: 6px;
        width: 24px;
        height: 24px;
        background: url(../img/list-icon-2.svg) no-repeat 0 0/100% auto;
        
}
.begpro__btns {
    z-index: 5;
    position: relative;
    display: flex;
}
.begpro .details__center {
    position: relative;
}
.begpro__btns .btn {
    min-width: 220px;
}
.begpro .details__graphic {
    z-index: 5;
}
.begpro .details__circle:first-child {
    background: #C4C3FB;
    right: calc(50% - 50px);
    top: calc(50% - 70px);
    left: auto;
    bottom: auto;
}
.begpro .details__circle:nth-child(2) {
    background: #C4C3FB;
    top: auto;
}
.begpro .details__circle:nth-child(3) {
    background: #C4C3FB;
    bottom: -40px;
    width: 106px;
    height: 106px;
    right: calc(50% - 215px);
}

.begpro .details__circle[data-aos] {
    transform: scale(0);
}

.begpro .details__circle[data-aos].aos-animate {
    transform: scale(1);
}
.begpro__btns a + a {
    margin-left: 40px;
}
.begpro__btns > a:not(.btn) {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #99A1AA;
}
.begpro__btns>a:not(.btn) img {
    margin-right: 10px;
}
.begpro .details__container {
    -ms-flex: 0 0 calc(100% - 340px);
        flex: 0 0 calc(100% - 340px);
        width: calc(100% - 340px);
}
.begpro__descr {
    font-size: 14px;
    color: rgba(60, 60, 67, 0.60);
    margin-top: 28px;
    padding-left: 18px;
    padding-right: 18px;
}
.begpro .details__graphic {
    padding-top: 60px;
}
.begpro .details__circles {
    position: absolute;
    inset: 0;
    /* z-index: -1; */
}

.access {
    /* padding: 224px 0 0; */
    padding: 64px 0 0;
}
.access__ball:nth-child(5) {
    display: none;
}
.access__preview:first-child {
    width: 422px;
    position: relative;
    left: -45px;
}
.access__preview:nth-child(2) {
    top: -121px;
    right: -24px;
    width: 246px;
}
.access__preview:nth-child(3) {
    top: 158px;
    left: -158px;
    width: 217px;
}
.access__info {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.access__wrap {
    max-width: 535px;
}
.access .main__form {
    transform: translateY(50%);

}
.access .main__form form {
    background-color: #fff;

}
.access__view {
    margin-bottom: 70px;
}

.testi {
    margin-top: 260px;
    margin-bottom: 225px;
}
.testi .details__row {
    z-index: 5;
    position: relative;
}
.testi .layouts__info {
    font-size: 20px;
    margin-bottom: 26px;
}
.testi .details__head {
    margin-bottom: 36px;
}
.testi h2 {
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 0;
}
.testi .begpro__text {
    max-width: 460px;
    line-height: 1.8;
    letter-spacing: -0.4px;
}
.testi .details__graphic {
    margin-top: 50px;
}
.testi .details__mobile p {
    color: rgba(60, 60, 67, 0.60);
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
}
.testi .details__mobile {
    max-width: 290px;
    margin-right: 0;
    margin-left: auto;
}
.details__line {
    z-index: -1;
}
.testi .details__circle {
    background: #C4C3FB;
}

.testi .details__circle:first-child {
    left: calc(50% + 130px);
    bottom: 347px;
}
.testi .details__circle:nth-child(2) {
    top: -60px;
    opacity: 0.5;
    width: 181px;
    height: 181px;
        right: calc(50% - 672px);
}
.testi .details__circle:nth-child(3) {
    width: 73px;
    height: 73px;
    opacity: 0.5;
    right: calc(50% - 134px);
    bottom: -56px;
}

.plan {
    background-color: #ECF2F6;
    padding-top: 83px;
    padding-bottom: 64px;
}
.plan__info {
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}
.plan h2 {
    margin-bottom: 16px;
}
.plan__head {
    margin-bottom: 82px;
}
.plan__item {
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    width: calc(50% - 40px);
    max-width: 383px;
    margin: 0 40px;
    padding: 27px 32px;
}
.plan__item:first-child {
    color: unset;
    background: unset;
}
.plan__item:nth-child(2) {
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.plan__item.plan__pro {
    background-color: #5956E9;
    color: #fff;
}
.plan__item.plan__free {
    background: #fff;
    -webkit-box-shadow: 0 20px 40px rgba(41, 41, 48, 0.05);
    box-shadow: 0 20px 40px rgba(41, 41, 48, 0.05);;
}
.plan__item.plan__pro .plan__list li:before {
    background-image: url(../img/list-icon-1.svg);
}
.plan__item.plan__free .plan__list li:before {
    background-image: url(../img/list-icon-2.svg);
}
.plan__item.plan__pro .plan__list li {
    color: #fff;
}
.plan__item.plan__free .plan__list li {
    color: #000;
}
.plan__item.plan__free .plan__money {
    color: #5956E9;
}
.plan__item.plan__free .plan__price {
    color: rgba(60, 60, 67, 0.60);
}
.plan__body {
    justify-content: center;
}
.plan__item .plan__title {
    font-size: 36px;
    margin-bottom: 0;
}
.plan__pro .plan__money {
    color: #FFD7DE;
}
.plan__category {
    margin-bottom: 12px;
}
.plan__text {
    font-size: 16px;
    letter-spacing: -0.3px;
}
.plan__free .plan__text {
    color: #EB5EBC;
}
.plan__price {
    display: flex;
    align-items: baseline;
    margin-bottom: 22px;
}
.plan__pro .plan__price .plan__money {
    color: #FFD7DE;
}
.plan__money {
    font-size: 20px;
    font-weight: 600;
}
.plan__list {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 26px;
}
.plan__stage {
    font-size: 20px;
    color: rgba(60, 60, 67, 0.60);
    font-weight: 400;
}
.plan__list li {
    padding-left: 40px;
    letter-spacing: -0.5px;
        color: #000;

}
.plan__list li.disabled:before {
    filter: grayscale(1) invert(1);
    opacity: 0.5;
    
}
.plan__list li:not(:last-child) {
    margin-bottom: 15px;
    
}
.plan__btn {
    min-width: 0;
        max-width: 280px !important;
        /* display: flex; */
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: flex !important;
}

.like__container {
    background: #5956E9;
    color: #fff;
    border: 0;
    padding: 70px 0px 63px 100px;
    display: flex;
}
.like__container::before {
    background: #FAB8C4;
    opacity: 0.5;
}
.like__container::after {
    background: #FAB8C4;
    opacity: 0.5;
}
.like__circle-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 32px;
}
.like__circle-wrapper .like__circle {
    width: 506px;
    height: 506px;
    background-color: #615EF4;
    top: 0;
    left: 0;
    transform: translate(-30%, -15%);
}
.like__wrap {
    background-color: #fff;
    border-radius: 24px;
    color: #000;
    overflow: hidden;
    padding: 50px 45px 103px;
    max-width: 410px;
}
.like__info {
    color: #EB5EBC;
    font-weight: 500;
    margin-bottom: 14px;
}
.like__title {
    color: #292930;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 24px;
    letter-spacing: -1.7px;
}
.like__text {
    font-size: 16px;
    margin-bottom: 42px;
    color: rgba(60, 60, 67, 0.60);
}
.like__list li {
    display: flex;
    align-items: center;
    color: #292930;
    font-weight: 500;
    font-size: 18px;
}
.like__list li + li {
    margin-top: 31px;
}
.like__list li img {
    margin-right: 26px;
}
.like__preview {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-left: auto;
    max-width: calc(100% - 540px);
    padding-top: 68px;
}
.like__preview-inner {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    max-width: 356px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.like__preview-fire {
    font-size: 30px;
    margin-bottom: 29px;
}
.like__preview-text {
    font-size: 18px;
    margin-bottom: 47px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: -0.7px;
}
.like__preview-descr {
    font-size: 14px;
    letter-spacing: -0.7px;
}
.like__form input[type="submit"] {
    color: #2522BA;
    background: #fff;
    width: 100%;
}
.like__form input[type="submit"]:hover {
    box-shadow: 0 14px 20px 0 rgba(35, 34, 87, 0.4), 0 48px 48px 0 rgba(0,0,0,0.12);
}
.like__form {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 27px;
}
.like__field:first-of-type {
    background: #fff;
    margin-bottom: 37px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 178px;
    height: 64px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(60, 60, 67, 0.60);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 20px 0 rgba(153, 161, 170, 0.25);
}
.like__field:first-of-type input {
    flex-shrink: 1;
    min-width: 0;
    width: auto;
    font-size: 16px;
    color: rgba(60, 60, 67, 0.60);
}
.like__field:first-of-type img {
    margin-right: 5px;
}
.like__form input[type="text"]::placeholder {
    color: rgba(60, 60, 67, 0.60);
}
.like__form input[type="text"]::-moz-placeholder {
    color: rgba(60, 60, 67, 0.60);
}
.like__form input[type="text"]::-webkit-input-placeholder {
    color: rgba(60, 60, 67, 0.60);
}
.like__form input[type="text"]:-moz-placeholder {
    color: rgba(60, 60, 67, 0.60);
}
.like__form input[type="text"]:-ms-input-placeholder{
    color: rgba(60, 60, 67, 0.60);
}

.accord {
    margin-bottom: 105px;
    padding-top: 25px;
}
.accord__center.center {
    max-width: 1226px;
}
.accord__details {
    padding-left: 34px;
    padding-top: 15px;
}
.accord__title {
    font-size: 54px;
    margin-bottom: 72px;
}
.accord__body {
    padding: 38px 30px 50px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.82;
    color: rgba(60, 60, 67, 0.60);
}
.accord__item.active {
    box-shadow: 0 25px 50px -20px rgba(39, 39, 46, 0.1);
    -webkit-box-shadow: 0 25px 50px -20px rgba(39, 39, 46, 0.1);
    margin-bottom: 22px !important;
}

.accord__icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/faq-closed.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.active .accord__icon {
    background-image: url(../img/faq-opened.svg);
}
.accord__item:not(:last-child) {
    margin-bottom: -3px;
}


.offer {
    margin-bottom: 83px;
}
.offer__container {
    min-height: 0;
    padding-top: 78px;
    padding-bottom: 115px;
    background: url(../img/bg-offer.png) no-repeat 50% 0%/cover;
    background-repeat: repeat-y;
}
.offer__head .title {
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.45;
    letter-spacing: -1.7px;
    margin-bottom: -7px;
}
.offer__info {
    font-size: 15px;
    margin-bottom: 47px;
    letter-spacing: -0.5px;
}
.footer__bottom {
    padding: 20px 0px 50px 10px;
    font-size: 14px;
}
.footer__company {
    margin-right: 19px;
    font-size: 0;
}
.footer__copyright {
    letter-spacing: -0.1px;
}
.footer__text {
    font-size: 13px;
}


.hero-slider {
    /* max-width: 1380px; */
    max-width: 1180px;
    margin: auto;
    margin-bottom: 16px;
}
.hero-slider.desktop {
    max-height: 410px;
    overflow: hidden;
}
.hero-slider.desktop.slick-initialized {
    max-height: unset;
    overflow: unset;
}
.hero-slider__slide-img {
    line-height: 0;
}
.hero-slider__slide-img img {
    max-width: 100%;
}
.hero-slider__slide-inner {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    /* max-width: 244px; */
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s ease;
}
.hero-slider__slide-data {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 14px;
    overflow: hidden;
    color: #E6E6F9;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.hero-slider__slide-name {
    font-weight: 500;
}
.hero-slider__slide-insta span {
    position: relative;
    display: inline-block;
}
.hero-slider__slide-insta span::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../img/insta-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    right: calc(100% + 3px);
    background-size: cover;
    top: calc(50% - 0px);
    transform: translateY(-50%);
}

.hero-slider .slick-slide:not(.slick-current) .hero-slider__slide-inner {
    transform: scale(.75);
}
.hero-slider .slick-arrow {
    display: none !important;
}
.hero .title {
    margin-bottom: 25px;
    font-size: 56px;
}
.hero .info {
    margin-bottom: 4px;
}

.hero__btn a {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 248px;
}
.cellphone {
    margin-top: 40px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    border: 6px solid #27272E;
    border-radius: 40px;
    padding-top: 90px;
    padding-bottom: 42px;
}
.cellphone__ava {
    max-width: 125px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.cellphone__ava img {
    display: block;
    max-width: 100%;
}
.cellphone__title {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    max-width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    margin-bottom: 29px;
}
.cellphone__subtitle {
    color: #EB5EBC;
    font-size: 18px;
    margin-bottom: 30px;
}
.cellphone__descr {
    color: rgba(60, 60, 67, 0.60);
    font-size: 14px;
    text-align: center;
}
input.btn_purple {
    background-color: #5956E9;
}
.cellphone__inner {
    max-width: 303px;
    margin-left: auto;
    margin-right: auto;
}
.cellphone__form input[type="submit"] {
    width: 100%;
    letter-spacing: -0.7px;
}
.cellphone__form {
    margin-bottom: 39px;
}
.cellphone__form .cellphone__field:first-of-type {
    width: 100%;
    display: flex;
    background: #fff;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,0.15);
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 38px;
    padding: 25px;
    max-width: 282px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    letter-spacing: 0.6px;
}
.cellphone__field input[type="text"] {
    font-size: 16px;
}
.cellphone__text {
    text-align: center;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    letter-spacing: 0.5px;
    margin-bottom: 34px;
}

.cellphone.blue {
    border-color: #5956E9;
}
.v2 .cellphone__ava {
    max-width: 175px;
}
.v2.cellphone {
    padding-top: 70px;
    padding-bottom: 32px;
}
.cellphone__btn  {
    display: flex;
    justify-content: center;
}
.cellphone__btn.circle {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    overflow: hidden;
}

.cellphone__btn.circle a {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 500;
}
.cellphone__btn.circle a:hover {
    transform: none;
}
.cellphone.no-border {
    border-color: transparent;
}

.plan__adv {
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    padding-left: 23px;
}
.plan__adv p {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}
.plan__adv img {
    margin-right: 20px;
}
.plan__adv p + p {
    margin-top: 31px;
}

.hero-slider__slide-inner {
    perspective: 2000px;
    /* padding-top: 100px; */
    
    /* padding-bottom: 100px; */
    /* margin-top: 50px; */
        /* margin-bottom: 50px; */
}
.hero-slider__slide-inner:hover {
    cursor: pointer;
    /* transform: scale(); */
}
.hero-slider__slide-inner:hover .hero-slider__slide-front {
    transform: rotateY(180deg);
}
.hero-slider__slide-inner:hover .hero-slider__slide-back {
    transform: rotateY(360deg);
}
.hero-slider__slide-front {
    backface-visibility: hidden;
    transition: transform 1s cubic-bezier(0.5, 0.5, 0, 0.72);
    border-radius: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    transform: rotateY(0deg);
}
.hero-slider__slide-back {
    position: absolute;
    inset: 0;
    background-color: #99A1AA;
    backface-visibility: hidden;
    transition: transform 1s cubic-bezier(0.5, 0.5, 0, 0.72);
    transform: rotateY(180deg);
    border-radius: 14px;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    outline: 1px solid #e6e6e6;
    outline-offset: -1px;
}
.hero-slider__slide-back a {
    display: block;
    width: 100%;
    height: 100%;
}
.hero-slider__slide-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

form.submitting .submit {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}

form.submitting .submit::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border: 2px solid #fff;
    border-bottom: 2px solid transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: formSpinner 1s linear;
    animation-iteration-count: infinite;
}

@keyframes formSpinner {
    0% {
        transform: translateY(-50%) rotate(0);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}






body.noscroll {
    padding-right: var(--scrollbar-width);
    overflow: hidden;
}

.modals {
    background-color: #fff;
    z-index: 999;
    position: fixed;
    --modal-toggle: 0.2s;
    opacity: 0;
    visibility: hidden;
    inset: 0;
    overflow: auto;
    scrollbar-width: none;
}
.modals[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s var(--modal-toggle), opacity var(--modal-toggle) ease;
}
.modals[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: visibility 0s, opacity var(--modal-toggle) ease;
}
.modal {
    background-color: #F3F6F8;
    
    inset: 0;
    /* position: relative; */
    position: absolute;
    scrollbar-width: none;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    overflow: auto;
}
.modals::-webkit-scrollbar {
    width: 0;
}
.modal::-webkit-scrollbar {
    width: 0;
}
.modal__logo {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    z-index: 2;
    position: relative;
}
.modal__logo img {
    display: block;
    max-width: 100%;
}
.modal__inner {
    max-width: 760px;
    margin: auto;
    background-color: #fff;
    border-radius: 40px;
    position: relative;
    padding: 61px;
    z-index: 2;
}

.modal__heading {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 54px;
}
.modal__form-heading {
    text-align: center;
    margin-bottom: 64px;
}
.modal__form-heading > p:first-child {
    font-size: 36px;
    font-weight: 500;
}
.modal__form-heading>p:nth-child(2) {
    font-size: 20px;
    color: rgba(60, 60, 67, 0.60);
    font-weight: 400;
}
.modal__close {
    position: absolute;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 38px;
    right: 32px;
    font-size: 24px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.05);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
}
.modal__field + .modal__field:not(.submit) {
    margin-top: 62px;
}
.modal__form form {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}
.modal__form > p {
    color: rgba(60, 60, 67, 0.60);
    font-size: 15px;
    text-align: center;
}
.modal__field {
    padding: 10px 20px 10px 70px;
    border-radius: 16px;
    border: 1px solid #E3E6E9;
    position: relative;
    display: flex;
    line-height: 1;
    align-items: center;
    transition: all 0.2s ease;
}
.modal__field label {
    font-size: 14px;
    position: absolute;
    top: -30px;
    letter-spacing: -1.1px;
    left: -2px;
    font-weight: 500;
}
.modal__field input {
    width: 100%;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: "Poppins", sans-serif;
}
.modal__field.username {
    display: flex;
}
.modal__field.username span {
    color: rgba(60, 60, 67, 0.60);
    cursor: default;
}
.modal__field::before {
    content: "";
    /* background-color: #2522BA; */
    width: 25px;
    height: 25px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    filter: grayscale(1);
    transition: all 0.2s ease;
}
.modal__field:focus::before {
    background-color: red;
}
.modal__field input::placeholder {
    color: rgba(60, 60, 67, 0.60);
}
.modal__field input::-ms-input-placeholder {
    color: rgba(60, 60, 67, 0.60);
}
.modal__field input:-ms-input-placeholder {
    color: rgba(60, 60, 67, 0.60);
}
.modal__field input::-webkit-input-placeholder {
    color: rgba(60, 60, 67, 0.60);
}

.modal__field::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.modal__field.username::before {
    background-image: url(../img/icon-user.svg);
}
.modal__field.name::before {
    background-image: url(../img/icon-user.svg);
}
.modal__field.email::before {
    background-image: url(../img/icon-email.svg);
}
.modal__field.password::before {
    background-image: url(../img/icon-lock.svg);
}


.modal__field.active::before {
    filter: grayscale(0);
}
.modal__field.active {
    box-shadow: -15px 10px 50px -10px rgb(153 161 170 / 25%);
    border-color: transparent;
    
}
.modal__field.submit {
    margin-top: 30px;
    width: auto;
    /* max-width: 192px; */
    padding: 6px;
    background-color: #5956E9;
    border-radius: 30px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.modal__field.continue {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.modal__field.submit input,
.modal__field.continue a {
    color: #fff;
    letter-spacing: 0.7px;
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal__field.submit:hover,
.modal__field.submit.active {
    box-shadow: -15px 10px 50px -10px rgb(153 161 170 / 35%);
    transform: translateY(-2px);
}

.modal__field.submit::before {
    display: none;
}
.modal__field.error {
    outline: 2px solid #c00000;
    outline-offset: -2px;
}
.modal__field .error {
    color: #c00000;
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    font-size: 12px;
}

.modal__content {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    margin: auto;
}

div.modal__circles {
    position: absolute;
    z-index: 1;
    overflow: hidden;
        /* height: 100vh; */
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
}
.modal__circle { 
    position: absolute;
    border-radius: 50%;
}
.modal__circle:first-child {
    width: 1040px;
    height: 1040px;
    background-color: #E9EBFB;
    right: calc(50% + 40px);
    top: -470px;
    opacity: 0.5;
}
.modal__circle:nth-child(2) {
    width: 230px;
    height: 230px;
    background-color: #E9EBFB;
    left: calc(50% + 260px);
    /* top: calc(50% + 760px); */
    bottom: -90px;
    opacity: 0.75;
}
.modal__circle:nth-child(3) {
    width: 67px;
    height: 67px;
    background-color: #E1E1FD;
    left: calc(50% + 554px);
    bottom: 250px;
}
.modal__circle:nth-child(4) {
    width: 16px;
    height: 16px;
    background-color: #FFF;
    left: calc(50% + 580px);
    bottom: 410px;
}

.modal__form .step {
    display: none;
}
.modal__form .step.active {
    display: block;
}
/* .modal__form .continue {
    opacity: 0.65;
    pointer-events: none;
}
.modal__form .valid .continue {
    pointer-events: all;
    opacity: 1;
} */

.modal__switch {
    margin-top: 34px;
    text-align: center;
}

.access__title {
    /* margin-bottom: 100px; */
}
.access__title h2 {
    font-size: 54px;
    font-weight: 500;
    letter-spacing: -1.7px;
}
.access__wrapper {
    position: relative;
    padding-top: 180px;
}




@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.shake {
    animation: shake 0.5s;
    animation-iteration-count: 1;
}







@media screen and (max-width: 1366px) {
    .standout .layouts__preview:first-child {
        right: 247px;
    }
    .standout .layouts__preview > img {
        max-width: 700px
    }
}

@media screen and (max-width: 1199px) {
    .layouts__preview:nth-child(3) {
        display: block;
    }
    .features__bg {
        display: none;
    }
    .standout .layouts__preview:first-child {
        right: 227px;
        top: 100px;
    }
    .standout .layouts__preview > img {
        max-width: 600px;
    }
}

@media screen and (max-width: 1024px) {
    .hero-slider {
        max-width: 760px;
    }
    .plan__item:not(:first-child) {
        display: flex;
    }
    .like__container {
        padding: 50px 20px 50px 50px;
    }
    .header__btn.btn {
        display: flex;
    }
    .header__item:not(:last-child) {
        margin-right: 25px;
    }
    .standout .layouts__preview:first-child {
        right: 160px;
    }
    .standout .layouts__preview > img {
        max-width: 500px
    }
}

@media screen and (max-width: 960px) {
    .standout .layouts__preview:first-child {
        top: 210px;
    }
    .standout .layouts__preview > img {
        max-width: 400px
    }
}

@media screen and (max-width: 767px) {
    :root {
        --scrollbar-width: 0 !important;
    }
    .desktop {
        display: none !important;
    }
    .header__center {
        position: relative;
    }
    .header__burger {
        position: absolute;
    }
    .hero .title {
        margin-left: auto;
        margin-right: auto;
    }
    .main {
        padding-top: 100px;
    }
    .hero .main__form,
    .hero .main__text {
        display: none;
    }
    .features .title {
        max-width: 100%;
    }
    .features .slick-arrow {
        top: auto;
        bottom: 0;
    }
    .features__status {
        top: auto;
        bottom: 50px;
        left: 40px;
    }
/* } */

/* @media screen and (max-width: 630px) { */
    .main {
        padding-bottom: 0;
    }
    .header {
        padding: 0;
        position: fixed;
        background: #fff;
    }
    .header__center {
        /* padding: 38px 32px; */
        padding: 30px 32px;
    }
    .header__logo .header__pic {
        width: 146px;
    }
    .hero .title {
        max-width: 290px;
        font-size: 34px;
        line-height: 1.35;
        margin-bottom: 7px;
    }
    .hero .info {
        max-width: 215px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        margin-bottom: 36px;
    }


    .hero-slider {
        margin-bottom: 0;
        padding-bottom: 103px;
        /* min-height: 414px; */
    }
    .hero-slider .swiper-pagination {
        bottom: 53px;
    }
    .hero-slider__slide.swiper-slide {
        /* opacity: 0; */
        /* transition: opacity 0.3s ease; */
        /* z-index: 1; */
    }
    .hero-slider__slide.swiper-slide.swiper-slide-active {
        /* opacity: 1; */
        /* z-index: 2; */
    }
    .hero-slider__slide.swiper-slide .hero-slider__slide-inner {
         /* transform: scale(0.8); */
         opacity: 0;
        transition: opacity 0.3s ease;
    }
    .hero-slider__slide.swiper-slide-active .hero-slider__slide-inner {
        /* transform: scale(1); */
        opacity: 1;
    }
    .hero-slider__slide.swiper-slide.swiper-slide-prev .hero-slider__slide-inner {
        opacity: 1;
    }
    .hero-slider__slide.swiper-slide.swiper-slide-next .hero-slider__slide-inner {
        opacity: 1;
    }
    



    .cellphone {
        margin-top: 77px;
        margin-bottom: 73px;
        position: relative;
        z-index: 3;
        background-color: #fff;
    }

    /* .hero-slider .slick-current.slick-active {
        z-index: 10;
        position: relative;
        margin-right: 0;
        margin-left: 0;
    }
  
    .hero-slider .slick-current.slick-active + .slick-slide {
        margin-left: -100px;
        margin-right: 0;
    }

    .hero-slider__slide.slick-active {
        margin-right: -100px;
        margin-left: 0;
    } */
    .features {
        padding-top: 25px;
    }
    .features__center {
        max-width: 365px;
    }
    .features__stage {
        font-size: 15px;
        padding-top: 26px;
        margin-bottom: 25px;
    }
    .features .title {
        font-size: 20px;
    }
    



    .standout.layouts {
        padding: 22px 0 25px;
        background-color: #F8FBFE;
    }
    .standout .layouts__center.center {
        max-width: 365px;
    }
    .standout .layouts__info {
        font-size: 16px;
    }
    .standout .layouts__title {
        font-size: 34px;
        line-height: 1.35;
    }
    .standout .layouts__head {
        margin-bottom: 23px;
    }
    .standout .layouts__text {
        letter-spacing: -0.9px;
        max-width: 280px;
        margin-bottom: 39px;
    }
    .begpro__list {
        padding-left: 9px;
        margin-bottom: 37px;
    }
    .begpro__list li {
        font-size: 18px;
    }
    .begpro__list li + li {
        margin-top: 26.5px;
    }

    .standout__imgs {
        margin-bottom: 73px;
        position: relative;
    }
    .standout__img:first-child {
        max-width: 210px;
        margin-left: auto;
        margin-right: -22px;
        margin-top: -2px;
        z-index: 3;
        position: relative;
        transform: translateX(100px);
    }
    .standout__img:nth-child(2) {
        max-width: 227px;
        margin-top: -66px;
        margin-left: -24px;
        z-index: 2;
        position: relative;
        transform: translateX(-100px);
    }

    .standout__circle {
        border-radius: 50%;
    }
    .standout__circle:first-child {
        width: 165px;
        height: 165px;
        background-color: #C4C3FB;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        transform: scale(0);
    }

    .standout__circle:nth-child(2) {
        width: 22px;
        height: 22px;
        background-color: #F8BEEB;
        position: absolute;
        right: 59px;
        bottom: 12px;
        transform: scale(0);
    }
    
                
    .standout__img.aos-animate,
    .standout__circle.aos-animate {
        transform: none !important;
    }
    .standout__img img {
        /* display: block;
        margin-left: -23px;
        width: calc(100% + 46px); */
        display: block;
        max-width: 100%;
    }

    .standout__circles {
        position: absolute;
        inset: 0;
        z-index: 1;
    }
    .standout__text {
        font-size: 20px;
        color: #292930;
        margin-left: -20px;
        width: calc(100% + 40px);
        text-align: center;
    }

    .standout__cellphone {
        margin-top: 0;
        padding-top: 39px;
        margin-left: -20px;
        width: calc(100% + 40px);
        margin-bottom: 0;
        background-color: transparent;
    }
    .standout__cellphone .cellphone__form .cellphone__field:first-of-type {
        border-radius: 40px;
        max-width: 100%;
        padding: 17px 25px 20px;
        margin-bottom: 32px;
        align-items: center;
    }
    .standout__cellphone input[type="text"] {
        min-width: 0;
    }
    .standout__cellphone .cellphone__form {
        margin-bottom: 28px;
    }
    .layouts__wrap {
        margin-bottom: 0;
    }
    .plan {
        padding-top: 36px;
        margin-bottom: 6px;
        background: none;
    }
    .plan h2 {
        max-width: 100%;
        font-size: 34px;
        margin-bottom: 26px;
        letter-spacing: -1px;
    }
    .plan__info {
        margin-bottom: 20px;
    }
    .plan__stage {
        font-size: 14px;
        margin-right: auto;
        margin-left: auto;
        max-width: 250px;
        line-height: 1.6;
    }
    .plan__head {
        margin-bottom: 47px;
    }
    .plan__item {
        width: 100%;
        max-width: 311px;
        margin: auto;
        padding: 27px 35px 30px 35px;
    }
    .plan__text {
        font-size: 14px;
        padding-top: 4px;
    }
    .plan__category {
        margin-bottom: 14px;
    }
    .plan__item .plan__title {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .plan__list {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 24px;
    }
    .plan__list li {
        letter-spacing: 0;
    }
    .plan__list li:not(:last-child) {
        margin-bottom: 16.5px;
    }
    .plan__item:nth-child(2) {
        margin-top: 32px;
    }
    .plan__item.plan__free {
        /* margin-top: 32px; */
        padding-bottom: 24px;
        box-shadow: none;
        outline: 2px solid #E3E6E9;
        outline-offset: 0;
    }
    .like__center {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .like__wrap {
        background: none;
    }
    .like__container {
        border-radius: 0;
    }


    .offer__container {
        padding-top: 72px;
        padding-bottom: 37px;
        background-color: #5956E9;
        background-image: none;
    }
    .offer__head .title {
        font-size: 34px;
        text-align: center;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 0;
        line-height: 1.35;
        margin-bottom: 28px;
    }
    .offer__info {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;
    }

    .offer__imgs {
        display: flex;
        justify-content: center;
        padding-top: 55px;
        position: relative;
        margin-left: -2px;
    }
    .offer__img img {
        display: block;
        max-width: 100%;
    }
    .offer__img {
        max-width: 165px;
    }
    .offer__img:first-child {
        max-width: 177px;
        padding-top: 66px;
        transform: translateX(-100px);
    }
    .offer__img:nth-child(2) {
        margin-left: -39px;
        transform: translateX(100px);
    }
    .offer__img.aos-animate {
        transform: translateX(0);
    }
    .footer__copyright {
        font-size: 14px;
        color: rgba(60, 60, 67, 0.60);
        font-weight: 400;
    }
    .footer__copyright a {
        color: inherit;
        font-size: inherit;
        text-decoration: underline;
        font-weight: inherit;
    }
    .offer {
        margin-bottom: 0;
    }
    .footer__bottom {
        padding: 20px 0px 20px 10px;
    }

    .cellphone-wrapper {
        position: relative;
    }
    .cellphone__circles {
        z-index: 0;
        position: absolute;
        inset: 0;
    }
    .cellphone__circle {
        border-radius: 50%;
        overflow: hidden;
    }
    .cellphone__circle:first-child {
        position: absolute;
        top: -71px;
        width: 46px;
        height: 46px;
        background-color: #F8D6E6;
        right: calc(50% + 160px);
    }
    .cellphone__circle:nth-child(2) {
        position: absolute;
        left: calc(50% + 70px);
        top: -50px;
        width: 191px;
        height: 191px;
        background-color: #F8D6E6;
    }
    .features__body {
        padding-left: 0;
    }
    .features__head {
        margin-bottom: 0;
    }
    .features__details {
        padding-top: 0;
    }
    .features__category {
        font-size: 34px;
        line-height: 1.36;
        margin-bottom: 38px;
    }
    .features__slide {
        padding-left: 0;
        padding-right: 40px;
    }
    .features__text {
        padding-left: 8px;
        max-width: 100%;
    }
    .features__status {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 52px;
    }
    .features .slick-arrow {
        position: absolute;
        left: auto;
        top: auto;
        right: 50px;
        bottom: -79px;
    }
    .features .slick-arrow.slick-next {
        right: 6px;
    }
    
    .features__box {
        margin-top: 100px;
    }
    .features__box .main__title {
        margin-bottom: 30px;
    }
    .features {
        padding-bottom: 83px;
    }
    .cellphone.blue.v2 {
        margin-top: 26px;
    }
    .faq.features  {
        padding-bottom: 134px;
        padding-top: 48px;
    }
    .faq .features__center {
        max-width: 380px;
    }
    .faq .features__stage {
        color: rgba(60, 60, 67, 0.60);
        font-size: 16px;
        font-weight: 500;
        /* letter-spacing: -1px; */
        margin-bottom: 18px;
    }
    .faq .features__container {
        margin-left: 0;
        margin-right: 0;
    }
    .faq .features__title {
        font-size: 36px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        line-height: 1.5;
        padding-left: 8px;
        margin-bottom: 0;;
    }
    .faq .features__category {
        /* font-size: 16px; */
        font-size: 16px;
        font-weight: 500;
        max-width: 220px;
        /* margin-bottom: 16px; */
        margin-bottom: 30px;
        line-height: 1.4;
        position: relative;
    }
    .faq .features__slide {
        padding-left: 6px;
        /* margin-right: -50px; */
    }
    .faq .features__body {
        padding-top: 58px;
        max-width: 280px;
    }
    .faq .features__text {
        padding-left: 0;
        /* font-size: 14px; */
        max-width: 230px;
        /* color: #F5F5F5; */
    }
      .faq {
        font-size: 12px;
 
    }

    .faq .features__category::before {
        content: "";
        height: 2px;
        width: 67px;
        background-color: rgba(60, 60, 67, 0.60);
        top: -36px;
        left: 0;
        position: absolute;
        transition: background-color 0.3s ease;
    }
    .faq .slick-list {
        overflow: visible;
    }
    .faq .slick-active .features__category::before {
        background-color: #5956E9;
    }
    .faq.features .slick-arrow {
        right: 14px;
        bottom: -112px;
    }
    .faq.features .slick-arrow.slick-next {
        right: -32px;
    }
    .faq .features__status {
        margin-top: 85px;
    }

    .modal {
        background-color: #fff;
    }
    .modal__content {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .modal__logo {
        margin-bottom: 0;
    }
    .modal__inner {
        background-color: transparent;
    }
    .modal__field {
        background-color: #fff;
    }
    .modal__circle:first-child {
        width: 195px;
        height: 195px;
        right: auto;
        top: -90px;
        left: -90px;
        opacity: 1;
        background-color: #EDF0FA;
    }
    .modal__circle:nth-child(2) {
        width: 67px;
        height: 67px;
        background-color: #EDEFF9;
        left: -34px;
        bottom: 20px;
    }
    .modal__circle:nth-child(3) {
        left: auto;
        bottom: auto;
        right: 20px;
        top: 220px;
        background-color: #EDF0FA;
        width: 48px;
        height: 48px;
    }
    .modal__inner {
        padding: 25px;
    }
    .modal__close {
        top: -40px;
    }
    .modal__form-heading>p:nth-child(2) {
        font-size: 15px;
    }
    .features__bg {
        display: none;
    }
    .hero-slider.swiper {
        /* max-height: 410px; */
        min-height: 410px;
    }
    .hero-slider.swiper.slick-swiper-initialized {
        min-height: 0;
    }
    .header__item:not(:last-child) {
        margin-right: 0;
    }
    .slick-arrow:hover {
        background: unset;
    }
}













@media screen and (min-width: 768px) {
    .mobile {
        display: none !important;
    }
}