textarea.form-control {
    height: auto !important
}

.btn {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: #101010;
    text-transform: uppercase;
    border-radius: 5px !important;
    background: #CB9482;
    color: #101010 !important;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    padding: 15px 10px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #CB9482 !important
}

.btn::before {
    content: "";
    width: 30px;
    height: 80px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 255, 255, 0.5)));
    background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.5));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto
}

.btn:hover {
    background-color: #CB9482 !important;
    border-color: #CB9482 !important
}

.btn:hover::before {
    -webkit-animation: blic .8s linear;
    animation: blic .8s linear
}

.btn:active,
.btn:focus {
    border-color: #CB9482 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

@-webkit-keyframes blic {
    0% {
        -webkit-transform: translateX(-80px) rotate(-25deg);
        transform: translateX(-80px) rotate(-25deg)
    }
    100% {
        -webkit-transform: translateX(600px) rotate(-25deg);
        transform: translateX(600px) rotate(-25deg)
    }
}

@keyframes blic {
    0% {
        -webkit-transform: translateX(-80px) rotate(-25deg);
        transform: translateX(-80px) rotate(-25deg)
    }
    100% {
        -webkit-transform: translateX(600px) rotate(-25deg);
        transform: translateX(600px) rotate(-25deg)
    }
}

.btn-default {
    width: 100%;
    color: #ffffff !important;
    background-color: #CB9482 !important;
    border-color: #CB9482 !important
}

.btn-default:hover {
    background-color: #CB9482 !important;
    border-color: #CB9482 !important
}

.btn-green {
    width: 100%;
    color: #ffffff !important;
    background-color: #009748 !important;
    border-color: #009748 !important;
    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: 600 !important;
    text-transform: inherit;
    padding: 12px 10px !important
}

.btn-green:hover {
    background-color: #009748 !important;
    border-color: #009748 !important
}

.header {
    position: relative;
    z-index: 10;
    background-image: url(../img/bg//fon-1.jpg);
    background-size: cover;
    border-top: 1px solid transparent;
    overflow: hidden;
    padding-top: 60px
}

.header__box {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__box .btn {
    min-width: 445px
}

.header__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 50px
}

.header__subtitle::before {
    content: '';
    position: absolute;
    width: 85px;
    height: 3px;
    background: #cb9482;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto
}

.header__desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #fff;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px
}

.navigation {
    position: fixed;
    height: auto;
    line-height: normal;
    width: 100%;
    z-index: 100;
    background-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 5px 0 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}

.navigation.active {
    -webkit-box-shadow: 0px 0 25px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0 25px 10px rgba(0, 0, 0, 0.3);
    background: #CB9482
}

.nav_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto
}

.naviagation__item {
    width: 50%
}

.naviagation__item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.naviagation__item_link li a {
    position: relative;
    z-index: 10;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: none;
    font-family: 'Times New Roman', sans-serif;
    font-size: 18px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    color: #fff;
    padding: 10px 0
}

.naviagation__item_link li a:hover,
.naviagation__item_link li a:focus {
    text-decoration: none;
    color: #ffffb1;
    background: none
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo__desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 300 !important;
    color: #fff;
    margin-left: 15px;
    margin-right: auto
}

.order__number {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ord__num {
    font-style: normal;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    padding-left: 30px;
    position: relative;
    font-family: 'Times New Roman', sans-serif;
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    color: #fff
}

.ord__num::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    background-image: url(../img/icon-phone.svg);
    background-position: center center
}

.ord__num:hover {
    text-decoration: none;
    color: #fefefe
}

.btn_block a {
    display: block;
    background-color: red;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #000;
    padding: 10px 0;
    margin: 5px 0;
    text-align: center;
    text-decoration: none
}

.btn_block a:hover {
    background-color: #a8160a
}

.header__wrap {
    margin: 150px auto 0;
    max-width: 1100px;
    position: relative
}

.h1 {
    text-align: center;
    text-align-text-transform: uppercase;
    text-align-font-size: 20px;
    text-align-margin: 0;
    color: #000000
}

.title__text {
    color: #333333;
    font-size: 30px;
    text-align: center;
    margin: 0;
    line-height: 22px
}

#before-load {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1001
}

