/**
 * Theme Name:        РАКЕТА
 * Theme URI:         https://raketa-ff.ru
 * Description:       Дизайн сайта для компании "Ракета Фулфилмент"
 * Version:           1.0.1
 * Author:            Алексей Самойлов
 * Author URI:        https://raketa-ff.ru
 * Text Domain:       raketa
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.0
 * Requires PHP:      7.4
 * License:           Commercial
 * License URI:       https://raketa-ff.ru
 */

@import url('https://fonts.googleapis.com/css2?family=Rooto:wght@400;500&family=Roboto+Condensed:wght@500;700;800&display=swap');

html {
    overflow-x: hidden;
}
body {
    background: #080808;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    overflow-x: hidden;
}
h1, .h1,
h2, .h2,
h3, .h3,
.header__title,
.header__nav,
.text-block__title,
.cal-label,
a.button {
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}
h2, .h2 {
    font-weight: 800;
    font-size: 52px;
}
h3, .h3 {
    font-weight: 700;
    font-size: 20px;
}
a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.5);
    transition: all .25s ease-in;
}
a:visited, a:focus {
    color: #d5d5d5;
}
a:hover {
    color: #FFE500;
    border-color: #FFE500;
}
a.no-border-link {
    border-bottom: none !important;
}
.no-border-link-inside a {
    border-bottom: none !important;
}
a.js-border-link {
    border-bottom-style: dotted;
}
.header__brand,
.header__nav {
    text-transform: uppercase;
}
a.button {
    padding: 12px;
    border-radius: 6px;
    text-transform: uppercase;
}
a.button-yellow {
    color: #000;
    border: none;
    background: #FFE500;
}

/* HEADER --- HEADER --- HEADER --- HEADER --- HEADER --- HEADER --- HEADER --- HEADER --- HEADER --- HEADER --- HEAD */

#header {
    /*background: url("assets/img/bg-header.png?v=2") 50% 100% no-repeat;*/
}
.header__brand {
   /*background: url("assets/img/bg-header-brand.png") 100% 100% no-repeat;*/
    position: relative;
}

