html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html{height:100%}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
a {
    text-decoration: none;
}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
.new-main{
    padding-top: 16px;
}

html{
    margin-top: 0px !important;
}

.main__container,
.whyatol__container,
.howwework__container,
.chavo__container,
.updateKass__container,
.formAtol__container,
.priceAtol__container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 10px;
}

.first-new header {
    position: relative;
    z-index: 12;
}

.first-new header,
.first-new header a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.first-new header a {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}

.first__tel a{
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
}

.first-new header {
    padding-top: 25px;
}

.new-main {
    font-family: 'Inter';
    font-style: normal;
}

.first__nav ul {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.first__nav ul a {
    position: relative;
    transition: color 0.4s ease-in-out; /* Для плавного изменения цвета текста */
}

.first__nav ul a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px; /* Высота линии */
    background-color: white; /* Цвет линии */
    transition: width 0.4s ease-in-out; /* Плавное увеличение ширины */
}

.first__nav ul a:hover::after {
    width: 100%; /* Линия полностью заполняет элемент при наведении */
}

.first-new {
    margin: 0px 16px;
    background: #6200FF;
    box-shadow: 0px 4px 34.4px rgba(62, 58, 48, 0.08);
    border-radius: 25px;
    position: relative;
    padding-bottom: 96px;

    
}

.first__main {
    margin-top: 114px;
    position: relative;
}

.first__main-left{
    max-width: 724px;
    width: 100%;
}

.first__img-right {
    position: absolute;
    right: -147px;
    top: -70px;
    z-index: 1;
}

.first__main-left h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 74px;

    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    display: block;

    line-height: 89%;
}

.first__main-left h1 span {
font-weight: 400;
font-size: 45px;
line-height: 135%;
letter-spacing: -0.03em;
}

.first__info {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;;
    margin-top: 30px;
    display: inline-block;
}

.first__btn {
    margin-top: 35px;
    max-width: 273px;
    height: 79px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 200px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #302C36;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.first__notic {
font-weight: 700;
font-size: 14px;
line-height: 130%;
color: rgba(255, 255, 255, 0.7);
margin-top: 105px;
}


.best {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 33px 20px; /* уменьшить паддинг для мобильных */
    bottom: -66px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(98, 0, 255, 0.2);
}


.best__items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 1125px;
    width: 100%;
}

.best__items-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.best__item-back {
    background: #F8F3EA;
    border-radius: 11px;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-circle {
    position: absolute;
    right: -276px;
    top: 50%;
    transform: translateY(-50%);
    width: 886px;
    height: 100%;
}

.h2com {
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    text-align: center;
    color: #302C36;
    margin: 0 auto;
}

.whyatol {
    margin-top: 191px;
}



.whyatol__items-item {


    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 65px;


    max-width: 630px;



    background: #F8F5FD;
    border: 1.5px solid rgba(10, 21, 25, 0.08);
    border-radius: 40px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.whyatol#two .whyatol__items-item {
    padding: 40px 45px;
}

.whyatol__wrapper {
    margin-top: 80px;
}

.plash__item {

    background: #6301FF;
    border-radius: 40px;
    position: relative;
    height: 337px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;

    margin-top: 40px;
}


.plash__wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spancom {
    display: inline-block;

    font-weight: 400;
    font-size: 18px;
    line-height: 130%;

    text-align: center;
    letter-spacing: -0.02em;

    color: rgba(255, 255, 255, 0.7);
}

.h2com.white {
    color: white;
}

.plash__wrapper span {
    margin-top: 16px;
}

.modal_btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #302C36;
    max-width: 245px;
    width: 100%;
    height: 59px;

    background: #FFFFFF;
    border-radius: 100px;

    border: none;

    margin-top: 32px;

    display: flex;
    gap: 8px;
    justify-content: center;
        align-items: center;

    cursor: pointer;
}

.modal_btn img {
    transition: transform 0.3s ease-in-out;
}

.modal_btn:hover img {
    transform: translateX(10px);
}

.plash__item::after {
    content: '';
    background-image: url('./plash/bg-cell.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.whyatol__items-title {
    margin-top: 32px;

    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #0A1519;


}

.whyatol__items-text {
    margin-top: 12px;
}

.whyatol__items-text {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-direction: column;
}

.whyatol__items-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;

    text-align: center;
    letter-spacing: -0.02em;

    color: rgba(10, 21, 25, 0.7);
}

.whyatol__items-top {
    width: 56px;
    height: 56px;

    background: #6200FF;
    border: 1.5px solid rgba(10, 21, 25, 0.08);
    border-radius: 100px;
    position: relative;

}

.whyatol__items-top img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.whyatol__items {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 20px 20px; 

}

body {
    overflow-x: hidden;
}


.first__main-left {
    position: relative;
    z-index: 2;
}

