/*
Theme Name: SEOplus Theme V1 Child
Template: seoplus-theme-v1
Theme URI: https://finecustomshoes.com/
Description: Дочерняя тема для SEOplus Theme V1
Author: Ваше Имя
Author URI: https://finecustomshoes.com/
*/

@import url('https://fonts.googleapis.com/css2?family=Abel&family=Caveat:wght@400..700&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oranienbaum&family=Oswald:wght@200..700&family=Poiret+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Caveat:wght@400..700&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oranienbaum&family=Oswald:wght@200..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poiret+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');

:root {
    --headerTopPanelHeight: 0px;
    --colorTextDefault: white;
    --colorBack: #050505;
    --colorBack2: #151515;
    --colorHeaderBack: var(--colorBack);
    --cardBackground: #0f0f0f;
    --colorPrimary: white;
    --colorAccent: #E8B776;
    --colorAccentDark: #B8935C;
    --colorH6: rgba(184, 147, 92, 0.75);
    --fontText: Manrope;
    --fontTitle: "PT Serif";

    --sectionInnerMargin: 2.5rem;
}

body {
    font-weight: 400;
}

p {
    font-size: 1.125rem;
}

.header-top {
    display: none;
}

/*.section > .wp-block-group__inner-container > * {
    margin-bottom: var(--sectionInnerMargin);
}*/

.section > .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0 !important;
}

.section-hero {
    display: flex;
    height: 700px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    position: relative;
    overflow: hidden;
}

.section-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.12) 10.27%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 5;
}

.section-hero .hero-content {
    position: relative;
    z-index: 10;
}

