@import "nullstyle.css";
@import "variables.css";


body {
    background-color: var(--light-gray);
}

.white{
    background-color: white;
}

/*=============== WELCOME ===============*/
.welcome {
    background-color: var(--main-color);
    background-position: center;
    background-size: cover;
}

.bigtext{
    padding: 2rem 2rem;
    margin: 0 5rem;
}
.tabcontent{
    display: none;
}
.first {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6rem;
    margin-top: 4.5rem;
}
.firstBeta {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6rem;
    margin-top: -1rem;
}

/*.title {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/* .name {
  width: 35%;
  font-size: calc(2rem + 0.390625vw);
  color: var(--body-color);
  line-height: 3rem;
  font-weight: 600;
} */

/*=============== TABS SUBTITLE ===============*/
.tabs {
    position: relative;
    width: 100%;
    /* height: 5rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: -3rem;
    background-color: var(--light-color);
    border-bottom: 0.1rem solid var(--light-gray);
}

.tab__subtitle {
    width: 100%;
    height: 100%;
    padding: 1rem;

}

.tab__subtitle:hover,
.active {
    border-bottom: 0.2rem solid var(--main-color);
}

.content {
    padding: 2rem 5rem;
    background-color: var(--light-color);
    /* display: flex;
    justify-content: space-between; */
}
.contents {
    padding: 1rem 4rem;
    background-color: var(--light-color);
}


.quoutes-target {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 20px;
}
.quoutes-target_orange::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 25px;
    top: 20px;
    left: 0px;
    background: url(../svg/quoutes-orange.png);
    background-repeat: no-repeat;
    background-position: center;
}
.quoutes-target_orange::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 25px;
    bottom: 0px;
    right: 0px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../svg/quoutes-orange.png);
    background-repeat: no-repeat;
    background-position: center;
}
.box {
    object-position: 50% 50%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem 1rem;
    /* margin-top: 3rem; */
}
.box33 {
    object-position: 50% 50%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem 1rem;
    /* margin-top: 3rem; */
}
.box22 {
    object-position: 50% 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1rem;
    /* margin-top: 3rem; */
}
.box11 {
    object-position: 50% 50%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem 1rem;
    /* margin-top: 3rem; */
}
.organ {
    /* margin-top: 5rem; */
    display: block;
    align-items: center;
    margin: 5rem auto;
}
.glav .box2 {
    width: 20rem;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #9d9d9d;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
}
.organ .box2 {
    width: 20rem;
    height: 17rem;
    box-sizing: border-box;
    background: #ffffff;
    /*border: 1px solid #9d9d9d;*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
}

.organ img {
    width: 20rem;
}
.box2 p {
    font-style: italic;
}

.box1 {
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #9d9d9d;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
}
.glav {
    display: table;
    align-items: center;
    margin: 5rem auto 2rem auto;
}
.glav img {
    width: 20rem;
}
.box1 p {
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.box1 h1 {
    font-size: 17px;
}

.contentt {
    padding: 3rem;
    background-color: var(--light-color);
    /* display: flex;
    justify-content: space-between; */
}

.unvisible {
    display: none;
}

.subTabs {
    width: 30%;
    /*padding: 3rem;*/
}
.subTabsBvu {
    width: 100%;
    padding: 3rem;
    display: flex;
    justify-content: space-around;
}

.subTab {
    padding: 1rem;
}


.subTab-active {
    background: linear-gradient(90deg, rgba(255,123,0,0.1) 0%, rgba(255,123,0,0.05) 100%);
    font-weight: 700;
    /*border-left: 3px solid var(--main-color, #ff7b00);*/
}

.subContents {
    width: 70%;
    padding: 3rem;
}

.emphh{
    font-weight: 600;

}

.emph{
    margin-bottom: 1rem;
}

li{
    padding: 0.4rem 1rem;
}

span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /*background-color: #003c83;*/
    /*color: #fff;*/
    text-align: center;
    padding-top: 0.1%;
    font-size: 11px;
    margin-right: 1rem;
}

/*.span{
    padding: 2rem 0;
}*/

.alys{
    padding: 1rem 1rem;
}

