:root {
    --mr-franklin-color: #00844D;
    --gray-13-color: #202020;
    --gray-20-color: #333;
    --gray-40-color: #666;
    --gray-60-color: #999;
    --background: #0F1821;
    --white: #FFF;
    --black: #000000;
}

body, html {
    font-family: 'Mukta Mahee', sans-serif;
    padding: 0;
    margin: 0;
    background-color: var(--white);
}

*, ::after, ::before {
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
}
.wrapper {
    height: 100%;
    position: relative;
}

.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    padding: 0 140px;
}
.header {
    padding: 30px 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}
.header_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header_logo {
    width: 200px;
    height: 55px;
    position: relative;
    z-index: 1;
}
.header_logo:after {
    content: "";
    position: absolute;
    width: 313px;
    height: 179px;
    top: -33px;
    left: -50px;
    background: url("../images/Intersection 1.svg") center center no-repeat;
    background-size: 100%;
    z-index: -1;
}
.header_info {
    text-align: right;
}
.header_call span {
    font-weight: bold;
}
.header_call {
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: var(--white);
}
.header_address {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: var(--white);
}
.main-section {
    display: flex;
    align-items: stretch;
    height: 770px;
    background-image: url("../images/main_bgr.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-block {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.main-block_image {
    flex: 0 0 66%;
    width: 66%;
}
.main-block_image img {
    width: 100%;
    max-width: 1008px;
    height: auto;
}
.main-block_text {
    flex: 0 0 33%;
    width: 33%;
    padding-right: 30px;
}
.main-block_title {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    margin-bottom: 30px;
}
.main-block_subtitle {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
}
.main-cone-icon {
    position: absolute;
    width: auto;
    height: auto;
    top: calc(100% - 110px);
    left: calc(33% - 173px);
}
.main-cone-icon img {
    width: 173px;
    height: 159px;
}
.service-section {
    width: 100%;
    padding: 90px 0;
    background: url("../images/pic.png") #f0eff2 calc(100% - 140px) 100% no-repeat;
    background-size: 515px;
}
.service-block_title {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #383434;
    margin-bottom: 100px;
}
.service-block_title:after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    top: 45px;
    height: 2px;
    left: 25px;
    background: #ff6700;
}
.service-block_content {
    display: grid;
    grid-template-columns: minmax(400px, 50%) 1fr;
    grid-template-rows: auto auto auto;
    padding-bottom: 180px;
}
.service-block_images-block {
    grid-area: 1/1/3/1;
    margin-right: 50px;
    margin-bottom: 60px;
}
.service-block_images-block img {
    max-width: 100%;
    height: auto;
}
.service-block_text {
    grid-area: 1/2/1/2;
    margin-left: 50px;
}
.service-block_text-item {
    margin-bottom: 50px;
    padding-right: 60px;
}
.service-block_text-title {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 70px;
    letter-spacing: normal;
    text-align: left;
    color: #383434;
    margin-bottom: 15px;
}
.service-block_text-desc {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: left;
    color: #383434;
}

