/*!
Theme Name: shwachka
Theme URI: http://underscores.me/
Author: Evgenii
Author URI: http://Evgenii
Description: тема для сайту shwachka
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
*/

@font-face {
    font-family: 'Namu';
    src: url('assets/fonts/NAMU-1990.otf') format('embedded-opentype'),
        url('assets/fonts/NAMU-1990.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

:root {
    --text: #2c2e41;
    --black: #000;
    --white: #fff;
    --golden: #cc950c;
    --white-gray: #e1e1e1;
    --transparent-black: rgba(0, 0, 0, 0.5);
}

* {
    box-sizing: border-box;
    outline: none !important;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Namu', sans-serif;
    margin: 0;
    padding: 0;
    opacity: 1;
    overflow-x: hidden;
    line-height: 18.2px;
    font-weight: 800;
    font-size: 14px;
    color: var(--text);
}

h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: normal;
    margin: 0 0 55px;
    color: var(--text);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h2.white {
    color: var(--white-gray);
}

h2 img {
    width: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    line-height: normal;
    margin: 0 0 15px;
    font-weight: 800;
}

h4 {
    font-size: 18px;
    margin: 0 0 30px;
    color: var(--white-gray);
    font-weight: 800;
}

.container {
    margin: 0 auto;
    display: block;
    width: 1110px;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.button {
    border-radius: 5px;
    background: var(--golden);
    border: 1px solid var(--golden);
    width: 143px;
    height: 30px;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    line-height: normal;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-inner {
    height: 18px;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}

.button-inner-text,
.button-inner-text-hover {
    justify-content: center;
    align-items: center;
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
        skew(0deg, 0deg);
    transform-style: preserve-3d;
}

a.button:hover .button-inner-text,
a.button:hover .button-inner-text-hover {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg)
        rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

a.button.transparent {
    color: var(--text);
    background-color: transparent;
    border: 1px dashed var(--text);
    margin: 0 15px 0 10px;
    width: 165px;
}

a.button.transparent:hover {
    color: #fff;
    background-color: var(--text);
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    display: flex;
    padding-top: 90px;
}

section.with-transition:before {
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--text);

    position: absolute;
    left: 50%;
    top: -40px;
}

section.with-transition:after {
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--white-gray);

    position: absolute;
    left: 50%;
    top: 0;
}

article {
    margin-top: 50px;
}

img {
    display: flex;
    max-width: 100%;
    height: auto;
}

svg {
    display: flex;
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

.post-thumbnail img {
    width: 100%;
}

form {
    display: flex;
    flex-direction: column;
}

form a.button.form-submit,
a.close-popup {
    border-radius: 5px;
    padding: 13px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 10px 0 15px;
}

form a.button.form-submit .button-inner,
a.close-popup .button-inner {
    height: 18px;
}

.static-form form a.tel,
.message-sent a.tel {
    color: var(--white);
    position: relative;
}

.static-form form a.tel:after,
.message-sent a.tel:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed var(--white);
    bottom: -3px;
}

.popup-form form a.tel {
    color: var(--text);
    position: relative;
}

.popup-form form a.tel:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed var(--text);
    bottom: -3px;
}

label {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.fields-wrap label {
    width: 48.5%;
}

input:not([type='radio'], [type='checkbox']) {
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
    border: 1px dashed transparent;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'Namu', sans-serif;
    color: var(--text);
    font-weight: 800;
    font-size: 14px;
}

label.has-error input:not([type='radio'], [type='checkbox']) {
    border: 1px dashed #ba4921;
}

input[type='radio'],
input[type='checkbox'] {
    accent-color: var(--alternate-logo);
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;

    border: 2px solid var(--alternate-logo);
    border-radius: 3px;

    -webkit-appearance: none;
    appearance: none;
    margin: 0 30px 0 0;
    flex: 0 0 auto;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
input[type='checkbox']:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
    background-color: transparent;
    color: var(--alternate-logo);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--alternate-logo);
    border-radius: 3px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-sizing: border-box;
    transition: 120ms transform ease-in-out;
}
input[type='checkbox']:checked:before {
    transform: scale(1);
}

textarea {
    border: none;
    border-radius: 5px;
    color: var(--text);
    font-family: 'Namu', sans-serif;
    outline: none !important;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
    height: 100%;
}

input::-webkit-input-placeholder {
    font-family: 'Namu', sans-serif;
    color: var(--text);
    font-weight: 800;
    font-size: 14px;
}
input::-moz-placeholder {
    font-family: 'Namu', sans-serif;
    color: var(--text);
    font-weight: 800;
    font-size: 14px;
}
input:-ms-input-placeholder {
    font-family: 'Namu', sans-serif;
    color: var(--text);
    font-weight: 800;
    font-size: 14px;
}
input:-moz-placeholder {
    font-family: 'Namu', sans-serif;
    color: var(--text) !important;
    font-weight: 800;
    font-size: 14px;
}

textarea::placeholder {
    /* Modern browsers */
    font-family: 'Namu', sans-serif;
    color: var(--text);
    font-weight: 800;
    font-size: 14px;
}

label.has-error input::-webkit-input-placeholder {
    color: transparent;
}

.result {
}

.help-block.form-error {
    position: absolute;
    top: 9px;
    left: 20px;
    font-size: 14px;
    color: #ba4921;
}

.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.flex-wrap {
    flex-wrap: wrap;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}

.grid-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.hide_mobile {
    display: block;
}
.show_mobile {
    display: none;
}
.hidden {
    display: none !important;
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Opera and Firefox */
}

.top {
    position: fixed;
    bottom: 20px;
    right: -120px;
    background-color: var(--text);
    z-index: 1000;
    border-radius: 50%;
    color: #ffff;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.top:hover {
    opacity: 1;
}

.top.active {
    right: 20px;
}

.popup {
    background-color: #fdfdfd;
    padding: 30px 90px 50px;
    text-align: left;
    border-radius: 10px;
    background: #f9f8f5;
    box-shadow: 5px 15px 20px 0px rgba(0, 0, 0, 0.15);

    width: 730px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup .popup-form form {
    width: 445px;
    margin: 0 auto;
}

.popup h2.form-title {
    margin-bottom: 10px;
}

.popup p.form-subtitle {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
}

/* =========================================Style Start================================= */

header.site-header {
    padding: 15px 0;
    background-color: var(--white);
}

header.site-header.active {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 30%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

header.site-header.active {
}

.site-branding {
    margin: 0 30px 0 0;
    max-width: 226px;
}

.mobile-buttons {
    display: none;
}

.owl-carousel .owl-stage-outer {
    height: 300px;
}

.owl-nav {
    margin: 27px auto 0;
    text-align: right;
    position: relative;
}

.owl-nav .owl-next {
    margin-left: 13px;
}

.owl-nav button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-nav .disabled {
    opacity: 0.5;
}

.owl-nav button:hover {
}

footer.site-footer {
    background-color: var(--text);
    padding: 45px 0 35px;
    color: #868791;
}

footer.site-footer a {
    color: var(--white-gray);
}

.footer-logo .footer-logo {
    max-width: 730px;
}

.copyright {
    margin-top: 85px;
}

.footer-socials-wrap {
    margin-left: 90px;
    padding-top: 44px;
}

.footer-socials {
    margin-bottom: 15px;
}

.address {
    margin-bottom: 10px;
}

a.footer-phone {
    margin-bottom: 5px;
}

/*=====================STYLE START=========================*/

a.social-item:not(:first-child) {
    margin-left: 8px;
}

section.hero-banner {
    height: 765px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.subtitle-top {
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    font-size: 26px;
    line-height: normal;
}

.subtitle-bottom {
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    font-size: 30px;
    line-height: normal;
}

.hero-buttons {
    margin-top: 32px;
}

.hero-buttons a.transparent {
    font-size: 18px;
    width: 208px;
    height: 45px;
    margin-left: 0;
}

.ancor-wrap {
    margin-top: 55px;
    width: 100%;
    transform: translateX(110px);
}

.scroll-wrap {
    padding: 15px 0;
    background: #fff;
}

.marquee3k__copy {
    display: inline-flex !important;
    align-items: center;
    width: max-content;
    box-sizing: border-box;
}
.marquee3k__copy img {
    width: max-content;
    display: inline-block;
    margin: 0 10px;
}
.line {
    font-size: 16px;
    line-height: normal;
    color: var(--text);
    text-transform: uppercase;
}

section#gravity {
    background-color: var(--text);
}

.gravity-wrap {
    height: 450px;
    position: relative;
    /* cursor: grab; */
}

canvas {
    background: transparent !important;
}

.gravity-item {
    position: absolute;
    font-size: 16px;
    color: var(--text);
    border-radius: 100px;
    width: 175px;
    height: 64px;

    background: var(--white);
    display: inline-flex;
}

.gravity-item img {
    margin-right: 7px;
    margin-left: 15px;
    object-fit: contain;
    width: 50px;
}

.gravity-item span {
    margin-right: 28px;
}

section.shirt {
    padding-bottom: 95px;
}

.shirt-wrap {
    margin-top: 70px;
}

.shirt-left,
.shirt-right {
    width: 250px;
}

.shirt-line {
    margin-bottom: 30px;
    font-size: 16px;
}

.shirt-line img {
    margin-bottom: 10px;
}

.shirt-image-wrap {
    animation: float 3s ease-in-out infinite;
    position: relative;
    width: 350px;
    height: 440px;
}
.shirt-image-wrap img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 2000ms linear;
    transition: opacity 2000ms linear;
}
.shirt-image-wrap img.active {
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-30px);
    }
    100% {
        transform: translatey(0px);
    }
}

