/*HEADER*/
.copy-rights {
    padding-bottom: 77px;
    flex-wrap: wrap;
}

.letter-section .bordered-part {
    border: 1px solid #394343;
    width: 100%;
    height: 718px;
    margin-bottom: 400px;
}


/*.logo {*/
/*    margin-left: -60px;*/
/*}*/

/*.logo img,*/
/*.logo svg {*/
/*    padding-left: 60px;*/
/*}*/

.y-text svg {
    max-width: 100%;
}


.main-text-content {
    position: absolute;
    top: 172px;
    max-width: 1214px;
    width: 100%;
}

.main-text-content .main-text-content-title {
    /*font-family: Apercu;*/
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 76px;
    letter-spacing: 0px;
    text-align: left;

}

.main-text-content p {
    /*font-family: Apercu;*/
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: left;
}


.letter-section .lines .line {
    height: 80px;
    border-bottom: 1px solid #394343;
}

.letter-section .strange-text {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.letter-section .random-text {
    max-width: 977px;
}

.letter-section .random-text .random-text-title {
    font-size: 100px;
    line-height: 100px;
}


.letter-section .random-text p {
    line-height: 52px;
    font-size: 44px;
}

/*SERVICES section*/
.services .services-item span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 80px;
}

.services .services-item .d-lg-block span:nth-of-type(1) {
    max-width: 160px;
    width: 100%;
}

.services .services-item .d-lg-block span:nth-of-type(2) {
    max-width: 626px;
    width: 100%;
}

.services .services-item .d-lg-none span:nth-of-type(1) {
 padding-right: 50px;
}



/*footer START*/

footer {
    border-top: 1px solid #394343;
}

.logo .mobile-logo,
.footer-logo .mobile-logo {
    max-width: 85%;
}

footer .city-info .city-item p {
    font-size: 16px;
    line-height: 16px;
}

footer .contact-info p,
footer .contact-info a {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
}

.footer-small-text p {
    font-size: 16px;
    line-height: 26px;
}

.footer-small-text {
    padding-bottom: 0;
}



