@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
    margin: 0;
}

.header {
    box-shadow: 0 1px 0 0 #f5f5f5;
    background: #ffffff;
    padding: 20px 0;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 100;
    line-height: normal;
}
.header,.header *,.footer,.footer * {
    box-sizing: border-box;
}
.header-inner {
    max-width: 1170px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}
.head-logo img {   
    max-width: 116px;
    display: block;
}
.back-link {
    border: 1px solid #EC2029;
    background: #ffffff;
    color: #EC2029;
    outline: 0;
    box-shadow: none;
    padding: 7px 12px;
    font-size: 13px;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 40px;
    text-decoration: none;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
}

.back-link:hover,
.back-link:active {
    background: #EC2029;
    color: #ffffff;
}

.footer {
    width: 100%;
    background-color: #000;
}

.footer-inner {
    max-width: 1170px;
    margin: 0px auto;
    color: #ffffff;
    padding: 40px 0;
    display: flex;
    align-items: start;
    font-family: 'Roboto', sans-serif;
}

.footer-left span {
    margin-bottom: 5px;
    color: #646971;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 700;
    font-style: normal;
    display: block;
    font-family: 'Roboto', sans-serif;
}

.footer-left {
    margin-bottom: 0;
    color: #a9afb6;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    padding-right: 30px;
    width: 20%;
}
.footer-left p{
    margin: 0;
}
.footer-left a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.footer-right {
    width: 80%;
    display: flex;
    font-size: 12px;
    line-height: 1.5em;
}

.f-social {
    display: flex;
    padding-top: 20px;
}

.f-social a {
    margin-right: 15px;
    font-family: 'Roboto', sans-serif;
}

.f-social a svg {
    width: 28px;
}

.f-social a svg:hover {
    fill: #ec2029;
}

.footer-right .ecia img {
    width: 100%;
    max-width: 110px;
    display: block;
}

.footer-right .gddy img {
    width: 100%;
    max-width: 131px;
    display: block;
}

.footer-right .ecia,
.footer-right .gddy {
    margin-right: 20px;
}

.footer-text a {
    display: inline-block;
    overflow: 0;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.footer-text a:hover {
    color: hsla(0, 0%, 100%, .75);
}

.footer-text a img {
    width: 100%;
    height: auto;
    max-width: 12px;
    display: inline-block;
    margin: -1px 2px 0 4px;
    vertical-align: middle;
    line-height: 0;
}

.footer-links a {
    margin-right: 12px;
    font-family: 'Roboto', sans-serif;
}

.footer-links {
    margin-top: 3px;
}

.footer-text p {
    color: #a9afb6;
    font-size: 11px;
    line-height: 1.5em;
    margin: 3px 0 0 0;
    font-family: 'Roboto', sans-serif;
}

.footer-text p a {
    color: #ffffff;
}

.footer-text p a:hover {
    color: hsla(0, 0%, 100%, .75);
}

@media (max-width: 1199.98px) {

    .header-inner,
    .footer-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1024px) {
    .footer-inner {
        flex-wrap: wrap;
    }

    .footer-left {
        width: 28%;
        padding-right: 20px;
    }

    .footer-right {
        flex-wrap: wrap;
        width: 72%;
    }

    .footer-text {
        padding-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .footer-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .footer-right {
        width: 100%;
    }

    .footer-text {
        padding-top: 10px;
    }
}
@media (max-width: 575.98px) {
    .ecia,.gddy{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .footer-text {
        padding-top: 0;
    }
    .header {
        padding: 10px 0;
    }
    .header-inner {
        justify-content: space-between;
    }
    .head-logo img {
        max-width: 90px;
    }
}