#before-load img {
    font-size: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    -webkit-animation: rotate 2s infinite;
    animation: rotate 2s infinite
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sidebarBtn {
    position: fixed;
    top: 8px;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    z-index: 10
}

.sidebarBtn:focus {
    outline: none
}

.sidebarBtn span {
    display: block;
    width: 45px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    top: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none
}

.sidebarBtn span:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none
}

.sidebarBtn span:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sidebarBtn.toggle span {
    background: transparent
}

.sidebarBtn.toggle span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sidebarBtn.toggle span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pushy-open-right .sidebarBtn.toggle span {
    background: transparent
}

.pushy-open-right .sidebarBtn.toggle span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff
}

.pushy-open-right .sidebarBtn.toggle span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff
}

.wrap__button_mob {
    display: none;
    position: fixed;
    z-index: 100;
    right: 60px
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.phone-call {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 200;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
    -webkit-box-shadow: 0 0 0px 0px black;
    box-shadow: 0 0 0px 0px black;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@media only screen and (max-width: 600px) {
    .phone-call {
        display: inline-block
    }
}

.phone-call img {
    -webkit-box-shadow: 1px 2px 17px #CB9482;
    box-shadow: 1px 2px 17px #CB9482;
    border-radius: 50%;
    -webkit-animation: phoneCall 1s linear infinite;
    animation: phoneCall 1s linear infinite
}

@-webkit-keyframes phoneCall {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: 1px 2px 19px #CB9482;
        box-shadow: 1px 2px 19px #CB9482
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        -webkit-box-shadow: 1px 2px 10px #CB9482;
        box-shadow: 1px 2px 10px #CB9482
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: 1px 2px 19px #CB9482;
        box-shadow: 1px 2px 19px #CB9482
    }
}

@keyframes phoneCall {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: 1px 2px 19px #CB9482;
        box-shadow: 1px 2px 19px #CB9482
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        -webkit-box-shadow: 1px 2px 10px #CB9482;
        box-shadow: 1px 2px 10px #CB9482
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: 1px 2px 19px #CB9482;
        box-shadow: 1px 2px 19px #CB9482
    }
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes wobble-vertical2 {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble-vertical2 {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes si-button-pulse {
    from {
        -webkit-box-shadow: 0 0 8px 6px #FFF, 0 0 12px 14px #FFF;
        box-shadow: 0 0 8px 6px #FFF, 0 0 12px 14px #FFF
    }
    to {
        -webkit-box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0)
    }
}

@keyframes si-button-pulse {
    from {
        -webkit-box-shadow: 0 0 8px 6px #FFF, 0 0 12px 14px #FFF;
        box-shadow: 0 0 8px 6px #FFF, 0 0 12px 14px #FFF
    }
    to {
        -webkit-box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0)
    }
}

@-webkit-keyframes buzz-z {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0deg);
        transform: translateX(1px) rotate(0deg)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0deg);
        transform: translateX(-1px) rotate(0deg)
    }
}

@keyframes buzz-z {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0deg);
        transform: translateX(1px) rotate(0deg)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0deg);
        transform: translateX(-1px) rotate(0deg)
    }
}

@-webkit-keyframes scale2 {
    from {
        -webkit-transform: scale(1) rotate(-4deg);
        transform: scale(1) rotate(-4deg)
    }
    50% {
        -webkit-transform: scale(1.3) rotate(4deg) translate(-5px, -10px);
        transform: scale(1.3) rotate(4deg) translate(-5px, -10px)
    }
    to {
        -webkit-transform: scale(1) rotate(-4deg);
        transform: scale(1) rotate(-4deg)
    }
}

