div.main-div-main-cont {

}
div.main-div-cont-stage-1 {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}
div.main-cont-main-sub-1 {
    /*border: 1px solid gray;*/
    /*border-radius: 5px;*/
    width: 100%;
    max-width: 671px;
    margin: 0 auto;
    padding: 21px 25px;
    display: flex;
    justify-content: space-between;
    vertical-align: center;

    background: #FFFFFF;
    border: 1px solid #E8F0F9;
    box-sizing: border-box;
    border-radius: 10px;
}
div.main-cont-main-sub-1 > img {
    width: 15px;
}
div.main-cont-main-sub-1 > span {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #112C49;
}
div.main-cont-main-sub-1 > span:last-child {

}

div.stat-title-main-p {
    padding-top: 33px;
}
div.stat-title-main-p > a:hover {
    text-decoration: none;
}
div.stat-title-main-p > a > h3 {
    padding-bottom: 12px;
    border-bottom: 4px solid blue;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;

    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #112D49;
}

div.cont-for-charts {
    padding-top: 70px;
}
div.chart-row-cont-div {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
div.chart-row-cont-div > div {
    text-align: center;
    /*border: 1px solid gray;*/
}
div.chart-row-cont-div > div:first-child { padding-right: 0!important; }
div.chart-row-cont-div > div:last-child { padding-left: 0!important; }
/* Chart 1 Styles  */
div.chart-1-cont-div {
    border: 1px solid #ececec;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    min-height: 442px;
}
div.chart-1-title {
    /*border: 1px solid red;*/
    display: flex;
    justify-items: left;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
}
div.chart-1-div-for-chart {
    /*border: 1px solid green;*/
    /*min-height: 300px;*/
    /*padding: 0 15px;*/
}
div.chart-1-footer-div {
    /*border: 1px solid blue;*/
    border-top: 1px solid #ececec;
}

/* Chart 2 Styles  */
div.chart-2-cont-div {
    border: 1px solid #ececec;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    min-height: 442px;
}
div.chart-2-title {
    /*border: 1px solid red;*/
    display: flex;
    justify-items: left;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
}
div.chart-2-div-for-chart {
    /*border: 1px solid green;*/
    min-height: 300px;
    padding: 0 15px;
}
div.chart-2-footer-div {
    /*border: 1px solid blue;*/
    border-top: 1px solid #ececec;
}


/* მტავარი განყოფილების მე 2 დივი ანუ მე - 2 მონაკვეთი */
div.main-div-cont-stage-2 {
    padding-top: 50px;
}
div.main-div-cont-stage-2 > a:hover {
    text-decoration: none;
}
div.main-div-cont-stage-2 > a > h3 {
    /*color: #000;*/
    /*font-family: FiraGO_Medium;*/
    /*font-size: 20px;*/
    padding-bottom: 12px;
    border-bottom: 4px solid #18A0FB;
    width: 100%;
    max-width: 190px;
    margin: 0 auto;

    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #112D49;
}
div.cont-each-rat-main-d {
    padding-top: 70px;
}

div.rat-row-div-cont {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
div.rat-row-div-cont > div {
    /*border: 1px solid green;*/
}

div.title-each-rat-div {
    text-align: center;

    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    text-transform: uppercase;
    color: #112D49;
}
div.title-each-rat-div > img {
    margin-right: 12px;
}
div.title-each-rat-div > span {}

div.each-rat-cont-div {
    /*border: 1px solid gray;*/
    padding-top: 20px;
}
div.each-field-stat-div {
    padding: 12px 20px;
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border: 1px solid blue;*/
    /*background-color: #b8d8f5;*/
    /*border-radius: 5px;*/
    margin-bottom: 25px;

    background: #F9FCFF;
    border: 1px solid #E8F0F9;
    box-sizing: border-box;
    border-radius: 15px;
}
div.each-field-stat-div > span {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #112D49;
}
div.each-field-stat-div > button {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    background: #18A0FB;
    border-color: #18A0FB;
    border-radius: 5px;
    width: 78px;
    height: 50px;
}
div.each-field-stat-div > button:hover {
    background: #18A0FB;
    border-color: #18A0FB;
}

div.each-field-stat-div-t-2 {
    background: rgba(226, 38, 38, 0.1);
    border: 1px solid #E22626;
    box-sizing: border-box;
    border-radius: 15px;
    justify-content: left;
}
div.each-field-stat-div-t-2 > span {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #E22626;
    margin-left: 4.5%;
}
div.each-field-stat-div-t-3 {
    justify-content: space-around;
    background: none;
    padding: 12px 55px;
}
div.each-field-stat-div-t-3-en {
    padding: 12px 5%!important;
}
div.each-field-stat-div-t-3 > span {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    text-transform: uppercase;
    color: #112D49;
}

div.see-all-rat-div-cont {
    padding: 50px 0 70px 0;
}
div.see-all-rat-div-cont > div {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;

    background: #FFFFFF;
    border: 1px solid #18A0FB;
    box-sizing: border-box;
    border-radius: 10px;
}
div.see-all-rat-div-cont > div > a {
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    color: #000;
    font-family: FiraGO_Medium;
    font-size: 16px;
}
div.see-all-rat-div-cont > div > a:hover{
    text-decoration: none;
}
div.see-all-rat-div-cont > div > a > span {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #112C49;
}
div.see-all-rat-div-cont > div > a > img {}
/* მთავარი განყოფილების მე 3 განყოფილება */
div.main-div-cont-stage-3 {
    padding: 50px 0 90px 0;
    background-color: #ebebeb;
}
div.main-div-cont-stage-3 > div {
    /*border: 1px solid blue;*/
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    /*border-radius: 5px;*/
    padding: 50px 0 60px 0;
    /*background-color: #f9f9f9;*/

    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 25px 25px 0px 0px;
}
div.main-div-cont-stage-3 > div > h4 {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #112D49;
}
div.main-div-cont-stage-3 > div > h5 {
    text-align: center;
    margin-top: 12px;

    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #112C49;
}
div.cont-row-main-div-l {
    width: 90%;
    margin: 50px auto auto auto;
}
div.cont-row-main-div-l > div {
    /*border: 1px solid red;*/
    padding: 0 3.5%;
}
div.each-cont-part-div-l {
    padding: 12px 26px;

    height: 107px;
    background: #FFFFFF;
    box-shadow: 0px 2px 26px rgba(240, 240, 240, 0.5);
    border-radius: 20px;
    display: flex;
    align-items: center;
}
div.each-cont-part-div-l > div {
    padding-left: 0;
    padding-right: 0;
}
div.each-cont-part-div-l > div > div {
    color: gray;
    font-family: FiraGO_Medium;
    font-size: 12px;
}
div.each-cont-part-div-l > div > div:last-child{
    color: #000;
    font-family: FiraGO_Medium;
    font-size: 16px;
    font-weight: bold;
    padding-top: 12px;
}
div.each-cont-part-div-l > div:last-child {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    justify-content: flex-end;
}
div.each-cont-part-div-l > div > img {

}



/* Chart  */
/* Chart  */
/* Chart  */
/* Chart  */

div.chart-cont-div-l {
    background-color: #fff;
    overflow: hidden;

    border: 1px solid #E8F0F9;
    box-sizing: border-box;
    border-radius: 15px;
}

div.chart-cont-div-l > div > div {
    height: 442px;
    padding: 12px;
    position: relative;
}

div.chart-cont-div-l > div > div:first-child {
    border-right: 1px solid #E8F0F9;
}
div.chart-cont-div-l > div > div:last-child {
    border-left: 1px solid #E8F0F9;
}
div.chart-cont-div-l > div > div > div:last-child > div {
    /*border: 1px solid red;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 58%;
}
div.chart-1-footer-div, div.chart-2-footer-div {
    position: absolute;
    bottom: 0;
    border-top: 2px solid #E8F0F9;
    height: 115px;
    width: 100%;
    /*padding-top: 27px;*/
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* Chart footer */
/* Chart footer */
div.chart-1-footer-div, div.chart-2-footer-div {
    position: absolute;
    bottom: 0;
    border-top: 2px solid #E8F0F9;
    height: 115px;
    width: 100%;
    /*padding-top: 27px;*/
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}


.circle_l {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.circle_1{ background-color: #112F4E; }
.circle_2{ background-color: #E22626; }

.circle_2_1{ background-color: #112F4E; }
.circle_2_2{ background-color: #FFC000; }
.circle_2_3{ background-color: #CDDAEB; }
.circle_2_4{ background-color: #E22626; }

div.chart-2-footer-div > div {
    /*border: 1px solid red;*/
    display: block !important;
    /*width: 61% !important;*/
    width: 65% !important;
}
div.chart-2-footer-div > div > span {
    margin: 0 7px;
}
























