@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("all.min.css");
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("fancybox.css");
@import url("odometer.css");
@import url("aos.css");

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

html {
    max-width: 100%;
}

label,
p {
    margin: 0px;
    font-weight: normal;
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border: none;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

textarea {
    vertical-align: middle;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

.header205.header_menu {
    padding: 24px 0px;
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 7px 0px #0000001A;
    border-bottom: 5px solid #D11317;
}

.header205 .the_logo1 {
    display: inline-flex;
    vertical-align: middle;
}

.header205 .the_logo1 img {
    max-width: 193px;
    max-height: 96px;
}

.header205 .hm_inner {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.header205.header_menu .row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header205.header_menu .row>div>div:last-child {
    display: flex;
}

.header205 .hm_inner ul {
    gap: 10px;
}

@media (min-width: 1201px) {
    .header205 .hm_inner>ul li {
        position: relative;
    }

    .header205 .hm_inner>ul li ul li ul {
        left: 100%;
        top: 0;
        visibility: hidden;
        opacity: 0;
        margin-top: 0;
    }

    .header205 .hm_inner>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header205 .hm_inner>ul {
        display: flex !important;
        align-items: center;
    }

    .header205 .hm_inner>ul>li ul::before {
        content: '';
        position: absolute;
        left: 0;
        top: -36px;
        height: 35px;
        width: 100%;
    }

    .header205 .hm_inner>ul>li ul li:hover>a {
        background-color: #d11217;
        color: rgb(255, 255, 255);
    }

    .header205 .hm_inner>ul>li ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header205 .hm_inner>ul>li {
        position: relative;
    }

    .header205 .hm_inner>ul>li a {
        transition: 0.3s;
    }

    .header205 .hm_inner>ul>li:hover>a {
        color: #d11217;
    }

    .header205 .hm_inner>ul>li ul {
        display: block !important;
        margin-top: 35px;
    }
}

.header205 .hm_inner>ul>li>a {
    color: #2E2E2E;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    height: 25px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.header205 .hm_inner ul li.active>a {
    font-weight: 700;
}

.header205 .hm_inner>ul>li>a.has-submenu::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    margin-left: 7px;
}

.header205 .has-submenu+i {
    display: none;
}

.header205 .hm_inner>ul>li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background: #fff;
}

.header205 .hm_inner>ul>li ul li a {
    display: flex;
    font-weight: 500;
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    font-size: 16px;
    white-space: nowrap;
    min-width: 220px;
}

.header205 .menu_trigger {
    display: none;
    color: #000;
}

.header205.header_menu .row>div.active .the_logo1,
.header205.header_menu .row>div.active .hm_inner>button,
.header205.header_menu .row>div.active .mobile_flex .src_button {
    visibility: hidden;
}

.header205 .src_trigger i {
    font-size: 24px;
    color: #000;
}

.header205 .src_trigger {
    width: 48px;
    height: 48px;
    color: rgb(30, 30, 30);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header205 .src_area {
    position: absolute;
    bottom: 50%;
    width: 100%;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(50%);
    transition: 0.3s;
    width: calc(100% - 40px);
    left: 50%;
    z-index: 4;
    border-radius: 50px;
}

.header205 .src_area.active {
    opacity: 1;
    visibility: visible;
}

.header205 .sa_inner {
    position: relative;
    height: 100%;
}

.header205 .sa_inner input {
    width: 100%;
    height: 78px;
    color: #1e1e1e;
    font-size: 28px;
}

.header205 .sa_inner button {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 44px;
    color: rgb(255, 255, 255);
    background-color: #333;
    display: flex;
    padding: 0px 15px;
    border-radius: 5px;
    align-items: center;
    font-weight: 600;
    transform: translateY(-50%);
}

.ms_item {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.ms_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 200px);
    height: 100%;
   /* background-image: url(../img/slide_pattern.png); */
    background-color: #d11317;
    background-repeat: no-repeat;
    background-size: cover;
}

.ms_item > a {
    width: calc(50% + 200px);
}

.ms_item > a > img {
    width: 100%;
}

body {
    padding-top: 103px;
}

.ms_item .ms_texts {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.ms_item .ms_texts .container>div {
    width: calc(50% - 260px);
}

.ms_item .ms_texts .container>div h3 {
    margin: 0 0 40px;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
}

.ms_item .ms_texts .container>div h3 a {
    pointer-events: all;
    font-weight: inherit;
    color: inherit;
    line-height: 1.2;
    display: flex;
}

a.global_link,
.global_link {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 17px;
    font-weight: 600;
}

.ms_texts .global_link{
    pointer-events: all;
}

.ms_texts .container {
    width: 1320px;
    max-width: 100%;
}

.mainSwiper,
.iss_swiper {
    overflow: hidden;
    position: relative;
}

.mainSwiper > .container{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.pag_overlay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: max-content;
}

.pag_overlay button {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    position: relative;
    top: 4px;
}

.pag_overlay span {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s;
}

.index_prices {
    padding: 80px 0;
}

.flex_title {
    display: flex;
    align-items: center;
    margin: 0 0 60px;
}

.flex_title>div:first-child {
    flex: 1;
    padding-right: 60px;
}

.flex_title h2 {
    font-size: 48px;
    margin: 0 0 15px;
    font-weight: 600;
}

.flex_title p {
    font-size: 14px;
}

.flex_title .global_link {
    color: #000;
}

.price_item {
    height: 290px;
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
}

.price_item>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    row-gap: 30px;
}

.price_item h4 {
    width: 100%;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.price_item h3 {
    width: 100%;
    margin: 0;
    font-weight: 600;
    font-size: 52px;
}

.price_item > div > span {
    display: inline-flex;
    background-color: #fff;
    height: 38px;
    font-size: 16px;
    padding: 0 25px;
    align-items: center;
}

.index_prices .row {
    row-gap: 30px;
}

.slot-number {
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: bold;
    overflow: hidden;
    height: 2.5rem;
}

.digit {
    display: inline-block;
    position: relative;
    width: 1ch;
    height: 2.5rem;
    overflow: hidden;
}

.digit-inner {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: top 0.6s ease-out;
}

.digit-inner span {
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}

.price_item {
    text-align: center;
    color: #222;
}
.campaign_section{
    background-color: #333;
    padding: 80px 0;
    overflow: hidden;
}
.campaign_section{
    position: relative;
}
.campaign_section::before{
    content: '';
    background-image: url(../img/luk.svg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    pointer-events: none;
}
.campaign_section .flex_title h2,
.campaign_section .global_link{
    color: #fff;
}
.campaign_item{
    text-align: center;
}
.campaign_item img{
    width: 100%;
}
.campaign_item h3{
    margin: 30px 0 15px;
}
.campaign_item h3 a{
    color: #fff;
    font-size: 26px;
    background-image: linear-gradient(to right, #fff 0, #fff 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: all .5s;
}
.campaign_item p{
    color: #fff;
    font-size: 16px;
}
.campaign_item .global_link,
.arrow_send{
    background-color: #d11217;
    display: inline-flex;
    height: 52px;
    padding: 0 25px;
    border-radius: 30px;
    margin-top: 30px;
}
.campaign_item figure{
    margin: 0;
}
#mapframe iframe{
    width: 100%;
    height: 80vh;
    vertical-align: middle;
}
.download_app{
    background-color: #d11217;
    padding: 120px 0 0;
}
.download_app .container{
    padding-bottom: 300px;
}
.da_inner{
    width: 450px;
    max-width: 100%;
}
.da_inner h2{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 30px;
}
.da_inner p{
    color: #fff;
    font-size: 18px;
}
.da_inner ul{
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.da_inner ul img{
    height: 52px;
}
.download_app .container{
    position: relative
}
.download_app .container > img{
    position: absolute;
    right: 0;
    bottom: 0;
}
footer{
    background-color: #2D3338;
    padding: 80px 0;
}
footer .row{
    row-gap: 15px;
}
.footer_menu_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 15px;
}
.footer_menu_wrapper .footer_link_group{
    flex: 0 0 calc(50% - 7.5px);
    min-width: 150px;
}
.footer_link_group + .footer_link_group{
    margin-top: 15px;
}
.footer_menu_wrapper .footer_link_group + .footer_link_group{
    margin-top: 0;
}
.footer_link_group h4{
    color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
}
.footer_link_group ul:not(.footer_social){
    display: flex;
    flex-direction: column;
}
.footer_link_group ul:not(.footer_social) li a{
    color: #fff;
    font-size: 14px;
}
a.footer_phone{
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}
.footer_social{
    display: flex;
    gap: 15px;
}
.footer_social li a{
    font-size: 36px;
    color: #fff;
}
.footer_prp{
    background-color: #B4B4B4;
    padding: 14px 0;
}
.footer_prp p{
    font-size: 12px;
}
.footer_end_logo{
    padding: 30px 0;
}
.footer_end_logo img{
    width: 193px;
}
/*xhovers*/
@media(min-width:1201px){
    a.global_full_link:hover,
    #gl_lister .global_full_link:hover{
        background-color: #D11317;
    }
    #gl_lister .global_full_link:hover{
        color: #fff;
    }
    #gl_lister .global_full_link:hover svg *{
        fill: #fff;
    }
    #gl_lister .global_full_link *{
        transition: all .3s;
    }
    .footer_social li a:hover{
        transform: scale(1.2);
    }
    .campaign_item:hover h3 a {
        background-size: 100% 2px;
    }
    @keyframes hover_anim {
        0%{
          transform:translateX(0px)
        }
        50%{
          transform: translateX(10px)
        }
        100%{
          transform:translateX(0px)
        }
    }
    a.global_link:hover svg,
    .arrow_send:hover svg{
        animation: .5s hover_anim ease;
    }
    .campaign_item:hover .global_link svg{
        animation: .5s hover_anim ease;
    }
    .footer_link_group ul:not(.footer_social) li a{
        position: relative;
        transition: all .3s;
    }
    .footer_link_group ul:not(.footer_social) li a:hover{
        padding-left: 20px;
    }
    .footer_link_group ul:not(.footer_social) li a::before{
        content: "\f178";
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) translateX(-15px);
        transition: inherit;
        opacity: 0;
    }
    .footer_link_group ul:not(.footer_social) li a:hover::before{
        transform: translateX(0) translateY(-50%);
        opacity: 1;
    }
}
.page_header177 {
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 50px 0;
    overflow: hidden;
    background: #2D3338;
}

