* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

::-webkit-scrollbar-track {
    background: #222222;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: #eee;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--col1);
}

:root {
    --col1: #0285ea;
    --col2: #222222;
    --col3: #021824;
}

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: #fff;
    color: #222;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    
}

body a {
    color: #222;
}

/* nav */

.sektor_menu {
    max-width: 1200px;
    margin: 0 auto;
}

.nav_arb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0 0;
}

.logo_arb {
    max-width: 300px;
}

.logo_arb img {
    width: 100%;
}

.soc_arb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang_arb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 4px;
}

.lang_arb img {
    max-width: 45px;
    border: 1px #b4b4b4 solid;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.lang_arb img:hover {
    opacity: 0.7;
}

.aut_arb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 4px;
}

.fa-brands,
.fab {
    font-weight: 400;
    font-size: 30px;
    transform: translateY(6px);
    margin: 0 6px 0 0;
}

.aut_arb a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;

}

.aut_arb img {
    max-width: 15px;
    margin: 0 5px 0 0;
}

.btn_arb {
    background: var(--col1);
    padding: 12px 25px;
    color: #fff;
    transition: all 0.4s ease-in-out;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
}

.btn_arb:hover {
    background: var(--col2);

}

.btn_arb1 {
    background: var(--col3);
    padding: 12px 25px;
    color: #fff;
    transition: all 0.4s ease-in-out;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);

}

.btn_arb1:hover {
    background: var(--col1);

}

.lang_aut {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* link */

.sektor_link {
    width: 100%;
    background: #021824;
    margin: 10px 0 0 0;
}

.sektor_link a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.activ::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--col1);
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
}

.link1 {
    position: relative;
}

.link1:hover::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--col1);
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
}

.link2 {
    position: relative;
}

.link2:hover::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--col1);
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
}

.link3 {
    position: relative;
}

.link3:hover::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--col1);
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
}

.link4 {
    position: relative;
}

.link4:hover::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--col1);
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
}

.link5 {
    position: relative;
}

.link5:hover::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--col1);
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
}

.link6 {
    position: relative;
}

.link6:hover::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--col1);
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
}

.link7 {
    position: relative;
}

.link7:hover::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--col1);
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
}

.link8 {
    position: relative;
}

.link8:hover::after {
    content: "";
    width: 100%;
    height: 5px;
    background: var(--col1);
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
}


.link_abr {
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
    text-transform: uppercase;
}

/* head */
.sektor_head {
    width: 100%;
    background: url(../img/2.png) center;
    background-size: cover;
    height: 515px;
    background-repeat: no-repeat;
    background-position: 0 0px;
}

.head_abr {
    color: #fff;
    display: flex;
    max-width: 1200px;
    align-items: flex-start;
    justify-content: space-around;
    margin: 0 auto;
    padding: 56px 0 0 0;
}

.head_abr_right {
    max-width: 532px;
    width: 100%;
}

.head_img {
    max-width: 433px;
}

.head_img img {
    width: 100%
}

.head_abr_right h1 {
    font-size: clamp(18px, 4vw, 42px);
    text-transform: uppercase;
}

.head_abr_right h1 span {
    font-family: "Tektur", sans-serif;
    display: inline-block;
    font-size: clamp(18px, 7vw, 88px);
    margin: 8px 0;
    color: #0285ea;
    font-weight: 700;
    background: #ffffff;
    padding: 6px 13px;
}

.head_abr_right p {
    background: var(--col1);
    display: inline-block;
    padding: 10px 20px;
    margin: 19px 0 0 0;
}

.head_abr_right_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}

.pay {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    background: #00000052;
    padding: 10px 20px;
    border-radius: 0;
}

.pay img {
    max-width: 40px;
}

.burger_box {
    display: none;
}


.balls {
    max-width: 296px;
    width: 100%;
    height: 2px;
    background: #0285ea;
}

/* invest */

.invest {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 63px 0;
}

.sektor_invest_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 65px 0 0 0;
}

.invest_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 50px;
    margin: 0 0 63px 0;
    flex-direction: row-reverse;

}

