@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype'),
    url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    height: 100%
}

[data-aos = 'type1'] {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-aos = 'type1'].aos-animate {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

[data-aos = 'type2'] {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition-property: -webkit-clip-path;
    transition-property: -webkit-clip-path;
    -o-transition-property: clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-aos = 'type2'].aos-animate {
    -webkit-clip-path: inset(0 0 -40% 0);
    clip-path: inset(0 0 -40% 0);
}

[data-aos = 'type1a'] {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-aos = 'type1a'].aos-animate {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

[data-aos = 'type2b'] {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition-property: -webkit-clip-path;
    transition-property: -webkit-clip-path;
    -o-transition-property: clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-aos = 'type2b'].aos-animate {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

[data-aos = 'type3'] {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition-property: -webkit-clip-path;
    transition-property: -webkit-clip-path;
    -o-transition-property: clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-transition-timing-function: cubic-bezier(.18, .82, .17, 1);
    -o-transition-timing-function: cubic-bezier(.18, .82, .17, 1);
    transition-timing-function: cubic-bezier(.18, .82, .17, 1);
}

[data-aos = 'type3'].aos-animate {
    -webkit-clip-path: inset(-40px -30px -40px -30px);
    clip-path: inset(-40px -30px -40px -30px);
}

[data-aos = 'opacityscale'] {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-aos = 'opacityscale'].aos-animate {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes headerOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes headerOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.scroll-custom {
    overflow-x: auto;
}

.scroll-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(20, 20, 20, 0.6);
    background-color: #fff;
}

.scroll-custom::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.scroll-custom::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.js-animated-text div > div {
    transform: translate(20px, 220%) rotate(20deg);
}

.js-animated-desc {
    transform: scaleY(2) skew(0, 10deg) translate3d(0, 25vh, 0);
    opacity: 0;
    transition: 2s cubic-bezier(.4, 0, 0, 1);
}

.js-animated-desc.active {
    transform: scaleY(1) skew(0, 0) translateZ(0);
    opacity: 1;
}

.split-line {
    overflow: hidden;
    padding: 5px;
}

html {
    width: 100%;
    max-width: 100%;
}

body {
    position: relative;
    height: 100%;
    margin: 0;
    min-width: 320px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.2;
    color: #464646;
    width: 100%;
    max-width: 100%;
}

a {
    font-family: "Poppins", sans-serif;
}

body p {
    margin-bottom: 19px;
    margin-top: 0;
    letter-spacing: .11px;
    color: #464646;
}

img {
    max-width: 100%;
    height: auto
}

header.header {
    animation: headerOpacity 1.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    z-index: 9;
}

.container {
    width: 1390px;
    margin: auto;
}

.header-content {
    display: flex;
    align-items: center;
    height: 140px;
    width: 100%;
    justify-content: space-between;
}

.header-menu-xs {
    display: none;
}

.top-page {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}

.top-menu-info {
    display: flex;
    padding: 0;
    margin: -20px 0 0;
    list-style-type: none;
}

.top-menu-info li {
    padding-left: 80px;
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.top-menu-info li:hover {
    transform: scale(1.1);
}

.top-menu-info li a {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
}

.top-page-content {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.top-page-title {
    width: 100%;
    color: #fff;
    font-size: 95px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -3.5px;
}

.top-page-desc {
    font-size: 24px;
    color: #fff;
    width: 400px;
    line-height: 150%;
    margin-top: 30px;
}

.top-page-info {
    margin-top: -55px;
}

.about {
    margin: 215px 0;
    position: relative;
}

.about-title {
    font-weight: 700;
    font-size: 110px;
    line-height: 120%;
    position: absolute;
    top: 0;
    width: 365px;
    z-index: 2;
}

.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding-top: 95px;
    width: 1155px;
}

.about-left {
    width: 50%;
}

.about-right {
    width: 50%;
    padding-left: 15px;
}

.about-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-desc {
    font-size: 18px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.6);
}

.about-desc p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 40px;
}

.wave-svg {
    position: absolute;
    bottom: -45px;
    background-image: url(../fonts/wave.svg);
    height: 100px;
    width: 100%;
    background-size: contain;
    background-repeat: repeat-x;
}

.colum-svg {
    position: absolute;
    right: 160px;
    bottom: -115px;
}

.services {
    margin: 280px 0 240px;
}

.services-title {
    font-size: 110px;
    line-height: 120%;
    color: #000000;
    font-weight: 700;
}

.services-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 200px;
}

.services-item:nth-child(2n) {
    flex-direction: row-reverse;
    position: relative;
}

.services-item:nth-child(2n):before {
    content: "";
    position: absolute;
    top: -125px;
    left: 0;
    right: 0;
    bottom: -125px;
    background: #F2FCFA;
    clip-path: polygon(0 12%, 100% 0%, 100% 88%, 0% 100%);
    z-index: -1;
}

.services-item:nth-child(2n) .services-info {
    padding-left: 20px;
}

.services-info {
    width: 50%;
}

.services-photo {
    width: 50%;
}

.services-list {
    margin-top: 100px;
}

.services-name {
    color: #2E2E2E;
    font-weight: 700;
    font-size: 60px;
    line-height: 150%;
    margin-bottom: 40px;
}

.services-desc {
    width: 88%;
}

.services-desc p {
    font-size: 18px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.6);
}