.header__logo,
.header__contacts {
    height: 120px;
}
.header__brand,
.header__title,
.header__nav {
    position: relative;
}
.header__title,
.header__nav,
.header__brand:before,
.header__title:before,
.header__nav:before {
    height: 60px;
}
.header__brand:before {
    content: "";
    position: absolute;
    background: url("assets/img/bg-header-brand-corner.svg?v=4") 100% 100% no-repeat;
    background-size: auto 100%;
    left: 0;
    bottom: 0;
    right: -1px;
}
.header__title:before {
    content: "";
    position: absolute;
    background: url("assets/img/bg-header-left-side.svg") 100% 100% repeat-x;
    background-size: auto 100%;
    width: 80085px;
    left: -80085px;
}
.header__nav:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 80085px;
    right: -80085px;
}
.header__logo {
    display: block;
    max-width: 437px;
    padding-top: 9.506%;
    background: url("assets/img/brand-logo.svg") 0 50% no-repeat;
    background-size: 100% auto;
    border-color: #fff !important;
}
.header__title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
}
.header__title span,
.header__title h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.header__title h1 {
    padding-left: 25px;
    margin-left: 15px;
    background: url("assets/img/separator-letter-white.svg") 0 50% no-repeat;
    background-size: 10px auto;
}
.header__contacts {
    align-items: center;
}
.header__contact {
    padding-left: 50px;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.header__address {
    background-image: url("assets/img/contacts-pin.svg");
}
.header__time {
    background-image: url("assets/img/contacts-time.svg");
}
.header__contact .h3 {
    margin: 0 0 6px 0;
}
.header__nav {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #fff;
    font-size: 18px;
}
.header__nav>div a {
    padding-left: 35px;
    background: url("assets/img/separator-square-black.svg") 0 50% no-repeat;
    background-size: 10px auto;
}
.header__nav>div:nth-child(even) a {
    background-image: url("assets/img/separator-letter-black.svg");
}
.header__nav a,
.header__nav a:focus,
.header__nav a:visited {
    color: #000;
}
.header__nav a span {
    border-bottom: 1px solid transparent;
    transition: all .25s ease-in;
}
.header__nav a:hover span {
    border-bottom: 1px solid #000;
}

/* BLOCKS --- */
.block-title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
.block-title__stripe-entry {
    position: relative;
    background: url("assets/img/title-separator.svg") 100% 100% no-repeat;
    background-size: auto 100%;
    display: inline-block;
}
.block-title__stripe-entry:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 80085px;
    left: -80085px;
    top: 0;
    bottom: 0;
}
.block-title__stripe-entry img {
    height: 40px;
    width: auto;
    margin-right: calc(20px + 16px);
}
.block-title .h2 {
    margin: 0;
    font-size: 60px;
    text-transform: uppercase;
}
.home-about__features .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.home-about__features .feature-img {
    background: rgba(255,255,255,.1);
    border-radius: 30%;
    border: 2px solid #fff;
    margin-bottom: 20px;
    transition: transform .25s ease-in;
}
.home-about__features .feature-img img {
    margin: 10px;
    width: 80px;
    height: auto;
}
.home-about__features .feature-img:hover {
    transform: scale(120%);
}
.text-block {
    background: rgba(255,255,255,.1);
    border-radius: 6px;
}
.text-block__title {
    padding: 20px 20px 15px 20px;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.text-block__title>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.text-block__title.marker-square>span {
    background-image: url("assets/img/separator-square-white.svg?v=3");
}
.text-block__title.marker-letter>span {
    background-image: url("assets/img/separator-letter-white.svg?v=5");
}
.text-block__wrapper {
    transition: height .25s ease-in;
    overflow: hidden;
}
.text-block__content {
    padding: 0 20px 20px 20px;
    line-height: 1.5;
}
.text-block__content p:last-child {
    margin-bottom: 0;
}
.home-about__desc .text-block {
    height: 100%;
}
#home-about__gallery {
    --f-carousel-spacing: 20px;
}
#home-about__gallery img {
    height:400px;
    width: auto;
}
#home-about__gallery .f-carousel__slide {
    width: auto;
    border: 4px solid #fff;
}
.home-about__more>div>div {
    height: 100%;
}
.home-about__more-add {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}
.home-about__more-add .text-block {
    flex: 1;
}
.home-about__cafe-menu .cafe-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #fff;
    min-height: 40px;
}
.home-about__cafe-menu .cafe-item:last-child {
    border-bottom: none;
}
.cal-week {
    display: flex;
    justify-content: space-between;
}
.cal-row {
    padding-bottom: 40px;
}
.cal-row:nth-child(odd) {
    margin-bottom: 40px;
    padding: 40px 0;
    background: rgba(255,255,255,.1);
}
.cal-day {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: transform .25s ease-in;
}
.cal-day:hover {
    transform: scale(120%);
}
.cal-label {
    border-radius: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
}
.cal-minus,
.cal-percent {
    width: 15px;
    height: 60px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.cal-label.label-black .cal-minus {
    background-image: url("assets/img/cal-minus-white.svg");
}
.cal-label.label-black .cal-percent {
    background-image: url("assets/img/cal-percent-white.svg");
}
.cal-label.label-white .cal-minus {
    background-image: url("assets/img/cal-minus-black.svg");
}
.cal-label.label-white .cal-percent {
    background-image: url("assets/img/cal-percent-black.svg");
}
.cal-label.label-black {
    border: 2px solid #fff;
}
.cal-label.label-white {
    background: #fff;
    color: #000;
}
.cal-label.label-black,
.cal-label.label-white {
    font-size: 40px;
    width: 100%;
}
.cal-label.label-yellow {
    background: #FFE500;
    color: #000;
    width: 100%;
}
.cal-label.label-empty {
    border: 2px dashed rgba(255,255,255,.25);
    background: rgba(255,255,255,.1);
    width: 100%;
}
.cal-arrival {
    padding-top: 25px;
    background: url("assets/img/calendar-arrival.svg") 50% 0 no-repeat;
    background-size: 30px auto;
    text-transform: uppercase;
    font-weight: 700;
}
.cal-date {
    background: rgba(255,255,255,.1);
    border-radius: 6px;
    width: fit-content;
    padding: 6px;
}
.home-calendar__label-info {
    display: flex;
    justify-content: start;
    align-items: top;
    gap: 10px;
}
.home-calendar__label-info .label {
    margin-top: 5px;
}
.home-calendar__desc .text-block {
     height: 100%;
 }
.home-card__desc .text-block {
     height: 100%;
 }
.home-card__qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.home-card__qr-wrapper {
    background: rgba(255,255,255,.1);
    border-radius: 20%;
    border: 2px solid #fff;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
}
.home-card__qr-wrapper img {
    width: 100%;
    flex: 1;
}
.home-card__desc-item {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
}
.home-card__desc-item .label img {
    margin-top: 5px;
    width: 20px;
    height: auto;
}
#home-responses__gallery {
    --f-carousel-spacing: 20px;
}
#home-responses__gallery img {
    height:450px;
    width: auto;
}
#home-responses__gallery .f-carousel__slide {
    width: auto;
    border-radius: 6px;
    overflow: hidden;
}
.footer__wrapper {
    background: rgba(255,255,255,.1);
    border-radius: 6px 6px 0 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__logo {
    margin-bottom: 10px;
}
.footer__logo img {
    max-width: 250px;
    height: auto;
}
.footer__copy,
.footer__copy a {
    font-size: 14px;
    color: rgba(255,255,255,.5);
}
.footer__copy a:hover {
    color: #FFE500;
}
.footer__copy {
    display: flex;
    gap: 10px;
}
#map, #map2 {
    display: none;
    width: 90%;
    height: 90%;
}
#map>div, #map2>div {
    height: 100% !important;
}