.sektor_invest {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1200px;

}

.sektor_invest h1 {
    font-size: clamp(18px, 4vw, 37px);
    color: var(--col3);
    font-weight: 600;
    position: relative;
    background: #eee;
    padding: 10px 72px;
    text-transform: uppercase;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
}


.invest_right_p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    flex-direction: column;
}

.invest_right_p b {
    font-weight: 400;
}

.invest_right_p .fas {
    font-size: 14px;
    margin: 0 7px 0 0 !important;
}

.invest_right_p p {
    font-size: 17px;
    background: #eee;
    padding: 8px 18px;
    width: 100%;
    line-height: 81%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    clip-path: polygon(2% 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 11%);
}

.invest_calk>div.calculator1>div:nth-child(4)>div {


    transform: translateY(40px);
}

.col-md-12 span {
    font-size: 20px !important;
}

.calk_h1 h1 {
    font-size: clamp(18px, 4vw, 23px);
    color: var(--col3);
    font-weight: 600;
    position: relative;
    background: #eee;
    padding: 10px 72px;
    text-transform: uppercase;
    clip-path: polygon(-10% 0, 83% 0, 90% 101%, -10% 100%);
    /* text-align: left; */
}

.invest_right>div {
    text-align: center;
}

.invest_right_p span {
    font-weight: 700;
    margin: 0 0 0 50px;
    background: #0285ea;
    padding: 13px;
    text-align: right;
    color: #fff;
}

