/*! ====  FOOTER START  ===== */

footer {
    display: block;
    position: relative;
    width: 100%;
    /* padding: 0 16px; */
    background-color: #222;
}

.ftr_top {
    display: block;
    width: 100%;
    padding: 40px 0 40px 0;
    border-bottom: 1px solid #ffffff1a;
}

.ftr_top .main_center {
    display: flex;
    flex-wrap: wrap;
}

.ftr_bottom {
    display: flex;
    width: 100%;
    padding: 16px 0px;
}

.ftr_bottom .logo_img {
    width: 233px;
    height: 64px;
}

.footer_full {
    width: 100%;
    padding-bottom: 10px;
}

.ftr_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: left;
    margin: 0 auto 0 0;
}

.ftr_right {
    display: flex;
    float: right;
    margin: 18px 0 0 auto;
    padding-left: 24px;
}

.ftr_row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}

.ftr_social {
    min-width: 384px;
    float: right;
    margin: 0 0 0 auto;
}

.ftr_social .sing_links,
.ftr_social .lang_sect {
    background-color: #fff;
    border-color: #fff;
}

.ftr_social .sing_links:hover,
.ftr_social .lang_sect:hover {
    background-color: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
    color: #000000 !important;

}

.ftr_social .socials {
    margin-top: 16px;
    justify-content: flex-end;
}

.ftr_social .lang_sect.desk {
    margin-left: 8px;
}

.ftr_social .lang_sect .langs {
    top: auto;
    bottom: 16px;
}

.ftr_social .lang_sect.clicked .langs {
    top: auto;
    bottom: 54px;
}

.socials {
    display: flex;
    justify-content: flex-start;
}

.ftr_mobile {
    display: none;
}

.ftr_mbl_menu {
    display: none;
}

.socials li {
    display: block;
    float: left;
    margin: 0 0 0 8px;
}

