
/* всплывашка с кнопками сверху */
@font-face {
    font-family: GilroyLight;
    font-display: swap;
    src: url(../fonts/GilroyLight.woff2) format("woff2");
    font-weight: 300
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/GilroyRegular.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy-Medium.woff2) format("woff2");
    font-weight: 500
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy-Semibold.woff2) format("woff2");
    font-weight: 600
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/GilroyBold.woff2) format("woff2");
    font-weight: 700
}



.btn {
    text-decoration: none;
    position: relative;
    border: none;
    outline: none;
    background-color: transparent;
}

.btn span {
    font-weight: 700;  font-family: Gilroy;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -4px 2.66667px 13.3333px rgba(0, 0, 0, .13)
}

.btn-orn {
    width: 315px;
    height: 95px;
    background-image: url(../images/new/btn-orange-mob.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    white-space: break-spaces;
}

@media (min-width:768px) {
    .btn-orn {
        width: 280px;
        height: 82px;
        margin: 0 28px 0 0
    }
}

@media (min-width:992px) {
    .btn-orn {
        margin: 0 68px 0 0
    }
}

.btn-grn {
    width: 315px;
    height: 95px;
    margin: 20px auto 0;
    background-image: url(../images/new/btn-green.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    white-space: break-spaces;
}

@media (max-width:768px) {
    .btn-grn {
        height: 102px
    }
}

@media (min-width:768px) {
    .btn-grn {
        margin: 0;
        width: 253px;
        height: 83px
    }
}

.header-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
    z-index: 20;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 10px 0;
    transform: translateY(-100%);
    transition: all .4s cubic-bezier(0, 0, .8, 1)
}

.header-fixed .btn {
    justify-content: center
}

@media (max-width:768px) {
    .header-fixed .btn span {
        width: 70%;
        font-weight: 400;  font-family: Gilroy;
        line-height: 16px;
        font-size: 12px
    }
}

@media (min-width:992px) {
    .header-fixed .btn span {
        font-size: 13px;
        line-height: 25px
    }
}

.header-fixed .btn-orn {
    width: 170px;
    height: 51px;
    background-image: url(../images/new/btn-orange-mob.svg);
    margin: 0 10px
}

@media (min-width:992px) {
    .header-fixed .btn-orn {
        width: 234px;
        height: 70px
    }
}

.header-fixed .btn-grn {
    background-image: url(../images/new/btn-green-mob.svg);
    width: 170px;
    height: 51px;
    margin: 0 10px
}

@media (min-width:992px) {
    .header-fixed .btn-grn {
        width: 234px;
        height: 70px
    }
}

.header-fixed.fixed {
    transform: translateY(0)
}

@media (max-width:380px) {
    .header-fixed .btn {
        width: 43%;
        height: 51px
    }

    .header-fixed .btn span {
        font-size: 10px
    }
}

@media (max-width:360px) {
    .header-fixed .btn {
        height: 45px
    }
}



.catalogModal {
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:992px) {
    .catalogModal {
        width: 800px;
        height: 600px
    }
}

.catalogModal.bchan {
    background-image: url(../images/new/modal-bg-2.jpg);
}

.catalogModal.sauny {
    background-image: url(../images/new/modal-bg-2-sauna.jpg);
}

.catalogModal.kupeli {
    background-image: url(../images/new/modal-bg-2-kupel.jpg);
}

.catalogModal.furako {
    background-image: url(../images/new/modal-bg-2-furako.jpg);
}

.catalogModal.bochka {
    background-image: url(../images/new/modal-bg-2-bochka.jpg);
}

@media (min-width:992px) {
    .catalogModal.bchan {
        background-image: url(../images/new/modal-bg-1.jpg);
    }
    .catalogModal.sauny {
        background-image: url(../images/new/modal-bg-1-sauna.jpg);
    }
    .catalogModal.kupeli {
        background-image: url(../images/new/modal-bg-1-kupel.jpg);
    }
    .catalogModal.furako {
        background-image: url(../images/new/modal-bg-1-furako.jpg);
    }
    .catalogModal.bochka {
        background-image: url(../images/new/modal-bg-1-bochka.jpg);
    }
}

.catalogModal .graph-modal__content {
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%
}

@media (min-width:992px) {
    .catalogModal .graph-modal__content {
        padding: 30px 10px 20px 50px
    }
}

.catalogModal .short-form {
    width: 100%
}

@media (min-width:992px) {
    .catalogModal .short-form {
        width: 40%
    }
}

.catalogModal .short-form .short-form__row {
    height: 66px
}

.catalogModal .short-form .short-form__field {
    background-color: #fff;
    height: 66px
}

.catalogModal .short-form .short-form__field {
    border: 1px solid #dedede
}

.catalogModal h2 {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px
}

@media (min-width:992px) {
    .catalogModal h2 {
        text-align: left;
        font-size: 27px
    }
}

.catalogModal .graph-modal__close {
    background-repeat: no-repeat;
    background-size: 100%;
    right: 20px;
    top: 20px
}

@media (min-width:992px) {
    .catalogModal .graph-modal__close {
        background-image: url(../images/new/close-white.svg)
    }
}

.catalogModal2 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:992px) {
    .catalogModal2 {
        background-image: url(../images/new/modal-bg-1a.jpg);
        height: 650px
    }
}