.invest_right_img {
    width: 100%;
    /* padding: 20px; */
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.invest_right_img p {
    background: var(--col1);
    padding: 20px 30px;
    clip-path: polygon(2% 0, 100% 0, 100% 30%, 100% 100%, 70% 100%, 0 100%, 0% 70%, 0 7%);
}


.invest_calk {
    max-width: 508px;
    width: 100%;
}

.invest_calk>div>div:nth-child(3)>div.col-md-7>span:nth-child(1) {
    display: none;
}

.invest_calk>div>div:nth-child(5)>div.col-md-7>span:nth-child(1)>span.irs {
    display: none;
}

.invest_calk>div>div:nth-child(5)>div.col-md-7>span:nth-child(1)>span.irs-slider.single {
    display: none;
}

.invest_calk>div>div:nth-child(5)>div.col-md-7>span:nth-child(1)>span.irs-bar-edge {
    display: none;
}



[id="range"] {
    display: none;
}

[id="range2"] {
    display: none;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.button-yellow1 {
    font-size: 2vh;
    padding: 10px;
    transition: all .3s;
    background-color: var(--col3);
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    border: 0;
    text-align: center;
    max-width: 239px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}


.invest_calk>div.calculator1>div:nth-child(5) {
    transform: translateY(-34px);
}

.button-yellow1:hover {
    background-color: var(--col1);
}

h1 {
    font-size: 25px;
}

.invest_right {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 38px 0;
}

.invest_right h1 {
    font-family: "Tektur", sans-serif;
    display: inline-block;
    font-size: clamp(18px, 7vw, 56px);
    color: #0285ea;
    font-weight: 700;
    background: #ffffff;
    padding: 0;
    clip-path: none;
}

.calculator1 {
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #0285ea, #222) 1;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(180deg,
            #0285ea,
            #021824) border-box;
    border-radius: 0;
    border: 12px solid transparent;
    padding: 20px;

    clip-path: polygon(5% 0, 90% 0, 100% 10%, 100% 100%, 70% 100%, 0 100%, 0% 70%, 0 0);
}

.calculator1 h4 {
    position: absolute;
    background: #fff;
    max-width: 60%;
    line-height: 1.3;
    top: -3.3vh;
    right: 20%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-margin-after: 0;
}

.pers_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
    flex-direction: column;
    margin: -24px 0 24px 0;
    background: #eee;
    padding: 26px 0;
}

.perc_invest {
    font-weight: 700;
    color: #021824;
    text-align: right;
    font-size: 27px;
}

.invest_calk2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row_calk {
    display: flex;
    justify-content: center;
    align-items: center;
}

.irs-slider {
    width: 22px;
    height: 22px;
    top: 17px;
    background-position: 0 -120px;
    cursor: pointer !important;
}

.calculator1 .row {
    text-align: left;
}

.col-md-5 {
    width: 41.66666667%;
}

.col-md-7 {
    width: 58.33333333%;
}

.calculator1 .row span {
    font-size: 1.5vh;
    text-align: left;
    margin: 0;
    font-weight: 400;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    cursor: pointer;
}

.calculator1 .row .col-md-5 h3 {
    top: 0;
    margin: 0;
    font-weight: 600;
    max-width: 100%;
    font-size: 2.5vh;
}

.js-irs-0,
.js-irs-1 {
    top: -15px;
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
    background: url(../img/sprite-skin-nice.png) repeat-x;
}

.irs {
    height: 40px;
}

.irs-line {
    height: 8px;
    top: 25px;
}

.irs-line-left {
    height: 8px;
    background-position: 0 -30px;
}

.irs-line-mid {
    height: 8px;
    background-position: 0 0;
}

.irs-line-right {
    height: 8px;
    background-position: 100% -30px;
}

.irs-bar {
    height: 8px;
    top: 25px;
    background-position: 0 -60px;
}

.irs-bar-edge {
    top: 25px;
    height: 8px;
    width: 11px;
    background-position: 0 -90px;
}

.irs-shadow {
    height: 1px;
    top: 34px;
    background: #000;
    opacity: 0.15;
}

.irs-slider {
    width: 22px;
    height: 22px;
    top: 17px;
    background-position: 0 -120px;
}

.irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min,
.irs-max {
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #3f57b4;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sektor_invest h1 span {
    color: var(--col1);

}

/* reff */

.sektor_ref_right_text {
    width: 100%;
}

.sektor_ref_right_text p {
    background: var(--col1);
    width: 100%;
    padding: 25px 49px;
    color: #fff;
    text-align: left;
    line-height: 111%;
}

.sektor_ref_right_p {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.sektor_ref_right_p p {
    font-size: clamp(18px, 4vw, 30px);
    text-transform: uppercase;
    background: #fff;
    padding: 10px 20px;
    width: 100%;
}

.sektor_ref {
    width: 100%;
    background: url(../img/2.png);
    background-size: cover;
    background-position: center;
}

.sektor_ref_box {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 70px 0 90px 0;
    flex-direction: column;
    gap: 70px 0;
}

.sektor_ref_h1 h1 {
    font-size: clamp(18px, 4vw, 37px);
    color: #ffffff;
    font-weight: 600;
    position: relative;
    background: #eee0;
    padding: 10px 72px;
    text-transform: uppercase;
}

.sektor_ref_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.sektor_ref_img {
    max-width: 349px;
}

.sektor_ref_img img {
    width: 100%;
}

.sektor_ref_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 670px;
    gap: 40px 0;
}

.sektor_ref_right_p span {
    color: var(--col1);
    font-weight: 800;
}

.sektor_ref_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px 0;
}

.sektor_ref_btn a {
    color: #fff;
    border: 1px solid var(--col1);
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    font-size: clamp(10px, 4vw, 18px);
}

.sektor_ref_btn a:hover {
    color: #fff;
    border: 1px solid var(--col1);
    color: var(--col1);
    background: var(--col3);
    padding: 10px 20px;
}

.ref_green {
    color: #10c200;
}

.ref_yellow {
    color: #ffa500;
}

.ref_red {
    color: #ff0000;
}

.sektor_ref_h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}


/* stat */

.sektor_stat {
    margin: 60px 0 0 0;
}

.sektor_stat_box {
    margin: 0 auto;
    padding: 0 20px;
}

.stat_h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 63px 0;
}

.stat_h1 h1 {
    font-size: clamp(18px, 4vw, 37px);
    color: var(--col3);
    font-weight: 600;
    position: relative;
    background: #eee;
    padding: 10px 72px;
    text-transform: uppercase;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
}