.contact {
    margin: 240px 0 70px;
}

.contact-content {
    border-top: 2px solid #7BDDCC;
    padding: 80px 0;
}

.contact-top {
    display: flex;
    position: relative;
}

.contact-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #181717;
    width: 480px;
}

.contact-title svg {
    left: 23px;
    position: relative;
    top: -6px;
}

.contact-mail {
    margin-left: 225px;
    margin-top: 57px;
    font-size: 24px;
    line-height: 150%;
    transition: transform 0.3s ease-in-out;
}

.contact-mail:hover {
    transform: scale(1.1);
}

.contact-mail a {
    color: #181717;
    text-decoration: none;
}

.colum-svg-contact {
    position: absolute;
    right: -95px;
}

.contact-form {
    margin-top: 115px;
}

.contact-form form p {
    display: flex;
}

label.form-label {
    margin-right: 22px;
}

.form-control {
    text-align: center;
    outline: none;
    height: 70px;
    width: 330px;
    border: unset;
    border-bottom: 1.5px solid #000000;
    color: #323232;
    font-weight: 600;
    font-size: 17px;
    line-height: 140%;
}

.form-control::placeholder {
    font-weight: 600;
    font-size: 17px;
    line-height: 140%;
    color: rgba(50, 50, 50, 0.31);
}

.btn-control-btn {
    width: 330px;
    height: 70px;
    border: 2px solid rgba(0, 0, 0, 0.6);
    color: #323232;
    font-weight: 600;
    font-size: 17px;
    background: unset;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn-control-btn:hover {
    background-color: rgb(0, 0, 0);
    color: #ffffff;
}

footer.footer {
    background: #F2FCFA;
    padding: 50px 0 20px;
    margin: 120px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-menu-info {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-menu-info li {
    padding-left: 85px;
    transition: transform 0.3s ease-in-out;
}

.footer-menu-info li:hover {
    transform: scale(1.1);
}

.footer-menu-info li a {
    color: #181717;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}

.footer-cooping {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
}

.footer-mail a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #181717;
}

.header-page-menu .top-menu-info li a {
    color: #000000;
}

.content-section-title h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 110px;
    line-height: 120%;
    color: #000000;
    width: 465px;
}

.content-section-post p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
}

.error {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    height: 900px;
    margin-bottom: -120px;
    position: relative;
}

.error-title {
    font-style: normal;
    font-weight: bold;
    font-size: 128px;
    line-height: 120%;
    letter-spacing: -3.5px;
    color: #FFFFFF;
    padding-top: 280px;
}

.error-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 30px;
    width: 500px;
}

.error-desc a {
    color: #ffffff;
    font-weight: 700;
}

.error-wave-svg {
    position: absolute;
    bottom: 115px;
    background-image: url(../fonts/wave.svg);
    height: 100px;
    width: 100%;
    background-size: cover;
    background-repeat: repeat-x;
}

.error-colum-svg {
    position: absolute;
    right: 160px;
    bottom: 55px;
}

.wave-svg svg {
    width: 100%;
}

@media (max-width: 1770px) {
    .colum-svg-contact {
        right: 0;
    }
}

