@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    src: local("Manrope"), url(../fonts/Manrope-Regular.eot) format("eot"), url(../fonts/Manrope-Regular.ttf) format("ttf"), url(../fonts/Manrope-Regular.woff) format("woff")
}

@font-face {
    font-family: "Manrope";
    font-style: bold;
    font-weight: 700;
    src: local("Manrope"), url(../fonts/Manrope-Bold.eot) format("eot"), url(../fonts/Manrope-Bold.ttf) format("ttf"), url(../fonts/Manrope-Bold.woff) format("woff")
}

@font-face {
    font-family: "Manrope";
    font-style: ExtraBold;
    font-weight: 800;
    src: local("Manrope"), url(../fonts/Manrope-ExtraBold.eot) format("eot"), url(../fonts/Manrope-ExtraBold.ttf) format("ttf"), url(../fonts/Manrope-ExtraBold.woff) format("woff")
}

*, ::after, ::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

blockquote, body, dd, dl, figcaption, figure, h1, h3, h4, h5, li, ol, p, ul {
    padding: 0;
    margin: 0
}

h2 {
    padding: 0
}

li {
    list-style: none
}

a {
    text-decoration: none
}

.nav, img {
    width: 100%
}

img {
    display: block
}

h1, h3, h4, h5, h6 {
    font-size: 32px;
    font-weight: 700
}

h3, h4, h5, h6 {
    font-size: 26px
}

h4, h5, h6 {
    font-size: 18px
}

h5, h6 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

p {
    margin-bottom: 15px
}

:root {
    --color: #FD6E22;
    --color2: #1B212F;
    --lable: #b83a35;
    --lable-back: #9D2A27
}

body {
    font: 16px/1.4 "Manrope", sans-serif;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    color: var(--color2)
}

.title, h2 {
    font-size: 38px;
    color: var(--color);
    margin: 60px 0 40px;
    font-weight: 800
}

.top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1
}
.wp-block-search__inside-wrapper {
    background-color: #ededed;
}
.pll-parent-menu-item a{
    display: flex;
    align-items: center;
}
.icon__wrapper, .top h1 {
    background: rgba(255, 255, 255, .05);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, .12)
}

.top h1 {
    padding: 20px 15px;
    position: absolute;
    top: 35%
}

.icon__wrapper {
    height: 250px;
    margin-top: -100px;
    z-index: 5
}