.socials li a {
    display: block;
    width: 48px;
    height: 48px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.socials li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.socials li a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

/* footer menu */

.ftr_menu_sect {
    display: flex;
    flex-wrap: wrap;
    float: left;
    margin: 0 auto 0 0;
}

.ftr_menu_sect > ul > li {
    display: block;
    float: left;
    min-width: 200px;
    padding: 0 24px 0 0;
}

.fm_hd {
    display: block;
    margin-bottom: 16px;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    /* line-height: 1.5; */
    letter-spacing: 0px;
    color: #444444;
    opacity: 1;
}

.ftr_menu_sect ul li ul li {
    display: block;
    margin-bottom: 12px;
}

.ftr_menu_sect ul li ul li a {
    display: block;
    margin-bottom: 16px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    /*line-height: 1.5;
    */
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ftr_menu_sect ul li ul li a:hover {
    color: #E50037;
}

.ftr_mbl_menu {
    margin-top: 48px;
}

.ftr_mbl_menu li {
    display: block;
    float: left;
    max-width: 50%;
    padding-right: 24px;
}

.ftr_mbl_menu li a {
    display: block;
    margin-bottom: 16px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ftr_mbl_menu li a:hover {
    color: #E50037;
}

/* footer menu */
/* footer contact */
.adrs_list {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: calc(100% - 340px);
    margin-right: auto;
}

.adrs_list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    float: left;
    margin-right: 96px;
}

.adr_name {
    display: block;
    width: 100%;
    padding: 0 8px 0 0;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff60;
}

.adr_info,
.adr_info a {
    display: block;
    float: left;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    opacity: 1;
    word-break: break-word;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a.adr_info:hover {
    color: #1D8CDC;
    text-decoration: underline;
}

/* footer contact */

.copyrite {
    display: block;
    float: left;
    max-width: 604px;
    padding: 0 24px;
}

.copyrite_inner {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    opacity: 1;
}

.copyrite_text {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.35px;
    color: #444444;
    opacity: 1;
}

.created_by_sm {
    display: flex;
    align-items: center;
    float: left;
    width: auto;
    min-width: 162px;
    /* margin: 0 10px 0 0; */
    word-break: break-word;
}

.creat_sm_title {
    display: block;
    float: left;
    width: auto;
    padding: 0px 8px 0px 0px;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
}

.creat_sm_icon {
    display: block;
    float: left;
    width: 116px;
    height: 32px;
}

.creat_sm_icon img {
    display: block;
    width: 100%;
    height: 32px;
}

@media only screen and (min-width: 1025px) and (max-width: 1232px) {


    /* Footer responsive */
    footer {
        padding: 0;
    }

    .copyrite {
        float: none;
        max-width: 100%;
        /* padding: 12px 0 0 0; */
    }

    .adrs_list li {
        margin: 0 0 24px 0;
        float: none;
        width: 100%;
    }

    /* Footer responsive */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    /* Footer responsive */
    footer {
        padding: 0;
    }

    .socials li {
        float: none;
        margin: 0 8px 0 0;
    }

    .ftr_bottom {
        flex-wrap: wrap;
    }

    .ftr_left {
        float: none;
        width: 100%;
    }

    .ftr_right {
        display: flex;
        flex-wrap: wrap;
        float: none;
        width: 100%;
        padding: 0 0 8px 0;
    }


    .ftr_social {
        display: none;
    }

    .ftr_mobile {
        display: block;
        width: 100%;
        margin-top: 8px;
    }

    .ftr_mobile li {
        margin: 0 24px 0 0;
    }

    .copyrite {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 24px 0;
    }

    .adrs_list {
        float: none;
        width: 100%;
    }

    .adrs_list li {
        margin: 0 0 24px 0;
        float: none;
        width: 100%;
    }

    .ftr_mbl_menu {
        display: block;
        margin-top: 40px;
    }

    /* Footer responsive */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {

    /* Footer responsive */
    footer {
        padding: 0;
    }

    .socials li {
        float: none;
        margin: 0 8px 0 0;
    }

    .ftr_top {
        padding: 40px 0 100px 0;
    }

    .ftr_bottom {
        flex-wrap: wrap;
    }


    .ftr_left {
        float: none;
        width: 100%;
    }

    .ftr_right {
        display: flex;
        flex-wrap: wrap;
        float: none;
        width: 100%;
        padding: 0 0 8px 0;
    }


    .ftr_social {
        display: none;
    }

    .ftr_mobile {
        display: block;
        width: 100%;
        margin-top: 8px;
    }

    .ftr_mobile li {
        margin: 0 24px 0 0;
    }

    .copyrite {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 24px 0;
    }

    .adrs_list {
        float: none;
        width: 100%;
    }

    .adrs_list li {
        margin: 0 0 24px 0;
        float: none;
        width: 100%;
    }

    .ftr_mbl_menu {
        display: block;
        margin-top: 40px;
    }

    /* Footer responsive */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {

    /* Footer responsive */
    footer {
        padding: 0;
    }

    .socials li {
        float: none;
        margin: 0 8px 0 0;
    }

    .ftr_top {
        padding: 40px 0 100px 0;
    }

    .ftr_bottom {
        flex-wrap: wrap;
    }

    .ftr_left {
        float: none;
        width: 100%;
    }

    .ftr_right {
        display: flex;
        flex-wrap: wrap;
        float: none;
        width: 100%;
        padding: 0 0 8px 0;
    }

    .ftr_mobile {
        display: block;
        width: 100%;
        margin-top: 8px;
    }

    .ftr_mobile li {
        margin: 0 24px 0 0;
    }

    .copyrite {
        float: none;
        max-width: 100%;
        padding: 24px 0;
    }

    .adrs_list {
        float: none;
        width: 100%;
    }

    .adrs_list li {
        margin: 0 0 24px 0;
        float: none;
        width: 100%;
    }

    .ftr_mbl_menu {
        display: block;
        margin-top: 40px;
    }

    .socials li a {
        width: 40px;
        height: 40px;
    }

    /* Footer responsive */
}

/*! ====  FOOTER FINISH  ===== */