/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
section{
    position: relative;
}
h1,h2,h3,h4,h5,p,li,a{
    margin: 0;
    padding: 0;
}
input,textarea{
    font-family: 'Montserrat', sans-serif;
}
input::placeholder,textarea::placeholder{
    font-family: 'Montserrat', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #F8F8F8;
    color: #171717;
}
a {
    color: #171717;
    text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    position: relative;
}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
}
button:hover{
    transition: 0.3s;
}
/*Дэфолтные настройки*/
.sec1{
    position: relative;
    padding-top: 142px;
    padding-bottom: 94px;
}
.sec1-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sec1-container{
    display: flex;
    flex-direction: column;
    max-width: 667px;
}
.sec1-container h1{
    font-weight: 500;
    font-size: 40px;
    line-height: 107%;
    color: rgba(248, 248, 248, 1);
}
.sec1-text,.sec1-container-part p {
    font-weight: 400;
    font-size: 18px;
    line-height: 107%;
    color: rgba(248, 248, 248, 1);
    padding-top: 15px;
    padding-bottom: 38px;
}
.sec1-container-pluses{
    padding-top: 15px;
}
.sec1-container-part p{
    padding: 0;
}
.sec1-container-part,.sec1-text,.sec1-text span{
    display: flex;
    align-items: center;
    gap: 10px;
}
.sec1-container-pluses{
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    gap: 20px;
}
.sec1-container-part span{
    display: flex;
    align-items: center;
}
.btn-main{
    color: rgba(0, 36, 165, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 64%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: rgba(248, 248, 248, 1);
    width: 268px;
    height: 39px;
    opacity: 1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec1{
    background: rgba(13, 19, 107, 1);
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header-container{
    display: flex;
    align-items: center;
    gap: 25px;
}
.header-block-top{
    display: flex;
    align-items: center;
    gap: 24px;
}
.head-tel:last-child{
    margin-left: 6px;
}
.head-tel{
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
}
.head-menu{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 14px;
}
.head-menu li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
}
.header-container{
    padding-top: 16px;
}
.title{
    font-weight: 500;
    font-size: 40px;
    line-height: 107%;
    color: rgba(248, 248, 248, 1);
}
.sec-dop-services{
    padding-top: 50px;
    background: #0D136B;
    padding-bottom: 100px;
}
.sec-dop-services-content-block span{
    display: flex;
    align-items: center;
}
.sec-dop-services-content-block p{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
}
.sec-dop-services-content-block{
    display: flex;
    gap: 10px;
    align-items: center;
}
.sec-dop-services-container > .title{
    max-width: 370px;
}
.sec-dop-services-container{
    display: flex;
    gap: 110px;
}
.sec-dop-services-content{
    display: flex;
    gap: 20px 124px;
    flex-wrap: wrap;
}
.sec-dop-services-content-block{
    width: 276px;
}
.sec-pluses-block-top{
    display: flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(201, 203, 255, 0.4);
}
.sec-pluses-block-top span{
    display: flex;
    align-items: center;
}
.sec-pluses-block-top p{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
}
.sec-pluses-block-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 107%;
    color: rgba(248, 248, 248, 1);
    padding-top: 10px;
}
.sec-pluses{
    background: linear-gradient(180deg, #15156B 0%, #020248 100%);
    padding-bottom: 100px;
    position: relative;
}
.sec-pluses-block{
    max-width: 560px;
    width: 100%;
}
.sec-pluses-container{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 40px;
}
.bg-pluses{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.sec-about-container-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 570px;
}
.sec-about-container-text span{
    color: rgba(21, 21, 107, 1);
    font-weight: 500;
    font-size: 40px;
    line-height: 107%;
}
.sec-about-container-text p{
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.sec-about-container-text a{
    color: #0024A5;
    font-weight: 300;
    font-size: 16px;
    line-height: 64%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #0024A5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 31px;
    border-radius: 4px;
}
.sec-about{
    position: relative;
}
.sec-about-img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.sec-about-container{
    display: flex;
    justify-content: flex-end;
}
.sec-about{
    padding: 100px 0;
}
.sec-company-text{
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-bottom: 40px;
}
.sec-company{
    position: relative;
    padding: 100px 0;
}
.sec-company-text > .title{
    color: #15156B;
}
.sec-company-text p{
    max-width: 954px;
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.sec-company-name span{
    width: 200px;
    font-weight: 400;
    font-size: 24px;
    display: block;
    line-height: 100%;
}
.sec-company-name{
    padding-top: 13px;
}
.sec-company-container{
    display: flex;
    gap: 0;
}
.sec-company-content-block-img{
    position: relative;
}
.sec-company-content-block{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-content: center;
    max-width: 160px;
}
.sec-company-content-block a{
    font-weight: 300;
    font-size: 16px;
    line-height: 64%;
    text-align: center;
    vertical-align: middle;
    color: #15156B;
    border: 1px solid #0024A5;
    width: 100%;
    height: 31px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-company-content{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.sec-company-content-main{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.sec-company-svg{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.sec-info{
    background: linear-gradient(180deg, #15156B 0%, #020248 100%);
    padding-top: 105px;
    padding-bottom: 150px;
    margin-top: -3px;
}
.sec-info-block{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sec-info-block p{
    padding-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 107%;
    color: #F8F8F8;
}
.sec-info-block span{
    font-weight: 500;
    font-size: 40px;
    line-height: 107%;
    color: #F8F8F8;
}
.sec-info-block a{
    color: #0024A5;
    font-weight: 300;
    font-size: 16px;
    line-height: 64%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #0024A5;
    background: #F8F8F8;
    width: 194px;
    height: 31px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-info-block{
    max-width: 50%;
    width: 100%;
}
.sec-info-container{
    display: flex;
    gap: 58px;
}
.sec-form{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 220px 0;
}
.sec-form-text{
    display: none;
    flex-direction: column;
    gap: 10px;
}
.sec-form-text p{
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    max-width: 337px;
    line-height: 107%;
    color: #F8F8F8;
}
.sec-form-text span{
    font-weight: 500;
    font-size: 40px;
    line-height: 107%;
    color: #F8F8F8;
}
.sec-form-text a{
    font-weight: 300;
    font-size: 16px;
    line-height: 64%;
    text-align: center;
    vertical-align: middle;
    color: #0024A5;
    border: 1px solid #0024A5;
    width: 194px;
    height: 31px;
    border-radius: 4px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer{
    padding-top: 105px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, #15156B 0%, #020248 100%);
}
.footer-contacts-block span{
    display: flex;
    align-items: center;
}
.footer-contacts-block{
    display: flex;
    gap: 10px;
	    max-width: 280px;
    align-items: center;
}
.footer-contacts-block p,.footer-contacts-block a{
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: white;
}
.footer-contacts{
    display: flex;
    gap: 46px;
    padding-top: 40px;
}
.footer-content-left{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer-content{
    margin-top: 40px;
    display: flex;
    padding-bottom: 30px;
    gap: 253px;
    border-bottom: 1px solid #9F9F9F;
}
.footer-content-left-middle{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-content-left-middle a{
    color: rgba(248, 248, 248, 0.7);
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}
.footer-content-left-link{
    color: rgba(248, 248, 248, 0.7);
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
}
.footer-content-part ul{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.footer-content-part ul li a,.footer-content-block{
    font-weight: 300;
    font-size: 16px;
    color: rgba(248, 248, 248, 1);
    line-height: 100%;
}
.footer-content-part{
    display: flex;
    gap: 17px;
}
.footer-content-right{
    display: flex;
    gap: 153px;
    padding-top: 36px;
}
.sec-about-top{
    display: flex;
    align-items: center;
	justify-content: space-between;
    gap: 200px;
}
.sec-about-top p{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
.sec-about-content-block-title span{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    width: 295px;
    display: flex;
}
.sec-about-content-block p,.foreign-accounts-sec-top-txt{
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.header-black,.header-black li a{
    color: rgba(23, 23, 23, 1);
    position: relative;
}
.header-black-bg > span,.header-black-bg > span:after,.header-black-bg > span:before{
    background: rgba(23, 23, 23, 1) !important;
}
.sec-about-content-block{
    display: flex;
    border-top: 1px solid #0024A5;
    padding-top: 10px;
}
.sec-about-content{
    margin-top: 53px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sec-text-small{
    max-width: 650px;
    margin-left: 294px;
}
.sec-text-p{
    font-weight: 500;
    font-size: 40px;
    line-height: 107%;
}
.sec-text{
    margin: 100px 0;
}
.offh-company-sec-container p,.offh-company-sec-container-text p{
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.offh-company-sec-container{
    display: flex;
    gap: 43px;
    margin-top: 63px;
    justify-content: space-between;
}
.offh-company-sec,.sec-about-page{
    margin-top: 64px;
}
.offh-company-sec-container img{
    width: 554px;
    height: 360px;
    object-fit: cover;
}
.offh-company-sec2{
    background: linear-gradient(180deg, #15156B 0%, #020248 100%);
    padding: 100px 0;
}
.offh-company-sec2-top{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.offh-company-sec2-top span{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: white;
}
.offh-company-sec2-top p{
    font-weight: 400;
    font-size: 18px;
    line-height: 107%;
    color: rgba(248, 248, 248, 1);
}
.offh-company-sec2-title span{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: white;
    width: 275px;
    display: flex;
}
.example-page-title{
    width: 275px;
}
.offh-company-sec2-block-part-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 107%;
    color: rgba(248, 248, 248, 1);
    padding-bottom: 40px;
}
.offh-company-sec2-block-content-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 275px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(201, 203, 255, 0.4)
}
.offh-company-sec2-block-content-block p{
    font-weight: 400;
    font-size: 18px;
    line-height: 107%;
    color: rgba(248, 248, 248, 1);
}
.offh-company-sec2{
    margin-top: 100px;
}
.offh-company-sec2-top{
    padding-bottom: 50px;
}
.offh-company-sec2-block{
    padding-top: 10px;
    display: flex;
    gap: 20px;
    border-top: 1px solid rgba(201, 203, 255, 0.4);
}
.offh-company-sec2-block-content{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.offh-company-sec2-container{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.example-page-sec-top{
    display: flex;
    justify-content: space-between;
}
.example-page-sec-top p{
    max-width: 566px;
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.example-page-sec-top > .title{
    max-width: 530px;
}
.example-page-img{
    height: 360px;
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
    margin: 40px 0;
}
.example-page-text{
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.example-page-content{
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.example-page-content p{
    font-weight: 500;
    font-size: 18px;
    line-height: 107%;
    width: 50%;
	    display: flex;
    flex-direction: column;
    gap: 5px;
}
.offh-company-sec2{
    margin-top: 100px;
}
.example-page-sec-title span{
    display: flex;
    width: 295px;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
.offh-company-sec2-item{
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #0024A5;
    gap: 27px;
}
.offh-company-sec2-item span{
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.offh-company-sec2-item p{
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.example-page-sec-container{
    display: flex;
}
.example-page-sec{
    margin-top: 100px;
}
.offh-company-sec2-content{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.example-page-sec3-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.example-page-sec3{
    background: #F0F2FA;
    padding: 60px 0;
}
.example-page-sec3-first{
    margin-top: 100px;
}
.example-page-sec3-text span{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    max-width: 695px;
}
.example-page-sec3-text p{
    font-weight: 300;
    font-size: 18px;
    line-height: 125%;
}
.example-page-sec3-white{
    background: transparent;
}
.example-page-sec-last{
    margin-top: 60px;
}
.example-page-sec-last-form p{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
.example-page-sec-last-form-content{
    display: flex;
    margin-top: 10px;
    gap: 20px;
}
.example-page-sec-last-form-content input{
    border: 1px solid rgba(0, 36, 165, 1);
    width: 275px;
    height: 36px;
    border-radius: 4px;
    padding-left: 22px;
    font-weight: 300;
    font-size: 16px;
    line-height: 64%;
    vertical-align: middle;
    color: rgba(65, 65, 65, 1);
}
.example-page-sec-last-form-content button{
    border: 1px solid rgba(0, 36, 165, 1);
    background: rgba(0, 36, 165, 1);
    width: 318px;
    height: 36px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 64%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(248, 248, 248, 1);
}
.example-page-title span{
    border-radius: 1px;
    color: rgba(0, 36, 165, 1);
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(0, 36, 165, 1);
    width: 208px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offh-company-sec2-block-content-block-black p{
    color: rgba(23, 23, 23, 1);
}
.offh-company-sec2-block-content-block-black{
    border-color: rgba(0, 36, 165, 1);
}
.example-bottom-block{
    margin: 100px 0;
}
.foreign-accounts-sec{
    margin-top: 60px;
}
.foreign-accounts-sec-top-txt{
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.foreign-accounts-sec-top{
    display: flex;
    gap: 23px;
    padding-top: 40px;
    padding-bottom: 60px;
}
.foreign-accounts-sec-content{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.foreign-accounts-sec-content p{
    max-width: 570px;
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.foreign-accounts-sec-bottom{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 60px;
    padding-bottom: 100px;
}
.foreign-accounts-sec-bottom span{
    font-weight: 500;
    font-size: 40px;
    line-height: 107%;
}
.foreign-accounts-sec-bottom p{
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.kripto-konsal-top p{
    max-width: 866px;
}
.kripto-konsal-sec{
    background: linear-gradient(180deg, #15156B 0%, #020248 100%);
    padding: 100px 0;
}
.kripto-konsal-sec-top{
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
}
.kripto-konsal-sec-container{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.kripto-konsal-sec-container p{
    font-weight: 400;
    font-size: 18px;
    max-width: 570px;
    line-height: 107%;
    color: rgba(248, 248, 248, 1);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(201, 203, 255, 0.4);
}
.kripto-konsal-sec-container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}
.kripto-konsal-sec{
    margin-top: 100px;
}
.offh-company-sec-container-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.licenses-container{
    padding-bottom: 100px;
}
.licenses-container-middle-text{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    max-width: 815px;
    padding-bottom: 20px;
    padding-top: 60px;
}
.licenses-container-middle-content{
    display: flex;
    gap: 20px;
}
.licenses-container-middle-content ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.licenses-container-middle-content ul li{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
.dop-services-sec-left-content{
    display: flex;
    flex-direction: column;
    gap: 124px;
}
.dop-services-sec-left-content a,.dop-services-sec-right-text a{
    color: rgba(0, 36, 165, 1);
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 36, 165, 1);
    width: 189px;
    height: 31px;
    border-radius: 4px;
    background: rgba(248, 248, 248, 1);
}
.dop-services-sec-left-content img{
    border-radius: 4px;
    width: 275px;
    height: 247px;
}
.dop-services-sec-right-top{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 36, 165, 1)
}
.dop-services-sec-right-text{
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
    padding-top: 20px;
}
.dop-services-sec-container{
    display: flex;
    padding: 60px 0;
    gap: 20px;
}
.dop-services-sec-bg{
    background: linear-gradient(180deg, #15156B 0%, #020248 100%);
}
.dop-services-sec-right-text-white{
    color: rgba(248, 248, 248, 1);
    border-color: rgba(201, 203, 255, 0.4);
}
.dop-services-sec-right-text a{
    margin-top: 20px;
}
.dop-services-sec1{
    margin-top: 60px;
}
.head-tel svg{
    width: 25px;
    height: 25px;
}
.header-block-top-social{
    display: flex;
    gap: 10px;
	    align-items: center;
}


table {
    width: 100%;
    margin: 0 auto;
    margin: 50px 0;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    overflow: hidden;
}

thead {
    background-color: #4CAF50;
    color: white;
}

th, td {
    padding: 15px;
    text-align: left;
}

th {
    font-weight: 600;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

tbody tr > .table-bold:hover {
    background-color: rgba(0, 36, 165, .4);
    cursor: pointer;
	        transition: .3s;
}

/* Добавим границы между ячейками */
td, th {
    border: 1px solid rgba(0, 36, 165, .1);
	        transition: .3s;
}

#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    transform: rotate(180deg);
    width: 48px;
    height: 48px;
    position: relative;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: rgba(248, 248, 248, 1);
    transition-duration: .25s;
    right: 10px;
    border-radius: 10px;
}
.span-burger{
    border: none;
    outline: none;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
    transition: 0.3s;
    right: 0;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
    transition: 0.3s;
    right: 0;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: rgba(22, 22, 22, 0.9);
    backdrop-filter: blur(10px);
    transition-duration: .25s;
    z-index: 999;
}
.hamburger-menu{
    display: none;
}
header{
    z-index: 9999999999999;
}

.price-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-top span{
    font-weight: 300;
    font-size: 18px;
    line-height: 107%;
}
.price-top a{
    font-weight: 300;
	display: none;
    font-size: 18px;
    line-height: 107%;
    color: rgba(0, 36, 165, 1);
}
.foreign-accounts-sec2 > .container > .foreign-accounts-sec-bottom{
    padding-bottom: 0;
}
td>a{
    font-weight: 700;
	color: #0D136B;
}

.foreign-accounts-sec-content p{
    display: flex;
    flex-direction: column;
    gap: 5px;
	    font-weight: 500;
}
    .sec1-bg {
        object-fit: cover;
    }
.bg-main{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: black;
    opacity: 0.5;
}
.dop-services-sec-left-content a, .dop-services-sec-right-text a{
    display: none;
}
.foreign-accounts-sec-content p > a,.example-page-content > p > a{
    color: #0D136B;
	text-decoration: underline;
}
.example-block{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 20px;
}
.example-block p{
    font-weight: 500;
    font-size: 18px;
    line-height: 107%;
}
.head-logo img{
    height: 100px;
}

.logo-footer img{
    height: 100px;
}

.menu__btn {
    top: -20px;
}
.mob{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}