.icon-list, .news__wrapper, .icon-list {
    display: flex;
    height: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-list li {
    border: 3px solid var(--color);
    width: 90px;
    height: 90px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    margin: 0 auto;
    background: #fff;
    border-radius: 7px
}

.icon-list li h5, .icon-list li img {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.icon-list li img {
    fill: var(--color2);
    padding: 15px
}

.icon-list li h5 {
    color: var(--color2);
    width: 200px;
    text-align: center;
    bottom: -40px;
    text-transform: uppercase
}

.news-card, .promo-card {
    position: relative;
    z-index: 3
}

.news-card img, .promo-card img {
    width: 100%;
    height: 230px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.news-card h4, .promo-card h4 {
    font-size: 22px;
    color: var(--color2);
    margin: 10px 10px 15px;
}

.news-card p, .promo-card p {
    width: 94%;
    color: var(--color2);
    font-size: 14px;
    position: absolute;
    margin: 0 10px;
}

.lable, .lable span {
    position: absolute;
    width: 170px
}

.lable {
    right: -10px;
    top: -10px;
    height: 100px;
    overflow: hidden
}

.lable span {
    background: var(--lable);
    right: -43px;
    top: 20px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    z-index: 1
}

.lable::after, .lable::before {
    display: block;
    content: "";
    position: absolute;
    border: 5px solid var(--lable-back);
    border-top-color: transparent;
    border-right-color: transparent;
    z-index: -1
}

.lable::after {
    right: 0;
    bottom: 0
}

.lable::before {
    right: 90px;
    top: 0
}

.contact {
    width: 100%;
    height: auto;
    background: #fff;
    color: #001612;
    position: relative;
    margin-top: 50px
}

.contact__us {
    padding-top: 30px
}

.contact__us h3 {
    margin-bottom: 20px
}

.contact__item .relationship__email h4, .contact__item .relationship__fix h4, .contact__item .relationship__mob h4, .product__desctiption p {
    margin-bottom: 10px
}

.contact__item .relationship__email a, .contact__item .relationship__fix a, .contact__item .relationship__mob a, .top h1 {
    color: #FD6E22
}

.contact__from {
    bottom: 20px;
    position: absolute
}

.box {
    display: inline-block;
    width: 290px;
    position: relative;
    height: 350px;
    border: 1px solid #090909;
    z-index: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    margin-right: -1px;
}

.box:hover {
    z-index: 2
}

.box:after, .box:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1
}

.box:before {
    width: calc(100% + 2px);
    height: 100%;
    z-index: 1;
    -webkit-transition: height 1s ease, opacity .8s ease;
    -o-transition: height 1s ease, opacity .8s ease;
    transition: height 1s ease, opacity .8s ease
}

.box:after {
    height: calc(100% + 2px);
    width: 100%;
    z-index: 1;
    -webkit-transition: width 1s ease, opacity .8s ease;
    -o-transition: width 1s ease, opacity .8s ease;
    transition: width 1s ease, opacity .8s ease
}

.box:focus:before, .box:hover:before {
    -webkit-transition: height .2s ease, opacity .3s ease;
    -o-transition: height .2s ease, opacity .3s ease;
    transition: height .2s ease, opacity .3s ease;
    height: 85%;
    opacity: .7
}

.box:focus:after, .box:hover:after {
    -webkit-transition: width .2s ease, opacity .3s ease;
    -o-transition: width .2s ease, opacity .3s ease;
    transition: width .2s ease, opacity .3s ease;
    width: 85%;
    opacity: .8
}

.crumbs {
    margin: 20px 0 50px
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.product__image {
    width: 37%;
    margin-right: 50px;
    position: relative;
    z-index: 10
}

.btn:hover, .product__image img {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.product__image img {
    padding: 30px;
    border-radius: 7px
}

.product__image::after, .product__image::before {
    background: var(--color);
    content: "";
    position: absolute;
    width: 200px;
    height: 400px;
    z-index: -1
}

.product__image::after {
    bottom: -5px;
    right: -5px;
    border-radius: 0 0 7px 0
}

.product__image::before {
    top: -5px;
    left: -5px;
    border-radius: 7px 0 0 0
}

.product__desctiption {
    width: 60%
}

.product__desctiption h3 {
    margin-bottom: 30px
}

.product__quantity {
    position: absolute;
    bottom: 20%
}

.product__quantity li {
    background: #fff;
    margin-right: 35px;
    color: var(--color2);
    font-weight: 700;
    width: 80px;
    height: 80px;
    border: 3px solid var(--color);
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 7px
}

.product__quantity, .product__quantity li p, .top-about__wraper h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product__quantity li p {
    position: absolute;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 63px;
    width: 62px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn, .top-about {
    background: var(--color)
}

.btn {
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: capitalize;
    padding: 15px 30px;
    border-radius: 5px;
    color: #ededed;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn:hover {
    border: 1px solid var(--color);
    color: var(--color)
}

.top-about {
    padding: 1px 0
}

.top-about__wraper h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 32px;
    margin: 20px 0;
}

.top-about__wraper h2 span {
    text-align: center
}

.top-img {
    margin: 20px 0
}

.top-info {
    background: var(--color);
    padding: 30px 0
}

.top-info__content h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px
}

.top-info__content h3 span {
    text-align: right
}

.relationship {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 30px;
    gap: 20px;
}

.relationship__email, .relationship__fix, .relationship__mob, .top-info__content h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.relationship__email, .relationship__fix, .relationship__mob {
    text-transform: capitalize
}

.relationship__email a, .relationship__fix a, .relationship__mob a {
    color: #fff;
    margin-top: 5px;
    text-transform: lowercase
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__text {
    width: 65%
}

.content__img {
    width: 30%
}

.certificate__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.certificate__img img {
    width: 80%;
    margin: 0 auto
}

.page-contact__item .relationship__email a, .page-contact__item .relationship__fix a, .page-contact__item .relationship__mob a {
    color: #090909
}