.chto {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.garant {
    width: 50%;
    padding: 0 2rem;
    justify-content: left;
}

.title-default {
    font-size: 24px;
    color: #003c83;
    margin-bottom: 30px;
}

.content-default-14 .ol-list_numbers {
    padding-left: 1.5rem;
}

.refunds-resume {
    background-color: #eff2f4;
    padding: 1rem;
    margin: 2rem 0;
    font-family: "Montserrat", sans-serif;
}
.refunds-resume2 {
    --c: var(--main-color); /* the border color */
    --b: 10px;    /* the border thickness*/
    --g: 5px;     /* the gap on hover */

    padding: calc(var(--g) + var(--b));
    --_g: #0000 25%,var(--c) 0;
    /*background:*/
    /*    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))*/
    /*    var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,*/
    /*    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))*/
    /*    0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;*/
    /*transition: .5s, background-position .3s .3s;*/
    /*cursor: pointer;*/
    background-color: #eff2f4;
    padding: 2rem 15px 2rem 30px;
    margin-bottom: 1rem;
    display: flex;
}
.refunds-resume2:hover{
    --_i: 100%;
    transition: .5s, background-size .3s .3s;

}
.refunds-resume3:hover{
    --_i: 100%;
    transition: .5s, background-size .3s .3s;

}
.refunds-resume3 {
    --c: var(--main-color); /* the border color */
    --b: 7px;    /* the border thickness*/
    --g: 5px;     /* the gap on hover */

    padding: calc(var(--g) + var(--b));
    --_g: #0000 25%,var(--c) 0;
    background:
        conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
        var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
        conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
        0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
    transition: .5s, background-position .3s .3s;
    cursor: pointer;
    background-color: #eff2f4;
    padding: 20px 15px 20px 30px;
    margin-bottom: 1rem;
}

.content-default-14 .ol-list_numbers {
    padding-left: 1.5rem;
}
.col-md-8 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.col-md-4 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.col-md-9 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.sideRed{
    margin: 1rem 2rem;
    color: #ea4338;
    font-weight: 500;
}

.deposit-wrapper .deposits-body .deposits-body__content .deposits-body__content__right-short-article {
    max-width: 220px;
    margin-left: auto;
    overflow: hidden;
    margin-top: 140px;
}

.deposit-wrapper .deposits-body .deposits-body__content .deposits-body__content__right-short-article .deposits-body__content__right-short-article--orange-line-marker:first-child {
    border-top: 2px solid #ea4338;}

.deposit-wrapper .deposits-body .deposits-body__content .deposits-body__content__right-short-article .deposits-body__content__right-short-article--orange-line-marker p {
    color: #003c83;
}









.text-box p{
    font-size: 1.2rem;
    font-weight: 550;
    color: var(--main-color);
    margin: 0 1rem;
}
section .text-container {
    display: flex;
    flex-direction: column;
}
section .text-container .text-box {
    margin: 20px;
    padding: 20px;
    border-top: 0.2rem solid var(--main-color);

}
section .text-container .text-box2 {
    margin: 20px;
    padding: 20px;
    border-top: 0.2rem solid white;

}
section .text-container .text-box h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    section h1 {
        font-size: 2rem;
        text-align: center;
    }
    section .text-container {
        flex-direction: column;
    }
}

.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
    border-bottom: none;

}
.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}
.active.fade-left {
    animation: fade-left 1s ease-in;
}
.active.fade-right {
    animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.ikonka {
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: -4rem;
}
.ikonka-link {
    width: 140px;
    margin: 0 auto;
    /*display: flex;*/
    /*justify-content: center;*/
    /*text-align: center;*/
    padding-top: 0px;
    text-align: center;
}

.ikonka3 {
    /*padding-top: 1rem;*/
    /*margin: 1rem auto;*/
    text-align: center;


}
.ikonka2 {

    margin: 0 2rem;
    margin-top: -4rem;
    margin-bottom: -4rem;
}

.ikonkaInInter{
    display: flex;
    justify-content: center;
    /*padding-left: 19%;*/
}


.bell{
    width: 20%;
    margin-bottom: -1rem;
}





.investment{
    width: 40%;
    margin: 0 auto;
}



.bell-large{
    display:block;
    width: 80px;
    height: 80px;
    font-size: 80px;
    margin:50px auto 0;
    color: #9e9e9e;
    -webkit-animation: ring 10s .6s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 10s .6s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 10s .6s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.tenges{
    display:block;
    width: 110px;
    height: 120px;
    font-size: 80px;
    margin:50px auto 0;
    color: #9e9e9e;
    -webkit-animation: ring 10s .6s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 10s .6s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 10s .6s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.risk-large{
    display:block;
    width: 110px;
    height: 180px;
    font-size: 80px;
    margin:50px auto 0;
    color: #9e9e9e;
    -webkit-animation: ring 10s .6s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 10s .6s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 10s .6s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.bell{
    display:block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin:50px auto 0;
    color: #9e9e9e;
    -webkit-animation: ring 10s .6s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 10s .6s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 10s .6s ease-in-out infinite;
    transform-origin: 50% 4px;
}
.bell2{
    display:block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin:50px auto 0;
    color: #9e9e9e;

}

@-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }

    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }

    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
}

@keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }

    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
}



