/*!
Theme Name: Plash
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plash
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Plash is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

:target { scroll-margin-top: 80px; }

.formula{
    width: 1280px;
    height: 1240px;
    position: absolute;
    top: 250px;
}

.bg__footer{
    background: url(assets/images/footer_background.jpg) 100% no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.footer__title{
	z-index: 10;
    color: #fff;
    text-shadow: 2px 3px 0 #000;
    background-color: #F4562A;
    border: .3rem solid #000;
    border-radius: 1.25rem;
    padding: 1.63rem 6.25rem;
    font-size: 2.25rem;
    line-height: 1em;
    position: absolute;
    left: -53px;
    top: -95px;
    transform: rotate(355deg);
    box-shadow: -3px 5px #F4562A;
    font-family: 'Kharkiv Tone', sans-serif;
}

.image-8{
	color: #000;
    width: 9rem;
    height: 2rem;
}

.image-9 {
    width: 3.38rem;
    position: absolute;
    inset: -50% -13% auto auto;
}

.image-9._50 {
    width: 2.13rem;
    top: -20%;
    right: -20%;
}

.image-9._2 {
    width: .94rem;
    top: 180%;
    right: 70%;
    transform: rotate(-50deg);
}

.image-9._5 {
    width: 2.81rem;
    top: 180%;
    right: 68%;
}

.sliders.lottie-section.fullscreen{
    margin-top: -10rem !important;
    padding-top: 220px;
}

.abs-up-element {
    z-index: 5;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: -2rem 0% auto;
}

._3-kit {
    width: 48.44rem;
}

.plash-box {
    flex-flow: column;
    margin-top: -3rem;
    margin-left: 17rem;
    display: flex;
    position: relative;
}

.image {
    width: 31.5rem;
    max-width: none;
    height: 8.38rem;
    overflow: visible;
}

.image-2 {
    opacity: .1;
    color: transparent;
    mix-blend-mode: overlay;
    width: 40.38rem;
    max-width: none;
    margin-top: 1.9rem;
    margin-left: 1rem;
    position: absolute;
}

.sliders{
    min-height: 120svh;
}

.sliders-list{
    display: flex;
}

.sliders-item{
    padding: 100px 200px;
    display: flex;
    align-items: center;
    position: relative;
}

.app-messages{
    display: none;
}

.app-messages.ok{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 25rem;
    gap: 80px;
}

.app-messages>p {
    font-size: 40px;
    font-family: 'Kharkiv Tone', sans-serif;
    text-align: center;
}

.job-app-form.sended>.cv__form-title,
.job-app-form.sended>.cv__form-grid,
.job-app-form.sended>.cv__form-button{
    display: none;
}

.features-item--2 .team__badge{
    width: 479px;
    height: 273px;
    background: url(assets/images/team_badge2.png) 100% no-repeat;
}

.features-item--2 .team__star{
    position: absolute;
    top: -100px;
    left: auto;
    right: 0;
}

.features-item--2 .team__text{
    left: 80px;
    width: 270px;
    top: 60px;
}

.features-item--2 .team__subtitle{
    transform: rotate(355deg);
    right: -50px;
    top: 170px;
}

.features-item--3 .team__badge{
    width: 513px;
    height: 302px;
    background: url(assets/images/team_badge3.png) 100% no-repeat;
}

.features-item--3 .team__text{
    width: 357px;
    left: 70px;
    top: 70px;
}

.features-item--3 .team__star{
    right: 100px;
    top: -90px;
}

.features-item--3 .team__subtitle{
    top: 175px;
}

@media screen and (max-width: 991px){
    .bg__footer{
        background: url(assets/images/footer_mob.jpg) 100% no-repeat;
        background-size: cover;
        background-position: center;
    }
	.footer__title{
		font-size: 22px;
        left: 0px;
        top: -35px;
        padding: 12px 30px;
	}
    .footer__contacts{
        z-index: 1;
        width: 7rem;
        max-width: 7rem;
        top: -3%;
    }
    .footer__messages{
        width: 7rem;
        bottom: -5%;
        left: -5%;
    }
    .footer__stars{
        max-width: 5rem;
        bottom: -5%;
        right: 0%;
    }
    .formula{
        display: none;
    }
}