@font-face {
  font-family: 'Pobeda';
  src: url("../fonts/POBEDA-BOLD.TTF") format("truetype");
}


/* font-family: "ClearSansRegular"; */
@font-face {
    font-family: "ClearSansRegular";
    src: url("../fonts/ClearSansRegular/ClearSansRegular.eot");
    src: url("../fonts/ClearSansRegular/ClearSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ClearSansRegular/ClearSansRegular.woff") format("woff"),
    url("../fonts/ClearSansRegular/ClearSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ClearSansBold"; */
@font-face {
    font-family: "ClearSansBold";
    src: url("../fonts/ClearSansBold/ClearSansBold.eot");
    src: url("../fonts/ClearSansBold/ClearSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ClearSansBold/ClearSansBold.woff") format("woff"),
    url("../fonts/ClearSansBold/ClearSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 18px;
    font-family: 'ClearSansRegular', sans-serif;
    font-size: 400;
    background-color: #fff;
    color: #434c4c;
}

.h2 {
    font-family: 'Pobeda', sans-serif;
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    margin: 0;
    padding: 8px 0;
}

@media (max-width: 992px) {
    .h2 {
        font-size: 2.8em;
    }
}

.btn.btn-red {
    background-color: #cb3234;
    color: #fff;
    border-radius: 0;
}

.btn.btn-red:hover,
.btn.btn-red:active {
    background-color: #cb2034;
}

.action {
    padding-top: 16px;
    font-size: 1.4em;
}

.bg__line {
    padding: 16px 0;
    background: rgba(0,0,0,0.4);
}

.akcia {
    position: relative;

}

.akcia:before {
    content: '';
    background: url('http://darnet.com.ua/e107_images/newspost_images/akcia_stamp.gif');
    width: 140px;
    background-position: center;
    background-size: cover;
    display: block;
    top: -50px;
    height: 140px;
    position: absolute;
}

@media (max-width: 1199px) {
    .akcia:before {
        display: none;
    }
}

.header {
    color: #fff;
    background-color: #aaa;
    background-image: url('/new-year-ussr-facebook/img/interier/012.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 64px;
}

.header__top {
    padding-bottom: 48px;
}

@media (max-width: 992px) {
    .header__top {
        padding-bottom: 8px;
    }
}

.header__bottom {
    padding-top: 8px;
}

.main-menu {
    position: relative;
}

.main-menu.main-menu_fixed {
    position: fixed;
    width: 100%;
    text-align: center;
    display: none;
    top: 0;
    z-index: 100001;
    background-color: rgba(0,0,0,0.5);
    left: 0;
}

.main-menu.main-menu_fixed .main-menu__bg {
    padding: 0;
}

.main-menu.main-menu_fixed .main-menu__link {
    padding: 4px 0;
}

.main-menu__bg {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    padding: 40px 0;
    z-index: 1;
    display: block;
}

.main-menu__left,
.main-menu__center,
.main-menu__right {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    z-index: 1001;
    position: relative;
}

.main-menu__left,
.main-menu__right {
    width: 40%;
}

.main-menu__center {
    width: 20%;
}

@media (max-width: 992px) {
    .main-menu__left,
    .main-menu__right,
    .main-menu__bg {
        display: none;
    }

    .main-menu__center {
        width: 100%;
    }
}

.main-menu__list {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
}

.main-menu__item {
    display: inline-block;
    padding: 0 8px;
}

.main-menu__link {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    display: block;
    padding: 24px 0;
    border-bottom: 3px solid transparent;
}

.main-menu__link:hover,
.main-menu__link:active,
.main-menu__link:focus {
    text-decoration: none;
    color: #fff;
    border-bottom: 3px solid #D0B94C;
}

@media (max-width: 1199px) {
    .main-menu__link {
        font-size: 0.9em;
    }
}


.logo {
    text-align: center;
    height: 50%;
}
.logo__img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .header {
        padding: 8px 0;
    }
}

.phone_top {
    color: #fff;
    font-family: 'ClearSansBold', sans-serif;
    font-size: 1.1em;
    text-align: right;
}

@media (max-width: 992px) {
    .phone_top {
        font-size: 1.2em;
        padding-top: 8px;
        text-align: center;
    }
}

.phone__link,
.phone__link:hover,
.phone__link:active {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .phone__link {
        display: block;
    }
}

.fake {
}

.fake:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.event-main {
    display: inline-block;
    text-align: left;
    background-color: rgba(0,0,0,0.4);
    padding: 24px 32px;
    vertical-align: middle;
}

@media (max-width: 992px) {
    .event-main {
        padding: 8px;
    }
}

.event-main__slogan {
    font-weight: 700;
    font-family: 'Pobeda', sans-serif;
    font-size: 4.2em;
    line-height: 1.1;
}

@media (max-width: 992px) {
    .event-main__slogan {
        font-size: 2.8em;
        text-align: center;
    }
}

.event-main__padding {
    padding-left: 64px;
}

@media (max-width: 992px) {
    .event-main__padding {
        padding-left: 0;
    }
}

.event-main__date-free {
    font-size: 1.1em;
    padding-top: 16px;
}


.form-zakaz__first-text {
    padding-bottom: 8px;
}

.form-zakaz__inner {
    padding: 24px 32px;
    background-color: rgba(0,0,0,0.4);
}

.form-zakaz__first-text_lg {
    font-size: 1.2em;
}

.form-zakaz__main {
    width: 100%;
    padding: 8px 0 8px;
}

small {
    font-size: 0.6em;
}

.form-zakaz_header.form-zakaz__main {
    background-color: rgba(0,0,0,0.6);
}

.form-zakaz__input input,
.form-zakaz__input textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #888;
    width: 100%;
    padding: 16px 8px 8px;
}

.form-zakaz__input input:focus,
.form-zakaz__input textarea:focus {
    outline: none;
}

.form-zakaz__button a {
    width: 100%;
    margin: 8px 0;
}

.counter.counter_header {
    padding-top: 8px;
    width: 100%;
}

@media (max-width: 992px) {
    .counter.counter_header {
        margin-top: 8px;
        text-align: center;
        margin: 8px auto 0;
        width: 50%;
    }
}

.counter__text {
    margin-bottom: 16px;
}

.counter__title {
 text-align: center;
 font-size: 1.2em;
 font-weight: 700;
 margin-bottom: 16px;
}

.counter__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.counter__item {
    float: left;
    font-size: 1.2em;
    text-align: center;
    width: 25%;
}

.counter__number {
    padding-top: 16px;
    padding-bottom:16px;
    border-width: 1px;
    border-style: solid;
    border-color: #c1af77;
}



.text,
.menu {
    color: #fff;
    background-color: #888;
    background-image: url('../img/bg-menu.jpg');
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    padding: 64px 0;
}

@media (max-width: 992px) {
    .text,
    .menu {
        padding: 8px 0;
    }
}

.text__inner {
    padding: 64px 0;
}

@media (max-width: 992px) {
    .text__inner {
        padding: 16px 0;
    }
}

.slider {
    padding:  0 0 0;
}

.owl-carousel .owl-stage-outer  {
 padding: 20px 0 80px;
}

.owl-carousel.owl-2 .owl-stage-outer,
.owl-carousel.owl-3 .owl-stage-outer {
    padding: 20px 0;
}


.owl-carousel .active.center {
    position: relative;
    z-index: 1001;
}

.owl-carousel .owl-item img {
 filter:  brightness(80%);
}

.owl-carousel .active.center img {
    filter:  brightness(100%);
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.owl-carousel .active.center img:hover {
    filter:  brightness(100%);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.slider .active.center div:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 8px;
    top: -17px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.slider .active.center div:after {
    content: attr(data-after);
    display: block;
    font-family: 'ClearSansBold', sans-serif;
    position: absolute;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 16px;
    bottom: -50px;
    font-size: 1.2em;
    text-align: center;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media (max-width: 992px) {
    .slider .active.center div:after {
        font-size: 0.9em;
    }
}

.slider.slider__dark .active.center div:after {
    content: attr(data-after);
    display: block;
    font-family: 'ClearSansBold', sans-serif;
    position: absolute;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    padding: 16px;
    color: #000;
    font-size: 1.2em;
    bottom: -50px;
    text-align: center;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    font-size: 1.6em;
}

.slider.slider__dark .active.center div:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 2px solid #000;
    font-size: 1.6em;
    color: #000;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    padding: 8px;
    font-size: 1.2em;
    top: -17px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.slider.none .active.center div:before,
.slider.none .active.center div:after {
    display: none;
}

.slider.small .active.center div:before,
.slider.small .active.center div:after {
    font-size: 0.9em;
    bottom: -60px;
}

.owl-theme .owl-nav {


    width: 100%;
}

@media (max-width: 768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}

.owl-theme .owl-nav [class*=owl-] {
    background: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.owl-theme .owl-nav .navigation {
    font-size: 1.6em;
    padding: 6px 16px 8px;
    border: 1px solid #fff;
}

.owl-theme .owl-nav .navigation:hover {
    font-size: 1.6em;
    background-color: #fff;
    color: #888;
    padding: 6px 16px 8px;
    border: 1px solid #fff;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
    position: absolute;
    left: 2%;
    top: 45%;
    transform: translateY(-45%);
}

.owl-theme .owl-nav .owl-next {
    float: right;
    position: absolute;
    right: 2%;
    top: 45%;
    transform: translateY(-45%);
}

.interier {
    color: #fff;
    padding: 64px 0;
    background-color: #888;
    background-image: url('../img/bg-interier.jpg');
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 992px) {
    .interier {
        padding: 8px 0;
    }
}

.interier__row .col-xs-12 {
    position: relative;
}

.interier__row {
    margin:32px 0;
    padding: 32px 0;
    background-color: rgba(0,0,0,0.6);
}

@media (max-width: 992px) {
    .interier__row {
        padding: 32px 0;
        text-align: center;
    }
}

.interier__row .col-xs-12 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    float: none;
}

.interier__row .h3 {
    margin: 0 0 16px;
    padding: 0;
}

@media (max-width: 992px) {
    .interier__row img {
        margin: 8px auto
    }
}

.prices {
    color: #fff;
    padding: 64px 0;
    background-color: #888;
    background-image: url('../img/bg-new.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.prices__inner {
    text-align: center;
    border: 3px solid #fff;
    padding: 24px 16px;
    margin: 48px 0;
}

.prices__title {
    font-size: 1.4em;
    margin: 8px;
}

.prices__title.prices__title_gold {
    color: #c1af77;
}

.prices__dop {
    text-align: center;
    font-size: 1.2em;
}

.universal {
    color: #fff;
    background-color: #888;
    background-image: url('../img/bg-menu.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.universal__inner {
    padding: 8px 0;
}

.universal__list {
    list-style: none;
    text-align: center;
    padding: 24px 0 0 8px;
    margin: 0;
}

.universal__item {
    width: 18%;
    vertical-align: top;
    padding: 0 1%;
    display: inline-block;
    margin-right: -4px;
}

@media (max-width: 992px) {
    .universal__item {
        width: 98%;
    }
}

@media (max-width: 768px) {
    .universal__item {
        width: 98%;
    }
}

.universal__title {
    padding: 16px 0;
    font-size: 2em;
    font-family: 'Pobeda';
    font-weight: 700;
}

.universal__text {
    font-size: 1em;
}


.three-kind {
    color: #fff;
    background-color: #888;
    background-image: url('../img/bg-interier.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.three-kind__bg {
    background: rgba(0,0,0,0.5);
    padding: 16px 0;
}

.three-kind__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.three-kind__item {
    padding: 24px 0;
}

.three-kind__line {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    word-wrap: normal;
}

@media (max-width: 768px) {
    .three-kind__line {
        display: block;
        text-align: center;
    }
}

.three-kind__line:first-child {
    text-align: center;
    width: 12%;
}

.three-kind__line:last-child {
    width: 88%;
}

@media (max-width: 768px) {
    .three-kind__line:first-child {
        text-align: center;
        width: 100%;
    }

    .three-kind__line:last-child {
        width: 100%;
    }
}

.three-kind__number {
    font-family: 'Pobeda';
    font-size: 2em;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    text-align: center;
}




@media (max-width: 992px) {
    .three-kind__number {
        font-size: 1.4em;
        width: 32px;
        height: 32px;
    }
}


@media (max-width: 768px) {
 .three-kind__number {
    font-size: 1.4em;
    width: 32px;
    height: 32px;
    margin: 8px auto 16px;
}
}

.three-kind__title {
    font-family: 'Pobeda';
    font-size: 2em;
    padding-bottom: 16px;
    line-height: 0.8;
    font-weight: 700;
}

@media (max-width: 768px) {
    .three-kind__title {
        font-size: 1.6em;
        line-height: 1.1;
    }
}

.order {
    color: #888;
    padding: 64px 0;
    background-color: #fff;
    /*background-image: url('../img/bg-zakaz.jpg');*/
    background-repeat: no-repeat;
   /* min-height: 100%;
   max-height: 100%;*/
   background-position: left bottom;
   position: relative;
   background-size: contain;
}

.order-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1002;
    background-color: rgba(0,0,0,0.1);
}

.order__inner {
    z-index: 10003;
    position: relative;
}

select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #888;
    width: 100%;
    color: #888;
    padding: 16px 8px 8px;
}

.yeal {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 992px) {
    .order {
        background-image: none;
    }

    .yeal {
        display: none;
    }
}
.order__inner {

}

@media (max-width: 992px) {
    .order {
        background-position: center bottom;
    }
}

.otzivi {
    color: #fff;
    background-color: #888;
    background-image: url('../img/bg-menu.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.otzivi__name {
    padding-bottom: 24px;
}

.otzivi__img {
    border-radius: 50%;
}

@media (max-width: 768px) {
    .otzivi__img {
        padding-bottom: 16px;
        width: 50% !important;
        margin: auto;
    }
}

.contacts {
    color: #fff;
    min-height: 100%;
    position: relative;
    background-color: #888;
    background-image: url('../img/bg-interier.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    max-height: 100%;
}

.contacts__top {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 0 0 54px;
    background-image: url('../img/bg-contacts.png');
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1001;
    background-size: cover;
}

.contacts__bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 992px) {
    .contacts__bottom {
        position: relative;
    }
}

.contacts__block {
    color: #333333;
}

.contacts__row {
    padding-bottom: 32px
}

.contacts__title {
    font-weight: 700;
}

.desktop-map {
    display: block;
}
.mobile-map {
    display: none;
}

@media (max-width: 1280px) {
    .desktop-map {
        display: none;
    }
    .mobile-map {
        display: block;
    }
}

@media (max-width: 992px) {
    .desktop-map {
        display: block;
    }
    .mobile-map {
        display: none;
    }
}

@media (max-width: 992px) {
    .contacts__block {
        color: #fff;
        background-color: #888;
        background-image: url('../img/bg-interier.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .contacts__row {
        padding-bottom: 8px;
        text-align: center;
    }
}

.soc-button {
    padding: 16px 0;
}

.soc-button__list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.soc-button__item {
    display: inline-block;

    padding: 0 0 0 8px;
    text-align: center;
    font-size: 2em;
}

.soc-button__link,
.soc-button__link:hover,
.soc-button__link:active,
.soc-button__link:focus {
    color: #fff;
}

.warning {
    box-shadow: 0 0 4px #f00;
}

@-webkit-keyframes blackWhite {  
  0% { color: red; }
  50% { color: blue; }
  51% { color: green; }
  100% { color: orange; }
}

@-webkit-keyframes blackWhite-2 {  
  0% { color: white; }
  50% { color: blue; }
  100% { color: white; }
}

.blinkdiv {
    color: red;
    -webkit-animation-name: blackWhite;  
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-duration: 2s; 
    text-shadow: 0 0 8px #000;
} 

.blinkdiv-2 {
    color: white;
    -webkit-animation-name: blackWhite-2;  
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-duration: 4s; 
    text-shadow: 0 0 8px #000;
} 