.orarrow{
    width: 20px;
    /*height: 20px;*/
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: auto 0;
}

.etap{
    display: flex;
    margin-left: 1rem;
    margin-top: 1rem;
}



.etap2{
    display: flex;
    margin-left: 1rem;
}


.content li::before{
    /* content: "•"; */
    color: rgb(0, 60, 131);
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 22px;
    font-size: 22px;
}

.content li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;

}




.graphic {
    padding: 20px 0;
    display: flex;
    text-align: justify;
    font-size: 17px;
}
.grapImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.responsive-table li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    text-decoration: none;
}
.responsive-table .table-header {
    background-color: #95a5a6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.responsive-table .table-row {
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.responsive-table .table-row li{
    text-decoration: none;
}
.responsive-table .col-1 {
    flex-basis: 10%;
}
.responsive-table .col-2 {
    flex-basis: 40%;
}
.responsive-table .col-3 {
    flex-basis: 25%;
}
.responsive-table .col-4 {
    flex-basis: 25%;
}
.col {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.colMain {
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }
    .responsive-table li {
        display: block;
    }
    .responsive-table .col {
        flex-basis: 100%;
    }
    .responsive-table .col {
        display: flex;
        padding: 10px 0;
    }
    .responsive-table .col:before {
        color: #6c7a89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
    }
}

@media (max-width: 991.98px) {
}


.titul{
    display: flex;
    width: 30%;
    margin: 1rem auto;
}
.timg{
    width: 20%;
}
.timg2{
    width: 13%;
    padding-right: 1rem;
}
.titul img{
    width: 100%;
}

.naz{
    padding: 0.5rem 0;
}


.tab {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
    border-radius: 10px;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #4B6BA1;
    border: 2px solid #bebebe;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: white;
}

/* Style the tab content */
/*.tabcontent {*/
/*    display: none;*/
/*    padding: 2rem 1rem;*/

/*}*/


table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2rem;
}

.table-default {
    width: 100%;
    min-width: 300px;
    overflow-x: auto;
    border-collapse: collapse;
    table-layout: auto;
    word-break: break-word;
}


.table-default th {
    color: var(--main-color);
    font-size: 14px;
    border: 1px solid var(--main-color);
    padding: 10px;
    text-align: center;
    border: 2px solid;
}
.table-default td {
    border: 2px solid #003c83;
     color: #003c83;
    text-align: center;
}

.border {
    margin: 0 1rem;
    border: 2px solid #003c83;
    border-radius: 1rem;
}

.vyplataLi{
    padding: 0 0;
    margin: 0 1rem;
    font-size: var(--normal-font-size);
    color: var(--text-gray-color);
    line-height: 1.4rem;
    list-style-type: circle;
}

.table-rating.table-rating_active {
    background-color: var(--main-green);
}
.table-rating.transparent {
    background-color: white;
}
.table-default span {
    font-family: "Montserrat", sans-serif;
}
.table-rating{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid var(--main-green);
    border-radius: 50%;
    margin-right: 5px;
}

.noborder2{
    margin-top: 210%;
}
.noborder3{
    margin-top: 360%;
}
.noborder4{
    margin-top: 20%;
}
.noborder5{
    margin-top: 40%;
}
.noborder6{
    margin-top: 150%;
}





.legenda {
    display: flex;
    justify-content: center;
}

.legenda {
    text-align: center;
}

.Legend {
    padding: 0 5px;
}






.first_line {
    display: flex;
    flex-direction: column;
    text-align: left;
}


.Legend-colorBox {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
}








.chart-wrapper {
    width: 100%;
    height: 100%;
}

.slices path {
    stroke: #000000;
    /* stroke-width: 5px; */
    cursor: pointer;
    transition: fill 250ms;
}
path:hover {
    /* stroke-width: 10px; */
    fill: #fff;
}



polyline {
    fill: none;
    stroke: #000000;
    stroke-width: 2px;
    stroke-dasharray: 5px;
}









.kartochki{
    padding: 1rem 2rem 1rem 2rem;
    margin: auto 0;
}


#link {color: #E45635;display:block;font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;text-align:center; text-decoration: none;}
#link:hover {color: #CCCCCC}

#link, #link:hover {-webkit-transition: color 0.5s ease-out;-moz-transition: color 0.5s ease-out;-ms-transition: color 0.5s ease-out;-o-transition: color 0.5s ease-out;transition: color 0.5s ease-out;}







