.Leave_a_request_info select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.01911L1.0219 0L7 6.01274L12.9781 0L14 1.01911L7 8L0 1.01911Z' fill='%238C9194'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 20px;
}

.Leave_a_request_info select:focus-visible {
    outline: none;
}

@media (max-width:993px) {
    button.learn-more {
        max-width: 270px !important;
    }

    button.learn-more-blue {
        max-width: 180px !important;
    }

    button .circle {
        width: 100% !important;
    }

    button .circle .icon.arrow {
        background: #052289 !important;
        transform: translate(1rem, 0);
    }

    button .button-text {
        color: #052289 !important;
    }

    button.learn-more-blue .circle .icon.arrow {
        background: white !important;
    }

    button.learn-more-blue .button-text {
        color: white !important;
    }

    .button-text {
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 140% !important;
    }

    .learn-more {
        -webkit-transform: scale(0.9166);
        -ms-transform: scale(0.9166);
        transform: scale(0.9166);
    }
}

.contact_padding {
    padding: 64px 10% 128px;
}

@media (max-width:1550px) {
    .contact_padding {
        padding: 16px 5% 32px;
    }
}

.contact_title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    font-family: 'GraphikLCG-Medium';
}

.contact_select_country {
    padding-top: 32px;
    padding-bottom: 64px;
    display: flex;
    gap: 32px;
    width: max-content;
}

.contact_select_country select {
    border-radius: 53px;
    padding: 15px 32px;
    margin-right: 24px;
    width: 314px;
    font-family: 'GraphikLCG-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #999999;
    background-color: white;
    border: 1px solid #DADEEE;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.01911L1.0219 3L7 9.01274L12.9781 3L14 4.01911L7 11L0 4.01911Z' fill='%230F3BAC'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 20px;
}

.contact_item_header {
    min-width: 400px;
}

.contact_item_header_el {
    max-width: 365px;
}

.contact_item_header_el:not(:last-child) {
    border-bottom: 1px solid #DADEEE;
}

.contact_item_header_el:not(:first-child) .contact_item_header_el_title {
    padding-top: 24px;
}

.contact_item_header_el_title {
    padding-bottom: 12px;
    font-family: 'GraphikLCG-Light';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #444C4F;
    position: relative;
    padding-left: 35px;
}

.contact_item_header_el_subtitle {
    font-family: 'GraphikLCG-Regular';
    font-style: normal;
    font-size: 26px;
    line-height: 150%;

}

.contact_item_header_el:not(:last-child) .contact_item_header_el_subtitle {
    padding-bottom: 24px;
}

.contact_item {
    box-shadow: 0px 4px 40px rgba(5, 34, 137, 0.1);
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.contact_item:not(:last-child) {
    margin-bottom: 40px
}

.contact_item_city_ico:before {
    content: "";
    position: absolute;
    background: url(images/community-line.svg);
    height: 27px;
    width: 27px;
    left: 0;
}

.contact_item_adress_ico:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(images/map-pin-line.svg);
    height: 27px;
    width: 27px;
}

.contact_item_contact_phone_ico:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(images/phone-line.svg);
    width: 27px;
    height: 27px;
}

.contact_item_time_work_ico:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(images/calendar-2-line.svg);
    width: 27px;
    height: 27px;
}

.contact_item_maps_img {
    width: 100%;
}

.contact_item_maps_img img {
    width: 100%;
}

.contact_select_country_active {
    display: flex;
    gap: 24px;
    padding-top: 52px;
}

.contact_select_country_actived {
    border: 1px solid #DADEEE;
    border-radius: 53px;
    padding: 15px 32px;
    font-family: 'GraphikLCG-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    background: #F2F4F9;
    color: #8C9194;

    display: flex;
}

.contact_select_country_actived img {
    padding-left: 8px;
}

.load-map-block{
    position:relative;
    overflow:hidden;
}
.load-map{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width:1300px) {
    .contact_item {
        gap: 40px;
    }
}

