.topbar .phone-icon{
    display: block;
}
.container{
    width: 100%;
}
body{
    padding-top: 90px;
}
.link{
    color: #ff5f04;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.link:after {
    opacity: 0;
    content: '';
    width: 5px;
    height: 5px;
    border-right: 1px solid #ff5f04;
    border-bottom: 1px solid #ff5f04;
    margin: 5px 0 4px 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.link:hover::after {
    opacity: 1;
}


.footer{
    color: #101010;
    background: transparent;
    padding: 0;
    margin: 0;
}
.footer .btn-small {
    border-radius: 2px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 16px;
}

.footer .btn {
    margin: 0 0 auto 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ff5f04;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.footer .link-line {
    color: #ff5f04;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footer .main{
    flex-direction: row;
    width: initial;
}

body.home-page .topbar {
    background: rgba(33, 33, 33, .11);
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease
}

body.home-page .topbar.opened .navbar-link {
    color: #101010
}

body.home-page .topbar.opened .navbar-link:hover {
    color: #ff5f04
}

body.home-page .topbar.opened .navbar-link:active,
body.home-page .topbar.opened .navbar-link:focus {
    color: rgba(16, 16, 16, .3)
}

body.home-page .topbar.scrolled {
    background: #212121;
    border: none
}

body.home-page .topbar .navbar-link {
    color: #fff
}

body.home-page .topbar .navbar-link:hover {
    color: #ff5f04
}

body.home-page .topbar .navbar-link:active,
body.home-page .topbar .navbar-link:focus {
    color: rgba(255, 255, 255, .3)
}

.topbar {
    font-family: Mulish,sans-serif;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    background: #fff;
    z-index: 999;
    -webkit-transition: border .5s ease;
    -o-transition: border .5s ease;
    transition: border .5s ease
}

.topbar .container, .footer .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 45px;
    width: 100%;
    height: 100%;
}

.topbar.scrolled {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb
}

.topbar .link-mobile.phone-number-wrap {
    display: none
}

.topbar.opened .burger-icon span {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0
}

.topbar.opened .burger-icon span:first-child {
    opacity: 1;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.topbar.opened .burger-icon span:last-child {
    opacity: 1;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.topbar .navbar {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.topbar .navbar-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto
}

.topbar .navbar-item {
    margin: auto 0
}

.topbar .navbar-link {
    cursor: pointer;
    padding: 35px 25px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #101010;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.topbar .navbar-link:hover {
    color: #ff5f04
}

.topbar .navbar-link:active,
.topbar .navbar-link:focus {
    color: rgba(16, 16, 16, .3)
}

.topbar .logo {
    margin-right: 10px
}

.topbar .logo-wrap {
    margin: 15px 0 25px
}

.topbar .phone-number {
    margin-left: 10px
}

.topbar .phone-number-wrap {
    margin: auto 0 auto 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700
}

.topbar .phone-number-wrap:active .phone-icon,
.topbar .phone-number-wrap:focus .phone-icon {
    fill: #d02a06
}

.topbar .phone-icon {
    fill: #ff5f04;
    width: 18px;
    height: 18px;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease
}

.topbar .burger-icon {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 15px;
    right: 10px;
    height: 30px;
    width: 32px;
    padding: 5px;
    z-index: 5
}

.topbar .burger-icon span {
    width: 100%;
    height: 2px;
    display: block;
    background: #101010;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer {
    overflow: hidden;
    font-family: Mulish,sans-serif;
}

.footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 0 8px;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    background: #fff
}

.footer .bottom .copyright {
    text-align: center
}

.footer .bottom-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer .bottom-links a {
    color: #101010;
    padding: 0 15px;
    position: relative;
    display: inline-block
}

.footer .bottom-links a::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #101010
}

.footer .bottom-links a:last-of-type {
    padding-right: 0;
    border-right: none
}

.footer .bottom-links a:last-of-type::after {
    display: none
}

.footer .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(16, 16, 16, .1);
    padding: 50px 0 130px;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .main::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/footer-bg.svg);
    background-repeat: repeat-x;
    background-position: center 120%;
    z-index: -1
}