/** BEGIN CSS **/
@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}
.loading-container2,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}


.loading-container { margin: 2rem auto }
.loading-container2 { margin: 0 auto 2rem auto}


.loading {
    border: 2px solid transparent;
    border-color: transparent var(--main-color) transparent var(--main-color);
    -moz-animation: rotate-loading 4s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 4s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 4s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 4s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent green transparent green;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.loading-text {
    /* -moz-animation: loading-text-opacity 2s linear 0s infinite normal; */
    /* -o-animation: loading-text-opacity 2s linear 0s infinite normal; */
    /* -webkit-animation: loading-text-opacity 3s linear 0s infinite normal; */
    /* animation: loading-text-opacity 10s linear 0s infinite normal; */
    color: var(--main-color);
    font-size: 2rem;
    font-weight: bold;
    margin-top: 3rem;
    /* opacity: 0; */
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

.circle{
    display: flex;
    /*margin: 4rem 0;*/
    margin-top: 1rem;
    margin-bottom: 4rem;
    justify-content: center;
}

.biographImg{
    width: 25%;
    justify-content: center;
}
.biographImgDiv{
    text-align: center;
}
.procents{
    width: 30%;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-device-width: 700px) {
    .procents{
        width: 100%;
    }
    .circle{
        display: flex;
        flex-direction: column;
    }
    .chto {
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .vyplataBig {
        text-align: center;
        /*font-size: var(--bigger-font-size);*/
        font-size: 2rem;
        color: var(--text-gray-color);
        padding-top: 1.5rem;
        padding-bottom: 0.7rem;
    }
    .garant {
        width: 100%;
        padding: 0 2rem;
        justify-content: left;
    }
}

@media only screen and (max-device-width: 1850px) {
    .tab__subtitle {
        width: 100%;
        padding: 1rem 3rem;
        margin: 0 0.5rem;
    }
    .titul {
        display: flex;
        width: 50%;
        margin: 1rem auto;
    }
    .timg{
        visibility: hidden;
    }
}

@media only screen and (max-device-width: 767px) {
    .tabs{
        display: flex;
        flex-direction: column;
    }
    .tab__subtitle {
        width: 100%;
    }
    .contents{
        padding: 1rem 1rem;
    }
    .content{
        padding: 2rem 1rem;
    }
}








.calculator{
    display: flex;
    padding: 0 1rem;
}

.imageCalc{
    width: 3rem;
    text-align: left;
    margin: auto 0;
}

.imageCalc img{
    width: 80%;
}




.tobe{
    display: flex;
    flex-direction: column;
    width: 16.6%;
}
.asty{
    text-align: center;
}
.Tobeimg{
    height: 50%;
    width: auto;
    margin: 0 auto;

    padding-top: 1rem;

}
.image50{
    width: 50%;
    padding-top: 1rem;
}
.image40{
    width: 40%;
}
.image30{
    width: 30%;
}
.image25{
    width: 25%;
}
.gorizont{
    display: flex;
}


.vyplataCenter {
    font-size: var(--normal-font-size);
    color: var(--text-gray-color);
    padding: 0.7rem 1rem;
    /* line-height: 1.4rem; */
    text-align: center;
}

.vyplataCenterWeight{
    font-size: var(--normal-font-size);
    color: var(--text-gray-color);
    padding: 0.7rem 1rem;
    line-height: 1.4rem;
    text-align: center;
    font-weight: 400;
}





.select-box {

    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #60666d;
}
@media (min-width: 768px) {
    .select-box {
        width: 70%;
    }
}
@media (min-width: 992px) {
    .select-box {
        width: 50%;
    }
    .subTabs {
        font-size: 14px;
        padding: 10px 10px;
    }
}
@media (min-width: 1200px) {
    .select-box {
        width: 30%;
    }


}
@media (min-width: 992px) {
    .select-box {
        width: 50%;
    }
}
@media (max-width: 1100px) {
    .row{
        display: flex;
        flex-direction: column;
    }
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}
.select-box__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
}
.select-box__current:focus + .select-box__list {
    opacity: 1;
    animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
    cursor: pointer;
}
.select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    transition: 0.2s ease;
}
.select-box__value {
    display: flex;
}
.select-box__input {
    display: none;
}
.select-box__input:checked + .select-box__input-text {
    display: block;
}
.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #fff;
}
.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    animation-name: HideList;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
    display: block;
    padding: 15px;
    background-color: #fff;
}
.select-box__option:hover, .select-box__option:focus {
    color: #546c84;
    background-color: #fbfbfb;
}
@keyframes HideList {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(0);
    }
}