@media (max-width:993px) {
    .contact_item_header_el_subtitle {
        font-size: 18px;
    }

    .contact_item_header_el_title {
        font-size: 15px;
    }

    .contact_item_header {
        min-width: auto;
        display: grid;
        justify-content: center;
    }

    .contact_item {
        display: grid;
        justify-content: center;
    }
}

@media (max-width: 850px) {
    .contact_select_country select {
        margin-bottom: 16px;
        width: 100%;
        border: 1px solid #879DD5;
        background: #F2F4F9;
    }

    .contact_select_country {
        padding-bottom: 24px;
    }
}

@media (max-width: 800px) {
    .contact_select_country_active {
        display: none;
        padding-top: 0;
    }
}

@media (max-width: 720px) {
    .contact_item {
        flex-wrap: wrap;
        justify-content:start;
    }
}

@media (max-width: 530px) {
    .contact_select_country select {
        margin-bottom: 16px;
        width: 100%;
        border: 1px solid #879DD5;
        background: #F2F4F9;
    }

    .contact_select_country {
        padding-bottom: 24px;
    }

}



.main_iiko {
    background: url(images/intro_iiko.png) !important;
}

.main_iiko .main_lemma_supp_left_title a {
    color: #EB016E;
}

.main_iiko .main_lemma_supp_left_title {
    display: block;
    max-width: 625px;
}

.main_iiko .main_lemma_supp_left_grid_el {
    background-color: #0F3BAC;
    padding: 14px 24px 14px 90px;
    border: none;
    border-radius: 0;
    max-width: 362px;
    font-family: 'GraphikLCG-Regular';
}

.main_iiko .main_lemma_supp_left_grid_el p {
    font-family: 'GraphikLCG-Light';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #879DD5;
    padding-top: 8px;
    padding-bottom: 8px;
}

.main_iiko .main_lemma_supp_left_grid_el:nth-child(1):before {
    content: "";
    background: url(images/Support.svg);
    position: absolute;
    left: 24px;
    width: 50px;
    height: 50px;
}

.main_iiko .main_lemma_supp_left_grid_el:nth-child(2):before {
    content: "";
    background: url(images/globe.svg);
    position: absolute;
    left: 24px;
    width: 50px;
    height: 50px;
}

.main_iiko .main_lemma_supp_left_grid_el:nth-child(3):before {
    content: "";
    background: url(images/cloud.svg);
    position: absolute;
    left: 24px;
    width: 50px;
    height: 50px;
}

.main_iiko .main_lemma_supp_left_grid_el:nth-child(4):before {
    content: "";
    background: url(images/truck.svg);
    position: absolute;
    left: 24px;
    width: 50px;
    height: 50px;
}

.main_iiko .main_lemma_supp_left_grid {
    grid-template-columns: minmax(0, 362px) minmax(0, 362px);
}

@media (max-width: 550px) {
    .main_iiko .main_lemma_supp_left_grid {
        grid-template-columns: minmax(0, 362px);
    }

    .main_lemma_supp_left_grid {
        grid-gap: 15px !important;
    }
    .main_iiko .main_lemma_supp_left_title {
        padding-bottom: 16px;
        font-size: 24px;
    }

}

.big {
    font-size: 1.2em;
}