.whyatol#two {
    margin-top: 120px;
}

.whyatol#two  .whyatol__items-item:nth-child(5) {

    grid-column: span 2; /* Это сделает элемент более широким */
    max-width: 1280px;
}


.howwework {
    background-color: #130B20;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 120px;   
}

.howwework::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-image: url('./howwework.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;

    width: 100%;
    height: 100%;
}

.howwework__wrapper {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
}

.howwework__item h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
}

.howwework__item {
    max-width: 1120px;
    width: 100%;

    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(2.65px);
            backdrop-filter: blur(2.65px);
    border-radius: 32px;
    padding: 24px 32px;
}

.howwework__item-answer {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding-left: 48px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;

    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;

    margin-top: 40px;
}

.howwework__item-answer ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.howwework__item-answer ul li {
    position: relative;
}

.howwework__item-answer ul li::after {
    content: '';
    position: absolute;
    left: -32px;
    background-image: url('./marker.png');
    top: 50%;
    transform: translateY(-50%);

    width: 20px;
    height: 20px;
}

.howwework .modal_btn {
    width: 100%;
    max-width: 1186px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

#effect-one,
#effect-two {
    transition: all 0.4s ease-in-out;
}

#effect-one:hover {
    background: #130B20;
    color: white;
}

#effect-two:hover {
    background: #6200FF;
    color: white;
}

.slide__wrap {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #F2F5F7;
    border-radius: 24px;
    width: 332px;
    justify-content: space-between; /* Aligns content within each slide */
    flex-grow: 1; /* Ensures that the slide takes up available space */
}

.reviewsSlidersrevers {
    margin-top: 24px;
}

.slide {
    padding-left: 24px;
    display: flex;
    flex-direction: column;

    justify-content: space-between; /* Aligns content within each slide */
    flex-grow: 1; /* Ensures that the slide takes up available space */
}

.slide__wrap h4 {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #0A1519;
}

.reviewsSliders__track {
    display: flex;
    align-items: stretch; 

}

.reviewsSliders {
    overflow-x: hidden;
}

.slide__work{
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: rgba(10, 21, 25, 0.7);
}

.slide__text {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: rgba(10, 21, 25, 0.9);
    margin-top: 16px;
    max-width: 284px;
    width: 100%;
}

.reviews__count {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 16px;
}

.reviewsSliders {
    margin-top: 120px;
}

.reviewsSliders h2 {
    margin-bottom: 40px;
}

.chavo {
    margin-top: 120px;
}

.chavo__wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.chavo__item {
    padding: 20px;
    max-width: 1280px;

    background: #F2F5F7;
    border-radius: 16px;
}

.chavo__item h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #0A1519;
}

.chavo__title {
    position: relative;
    text-align: start;
    flex-direction: row;
    display: flex;
        justify-content: space-between;
        cursor: pointer;
}

.chavo__description {
    padding-top: 20px;
    padding-left: 48px;
    opacity: 0;  /* Initially hidden */
    visibility: hidden; /* Initially not visible */
    max-height: 0; /* Start with zero height */
    overflow: hidden; /* Prevents content from being shown when collapsed */
    transition: opacity 0.3s ease, visibility 0s 0.3s, max-height 0.3s ease; /* Animate opacity, visibility, and height */
    
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: rgba(10, 21, 25, 0.7);
}

.chavo__item.active .chavo__description {
    visibility: visible; 
    max-height: 1000px; 
    opacity: 1; 
}

.chavo__title h3 {
    padding-left: 48px;
}

.chavo__item-num {
    position: absolute;
    left: 0px;
    width: 28px;
    height: 28px;
    background-color: #6200FF;
    border-radius: 50%;
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.chavo__item .chavo__item-arrow {
    transition: transform 0.4s ease; 
    transform: rotate(180deg);
}

.chavo__item.active .chavo__item-arrow {
    transform: rotate(0deg);
}

.updateKass .modal_btn img {
    height: 16.5px;
    width: 13.55px;

}

.updateKass {
    margin-top: 120px;
    padding-bottom: 120px;
}

.updateKass .modal_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 341px;
}

