h1,
p {
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-family: 'Montserrat', sans-serif;
}

header {
    background-color: #16295B;
    padding: 14px 10%;
}

.content-container {
    max-width: 90%;
    margin: 0 auto;
}

.grey-block {
    background-color: #F8F8F8;
}

.subtitle {
    color: #16295B;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 80px;
}

.title {
    color: #16295B;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    padding: 80px 0;
}

.content_box {
    padding: 0 7%;
    margin: 0 auto;
}

.content_box p {
    color: #626570;
    font-size: 30px;
    margin-bottom: 3%;
}

.title_page {
    display: flex;
    margin: 82px 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%), url(img/background.png);
    color: white;
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: space-between;
    padding: 15% 7% 7%;
}

.content_right {
    align-self: flex-end;
}

.title_page h1 {
    max-width: 65%;
}

.title_page p {
    font-size: 30px;
}

.btn {
    color: #000;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 400;
    padding: 30px 50px;
    border-radius: 14px;
    background-color: white;
}

.description .images_container {
    display: flex;
    justify-content: space-between;
}

.carousel-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.requisites {
    padding-bottom: 7%;
    margin-bottom: 3%;
}

.requisites_title {
    color: #626570;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
}

.requisites_content {
    color: #626570;
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
    word-wrap: break-word;
}

.monobank {
    padding: 5% 3% 7%;
    margin-bottom: 3%;
}

.monobank_title {
    color: #16295B;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5%;
}

.monobank_btn {
    border-radius: 15.98px;
    background: #000;
    display: inline-flex;
    padding: 17px 56px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 26.633px;
    font-weight: 500;
    line-height: normal;
    margin-top: 10%;
    text-decoration: none;
}

.monobank_btn:hover {
    color: #fff;
}

.block {
    padding: 3% 0 0;
    margin-top: 3%;
}

.arrow {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-top: 3px solid rgba(22, 41, 91, 0.70);
    border-right: 3px solid rgba(22, 41, 91, 0.70);
    margin-right: 60px;
    transform: rotate(135deg);
}

.dropdown {
    display: flex;
    justify-content: space-evenly;
}

.dropdown button {
    color: rgba(22, 41, 91, 0.70);
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    border: none;
    background-color: transparent;
}

.block .row {
    justify-content: space-between;
}


footer {
    text-align: center;
    margin: 7% 0;
    color: #626570;
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
}

.carousel-inner {
    justify-content: start;
}

@media (max-width: 768px) {
    .title_page {
        background-image: none;
        background-color: #F8F8F8;
        flex-direction: column;
    }
    .content_right {
        align-self: flex-start;
    }

    .title_page h1, p {
        color: #16295B
    }

    .images_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .images_container img{
        width: 70%;
        margin-bottom: 3%;
    }

    .monobank img {
        display: none;
    }
}

@media (max-width: 320px){
    iframe {
        width: 300px;
        height: 300px;
    }

    p, a {
        font-size: 20px!important;
    }
    
    .title, .monobank_title {
        font-size: 30px;
    }

    footer {
        font-size: 20px;
    }


}