* {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
}

header {
    width: 100%;
    height: 110px;
    background: rgba(245, 86, 54, 1);
    /*position: fixed;*/
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
}

h1, h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 82px;
    line-height: 100%;
    letter-spacing: 0;
    color: rgba(14, 14, 14, 1);
    margin: 0;

}
h1 span, h2 span {
    color: rgba(245, 86, 54, 1);
}

.burger {
    display: none;
}

.header-logo {
    display: block;
    margin: auto 0 auto 120px;
}
.header-logo img {
    width: 222px;
    height: 50px;
}
.header-menu {
    height: inherit;
    position: relative;
    display: flex;
    margin: auto 80px auto auto;
}
.header-menu a {
    display: block;
    height: 48px;
    margin: auto 40px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 0;
    text-decoration: none;
    color: white;
}
.header-menu .active {
    /*border-bottom: 2px white solid;*/
}
.header-menu .active:after {
    content: "";
    width: 70px;
    display: block;
    border-bottom: 2px white solid;
    margin: auto;
}
.section-body {
    /*margin-top: 110px;*/
    width: 100%;
    height: calc(100vh - 110px);
    /*max-height: 810px;*/
    display: flex;
    padding: 0 80px;
}

.title-cont {
    width: 100%;
}

.section-body--content {
    /*position: relative;*/
    /*top: -78px;*/
    margin: 240px auto auto;
    width: auto;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0;

}
.section-body--content__about {
    top: unset;
    margin-top: 160px;
}
.section-body--content__phone {
    top: unset;
    margin-top: 140px;
}
.section-body--sub {
    margin-top: 40px;
}
.section-body--image {
    margin: 0 80px 0 auto;
    height: 100%;
    width: calc(100vw * 0.36);
    overflow: hidden;
}

.image-cont {
    width: calc(100vw * 0.36);
    /*height: 100%;*/
    /*max-height: 690px;*/
    height: inherit;
    position: relative;
}

.image-cont--about {
    /*max-height: 810px;*/
}
.image-cont--contact {
    /*max-height: 810px;*/
}
.image-base {
    width: inherit;
    height: inherit;

}
.image-left {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: 30%
}
.image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: inherit;
    width: 30%
}

.section-body--image__bg {
    width: calc(100vw * 0.36);
    height: 100%;
    background: url("/img/section1.jpg") center no-repeat;
    background-size: cover;
}
.bg2 {
    background: url("/img/section2.jpg") center no-repeat;
}
.bg5 {
    background: url("/img/section5.jpg") center no-repeat;
}
.section-body--text {
    margin-top: 60px;
    /*width: 860px;*/
    width: auto;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.02em;
}

.section-body--content__why {
    top: unset;
    margin: 90px auto auto;
}

.section-body--list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    max-width: 1520px;
    gap: 25px;
    margin-top: 70px;
}
.section-body--leaf {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    background: rgba(240, 236, 230, 1);
    border-radius: 20px;
    margin-top: 40px;
    padding: 40px;
    position: relative;
    z-index: -1;
}
.section-body--leaf span {
    display: block;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: rgba(245, 86, 54, 1);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: white;
    position: absolute;
    top: -40px;
    left: calc(50% - 30px);
}
.section-body--content__application {
    top: unset;
    margin-top: 110px;
}
.section-body--content__application h2 {
    height: 100px;
    line-height: 100px;
}
.section-body--content__phone h2 {
    height: 100px;
    line-height: 100px;
}
.application-solution {
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: .02em;

}
.section-app--list {

}
.section-app--list__contact {
    margin-top: 80px;
}
.section-app--leaf {
    display: flex;
    align-items: center;
    margin: 40px 0;
    font-family: Montserrat,sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: .02em;
}
.section-app--leaf a{
    text-decoration: none;
    color: inherit;
}
.section-app--leaf span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    text-align: center;
    border-radius: 12px;
    background: rgba(245, 86, 54, 1);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: white;
}
.section-app--leaf span img {
    display: block;
    margin: auto;
}