.catalogModal2 .short-form {
    position: relative
}

.catalogModal2 .short-form::before {
    content: "";
    background-image: url(../images/new/dial-pic.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 180px;
    height: 180px;
    right: -251px;
    top: 41px;
    display: none
}

@media (min-width:992px) {
    .catalogModal2 .short-form::before {
        display: block
    }
}

.catalogModal2 .how-order__manager {
    right: 1%;
    bottom: 36%;
    display: none
}

@media (min-width:992px) {
    .catalogModal2 .how-order__manager {
        display: block
    }
}

.catalogModal2 .how-order__manager::before {
    display: none
}

.catalogModal2 .how-order__name {
    font-size: 15px
}

.catalogModal2 .how-order__post {
    font-size: 14px
}



.catalogModal__panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 0
}

.catalogModal__panel--descr {
    width: 100%;
    font-size: 16px;
    color: #232323;
    font-weight: 400;  font-family: Gilroy;
    margin: 0 0 20px;
    text-align: center
}

.catalogModal__panel--descr strong {
    font-weight: 600
}

@media (min-width:992px) {
    .catalogModal__panel--descr {
        text-align: left;
        width: 45%;
        margin: 0
    }
}

.catalogModal__dial {
    width: 100%;
    font-size: 14px;
    color: #4d9740;
    font-weight: 600;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px 30px 10px 20px;
    background-image: url(../images/new/dial2.png);
    background-repeat: no-repeat;
    background-size: 100%
}

@media (min-width:992px) {
    .catalogModal__dial {
        width: 45%;
        padding: 20px 80px 20px 20px
    }
}

.catalogModal__plashka {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: radial-gradient(62.9% 62.9% at 49.99% 50%, rgba(125, 202, 111, 0) 0, rgba(194, 255, 184, .58) 98.75%);
    border-radius: 10px;
    box-sizing: border-box
}

@media (min-width:992px) {
    .catalogModal__plashka {
        width: 50%
    }
}

.catalogModal__plashka h4 {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;  font-family: Gilroy;
    color: #4d9740;
    margin: 0 0 10px;
    text-align: center
}

@media (min-width:992px) {
    .catalogModal__plashka h4 {
        text-align: left
    }
}

.catalogModal__plashka p {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin: 0;
    font-size: 13px;
    color: #595959;
    text-align: center
}

@media (min-width:992px) {
    .catalogModal__plashka p {
        text-align: left
    }
}

.short-form {
    width: 100%;
    display: inline-block;
    margin: 21px 0 0
}

@media (min-width:992px) {
    .short-form .short-form__row {
        height: 87px
    }
}

.short-form__row {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 69px;
    box-shadow: inset -5px -5px 15px rgba(0, 0, 0, .01);
    border-radius: 8px;
    overflow: hidden;
    outline: 0
}

@media (min-width:992px) {
    .short-form__row {
        overflow: visible;
        margin: 0 0 8px
    }
}

.short-form__row input {
    outline: 0;
    border-radius: 8px;
    background-color: #f6f6f6
}

.short-form__row .error {
    font-weight: 300;    font-family: GilroyLight;
    font-size: 12px;
    color: red;
    position: relative;
}

.short-form__row.field-error input {
    border: 1px solid red !important
}

@media (max-width:992px) {
    .short-form__row.field-error input {
        height: 64px !important
    }
}

.short-form__field {
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    padding: 0 20px;
    box-sizing: border-box
}


.short-form__field::-moz-placeholder {
    font-weight: 400;  font-family: Gilroy;
    font-size: 14px;
    color: #7b7b7b
}

.short-form__field:-ms-input-placeholder {
    font-weight: 400;  font-family: Gilroy;
    font-size: 14px;
    color: #7b7b7b
}

.short-form__field::placeholder {
    font-weight: 400;  font-family: Gilroy;
    font-size: 14px;
    color: #7b7b7b
}

.short-form__submit {
    width: 100%;
    height: 72px;
    justify-content: center;
    background-image: url(../images/new/short-submit.svg)
}


.short-form__footnote {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 400;  font-family: Gilroy;
    font-size: 11px;
    line-height: 145%;
    text-align: center;
    color: #8e9094
}

.short-form__footnote a {
    color: #8e9094;
    text-decoration: underline
}

.politics_link {
    display: initial;
    text-decoration: underline;
    cursor: pointer
}

.politics_link:hover {
    text-decoration: none
}

.header-fixed a, .header-fixed button, .catalogModal .graph-modal__content button {
    border: none;
}