.page-footer {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(50, 50, 50, 1) 100%);
}

.footer-top {
    padding: 35px 0 17px;
}

.footer-logo a {
    display: block;
    max-width: 156px;
    background: transparent;
}

.footer-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
}

.footer-social ul li {
    padding: 0;
    margin: 0;
}

.footer-social ul li:before {
    display: none;
}

.footer-social ul li a {
    font-size: 22px;
    background: transparent;
    color: #7C7C7C;
}

.footer-social {
    margin: 30px 0 0;
}

.footer-top h3 {
    color: #FEBA12;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
}

.footer-address {
    color: #fff;
    margin: 50px 0 0;
}

.footer-address-info p {
    display: flex;
    align-items: flex-start;
    margin: 0 0 15px;
    font-size: 16px;
}

.footer-address-info p i {
    position: relative;
    font-size: 19px;
    color: #FDC408;
    top: 6px;
    margin: 0 8px 0 0;
}

.footer-address-info p .btn {
    color: #fff;
    font-size: 16px;
}

.footer-address-info p i.icon-map {
    top: 0;
}

.footer-address-info p .btn:before {
    color: #FDBB12;
}

.footer-numbers {
    margin: 50px 0 0;
}

.footer-numbers-wrap {
    display: flex;
    position: relative;
    gap: 0 32px;
    width: 331px;
}

.footer-numbers-wrap:after {
    content: "";
    position: absolute;
    left: 52%;
    transform: translate(-50%, 0);
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #FDC408;
}

.footer-numbers-wrap-col-item p {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'univers67_condensed_bold';
    margin: 0 0 5px;
    display: flex;
    line-height: 1em;
}

.footer-numbers-wrap-col-item a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
}

.footer-numbers-wrap-col-item a i {
    font-size: 14px;
    color: #FDBB12;
    font-weight: normal;
    margin: 0 7px 0 0;
}

.footer-numbers-wrap-col-item + .footer-numbers-wrap-col-item {
    margin: 18px 0 0 0;
}

.footer-links {
    margin: 50px 0 0;
}

.footer-links ul {
    padding: 0;
    margin: 0;
    column-count: 2;
}

.footer-links ul li {
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1em;
}

.footer-links ul li:before {
    display: none;
}

.footer-links ul li a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: transparent;
    line-height:17px;
}

@media(max-width: 1024px) {
    body.menu-is-active .back-to-top{
        display: none;
    }
}