.doc {
    box-shadow: rgb(0 0 0 / 16%) 0 3px 6px, rgb(0 0 0 / 23%) 0 3px 6px;
    margin: 1rem auto;
    width: 60%;
    border: 0.1rem solid var(--main-color);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 1rem;
}
.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.ikon2 {
    width: 10%;
    margin: 1rem;
}
.ikon2 img{
    width: 50%;
}
.doc .txt{
    margin: auto 0;
    width: 80%;
}

.vyplataMln{
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--text-gray-color);
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
}

.podcontainer{
    display: flex;
}


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


@media (max-width: 430px) {

    .box {
        display: block;
    }
    .box11 {
        display: block;
    }
    .box22 {
        display: block;
    }
    .box33 {
        display: block;
    }
    .bigtext {
        margin: 0;
        padding: 0 0;
    }


}

@media (max-width: 450px) {
    .table-default {
        width: 100%;
        font-size: 5px; /* Уменьшаем шрифт */
        border-collapse: collapse; /* Убираем лишние промежутки между ячейками */
    }

    .table-default th,
    .table-default td {
        padding: 4px; /* Уменьшаем отступы внутри ячеек */
        text-align: center; /* Выравниваем текст по центру */
        border: 1px solid #ccc; /* Тонкие границы */
        word-wrap: break-word; /* Перенос слов внутри ячеек */
    }

    .table-default th {
        font-size: 9px; /* Уменьшаем размер шрифта заголовков */
        background: #f3f3f3; /* Светлый фон заголовков */
    }

    .table-default tbody tr:nth-child(odd) {
        background: #fafafa; /* Чередуем цвета строк для лучшей читаемости */
    }

    .table-default tr {
        display: table-row; /* Оставляем табличный формат */
    }

    /* Уменьшаем ширину колонок, если их слишком много */
    .table-default th,
    .table-default td {
        min-width: 50px;
    }

    /* Делаем таблицу с возможностью скроллинга, если не помещается */
    .table-wrapper {
        overflow-x: auto;
        width: 100%;
    }
    .tab button {
        font-size: 11px;
    }

    .subTabs {
        font-size: 7px;
        padding: 10px 10px;
    }
    .subContents {
        width: 65%;
        padding: 0 0;
        padding-left: 20px;
    }
}

@media (max-width: 420px) {
    .container {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 992px) {
    .table-default {
        font-size: 0.9rem;
    }
}

/* Меньше 768px — ещё меньше */
@media (max-width: 768px) {
    .table-default {
        font-size: 0.8rem;
    }
}

/* Меньше 576px — мобильный режим */
@media (max-width: 576px) {
    .table-default {
        font-size: 0.7rem;
    }
}

.box, .box33, .box22, .box11 {
    display: grid;
    gap: 1rem;
}

.box { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.box33 { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.box22 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.box11 { grid-template-columns: 1fr; }

/* Контейнер для карточек */
#content1 {

  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  padding: 20px;
  align-items: start; /* Выравнивание по верхнему краю */
}

/* Стили карточек */
#content1 .organ {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  /*padding: 20px;*/
  break-inside: avoid; /* Предотвращает разрыв карточки между колонками */
}

/* Заголовок карточки */
#content1 .organ h2 {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  color: #003c83;
  line-height: 1.3;
}

/* Текст карточки */
#content1 .organ p {
  margin: 8px 0;
  font-size: 0.95rem;
  color: #555;
}

/* Контакты */
#content1 .organ .contacts {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

/* Ноутбуки (меньше 1550px) */
@media (max-width: 1549px) {
    #content1 {
        grid-template-columns: repeat(3, 1fr); /* 3 колонки */
        max-width: 1200px;
    }
}

/* Планшеты (меньше 992px) */
@media (max-width: 1505px) {
    #content1 {
        grid-template-columns: repeat(2, 1fr); /* 2 колонки */
        gap: 20px;
    }
}


/* Планшеты (меньше 992px) */
@media (max-width: 991px) {
    #content1 {
        grid-template-columns: repeat(2, 1fr); /* 2 колонки */
        gap: 20px;
    }
}

/* Мобильные (меньше 768px) */
@media (max-width: 767px) {
    #content1 {
        grid-template-columns: 1fr; /* 1 колонка */
        padding: 15px;
    }
}

@media (max-width: 768px) {
  #content1 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 480px) {
  #content1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 870px) {
  #content1 {
    grid-template-columns: 1fr;
  }
}
.unvisible {
    display: none !important;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

a.txt-link {
    color: #0c84ff;
    text-decoration: none;
}
a.txt-link:hover {
    text-decoration: underline;
}