.footer .main .logo {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer .main .logo-wrap {
    margin-right: 40px;
    max-width: 123px;
    max-height: 71px;
    width: 100%;
    height: 100%
}

.footer .main .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 50px;
    width: 100%;
    max-width: 70%
}

.footer .main .footer-content-list {
    padding: 0;
    margin: 0 35px 0 0;
    list-style: none;
    white-space: nowrap
}

.footer .main .footer-content-list li {
    width: 85%
}

.footer .main .footer-content-list span {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.footer .main .footer-content-list a {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px
}

.footer .main .offer {
    margin: 0 0 auto 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #1d2b37;
    border-radius: 2px;
    padding: 10px;
    width: 100%;
    max-width: 295px;
    z-index: 0;
}
.footer .main .offer .btn{
    font-family: Mulish, sans-serif;
}

.footer .main .offer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}

.footer .main .offer-content .big {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase
}

.footer .main .offer-content .small {
    font-weight: 300;
    font-size: 8px;
    line-height: 10px
}

.footer .main .offer .btn {
    margin: 0 0 auto 5px
}

@media (max-width:1200px) {
    .footer .main .logo-wrap {
        width: 10.164%
    }

    .footer .main .footer-content-list span {
        margin-bottom: 30px
    }

    .footer .main .footer-content {
        max-width: none;
        margin-right: 0
    }

    .footer .main .offer {
        margin-left: auto;
        margin-top: 55px
    }

    .footer .main {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 50px 0 70px
    }
}

@media (max-width:992px) {
    .topbar .navbar-link {
        padding: 35px 20px
    }

    .topbar .logo-big {
        display: none
    }

    .topbar .logo-wrap {
        margin: 15px 0 20px
    }

    .topbar .phone-number-wrap {
        margin-left: 20px
    }
    .footer .main .footer-content-list span {
        margin-bottom: 25px
    }

    .footer .main .footer-content-list {
        margin-right: 20px
    }

    .footer .main {
        padding: 40px 0 50px
    }
}
@media (max-width:768px) {
    body{
        padding-top: 54px;
    }
    .topbar .link-mobile.phone-number-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: auto auto 0
    }

    .topbar.opened .navbar-wrap {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        overflow: auto
    }

    .topbar .navbar-wrap {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
        position: fixed;
        top: 0;
        left: 0;
        height: var(--app-height);
        width: 100vw;
        background: #fff;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        margin: 0
    }

    .topbar .navbar-item-phone {
        margin-top: auto
    }

    .topbar .navbar-item {
        margin: 0
    }

    .topbar .navbar-link {
        padding: 20px 0;
        margin-bottom: 5px;
        display: inline-block
    }

    .topbar .navbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 auto;
        padding: 90px 15px 60px
    }

    .topbar .logo-small {
        width: 47px;
        height: 34px
    }

    .topbar .logo-wrap {
        margin: 10px 0 15px
    }

    .topbar .phone-number-wrap {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto;
        margin-right: 47px
    }

    .topbar .burger-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 5
    }
    .footer .bottom-links {
        margin-top: 10px
    }

    .footer .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 0
    }

    .footer .main .logo-wrap {
        margin-right: 0;
        width: 50%;
        max-width: 148px;
        max-height: 86px;
        padding-right: 15px
    }

    .footer .main .footer-content-list li {
        width: 100%
    }

    .footer .main .footer-content-list span {
        margin-bottom: 15px
    }

    .footer .main .footer-content-list {
        margin-right: 0;
        margin-bottom: 35px;
        width: 50%;
        padding-right: 15px
    }

    .footer .main .footer-content {
        max-width: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .footer .main .offer {
        margin: 35px auto 0
    }
}
@media (max-width:576px) {
    body{
        padding-top: 44px;
    }
    .footer .bottom .copyright {
        font-size: 8px;
        line-height: 10px
    }

    .footer .main .footer-content-list .word-break {
        word-break: break-all
    }

    .footer .main .footer-content-list {
        white-space: initial
    }
}