@import url('https://fonts.cdnfonts.com/css/euclid-circular-a');
body {
    margin: 0;
    padding: 0;
    font-family: 'Euclid Circular A', sans-serif;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 48px);
    max-width: 1632px;
    box-sizing: border-box;
}
@media screen and (max-width: 1680px) {
    .wrapper {
        margin-top: 32px;
        padding: 0 24px;
    }
    header .wrapper {
        width: calc(100% - 16px);
        margin: 0 8px;
    }
    header nav {
        width: calc(100% + 12px);
        box-sizing: border-box;
    }
}
.grey {
    background-color: #F4F4F5;
}
main {
    overflow: hidden;
}
main > .wrapper:first-child {
    margin-top: 32px;
}
.wrapper.space {
    padding: 144px 0 192px 0;
}
@media screen and (max-width: 1680px) {
    .wrapper.space {
        padding: 144px 0 80px 0;
    }
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
nav {
    position: relative;
    display: grid;
    grid-template-columns: min-content max-content min-content min-content 177px;
    justify-content: space-between;
    width: calc(100% - 8px);
    margin: 12px 20px 12px -19px;
    padding: 10px 10px 10px 11px;
    background-color: #181A18;
    box-shadow: 0px 12px 16px -4px #00000014, 0px 4px 6px -2px #00000008;
}
nav:after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: 14px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-left: 10px solid #181A18;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(-135deg);
    z-index: -1;
}
.logo {
    width: fit-content;
    position: relative;
    height: fit-content;
    padding: 0;
}
.logo img {
    display: block;
    background-color: #FFFFFF;
    -webkit-mask: radial-gradient(circle 0 at top left, #0000 98%, #000) top left, radial-gradient(circle 0 at top right, #0000 98%, #000) top right, radial-gradient(circle 0 at bottom left, #0000 98%, #000) bottom left, radial-gradient(circle 14px at bottom right, #0000 98%, #000) bottom right;
    -webkit-mask-size: 51% 51%;
    -webkit-mask-repeat: no-repeat;
}
.logo:before, .logo:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
}
.logo:before {
    right: 0;
    bottom: 0;
    border-top: 7px solid #79D080;
    border-left: 7px solid #79D080;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
}
.logo:after {
    border-top: 3px solid #FFF;
    border-left: 3px solid #FFF;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}
nav .logo {
    margin: -4px 68px -4px -4px;
}
nav .logo img {
    padding: 8px;
}
nav .logo:before {
    border-width: 7px;
}
nav .logo:after {
    left: calc(100% - 14px);
    top: calc(100% - 14px);
    border-width: 3px;
}
nav a.logo:hover {
    padding: 0;
    border: none;
}
nav a, nav span, footer a, footer span {
    display: flex;
    margin: 0;
    padding: 8px 20px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}
nav a:hover, footer a:hover {
    color: #79D080;
    border-bottom: 1px solid #79D080;
    padding-bottom: 7px;
}
nav ul, footer ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
nav li, footer li {
    display: flex;
}
.contact {
    display: flex;
}
nav .contact {
    padding: 0 64px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.contact span {
    padding: 8px 6px;
}
.languages {
    position: relative;
}
.languages > ul {
    position: absolute;
    display: none;
}
.languages:hover > ul {
    display: block;
    top: 100%;
    background-color: #181A18;
}
nav > .call-me-back {
    position: relative;
    margin: -10px -10px -10px 20px;
    padding: 18px 6px 18px 18px;
    justify-content: space-between;
    align-items: center;
    color: #181A18;
    background-color: #79D080;
}
nav > .call-me-back:hover {
    padding-bottom: 18px;
    color: #79D080;
    border: none;
    background-color: #181A18;
}
nav > .call-me-back img {
    transform: rotate(-45deg);
    background-color: #79D080;
    border-radius: 0 50% 0 50%;
    margin: -16px;
    padding: 16px 16px 16px 16px;
    z-index: 99999;
}
nav > .call-me-back:hover img {
    background-color: transparent;
    filter: invert(77%) sepia(38%) saturate(447%) hue-rotate(73deg) brightness(88%) contrast(94%);
}
nav > .call-me-back:before {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    width: 26px;
    height: calc(50% + 5px);
    background-color: #79D080;
}
nav > .call-me-back:hover:before {
    background-color: #181A18;
}
nav > .call-me-back:after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: 7px;
    width: 14px;
    height: 14px;
    border-top: 10px solid transparent;
    border-left: 10px solid #181A18;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(-135deg);
}
nav > .call-me-back:hover:after {
    border-left: 10px solid #79D080;
}
h1, h2, h3, h4, h5, h6, .title {
    font-weight: 300;
    text-transform: uppercase;
}
p.title {
    font-size: 60px;
    line-height: 36px;
    margin: 144px 0 44px 0;
}
.button {
    display: block;
    width: fit-content;
    padding: 18px 36px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 28px;
    color: #181A18;
    cursor: pointer;
}
.button:hover {
    background-color: #79D080;
}
.path {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #9C9E9B;
}
.path img {
    object-fit: cover;
    object-position: top;
    filter: invert(71%) sepia(5%) saturate(124%) hue-rotate(56deg) brightness(87%) contrast(95%);
}
@media screen and (max-width: 1680px) {
    .contact {
        width: 1px;
        box-sizing: border-box;
        padding: 0;
        overflow: hidden;
    }
}
.form-bg, .form-popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
}
.form-bg {
    background-color: #000;
    opacity: 0.72;
}
.form-popup {
    width: fit-content;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.watermark {
    position: absolute;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    opacity: 0.5;
    z-index: -1;
}
.wrapper .watermark {
    top: unset;
    left: -300px;
    bottom: -800px;
    transform: none;
    filter: invert(1);
    opacity: 0.05;
}
.close {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #000;
    border-radius: 28px;
    cursor: pointer;
}
.close:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 19px;
    background-image: url(images/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1) brightness(2);
    transform: rotate(45deg);
}
.close:hover {
    background-color: #79D080;
}
.close:hover:before {
    filter: none;
}
.form {
    position: relative;
    padding: 44px;
    box-sizing: border-box;
    background-color: #E4E4E7;
    overflow: hidden;
    z-index: -1;
}
.form p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
}
.form p.title {
    margin: 0 0 16px 0;
    padding-right: 56px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
}
.form form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin: 36px 0 0 0;
}
.form-popup .form form {
    width: 924px;
}
.form form .three {
    grid-column-start: 1;
    grid-column-end: 4;
}
.form form label {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #9C9E9B;
}
.form form label span.error {
    width: 100%;
    position: absolute;
    margin-top: 3px;
    text-align: right;
    color: #D3221E;
}
.form form label input, .form form label textarea {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 18px 16px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    background-color: #FFF;
    border: 1px solid #E4E4E7;
    border-radius: 0;
    resize: vertical;
}
.form form label textarea {
    height: 100px;
}
.form form > div {
    display: flex;
    gap: 29px
}
.form form > div span {
    font-size: 14px;
    line-height: 20px;
    color: #3A3D39;
}
.form form button {
    height: fit-content;
    background-color: #FFF;
}
.form .success {
    text-align: center;
}
.form .success img {
    width: 308px;
    height: 142px;
    margin-top: 16px;
    filter: invert(77%) sepia(38%) saturate(447%) hue-rotate(73deg) brightness(88%) contrast(94%);
}
ul.categories {
    display: flex;
    align-self: flex-end;
    grid-gap: 4px;
    width: fit-content;
    margin: 0;
    padding: 4px;
    background-color: rgba(24, 26, 24, 0.05);
    border-radius: 32px;
}
ul.categories li {
    display: flex;
}
ul.categories li a {
    background-color: rgba(24, 26, 24, 0.05);
}
ul.categories li a:hover {
    background-color: rgba(24, 26, 24, 0.1);
}