.hero-content {
    display: flex;
    max-width: 860px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

h1 {
    text-align: center;
    font-family: var(--fontTitle), serif;
    font-size: clamp(39px, 39px + 39 * ((100vw - 360px) / 1080), 78px);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0.1em 0;

    background: linear-gradient(180deg, #FFECB8 0%, #C29962 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section h2 {
    text-align: center;
    font-family: var(--fontTitle), sans-serif;
    /*font-size: 3.625rem;*/
    font-size: clamp(35px, 35px + 23 * ((100vw - 360px) / 1080), 58px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;

    background: linear-gradient(180deg, #FFECB8 0%, #C29962 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    width: fit-content;
    margin-left: auto;
    margin-right: auto;

    position: relative;
    margin-bottom: var(--sectionInnerMargin);
}

h3 {
    color: var(--colorAccent);
    text-align: center;

    font-family: var(--fontTitle), sans-serif;
    font-size: clamp(28px, 28px + (32 - 28) * ((100vw - 360px) / 1080), 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 2rem */
    margin-bottom: 1.25rem;
}

h4 {
    color: #FFF;
    font-family: var(--fontTitle), sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 2rem */
}

.footer-widgets-area h2,
.footer-widgets-area h3,
h6 {
    color: var(--colorH6);
    text-align: left;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

.section h2::after,
.section h2::before {
    height: 0.25rem;
    flex: 1 0 0;
    content: "";
    position: absolute;
}

.section h2::before {
    background: linear-gradient(270deg, #E1C38D 0%, rgba(225, 195, 141, 0.00) 100%);
    /*background-color: #E1C38D;*/
    top: 50%;
    left: 0;
    /*width: calc((min(100vw, var(--siteWidth) - 2 * var(--containerPadding)) - 100% - 2 * 2.5rem) / 2);*/
    width: calc((min(100vw, var(--siteWidth)) - 100% - 2 * var(--sectionInnerMargin)) / 2);
    transform: translateX(calc(-100% - var(--sectionInnerMargin)));
}

.section h2::after {
    background: linear-gradient(90deg, #E1C38D 0%, rgba(225, 195, 141, 0.00) 100%);
    top: 50%;
    right: 0;
    width: calc((min(100vw, var(--siteWidth)) - 100% - 2 * var(--sectionInnerMargin)) / 2);
    transform: translateX(calc(100% + var(--sectionInnerMargin)));
}

.hero-content {
    margin-bottom: auto;
    margin-top: auto;
}

.hero-content * {
    margin-bottom: 0;
    margin-top: 0;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    max-width: 31.3125rem;
}

.wp-block-button.button-secondary a,
.wp-block-button.button-primary a,
.wpcf7 input.button-primary,
.button-secondary:not(.wp-block-button),
.button-primary:not(.wp-block-button) {
    background: var(--colorPrimary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0.75rem 3.125rem;
    gap: 0.625rem;
    border: 1px solid var(--colorAccentDark);
    background: radial-gradient(143.7% 126.7% at 77.8% 0%, #F5CC7A 0%, #B27B23 51.08%, #5D3303 100%);

    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    transition: all, 0.3s ease;
    border-radius: 0;
    width: fit-content;
}

.wp-block-button.button-secondary a,
.button-secondary:not(.wp-block-button) {
    border: 2px solid var(--colorAccentDark);
    background: transparent;
    color: white;
}

.wp-block-button.button-secondary a:hover,
.wp-block-button.button-primary a:hover,
.wpcf7 input.button-primary:hover,
.button-secondary:not(.wp-block-button):hover,
.button-primary:not(.wp-block-button):hover {
    transform: scale(1.05);
    box-shadow: 0 4px 32px #B27B2380;
}

.section-hero .boots-left {
    width: 40%;
    height: 54rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.section-hero .boots-right img,
.section-hero .boots-left img {
    object-fit: contain;
}

.section-hero .boots-right {
    width: 40%;
    height: 50rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .section-hero .boots-left {
        width: 40%;
        height: auto;
        aspect-ratio: 1 / 1;
        position: absolute;
        left: 0;
        top: 0;
        transform: none;
        display: flex;
        align-items: center;
    }

    .section-hero .boots-right {
        width: 40%;
        height: auto;
        aspect-ratio: 1 / 1;
        position: absolute;
        left: unset;
        right: 0;
        bottom: 0;
        top: unset;
        transform: none;
        display: flex;
        align-items: center;
    }
}

.card {
    display: flex;
    padding: var(--cardPadding);
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;

    border: 1px solid;
    border-image: linear-gradient(180deg, #7B5A2F 0%, #FFECB8 29%, #7B5A2F 100%) 1;
    background: var(--cardBackground);
    box-shadow: 0 8px 32px 0 rgba(245, 204, 122, 0.20);
}

.card p {
    color: white;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}

.card > *:last-child {
    margin-bottom: 0;
}

.card h3 {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.card h3::after {
    height: 0.125rem;
    align-self: stretch;
    content: "";
    background: linear-gradient(90deg, rgba(225, 195, 141, 0.00) 0%, #E1C38D 49.52%, rgba(225, 195, 141, 0.00) 100%);
    width: 100%;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.section h6 {
    text-align: left;
}

.section h2 + h6 {
    margin-top: -1.9rem;
    margin-bottom: var(--sectionInnerMargin);
    text-align: center;
}

.card h6 {
    margin-bottom: 0.31rem;
}

.card.service-card {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card.service-card > * {
    box-sizing: border-box;
    width: 100%;
}

.card.service-card > *:not(.wp-block-image) {
    padding-left: var(--cardPadding);
    padding-right: var(--cardPadding);
}

.card.service-card .wp-block-group.is-nowrap {
    margin-bottom: 0.94rem;
    max-width: calc(20.375rem + var(--cardPadding) * 2);
}

.card.service-card .wp-block-buttons {
    margin-top: calc(1.56rem - 0.94rem);
    display: flex;
    justify-content: center;
}

.service-card h3::after {
    margin-top: 1.56rem;
    margin-bottom: 0;
}

.service-card > .wp-block-image {
    position: relative;
    margin-bottom: 1.56rem;
}

.service-card > .wp-block-image::after {
    position: absolute;
    bottom: -0.125rem;
    height: 0.125rem;
    left: 0;
    align-self: stretch;
    content: "";
    background: linear-gradient(90deg, rgba(225, 195, 141, 0.00) 0%, #E1C38D 49.52%, rgba(225, 195, 141, 0.00) 100%);
    width: 100%;
}

.wp-block-columns.services-cards {
    justify-content: center;
}

.wp-block-columns.services-cards .wp-block-column {
    max-width: 32.3rem;
}

.section-bright {
    background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
}

footer.footer,
.section-back-2 {
    background: var(--colorBack2);
}

.flex-4,
.flex-5 {
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--columnsGap);
    row-gap: var(--columnsGap);
    /*justify-content: center;*/
}

.flex-4 > * {
    flex: 1;
    min-width: 270px;
    max-width: 350px;
}

.flex-5 > * {
    flex: 1;
    min-width: 180px;
    max-width: 350px;
}

@media (max-width: 500px) {
    .flex-4,
    .flex-5 {
        justify-content: center;
    }

    .wp-block-buttons {
        justify-content: center;
    }
}

.iconed-card {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: var(--cardPadding);
    gap: 0.9375rem;
    /*flex: 1 0 0;*/
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}

.iconed-card.v2 {
    border: 1px solid;
    border-image: linear-gradient(180deg, #E8B77680 0%, #E8B77600 100%) 1;
}

.iconed-card > * {
    margin-bottom: 0;
}

.iconed-card h6 {
    text-align: center;
    font-size: 3.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 80%; /* 2.5375rem */
    background: linear-gradient(180deg, #FFECB8 0%, #C29962 62.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.iconed-card h5 {
    color: #FFF;
    text-align: center;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.iconed-card .wp-block-image {
    display: flex;
    padding: var(--cardPaddingSmall);
    justify-content: center;
    align-items: center;
    border-radius: 3.75rem;
    border: 2px solid #B27B23;
}

.iconed-card .wp-block-image img {

}

.card h6,
.service-card h6 {
    text-align: center;
}

h6 {
    margin-bottom: 1rem;
}

.section .wp-block-pgcsimplygalleryblock-grid,
.section .flex-4,
.section .flex-5 {
    margin-bottom: var(--sectionInnerMargin);
}

.iconed-card.v2:not(:last-child) {
    position: relative;
}

.iconed-card.v2:not(:last-child)::after {
    position: absolute;
    content: url('http://finecustomshoes.com/wp-content/uploads/2026/06/Frame-57.svg');
    top: 50%;
    right: 0;
    transform: translateX(calc(50% + var(--columnsGap) / 2)) translateY(-50%);
}

.section .wp-block-group.is-nowrap,
.card .wp-block-group.is-nowrap {
    display: flex;
    align-items: center;
    column-gap: 1.25rem;
    margin-bottom: 0.62rem;
}

.section .wp-block-group.is-nowrap .wp-block-image,
.card .wp-block-group.is-nowrap .wp-block-image {
    flex-shrink: 0;
}

.section .wp-block-group.is-nowrap p,
.card .wp-block-group.is-nowrap p {
    text-align: left;
}

.section-about p {
    color: rgba(255, 255, 255, 0.60);
    /*font-size: 1.125rem;*/
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1em;
}

.wp-block-separator {
    border: 0 !important;
    height: 0.125rem;
    align-self: stretch;
    background: linear-gradient(90deg, rgba(225, 195, 141, 0.00) 0%, #E1C38D 49.52%, rgba(225, 195, 141, 0.00) 100%);
    margin-bottom: 1.125rem;
}

.experience-row {
    display: flex;
    column-gap: calc(var(--columnsGap) * 2);
    row-gap: var(--columnsGap);
    flex-wrap: wrap;
}

.experience-row h6 {
    font-family: var(--fontTitle), sans-serif;
    font-size: 3.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    background: linear-gradient(180deg, #FFECB8 0%, #C29962 62.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}

.experience-row > * {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.experience-row p {
    color: rgba(254, 235, 187, 0.70);
    text-align: left;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.6875rem */
}

.section-about .wp-block-columns {
    --col: calc((100% - 11 * var(--columnsGap)) / 12);
    justify-content: space-between;
}

.section-about .wp-block-columns .wp-block-column:nth-child(1) {
    width: calc(var(--col) * 4);
}

.section-about .wp-block-columns .wp-block-column:nth-child(2) {
    width: calc(var(--col) * 6);
    margin-right: calc(var(--col) + var(--columnsGap));
}

.section-about h4 {
    margin-bottom: var(--sectionInnerMargin);
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.94rem;
}

.contact-row .wp-block-image {
    display: flex;
    padding: 0.625rem;
    align-items: center;
    gap: 0.625rem;
    border-radius: 3.125rem;
    background: rgba(222, 177, 93, 0.20);
}

.offcanvas-widgets .contact-row .wp-block-image {
    padding: 0.25rem;
    background: transparent;
}

.contact-row a,
.contact-row p {
    color: #FFF;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 2.0625rem */
}

.offcanvas-widgets a,
.offcanvas-widgets p {
    font-size: 1.125rem;
}

.contact-row a:hover {
    color: var(--colorAccent);
}

.section-contacts iframe {
    filter: invert(90%);
    width: 100%;
}

.wpcf7 *:not(textarea):not(input):not(select) {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input {
    display: flex;
    padding: 0.625rem 0.9375rem;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    background: rgba(222, 177, 93, 0.20);

    color: white;
    text-align: left;

    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 2.0625rem */
    border: 0;
    outline: 0;
}

@media (max-width: 767px) {

    .wpcf7 textarea,
    .wpcf7 select,
    .wpcf7 input {
        padding: 0.4rem 1rem;
        font-size: 1rem;
    }
}

.wpcf7 textarea {
    height: 6.5rem;
}

.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder {
    color: rgba(255, 255, 255, 0.40);
}

.wpcf7 label span {
    margin-top: 0.5rem;
}


.footer-widgets-area h2,
.footer-widgets-area h3 {
    margin-bottom: 1.125rem;
}

ul.mobile-menu,
.footer-widgets-area ul.menu {
    padding-left: 0;
    list-style: none !important;
    margin-top: 0;
}

ul.mobile-menu li,
.footer-widgets-area ul.menu li {
    display: flex;
}

ul.mobile-menu li a,
.footer-widgets-area ul.menu li a {
    padding-top: 4px;
    padding-bottom: 4px;
}

ul.mobile-menu li a:hover,
.footer-widgets-area ul.menu li a:hover {
    color: var(--colorAccent);
}

.footer-widgets-area h5 {
    color: var(--colorAccentDark);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    max-width: 24.5rem;
}

.section-hero .wp-block-buttons {
    justify-content: center;
}

.header-main {
    border-bottom: 1px solid #232323;
}

.sgpb-main-html-content-wrapper {
    background-color: var(--colorBack2);
}

.sgpb-main-html-content-wrapper {
    border: 1px solid #ffffff10;
}

.cky-btn-revisit-wrapper {
    background-color: black !important;
}

.cky-btn-revisit-wrapper img {
    opacity: 0.5;
}

.menu-item.menu-item-type-custom {
    display: flex;
}

.menu-item.menu-item-gtranslate > div,
.gt_container-94e8ak {
    position: static !important;
}

.gt_float_switcher .gt_options a,
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 0 !important;
    color: white !important;
    font-weight: normal !important;
}

.gt_float_switcher .gt_options a,
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 1rem !important;
}

.gt_float_switcher,
.gt_float_switcher .gt-selected,
.gt-current-lang {
    background: transparent !important;
}

.gt_float_switcher img {
    width: 24px !important;
    display: none!important;
}

#gt_float_wrapper {
    line-height: 0.8;
}