@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap');
::-webkit-scrollbar-track{background-color:#F4F4F4}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-thumb{background-color:#0f65d8}
body {
    height: 100%;
}

html {
    height: 100%;
}
body{font-size:16px;color:#666666;font-family:mulish,sans-serif;background: #F4F4F4;}
.container{max-width:100%;width:1246px}
.head{display:flex;justify-content:space-between;align-items:center;gap: 30px;}
.menu{list-style:none;margin-bottom:0;padding-left:0;display:flex;gap:30px;margin-left:auto}
.menu li a{letter-spacing: 0.02em;text-transform: uppercase;text-transform:uppercase;color:#777777;font-weight: 600;font-size:16px;transition:.5s}

.head_side {display: flex;align-items: center;gap: 20px;width: calc(50% - 100px);}

.lang_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang {
    display: flex;
    align-items: center;
}

.lang label input {
    display: none;
}

.lang label {
    margin-bottom: 0;
    line-height: 1;
    display: flex;
}

.lang label span {
    color: #151515;
}

.lang label input:checked + span {
    color: #0f65d8;
}

.lang label:after {
    content: "/";
    padding: 0 5px;
}

.lang label:last-child:after {
    display: none;
}
.top_company {
    color: #151515;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
}
.top_address {
    color: #151515;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}


header {
    background: #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
.kurs_block {
    /* background: #C90B13; */
    border-radius: 30px;
}

.kurs_blocks {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.kurs_block1 {
    /* padding: 30px 50px; */
    /* width: calc(100% - 416px); */
}

.pt35 {
    padding-top: 35px;
}

.title.big_title {
    font-size: 38px;
    margin-bottom: 5px;
    line-height: 1;
    color: #fff;
}

.title {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #151515;
    font-size: 20px;
    font-weight: 700;
}

.centered {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.kurs_date {
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 1.1;
}

.mb25 {
    margin-bottom: 25px;
}

.kurs_block.kurs_block2 {
    background: #FFFFFF;
    padding: 45px 25px;
    /* width: 384px; */
}
.kurs_side {
    width: 240px;
}

.flex {
    display: flex;
}

.just {
    justify-content: space-between;
}

.kursy_tablets {
    margin-bottom: 1rem;
    border-bottom: .1rem solid #FFF;
}

.kursy_tablets button {
    padding: 8px 16px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: none;
    text-decoration: underline;
}

.kursy_tablets button.active {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-decoration: none;
}

.kursy_head .flex {
    align-items: center;
}

.kursy_head .kurs_side {
    color: yellow;
    font-weight: 600;
    font-size: 13px;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d1504e94;
    border: 1px solid #FFFFFF;
}
.mernur {
    color: white;
    font-weight: 600;
    font-size: 13px;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f65d8;
    
	border-radius:25px;
}

.valuta {
    color: white;
    font-weight: 600;
    font-size: 13px;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d0675;
    
	border-radius:25px;
}
.kurs_side {
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 8px;
    position: relative;
    font-family: eurostile;
    line-height: 1;
}

.kursy_head {
    margin-bottom: 14px;
}

.kursy_body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.price {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}

.price_dif {
    line-height: 1;
    font-weight: 500;
    font-size: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.up {
    color: #50CB73;
}

.down {
    color: #C45F5F;
}

.current_block {
    font-family: eurostile;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}

.kursy_body .flex {
    align-items: center;
}

.license_text {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    margin-top: 26px;
    line-height: 1.1;
}
.up:after {
    content: "\2191";
    font-weight: 700;
    margin-left: 4px;
    display: inline-block;
    transform: translateY(-2px);
}

.down:after {
    content: "\2193";
    font-weight: 700;
    margin-left: 4px;
    display: inline-block;
    transform: translateY(-2px);
}
.calc_title {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.mb30 {
    margin-bottom: 30px;
}

.kurs_calculator {
    display: flex;
    align-items: flex-end;
    gap: 3px;
}

.calc_label {
    color: #858585;
    font-weight: 500;
    font-family: 'Eurostile';
    margin-bottom: 6px;
}

.number_wrap {
    display: flex;
    width: 100%;
    border: 0.81601px solid #BDBDBD;
    border-radius: 3.26404px;
    overflow: hidden;
    height: 48px;
    padding: 0 10px;
}

.calc_field_wrap {
    width: 207px;
}

.number_wrap input {
    border: none;
    width: calc(100% - 50px);
    font-family: 'Eurostile';
    color: #333333;
    padding: 10px 0;
}

.select_current {
    width: 50px;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Eurostile';
    border: none;
    padding: 0;
}
.reverse {
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    margin-bottom: 10px;
}

input, button, select, textarea, a {
    outline: none !important;
}
.pt75 {
    padding-top: 75px;
}

.benef_block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
}

.benef_item {
    background: #0f65d8;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 30px 55px;
    gap: 25px;
}

.benef_text {text-transform: uppercase;color: #FFFFFF;font-weight: 500;font-size: 20px;line-height: 1.2;}


.contact_info {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 384px;
    padding: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 496px;
}

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

.map {
    width: calc(100% - 416px);
    border-radius: 30px;
    overflow: hidden;
}

.lined {
    padding-bottom: 22px;
    position: relative;
}

.mb40 {
    margin-bottom: 40px;
}

.lined:before {
    background: #0f65d8;
    border-radius: 3px;
    width: 30px;
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

.cont_col {
    display: flex;
    margin-bottom: 25px;
    gap: 16px;
}

.cval {
    max-width: calc(100% - 40px);
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.cval a {
    display: table;
}

.cval a, .cval {
    color: #151515;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: none !important;
}
.cont_col:last-child {
    margin-bottom: 0;
}
.imgside {
    border-radius: 30px;
    overflow: hidden;
    width: 43%;
}

.textside {
    width: calc(57% - 70px);
    font-size: 14px;
    line-height: 1.5;
}

.imgside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infoblock {
    align-items: center;
}

.pb75 {
    padding-bottom: 15px;
}
/* footer {
    background: #303030;
    
}*/

.copy {
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}
.admin_head {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    height: 100vh;
    width: 233px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.admin_menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.head_top {
    padding: 22px 0;
    border-bottom: 1px solid #DEDEDE;
}

.admin_menu li a {
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #929292;
    font-weight: 500;
    font-size: 14px;
    min-height: 74px;
}

.head_bottom {
    margin-top: auto;
    padding: 0 15px;
}

.admin_lang {
    border-bottom: 1px solid #DEDEDE;
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.admin_lang select {
    color: #9C9C9C;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    border: none;
}

.quit_btn {
    color: #9C9C9C;
    font-weight: 500;
    font-size: 15px;
    margin: 20px 0;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.admin_page .container {
    width: 1076px;
}

.admin_page {
    margin-left: 233px;
}

.page_top {
    padding: 17px 0;
    border-bottom: 1px solid #D6D6D6;
}

.search_wrap {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.search_wrap button {
    background: transparent;
    width: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_wrap input {
    width: 100%;
    border: none;
    background: transparent;
    color: #151515;
    font-size: 13px;
    padding: 13px 20px;
}

.search_wrap input::placeholder {
    color: #767676;
}
.gap10 {
    gap: 10px;
}

.just_end {
    justify-content: flex-end;
}

.std_btn {
    border-radius: 10px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 14px;
    padding: 10px;
    border: none;
    line-height: 1;
    min-width: 207px;
}

.red {
    background: #0f65d8;
}

.gray {
    background: #7D7D7D;
}
.table_wrap {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.table_wrap td, .table_wrap th {
    border: 1px solid #DEDEDE;
    padding: 15px 25px;
}

.table_wrap table {
    width: 100%;
}

.table_wrap td:first-child, .table_wrap th:first-child {
    border-left: oldlace;
}

.table_wrap th {
    border-top: none;
}

.table_wrap td:last-child, .table_wrap th:last-child {
    border-right: none;
}

.table_wrap tbody tr:last-child td {
    border-bottom: none;
}
.table_wrap td {
    font-size: 14px;
}


.input_current input {
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    background: transparent;
    padding: 10px;
    width: 130px;
}

.input_current {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gap_td {
    width: 280px;
}

.delete {
    padding: 0;
    background: transparent;
    border: none;
    display: flex;
}
#block1 {
    /* background: #EAEAEA; */
    /* padding-bottom: 35px; */
    /* position: relative; */
}



#block1:before {
    /* position: absolute; */
    /* content: ""; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/fon.svg");
    background-size: cover;
    background-position: center;
}
#kursinfo5 .kontentinfo a {
    display: none !important;
}
#kursinfo5 .headerkurs {
    display: none !important;
}
#kursinfo5 {
    border: none !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}


#kursinfo5 .headtabl {
    float: none !IMPORTANT;
    font-size: 18px !important;
    text-align: center;
}

#kursinfo5 .kontentinfo .dat {
    text-align: center !important;
}

#kursinfo5 table.kyrsvalyt tr>* {
    padding: 6px 0 !important;
    height: auto;
}

#kursinfo5 .kantry {
    background-image: none !important;
}
#kursinfo5 .kyrsvalyt td.level-down, #kursinfo5 .kyrsvalyt td.level-up {
    padding: 6px 0 6px 30px !important;
}
.admin_page{background: #EDEEEE;height: 100%;}
.kurs_block {
    background: #E8E8E8;
    /* border-radius: 30px; */
}

.kurs_blocks {
    display: grid;
    grid-template-columns: 58% calc(42% - 20px);
    gap: 20px;
}

.kurs_block1 {
    grid-area: 1 / 1 / 3 / 2;
    padding: 30px 50px;
    background: #0f65d8;
}

.kurs_block3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.head_right.head_side {
    justify-content: flex-end;
}

.head_left.head_side {
    justify-content: flex-start;
}

.head_left .menu {
    margin-left: 0;
}