/*! ====  FOOTER START  ===== */

footer {
    display: block;
    position: relative;
    width: 100%;
    background-color: #315e00;
}

.ftr_top {
    display: block;
    width: 100%;
    padding: 88px 16px 32px 16px;
}

.ftr_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 48px 16px;
    /* background-color: #fff; */
}

.ftr_top .main_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.ftr_bottom .main_center {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.footer_full {
    width: 100%;
    position: relative;
    z-index: 3;
}

.footer_bg {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/footer_back.png);
    z-index: 1;
}
.ftr_left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    float: left;
    max-width: 640px;
    margin: 0 auto 0 0;
}

.ftr_right {
    display: flex;
    float: right;
    margin: 0 0 0 auto;
    padding-left: 24px;
}

footer .logo_sect {
    display: flex;
    flex-direction: column;
    gap: 16px;
    float: none;
    width: 100%;
    max-width: 320px;
}

footer .logo_img {
    width: 100%;
    max-width: 280px;
}
.footer_text {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    opacity: 1;
}

.backtotop {
    display: block;
    position: fixed;
    opacity: 0;
    float: right;
    right: 16px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    background-color: #f79a15;
    background-image: url("../img/icons/scoll_top.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    pointer-events: none;
    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;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.backtotop.show {
    opacity: 1;
    transform: translateY(-6px);
    pointer-events: auto;
}

.created_by_sm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    margin: 0;
    word-break: break-word;
    text-align: center;
}

.creat_sm_title {
    display: block;
    width: auto;
    padding: 0;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #fff;
    opacity: 1;
}

.creat_sm_icon {
    display: block;
    flex: 0 0 auto;
    width: 92px;
    height: 22px;
}

.creat_sm_icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ftr_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 100px;
}
.ftr_col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0;
}

.socials li {
    display: block;
}

.socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 6px;
    border: 1px solid #ffffff;
    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;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.socials li a img {
    display: block;
    max-width: 12px;
    max-height: 12px;
}

.socials li a:hover {
    background-color: #f79a15;
    border-color: #f79a15;
}

/* footer menu */

.ftr_menu_sect {
    display: flex;
    flex-wrap: wrap;
}

.ftr_menu_sect > ul > li {
    display: block;
    padding-bottom: 20px;
}

.fm_hd {
    display: block;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    /* 127.273% */
    color: #fff;
    opacity: 1;
}

.ftr_menu_sect ul li a {
    /* display: block; */
    text-align: left;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #fff;
    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 li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #f79a15;
    transform-origin: right;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
}

.ftr_menu_sect li a:hover {
    color: #f79a15;
}

/* footer menu */

/* footer contact */

.adrs_list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.adrs_list li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    gap: 12px;
    flex: 1;
    width: 100%;
}

.adr_name img {
    display: block;
    position: absolute;
    left: 0;
    max-width: 16px;
    max-height: 16px;
}

.adr_name {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 28px;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #fff;
}

.adr_info,
.adr_info a {
    display: block;
    float: left;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    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 {
    text-decoration: underline;
}

/* footer contact */

.copyrite {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
    width: auto;
    margin: 0 auto 0 0;
}

.copyrite_inner a {
    font-weight: bold;
    color: #578078;
}

.copyrite_inner {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    opacity: 1;
}

@media only screen and (min-width: 1025px) and (max-width: 1132px) {
    /* Footer responsive */
    /* Footer responsive */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Footer responsive */
    .ftr_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 24px;
    }
    /* Footer responsive */
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    /* Footer responsive */
    .ftr_top {
        padding: 32px 16px;
    }
    .ftr_bottom {
        padding: 24px 16px;
    }
    footer .logo_sect {
        min-width: 320px;
    }
    .ftr_menu_sect ul li {
        padding-bottom: 12px;
    }
    .ftr_menu_sect ul li a {
        font-size: 14px;
        font-weight: normal;
    }
    .copyrite {
        width: 100%;
        margin: 0 auto;
    }
    .copyrite_inner {
        justify-content: center;
        text-align: center;
    }
    .created_by_sm {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 8px;
    }
    /* footer contact */
    .adrs_list {
        gap: 16px;
    }
    .ftr_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 24px;
    }
    /* Footer responsive */
}

@media only screen and (max-width: 560px) {
    /* Footer responsive */
    .ftr_top {
        padding: 32px 16px;
    }
    .ftr_bottom {
        padding: 24px 16px;
    }
    footer .logo_sect {
        min-width: 180px;
    }
    .ftr_menu_sect ul li {
        padding-bottom: 12px;
    }
    .ftr_menu_sect ul li a {
        font-size: 14px;
        font-weight: normal;
    }
    .footer_text {
        font-size: 14px;
    }
    .copyrite {
        width: 100%;
        gap: 10px 14px;
        margin: 0 auto;
    }
    .copyrite_inner {
        justify-content: center;
        text-align: center;
    }
    .created_by_sm {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 8px;
        gap: 8px;
    }
    .creat_sm_icon {
        width: 84px;
        height: 20px;
    }
    .creat_sm_title {
        font-size: 11px;
    }
    .ftr_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 24px;
    }

    .ftr_col:nth-child(1) {
        min-width: 180px;
    }
    .ftr_col:nth-child(4) {
        display: none;
    }
    .ftr_col:nth-child(3) .adrs_list li {
        display: none;
    }
    .ftr_col:nth-child(3) .adrs_list li:last-child {
        display: flex;
    }

    /* footer contact */
    .adrs_list {
        gap: 16px;
    }
    .backtotop {
        bottom: 16px;
        width: 36px;
        height: 36px;
        background-size: 20px 20px;
    }
    /* Footer responsive */
}

/*! ====  FOOTER FINISH  ===== */