.page_header177 .container {
    position: relative;
    z-index: 2;
}

.page_header177 h1 {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 32px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.page_header177 p {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 500;
}

.page_header177 .brd_section {
    background-position: center;
    background-size: cover;
    min-height: 220px;
    position: relative;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.page_header177 .brd_section::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgb(7, 170, 251);
    background: linear-gradient(180deg, rgba(7, 170, 251, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: .7;
}

.page_header177 .brd_section h1 {
    color: #1e1e1e;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.page_header177 .breadcrumb_section {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .page_header177 .breadcrumb_section {
        margin-top: 15px;
    }
}

.page_header177 .breadcrumb_section .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0px;
    color: #fff;
}

.page_header177 .breadcrumb_section .breadcrumb a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.page_header177 .breadcrumb_section .breadcrumb a+a::before {
    content: "\f105";
    position: relative;
    top: 0px;
    margin: 0px 9px;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
}

.page_header177 .breadcrumb_section .breadcrumb a:last-child {
}

.page_header177 .breadcrumb_overlay {
    position: relative;
    padding: 0;
}

.page_header177 .breadcrumb_overlay svg {
    position: absolute;
    left: 0;
    top: 4px;
    width: 19px;
    pointer-events: none;
}

.page_header177 .breadcrumb_overlay svg * {
    fill: #1e1e1e;
}

.page_header177 .breadcrumb_overlay div.breadcrumb a:first-child {
}

@media(max-width:768px) {
    .page_header177 .brd_section h1 {
        font-size: 24px;
    }
    .page_header177 .brd_section {
        min-height: 180px;
    }
    .page_header177 h1 {
        font-size: 32px;
    }
    .page_header177 p {
        font-size: 18px;
    }
    .page_header177 {
    }
}
.campaign_page_section{
    padding: 80px 0 220px;
}
.campaign_page_section .row{
    row-gap: 60px;
}
.campaign_page_section .campaign_item h3 a{
    color: #000;
}
.campaign_page_section .campaign_item h3 a{
    background-image: linear-gradient(to right, #000 0, #000 100%);
}
.campaign_page_section .campaign_item p{
    color: #000;
}
.cmp_top{
    align-items: flex-end;
}
.cmp_date{

}
.cmp_title{
    margin: 20px 0;
    font-size: 36px;
    font-weight: 700;
}
.cmp_first_explain{
    color: #EB3131;
    font-size: 18px;
}
.content-detail {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    word-wrap: break-word;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    font-weight: bold;
    margin: 1em 0 0.5em;
    line-height: 1.3;
}

.content-detail h1 {
    font-size: 2em;
}

.content-detail h2 {
    font-size: 1.75em;
}

.content-detail h3 {
    font-size: 1.5em;
}

.content-detail h4 {
    font-size: 1.25em;
}

.content-detail h5 {
    font-size: 1.1em;
}

.content-detail h6 {
    font-size: 1em;
}

.content-detail p {
    margin: 1em 0;
}

.content-detail ul {
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 2em;
}

.content-detail ol {
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
    list-style-type: circle;
    margin-left: 1em;
}

.content-detail li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.content-detail a {
    color: #333;
    text-decoration: underline;
    transition: color 0.2s;
}

.content-detail a:hover {
    color: #004080;
}

.content-detail b,
.content-detail strong {
    font-weight: bold;
}

.content-detail i,
.content-detail em {
    font-style: italic;
}

.content-detail u {
    text-decoration: underline;
}

.content-detail blockquote {
    border-left: 4px solid #ccc;
    margin: 1em 0;
    padding: 1em;
    color: #666;
    font-style: italic;
    background-color: #f9f9f9;
}

.content-detail code {
    font-family: monospace;
    background-color: #f4f4f4;
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.content-detail pre {
    font-family: monospace;
    background-color: #f4f4f4;
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0;
    white-space: pre-wrap;
}

.content-detail table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    border: 1px solid #ddd;
}

.content-detail th,
.content-detail td {
    border: 1px solid #ddd;
    padding: 0.75em;
    text-align: left;
}

.content-detail th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0;
}

.content-detail dl {
    margin: 1em 0;
}

.content-detail dt {
    font-weight: bold;
    margin-top: 1em;
}

.content-detail dd {
    margin-left: 1em;
}

.content-detail hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 1.5em 0;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
    font: inherit;
    padding: 0.5em;
    margin: 0.5em 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.content-detail button {
    background-color: #0066cc;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.content-detail button:hover {
    background-color: #004080;
}

.content-detail sub,
.content-detail sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.content-detail sup {
    top: -0.5em;
}

.content-detail sub {
    bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
    border: none;
}

.content-detail figure {
    margin: 1em 0;
    text-align: center;
}

.content-detail figcaption {
    font-size: 0.9em;
    color: #666;
}

.content-detail mark {
    background-color: #ff0;
    color: #333;
}

.content-detail aside {
    background-color: #f9f9f9;
    padding: 1em;
    margin: 1em 0;
    border-left: 4px solid #ccc;
    font-size: 0.9em;
    color: #555;
}

.content-detail .pull-quote {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin: 1em 0;
    color: #444;
}

.content-detail abbr[title] {
    border-bottom: 1px dotted #333;
    cursor: help;
}
.content-detail >:first-child{
    margin-top: 0;
}
.content-detail >:last-child{
    margin-bottom: 0;
}
a.global_full_link{
    background-color: #2D3338;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    color: #fff;
    padding: 16px 30px;
    text-decoration: none;
    transition: all .3s;
}
.content-detail a.global_full_link{
    margin-top: 5px;
}
a.global_full_link:hover{
    color: #fff;
}
#gl_lister .global_full_link{
    background-color: #F0F0F0;
    color: #000;
}
.global_full_link div{
    display: flex;
    align-items: center;
    gap: 30px;
}
.tender_form{
    margin-top: 80px;
}
.tender_form .row{
    row-gap: 30px;
}
.tender_form input[type="text"]{
    height: 60px;
    border: 1px solid #ddd;
    width: 100%;
    padding-left: 30px;
    transition: all .3s;
}
.tender_form input[type="text"]:focus,
.tender_form textarea:focus{
    border-color: #000;
}
.tender_form textarea{
    height: 200px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 30px;
    transition: all .3s;
    resize: none;
}
.arrow_send{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    width: 500px;
    justify-content: center;
    max-width: 100%;
}
.check_inps{
    display: flex;
    align-items: center;
    gap:30px;
}
.check_inps .form-check{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}
.check_inps label{
    font-size: 16px;
    line-height: 1.4;
}
.check_inps input{
    width: 32px;
    height: 32px;
    outline: none;
}
.check_inps .form-check-input:checked {
    background-color: #D11317;
    border-color: #D11317;
}
.check_inps .form-check-input[type=radio]{
    border-radius: 0;
}
.check_inps *{
    outline: none;
    box-shadow: none !important;
}
@media(min-width:993px){
    .campaign_page_section .row > div:nth-child(3n+2){
        transition-delay: .5s;
    }
    .campaign_page_section .row > div:nth-child(3n+3){
        transition-delay: .6s;
    }
    footer .row > div:nth-child(2){
        transition-delay: .5s !important;
    }
    footer .row > div:nth-child(3){
        transition-delay: .7s !important;
    }
}
@media(min-width:571px) and (max-width:992px){
    .campaign_page_section .row > div:nth-child(2n+2){
        transition-delay: .5s;
    }
}
#lukoil_preloader{
    position: fixed;
    inset: 0;
    z-index: 99;
    background-color: #D11317;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}
