@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    min-height: 100vh;
    ;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fa-solid {
    display: inline-block;
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:visited {
    color: initial;
    text-decoration: none;
}

* {
    font-family: 'Roboto';
}

.wysiwyg ul {
    list-style-image: url("../img/list-style.png");
}

.container,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.woocommerce-order {
    width: 1280px;
    margin: 0 auto !important;
}

.header {
    display: flex;
    z-index: 2;
    width: 100%;
}

.header.absolute {
    position: absolute;
}

.header .header-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px;
    box-sizing: border-box;
    z-index: 2;
    flex: 1;
}

.header .header-logo {
    align-items: center;
}

.header .header-logo img {
    height: 100%;
}

.header .header-nav {
    display: flex;
    align-items: center;
}

.header .header-nav ul {
    display: flex;
    gap: 24px;
    font-family: 'Montserrat Alternates';
    font-weight: 500;
    font-size: 15px;
    text-transform: lowercase;
    align-items: center;
}

.header .header-nav ul li a {
    color: #3F153A;
    text-decoration: none;
    text-align: center;
    display: flex;
}

.header .header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header .header-menu {
    display: none;
}

.input-wrap {
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.input-wrap input {
    background: transparent;
    border: none;
    padding: 10px 15px;
    width: 150px;
}

.input-wrap img {
    margin-right: 15px;
}

.splide-main-slider {
    display: flex;
    flex-direction: column;
}

.front-slider {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.front-slider .container {
    padding: 0 !important;
}

.front-slider .front-slider-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.front-slider .front-slider-wrap img {
    width: 100%;
}

.button {
    min-width: 125px;
    height: 40px;
    padding: 0 30px;
    border-radius: 40px;
    border: 1px solid #FCBD01;
    background-color: transparent;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 14px;
    color: #333B40;
    transition: all .2s ease-in-out;
}

.button.primary {
    background-color: #FCBD01;
    color: #333B40;
}

.button:hover {
    background-color: #FCBD01;
}

.button.primary:hover {
    background-color: #face4c;
}

.button:active,
.button.primary:active {
    background-color: #E2AA00;
    color: #fff;
}

.button-2 {
    min-width: 125px;
    height: 40px;
    padding: 0 30px;
    border-radius: 4px;
    border: 1px solid #005C95;
    background-color: transparent;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 14px;
    color: #005C95;
    transition: all .2s ease-in-out;
}

.button-2.primary {
    background-color: #005C95;
    color: #fff;
}

.button-2:hover {
    background-color: #005C95;
    color: #fff;
}

.button-2:active {
    background-color: #024670;
}

.call-to-action {
    background-color: #007BC7;
    background-repeat: no-repeat;
    background-position: bottom;
}

.call-to-action .call-to-action-wrap {
    display: flex;
    gap: 50px;
    box-sizing: border-box;
    flex: 0 1 100%;
    padding: 20px 0;
}

.call-to-action .call-to-action-left {
    display: flex;
    flex: 0 1 60%;
    justify-content: space-between;
}

.call-to-action .call-to-action-right {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    flex: 0 1 40%;
    display: flex;
    align-items: center;
}

.call-to-action .call-to-action-card {
    position: relative;
    height: 180px;
    width: 180px;
}

.call-to-action .call-to-action-card .call-to-action-card-image {
    width: 180px;
    height: 180px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    transition: all .3s ease-in-out;
    will-change: top;
}

.call-to-action .call-to-action-card .call-to-action-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.call-to-action .call-to-action-card .call-to-action-card-button {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.call-to-action .call-to-action-card:hover .call-to-action-card-image {
    transform: translateY(-55px)
}

.text-content {
    padding: 50px 0;
}

.text-content .text-content-wrap {
    display: flex;
    gap: 30px;
}

.text-content .text-content-article {
    flex: 1;
}

.text-content .text-content-gallery {
    flex: 0 1 50%;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.text-content .text-content-gallery a {
    height: 100%;
}

.text-content .text-content-gallery img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.text-content .text-content-line {
    background-color: #494747;
    height: 1px;
    width: 100px;
}

.specials {
    padding: 40px 0;
    background-color: #C7D6D74D;
    background-image: url('../img/specials-background.png');
}

.specials .specials-wrap h2 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 30px;
}

.specials .specials-slider {
    display: flex;
    flex-direction: column;
}

.specials .specials-slide {}

.specials .specials-slide img {
    width: 100%;
}

.reviews {}

.reviews .reviews-wrap {
    background-image: url('../img/reviews-background.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    display: flex;
    gap: 40px;
    padding: 40px 0;

    background-repeat: repeat-y;
    background-size: 50% auto;
}

.reviews .reviews-grid {
    flex: 0 1 60%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.reviews .reviews-right {
    flex: 0 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.reviews .reviews-right h2 {
    font-weight: 400;
    font-size: 32px;
    color: #fff;
}

.reviews .reviews-right p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.review {
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
}

.review .review-name {
    font-weight: 600;
    font-size: 20px;
    color: #0F1125;
    margin-bottom: 10px;
}

.review .review-product {
    font-weight: 500;
    font-size: 16px;
    color: #717276;
    margin-bottom: 20px;
}

.review .review-rating {
    padding: 20px 0;
    display: flex;
    gap: 5px;
    border-top: 1px solid #494747;
}

.review-rating .fa-star {
    color: #E3E3E3;
}

.review-rating .fa-star:before {
    content: "\f005";
}

.review-rating .selected {
    color: #ffd54c !important;
}

.review-rating .starring {
    transition: color .5s;
    color: #F4C634;
}

.review .review-content {
    font-weight: 500;
    font-size: 18px;
    color: #0F1125;
    line-height: 190%;
}

.front-news {
    padding: 40px 0;
}

.front-news .front-news-wrap {}

.front-news .front-news-header {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.front-news .front-news-header h2 {
    font-weight: 400;
    font-size: 32px;
}

.front-news .front-news-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.news-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news-card .news-card-image {
    width: 100%;
    height: 10vw;
    border-radius: 6px;
    overflow: hidden;
}

.news-card .news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card .news-card-title {
    font-weight: 700;
    font-size: 20px;
    color: #384255;
    line-height: 120%;
}

.news-card .news-card-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #384255;
}

.news-card .news-card-date {
    font-weight: 400;
    font-size: 16px;
    color: #aaadb3;
}

.footer {
    padding: 60px 0;
    background-color: #EEF3F3;
}

.footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

.footer .footer-address {
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

.footer .footer-logo {
    align-items: center;
}

.footer .footer-logo img {
    max-width: 200px;
}

.footer .footer-nav {
    display: flex;
    align-items: center;
}

.footer .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-family: 'Montserrat Alternates';
    font-weight: 500;
    font-size: 15px;
    text-transform: lowercase;
    align-items: center;
}

.footer .footer-nav ul li a {
    color: #3F153A;
    text-decoration: none;
    text-align: center;
    display: flex;
}

.breadcrumb {
    padding: 30px 0;
}

.breadcrumb .breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding-left: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #0000006B;
}

.breadcrumb .breadcrumbs a {
    color: #0000006B;
}

.breadcrumb .breadcrumbs li {
    display: flex;
    align-items: center;
    margin: 6px 0;
}

.breadcrumb .breadcrumbs li:not(:last-child)::after {
    display: block;
    content: "";
    height: 6px;
    width: 6px;
    border-color: #9B9B9B;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    margin: 0 10px;
}

.article-title {
    margin: 10px 0 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #858FA433;
}

.article-title h1 {
    font-weight: 800;
    font-size: 38px;
}

.article-date {
    margin: 10px 0;
}

.article-date span {
    font-weight: 400;
    font-size: 16px;
    color: #bdbdbd;
}

.wysiwyg-block {
    margin: 15px 0;
}

.wysiwyg-block .wysiwyg-block-content {
    color: #384255;
}

.text-content-2 {
    margin: 50px 0;
}

.text-content-2 .text-content-2-wrap {
    display: flex;
    gap: 40px;
}

.text-content-2 .text-content-2-wrap>div:first-child {
    align-items: flex-end;
}

.text-content-2 .text-content-2-wrap>div:last-child {
    align-items: flex-start;
}

.text-content-2 .text-content-2-article {
    display: flex;
    flex-direction: column;
    flex: 0 1 50%;
    justify-content: center;
}

.text-content-2 .text-content-2-article>* {
    width: 70%;
}

.text-content-2 .text-content-2-article h1 {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
}

.text-content-2 .text-content-2-article p {
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
}

.text-content-2 .text-content-2-image {
    display: flex;
    flex: 0 1 50%;
    flex-direction: column;
}

.text-content-2 .text-content-2-image a {
    width: 70%;
}

.text-content-2 .text-content-2-image img {
    width: 100%;
    height: auto;
}

.faq {}

.faq .faq-wrap {
    margin: 50px 0
}

.accordion .accordion-item {
    border-bottom: 1px solid #a8a8a8
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #007bc7;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #007bc7;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #007bc7;
    border: 1px solid #007bc7;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #007bc7;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 30em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.contacts {
    margin: 30px 0;
}

.contacts .contacts-wrap {
    display: flex;
    gap: 30px;
}

.contacts .contacts-content {
    flex: 0 1 60%;
}

.contacts .contacts-map {
    flex: 0 1 40%;
    background-color: #007BC7;
}

.contacts .contacts-content>h1 {
    font-weight: 400;
    font-size: 36px;
}

.contacts .contacts-wysiwyg {
    margin-top: 30px;
}

.wysiwyg a:hover {
    border: none !important;
}

.advantages {
    margin: 50px 0;
}

.advantages .advantages-wrap {
    display: flex;
    gap: 40px;
}

.advantages .advantages-col {
    flex: 1 1;
}

.advantages .advantages-col:nth-child(1) .advantages-card {}

.advantages .advantages-col:nth-child(2) .advantages-card {
    margin-top: 30%;
}

.advantages .advantages-col:nth-child(3) .advantages-card {
    margin-top: 60%;
}

.advantages .advantages-card {
    width: 100%;
    box-shadow: 10px 10px 30px 20px #F5F5F5;
    position: relative;
    padding: 90px 30px 30px;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.advantages .advantages-card .advantages-card-arrow {
    position: absolute;
    right: -160px;
    top: -30px;
}

.advantages .advantages-card .advantages-card-icon {
    position: absolute;
    background-color: #243A73;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    left: 30px;
    top: -35px;
}

.advantages .advantages-card .advantages-card-icon img {
    width: 60%;
}

.advantages .advantages-card .advantages-card-title {}

.advantages .advantages-card .advantages-card-title h2 {
    font-weight: 600;
    font-size: 20px;
    color: #010F52;
}

.advantages .advantages-card .advantages-card-content {
    font-weight: 400;
    font-size: 14px;
    color: #4E4E4E;
}

.team {
    margin: 50px 0;
}

.team .team-wrap {
    display: flex;
    flex-direction: column;
}

.team .team-wrap>h2 {
    font-weight: 400;
    font-size: 36px;
    color: #181818;
    margin-bottom: 30px;
}

.team .team-slider {}

.team-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #EAECF0;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.team-slide .team-slide-image {
    width: 100%;
    height: 280px;
}

.team-slide .team-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-slide .team-slide-title,
.team-slide .team-slide-foreman,
.team-slide .team-slide-content {
    padding: 0 20px;
    box-sizing: border-box;
}

.team-slide .team-slide-title h2 {
    font-weight: 600;
    font-size: 18px;
    color: #282828;
}

.team-slide .team-slide-foreman {
    font-weight: 400;
    font-size: 14px;
    color: #3E3E59;
}

.team-slide .team-slide-content {
    font-weight: 400;
    font-size: 14px;
    color: #5F6980;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #0000008c;
    display: none;
    overflow-y: auto;
}

.modal-overlay.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal {
    display: none;
    flex-direction: column;
    background-color: #fff;
    min-width: 600px;
    max-width: 100%;
    box-shadow: 0px 12px 28px 0px #00000052;
    border-radius: 4px;
}

.modal.show {
    display: flex;
}

.modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 30px 30px;
    column-gap: 30px;
}

.modal .modal-header h3 {
    font-weight: 600;
    font-size: 24px;
    color: #002033;
    font-family: 'Roboto';
}

.modal .modal-header img {
    width: 20px;
}

.modal .modal-content {
    padding: 0 30px 30px;
}

.form-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.form-wrap input:not([type=submit]),
.form-wrap textarea {
    background-color: transparent;
    width: 100%;
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    box-sizing: border-box;
}

.form-wrap input:not([type=submit]),
.form-wrap textarea {
    border: 1px solid #00426947;
}

.form-wrap input[type=submit] {
    background-color: transparent;
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #fff;
    background-color: #0078D2;
    border: 1px solid #0078D2;
}

.product {
    margin: 20px 0;
}

.product .product-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product .product-gallery-and-content {
    display: flex;
    gap: 20px;
}

.product .product-gallery-and-content .product-gallery {
    flex: 0 1 70%;
}

.product .product-gallery-and-content .product-content {
    flex: 0 1 30%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.product .product-title h1 {
    font-weight: 700;
    font-size: 21px;
}

.product-gallery {
    display: flex;
    gap: 20px;
}

.product-gallery .product-gallery-main {
    flex: 0 1 70%;
}

.product-gallery .product-gallery-main a,
.product-gallery .product-gallery-other a {
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
}

.product-gallery .product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-gallery .product-gallery-main img:hover,
.product-gallery .product-gallery-other img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-gallery .product-gallery-other {
    flex: 0 1 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-gallery .product-gallery-other img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
}

.product-rating .review-rating {
    display: flex;
    gap: 5px;
}

.product .product-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.description-row {
    display: flex;
    gap: 20px;
}

.description-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}

.description-col h2 {
    font-weight: 400;
    font-size: 21px;
}

.description-col p {
    font-weight: 400;
    font-size: 18px;
    color: #8c8c8c;
    white-space: pre-line;
    line-height: 130%;
}

.description-row .wysiwyg {
    color: #8c8c8c;
}

.interesting {
    background-color: #C7D6D74D;
    padding: 20px 0;
}

.interesting .interesting-wrap {
    display: flex;
    gap: 40px;
}

.interesting .interesting-title {
    display: flex;
    width: 30%;
    align-items: center;
    text-align: center;
}

.interesting .interesting-title h2 {
    font-weight: 400;
    font-size: 32px;
    color: #181818;
}

.interesting .interesting-content {
    display: flex;
    width: 70%;
}

.interesting-slider {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.interesting-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.interesting-slide .interesting-slide-image {
    width: 100%;
    height: 250px;
}

.interesting-slide .interesting-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interesting-slide span,
.interesting-slide h3 {
    font-weight: 400;
    font-size: 17px;
}

.splide__pagination__page {
    width: 14px !important;
    height: 13px !important;
    border-radius: 0 !important;
}

.splide__pagination__page.is-active {
    background-color: #005C95 !important;
    transform: none !important;
}

.header .close-mobile-menu {
    display: none;
}

.header .close-mobile-menu img {
    width: 60px;
}

.catalog {
    margin: 30px 0;
}

.catalog .catalog-wrap {
    display: flex;
    gap: 30px;
}

.catalog .catalog-wrap .catalog-sidebar {
    flex: 0 1 300px;
}

.catalog .catalog-wrap .catalog-content {
    flex: 1 1;
}

.catalog .products,
.product .products {
    display: grid;
    gap: 20px;
    margin: 20px 0;
}

.catalog .products.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.products.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.catalog .catalog-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.catalog .catalog-sidebar .widget-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.catalog .products .product {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.catalog.no-margin {
    margin: 0;
}

.catalog .products .product .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.catalog .products .product img {
    width: 100%;
    height: auto;
}

.catalog .products .product .button {
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.catalog .products .product .added_to_cart {
    text-align: center;
}

.catalog .products .product .added_to_cart:hover {
    text-decoration: underline;
}

.product .product-content .cart {
    flex-direction: column;
    display: flex;
    gap: 10px;
}

.catalog .products.related {
    margin-top: 40px;
}

.related h2 {
    font-size: 18px;
}

.woocommerce-breadcrumb {
    padding: 15px 0 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding-left: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #0000006B;
}

.woocommerce-breadcrumb a {
    color: #0000006B;
}

.woocommerce-breadcrumb a {
    display: flex;
    align-items: center;
    margin: 6px 0;
}

.woocommerce-breadcrumb a::after {
    display: block;
    content: "";
    height: 6px;
    width: 6px;
    border-color: #9B9B9B;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    margin: 0 10px;
}

.single_variation_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.variations a {
    margin-left: 5px;
}

.variations th {
    text-align: left;
}

.product_meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.woocommerce-variation-price {
    font-size: 20px;
    margin: 15px 0px;
}

.input-wrap form {
    display: flex;
    width: 100%;
}

.input-wrap form input {
    flex: 1;
}

.header-search form img {
    cursor: pointer;
}

.wc-block-product-categories ul li {
    padding: 10px 0;
}

.wc-block-product-categories ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-message {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.woocommerce-message .button {
    display: flex;
    align-items: center;
}

.wp-block-woocommerce-empty-cart-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wp-block-button__link,
.wc-block-components-button {
    min-width: 125px;
    height: 40px;
    padding: 0 30px;
    border-radius: 40px;
    border: 1px solid #FCBD01;
    background-color: transparent;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 14px;
    color: #333B40;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
}

.wp-block-button__link:hover,
.wc-block-components-button:hover {
    background-color: #FCBD01;
}

.header-cart {
    position: relative;
}

.header-cart span {
    position: absolute;
    background-color: #FCBD01;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    top: -7px;
    right: -7px;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    gap: 20px;
}

.woocommerce-pagination .page-numbers a {
    color: #0078D2;
}

.woocommerce-order {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.woocommerce-order ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.woocommerce-order-details, .woocommerce-customer-details {
    display: none;
}

@media (max-width: 1336px) {

    .container,
    .wp-block-woocommerce-cart,
    .wp-block-woocommerce-checkout,
    .woocommerce-order {
        width: 1126px;
    }

    .news-card .news-card-image {
        height: 14vw;
    }
}

@media (max-width: 1156px) {

    .container,
    .wp-block-woocommerce-cart,
    .wp-block-woocommerce-checkout,
    .woocommerce-order {
        width: 738px;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .front-news .front-news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .news-card .news-card-image {
        height: 20vw;
    }

    .header .header-search {
        display: none;
    }

    .header .header-cart,
    .header .header-menu {
        background-color: #005C95;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }

    .header .header-cart img {
        width: 20px;
        height: 20px;
        filter: invert(1);
    }

    .header .header-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        right: -100%;
        top: 0;
        transition: all .3s ease-in-out;
        z-index: 9;
        background-color: #fff;
        display: flex;
        justify-content: start;
        box-sizing: border-box;
        padding: 60px;
        flex-direction: column;
        align-items: end;
        gap: 70px;
    }

    .header .header-nav ul {
        display: flex;
        flex-direction: column;
        align-items: end;
        font-size: 32px;
        gap: 50px;
    }

    .header .header-menu img {
        width: 20px;
        height: 20px;
    }

    body.is-mobile-menu .header .header-nav {
        right: 0;
    }

    body.is-mobile-menu .header.absolute {
        position: initial;
    }

    .header .close-mobile-menu {
        display: block;
    }

    .call-to-action .call-to-action-card .call-to-action-card-image,
    .call-to-action .call-to-action-card .call-to-action-card-button {
        position: initial;
    }

    .call-to-action .call-to-action-card {
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 10px;
    }

    .call-to-action .call-to-action-wrap {
        flex-direction: column;
    }

    .call-to-action .call-to-action-left {
        flex: 0 1 100%;
        flex-wrap: wrap;
        gap: 20px;
    }

    .call-to-action .call-to-action-card:hover .call-to-action-card-image {
        transform: none;
    }

    .header .header-nav ul li a {
        text-align: right;
    }

    .call-to-action .call-to-action-card .call-to-action-card-image {
        z-index: 1;
    }

    .advantages .advantages-col:nth-child(2) .advantages-card {
        margin-top: 55%;
    }

    .advantages .advantages-col:nth-child(3) .advantages-card {
        margin-top: 110%;
    }

    .contacts .contacts-content,
    .contacts .contacts-map {
        flex: 0 1 50%;
    }

    .product .product-gallery-and-content {
        flex-direction: column;
    }

    .catalog .products.columns-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .catalog .catalog-wrap {
        flex-direction: column;
    }

    .catalog .catalog-wrap .catalog-sidebar {
        flex: 0;
    }
}

@media (max-width: 768px) {
    .catalog.no-margin {
        margin: 30px 0;
    }

    .catalog .products.columns-4 {
        grid-template-columns: 1fr 1fr;
    }

    .products.columns-3 {
        grid-template-columns: 1fr;
    }

    .container,
    .wp-block-woocommerce-cart,
    .wp-block-woocommerce-checkout,
    .woocommerce-order {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .text-content .text-content-gallery {
        grid-template-columns: 1fr;
    }

    .call-to-action .call-to-action-card {
        flex: 1;
        align-items: center;
    }

    .reviews .reviews-wrap {
        flex-direction: column;
    }

    .reviews .reviews-wrap {
        background: none;
    }

    .reviews {
        background-color: #0078D2;
    }

    .footer .footer-wrap {
        flex-direction: column;
        gap: 40px;
    }

    .footer .footer-address {
        justify-content: flex-start;
    }

    .header .header-nav ul {
        font-size: 24px;
        gap: 30px;
    }

    .header .header-nav {
        padding: 18px;
        gap: 40px;
    }

    .header .close-mobile-menu img {
        width: 40px;
    }

    .advantages .advantages-card .advantages-card-arrow {
        display: none;
    }

    .advantages .advantages-wrap {
        flex-direction: column;
        gap: 60px;
    }

    .advantages .advantages-col .advantages-card {
        margin-top: 0 !important;
    }

    .text-content-2 .text-content-2-article>* {
        width: 100%;
    }

    .text-content-2 .text-content-2-image a {
        width: 100%;
    }

    .contacts .contacts-wrap {
        flex-direction: column;
    }

    .contacts .contacts-map {
        flex: none;
        height: 300px;
    }

    .article-title h1 {
        font-size: 28px;
    }

    .interesting .interesting-wrap {
        flex-direction: column;
    }

    .interesting .interesting-content,
    .interesting .interesting-title {
        width: 100%;
    }

    .front-news .front-news-header {
        justify-content: space-between;
    }

    .modal {
        min-width: unset;
        margin: 20px;
    }
}

@media (max-width: 576px) {
    .catalog .products.columns-4 {
        grid-template-columns: 1fr;
    }

    .header .header-wrap {
        padding: 4px;
    }

    .text-content .text-content-wrap {
        flex-direction: column;
    }

    .container,
    .wp-block-woocommerce-cart,
    .wp-block-woocommerce-checkout,
    .woocommerce-order {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .front-news .front-news-grid {
        grid-template-columns: 1fr;
    }

    .news-card .news-card-image {
        height: 60vw;
    }

    .reviews .reviews-grid {
        grid-template-columns: 1fr;
    }

    .text-content-2 .text-content-2-wrap {
        gap: 20px;
    }

    .article-title h1 {
        font-size: 24px;
        font-weight: 600px;
    }
}