.back-to-top {
    position: fixed;
    z-index: 99999;
    top: 50%;
    transform-origin: right;
    right: 30px;
    transform: rotate(270deg);
}
.back-to-top a {
    font-size: 20px;
    color: #FEC408;
    background: linear-gradient(to right, #fdbb12 0%, #161616 0%, #636363 100%);
    border-color: #636363;
}
.back-to-top a::after{
    width: 100%;
    background: #FDBB12;
}

.back-to-top a:hover{
    color : #222 !important;
    background: linear-gradient(to right, #fdbb12 0%, #fdbb12 100%);
}



.footer-bottom {
    background-color: #000000;
    padding: 26px 0;
}

.footer-bottom-link ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 25px;
}

.footer-bottom-link ul li {
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 12px;
    color: #7C7C7C;
    font-weight: normal;
    background: none;
    font-family: 'univers57_condensed';
    text-transform: uppercase;
}

.footer-bottom-link ul li:before {
    display: none;
}

.footer-bottom-link ul li a {
    font-size: 12px;
    color: #7C7C7C;
    background: none;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'univers57_condensed';
}

.fixed-item {
    position: fixed;
    right: 90px;
    bottom: 58px;
    z-index: 99;
    background: linear-gradient(to right,  #f5f5f5 0%,#fdbf20 100%);
    font-size: 24px;
    line-height: 1.2em;
    color: #323232;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'univers67_condensed_bold';
    padding: 20px 27px 20px 18px;
    width: 424px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fixed-item::before {
    content: '\e912';
    font-family: 'foley-icon';
    position: absolute;
    top: 50%;
    right: 27px;
    font-weight: normal;
    transform: translate(0, -50%);
    font-size: 28px;
}
.footer-form-wrapper {
    position: fixed;
    bottom: 27px;
    right: 50%;
    transform: translateX(50%);
    width: 90%;
    max-height: 64px;
    max-width: 424px;
    background: transparent linear-gradient(90deg, #F5F5F5 0%, #FDBB12 100%) 0% 0% no-repeat padding-box;
    padding: 15px 20px;
    z-index: 999;
    border-bottom: none;
    box-shadow: 0px 3px 6px #00000029;
    transition: max-height 0.5s;
    overflow: hidden;

}
.footer-form-wrapper::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 6px;
    background: #FEC408;
    transition: width 0.5s;
}

.form-container-wrapper .form-col{
    margin: 0 0 15px;
}

.footer-form-wrapper {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.footer-form-wrapper.is-hidden:not(.is-open) {
    opacity: 0;
    visibility: hidden;
}

.footer-form-wrapper.is-open{
    max-height: 100%;
    padding: 20px;
    background: transparent linear-gradient(90deg,#000000 0%,#323232 100%) 0% 0% no-repeat padding-box;
}
.footer-form-wrapper.is-open::after{
    width: 100%;
}
.footer-form-wrapper:not(.is-open):hover{
    background: transparent linear-gradient(90deg,#000000 0%,#323232 100%) 0% 0% no-repeat padding-box;
}
.footer-form-wrapper:not(.is-open):hover .form-title{
    color: #FDBB12;
}
.footer-form-wrapper:not(.is-open):hover::after{
    width: 100%;
}

.form-title {
    text-transform: uppercase;
    color: #323232;
    font-size: 24px;
    font-family: 'univers67_condensed_bold';
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    pointer-events: all;

}
.footer-form-wrapper.is-open .form-title{
    color: #FDBB12;
}
.footer-form-wrapper.is-open .form-title span{
    transform: rotate(180deg);
}
.footer-form-wrapper .form-container-wrapper{
    margin-top: 15px;
}
.footer-form-wrapper .form-container-wrapper .btn{
   margin-right: 0;
   width: 100%;
}
.form-container-wrapper form.invalid .form-col{
    margin-bottom: 40px;
}
@media(min-width: 768px) {
    .footer-top-logo-col {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0 0 50px;
    }

    .footer-top-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-address {
        margin: 0 15px 0 0;
        width: 250px;
    }

    .footer-social ul li a {
        font-size: 24px;
    }

    .footer-social ul li a i.icon-youtube{
        font-size: 28px;
    }

    .footer-social ul {
        gap: 0 30px;
    }

    .footer-numbers {
        margin: 0;
    }

    .footer-logo a {
        max-width: 178px;
    }

    .back-to-top {
        margin: 32px 0 0 0;
    }

    

    .footer-links {
        margin: 0;
        width: max-content;
        min-width: 400px;
    }

    .footer-top {
        padding: 50px 0;
    }

    .footer-bottom-link ul {
        justify-content: flex-start;
    }

    .footer-bottom {
        padding: 23px 0;
    }

    .page-footer {
        background: linear-gradient(to right,  #000000 0%,#323232 100%);

    }
    .footer-form-wrapper {
        position: fixed;
        bottom: 27px;
        right: 27px;
        transform: translateX(0);
        width: 100%;
    }
}

@media(min-width: 1025px) {
    .footer-links {
        margin: 0;
        min-width: 500px;
    }

}

@media(min-width: 1200px) {
    .footer-top-logo-col {
        width: auto;
        margin: 0;
    }

    .footer-top-wrapper {
        align-items: flex-start;
        justify-content: space-between;
    }

    .footer-links {
        margin: 0;
        min-width: unset;
    }

    .footer-address {
        margin: 0;
        width: auto;
    }


   

    .footer-links ul {
        column-count: 1;
    }

    .back-to-top a img {
        margin: 0 0 8px 0;
    }

    .footer-bottom-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-social {
        margin: 0;
    }

    .footer-bottom-link ul li a {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .footer-bottom-link ul li {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .footer-bottom-link ul {
        gap: 0 33px;
    }

    .footer-social ul li {
        line-height: 1em;
    }

    .footer-bottom {
        padding: 15px 0;
    }

    .footer-numbers-wrap-col-item p {
        margin: 0 0 10px;
    }

    .footer-numbers-wrap-col-item a:hover,
    .footer-address-info p .btn:hover,
    .footer-links ul li a:hover,
    .back-to-top a:hover {
        color: #FEBA12;
    }

    .footer-bottom-link ul li a:hover,
    .footer-social ul li a:hover {
        color: #fff;
    }
}

@media(min-width: 1600px) {
    .footer-top h3 {
        font-size: 22px;
        line-height: 1em;
        margin: 0 0 18px;
    }

    .footer-top .footer-address h3 {
        margin: 0 0 5px;
    }

    .footer-top .footer-numbers h3 {
        margin: 0 0 20px;
    }

    .footer-logo a {
        max-width: 272px;
    }

  

    .footer-links {
        min-width: 200px;
    }

    .back-to-top a img {
        margin: 0 0 18px 0;
    }

    .footer-top {
        padding: 50px 0 42px;
    }
}

.goog-te-gadget-simple a{
    font-size: 14px !important;
    letter-spacing: 0.1em !important;
    color : #7C7C7C !important;
}
.goog-te-gadget-simple {
    border-color: #7C7C7C !important;
    color: #FDBB12 !important;
    background-color: transparent !important;
}