.stat_h1 h1 span {
    color: var(--col1);
}

.stat_row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
    background: #0285ea;
    padding: 43px 0;
    color: #fff;
    clip-path: polygon(15% 0, 100% 0, 100% 0, 100% 0, 100% 100%, 0 100%, 0% 70%, 0 15%);
    outline: 2px #ffffff3d solid;
    outline-offset: -6px;
    max-width: 388px;
    width: 100%;
}

a {
  
  text-decoration: none;
}
a:hover,
a:focus {
 
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.stat_row p:nth-child(2) {
    background: #fff;
    color: var(--col2);
    padding: 12px 24px;
}

.stat_row p:nth-child(3) {
    font-size: clamp(18px, 4vw, 20px);
}

.stat_row img {
    max-width: 100px;
    filter: drop-shadow(2px 4px 6px #00000052);
}

.st_img {
    max-width: 42px;
}

.stat_box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.stat_box2 {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
    width: 100%;
    padding: 31px 0 0 0;
}



/* table */




table.iksweb {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

table.iksweb th {
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    background-color: #021824;
}

table.iksweb td {
    font-size: 13px;
    color: #021824;
}

table.iksweb td,
table.iksweb th {
    white-space: pre-wrap;
    padding: 15px 5px;
    line-height: 23px;
    vertical-align: middle;
    border: 1px solid #ddd;
}

table.iksweb tr:hover {
    background-color: #f9fafb
}

table.iksweb tr:hover td {
    color: #021824;
    cursor: default;
}

.mobile-table {
    max-width: 388px;
    width: 100%;

}


/* footer */
.container_foot {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 95px;
}

.footer-colm-1 img {
    max-width: 300px;
}

.ff_1 {
    max-width: 25% !important;
}

.f_right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
}


.col-lg-2,
.col-lg-4,
.col-md-12,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


   .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
}

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }



    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 33%;
        max-width: 33%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }


.text-center {
    text-align: center !important;
}





