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

@font-face {
    font-family: 'Manrope';
    src: url('../src/Manrope-VariableFont_wght.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../src/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-medium';
    src: url('../src/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
}

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6, a{
    font-family: 'Manrope', sans-serif;
}

a{
    color: #4C67EA;
    text-decoration: unset;
}

img{
    display: block;
    max-width: 100%;
}

.container{
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 44px;
}

.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 44px;
}

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

.head-divider{
    width: 1px;
    height: 56px;
    background: #D2D4DA;
    border-radius: 2px;
    margin: 0 40px;
}

.header-left-side a{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #101322;
}

.header-right-side{
    display: flex;
    align-items: center;
    column-gap: 16px;
}

footer{
    background: #4C67EA;
}

.footer-links a{
    color: #fff;
    display: block;
    width: 100%;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Manrope', sans-serif;
}

.footer-links{
    margin-left: 117px;
    flex-grow: 1;
    display: flex;
}

.button{
    display: inline-block;
    background: #4C67EA;
    border-radius: 8px;
    padding: 16px 24px;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #fff;
}

.button-full{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 16px;
}

.container-main{
    padding: 60px 44px;
}

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

aside{
    max-width: 400px;
    margin-left: 130px;
    flex-shrink: 0;
}

.aside-wrap{
    background: #FFFFFF;
    box-shadow: 0px 16px 60px rgba(96, 120, 234, 0.24);
    border-radius: 8px;
    padding: 24px;
}

.aside-wrap-inner {padding: 24px;}

.vb-aside-wrap{
    width: 100%;
    padding: 20px;
    background: #F4F6F9;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    display: inline-flex
}

.vb-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.vb-text {
    width: 308px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
    color: #5B5D6A;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.vb-text a, .vb-text a:hover{
    color: #5B5D6A;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    text-decoration: underline;
    line-height: 18px;
    word-wrap: break-word;
}

.vb-text a:hover{
    text-decoration: none;
}

.download-links-wrap{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.download-links-wrap .download-button {
    width: 100% !important;
}


.download-links-b{
    padding-top: 5px;
    padding-left: 17px;
    gap: 8px;
    display: inline-flex;
}

.download-links-b-no-mrg{
    padding-left: 0;
}

.download-links-b, .download-links-b a, .download-links-b a:hover {
    color: #9496A1;
    font-size: 10px;
    font-family: Roboto;
    font-weight: 400;
    text-decoration: none;
    line-height: 13px;
    word-wrap: break-word
}

.download-links-b a, .download-links-b a:hover {
    text-decoration: underline;
    line-height: 15px;

}


.download-links-b a:hover {
    text-decoration: none;
}

.aside-wrap + .aside-wrap{
    margin-top: 40px;
}

.container-footer{
    padding: 64px 44px;
    display: flex;
    align-items: center;
}

.subheading{
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #5B5D6A;
    margin-bottom: 24px;
}

h1{
    font-weight: 800;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.02em;
    color: #101322;
    margin-bottom: 40px;
}

.faq-wrapper{
    border: 1px solid rgba(76, 103, 234, 0.24);
    border-radius: 6px;
}

.faq-question {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: unset;
    border: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px;
    text-align: left;
    cursor: pointer;
    -webkit-transition: 0.15s all linear;
    transition: 0.15s all linear;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #4C67EA;
    font-family: 'Manrope', sans-serif;
    align-items: center;
    column-gap: 20px;
}

.faq-answer {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
}

.faq-answer .inside-answer{
    padding: 0 24px 24px;
}

.toggle-active .plus-chewron{
    display: none;
}

.minus-chewron{
    display: none;
}

.toggle-active .minus-chewron{
    display: block;
}

.inside-answer p{
    color: #5B5D6A;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.inside-answer ul{
    color: #5B5D6A;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
}

h2{
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #101322;
}

.guide-faq{
    margin-top: 24px;
}

.guide-heading-faq{
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #101322;
    margin-bottom: 8px;
}

.guide-faq .guide-head{
    width: unset;
}

.guide-faq .guide-content{
    font-size: 17px;
    line-height: 26px;
}

.faqs{
    margin-top: 40px;
    margin-bottom: 40px;
}

.faqs.faqs-2{
    margin-top: 32px;
}

.faqs .faq-wrapper + .faq-wrapper{
    margin-top: 16px;
}

.sys-info{
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
}

.sys-logo{
    flex-shrink: 0;
    padding: 24px;
    box-shadow: 0px 16px 60px rgba(96, 120, 234, 0.24);
    border-radius: 8px;
    margin-right: 24px;
}

.sys-subheading{
    font-size: 15px;
    line-height: 24px;
    color: #5B5D6A;
    font-family: 'Roboto-medium', sans-serif;
}

.sis-information{
    font-size: 17px;
    line-height: 26px;
    margin-top: 4px;
    font-family: 'Roboto-medium', sans-serif;
}

.laguage-selector{
    padding: 24px;
    background: #EDEEF0;
    border-radius: 8px;
    margin-bottom: 40px;
}

.download-info-item h3{
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #101322;
    margin-bottom: 8px;
}

.download-info-item p{
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #5B5D6A;
}

.subinfo{
    display: block;
    margin-top: 8px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #5B5D6A;
}

.download-info-item + .download-info-item{
    margin-top: 40px;
    margin-bottom: 40px;
}

.warning{
    color: red;
}

.aside-wrap h3{
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #4C67EA;
}

.guide-heading{
    margin: 24px 0;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101322;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope', sans-serif;
}

.guide-item + .guide-item{
    margin-top: 8px;
}

.guide-item{
    display: flex;
    column-gap: 8px;
}

.guide-head{
    width: 75px;
    flex-shrink: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #101322;
}

.guide-2{
    font-size: 15px;
    line-height: 24px;
}

.guide-2 .guide-head{
    width: 120px;
    font-size: 15px;
    line-height: 24px;
}

.guide-content{
    color: #5B5D6A;
}

.info-aside{
    margin-top: 16px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #5B5D6A;
}

.aside-wrap-2{
    padding: 0;
    overflow: hidden;
}

.divider{
    margin: 24px 0;
    height: 1px;
    background: rgba(76, 103, 234, 0.08);
}

.trustpilot-section{
    background: #F4F6F9;
    padding: 12px 20px;
    text-align: center;
}

.trustpilot-section h4{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto-Medium', sans-serif;
}

.trustpilot-section-header{
    padding: 5px;
    text-align: center;
}

.trustpilot-section-header h4{
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto-Medium', sans-serif;
}

.trustpilot-logo{
    margin: 12px auto 0;
}

.stars-trustpilot{
    display: flex;
    justify-content: center;
    column-gap: 9px;
    margin: 8px 0;
}

.trustpilot-section-header .stars-trustpilot{
    margin: 3px 0;
}

.trustpilot-section-header .trustpilot-logo{
    margin: 0 auto;
}

.trustpilot-count{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

.trustpilot-count .underlined{
    font-weight: 700;
    text-decoration: underline;
}

.about{
    padding: 24px;
}

.about h4{
    font-family: 'Roboto-medium', sans-serif;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #101322;
    margin-bottom: 12px;
}

.about p{
    font-size: 15px;
    line-height: 24px;
    color: #5B5D6A;
}

.logos{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
}

.select-button{
    display: flex;
}

.select-button .button{
    padding: 12px;
    font-family: 'Manrope', sans-serif;
    margin-left: 16px;
    width: 50%;
    text-align: center;
}

.select-button .button-no-mrg {
    margin-left: 0;
}

.dropdown {
    height: 48px;
    background: white;
    border-radius: 4px;
    position: relative;
    z-index: 10;
    width: 50%;
  }
  
  .dropdown::before {
    content: url(../src/select-arrow.svg);
    position: absolute;
    display: block;
    right: 8px;
    top: 12px;
    z-index: 9999;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 21px;
  }
  
  .dropdown input {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding: 24px 16px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 14px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #D2D4DA;
  }
  
  .dropdown input::-webkit-input-placeholder {
    font-weight: 400;
    color: #B3B5BD;
  }
  
  .dropdown input::-moz-placeholder {
    font-weight: 400;
    color: #B3B5BD;
  }
  
  .dropdown input:-ms-input-placeholder {
    font-weight: 400;
    color: #B3B5BD;
  }
  
  .dropdown input::-ms-input-placeholder {
    font-weight: 400;
    color: #B3B5BD;
  }
  
  .dropdown input::placeholder {
    font-weight: 400;
    color: #B3B5BD;
  }
  
  .dropdown .options {
    width: 100%;
    border-radius: 4px;
      border: 1px solid #D2D4DA;
    cursor: pointer;
    background: white;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 56px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    visibility: hidden;
  }
  
  .dropdown .options option {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    width: 100%;
    height: 100%;
    padding: 5px 16px;
    font-size: 14px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}
.dropdown .options option:hover{
    background: #D2D4DA;
    color: #ffffff;
}

.dropdown .options option::-webkit-input-placeholder,
.dropdown .options option::-moz-placeholder,
.dropdown .options option:-ms-input-placeholder{
    font-weight: 400;
    color: #000000;
}

.dropdown input::-ms-input-placeholder {
    font-weight: 400;
    color: #B3B5BD;
}

.dropdown input::placeholder {
    font-weight: 400;
    color: #B3B5BD;
}

  .dropdown.opened .options {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .laguage-selector h4{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #101322;
    margin-bottom: 16px;
  }

  .chewron svg{
    display: block;
  }

@media screen and (max-width: 1200px) {
    aside{
        margin-left: 40px;
    }
}

@media screen and (max-width: 992px){
    .select-button{
        flex-direction: column;
        row-gap: 12px;
    }
    .dropdown{
        width: 100%;
    }
    .select-button .button{
        width: 100%;
        margin: 0;
    }
    .download-links-wrap{
        width: 100%;
    }
    .download-links-b {
        padding-left: 0px;
    }

    .faqs.faqs-2{
        margin-bottom: 0;
    }
    .guide-faq{
        margin-top: 16px;
    }
    .guide-heading-faq, .guide-faq .guide-content{
        font-size: 15px;
        line-height: 22px;
    }
    .button-full img{
        width: 16px;
    }
    .aside-wrap-2.aside-wrap{
        padding: 0;
    }
    .head-divider{
        margin: 0 16px;
    }
    .info-aside{
        font-size: 11px;
        line-height: 16px;
    }
    .guide-heading{
        font-size: 15px;
        line-height: 22px;
        margin: 16px 0;
    }
    .guide-head{
        font-size: 15px;
        line-height: 22px;
    }
    .guide-content{
        font-size: 15px;
        line-height: 22px;
    }
    .guide-2 .guide-head{
        font-size: 13px;
        line-height: 18px;
    }
    .guide-2 .guide-content{
        font-size: 13px;
        line-height: 18px;
    }
    .aside-wrap, .aside-wrap-inner{
        padding: 16px;
    }

    .divider{
        margin: 16px 0;
    }
    .aside-wrap h3{
        font-size: 20px;
        line-height: 28px;
    }
    .header-right-side{
        display: none;
    }
    .faq-answer .inside-answer{
        padding: 0 16px 16px;
    }
    .inside-answer p{
        font-size: 15px;
        line-height: 22px;
    }
    .faq-question{
        padding: 16px;
    }
    .subheading{
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .download-info-item h3{
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .download-info-item p{
        font-size: 15px;
        line-height: 22px;
    }
    .download-info-item + .download-info-item{
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .subinfo{
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 32px;
    }
    .button{
        padding: 12px;
        width: 100%;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
    }
    .faqs{
        margin-top: 32px;
        margin-bottom: 32px;
    }
    h1{
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 32px;
    }
    .container-main{
        padding: 12px 24px;
    }
    .header-container{
        padding: 30px 24px;
    }
    aside{
        margin: 32px auto;
    }
    .main-container{
        flex-direction: column;
    }
    .container-footer{
        padding: 40px 44px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-links{
        margin-left: 0;
        margin-top: 24px;
        flex-direction: column;
        row-gap: 16px;
    }
}