section.about {
    background-color: var(--text);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 5% center;
    color: var(--white-gray);
}

.about-wrap {
    margin-top: 45px;
}

.about-info {
    width: 440px;
    margin-right: 170px;
    padding-top: 70px;
    font-size: 16px;
    line-height: 130%;
}

.about-info > h4 {
    text-transform: uppercase;
    padding-bottom: 25px;
    border-bottom: 1px dotted var(--white-gray);
}

.about-info > img {
    width: max-content;
}

.about-descr {
    margin-bottom: 50px;
}

.video-placeholder {
    height: 905px;
}

.video-wrap {
    width: 50vw;
    height: 905px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.video {
    position: relative;
    width: 100%;
    height: 100%;
}

video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

section.additional {
    padding-top: 150px;
    padding-bottom: 90px;
}

.additional-top {
    padding-bottom: 120px;
    margin-bottom: 70px;
    border-bottom: 1px dashed var(--text);
}

.additional-top-descr {
    padding-left: 5px;
    font-size: 46px;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.additional-top-descr img {
    position: absolute;
    left: -220px;
    bottom: -150px;
    pointer-events: none;
    z-index: -1;
}

section.additional h2 {
    position: relative;
    margin-bottom: 160px;
}

section.additional h2:after {
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--text);
    position: absolute;
    left: 50%;
    bottom: -80px;
}

.additional-item {
    margin-bottom: 30px;
    padding: 25px 35px;
    border-radius: 10px;
    background: #f9ebe3;
}

.additional-item:last-child {
    margin-bottom: 0;
}

.additional-item-info {
    width: 52%;
    padding: 0 55px 0 0;
}

.additional-item:nth-child(even) .additional-item-info {
    order: 1;
    padding: 0 0 0 55px;
}

.additional-item-img {
    width: 48%;
    border-radius: 15px;
    overflow: hidden;
}

.additional-item-img img {
    width: 100%;
    object-fit: cover;
}

section.callback {
    background: #edaf40;
    color: var(--white);
}

section.callback h2.white {
    color: var(--white);
    margin-bottom: 10px;
}

.callback_subtitle {
    margin-bottom: 40px;
}

.callback-item {
    font-size: 16px;
    margin-bottom: 10px;
}

.callback-item img {
    margin-right: 10px;
}

img.rainbow {
    margin-top: 75px;
    margin-left: 150px;
    width: 294px;
}

.static-form {
    width: 445px;
    margin-right: 30px;
    margin-left: auto;
}

section.slider {
    background-color: var(--text);
    padding-bottom: 75px;
}

.slider-with-bar {
    position: relative;
    width: 100%;
}

.slider-item {
    border-radius: 10px;
    overflow: hidden;
    min-width: 200px;
}

.slideState {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 85%;
}

.slideState-inner {
    height: 1px;
    border-top: 1px dashed var(--white-gray);
    position: relative;
}
.slideState span {
    position: absolute;
    height: 5px;
    background: var(--white-gray);
    left: 0;
    top: -2.5px;
    border-radius: 1px;
    max-width: 100% !important;
}

section.idea {
    background: #f9ebe3;
    padding-bottom: 100px;
}

a.idea-button {
    font-size: 16px;
    padding: 10px 38px;
    width: auto;
    height: auto;
}

a.idea-button .button-inner {
    height: 20px;
}

.idea-wrap {
    width: 730px;
    height: 585px;
    margin: 60px 0 auto;
}

.idea-wrap-inner {
    position: relative;
    width: 100%;
    height: 100%;
    animation: float 3s ease-in-out infinite;
}

.idea-item {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    width: 230px;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;

    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.idea-item img {
    height: 100%;
    object-fit: cover;
}

.idea-2 {
    top: 50%;
    left: 50%;
    z-index: 3;

    width: 350px;
    height: 400px;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.idea-1 {
    z-index: 2;
    top: 35px;
    left: 20px;

    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.idea-3 {
    z-index: 1;
    bottom: 0;
    right: 50px;

    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.idea-wrap-inner.hide_images .idea-1 {
    top: 30%;
    left: 30%;

    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
}
.idea-wrap-inner.hide_images .idea-3 {
    right: 30%;
    bottom: 30%;

    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
}

img.idea-star {
    width: 20px;
}

section.not-found {
    width: 100vw;
    height: 100vh;
    background-color: #f7fafc;
    font-size: 18px;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
}

/*=====================ADAPTIVE=========================*/
@media screen and (max-width: 1460px) {
    section.about {
        background-position: 0px center;
    }
}
@media screen and (max-width: 1200px) {
    .container {
        width: 1024px;
    }
    .toggle_mnu {
        display: flex;
    }
    header.site-header .container > nav#site-navigation {
        display: none;
    }
    .popup {
        width: 60%;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        width: 960px;
    }
}
@media screen and (max-width: 992px) {
    .container {
        width: 720px;
    }
    section {
        padding-top: 76px;
    }
    h2 {
        font-size: 34px;
    }
    .hide_mobile {
        display: none;
    }
    .show_mobile {
        display: block;
    }
    section.hero-banner {
        height: 500px;
    }
    .ancor-wrap {
        transform: none;
        margin-top: 30px;
        margin-left: auto;
        width: 33px;
    }
    .video-wrap {
        width: 40vw;
    }
    .slideState {
        width: 75%;
    }
    footer.site-footer {
        padding: 50px 0 20px;
    }
    .site-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .copyright {
        margin-top: 25px;
    }
    .footer-socials-wrap {
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    body,
    .popup p.form-subtitle,
    .help-block.form-error {
        font-size: 12px;
    }
    h3 {
        font-size: 24px;
    }
    p {
        margin-bottom: 7px;
    }
    .gravity-item img {
        height: 31px;
    }
    section.with-transition:before {
        content: '';
        width: 1px;
        height: 30px;
        background-color: var(--text);

        position: absolute;
        left: 50%;
        top: -30px;
    }

    section.with-transition:after {
        content: '';
        width: 1px;
        height: 30px;
        background-color: var(--white-gray);

        position: absolute;
        left: 50%;
        top: 0;
    }
    form a.button.form-submit,
    a.close-popup {
        font-size: 14px;
    }
    form a.button.form-submit .button-inner,
    a.close-popup .button-inner {
        height: 16px;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    header.site-header {
        padding: 10px 0;
    }
    header .right-part {
        display: none;
    }
    .mobile-buttons {
        display: flex;
        position: relative;
    }
    a.mobile-trigger {
        position: relative;
        width: 150px;
        height: auto;
        padding: 3px 0 6px;
    }
    .mobile-buttons.opened a.mobile-trigger {
        background-color: var(--white);
        color: var(--golden);
        border: 1px dashed var(--golden);
    }
    img.mob-close {
        position: absolute;
        right: 5px;
        top: 55%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
    }
    .mobile-buttons.opened img.mob-close {
        opacity: 1;
        visibility: visible;
    }
    .mobile-container {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        padding: 15px 10px;
        border-radius: 5px;
        background: var(--white);
        box-shadow: 0px 0px 5px 0px rgba(44, 46, 65, 0.1);
        z-index: 10;
    }
    .mobile-buttons.opened .mobile-container {
        opacity: 1;
        visibility: visible;
    }
    .mobile-container a.button {
        display: inline-flex;
        width: 100%;
        font-size: 12px;
        margin-bottom: 10px;
    }
    section.shirt {
        padding-bottom: 80px;
    }
    .shirt-wrap {
        justify-content: center;
    }
    .shirt-image-wrap-animate {
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .shirt-left,
    .shirt-right {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-start;
        order: 1;
    }
    .shirt-line {
        font-size: 14px;
        width: 50%;
        padding: 0 10px;
    }
    section.about {
        background-image: none !important;
    }
    .about-wrap {
        flex-direction: column;
        margin-top: 0;
    }
    .about-info {
        width: 100%;
        margin-right: 0;
        padding-top: 0;
        font-size: 14px;
        line-height: normal;
    }
    .about-descr {
        margin-bottom: 30px;
    }
    .about-info > img {
        margin-bottom: 40px;
        transform: rotate(90deg);
    }
    .video-placeholder {
        height: 405px;
    }
    .video-wrap {
        width: 100%;
        height: 405px;
    }
    section.additional {
        padding-top: 25px;
        padding-bottom: 80px;
    }
    .additional-top {
        margin-bottom: 40px;
        padding-bottom: 40px;
        flex-direction: column;
    }
    .additional-top-descr {
        padding-left: 0;
        font-size: 26px;
        width: 480px;
        margin-left: auto;
    }
    section.additional h2 {
        margin-bottom: 60px;
    }
    section.additional h2:after {
        height: 20px;
        bottom: -40px;
    }
    .additional-item {
        padding: 25px 15px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .additional-item .additional-item-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .additional-item .additional-item-info,
    .additional-item:nth-child(even) .additional-item-info {
        order: 1;
        width: 100%;
        padding: 0;
    }
    .owl-nav img {
        width: 40px;
        height: 40px;
    }
    .slideState {
        bottom: 23px;
    }
    .idea-wrap {
        width: 100%;
    }
    .idea-2 {
        width: 270px;
        height: 350px;
    }
    .idea-1,
    .idea-3 {
        width: 200px;
        height: 270px;
    }
    .idea-1 {
        top: 75px;
        left: 80px;
    }
    .idea-3 {
        bottom: 35px;
        right: 85px;
    }
    .popup {
        width: 95%;
        margin: 30px auto 0;
        padding: 25px 15px 35px 15px;
    }
    .popup .popup-form form {
        width: 100%;
    }
    .fields-wrap {
        flex-direction: column;
        justify-content: center;
    }
    .fields-wrap label {
        width: 100%;
    }
}
@media screen and (max-width: 580px) {
    h1 {
        margin: 8px 0;
    }
    section.hero-banner {
        padding: 260px 0 30px;
    }
    .subtitle-top {
        font-size: 16px;
    }
    .subtitle-bottom {
        font-size: 18px;
    }
    .hero-buttons {
        margin-top: 20px;
    }
    .hero-buttons a.transparent {
        width: 151px;
        height: 35px;
        font-size: 14px;
    }
    #gravity-wrap {
        height: 400px;
    }
    .gravity-item {
        width: auto;
        height: 35px;
        font-size: 12px;
        margin-right: 5px;
    }
    .gravity-item img {
        margin-left: 5px;
        margin-right: 5px;
        width: auto;
        height: 30px;
    }
    .additional-top {
        padding-bottom: 0;
    }
    .additional-top > img {
        width: 280px;
        margin-right: auto;
    }
    .additional-top-descr {
        font-size: 18px;
        width: 190px;
        margin-left: auto;
        transform: translateY(-40px);
    }
    .additional-top-descr img {
        left: -20px;
        bottom: 80px;
    }
    .static-form-wrap {
        flex-direction: column;
    }
    .static-form {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .callback-item {
        font-size: 14px;
    }
    img.rainbow {
        margin: 20px auto 0;
        width: 203px;
    }
    .idea-wrap {
        width: 340px;
        height: 400px;
    }
    .idea-2 {
        width: 170px;
        height: 235px;
    }
    .idea-1,
    .idea-3 {
        width: 105px;
        height: 130px;
    }
    .idea-1 {
        top: 50px;
        left: 30px;
    }
    .idea-3 {
        bottom: 30px;
        right: 40px;
    }
}
@media screen and (max-width: 480px) {
    h2 {
        font-size: 21px;
        margin: 0 0 15px;
    }
    h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .site-branding {
        max-width: 140px;
        margin: 0 15px 0 0;
    }
    a.idea-button {
        font-size: 14px;
        padding: 12px 38px;
    }
    header.site-header .container {
        width: 100%;
        padding: 0 10px;
    }
    section#gravity {
        padding-top: 40px;
    }
    .scroll-wrap {
        padding: 7px 0;
    }
    .line {
        font-size: 10px;
        text-transform: uppercase;
    }
    .shirt-wrap {
        margin-top: 50px;
    }
    .shirt-image-wrap {
        width: 190px;
        height: 240px;
    }
    .shirt-line {
        min-height: 100px;
        margin-bottom: 25px;
        justify-content: flex-start;
    }
    .about-info > h4 {
        font-size: 14px;
        padding-left: 50px;
    }
    .video-placeholder {
        height: 350px;
    }
    .video-wrap {
        height: 350px;
    }
    .slideState {
        width: 65%;
    }
    .slideState span {
        top: -3px;
    }
    section.idea {
        padding-bottom: 55px;
    }
    .idea-wrap {
        margin: 0 auto;
    }
}
/*=====================ADAPTIVE=========================*/