@media (max-width: 1510px) {
    .container {
        width: 1190px;
        margin: auto;
    }

    .top-page-title {
        font-size: 76px;
    }

    .about-title {
        font-size: 89px;
    }

    .form-control, .btn-control-btn {
        width: 280px;
    }
}

@media (max-width: 1260px) {
    .container, .about-content {
        width: 960px;
    }

    .top-page-title {
        font-size: 68px;
    }

    .about {
        margin: 140px 0;
    }

    .services {
        margin: 200px 0 140px;
    }

    .services-title {
        font-size: 82px;
    }

    .error {
        margin-bottom: -80px;
    }

    .services-name {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .services-desc p {
        font-size: 16px;
        line-height: 33px;
    }

    .contact-top {
        flex-wrap: wrap;
    }

    .contact-mail {
        width: 100%;
        padding: 0;
        margin: 35px 0 0;
    }

    .form-control, .btn-control-btn {
        width: 100%;
    }

    label.form-label {
        width: 22%;
    }

    label.btn-control {
        width: 25%;
    }

    footer.footer {
        margin: 80px 0;
    }

    .footer-menu-info li {
        padding-left: 40px;
    }

    .footer-menu-info li a {
        font-size: 16px;
    }

    .footer-cooping, .footer-mail a {
        font-size: 16px;
    }
}

@media (max-width: 1040px) {
    .container, .about-content {
        width: 740px;
    }

    .header-content, header.header {
        height: 80px;
    }

    .error {
        margin-bottom: -35px;
    }

    .error-title {
        font-size: 75px;
        letter-spacing: 0;
        padding-top: 140px;
    }

    .error-desc {
        font-size: 20px;
    }

    .error {
        height: 600px;
    }

    .top-menu-info {
        margin: 0;
    }

    .top-menu-info li {
        padding-left: 60px;
    }

    .top-page-title {
        font-size: 48px;
    }

    .top-page-desc {
        font-size: 20px;
    }

    .about-title {
        font-size: 64px;
    }

    .about-content {
        flex-wrap: wrap;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .wave-svg {
        position: relative;
        bottom: 0;
    }

    .colum-svg {
        bottom: -15px;
    }

    .colum-svg svg {
        width: 100px;
        height: 100px;
    }

    .about {
        margin: 100px 0;
    }

    .services {
        margin: 100px 0 80px;
    }

    .services-title {
        font-size: 64px;
    }

    .services-list {
        margin-top: 50px;
    }

    .services-name {
        font-size: 30px;
    }

    .services-desc p {
        font-size: 15px;
        line-height: 1.8;
    }

    .services-item {
        margin-bottom: 100px;
    }

    .services-item:nth-child(2n):before {
        top: -50px;
        bottom: -50px;
    }

    .contact {
        margin: 140px 0 50px;
    }

    .contact-content {
        padding: 30px 0;
    }

    .contact-title {
        font-size: 26px;
        line-height: 1.5;
    }

    .contact-mail {
        font-size: 19px;
        margin: 25px 0 0;
    }

    .colum-svg-contact svg {
        width: 100px;
        height: 100px;
    }

    .contact-form {
        margin-top: 50px;
    }

    .contact-form form p {
        flex-wrap: wrap;
    }

    label.form-label {
        width: 100%;
        margin-right: 0;
    }

    label.btn-control {
        width: 100%;
        margin-top: 25px;
    }

    footer.footer {
        margin: 35px 0;
    }
}

@media (max-width: 768px) {
    .container {
        width: 92%;
    }

    .about-content {
        width: 100%;
    }

    .error-wave-svg {
        height: 60px;
    }

    .error-colum-svg {
        position: absolute;
        right: 157px;
        bottom: 100px;
    }

    .error-colum-svg svg {
        width: 100px;
        height: 100px;
    }

    .footer-content {
        flex-wrap: wrap;
    }

    .footer-logo {
        width: 100%;
        text-align: center;
    }

    .footer-menu {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .footer-menu-info li {
        padding: 0 20px;
    }

    .footer-bottom {
        margin-top: 55px;
    }

    .services-item {
        flex-wrap: wrap-reverse;
        margin-bottom: 60px;
    }

    .services-info {
        width: 100%;
        margin-top: 15px;
    }

    .services-photo {
        width: 100%;
    }

    .services-item:nth-child(2n):before {
        top: -50px;
        bottom: -50px;
        left: -4%;
        right: -4%;
    }

    .services {
        margin: 100px 0 40px;
    }

    .contact {
        margin: 80px 0 10px;
    }

    .content-section-title h1 {
        font-size: 40px;
        width: 100%;
    }
}

@media (max-width: 570px) {
    .top-page, .top-page-content {
        min-height: 820px;
        height: 100vh;
    }

    .content-section-title h1 {
        font-size: 20px;
        width: 100%;
    }

    .header-menu-xs {
        display: block;
    }

    .error-title {
        font-size: 55px;
        letter-spacing: 0;
        padding-top: 220px;
    }

    .error-desc {
        font-size: 14px;
        width: 100%;
    }

    .error {
        background-image: url("../images/bg-mob.jpg");
        min-height: 820px;
        height: 100vh;
        margin-bottom: 0;
    }

    .header-logo img {
        width: 112px;
        height: 40px;
    }

    .content-section-post p {
        font-size: 14px;
        line-height: 1.7;
    }

    .top-menu-info {
        display: none;
    }

    .top-page-title {
        font-size: 55px;
        letter-spacing: 0;
        width: 100%;
    }

    .top-page-desc {
        font-size: 14px;
        line-height: 150%;
        margin-top: 60px;
        width: 100%;
    }

    .footer-menu-info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom {
        flex-wrap: wrap;
    }

    .footer-cooping {
        width: 100%;
        text-align: center;
    }

    .about {
        margin: 70px 0 50px;
    }

    .about-title {
        font-size: 45px;
        width: 85%;
    }

    .about-left img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .about-right {
        margin-top: 30px;
    }

    .about-name {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .about-desc p {
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 22px;
    }

    .wave-svg {
        height: 40px;
    }

    .colum-svg {
        bottom: -50px;
        right: 60px;
    }

    .colum-svg svg {
        width: 70px;
        height: 70px;
    }

    .services {
        margin: 45px 0 40px;
    }

    .services-title {
        font-size: 45px;
    }

    .services-name {
        margin-bottom: 14px;
    }

    .services-desc p {
        font-size: 14px;
        line-height: 1.6;
    }

    .services-item {
        margin-bottom: 10px;
    }

    .services-item:nth-child(2n):before {
        top: -90px;
        bottom: -90px;
        left: -4%;
        right: -4%;
        clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
    }

    .services-item:nth-child(2n) .services-info {
        padding-left: 0;
    }

    .contact-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .contact {
        margin: 36px 0 10px;
    }

    .colum-svg-contact {
        right: 0;
        top: 40px;
    }

    .form-control {
        height: 56px;
        width: 100%;
        border-bottom: 1.3px solid #000000;
        font-size: 16px;
    }

    label.form-label {
        margin-bottom: 20px;
    }

    label.btn-control {
        margin-top: 0;
    }

    .form-control::placeholder {
        font-size: 16px;
    }

    .btn-control-btn {
        height: 56px;
        font-size: 16px;
    }

    footer.footer {
        margin: 0;
        padding: 27px 0 20px;
    }

    .footer-menu {
        margin-top: 80px;
    }

    .footer-menu-info li {
        margin-bottom: 30px;
    }

    .footer-menu-info li a {
        font-size: 18px;
    }

    .footer-bottom {
        flex-wrap: wrap-reverse;
        margin-top: 35px;
    }

    .footer-mail {
        text-align: center;
        width: 100%;
    }

    .footer-cooping, .footer-mail a {
        font-size: 18px;
    }

    .footer-cooping {
        margin-top: 52px;
    }

    .top-menu-info {
        position: absolute;
        left: 0;
        right: 0;
        background: #F2F2F2;
        margin-top: 20px;
        padding-top: 32px;
    }

    .top-menu-info li {
        padding: 0;
        text-align: right;
        margin-bottom: 32px;
        padding-right: 4%;
    }

    .top-menu-info li a {
        color: #000;
    }

    .top-menu-info li:hover {
        transform: scale(1);
    }
}

@media (max-width: 360px) {
    .colum-svg-contact svg {
        width: 50px;
        height: 50px;
    }

    .top-page-title {
        font-size: 46px;
    }

    .colum-svg {
        bottom: -50px;
        right: 25px;
    }
}