.footer {
    padding: 70px 0;
    background-color: #021824;
    /* background-image: url(/theme/demo520/assets/img/map-dotted.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 76px 0 0 0;
}



.footer-content p {
    color: #fff;
}

.footer-colm-1 {
    padding: 0 25px;
}

.footer-logo {
    margin-bottom: 20px;
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.footer-colm-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.footer-content .footer-colm-4 p a {
    color: #fff;
    font-weight: 500;
}

.footer-colm-4 .footer-social-icon li a {
    color: #fff;
    font-size: 13px;

}

.footer-colm-4 .footer-social-icon li a:hover {
    color: #ffffff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer-colm-4 .footer-social-icon li {
    display: inline-block;
}

.footer-social-icon .fab:hover {
    color: #0285ea;
}

.footer-social-icon .you:hover {
    color: red;
}

ul.footer-nav li a {
    padding-bottom: 10px;
    display: inline-block;
    color: #fff;
}

ul.footer-nav li a:hover {
    padding-bottom: 10px;
    display: inline-block;
    color: #0285ea;
}

.footer-colm-4 .footer-social-icon {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 4px;
}

.copyright-text {
    margin-top: 15px;
    font-size: 14px;
}

.copyright-text p {
    color: #fff;
}





/* TODO: */

@media screen and (max-width: 768px) {

    .col-lg-2 {
            flex: 100%;
            max-width: 100% !important;
        }

    .col-lg-4 {
            
            flex: 0 0 100%;
            max-width: 100%;
        }

    .container_foot {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 37px;
        flex-wrap: wrap;
        align-content: center;
    }

   .f_right {
       display: flex;
       justify-content: center;
       align-items: center;
       width: 100%;
       flex-wrap: wrap;
       flex-direction: column;
       gap: 28px;
   }

   .footer-colm-1 {
       padding: 0;
   }

    .stat_h1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 0 0 25px 0;
    }

    .stat_h1 h1 {
        font-size: clamp(18px, 4vw, 37px);
        color: var(--col3);
        font-weight: 600;
        position: relative;
        background: #eee;
        padding: 10px 72px;
        text-transform: uppercase;
        clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
        text-align: center;
    }

    .stat_box2 {
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        gap: 20px;
        width: 100%;
        padding: 31px 0 0 0;
        flex-wrap: wrap;
    }

    .stat_box1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 20px;
    }

    .sektor_ref_h1 h1 {
        font-size: clamp(18px, 4vw, 37px);
        color: #ffffff;
        font-weight: 600;
        position: relative;
        background: #eee0;
        padding: 10px 72px;
        text-transform: uppercase;
        text-align: center;
    }

    .sektor_ref_row {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 48px;
    }

    .sektor_ref {
        width: 100%;
        background: url(../img/2.png);
        background-size: cover;
        background-position: center;
        padding: 0 20px;
    }


    .link1:hover::after {
        display: none;
    }

    .link2:hover::after {
        display: none;
    }

    .link3:hover::after {
        display: none;
    }

    .link4:hover::after {
        display: none;
    }

    .link5:hover::after {
        display: none;
    }

    .link6:hover::after {
        display: none;
    }

    .link7:hover::after {
        display: none;
    }

    .link8:hover::after {
        display: none;
    }

    .burger_box {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        padding: 17px;
    }

    .box_burger {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .burgerr {
        cursor: pointer;
        display: block;
        max-width: 25px;

    }

    .burgerr2 {
        display: none;
        cursor: pointer;
        max-width: 25px;
    }

    .menu_none {
        display: none;
    }

    .menu_none_1 {
        display: flex !important;
        flex-direction: column;
        gap: 20px 0;
    }

    .nav_arb {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 15px 0 0 0;
        flex-direction: column;
        gap: 12px;
    }

    .lang_aut {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .nav_arb {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 15px 0 0 0;
        flex-direction: column;
        gap: 15px;
    }

    .soc_arb {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin: -13px 0 10px 0;
    }

    .head_abr {
        color: #fff;
        display: flex;
        max-width: 1200px;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 56px 0 0 0;
        flex-direction: column;
    }


    .head_abr_right {
        max-width: 357px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-wrap: balance;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .head_abr_right h1 {
        font-size: clamp(18px, 4vw, 42px);
        text-transform: uppercase;
        text-align: center;
    }

    .head_abr_right h1 span {
        font-family: "Tektur", sans-serif;
        display: inline-block;
        font-size: clamp(27px, 11vw, 88px);
        margin: 8px 0;
        color: #0285ea;
        font-weight: 700;
        background: #ffffff;
        padding: 6px 13px;
    }

    .pay {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin-top: 10px;
        background: #00000052;
        padding: 10px 20px;
        border-radius: 0;
        flex-wrap: wrap;
    }

    .head_abr_right_box {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
        margin: 0 20px;
    }

    .head_img {
        max-width: 263px;
    }

    .sektor_head {
        width: 100%;
        background: url(../img/2.png) center;
        background-size: cover;
        height: 696px;
        background-repeat: no-repeat;
        background-position: 0 0px;
    }

    .head_abr {
        color: #fff;
        display: flex;
        max-width: 1200px;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 56px 0 0 0;
        flex-direction: column;
        gap: 37px 0;
    }

    /* invesr */

    .sektor_invest_row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 65px 0 0 0;
        padding: 0 20px;
    }

    .invest_box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 50px;
        margin: 0 0 73px 0;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

    .invest {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 0 0 33px 0;
    }

    .calculator1 {
        margin-top: 1vh;
    }

    .invest_right {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 38px 0;
        margin: 23px 0 0 0;
    }

    .invest_right {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 20px 0;
        margin: 23px 0 0 0;
    }

    .invest_right_p p {
        font-size: 13px;
        background: #eee;
        padding: 8px 18px;
        width: 100%;
        line-height: 81%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        clip-path: polygon(2% 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 11%);
    }

    .sektor_invest h1 {
        text-align: center;
    }

    .calk_h1 h1 {
        text-align: left;
    }

}