@keyframes scale2 {
    from {
        -webkit-transform: scale(1) rotate(-4deg);
        transform: scale(1) rotate(-4deg)
    }
    50% {
        -webkit-transform: scale(1.3) rotate(4deg) translate(-5px, -10px);
        transform: scale(1.3) rotate(4deg) translate(-5px, -10px)
    }
    to {
        -webkit-transform: scale(1) rotate(-4deg);
        transform: scale(1) rotate(-4deg)
    }
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

*:-moz-placeholder {
    color: #666;
    opacity: 1
}

*::-moz-placeholder {
    color: #666;
    opacity: 1
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

::-webkit-scrollbar-track {
    background-color: #32312e;
    -webkit-box-shadow: 0px 0px 3px #000 inset;
    box-shadow: 0px 0px 3px #000 inset
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #CB9482;
    -webkit-box-shadow: 0px 1px 1px #CB9482 inset;
    box-shadow: 0px 1px 1px #CB9482 inset;
    background-position: center;
    background-repeat: no-repeat
}

::-webkit-scrollbar {
    width: 11px
}

::-webkit-input-placeholder {
    color: #000000
}

::-moz-placeholder {
    color: #000000
}

input {
    outline: none
}

select {
    outline: none
}

button {
    outline: none
}

a {
    outline: none
}

ul {
    list-style: none;
    padding: 0
}

section {
    border-top: .1px solid transparent;
    padding: 30px 0
}

img {
    max-width: 100%
}

html,
body {
    overflow-x: hidden
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: 'Times New Roman', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    margin: 0;
    padding: 0
}

h1,
.h1 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 55px !important;
    line-height: 63px !important;
    font-weight: 700 !important;
    color: #CB9482;
    text-align: center;
    margin-bottom: 20px
}

h2,
.h2 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 32px !important;
    line-height: 37px !important;
    font-weight: 700 !important;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px
}

h2::before,
.h2::before {
    content: '';
    position: absolute;
    width: 86px;
    height: 3px;
    background: #93C53E;
    right: 0;
    left: 0;
    bottom: 0px;
    margin: auto
}

.h2__desc {
    max-width: 550px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #505050;
    text-align: center;
    margin-bottom: 40px
}

h3,
.h3 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 18px !important;
    line-height: 21px !important;
    font-weight: 700 !important;
    color: #000;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px
}

h3::before,
.h3::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 80%;
    left: 0;
    bottom: 0;
    border-radius: 1px;
    background: #93C53E;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

::-moz-selection {
    background-color: red;
    color: #fff
}

::selection {
    background-color: red;
    color: #fff
}