.updateKass__item {
    /* Frame 2121457520 */


max-width: 1280px;

padding: 80px 20px;



    background: #130B20;
    border-radius: 40px;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

/* Прокрутка отзыва */
@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

 .formAtol {
    margin-top: 20px;
  }

  .formAtol__item {
    display: flex;
    flex-direction: row;
    background: #6200FF;
    border-radius: 40px;
    align-items: center;

    padding-top: 20px;
    padding-left: 80px;
    padding-right: 10px;
    padding-bottom: 20px;






}

.form__item-right {
    background-color: #fff;
    padding-top: 57px;
    padding-bottom: 30px;
    padding-left: 66px;
    padding-right: 66px;
        background: #FFFFFF;
    border: 10px solid #6200FF;
    border-radius: 40px;

    
}


.formAtol__form {
    display: flex;
    flex-direction: column;
    gap: 15px;

    max-width: 493px;

    margin: 0 auto;
    margin-top: 35px;
}

.formAtol__form input {
    padding: 24px 22px;


    border: none;

    background: #F5F5F5;
    border-radius: 16px;

        font-weight: 400;
    font-size: 18px;
    line-height: 120%;

    
}

.formAtol__form button,
.accept__btn-accept {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    background: #6200FF;
    border-radius: 100px;

    cursor: pointer;
    border: none;
}

.form__accept-wrap {
    display: flex
;
    gap: 30px;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
}

.form__accept-wrap input {
        padding: 24px 22px;
    border: none;
    background: #F5F5F5;
    border-radius: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.accept__btn-accept {
    padding: 0px 20px;
}

.formAtol__form button img,
.accept__btn-accept img {
    transition: transform 0.4s ease-in-out;
}

.formAtol__form button:hover img,
.accept__btn-accept:hover img {
    transform: translateX(10px);
}

.formAtol__form button span,
.accept__btn-accept span {
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.formAtol__form input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;

    color: rgba(48, 44, 54, 0.59);
}

.form__item-right h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #302C36;


}

    .formAtol__item-left h2 {
        padding-bottom: 16px;
    }
  .formAtol__item-left h2,
  .formAtol__span{
    max-width: 513px;
    text-align: start;
    margin: 0px;
  }

  .formAtol__span {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;

    color: rgba(255, 255, 255, 0.7);

    }

    .modalAtol {
  display: none; /* Изначально скрыто */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  animation: fadeIn 0.3s ease-in-out;
  
  align-items: center;
  justify-content: center;
}

.modalAtol h3 {
        font-weight: 600;
    font-size: 22px;
    line-height: 27px;

    text-align: center;

    margin-bottom: 20px;
}

.modalAtol__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.modalAtol__content {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  width: 400px;
  position: relative;
  animation: scaleIn 0.3s ease-in-out;
}

.modalAtol .close-btn {
    padding: 0px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  color: #6200FF;
  cursor: pointer;
}

.modalAtol .close-btn {
    display: block;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modalAtol input[type="text"], .modalAtol input[type="tel"] {
  padding: 20px 10px; 
  border-radius: 25px;
  border: 1px solid #ddd;
      background: #F5F5F5;

    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.modalAtol input[type="checkbox"] {
  margin-right: 5px;
}

.modalAtol label {
    margin-top: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.26);
}


.modalAtol button[type="submit"] {
  padding: 15px;
  background-color: #6200FF;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 20px;
}

.modalAtol button[type="submit"]:hover {
  background-color: #4c00cc;
}

/* Анимации */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

.howwework__container {
    position: relative;
    z-index: 3;
}

    .plash__wrapper .modal_btn span {
        margin-top: 0px;
        height: fit-content;
    }
    
        .priceAtol__wrapper {
        background: #6301FF;
    border-radius: 40px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 10px;
    margin-top: 120px;
    }

    .priceAtol__wrapper::after {
        content: '';
    background-image: url(./plash/bg-cell.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 40px;
    }

    .priceAtol__left h2 {
        position: relative;
        z-index: 2;
    }

@media screen and (max-width: 1315px) {
    .ofdn__items {
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1100px) {
    .best__items {
        flex-direction: column;
        align-items: center;
    }   
    .best__items-item{
        max-width: 400px;
        width: 100%;
    }

    .whyatol {
        margin-top: 290px;
    }
    .best {
        bottom: -240px;
    }
    .main__container {
        padding: 0px 10px;
    }


    .first__img-right {
        position: relative;
        top: auto;
        right: auto;
    }

    .first__notic {
        margin-top: 60px;
    }

    .first__main {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .first-new {
        margin: 0px;
    }

    .first-new > .main__container {
        padding: 0px;
    }

    .first__wrapper {
        padding: 0px 10px;
    }

    .green-text#two {
        top: auto;
        bottom: 430px;
    }

    .first__img-right {
        margin-top: 40px;
    }

    .ofdn  {
        padding-top: 320px;
    }

    .first__main {
        margin-top: 80px;
    }
}
.burger {
    display: none;
}
    .close-btn {

        display: none;
  }

  @media screen and (max-width: 1000px) {
    .formAtol__item {
        flex-direction: column;
    }
    
    
    .formAtol__item,
    .priceAtol__wrapper {
        padding: 20px 20px;
    }
    
        .priceAtol__wrapper {
        margin-top: 20px;
        border-radius: 40px;
    }
    .form__item-right h3 {
        max-width: 550px;
    }
    .formAtol__item-left h2, .formAtol__span {
        max-width: none;
        text-align: center;
        max-width: 550px;
        margin: 0 auto;
    }

    .first__img-right {
        max-width: 550px;
        height: auto;
    }

    .howwework__item {
        max-width: none;
        width: auto;
    }

    .form__item-right {
        margin-top: 30px;
    }

    .whyatol#two .whyatol__items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .whyatol#two .whyatol__items-item:nth-child(5) {
        width: auto;
        max-width: 629px;
    }

    .whyatol__items {
            grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    }
    .whyatol__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
  }
@media (max-width: 770px) {
  .first__nav {
    display: none;
    flex-direction: column;
    background-color: #FFA800;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .first__nav.active {
    display: flex;
    top: -16px;
    background: rgba(0, 0, 0, 0.37);
    left: -10px;
  }
    .close-btn {
        font-size: 40px;
        color: white;
        text-align: right;
        cursor: pointer;
        margin-bottom: 10px;
        position: absolute;
        right: 30px;
        top: 40px;
        display: block;
  }

 

  .first__nav.active ul {
        display: flex;
    

        flex-direction: column;
        gap: 15px;
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
  }

  .burger span {
    display: block;
    height: 3px;
    background-color: white;
    border-radius: 2px;
  }


  .first__main-left h1 {
    font-size: 42px;
  }
  .first__info {
    font-size: 16px;
    margin-top: 18px;
  }

  .first__btn {
    height: 50px;
    margin-top: 25px;
    border-radius: 15px;
  }

  .first__main {
    margin-top: 60px;
  }

  .first__img-right {
    width: 100%;
    height: auto;
  }

  .green-text#one,
  .green-text#two {
    font-size: 18px;
    width: fit-content;
    padding: 0px;
    height: 40px;
    }

    .first__main {
        position: relative;
    }

    .green-text#one {
        bottom: 10%;
    }

    .green-text#two {
        bottom: 40%;
        right: 5%
    }

    .first-new {
        padding-bottom: 140px;
    }

    .ofdn {
        margin: 0px 0px;
    }

    .main__container {
        margin: 0px;
        padding: 0px;
    }

    .first__main-left h1 {
        font-size: 40px;
    }
    .first__main-left h1 span {
        font-size: 26px;
    }

    .first__main {
        margin-top: 40px;
    }

    .first__notic {
        margin-top: 40px;
    }

    .best__item-back {
        width: 50px;
        height: 50px;
    }

    .best__item-back img {
        width: 70%;
    }

    .best {
        bottom: -100px;
    }

    .h2com {
        font-size: 20px;
    }

    .howwework,
    .whyatol#two,
    .reviewsSliders,
    .chavo,
    .updateKass,
    .priceAtol{
        margin-top: 60px;
    }


    .whyatol {
        margin-top: 160px;
    }

    .whyatol__wrapper,
    .howwework__wrapper {
        margin-top: 40px;
    }

    .whyatol__items-title,
    .form__item-right h3,
    .chavo__title h3,
    .howwework__item h3{
        font-size: 18px;
    }



    .whyatol__items-title {
        margin-top: 20px;
    }

    .whyatol__items-item,
    .plash__item{
        padding: 20px 10px;
    }

    .plash__item {
        height: auto;
    }

    .chavo__title h3 {
        text-align: left;
    }

    .chavo__item .chavo__item-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chavo__item-num {
        top: 50%;
        transform: translateY(-50%);
    }

    .chavo__item.active .chavo__description,
    .formAtol__span,
    .whyatol__items-text {
        font-size: 16px;
    }

    .howwework__item-answer {
        margin-top: 20px;
    }

    .howwework__item-answer ul {
        gap: 15px;
    }

    .first-circle {
        width: 80%;
        right: 0px;
    }

    .form__item-right {
        padding: 20px 30px;
    }

    .formAtol__form input::placeholder,
    .formAtol__form input {
        font-size: 16px;
    }

    .formAtol__form input {
        padding: 16px 10px;
    }

    .formAtol__form button,
    .accept__btn-accept {
        height: 50px;
    }

    .modal_btn {
        font-size: 16px;
        height: 50px;
    }

    .reviews__count img {
        max-width: 12px;
    }

    .reviews__count {
        margin-top: 5px;
    }

    .slide__text {
        font-size: 14px;
        margin-top: 10px;
    }

    .whyatol__items-top {
        width: 40px;
        height: 40px;
    }

    .whyatol__items-top img{
        width: 60%;
    }

    .whyatol__items-top {
        margin-top: 10px;
    }

    .howwework__item {
        padding: 15px 15px;
    }
    
    .best__items-item {
        gap: 10px
    }
    
    .modalAtol__content {
        width: auto;
    }
    .first__info br {
        display: none;
    }
    
    .slide__text {
        max-width: none;
    }
        .formAtol__item {
            
            padding: 30px 12px;
            
        }
}
