/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/style/layout.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #3d84d5;
    transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out,
        background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
        transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    z-index: 10;
    box-shadow: 0px 0px 0px 0px #000000;
}
.header.fixed {
    box-shadow: 0px 4px 18px 0px #000000;
}
.header .navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
}
.header ul {
    display: none;
}
@media screen and (min-width: 1200px) {
    .header ul {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }
}
.header .open-btn {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
@media screen and (min-width: 1200px) {
    .header .open-btn {
        display: none;
    }
}

.hero {
    background: #3d84d5;
    color: #fff;
    border-bottom-right-radius: 200px;
}
@media screen and (min-width: 1200px) {
    .hero {
        padding-top: 140px;
        padding-bottom: 200px;
        border-bottom-right-radius: 480px;
    }
}
.hero .za {
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media screen and (min-width: 1200px) {
    .hero .za {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}
.hero .hehehe {
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 1200px) {
    .hero .hehehe {
        align-items: flex-start;
    }
}
.hero .hehehe div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
}
.hero .hehehe div img {
    height: 100%;
}
.hero .image {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.strategy {
    text-align: center;
}
.strategy ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
@media screen and (min-width: 1200px) {
    .strategy ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }
}
.strategy li {
    border: 1px solid #333;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
    .strategy li {
        max-width: 32%;
    }
}
.strategy li:hover {
    transform: scale(1.1);
}
.strategy li .link {
    color: #141414;
}
.strategy li .papipaka {
    font-family: 'Montserrat', serif;
    font-size: 24px;
}

.about {
    background: #3d84d5;
    color: #fff;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
}
@media screen and (min-width: 1200px) {
    .about {
        border-top-left-radius: 480px;
        border-bottom-right-radius: 480px;
    }
}
.about .za {
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 1200px) {
    .about .za {
        flex-direction: row;
    }
}
.about .hehehe {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 1200px) {
    .why .za {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
.why img {
    margin: auto;
}

.reviews {
    text-align: center;
}
.reviews ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: left;
}
@media screen and (min-width: 1200px) {
    .reviews ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }
}
.reviews li {
    background: transparent;
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
    .reviews li {
        max-width: 80%;
    }
}
.reviews li:hover {
    transform: scale(1.1);
}
.reviews li .hehehe {
    margin-top: 30px;
    padding: 30px;
    padding-top: 50px;
    background: #3d84d5;
    color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
}
.reviews li .papipaka {
    font-family: 'Montserrat', serif;
    font-size: 24px;
}
.reviews li p {
    text-align: center;
}
.reviews li img {
    position: absolute;
    top: -5px;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 3px solid #000;
}

.raid .za {
    justify-content: center;
    align-items: center;
}
.raid .za div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
}
.raid img {
    height: 100%;
}
@media screen and (min-width: 1200px) {
    .raid img {
        width: 100%;
        max-width: 800px;
    }
    [alt='google play'],
    [alt='apple store'] {
        max-width: 200px !important;
    }
}

.contacts .za {
    justify-content: center;
    align-items: center;
}
.contacts .za div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
}
.contacts img {
    height: 100%;
}
@media screen and (min-width: 1200px) {
    .contacts img {
        width: 100%;
        max-width: 800px;
    }
}

.privacy {
    padding-top: 40px;
    padding-bottom: 40px;
}
.privacy .za {
    gap: 20px;
}

.success .za {
    min-height: calc(100vh - 822px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: auto;
}
.form-label {
    display: inline-block;
    width: 100%;
}
.form-input {
    margin-top: 10px;
    width: 100%;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 10px 12px;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out,
        background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
        transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.form-input::placeholder {
    color: #a4a4a4;
}
.form-input.textarea {
    resize: none;
    min-height: 140px;
}
.form .btn {
    max-width: 100%;
}

.footer {
    padding-top: 70px;
    padding-bottom: 30px;
    background: #3d84d5;
    border-top-left-radius: 200px;
    color: #fff;
}
@media screen and (min-width: 1200px) {
    .footer {
        padding-top: 230px;
        border-top-left-radius: 480px;
    }
}
.footer .navigation {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (min-width: 1200px) {
    .footer .navigation {
        flex-direction: row;
        justify-content: space-between;
    }
}
.footer div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer div .link {
    justify-content: flex-start;
    text-align: left;
}
.footer b {
    margin-top: 50px;
    text-align: center;
}