.footer {
    width: 100%;
    padding: 100px 0 30px;
    background: url("../images/Intersection 2.svg") #252b43 calc(100% - 60px) 100% no-repeat;
}
.footer-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 100px;
}
.footer_copyright {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #80869d;
}
.footer-content_image {
    flex: 0 0 calc(586px - 50px);
    margin-right: 50px;
}
.footer-content_image img {
    max-width: 100%;
    height: auto;
}
.footer-content_info {
    flex: 0 auto;
    margin-left: 50px;
    padding-right: 30px;
}
.footer-content_info-logo {
    text-align: left;
    margin-bottom: 50px;
}
.footer-content_info-subtext {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    color: #e8e9eb;
    margin-bottom: 8px;
}
.footer-content_info-title {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #e8e9eb;
    margin-bottom: 25px;
}
.footer-content_contact-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
}
.footer-content_contact-icon {
    flex: 0 0 50px;
    padding-right: 10px;
}
.footer-content_contact-icon img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 400px;
    margin-left: 0;
}
.footer-content_contact-text {
    flex: 0 auto;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
}
.footer-content_contact-text.footer-phone {
    font-size: 30px;
    font-weight: bold;
}
.action-block {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
}
.action-button {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 8px;
    outline: none;
    background: url("../images/arrow.svg") rgba(255,255,255,0.85) center 21px no-repeat;
}
.action-button:hover {
    background: url("../images/arrow_white.svg") rgba(255,103,0,0.85) center 21px no-repeat;
    cursor: pointer;
}
@media (max-width: 1400px) {
    .main-block_text {
        flex: 0 0 405px;
        width: 405px;
    }
    .main-block_image {
        flex: 0 auto;
        width: auto;
    }
}
@media (max-width: 1024px) {
    .container {
        width: 90%;
        padding: 0 5%;
    }
    .header_block {
        padding: 0 40px;
    }
    .main-section {
        height: auto;
        padding: 250px 0 50px;
    }
    .main-block {
        flex-direction: column;
    }
    .main-block_text {
        flex: 0 0 100%;
        width: 100%;
    }
    .main-block_image {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .main-block_title {
        text-align: center;
        padding: 0 10%;
    }
    .main-block_subtitle {
        text-align: center;
        padding: 0 10%;
        margin-bottom: 65px;
    }
    .main-cone-icon {
        top: auto;
        bottom: -110px;
        left: 33%;
    }
    .service-block_content {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 300px;
    }
    .service-block_images-block {
        flex: 0 0 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        text-align: center;
    }
    .service-block_images-block img {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .service-block_text {
        flex: 0 0 100%;
        padding: 0 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-content_image {
        flex: 0 auto;
    }
}

@media (max-width: 768px) {
    .header_block {
        padding: 0;
    }
    .main-section {
        background-image: url("../images/mobile_bgr.png");
    }
    .main-cone-icon {
        bottom: -93px;
    }
    .main-cone-icon img {
        width: 120px;
        height: auto;
    }
    .footer-content {
        flex-direction: column-reverse;
        align-items: center;
    }
    .footer-content_image {
        flex: 0 100%;
        margin-bottom: 40px;
        text-align: center;
        margin-right: auto;
    }
    .footer-content_info {
        flex: 0 100%;
        margin-bottom: 40px;
    }
    .footer_copyright {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 30px;
    }
    .header_logo {
        width: 180px;
        height: auto;
    }
    .header_logo:after {
        width: 290px;
        height: 179px;
        top: -38px;
        left: -50px;
    }
    .header_logo img {
        max-width: 100%;
        height: auto;
    }
    .header_info {
        display: none;
    }
    .main-section .container {
        padding: 0;
    }
    .main-block_text {
        padding-right: 0;
    }
    .main-block_title {
        font-size: 36px;
        padding: 0 20px;
    }
    .main-section {
        padding-top: 210px;
        display: block;
    }
    .main-block_image {
        overflow: hidden;
    }
    .main-block_image img {
        width: 130%;
    }
    .service-section {
        background-size: 270px;
        background-position: calc(100% - 30px) 100%;
    }
    .service-block_text {
        padding: 0;
    }
    .service-block_content {
        padding-bottom: 100px;
    }
    .service-block_text-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .service-block_text-title {
        font-size: 36px;
        line-height: 40px;
    }
    .service-block_images-block img {
        width: 100%;
    }
    .footer {
        padding-top: 50px;
    }
    .footer-content_info {
        margin-left: auto;
        padding-right: 0;
    }
    .footer-content_info-subtext {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .footer-content_info-title {
        font-size: 20px;
    }
    .footer-content_contact-text.footer-phone {
        font-size: 24px;
    }
    .footer-content_contact-text {
        font-size: 20px;
    }
    .footer-content {
        margin-bottom: 50px;
    }
    .footer_copyright {
        font-size: 14px;
    }
    .action-block {
        bottom: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .action-button {
        width: 40px;
        height: 40px;
        background-size: 19px;
        background-position: center 14px;
    }
    .action-button:hover,
    .action-button:visited,
    .action-button:active {
        background-image: url("../images/arrow.svg") !important;
        background-color: rgba(255,255,255,0.85) !important;
        background-size: 19px !important;
        background-position: center 14px !important;
    }
}