#lukoil_preloader.hidden {
    opacity: 0;
    visibility: hidden;
  }
#lukoil_preloader svg{
    font-weight:bold;
    max-width:500px;
    height:100%;
}
a.select_lan{
    display: flex;
    gap: 5px;
    align-items: center;
    height: 48px;
    padding-left: 15px;
    color: #000;
    font-size: 20px;
    border-left: 1px solid #ddd;
}
a.red_box{
    background-color: #d11217;
    height: 200px;
    color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.red_box div{
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 15px;
}
.red_box svg{
    opacity: 0;
    transition: all .3s;
}
.red_box:hover svg{
    opacity: 1;
    animation: .5s hover_anim ease;
}
.red_box svg *{
    fill: #fff;
}
.red_box strong{
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}



/* responsive */

@media (max-width: 1600px) {
    .ms_item .ms_texts .container>div h3 {
        font-size: 36px;
    }
}

@media (max-width: 1400px) {
    .header205 .hm_inner ul {
        gap: 18px;
    }

    .header205 a.get_service,
    .header205 .get_service {
        padding: 0 15px;
    }
    .campaign_item h3 a{
        font-size: 22px;
        line-height: 1.4;
        display: flex;
    }
}

@media (max-width: 1200px) {
    a.select_lan{
        margin-left: 15px;
    }
    .download_app {
        padding: 80px 0 0;
    }
    .download_app .container {
        padding-bottom: 80px;
    }
    .download_app .container > img{
        width: 550px;
    }
    .da_inner h2{
        font-size: 36px;
    }
    .da_inner p{
        font-size: 16px;
    }
    .da_inner ul img{
        height: 45px;
    }
    .campaign_item h3 a{
        font-size: 20px;
    }
    .price_item h3 {
        font-size: 48px;
    }

    .price_item h4 {
        font-size: 20px;
    }

    .ms_item .ms_texts .container>div h3 {
        font-size: 28px;
    }

    .header205 .hm_inner>ul {
        overflow-y: auto;
        height: calc(100vh - 71px);
    }

    .header205 .hm_inner>ul ul {
        padding-right: 0 !important;
    }

    .header205 .hm_inner>ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header205 .hm_inner a.has-submenu::after {
        content: "\f107";
        font-family: FontAwesome;
        margin-left: 7px;
    }

    .header205 .hm_inner a.has-submenu.active::after {
        content: "\f106";
    }

    .header205 .mobile_flex {
        display: flex;
    }

    .header205 .the_logo1 img {
        max-height: 80px;
    }

    .header205 .hm_inner>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header205 .hm_inner>ul>li ul li a {
        color: rgb(255, 255, 255);
    }

    .header205 .menu_trigger {
        display: block;
        font-size: 24px;
        width: 48px;
        height: 48px;
        position: relative;
        left: 12px;
    }

    .header205.header_menu .row {
        position: relative;
    }

    .header205 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: #1e1e1e;
        margin-top: 28px;
        display: none;
    }

    .header205 .hm_inner ul li {
        width: 100%;
    }

    .header205 .hm_inner ul li a {
        color: rgb(255, 255, 255);
        height: auto;
        padding: 10px 15px;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .header205 .hm_inner ul li.active a {
        color: rgb(255, 255, 255);
    }
}

@media (max-width: 992px) {
    .campaign_page_section{
        padding-bottom: 100px;
    }
    .mainSwiper > .container{
        bottom: auto;
        top: 30px;
        display: flex;
        justify-content: flex-end;
    }
    .pag_overlay button{
        display: none;
    }
    .download_app .container > img{
        width: 450px;
        right: -20px;
    }
    .da_inner{
        width: 350px;
    }
    .ms_item .ms_texts {
        position: static;
        transform: none;
    }

    .ms_item > a {
        width: 100%;
    }

    .ms_item {
        flex-wrap: wrap;
    }

    .ms_item::before {
        display: none;
    }

    .ms_item .ms_texts {
        /*background-image: url(../img/slide_pattern.png);*/
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px;
        background-color: #d11317;
    }

    .ms_texts .container {
        padding: 0;
    }

    .ms_item .ms_texts .container>div {
        width: 100%;
    }
}

@media (max-width: 768px) {
    a.select_lan{
        height: 36px;
        font-size: 16px;
    }
    .campaign_section .container{
        padding-right: 0;
    }
    .iss_swiper{
        padding-right: 30px;
    }
    #lukoil_preloader svg{
        max-width: 80%;
    }
    .download_app{
        overflow: hidden;
    }
    .tender_form input[type="text"]{
        height: 50px;
    }
    .check_inps label{
        font-size: 14px;
    }
    #gl_lister .global_full_link{
        flex-wrap: wrap;
    }
    .campaign_page_section .row {
        row-gap: 30px;
    }
    .cmp_title{
        font-size: 24px;
    }
    .cmp_date{
        font-size: 14px;
    }
    .cmp_first_explain{
        font-size: 16px;
    }
    .page_header177 .breadcrumb_section .breadcrumb a{
        font-size: 14px;
    }
    .campaign_page_section{
        padding: 48px 0;
    }
    .pag_overlay span{
        width: 20px;
    }
    .mainSwiper > .container{
        top: 15px;
    }
    .footer_end_logo {
        padding: 15px 0;
    }
    .footer_end_logo img{
        height: 40px;
    }
    a.footer_phone{
        font-size: 32px;
    }
    footer{
        padding: 40px 0;
    }
    .download_app .container > img{
        position: static;
        max-width: 100%;
        margin-top: 20px;
    }
    .download_app .container{
        padding-bottom: 0;
    }
    .download_app{
        padding-top: 40px;
        text-align: center;
    }
    .da_inner{
        width: 100%;
    }
    .da_inner ul{
        justify-content: center;
    }
    .da_inner h2{
        font-size: 24px;
    }
    .da_inner p{
        font-size: 14px;
    }
    .campaign_section{
        padding: 40px 0;
    }
    .campaign_item h3 a{
        font-size: 16px;
    }
    .campaign_item p{
        font-size: 14px;
    }
    .campaign_item .global_link,
    .arrow_send {
        height: 42px;
        padding: 0 20px;
        margin-top: 20px;
    }
    .pag_overlay {
        /* display: none; */
    }

    .price_item {
        height: 200px;
    }

    .price_item h4 {
        font-size: 16px;
    }

    .price_item h3 {
        font-size: 28px;
    }

    .price_item>div {
        row-gap: 15px;
    }

    .index_prices {
        padding: 40px 0;
    }

    .flex_title {
        flex-wrap: wrap;
        row-gap: 15px;
        margin-bottom: 30px;
    }

    .flex_title h2 {
        font-size: 24px;
    }

    .flex_title>div:first-child {
        width: 100%;
        flex: auto;
        padding-right: 0;
    }

    .global_link svg {
        height: 20px;
    }

    .global_link {
        font-size: 14px;
    }

    .ms_item .ms_texts .container>div h3 {
        margin-bottom: 20px;
    }

    body {
        padding-top: 71px;
    }

    .ms_item .ms_texts .container>div h3 {
        font-size: 22px;
    }

    .header205 .src_trigger i {
        font-size: 20px;
    }

    .container {
        padding: 0 30px;
    }

    .header205 .src_area .container {
        height: 100%;
    }

    .header205 .src_area {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .header205 .sa_inner input {
        font-size: 16px;
        height: 100%;
    }

    .header205 .sa_inner button {
        height: 30px;
        font-size: 13px;
    }

    .header205 .src_trigger {
        width: 36px;
        height: 36px;
    }

    .header205.header_menu .row>div>div:last-child {
        gap: 0;
    }

    .header205 .menu_trigger {
        width: 36px;
        height: 36px;
        font-size: 20px;
        left: 8px;
    }

    .header205 a.get_service,
    .header205 .get_service {
        display: none;
    }

    .header205 .the_logo1 img {
        max-height: 30px;
        max-width: 130px;
    }

    .header205 .header_top {
        display: none;
    }

    .header205 .hm_inner ul {
        left: 0;
        right: 0;
        padding: 15px 0;
        margin-top: 20px;
    }

    .header205 .hm_inner>ul {
        left: -18px;
        right: -18px;
        padding: 15px 30px 0;
    }

    .header205.header_menu {
        padding: 15px 0;
    }
}

@media(max-width:450px) {
    .ms_item .ms_texts .container>div h3 {
        font-size: 22px;
    }
}