.select-hidden {
    opacity: 0;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.select-styled {
    position: absolute;
    padding: 12px 58px 12px 32px;
    border-radius: 40px;
    color: #8C9194;
    border: 0;
    background-color: white;

    -webkit-appearance: none;
    -moz-appearance: none;

    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 20px;

    font-family: 'GraphikLCG-Light';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    white-space: nowrap;
    width: 100%;
    top: 0;
    height: 48px;
}

.contact_select_country .select-styled {
    border-radius: 53px;
    padding: 15px 32px;
    width: 314px;
    font-family: 'GraphikLCG-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #999999;
    background-color: white;
    border: 1px solid #DADEEE;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.01911L1.0219 3L7 9.01274L12.9781 3L14 4.01911L7 11L0 4.01911Z' fill='%230F3BAC'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 20px;
}

.contact_select_country .select-options {
    top: 94%;
}

.contact_select_country .select-styled:after {
    border: none;
}

.select-styled:after {
    content: "";
    width: 17px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.01911L1.0219 0L7 6.01274L12.9781 0L14 1.01911L7 8L0 1.01911Z' fill='%238C9194'/%3E%3C/svg%3E");
    border-color: grey transparent transparent transparent;
    position: absolute;
    top: 19px;
    right: 17px;
    background-repeat: no-repeat;
}

.select-styled:active:after,
.select-styled.active:after {
    transform: rotate(180deg);
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 0px 12px 12px 12px;
    width: 100%;
    background: #e9edf9;
    color: #0F3BAC;
    padding: 20px;
}

.Leave_a_request .select-options {
    margin-top: -5px;
}

.select-options::before {
    content: "";
    background-image: url('images/menu_ram2.svg');
    width: 18px;
    height: 23px;
    z-index: 1;
    position: absolute;
    top: -23px;
    left: -1px;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    font-family: 'GraphikLCG-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.select-options li:not(:last-child) {
    border-bottom: 1px solid #DADEEE;
}

.select_in_js {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    align-items: center;
}

.filter-list-region div {
    cursor: pointer;
}
.btn_in_txt button{
    background: #EB016E;
    font-family: 'GraphikLCG-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 16px 30px;
    display: flex;
    justify-content: center;
    color: white;
    border: 0;
    position: relative;
    margin-top: 20px;
}

.btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    user-select: none;
    padding: 10px;
}
.btn-icon:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
}
.btn-social:hover {
    cursor: pointer;
}
.btn-telegram {
    background: #38A6DB;
    color: #FFFFFF;
}
.btn-telegram:before {
    background: url("/local/templates/lemma/images/thanks_telegram.svg") center no-repeat;
}
.btn-wa {
    background: #25D366;
    color: #FFFFFF;
}
.btn-wa:before {
    background: url("/local/templates/lemma/images/icon-wa.svg") center no-repeat;
}

.iiko-advantages .Why_choose_us_iiko_grid{
    grid-template-columns: 20% 55% 25%;
}
.iiko-advantages .Why_choose_us_iiko_grid_el:first-child {
    grid-row-start: unset;
    grid-row-end: unset;
}
.iiko-advantages .Why_choose_us_iiko_grid_el:nth-child(2) {
    grid-template-columns: 65% 35%;
}

.iiko-advantages-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.iiko-advantages-flex_item.Why_chosen-bg {
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.iiko-advantages-flex_item.Why_chosen-bg div {
    width: 100%;
    padding: 0;
}
.iiko-advantages-flex_item:nth-child(1) {
    width: calc(20% - 20px);
}
.iiko-advantages-flex_item:nth-child(2) {
    width: calc(55% - 20px);
}
.iiko-advantages-flex_item:nth-child(3) {
    width: 25%;
}
.iiko-advantages-flex_item:nth-child(4) {
    width: calc(25% - 20px);
}
.iiko-advantages-flex_item:nth-child(5) {
    width: calc(35% - 20px);
}
.iiko-advantages-flex_item:nth-child(6) {
    width: calc(20% - 20px);
}
.iiko-advantages-flex_item:nth-child(7) {
    width: 20%;
}
.iiko-advantages-flex_item-title {
    font-family: 'Graphik LCG',sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    color:#FFFFFF;
    margin-bottom: 5px;
}
.iiko-advantages-flex_item-description {
    font-family: 'Graphik LCG',sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color:#FFFFFF;
}

@media(max-width: 768px) {
    .main-content {
        margin-top: 54px;
    }

    .modal_region_title {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }
    .modal_region_lang_flag {
        display: flex;
        gap: 0 10px;
        flex-wrap: wrap;
        padding: 0;
    }
    .modal_region_input:before {
        top: 4px;
    }
    .modal_region_input input{
        width: 100%;
    }

    .iiko-advantages-flex_item:nth-child(n) {
        width: 100%;
    }
    .iiko-advantages-flex_item-title {
        font-size: 16px;
    }
    .iiko-advantages-flex_item-description {
        font-size: 13px;
    }
    .iiko-advantages-flex_item.Why_chosen-bg {
        padding: 15px;
    }

}