@font-face {
    font-family: 'Futura PT Light';
    src: url('../fonts/FuturaPT-Light.eot');
    src: url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT-Light.woff') format('woff'),
    url('../fonts/FuturaPT-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT-Book.woff') format('woff'),
    url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Medium';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT-Medium.woff') format('woff'),
    url('../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Bold';
    src: url('../fonts/FuturaPT-Bold.eot');
    src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT-Bold.woff') format('woff'),
    url('../fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

a, a:visited {
    color: inherit;
}
a:hover {
    opacity: .8;
    color: inherit;
}
button:hover {
    opacity: .8;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Futura PT Book', sans-serif;
    --container: 1210px;
    color: #272727;
}

.container {
    width: var(--container);
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.order-btn {
    cursor: pointer;
    font-size: 18px;
    font-family: 'Futura PT Medium', sans-serif;
    line-height: 0.94;
    color: #fff;
    border: none;
    border-radius: 10px;
    background: linear-gradient(118.18deg, #FFB82C 11.99%, #FFD95B 85.32%);
    padding: 13px 53px;
}

.order-btn.black {
    background: #272727;
}

header {
    padding: 28px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .8);
    transition: all .3s;
    /*box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.75);*/
    z-index: 99;
}

header.scrolled {
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 2px solid #FFB628;
    border-image: url(../img/border.png) 2 / 0 0 2px 0 repeat;

}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menu {
    padding: 0;
    margin: 0;
    display: flex;
    font-family: "Futura PT Bold", sans-serif;
    font-size: 18px;
    gap: 43px;
}

header .menu li {
    list-style: none;
}

header .menu li a {
    text-decoration: none;
}

header .menu li a:hover {
    color: #CB8600;
}

.header-social {
    display: flex;
    gap: 18px;
}

.header-social-item,
.header-phones-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(118.18deg, #FFB82C 11.99%, #FFD95B 85.32%);
}

.header-phones {
    display: flex;
    gap: 30px;
}
.header-phones-item {
    display: flex;
    align-items: center;
    font-family: "Futura PT Bold", sans-serif;
    font-size: 21px;
}

.header-phones-item a {
    text-decoration: none;
}

.header-phones-icon {
    display: none;
}

.hero {
    background-image: url('../img/hero_image.jpg');
    background-size: cover;
    background-position: center center;
    padding-top: 90px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-title {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 40px;
    line-height: 1.28;
    margin-bottom: 10px;
}

.hero-bottom {
    display: flex;
    align-items: center;
    gap: 130px;
}

.logo {
    width: 145px;
    filter: drop-shadow(0 0 10px #000000);

}

.discount-banner {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 10px;
    background: linear-gradient(118.18deg, rgba(255, 184, 44, 0.8) 11.99%, rgba(255, 217, 91, 0.8) 85.32%);
}

.discount-banner-text {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 21px;
    line-height: 1.29;
    text-align: center;
}

.short-info {
    padding-top: 46px;
    padding-bottom: 60px;
    background-image: url('../img/bg_abstract_1.png');
    background-position: left center;
    background-repeat: repeat-x;
    background-size: cover;
}

.short-info .container {
    display: flex;
    --gap: 20px;
    gap: var(--gap);
}

.short-info-col {
    width: calc(50% - var(--gap));
    background-color: #F8F8F8;
    padding: 23px 37px;
    display: flex;
    flex-direction: column;
}

.short-info-col-title {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 32px;
    line-height: 1.28;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.short-info-col-wrapper {
    display: flex;
    flex-direction: column;
    --gapw: 15px;
    gap: var(--gapw);
    flex-grow: 1;
}

.short-info-col-img-outer {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: lightgrey;
    width: 100%;
    height: calc(0.25 * var(--container));
}

.short-info-col-img {
    /*height: 100%;*/
    width: 100%;
    max-width: none;
    position: absolute;
    /*left: 50%;*/
    top: 50%;
    /*transform: translateX(-50%);*/
    transform: translateY(-50%);
}

.short-info-form {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    /*height: 100%;*/
    flex-grow: 1;
}

.short-info-col-info-title {
    font-family: 'Futura PT Bold', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.285;
    margin-bottom: 6px;
}

.labels-item {
    font-size: 21px;
    line-height: 1.285;
    font-family: 'Futura PT Medium', sans-serif;
}

.labels-item input {
    display: none;
}

.labels-item + .labels-item {
    margin-top: 6px;
}

.labels-item:last-of-type {
    margin-bottom: 39px;
}

.short-info-col-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pseudo-radio {
    background-color: #D9D9D9;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border-radius: 50%;
}

.type-input:checked + .short-info-col-radio .pseudo-radio {
    background-color: #FFB628;
}

.short-info-col-price {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 21px;
    line-height: 1.285;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
    margin-top: auto;
}

.short-info-col-action-price {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 21px;
    line-height: 1.285;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
}

.short-info-col-price.crossline {
    text-decoration: line-through;
    font-size: 18px;
    font-family: 'Futura PT Medium', sans-serif;
}

a.short-info-col-radio-detailed {
    margin-top: 12px;
    font-size: 21px;
    line-height: 1.285;
    font-family: 'Futura PT Medium', sans-serif;
    color: #41A281;
    text-decoration: none;
    text-align: center;
}

.short-info-col-radio-text {
    width: calc(100% - 20px);
}

.detailed-group {
    position: relative;
}

.detailed-group-title {
    text-align: center;
    font-size: 36px;
    font-family: 'Futura PT Bold', sans-serif;
    margin-bottom: 30px;
}

.detailed-item-outer {
    /*position: sticky;*/
    /*top: 0;*/
    border-top: 2px solid #FFB628;
    border-image: url("../img/border.png") 2 / 2px 0 0 0 repeat;
    padding: 37px 0;
    background-color: #fff;
}

.detailed-item {
    padding: 26px 30px 38px 30px;
    background-color: #f8f8f8;
}

.detailed-item-title {
    font-size: 32px;
    font-family: 'Futura PT Bold', sans-serif;
    color: #41A281;
    line-height: 1.28;
    text-align: center;
    margin-bottom: 27px;
}

.detailed-item-wrapper {
    display: flex;
}

.detailed-item-slider {
    width: 50%;
}
.glide__track {
    border-radius: 10px;
}
.glide__slide {
    height: calc(0.35 * (var(--container) - 30px));
    position: relative;
}

.glide__slide_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    max-width: none;
    cursor: zoom-in;
}

.glide__track {
    margin-bottom: 15px;
}
.glide__bullets {
    display: flex;
    gap: 9px;
    justify-content: center;
}

.glide__bullet {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: #D9D9D9;
    border: none;
    cursor: pointer;
}

.glide__bullet--active {
    background-color: #FFB628;
}

.detailed-item-specs {
    --gap: 40px;
    width: calc(50% - var(--gap));
    margin-left: var(--gap);
    display: flex;
    flex-direction: column;
}

.detailed-item-specs-title {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 21px;
    line-height: 1.85;
    margin-bottom: 30px;
}

.detailed-item-spec-row {
    display: flex;
    font-size: 18px;
    line-height: 0.944;
    padding: 8px 0;
}

.detailed-item-spec-row + .detailed-item-spec-row {
    border-top: 1px solid #D9D9D9;
}

.detailed-item-spec-row > * {
    width: 50%;
}

.detailed-item-spec-name {
    font-family: 'Futura PT Medium', sans-serif;
}

.detailed-item-spec-add {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 0.944;
    padding: 8px 0;
}

.detailed-item-specs-bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
}

.detailed-item-action-price, .detailed-item-price {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 21px;
    line-height: 1.285;
    color: #41A281;
    margin-right: 11px;
}

.detailed-item-price.crossline {
    font-family: 'Futura PT Medium', sans-serif;
    font-size: 18px;
    text-decoration: line-through;
    color: #272727;
}
.detailed-item-btn {
    margin-left: auto;
}
.glide__slide {
    overflow: hidden;
}

.glide__slide--active .glide__slide_img {
    z-index: 1;
}

.preferences {
    position: relative;
    background: linear-gradient(118.18deg, #FFB82C 11.99%, #FFD95B 85.32%);
    padding-top: 51px;
    padding-bottom: 66px;
}

.preferences-bg {
    background-image: url("../img/bg_abstract_3.png");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 50% center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.preferences .container {
    display: flex;
    justify-content: space-around;
}

.preferences-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.preferences-item-icon {
    height: 118px;
    width: 118px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    background-color: rgba(0, 0, 0, .15);
}

.preferences-item-title {
    font-family: 'Futura PT Bold', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.285;
    text-align: center;
}

.text-block {
    padding-top: 50px;
    padding-bottom: 20px;
}

.text-block-title {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 32px;
    line-height: 1.285;
    margin-bottom: 18px;
    text-align: center;
}

.text-block-subtitle {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 21px;
    line-height: 1.285;
    color: #41A281;
    margin-bottom: 27px;
    text-align: center;
}

.text-block-wrapper {
    display: flex;
    --gap: 20px;
    gap: var(--gap);
}

.text-block-wrapper > * {
    width: calc(50% - var(--gap) / 2);
}

.text-block-text-title {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 32px;
    line-height: 1.285;
    margin-bottom: 35px;
}

.text-block-img-outer {
    position: relative;
    overflow: hidden;
}

.text-block-img-outer img {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.text-block:nth-of-type(even) .text-block-img-outer {
    order: -1;
}

.text-block-description {
    text-align: center;
    width: 75%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.text-block-icons {
    display: flex;
    justify-content: space-evenly;
}

footer {
    margin-top: 30px;
    background-color: #f8f8f8;
}

.footer-bg {
    background-image: url('../img/bg_abstract_1.png');
    background-position: 50% center;
    background-repeat: repeat-x;
    background-size: cover;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

footer .menu {
    display: flex;
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}

footer .menu li {
    list-style: none;
}

footer .menu li + li {
    margin-left: 23px;
}

footer .menu li a {
    font-family: 'Futura PT Medium', sans-serif;
    font-size: 18px;
    line-height: 0.94;
    text-decoration: none;
}

footer .menu li a:hover {
    color: #CB8600;
}

.footer-social {
    display: flex;
    margin-bottom: 35px;
}

.footer-social-item,
.footer-contacts-icon {
    text-decoration: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(118.18deg, #FFB82C 11.99%, #FFD95B 85.32%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-item + .footer-social-item {
    margin-left: 18px;
}

.footer-contacts-item {
    display: flex;
    align-items: center;
    font-size: 21px;
    line-height: 1.285;
}

.footer-contacts-item + .footer-contacts-item {
    margin-top: 6px;
}

.footer-contacts-icon {
    margin-right: 15px;
}

.footer-contacts-item a {
    text-decoration: none;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.footer-logo p {
    font-family: "Futura PT Bold", sans-serif;
    font-size: 40px;
    line-height: 1.285;
    text-transform: uppercase;
}

footer .feedback-form {
    width: 35%;
}

.feedback-form {
    background-color: #D9D9D9;
    padding: 33px 67px;
    border-radius: 10px;
}
.feedback-form-title {
    text-transform: uppercase;
    text-align: center;
    font-family: "Futura PT Bold", sans-serif;
    font-size: 21px;
    line-height: 1.285;
    margin-bottom: 20px;
}

.form-item {
    display: block;
    position: relative;
}

.form-item br {
    display: none;
}

.form-item .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.form-item input,
.feedback-form .wpcf7-submit {
    padding: 10px 17px;
    border-radius: 10px;
    border: none;
    margin-bottom: 9px;
    width: 100%;
}

.feedback-form .wpcf7-not-valid-tip {
    margin-top: 0;
    position: absolute;
    width: 90%;
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -20px);
    z-index: 3;
    padding: 1px;
    border-radius: 1px;
    background-color: #fff;
    border: 1px solid #dc3232;
    line-height: 1;
    font-size: 12px;
}

.feedback-form .wpcf7-response-output {
    display: none;
}

.form-item input::placeholder {
    font-family: 'Futura PT Light', sans-serif;
    color: #8F8F8F;
}

.feedback-form .wpcf7-submit {
    background: linear-gradient(118.18deg, #FFB82C 11.99%, #FFD95B 85.32%);
    border-radius: 10px;
    color: #fff;
    margin-top: 24px;
    font-family: "Futura PT Bold", sans-serif;
    cursor: pointer;
    width: 100%;
    padding: 13px 17px;
}

.feedback-form .wpcf7-submit:hover {
    opacity: .8;
}

.footer-bottom {
    margin-top: 56px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-bottom a {
    text-decoration: none;
}

.scroll-top-btn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 75px;
    height: 75px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(118.18deg, #FFB82C 11.99%, #FFD95B 85.32%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 99;
    transition: all .3s;
}

.scroll-top-btn:hover {
    opacity: 0;
    cursor: auto;
}

.scroll-top-btn img {
    height: 60%;
}

.scroll-top-btn.scrolled {
    opacity: 1;
    transition: all .3s;
}

.scroll-top-btn.scrolled:hover {
    opacity: .8;
    cursor: pointer;
}

.image-pop-up {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.image-pop-up-bd {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(3px);
}

.image-pop-up-outer {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
}

.image-pop-up-img {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: zoom-out;
}

.image-pop-up-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 30%;
    cursor: zoom-out;
}

.image-pop-up-controls-btn {
    position: absolute;
    height: 100%;
    left: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(3px);
    border: none;
    border-radius: 10px;
    font-size: 52px;
    padding: 5px;
}


.image-pop-up-controls-btn.right {
    left: auto;
    right: 10px;
}
.content-wrapper {
    padding: 30px 0;
}

@media(max-width: 1399px) {
    body {
        --container: 1140px;
    }
}

@media(max-width: 1199px) {
    body {
        --container: 960px;
    }

    header .menu {
        gap: 25px;
        font-size: 16px;
    }

    .header-social {
        gap: 14px;
    }

    .header-phones {
        gap: 21px;
    }

    .header-phones-item {
        font-size: 18px;
    }

    .short-info-col-title {
        font-size: 24px;
    }

    .short-info-col-info-title {
        font-size: 18px;
    }

    .labels-item {
        font-size: 18px;
    }

    .order-btn {
        padding: 13px 40px;
    }

    .detailed-group-title {
        margin-bottom: 20px;
        font-size: 33px;
    }

    .detailed-item-title {
        font-size: 26px;
    }

    .preferences-item-title {
        font-size: 17px;
    }

    .text-block {
        padding-top: 24px;
    }
    footer .container {
        justify-content: space-around;
    }
    footer .feedback-form {
        order: -1;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }
    .text-block-img-outer img {
        max-width: none;
    }
}

@media(max-width: 991px) {
    body {
        --container: 720px;
    }
    .header-phones-icon {
        display: flex;
    }

    .header-phones-text {
        display: none;
    }

    .header-social {
        margin-left: auto;
    }
    .header-phones {
        gap: 14px;
        margin-left: 14px;
    }
    .logo {
        width: 100px;
    }
    .short-info {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .short-info-col-img-outer {
        display: none;
    }
    .detailed-group-title {
        margin-bottom: 14px;
    }
    .detailed-item-outer {
        padding: 16px 0;
    }
    .detailed-item-specs-bottom {
        flex-wrap: wrap;
    }
    .detailed-item-action-price,
    .detailed-item-price {
        width: 100%;
    }
    .detailed-item-specs-bottom .order-btn {
        margin-left: 0;
        margin-top: 14px;
    }
    .preferences {
        padding: 30px 0;
    }
    .preferences-item-icon {
        height: 75px;
        width: 75px;
    }
    .preferences-item-icon img {
        width: 60%;
    }
    .short-info-form {
        width: 100%;
    }
    .text-block-icons img {
        width: 100px;
    }

}

@media(max-width: 767px) {
    body {
        --container: 540px;
    }
    header .container {
        flex-wrap: wrap;
    }
    header .menu-container {
        width: 100%;
        margin-bottom: 5px;
    }
    .hero {
        padding-top: 116px;
    }
    .site-title {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .detailed-item-wrapper {
        flex-wrap: wrap;
    }
    .detailed-item-wrapper > * {
        width: 100%;
    }
    .glide__slide {
        height: calc(var(--container) * 3 / 5);
    }
    .glide__slide_img {
        width: 100%;
        height: auto;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
    }
    .detailed-item-slider {
        margin-bottom: 20px;
    }
    .detailed-item-specs-title {
        margin-bottom: 0;
    }
}
    .hero-bottom {
        gap: 30px;
    }

    .preferences .container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .preferences-item {
        width: 30%;
    }

    .preferences-item-title {
        font-size: 14px;
    }

    .footer-logo {
        width: 150px;
    }

@media(max-width: 575px) {
    body {
        --container: 100%;
    }
    .logo {
        display: none;
    }
	.hero {
		padding-top: 140px;
	}
	.hero-bottom {
		gap: 0;
	}
    .short-info .container {
        flex-wrap: wrap;
    }

    .short-info-col {
        width: 100%;
    }
    .detailed-item-title {
        margin-bottom: 10px;
    }
    .detailed-item-price,
    .detailed-item-action-price {
        text-align: center;
    }
    .detailed-item .order-btn {
        width: 100%;
    }
    .glide__slide {
        height: calc(100vw / 4 * 3);
    }
    .detailed-item-specs {
        margin-left: 0;
    }

    .text-block-icons {
        flex-wrap: wrap;
        gap: 30px;
    }
    .text-block-icons img {
        width: 35%;
    }
    .text-block-text {
        width: 100%;
    }
    .text-block-img-outer {
        display: none;
    }
    footer .feedback-form {
        width: 100%;
        padding: 20px;
    }
}
