.btn-custom {
    text-align: center;
    text-decoration: none;
    height: 58px;
    border-width: 2px;
    border-style: solid;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 42px;
    font-family: 'Circe', serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px
}
@media screen and (max-width: 1399px) {
    .btn-custom {
        font-size: 16px
    }
}

.btn-custom-empty {
    border-color: rgba(195, 136, 101, 1);
    background: transparent;
    color: #d85c42
}

.btn-custom-empty_sm {
    height: 44px;
    border: 2px solid #d85c42
}

.btn-custom-empty:hover, .btn-custom-empty:focus {
    background: #d85c42;
    color: #fff;
    border-color: #d85c42
}

.nice-select.btn-custom-empty_sm:hover, .nice-select.btn-custom-empty_sm:focus {
    border-color: #d85c42;
    background: transparent;
    color: #d85c42
}

.btn-custom-brown {
    border-color: #623b2a;
    background: #623b2a;
    color: #fcfcfc
}

.btn-custom-brown:hover, .btn-custom-brown:focus {
    background: transparent;
    color: #fcfcfc
}

.btn-custom-multi {
    border: 0;
    background: linear-gradient(98.74deg, #039999 12.27%, #BF8F6B 88.81%);
    color: #fff
}
.btn-custom-multi:hover,
.btn-custom-multi:focus {
    background: linear-gradient(98.74deg, #BF8F6B 12.27%, #039999 88.81%);

    color: #fff
}

.btn-custom-orange {
    border: 0;
    background: linear-gradient(128.24deg, #d85c42 0, #bd956f 100%);
    color: #fcfcfc
}
.btn-custom-orange:hover,
.btn-custom-orange:focus {
    border: 0;
    background: linear-gradient(0, #d85c42 0, #bd956f 100%);
    color: #fcfcfc
}
.btn-custom-green {
    border: 0;
    background: linear-gradient(98.74deg, #009B53 12.27%, #BF8F6B 88.81%);
    color: #fff
}
.btn-custom-green:hover,
.btn-custom-green:focus {
    border: 0;
    background: linear-gradient(98.74deg, #BF8F6B 12.27%, #009B53 88.81%);
    color: #fff
}

.btn-custom-h-40 {
    height: 40px
}
.btn-custom-h-46 {
    height: 46px;
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .btn-custom-order-fixed {
        font-size: 16px
    }
}


@media screen and (max-width: 331px) {
    .events-modal-container .input-custom{
        height: 44px;
    }
}


.link-custom {
    color: #3c52c1;
    border-bottom-color: currentColor;
    border-bottom-width: 1px;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.link-custom:hover, .link-custom:focus {
    text-decoration: none;
    color: currentColor;
    border-bottom-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.link-custom-solid {
    border-bottom-style: solid
}

.link-custom-dashed {
    border-bottom-style: dashed
}

.input-custom {
    height: 58px;
    border: 0;
    box-sizing: border-box;
    padding: 0 20px;
    background: #fcfcfc;
    border-radius: 6px;
    font-family: 'Circe', serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #a8a9ad
}

textarea.input-custom {
    height: 130px;
    resize: vertical
}

.modal-window-block .input-custom, .modal-window-block .select-order, .box-modal .input-custom, .box-modal .select-order {
    background: #f4f4f4
}

.w-50 {
    width: 50%
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.w-auto {
    width: auto
}

.w-auto-min {
    min-width: 10px
}

.overflow-hidden {
    overflow: hidden
}

.overflow-auto {
    overflow: auto
}

.overflow-visible {
    overflow: visible
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.nowrap {
    white-space: nowrap
}

.no-transform {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
}

.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.no-bg-img {
    background-image: none
}

.no-after::after, .no-before::before {
    display: none
}

.bold {
    font-weight: 700
}

.clear {
    clear: both
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.static {
    position: static
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.z-index--1 {
    z-index: -1
}

.z-index-0 {
    z-index: 0
}

.z-index-1 {
    z-index: 1
}

.z-index-10 {
    z-index: 10
}

.z-index-100 {
    z-index: 100
}

.z-index-999 {
    z-index: 999
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-E5E5E5 {
    background-color: #e5e5e5;
}
.bg-f5f5f5 {
    background-color: #f5f5f5;
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.abs-full {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.abs-center-hor {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.abs-center-vert {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mr-tp-auto {
    margin-top: auto
}

.mr-rt-auto {
    margin-right: auto
}

.mr-lt-auto {
    margin-left: auto
}

.mr-hr-auto {
    margin-left: auto;
    margin-right: auto
}

.color-white {
    color: #fff
}

.color-black {
    color: #000
}

.color-red {
    color: #d85c42
}

.color-623B2A {
    color: #623b2a
}

.color-D85C42 {
    color: #d85c42
}

.color-D85C42 {
    color: #d85c42
}

.no-border {
    border: none !important
}

.opacity-0 {
    opacity: 0
}

.visible-none {
    visibility: hidden
}

.container {
    max-width: 1572px
}

.container__width_630 {
    max-width: 630px
}

.container__width_680 {
    max-width: 680px
}

.container__width_750 {
    max-width: 750px
}

.container__width_795 {
    max-width: 795px
}

.container__width_940 {
    max-width: 940px
}

.container__width_1170 {
    max-width: 1170px
}

.container__width_1280 {
    max-width: 1280px
}

.container__width_1460 {
    max-width: 1460px
}

.f-400 {
    font-weight: 400
}

.f-700 {
    font-weight: 700
}

.d-none {
    display: none
}

.circe {
    font-family: 'Circe', serif
}
.circled {
    padding: 0;
    margin: 0;
    list-style: none;
}
.circled li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 28px;
    color: #202020;
}
.circled li::before {
    position: absolute;
    left: 0;
    top: 7px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 2px solid #D46145;
    content: '';
    border-radius: 50%;
}
[data-condition-text] {
    display: none;
}