@import url(https://fonts.googleapis.com/css?family=Inter:regular,700&display=swap);
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    min-width: 320px;
}
body {
    color: #fff;
    line-height: 1;
    font-family: Inter;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
    font-family: Inter;
    font-size: inherit;
    line-height: inherit;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
}
a {
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
body {
    background-color: #363535;
}
.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
@supports (overflow: clip) {
    .wrapper {
        overflow: clip;
    }
}
.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}
[class*="__container"] {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
}
[class*="-ibg"] {
    position: relative;
}
[class*="-ibg"] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
[class*="-ibg_contain"] img {
    -o-object-fit: contain;
    object-fit: contain;
}
.page__main {
    margin-bottom: 70px;
    -webkit-animation: opa 1s forwards ease-in;
    animation: opa 1s forwards ease-in;
}
@-webkit-keyframes opa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.page__about {
    margin-bottom: 70px;
    opacity: 0;
}
.page .about._watcher-view,
.page .page__about._watcher-view {
    -webkit-animation: opa 1s forwards ease-in;
    animation: opa 1s forwards ease-in;
    opacity: 0;
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.page__form {
    opacity: 0;
}
.page .form._watcher-view,
.page .page__form._watcher-view {
    -webkit-animation: opa 1s forwards ease-in;
    animation: opa 1s forwards ease-in;
    opacity: 0;
}
.main {
    background: url(../img/bg.JPG) center/cover no-repeat;
    min-height: 100vh;
}
.main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-top: 80px;
}
.main img {
    max-width: 100%;
}
.btn {
    -webkit-animation: scale 3s infinite forwards;
    animation: scale 3s infinite forwards;
}
.btn img {
    max-width: 100%;
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about__wrapper {
    background-color: rgba(43, 43, 43, 0.678);
    padding: 20px;
    border-radius: 30px;
    display: inline-block;
}
.about__content {
    border: 1px solid #6b5b3d;
    padding: 30px;
    border-radius: 30px;
}
.about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.no-webp .about__item::before {
    background: url(../img/key.png) 0 0 no-repeat;
}
.about__item::before {
    content: "";
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
}
.about__item:not(:last-child) {
    margin-bottom: 15px;
}
.form-page__container {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-page__title {
    font-size: 20px;
    max-width: 600px;
    margin-bottom: 5px;
}
.form-page__count {
    font-size: 15px;
    color: #b4bd3a;
    margin-bottom: 8px;
}
.form-page__info {
    margin-bottom: 8px;
}
.form-page__txt {
    margin-bottom: 20px;
    max-width: 400px;
    text-align: center;
    line-height: 1.1;
}
.form {
    background-color: rgba(43, 43, 43, 0.678);
    border: 1px solid #6b5b3d;
    border-radius: 30px;
    padding: 15px;
}
.form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form__item:not(:last-child) {
    margin-bottom: 20px;
}
.form__input {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 50px;
    border-radius: 30px;
    padding: 10px;
}
.form__input::-webkit-input-placeholder {
    padding: 10px;
}
.form__input::-moz-placeholder {
    padding: 10px;
}
.form__input:-ms-input-placeholder {
    padding: 10px;
}
.form__input::-ms-input-placeholder {
    padding: 10px;
}
.form__input::placeholder {
    padding: 10px;
}
.form__label {
    text-align: left;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 5px;
}
.txta {
    height: 80px;
    border-radius: 30px;
    resize: vertical;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 10px;
}
.button {
    background-color: #d13636;
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 75em) {
    .main img {
        margin-bottom: 3.125rem;
    }
    .about__item {
        font-size: 1rem;
    }
}
@media (max-width: 600px) {
    .no-webp .main {
        background: url(../img/bgmob.jpg) center/cover no-repeat;
    }
}
@media (max-width: 20em) {
    .main img {
        margin-bottom: 0.625rem;
    }
    .about__item {
        font-size: 0.875rem;
    }
}
@media (max-width: 61.99875em) {
    .no-webp .main {
        background: url(../img/bgtabl.jpg) center/cover no-repeat;
    }
}
@media (max-width: 61.99875em) and (max-width: 20em) {
    .main__container {
        padding-top: 25rem;
    }
}
@media (max-width: 47.99875em) {
    .about__wrapper {
        padding: 10px;
    }
    .about__content {
        padding: 10px;
    }
}
@media (max-width: 61.99875em) and (min-width: 75em) {
    .main__container {
        padding-top: 5rem;
    }
}
@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 75em) {
    @supports (padding-top: clamp(5rem, 32.2727272727rem + -36.3636363636vw, 25rem)) {
        .main__container {
            padding-top: clamp(5rem, 32.2727272727rem + -36.3636363636vw, 25rem);
        }
    }
    @supports not (padding-top: clamp(5rem, 32.2727272727rem + -36.3636363636vw, 25rem)) {
        .main__container {
            padding-top: calc(25rem + -20 * (100vw - 20rem) / 55);
        }
    }
}
@media (min-width: 20em) and (max-width: 75em) {
    @supports (margin-bottom: clamp(0.625rem, -0.2840909091rem + 4.5454545455vw, 3.125rem)) {
        .main img {
            margin-bottom: clamp(0.625rem, -0.2840909091rem + 4.5454545455vw, 3.125rem);
        }
    }
    @supports not (margin-bottom: clamp(0.625rem, -0.2840909091rem + 4.5454545455vw, 3.125rem)) {
        .main img {
            margin-bottom: calc(0.625rem + 2.5 * (100vw - 20rem) / 55);
        }
    }
    @supports (font-size: clamp(0.875rem, 0.8295454545rem + 0.2272727273vw, 1rem)) {
        .about__item {
            font-size: clamp(0.875rem, 0.8295454545rem + 0.2272727273vw, 1rem);
        }
    }
    @supports not (font-size: clamp(0.875rem, 0.8295454545rem + 0.2272727273vw, 1rem)) {
        .about__item {
            font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 55);
        }
    }
}
@media (any-hover: hover) {
    .button:hover {
        background-color: #c26c6c;
    }
}
.webp .about__item::before {
    background: url(../img/key.png) 0 0 no-repeat;
}
@media (max-width: 600px) {
    .webp .main {
        background: url(../img/bgmob.jpg) center/cover no-repeat !important;
    }
}
@media (max-width: 61.99875em) {
    .webp .main {
       background: url(../img/bgtabl.jpg) center/cover no-repeat;
    }
}
