* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page1 {
    padding: 24px 0 0 0;
    background: linear-gradient(106.92deg, #FFFFFF 0.85%, #E0E0E0 111.14%);
}

.__intro {
    display: flex;
    flex-direction: column;
    margin: 143px 0 0 0;
}

.__intro h1 span {
    background: linear-gradient(117.92deg, #1D92F3 2.2%, #022482 85.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.__intro p {
    margin: 10px 0 0 0;
    max-width: 80%;
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #000000;
}

.__button {
    margin: 31px 0 0 0;
    padding: 27px 94px;
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #022482;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    align-self: flex-start;
}

.__h2 {
    margin: 124px 0 25px 0;
    text-align: left;
    align-self: flex-start;
    width: 48%;
}

.__row {
    display: flex;
    justify-content: space-between;
}

.__row .__column {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.__row p {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .page1 {
        padding: 0;
    }
    .__intro {
        padding: 0 22px;
    }
    .__h2 {
         margin: 30px 0 15px 0;
        padding: 0 0 0 22px;
		width: 90%;
    }
    .__row {
        flex-direction: column;
        padding: 0 22px;
    }
    .__row .__column {
        width: 100%;
    }
    .__button {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .__intro {
        margin: 61px 0 0 0;
        padding: 0 12px;
    }
    .__intro p {
        margin: 0 0 5px 0;
        max-width: 100%;
        font-weight: 400;
        font-size: 15px;
        line-height: 140%;
    }
    .__button {
        margin: 15px 0 0 0;
        padding: 17px;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 0.02em;
    }
    .__h2 {
        width: 100%;
        margin: 30px 0 15px 0;
        padding: 0 0 0 12px;
    }
    .__row {
        padding: 0 12px;
    }
}

/*menu and table*/
 .section__second__information-title {
     margin-top:25px;
     display:flex;
 
 }
    .content__section__information {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 140px 0;
    }

    .content_section_information-menu {
        width: 49%;
    }
    .content_section_information-menu ul {
        margin-left:0;
        list-style:none;
        margin-bottom:10px;
    }
    .anchor-menu-mobile {
        display:none;
    }
    
 .content_section_information-menu ul li {
       margin-left:0;
        font-size:17px;
        background: #F5F5F5;
        box-shadow: 2px 10px 45px rgba(25, 41, 75, 0.1);
        border-radius: 39px;
        margin-bottom:15px;
        background-image: url('/wp-content/themes/twentytwenty/assets/img/circle-blue.svg');
        background-repeat: no-repeat;
        background-position: center right;
         /*padding: 9px 20px;*/
        
    } 
    .content_section_information-menu ul li a{
        color:#222126;
        font-weight: 400;
        /*display:block;*/
        /*padding:9px 20px;*/
      
    } 
    .anchor-menu-desktop-link {
        padding:9px 20px;
        display:block;
    }
    .content_section_information-menu ul li:hover {
            background-color:#022482;
            background-image: url('/wp-content/themes/twentytwenty/assets/img/circle-white.svg');   
    }

 .content_section_information-menu ul li:hover a {
            color:#ffffff;
    }

   
    .content__section__information-table {
        width: 49%;
         background: #F5F5F5;
         box-shadow: 2px 10px 45px rgba(25, 41, 75, 0.1);
         border-radius: 20px;
    }

    .table {
    
        border-collapse: collapse;
        border-spacing: 0;
        height: auto;
        padding:10px;
        width: 95%;
       margin: auto;
       margin-top: 10px;
       margin-bottom:10px;
       
font-size:17px;
      

    }

    .table__column {
        width: 45%;
    }
    td {
        border:none;
    }
    table {
        border:none;
    }

    .table__column {
        border-bottom-left-radius: 50px;
        border-top-left-radius: 50px;
    }

    .table__column-numbers {
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        font-weight: 500;
    }

    .table td {
        padding: 12px 10px;

    }

    .table tr {
        border-radius: 50px;
    }

    .table tr:nth-child(2n+1) {
        background-color: #EDEDED;
    }
     .content__section__information-table-app {
        width:80%;
        padding-top:20px;
        margin: 0 auto 40px auto;
        position:relative;
        z-index:1;
    }

    @media screen and (max-width:1000px) {
      
      
        .content__section__information {
            flex-direction: column;
        }
        .content_section_information-menu {
           width:100%;
        }
.content_section_information-menu ul li {
    font-size:15px;
    padding: 15px 45px 15px 20px;
     background-position: center right 5px;
}

.content__section__information-table {
    width:100%;
}
.table {
    font-size:15px;
    
}
.table__column  {
    width:50%;
}
       .content__section__information-table-app {
           width:100%;
       }
    }
    
   
    .main-btn-lang {
      justify-content: space-between;
    }
    
    
    /*faq style*/
       #faq {
            margin-top:40px;
        }
        .faq__title {
     font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    text-transform: uppercase;
    color: var(--black);
    width:50%;
    margin-bottom:20px;
    margin-top:120px;
    position:relative;
    z-index:1000;
        }
        .flex {
    position:relative;
    z-index:1000;
        }
        .faq__head {
            font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    margin: 20px 0 20px 0;
    color: var(--accent-2);
        }
        .faq__content {
            font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: var(--black);
    margin-bottom:20px;
        }
  @media screen and (max-width: 1000px) {
       .faq__title {
           width:100%;
           font-size: 22px;
        line-height: 26px;
       }
       .faq__head {
      font-weight: 600;
    font-size: 18px;
    line-height: 100%;
       }
       .faq__content {
           font-size: 15px;
    line-height: 130%;
       }
       #faq {
           padding: 40px 10px 10px 10px;
       }
  }
    @media screen and (max-width: 425px) {
        .flex, .faq__title {
            padding:0 12px;
        }
    }
     @media screen and (max-width: 768px) {
        .flex, .faq__title {
            padding:0 22px;
        }
    }