.slide {
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-wrapper {
    padding: 0 0 25px
}

.swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.swiper-button-next,
.swiper-button-prev {
    font-size: 50px;
    color: #333;
    z-index: 1;
    outline: none;
    top: 48%;
    background-size: contain
}

.swiper-button-next {
    padding: 0px 8px 4px 3px;
    right: -40px;
    background-image: url(../img/arr-right.png)
}

.swiper-button-prev {
    padding: 0px 10px 4px 0px;
    left: -40px;
    background-image: url(../img/arr-left.png)
}

.swiper-pagination {
    bottom: -30px;
    width: 100%;
    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
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 7px;
    width: 9px;
    height: 9px;
    background: rgba(0, 151, 72, 0.35);
    opacity: 1;
    border-radius: 50%;
    outline: 0
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 21px;
    height: 21px;
    background: #009748;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0px 1px #93C53E;
    box-shadow: 0 0 0px 1px #93C53E
}

.go-prew {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
    border-radius: 10px
}

.go-prew img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.go-prew:hover .zoom {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.go-prew:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .4
}

.lg-outer .lg-thumb {
    margin: auto
}

.lg-backdrop {
    z-index: 100
}

.zoom {
    color: #ffffff;
    font-size: 50px;
    z-index: 11;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    display: block;
    margin: auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: url(../img/zoom-in.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px
}

.header_thanks {
    height: 100vh;
    background-image: url(../img/thanks.jpg);
    background-repeat: no-repeat
}

.header_thanks .card_wrapper {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_thanks .card_wrapper .card_new {
    width: 700px;
    background: #D55D70
}

.header_thanks .card_wrapper .content {
    height: 100%;
    bottom: 0;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    background: -webkit-gradient(linear, left bottom, left top, from(#c21833), to(transparent));
    background: -o-linear-gradient(bottom, #c21833, transparent);
    background: linear-gradient(0deg, #c21833, transparent)
}

.header_thanks .card_wrapper .content ul li a {
    padding-bottom: 3px !important;
    height: auto;
    width: 300px
}

.scale-in-center {
    -webkit-animation: 0.7s scale-in-center 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: 0.7s scale-in-center 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.bounce-in-bottom1 {
    -webkit-animation: 2s bounce-in-bottom .2s both;
    animation: 2s bounce-in-bottom .2s both
}

.bounce-in-bottom2 {
    -webkit-animation: 2s bounce-in-bottom .5s both;
    animation: 2s bounce-in-bottom .5s both
}

.bounce-in-bottom3 {
    -webkit-animation: 2s bounce-in-bottom .9s both;
    animation: 2s bounce-in-bottom .9s both
}

@-webkit-keyframes bounce-in-bottom {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(65px);
        transform: translateY(65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(28px);
        transform: translateY(28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-bottom {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(65px);
        transform: translateY(65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(28px);
        transform: translateY(28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.slide-in-blurred-right1 {
    -webkit-animation: 1s slide-in-blurred-right 0.2s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: 1s slide-in-blurred-right 0.2s cubic-bezier(0.23, 1, 0.32, 1) both
}

.slide-in-blurred-right2 {
    -webkit-animation: 1s slide-in-blurred-right 0.4s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: 1s slide-in-blurred-right 0.4s cubic-bezier(0.23, 1, 0.32, 1) both
}

@-webkit-keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

.recording {
    padding: 60px 0 60px
}

.recording__box {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 15px 3px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.recording__box-list {
    margin-bottom: 20px
}

.recording__box-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 400 !important;
    color: #000;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px
}

.recording__box-item::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 3px;
    top: 7px;
    left: 6px;
    background: #93c53e
}

.recording__box .btns {
    margin-top: auto
}

.recording__box:hover {
    -webkit-box-shadow: 0px 4px 15px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 15px 3px rgba(0, 0, 0, 0.2)
}

.recording__box:hover .h3::before {
    background: #CB9482;
    width: 70%
}

.recording__art-box {
    border-radius: 10px;
    min-height: 350px;
    overflow: hidden;
    padding: 55px 20px 20px;
    background-size: cover;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.recording__art-box-1 {
    background-image: url(../img/bg/fon-2.jpg)
}

.recording__art-box-2 {
    background-image: url(../img/bg/fon-3.jpg)
}

.recording__art-box-3 {
    background-image: url(../img/bg/fon-4.jpg)
}

.recording__art-box .h3 {
    font-family: 'Times New Roman', sans-serif;
    font-size: 26px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.recording__art-box .h3::before {
    display: none
}

.recording__art-box .btns {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.recording__art-box:hover .h3 {
    color: #ffffb1
}

.recording__art-box:hover .btns {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.about {
    padding: 60px 0
}

.about__img {
    max-width: 440px;
    position: relative;
    margin-left: 45px
}

.about__img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid #93C53E;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
    -webkit-transform: translate(-45px, 45px);
    -ms-transform: translate(-45px, 45px);
    transform: translate(-45px, 45px)
}

.about__img:hover::before {
    -webkit-transform: translate(-25px, 25px);
    -ms-transform: translate(-25px, 25px);
    transform: translate(-25px, 25px);
    border: 10px solid #CB9482
}

.about__box {
    background: url(../img/bg/bg-about.jpg) no-repeat;
    background-position: left bottom;
    height: 100%
}

.about__box-img {
    text-align: center
}

.about__title {
    font-family: 'Times New Roman', sans-serif;
    font-size: 30px !important;
    line-height: 34px !important;
    font-weight: 700 !important;
    color: rgba(0, 0, 0, 0.3);
    background: url(../img/quotes.png) no-repeat;
    padding-left: 45px;
    margin-bottom: 35px
}

.about__subtitle {
    font-family: 'Times New Roman', sans-serif;
    font-size: 28px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
    color: #000;
    margin-bottom: 30px
}

.about__desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    color: #000;
    margin-left: 60px
}

.gallery .swiper-wrapper {
    padding-bottom: 55px
}

.footer {
    padding: 0px 0;
    background: #304D4F
}

.footer__item {
    margin-bottom: 8px
}

.footer__item .title {
    font-family: 'Times New Roman', sans-serif;
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.5)
}

.footer__item .desc,
.footer__item a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #fff;
    max-width: 400px
}

.footer__studio {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin: 30px 0 0;
    color: #ffffff
}

.footer__studio a {
    color: #ffffff
}

.footer .h2 {
    text-align: left;
    color: #ffffff
}

.footer .h2::before {
    display: none
}

.footer .btn {
    max-width: 540px;
    margin-top: 5px;
    margin-bottom: 30px
}

.footer .maps {
    min-height: 450px;
    background-image: url(../img/maps.png);
    background-repeat: no-repeat;
    cursor: pointer
}

.hidden {
    display: none
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

.success {
    color: #000000;
    background-color: #ffffff;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.success p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto
}

.success.active {
    top: 0;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.popup__form {
    padding: 20px;
    background-color: #fff;
    max-width: 440px;
    margin: auto;
    position: relative;
    border: 3px solid red;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-animation: dropdown 0.5s alternate linear;
    animation: dropdown 0.5s alternate linear
}

.popup__form .btn {
    margin-top: 15px
}

.popup__form .btn_send {
    background-color: red
}

input:focus {
    border-bottom: 1px solid #a8160a !important;
    -webkit-box-shadow: 0 1px 0 0 #a8160a !important;
    box-shadow: 0 1px 0 0 #a8160a !important
}

textarea:focus {
    border-bottom: 1px solid #a8160a !important;
    -webkit-box-shadow: 0 1px 0 0 #a8160a !important;
    box-shadow: 0 1px 0 0 #a8160a !important
}

i.active {
    color: #a8160a !important
}

label.active {
    color: #a8160a !important
}

.h3__form {
    text-align: center;
    font-size: 24px;
    margin: 0;
    line-height: 31px;
    font-size: 30px !important;
    line-height: 34px !important
}

.btn__dogovor {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: #101010;
    text-transform: uppercase;
    border-radius: 5px !important;
    background: #CB9482;
    color: #101010 !important;
    position: relative;
    overflow: hidden;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #CB9482 !important
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.h3__form::before {
    display: none
}

.order__paragraph {
    font-size: 18px;
    line-height: 20px
}

@-webkit-keyframes dropdown {
    0% {
        -webkit-transform: translate(0, -480px);
        transform: translate(0, -480px)
    }
    100% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px)
    }
}

@keyframes dropdown {
    0% {
        -webkit-transform: translate(0, -480px);
        transform: translate(0, -480px)
    }
    100% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px)
    }
}

.success {
    background: rgba(0, 0, 0, 0.99);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    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;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none
}

.success__box {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.success__box p {
    color: #fff;
    font-size: 27px;
    letter-spacing: 2px
}

.success__box p:first-child {
    font-size: 40px;
    letter-spacing: 3px
}

.success.active {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

textarea.form-control {
    height: auto !important
}

.btn {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: #101010;
    text-transform: uppercase;
    border-radius: 5px !important;
    background: #CB9482;
    color: #101010 !important;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    padding: 15px 10px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #CB9482 !important
}

.btn::before {
    content: "";
    width: 30px;
    height: 80px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 255, 255, 0.5)));
    background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.5));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto
}

.btn:hover {
    background-color: #CB9482 !important;
    border-color: #CB9482 !important
}

.btn:hover::before {
    -webkit-animation: blic .8s linear;
    animation: blic .8s linear
}

.btn:active,
.btn:focus {
    border-color: #CB9482 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

@keyframes blic {
    0% {
        -webkit-transform: translateX(-80px) rotate(-25deg);
        transform: translateX(-80px) rotate(-25deg)
    }
    100% {
        -webkit-transform: translateX(600px) rotate(-25deg);
        transform: translateX(600px) rotate(-25deg)
    }
}

.btn-default {
    width: 100%;
    color: #ffffff !important;
    background-color: #CB9482 !important;
    border-color: #CB9482 !important
}

.btn-default:hover {
    background-color: #CB9482 !important;
    border-color: #CB9482 !important
}

.btn-green {
    width: 100%;
    color: #ffffff !important;
    background-color: #009748 !important;
    border-color: #009748 !important;
    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: 600 !important;
    text-transform: inherit;
    padding: 12px 10px !important
}

.btn-green:hover {
    background-color: #009748 !important;
    border-color: #009748 !important
}

.footer__desc {
    text-align: center;
    color: #e2e2e2;
}

.footer__desc a {
    color: #e2e2e2;
}

.payment {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #505050;
}

.payment .h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #505050;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.payment .h3:before {
    display: none;
}

.payment li {
    margin-bottom: 6px;
}

.payment ul {
    padding-top: 8px;
}

.payment ul li {}

.payment ol li {}

.payment li li {
    padding-left: 20px;
    position: relative;
}

.payment li li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CB9482;
}

@media only screen and (max-width: 1200px) {
    .recording__art-box .h3 {
        font-size: 21px !important
    }
    .nav_wrapper {
        padding: 0 15px
    }
    .h1 {
        font-size: 40px !important;
        line-height: 46px !important;
        font-weight: bold !important;
        color: #CB9482
    }
}

@media only screen and (max-width: 1100px) {
    .order__number {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .ord__num+.ord__num {
        margin: 5px 0 0 0
    }
    .naviagation__item {
        width: 55%
    }
    .logo__desc {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    .h1 {
        text-align: center
    }
    .h3 {
        font-size: 22px !important;
        line-height: 30px !important;
        font-weight: 600 !important;
        color: #000
    }
    .message__form {
        padding: 50px 0
    }
    .header {
        padding-top: 90px;
        padding-bottom: 40px
    }
    .recording__art-box .btns {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .about__desc {
        margin-left: 0
    }
}

@media only screen and (max-width: 768px) {
    .naviagation__item {
        display: none
    }
    .naviagation__item_link {
        -ms-flex-line-pack: center;
        align-content: center;
        text-align: center
    }
    .btn_block a {
        display: block;
        width: 250px;
        margin: 5px auto
    }
    .wrap__button_mob {
        display: block
    }
    .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .logo__desc {
        display: block;
        font-size: 15px !important;
        line-height: 22px !important
    }
    .order__number {
        width: auto;
        position: fixed;
        top: 19px;
        right: 80px
    }
    .ord__num {
        font-size: 27px !important;
        line-height: 28px !important
    }
    .naviagation__item_link {
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 20px 0;
        z-index: 10
    }
    .naviagation__item_link li {
        padding: 15px 0
    }
    .naviagation__item_link li a {
        font-size: 24px !important
    }
    .naviagation__item {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: 100%;
        width: 100%
    }
    .navigation {
        padding: 2px 0;
        background: #CB9482
    }
    .navigation.active {
        -webkit-box-shadow: 0px 0 25px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0 25px 10px rgba(0, 0, 0, 0.3)
    }
    .service__item {
        margin-bottom: 30px
    }
    .plus {
        padding-bottom: 30px
    }
    .plus__item {
        margin-bottom: 30px
    }
    .h2 {
        padding-left: 0;
        margin-bottom: 0;
        text-align: center
    }
    .h2::before {
        display: none
    }
    .message__form label {
        display: none
    }
    .footer__line {
        font-size: 18px !important;
        line-height: 23px !important;
        font-weight: 400 !important;
        color: #000
    }
    .footer__line a {
        font-size: 18px !important;
        line-height: 23px !important;
        font-weight: 400 !important;
        color: #000
    }
}

@media only screen and (max-width: 600px) {
    .logo__desc {
        display: none
    }
    .order__number {
        left: 0;
        right: 0
    }
    .ord__num {
        padding-left: 0
    }
    .ord__num::before {
        display: none
    }
    .header__desc {
        font-size: 16px !important
    }
    .h2__desc {
        font-size: 19px !important
    }
    .recording__box-item {
        font-size: 17px !important;
        line-height: 19px !important
    }
    .btn-green {
        font-size: 20px !important
    }
    .recording {
        padding-bottom: 0
    }
    .about__subtitle {
        font-size: 23px !important;
        line-height: 33px !important
    }
    .about__desc {
        font-size: 21px !important
    }
    .footer__item .desc,
    .footer__item a {
        font-size: 18px !important
    }
}

@media only screen and (max-width: 480px) {
    .naviagation__item {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .naviagation__item_link {
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 0 auto
    }
}
.soc_network {
  position: fixed;
  right: 10px;
  top: 200px;
  z-index: 99999;
 }

.soc_network a {
 display: block;
 -webkit-transition: .3s;
 -o-transition: .3s;
 transition: .3s;
padding: 3px;
 }

.soc_network a:hover {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
  transform: scale(1.1);
 }