ul.categories li a:hover {
    color: #181A18;
    background-color: #79D080;
}
ul.categories li a.current, .catalog ul li a.current:hover {
    color: #FFF;
    background-color: #181A18;
    cursor: default;
}
.content-column {
    display: grid;
    grid-template-columns: auto 1010px;
}
@media screen and (max-width: 1680px) {
    .content-column {
        display: flex;
        flex-direction: column;
    }
}
.content-column > * {
    grid-column-start: 1;
    grid-column-end: 3;
}
.content-column .section {
    grid-column-start: unset;
    grid-column-end: unset;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-transform: uppercase;
}
.content-column .content {
    grid-column-start: unset;
    grid-column-end: unset;
    display: flex;
    flex-direction: column;
    gap: 44px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}
.content-column .content > * {
    margin: 0;
}
h1 {
    margin: 0 0 44px 0;
    font-size: 96px;
    line-height: 96px;
    font-weight: 400;
}
.content h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
}
.content ul {
    padding: 0 0 0 8px;
}
.content li {
    margin: 16px 0;
    list-style: none;
}
.content li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 4px 16px;
    background: #3A3D39;
    transform: rotate(45deg);
    opacity: 0.5;
}
.content a.button {
    color: #FFF;
    background-color: #181A18;
}
.content a.button:hover {
    color: #181A18;
    background-color: #79D080;
}
.head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.head h1 {
    margin: 0;
    font-size: 96px;
    line-height: 96px;
    font-weight: 400;
}
.head h2 {
    margin: 0;
    font-size: 60px;
    line-height: 42px;
    font-weight: 300;
}
.head > a {
    display: flex;
    align-self: flex-end;
    color: #FFF;
    background-color: #181A18;
    padding: 10px 16px;
    border-radius: 20px;
}
.head:first-child > a {
    padding: 18px 36px;
    border-radius: 28px;
}
.head > a:hover {
    color: #181A18;
    background-color: #79D080;
}
.faq > div {
    margin: 12px 0 0 0;
    overflow: hidden;
    border-bottom: 1px solid #D7D7D5;
}
.faq > div > p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 12px 0;
    cursor: pointer;
}
.faq > div > p:after {
    content: "";
    place-self: flex-start;
    width: 54px;
    height: 54px;
    min-width: 54px;
    margin: 0 0 0 72px;
    background-image: url(images/switch.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 28px;
    vertical-align: text-bottom;
    transform: scaleY(-1);
    filter: invert(1) brightness(2);
}
.faq > div.closed > p:after {
    background-color: transparent;
    border: 1px solid #D7D7D5;
    transform: none;
    filter: none;
}
.faq > div.closed > div {
    max-height: 0;
    padding-bottom: 0;
}
.faq > div > div > p {
    margin: 12px 0;
    padding: 0 128px 0 0;
    font-size: 16px;
    line-height: 24px;
}
.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.contact-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.contact-block .image {
    position: relative;
    background-size: cover;
    background-position: center;
}
.contact-block .image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(24, 26, 24, 0), rgba(24, 26, 24, 0.55));
}
.contact-block .logo {
    margin-top: 80px;
}
.contact-block .logo img {
    padding: 35px;
    -webkit-mask: radial-gradient(circle 0 at top left, #0000 98%, #000) top left, radial-gradient(circle 0 at top right, #0000 98%, #000) top right, radial-gradient(circle 0 at bottom left, #0000 98%, #000) bottom left, radial-gradient(circle 70px at bottom right, #0000 98%, #000) bottom right;
    -webkit-mask-size: 51% 51%;
    -webkit-mask-repeat: no-repeat;
}
.contact-block .logo:before {
    border-width: 35px;
}
.contact-block .logo:after {
    left: calc(100% - 70px);
    top: calc(100% - 70px);
    border-width: 15px;
}
.contact-block .form {
    z-index: 1;
}
.contact-block .form form div.three {
    display: flex;
    flex-flow: column-reverse;
}
.contact-block .form p.title {
    padding-right: 0;
}
.contact-block .form .success img {
    width: 100%;
    height: 100%;
}
footer {
    position: relative;
    overflow: hidden;
    background-color: #09090B;
}
footer > img {
    position: absolute;
    top: -19.6vw;
    right: 0;
    width: calc(100vw - 564px);
    transform: rotate(336deg);
}
footer > .wrapper > img {
    margin: 55px 0;
}
footer .menu {
    backdrop-filter: blur(20px);
}
.about_nav {
    display: flex;
    padding: 36px 20px;
    justify-content: space-between;
}
.about_nav > span.title {
    font-size: 24px;
}
footer .catalog {
    border-right: 1px solid #3A3D39;
}
footer .catalog > li {
    flex-direction: column;
    flex: 1 1 0px;
    border: 1px solid #3A3D39;
    border-right: none;
}
footer .catalog > li > ul {
    flex-direction: column;
    border-top: 1px solid #3A3D39;
}
footer .catalog > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 20px;
    color: #79D080;
}
footer .catalog > li > a:after {
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background-image: url(images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(77%) sepia(38%) saturate(447%) hue-rotate(73deg) brightness(88%) contrast(94%);
}
footer .catalog > li > a:hover {
    color: #181A18;
    background-color: #79D080;
    border: none;
}
footer .catalog > li > a:hover:after {
    filter: none;
}
footer .catalog ul {
    padding: 36px 0;
}
.rules {
    padding: 36px 0;
    justify-content: center;
}
.rules a {
    color: #3A3D39;
}
/* Common END */

/* Slider BEGIN */
.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.slider .slide {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.slider .slide > img {
    position: absolute;
    top: 50%;
    left: 50%; /* Optional: for horizontal centering */
    transform: translate(-50%, -50%); /* Adjusts for element's own size */
    min-width: 100vw;
    min-height: 100vh;
}
.slider .slide > img.tilt {
    transform: translate(-52%, -50%) rotate(345deg);
    min-width: 102vw;
}
.slider .slide .wrapper {
    height: 100%;
    padding: 160px 0;
    color: #9C9E9B;
}
.slider .slide .wrapper .title {
    margin: 16px 0 36px 0;
    font-size: 96px;
    line-height: 96px;
    font-weight: 400;
    color: #FFF;
}
.slider .slide .wrapper .description {
    font-size: 24px;
    line-height: 36px;
    width: 33%;
}
.slider a {
    background-color: #FFF;
}
.slider .slide .wrapper .copyright {
    position: absolute;
    bottom: 88px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3A3D39;
}
.slick-slide {
    vertical-align: bottom;
    display: inline-block;
    user-select: none;
    background: -webkit-radial-gradient(#4D4D4D, #000);
    background: -moz-radial-gradient(#4D4D4D, #000);
    background: -o-radial-gradient(#4D4D4D, #000);
    background: radial-gradient(#4D4D4D, #000);
}
.slick-slide > div {
    background: -webkit-linear-gradient(114.57deg, rgba(0, 0, 0, 0) 44.88%, #000000 104.59%);
    background: -moz-linear-gradient(114.57deg, rgba(0, 0, 0, 0) 44.88%, #000000 104.59%);
    background: -o-linear-gradient(114.57deg, rgba(0, 0, 0, 0) 44.88%, #000000 104.59%);
    background: linear-gradient(114.57deg, rgba(0, 0, 0, 0) 44.88%, #000000 104.59%);
}
.slider > button, .arrow {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 0;
    border: none;
    background-color: #181A18;
    border-radius: 28px;
    cursor: pointer;
    transition: opacity 0.2s ease-in;
}
.slider > button:before, .arrow:before {
    content: "";
    display: block;
    width: 56px;
    height: 10px;
    margin: 23px 0;
    background-image: url(images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1) brightness(2);
}
.slider > button.slick-prev, .arrow.left {
    transform: rotate(180deg);
}
.slider > button:hover, .arrow:hover {
    background-color: #79D080;
}
.slider > button {
    position: absolute;
    right: calc(50% - 816px);
    bottom: 80px;
}
.slider > button.slick-prev {
    right: calc(50% - 752px);
    z-index: 1;
}
@media screen and (max-width: 1680px) {
    .slider .slide .wrapper .copyright {
        position: static;
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
    }
    .slider > button {
        right: 24px;
        bottom: 44px;
    }
    .slider > button.slick-prev {
        right: 88px;
    }
}
.product.slider {
    height: 43.75vw;
    min-height: auto;
}
.product.slider .slide {
    height: 43.75vw;
    min-height: auto;
    overflow: hidden;
}
.product.slider > button {
    opacity: 0;
    right: calc(50% - 60px);
}
.product.slider:hover > button {
    opacity: 1;
}
.product.slider > button.slick-prev {
    right: calc(50% + 4px);
}
/* Slider END */

/* Catalog BEGIN */
.catalog {
    position: relative;
}
.catalog > img {
    position: absolute;
    top: 39px;
    height: 423px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    opacity: 0.05;
    z-index: -1;
}
.catalog > .title {
    width: fit-content;
    margin: 44px auto;
    font-size: 72px;
    line-height: 72px;
}
.catalog ul.categories {
    margin: 44px auto;
}
.catalog .products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.catalog .products > div {
    display: grid;
    grid-template-columns: min-content auto;
    gap: 16px;
}
@media screen and (max-width: 1680px) {
    .catalog .products > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}
.catalog .products > div > div > * {
    display: block;
    margin: 24px;
}
.catalog .products > div > div > div {
    display: flex;
    gap: 24px;
}
.catalog .products > div > div > div > div {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.catalog .products .title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}
.catalog .products .description {
    font-size: 16px;
    line-height: 20px;
}
.catalog .products > div > div > div > div > span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9C9E9B;
}
.catalog .products > div > div > div > div > p {
    font-size: 24px;
    line-height: 24px;
}
.catalog .products img {
    width: 353px;
    height: 312px;
    object-fit: cover;
}
.catalog .products a {
    color: #FFF;
    background-color: #181A18;
    padding: 12px 75px;
    border-radius: 22px;
}
.catalog .products a:hover {
    color: #181A18;
    background-color: #79D080;
}
.catalog > a {
    margin: 44px auto 0 auto;
    color: #FFF;
    background-color: #181A18;
}
@media screen and (max-width: 1680px) {
    .catalog > img {
        width: 100%;
        height: 22vw;
    }
    .catalog .products a {
        width: calc(100% - 48px);
        padding: 12px 0;
    }
}
@media screen and (max-width: 1472px) {
    .catalog > img {
        top: auto;
        bottom: 100px;
    }
}
/* Catalog END */

/* Product BEGIN */
.wrapper.product-head {
    padding: 144px 0 80px 0;
}
.wrapper.product-head h1 {
    margin: 36px 0;
    font-weight: 400;
    font-size: 128px;
    line-height: 96px;
}
.prices {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    padding: 84px 0;
    background-color: #F4F4F5;
}
.prices p {
    margin: 0;
    display: inline-block;
    white-space: nowrap;
}
.prices a {
    display: inline-block;
    color: #181A18;
    background-color: #79D080;
    vertical-align: text-top;
    margin-left: 12px;
}
.options {
    border-top: 1px solid #D7D7D5;
    border-bottom: 1px solid #D7D7D5;
}
.options > div {
    display: grid;
    grid-template-columns: min-content auto auto auto auto;
    padding: 80px 0;
}
.options > div > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 33px;
    padding: 16px 24px;
    border-right: 1px solid #D7D7D5;
}
.options > div > div:first-child {
    padding-left: 0;
}
.options > div > div:last-child {
    border-right: none;
    padding-right: 0;
}
.options > div > div > span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #9C9E9B;
    text-transform: uppercase;
}
.options > div > div > p {
    margin: 33px 0 0 0;
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
}
.content.purpose > p {
    margin: 0;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    color: #9C9E9B;
}
.content.purpose > p > strong {
    font-weight: 400;
    color: #181A18;
}
/* Product END */

/* Blog BEGIN */
.blog-section {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.blog-section.two {
    margin-bottom: 0;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}
.blog-section a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #181A18;
    text-decoration: none;
}
.blog-section .title {
    margin: 8px 0 4px 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.data {
    display: flex;
}
.data .author {
    font-weight: 500;
}
.data .date {
    color: #3A3D39;
}
.data .date:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 4px 8px;
    background: #3A3D39;
    transform: rotate(45deg);
    opacity: 0.5;
}
.blog-paging .pagination {
    display: flex;
    width: fit-content;
    margin: -16px auto 0 auto;
}
.blog-paging .pagination * {
    display: flex;
    width: 54px;
    height: 54px;
    font-size: 20px;
    line-height: 54px;
    justify-content: center;
    color: #181A18;
    text-decoration: none;
    border: 1px solid #D7D7D5;
    border-radius: 28px;
}
.blog-paging .pagination a:hover {
    background-color: #79D080;
    border: 1px solid #79D080;
}
.blog-paging .pagination span {
    background-color: #9C9E9B;
    border: 1px solid #9C9E9B;
}
.blog-paging .pagination a.arrow:before {
    margin: 22px 0;
}
.blog-paging .pagination a.arrow, .blog-paging .pagination a.arrow:hover {
    margin: 0 0 0 24px;
    font-size: 0;
    border: none;
}
.blog-paging .pagination a.arrow.left {
    margin: 0 24px 0 0;
    font-size: 0;
    border: none;
}
/* Blog END */

/* Article BEGIN */
.article {
    display: flex;
    flex-direction: column;
}
.article-image {
    width: 100%;
    object-fit: cover;
}
.head .data {
    margin: 44px 0 36px 0;
}
.article h1 {
    margin: 0;
    width: 1010px;
    font-size: 72px;
    line-height: 72px;
    font-weight: 400;
}
.intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 144px;
}
.intro > * {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}
.intro > *:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 80px 0 16px 0;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #9C9E9B;
}
.intro strong {
    font-weight: 600;
    color: #181A18;
}
.article .product.slider {
    height: 646px;
}
.article .product.slider .slide {
    width: 50%;
    height: 646px;
}
.article .product.slider .slide img {
    height: 646px;
    object-fit: scale-down;
}
.article .product.slider > button {
    bottom: 40px;
}
/* Article END */

/* Contact BEGIN */
.full .image .logo {
    margin: 192px 0 0 0;
}
.full .form {
    order: -1;
    padding: 192px 80px 80px calc(100% - 816px);
    background: none;
}
@media screen and (max-width: 1680px) {
    .contact-block {
        display: flex;
    }
    .full .image {
        display: none;
    }
    .full .form {
        order: -1;
        padding: 124px 24px 80px 24px;
    }
}
.full .form h1 {
    margin: 0 0 44px 0;
    font-size: 96px;
    line-height: 96px;
    font-weight: 400;
}
.full .form form button {
    color: #FFF;
    background-color: #181A18;
}
.full .form form button:hover {
    color: #181A18;
    background-color: #79D080;
}
/* Contact END */