*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    min-height: 100%;
    font-size: 10px;
}
ul {
    list-style: none;
}
img {
    display: block;
}
button {
    outline: none;
    cursor: pointer;
}
body {
    font-size: 1.4rem;
    line-height: 1.6;
    /*font-family: "opensans-regular", sans-serif;*/
    color: #000;
}
/*@font-face {*/
/*    font-family: "opensans-regular";*/
/*    src: url(../fonts/OpenSans-Regular.woff2), url(../fonts/OpenSans-Regular.woff);*/
/*}*/
/*@font-face {*/
/*    font-family: "opensans-semibold";*/
/*    src: url(../fonts/OpenSans-Semibold.woff2), url(../fonts/OpenSans-Semibold.woff);*/
/*}*/
/*@font-face {*/
/*    font-family: "opensans-bold";*/
/*    src: url(../fonts/OpenSans-Bold.woff2), url(../fonts/OpenSans-Bold.woff);*/
/*}*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
h1 {
    font-size: clamp(3.5rem, 3.5rem + 1vw, 5rem);
    line-height: 1.3;
    margin-bottom: 4rem;
}
h2 {
    font-size: clamp(3rem, 3rem + 1vw, 4.5rem);
    line-height: 1.3;
    margin-bottom: 4rem;
}
h3 {
    font-size: clamp(1.4rem, 1.6rem + 1vw, 1.8rem);
    line-height: 1.5;
}
h4 {
    font-size: clamp(1.6rem, 1.6rem + 1vw, 2rem);
    line-height: 1.5;
    margin-bottom: 4rem;
}
a {
    text-decoration: none;
    color: inherit;
}
.btn {
    padding: 0.6rem 1.8rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3rem;
    display: inline-flex;
    font-size: 1.4rem;
    transition: all 0.5s ease;
    cursor: pointer;
    background: #358a8e;
    color: #fff;
    text-wrap: nowrap;
}
.btn:hover {
    background: #276669;
}
.btn img {
    padding-left: 0.5rem;
}
.btn--accent {
    background: #e36872;
}
.btn--accent:hover {
    background: #db3d4a;
}
.block__title {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(247, 248, 250, 0.2);
    margin-top: 4rem;
}
.block__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.block__header h2 {
    margin-bottom: 0;
    font-size: 3rem;
}
.footer {
    background: #4ba1a6;
    color: #fff;
    padding: 7rem 0 2rem;
    overflow-x: hidden;
}
.footer__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
}
@media screen and (max-width: 80rem) {
    .footer__wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem;
    }
}
.footer__content {
    max-width: 60rem;
}
.footer__content .address {
    margin-top: 5rem;
    max-width: 30rem;
    margin-bottom: 2rem;
}
.footer__content .phone {
    font-size: 3.5rem;
    margin-bottom: 0rem;
}
.footer__content h2 {
    /*font-family: "opensans-semibold";*/
    line-height: 1.2;
}
.footer__nav ul {
    display: flex;
    gap: 3rem;
    margin-top: 5rem;
    transform: translateX(10rem);
}
@media screen and (max-width: 80rem) {
    .footer__nav ul {
        transform: translateX(0rem);
        flex-direction: column;
    }
}
.footer__nav img {
    transform: translateX(8rem);
}
@media screen and (max-width: 45rem) {
    .footer__nav img {
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transform: translateX(0rem);
    }
}
.copyright {
    padding: 2rem 0 0;
    border-top: 1px solid #fff;
    margin-top: 5rem;
}
.copyright a {
    font-size: 1.2rem;
}
@media screen and (max-width: 80rem) {
    .copyright a {
        display: block;
        margin: 1rem 0;
    }
}
.copyright__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 80rem) {
    .copyright__wrapper {
        flex-direction: column;
    }
}
.copyright__wrapper ul {
    display: flex;
    gap: 2rem;
}
@media screen and (max-width: 80rem) {
    .header {
        overflow-x: clip;
        position: relative;
    }
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
@media screen and (max-width: 80rem) {
    .header__wrapper {
        margin-top: 1rem;
        padding: 0;
    }
}
.header__logo {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.header__logo a {
    display: flex;
    gap: 1rem;
}
.header__logo .header__branding img {
    width: 19rem;
}
.header__logo .header__phone {
    font-size: 1.4rem;
}
@media screen and (max-width: 80rem) {
    .header__phone {
        display: none !important;
    }
}
.header__nav.active {
    left: 0;
}
.header__nav {
    display: flex;
    align-items: center;
    gap: 5rem;
    transition: 0.5s ease;
}
@media screen and (max-width: 80rem) {
    .header__nav {
        border-top: 1px solid #f7f8fa;
        position: fixed;
        top: 8rem;
        flex-direction: column;
        width: 100%;
        z-index: 9999;
        background: #fff;
        height: 100dvh;
        left: -100vw;
        align-items: flex-start;
        padding-left: 3rem;
    }
}
.header__nav ul {
    display: flex;
    gap: 3rem;
}
@media screen and (max-width: 80rem) {
    .header__nav ul {
        flex-direction: column;
        margin-top: 5rem;
    }
    .header__nav ul li a {
        font-size: 2.5rem;
    }
}
.hamburger {
    display: none;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 80rem) {
    .hamburger {
        display: block;
        position: absolute;
        top: 1.5rem;
        right: 2rem;
        background: rgba(0, 0, 0, 0);
    }
    .hamburger span {
        width: 3rem;
        height: 0.3rem;
        background: #000;
        display: block;
        margin-bottom: 0.3rem;
        transition: 0.5s ease;
    }
}
.hamburger.active span:nth-child(1) {
    transform: translate(0px, 8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: translate(0px, -4px) rotate(-45deg);
}
.hbanner {
    margin: 10rem 0;
}
.hbanner__content p {
    font-size: 1.4rem;
    font-weight: bold;
}
/*.hbanner__content h1 {*/
/*    font-family: "opensans-bold";*/
/*}*/
.hbanner img {
    height: 50rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hbanner h3 {
    margin: 5rem 0 1rem;
    font-weight: bold;
}
.hbanner__description {
    max-width: 90rem;
}
.hservices {
    background: #f7f8fa;
    padding: 5rem 0;
    border-top: 1px solid #e7eaf0;
}
.hservices__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
}
@media screen and (max-width: 80rem) {
    .hservices__wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5rem;
    }
}
@media screen and (max-width: 45rem) {
    .hservices__wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem;
    }
}
.hservices__box {
    background-color: #fff;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}
.hservices__box .inner {
    transform: translateY(62%);
    max-width: 30rem;
    transition: all 0.5s ease;
}
@media screen and (max-width: 45rem) {
    .hservices__box .inner {
        max-width: 25rem;
    }
}
.hservices__box > img {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
}
.hservices__box h2 {
    font-size: 2rem;
    /*font-family: "opensans-semibold";*/
}
.hservices__box ul {
    margin-top: 2rem;
    list-style-type: disc !important;
    list-style-position: inside;
}
.hservices__box ul li {
    margin-bottom: 0.5rem;
}
.hservices__box:hover .inner {
    transform: translateY(0);
}
.hservices__box.action {
    background: #358a8e;
    color: #fff;
}
.hservices__box.action p {
    margin-bottom: 5rem;
}
.hbanner h1 {
    max-width: 100rem;
}
.product {
    padding: 5rem 0;
}
.product__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
}
@media screen and (max-width: 80rem) {
    .product__wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5rem;
    }
}
@media screen and (max-width: 80rem) {
    .product__wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }
}
.product__box {
    padding: 3rem 0 5rem;
    border-top: 1px solid #f7f8fa;
}
.product__box h3 {
    margin: 2rem 0;
    /*font-family: "opensans-semibold";*/
}
.product__box p {
    margin-bottom: 3rem;
}
.product__banner {
    margin: 10rem 0;
}
.product__banner p {
    margin-bottom: 0;
    /*font-family: "opensans-semibold";*/
}
.product__banner h1 {
    font-family: "opensans-bold";
}
.product__banner__content {
    position: absolute;
    background: #358a8e;
    max-width: 80rem;
    padding: 5rem;
    top: -10rem;
    right: calc((100% - 144rem) / 2);
    color: #fff;
}
@media screen and (max-width: 1460px) {
    .product__banner__content {
        right: 10rem;
    }
}
@media screen and (max-width: 80rem) {
    .product__banner__content {
        position: static;
        max-width: 100%;
    }
}
.product__banner__content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.product__banner__content p {
    /*font-family: "opensans-regular";*/
    margin-bottom: 2rem;
}
.product__banner__content ul {
    margin-top: 2rem;
    margin-left: 1.5rem;
}
.product__banner__content ul li {
    list-style: disc !important;
    list-style-position: inside;
}
.product__image {
    margin-top: 15rem;
    min-height: 50rem;
    position: relative;
}
.product__image img {
    height: 50rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product__description__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    align-items: center;
}
@media screen and (max-width: 80rem) {
    .product__description__wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem;
    }
}
@media screen and (max-width: 80rem) {
    .product__description__wrapper > img {
        height: 50rem;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.product__description__content {
    max-width: 55rem;
}
.product__description__content h2 {
    /*font-family: "opensans-semibold";*/
    margin-bottom: 2rem;
}
.product__description__content p {
    margin-bottom: 2rem;
}
.pac {
    background: #b5e1e3;
    padding: 5rem 0;
    margin: 10rem 0 0;
}
.pac p {
    /*font-family: "opensans-semibold";*/
    text-align: center;
    margin: 0;
}
.pac h2 {
    text-align: center;
    /*font-family: "opensans-semibold";*/
}
.pac__wrapper {
    display: flex;
    gap: 5rem;
    justify-content: center;
    margin: 0 auto;
}
@media screen and (max-width: 80rem) {
    .pac__wrapper {
        flex-direction: column;
    }
}
.pac__box {
    flex: 1 1 0;
    padding: 5rem 3rem;
    background: #fff;
    text-align: center;
    border: 1px solid #6bc3c7;
}
.pac__box h3 {
    padding: 0.6rem 6rem;
    margin-bottom: 4rem;
    display: inline-block;
    background: #358a8e;
    border-radius: 4rem;
    /*font-family: "opensans-semibold";*/
    font-size: 3rem;
}
.pac__box ul li:not(:last-child) {
    margin-bottom: 3rem;
}
.actions {
    background: #fff;
    padding: 10rem 0;
}
.actions__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
}
@media screen and (max-width: 80rem) {
    .actions__wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem;
    }
}
.actions__box {
    padding: 4rem;
    background-color: #f7f8fa;
}
.actions__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rem;
    /*font-family: "opensans-semibold";*/
}
.actions__header h3 {
    font-size: 3rem;
}
.service__banner__content {
    margin: 10rem 0;
}
.service__banner__content small {
    font-size: 1.4rem;
    font-weight: bold;
}
.service__banner__content h1 {
    max-width: 100rem;
    margin-bottom: 1rem;
    /*font-family: "opensans-semibold";*/
}
.service__banner__content p {
    max-width: 90rem;
}
.description {
    background-color: #358a8e;
    background-image: url("../images/service.webp");
    background-repeat: no-repeat;
    background-position: right 0rem;
    padding: 4rem 0;
    color: #fff;
}
@media screen and (max-width: 80rem) {
    .description {
        background-image: unset;
    }
}
.description__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
}
@media screen and (max-width: 80rem) {
    .description__wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem;
    }
}
.description__box h3 {
    margin-bottom: 2rem;
    font-family: "opensans-semibold";
}
.service__about {
    padding: 8rem 0;
}
.service__about__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
}
@media screen and (max-width: 80rem) {
    .service__about__wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem;
    }
}
.service__about__content {
    padding: 4rem 0;
    max-width: 65rem;
}
.service__about__content h2 {
    font-family: "opensans-semibold";
}
.service__about__content a {
    margin-top: 3rem;
}
@media screen and (max-width: 45rem) {
    .service__about img {
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.service__perks {
    background: #f0f9f9;
    padding: 6rem 0;
}
.service__perks__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
}
@media screen and (max-width: 80rem) {
    .service__perks__wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem;
    }
}
.service__perks__box h3 {
    font-family: "opensans-semibold";
    min-height: 7rem;
    margin-top: 2rem;
}
.case {
    margin: 7rem 0;
}
.case__wrapper {
    padding: 4rem 8rem;
    background-color: #f7f8fa;
    background-image: url("../images/case.webp");
    background-repeat: no-repeat;
    background-position: right;
}
@media screen and (max-width: 80rem) {
    .case__wrapper {
        background-image: unset;
        padding: 2rem;
    }
}
.case__content {
    max-width: 50rem;
}
.case__content h2 {
    margin-bottom: 2rem;
    font-size: 3.5rem;
    font-family: "opensans-semibold";
}
.case__content p {
    margin-bottom: 3rem;
}
.container {
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.6rem;
}
.container.wider {
    max-width: 160rem;
}
.mb-1 {
    margin-bottom: 1rem;
}
.pb-1 {
    padding-bottom: 1rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.pb-2 {
    padding-bottom: 2rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.pb-3 {
    padding-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.pb-4 {
    padding-bottom: 4rem;
}
.mb-5 {
    margin-bottom: 5rem;
}
.pb-5 {
    padding-bottom: 5rem;
}
.mb-6 {
    margin-bottom: 6rem;
}
.pb-6 {
    padding-bottom: 6rem;
}
.mb-7 {
    margin-bottom: 7rem;
}
.pb-7 {
    padding-bottom: 7rem;
}
.mb-8 {
    margin-bottom: 8rem;
}
.pb-8 {
    padding-bottom: 8rem;
}
.mb-9 {
    margin-bottom: 9rem;
}
.pb-9 {
    padding-bottom: 9rem;
}
.mb-10 {
    margin-bottom: 10rem;
}
.pb-10 {
    padding-bottom: 10rem;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.bg-accent {
    background-color: #e36872;
}
.text-accent {
    color: #e36872;
}
.border-accent {
    border-color: #e36872;
}
.bg-light {
    background-color: #fff;
}
.text-light {
    color: #fff;
}
.border-light {
    border-color: #fff;
}
.bg-gray {
    background-color: #f7f8fa;
}
.text-gray {
    color: #f7f8fa;
}
.border-gray {
    border-color: #f7f8fa;
}
.bg-dark {
    background-color: #000;
}
.text-dark {
    color: #000;
}
.border-dark {
    border-color: #000;
}
li.current_page_item a {
    color: #358a8e;
}
#menu-footer-menu li.current_page_item a {
    color: #fff;
} /*# sourceMappingURL=main.min.css.map */
