progress,
sub,
sup {
    vertical-align: baseline
}

button,
hr,
input {
    overflow: visible
}

[type=checkbox],
[type=radio],
legend {
    padding: 0
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon/icomoon.eot?oohj4e);
    src: url(fonts/icomoon/icomoon.eot?oohj4e#iefix) format('embedded-opentype'), url(fonts/icomoon/icomoon.ttf?oohj4e) format('truetype'), url(fonts/icomoon/icomoon.woff?oohj4e) format('woff'), url(fonts/icomoon/icomoon.svg?oohj4e#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/montserrat/Montserrat-Regular.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(fonts/montserrat/Montserrat-Bold.ttf) format('truetype')
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.prd-area-txt>a,
.prd-btn,
.prd-faq-content a,
.prd-footer-phone,
.prd-footer-social>a,
.prd-guests-row>a,
.prd-nav-m-links>a {
    text-decoration: none
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

.prd-nav-m,
textarea {
    overflow: auto
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,
html {
    font-family: Montserrat, sans-serif;
}

.prd-banner-slider .owl-nav,
.prd-footer-social>a,
.prd-header-menu,
.prd-nav-m-close {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.prd-btn {
    color: #000;
    background-color: #FFCB08;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    padding: 14px 36px;
    outline: 0;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    -webkit-box-shadow: 0 2px #E1B305;
    -moz-box-shadow: 0 2px #E1B305;
    box-shadow: 0 2px #E1B305;
    cursor: pointer;
    position: relative;
}

.prd-btn:hover {
    background-color: #FFD539
}

.prd-btn:active,
.prd-btn:focus {
    background-color: #FFD539;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px)
}

.prd-btn:disabled {
    color: #f3f3f3;
    background-color: #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px)
}

@media only screen and (max-width:993px) {
    .prd-btn {
        font-size: 12px;
        padding: 12px 26px
    }
}

.prd-header-cover {
    background-color: #fff;
    padding: 27px 36px 31px
}

.prd-header-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-header,
.prd-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.prd-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.prd-header-menu {
    color: #4C4C4C;
    font-size: 23px;
    cursor: pointer;
    height: 23px;
    display: none
}

.prd-nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.prd-header-phone,
.prd-nav>a {
    color: #000;
    text-decoration: none
}

.prd-header-menu:before {
    content: "\e906"
}

.prd-header-logo {
    display: block;
    width: 198px;
    height: auto
}

.prd-header-phone {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-right: 54px
}

.prd-header-divider-cover {
    background-color: #fff;
    padding: 0 36px
}

.prd-header-divider {
    height: 1px;
    max-width: 1212px;
    background-color: #EAEAEA;
    margin: 0 auto
}

@media only screen and (max-width:993px) {
    .prd-header,
    .prd-header-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal
    }
    .prd-header-cover {
        padding: 19px 18px 16px
    }
    .prd-header {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        align-items: stretch;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }
    .prd-header-right {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }
    .prd-header-logo {
        width: 143px
    }
    .prd-header-phone {
        font-size: 14px;
        margin: 38px 0 21px
    }
    .prd-header-menu {
        display: inline-block
    }
    .prd-header-divider-cover {
        display: none
    }
}

.prd-nav-cover {
    background-color: #fff;
    padding: 32px 36px 36px
}

.prd-nav-m,
.prd-nav>a:before {
    left: 0;
    background-color: #000;
    width: 100%
}

.prd-nav-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.prd-nav>a {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    position: relative
}

.prd-nav>a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 1px;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
}

.prd-nav>a:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

@media only screen and (max-width:993px) {
    .prd-nav-cover {
        display: none
    }
}

.prd-nav-m {
    height: 100%;
    display: none;
    position: fixed;
    z-index: 10;
    top: 0
}

.prd-nav-m-close {
    color: #818181;
    font-size: 23px;
    cursor: pointer;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 18px
}

.prd-nav-m-close:before {
    content: "\e905"
}

.prd-nav-m-links {
    width: 100%;
    text-align: center;
    margin-top: 64px
}

.prd-nav-m-links>a,
.prd-nav-m-links>a:link,
.prd-nav-m-links>a:visited {
    padding: 8px;
    font-size: 24px;
    color: #818181;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.prd-nav-m-links>a:focus,
.prd-nav-m-links>a:hover {
    color: #f1f1f1
}

.prd-banner-cover {
    background-color: #fbfbfb;
    padding: 45px 36px
}

.prd-banner-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-banner-slider .owl-dots,
.prd-banner-slider .owl-nav span {
    display: none
}

.prd-banner-slider .owl-stage-outer {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.prd-future-card>img,
.prd-gallery-slider img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.prd-banner-slider .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: 38px;
    left: 49px;
    color: rgba(255, 255, 255, .7);
    font-size: 48px
}

.prd-banner-slider .owl-nav>button {
    margin: 0 8px;
    outline: 0
}

.prd-banner-slider .owl-nav .owl-prev {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.prd-banner-slider .owl-nav .owl-next::before,
.prd-banner-slider .owl-nav .owl-prev::before {
    content: "\e907"
}

@media only screen and (max-width:993px) {
    .prd-banner-cover {
        background-color: #fff;
        padding: 14px 18px
    }
    .prd-banner-slider .owl-nav {
        bottom: 23px;
        left: 14px;
        font-size: 30px
    }
    .prd-banner-slider .owl-nav>button {
        margin: 0 6px
    }
}

.prd-gallery-cover {
    background-color: #fbfbfb;
    padding: 45px 36px
}

.prd-gallery-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-gallery-container>h1 {
    font-weight: 700;
    color: #343434;
    display: block;
    padding: 0;
    font-size: 40px;
    margin: 0 0 32px
}

.prd-gallery-slider .owl-dots,
.prd-gallery-slider .owl-nav span {
    display: none
}

.prd-gallery-slider img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3)
}

@media screen and (max-width:993px) {
    .prd-gallery-cover {
        background-color: #fff;
        padding: 14px 18px
    }
    .prd-gallery-container {
        text-align: center
    }
    .prd-gallery-container>h1 {
        font-size: 20px;
        margin: 0 0 16px
    }
}

.prd-area-cover {
    background-color: #fbfbfb;
    padding: 45px 36px
}

.prd-area-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-area-container>h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 32px;
    padding: 0
}

.prd-area-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.prd-area-txt {
    -webkit-box-flex: 55%;
    -ms-flex: 55%;
    -webkit-flex: 55%;
    -moz-box-flex: 55%;
    flex: 55%;
    text-align: left
}

.prd-area-txt>div {
    margin-bottom: 32px;
    color: #343434;
    font-size: 14px;
    text-align: left
}

.prd-area-txt>a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #000
}

.prd-area-pic {
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    -webkit-flex: 45%;
    -moz-box-flex: 45%;
    flex: 45%;
    padding: 0 0 0 40px
}

.prd-area-pic>img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1)
}

@media screen and (max-width:993px) {
    .prd-area-container,
    .prd-area-txt {
        text-align: center
    }
    .prd-area-cover {
        background-color: #fff;
        padding: 14px 18px
    }
    .prd-area-container>h2 {
        font-size: 18px;
        margin: 0 0 16px
    }
    .prd-area-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }
    .prd-area-txt>div {
        margin-bottom: 18px;
        font-size: 13px
    }
    .prd-area-txt>a {
        font-size: 14px
    }
    .prd-area-pic {
        padding: 40px 0 0
    }
    .prd-area-pic>img {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

.prd-about-cover {
    background-color: #fbfbfb;
    padding: 45px 36px
}

.prd-about-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-about-container>h1,
.prd-about-container>h2 {
    font-weight: 700;
    color: #000;
    display: block;
    padding: 0
}

.prd-about-container>h1 {
    font-size: 40px;
    margin: 0 0 32px
}

.prd-about-container>h2 {
    font-size: 32px;
    margin: 0 0 32px
}

.prd-about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.prd-about-row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.prd-about-txt {
    -webkit-box-flex: 55%;
    -ms-flex: 55%;
    -webkit-flex: 55%;
    -moz-box-flex: 55%;
    flex: 55%;
    text-align: left
}

.prd-about-txt>div {
    margin-bottom: 32px;
    color: #343434;
    font-size: 14px;
    text-align: left
}

.prd-about-pic {
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    -webkit-flex: 45%;
    -moz-box-flex: 45%;
    flex: 45%;
    padding: 0 0 0 40px
}

.prd-about-pic-fabio {
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    -webkit-flex: 45%;
    -moz-box-flex: 45%;
    flex: 45%;
    padding: 0 40px 0 0;
}

.prd-about-pic-fabio>img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1)
}

.prd-about-pic>img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1)
}

.prd-future-column {
    float: left;
    width: 50%
}

@media screen and (max-width:993px) {
    .prd-about-container,
    .prd-about-txt {
        text-align: center
    }
    .prd-about-cover {
        background-color: #fff;
        padding: 14px 18px
    }
    .prd-about-container>h1 {
        font-size: 24px;
        margin: 0 0 16px
    }
    .prd-about-container>h2 {
        font-size: 18px;
        margin: 0 0 16px
    }
    .prd-about-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }
    .prd-about-txt>div {
        margin-bottom: 18px;
        font-size: 13px
    }
    .prd-about-pic {
        padding: 40px 0 0
    }
    .prd-about-pic>img {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

.prd-guests-cover {
    background-color: #F3F3F3;
    padding: 45px 36px
}

.prd-guests-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-guests-container>h2 {
    font-size: 32px;
    margin: 0 0 32px
}

.prd-guests-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.prd-guests-row>a {
    color: #000;
    display: block;
    padding: 24px 12px;
    width: 48%;
    outline: 0
}

.prd-guests-card,
.prd-tabs-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.prd-guests-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.prd-guests-card>img {
    display: block;
    height: 165px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.prd-guests-card>div {
    padding-left: 30px
}

.prd-guests-card>div>h3 {
    font-size: 16px;
    margin: 0 0 24px
}

.prd-guests-card>div>p {
    font-size: 14px;
    margin: 0
}

@media screen and (max-width:993px) {
    .prd-guests-card,
    .prd-guests-container {
        text-align: center
    }
    .prd-guests-cover {
        padding: 14px 18px
    }
    .prd-guests-container>h2 {
        font-size: 18px;
        margin: 0 0 16px
    }
    .prd-guests-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }
    .prd-guests-card>div {
        padding-left: 0
    }
    .prd-guests-card>div>h3 {
        margin: 24px 0
    }
    .prd-guests-row>a {
        width: 100%
    }
}

@-webkit-keyframes prd-tabs-opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes prd-tabs-opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes prd-tabs-opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes prd-tabs-opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.prd-tabs-cover {
    background-color: #fbfbfb;
    padding: 45px 36px
}

.prd-tabs-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-tabs-container>h2 {
    font-size: 32px;
    margin: 0 0 32px
}

.prd-tabs-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.prd-footer,
.prd-tabs-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.prd-tabs-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 20%;
    background-color: #9E59BB;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    padding: 12px 0
}

.prd-tabs-side>[tab-btn] {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 28px 20px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.prd-tabs-side>.active[tab-btn] {
    color: #343434;
    background-color: #FBFBFB
}

.prd-tabs-main {
    width: 80%;
    background-color: #FBFBFB;
    padding: 36px 20px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4)
}

[tab-content] {
    display: none;
    -webkit-animation: prd-tabs-opac .8s;
    -moz-animation: prd-tabs-opac .8s;
    -o-animation: prd-tabs-opac .8s;
    animation: prd-tabs-opac .8s;
}

[tab-content="1"] {
    display: block;
}

[tab-content]>h3:first-child {
    margin: 0 0 20px
}

[tab-content]>h3 {
    font-size: 18px;
    color: #343434;
    margin: 20px 0
}

[tab-content]>div {
    font-size: 14px;
    color: #343434;
}

.prd-tabs-btn-cover {
    text-align: center;
    padding: 58px 0 0;
}

@media screen and (max-width:993px) {
    .prd-tabs-row,
    .prd-tabs-side {
        -webkit-box-direction: normal
    }
    .prd-tabs-cover {
        background-color: #fff;
        padding: 14px 18px
    }
    .prd-tabs-container {
        text-align: center
    }
    .prd-tabs-container>h2 {
        font-size: 18px;
        margin: 0 0 16px
    }
    .prd-tabs-row {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }
    .prd-tabs-side {
        width: 100%;
        background-color: #fff;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap
    }
    .prd-tabs-side>[tab-btn] {
        color: #9E59BB;
        font-size: 12px;
        font-weight: 400;
        padding: 8px 12px;
        border: 1px solid #9E59BB;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin: 4px 4px
    }
    .prd-tabs-side>.active[tab-btn] {
        color: #FBFBFB;
        background-color: #9E59BB
    }
    .prd-tabs-main {
        width: 100%;
        background-color: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 18px 0
    }
    [tab-content]>h3:first-child {
        margin: 0 0 8px
    }
    [tab-content]>h3 {
        font-size: 14px;
        margin: 8px 0
    }
    [tab-content]>div {
        font-size: 12px;
        margin-left: 0;
    }
    .prd-tabs-btn-cover {
        padding: 24px 0;
    }
}

.prd-events-card,
.prd-footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal
}

.prd-future-cover {
    background-color: #fbfbfb;
    padding: 45px 36px
}

.prd-future-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-future-container>h2 {
    font-size: 32px;
    margin: 0 0 32px;
    color: #343434
}

.prd-future-column:nth-child(2n) {
    padding-left: 30px
}

.prd-future-column:nth-child(2n+1) {
    padding-right: 30px
}

.prd-future-column>h3 {
    font-size: 16px;
    color: #343434;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left
}

.prd-future-row:after {
    content: "";
    clear: both;
    display: table
}

.prd-future-card {
    text-align: center
}

.prd-future-card>img {
    display: block;
    height: auto;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 36px 0 rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 4px 36px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 4px 36px 0 rgba(0, 0, 0, .14)
}

@media screen and (max-width:993px) {
    .prd-future-cover {
        background-color: #fff;
        padding: 14px 18px
    }
    .prd-future-container {
        text-align: center
    }
    .prd-future-container>h2 {
        font-size: 18px;
        margin: 0 0 16px
    }
    .prd-future-column {
        width: 100%;
        display: block;
        margin-bottom: 20px
    }
    .prd-future-column:nth-child(2n) {
        padding-left: 0
    }
    .prd-future-column:nth-child(2n+1) {
        padding-right: 0
    }
    .prd-future-column>h3 {
        font-size: 14px
    }
}

.prd-footer-divider {
    height: 0px;
    background-color: #fbfbfb
}

.prd-footer-cover {
    background-color: #303030;
    padding: 63px 36px 48px
}

.prd-footer-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start
}

.prd-footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 16px -8px 12px 0
}

.prd-footer-social>a,
.prd-footer-social>a:link,
.prd-footer-social>a:hover {
    color: #6F6F6F;
    font-size: 16px;
    margin: 0 8px;
    display: inline-block
}

.prd-footer-facebook:before {
    content: "\e900"
}

.prd-footer-vk:before {
    content: "\e903"
}

.prd-footer-telegram:before {
    content: "\e902"
}

.prd-footer-instagram:before {
    content: "\e901"
}

.prd-footer-youtube:before {
    content: "\e904"
}

.prd-footer-copy {
    color: #B0B0B0;
    font-size: 12px
}

.prd-footer-logo {
    display: block;
    width: 198px;
    height: auto
}

.prd-footer-phone {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    display: inline-block
}

.prd-events-row,
.prd-footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.prd-footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

@media only screen and (max-width:993px) {
    .prd-footer-divider {
        height: 0px;
        background-color: #fff
    }
    .prd-footer-cover {
        padding: 56px 18px 64px
    }
    .prd-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }
    .prd-footer-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }
    .prd-footer-social {
        margin: 12px 0 36px
    }
    .prd-footer-social>a {
        font-size: 16px;
        margin: 0 6px
    }
    .prd-footer-logo {
        width: 143px;
        margin-bottom: 36px
    }
    .prd-footer-phone {
        font-size: 16px
    }
    .prd-footer-copy {
        font-size: 11px
    }
}

.prd-events-cover {
    background-color: #fbfbfb;
    padding: 45px 36px
}

.prd-events-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-events-container>h1 {
    font-weight: 700;
    color: #000;
    display: block;
    padding: 0;
    font-size: 34px;
    margin: 0
}

.prd-events-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.prd-events-card {
    width: 48%;
    margin-top: 4%;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .3);
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.prd-events-header>img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.prd-events-header>span {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding: 12px 26px;
    font-size: 18px;
    font-weight: 700;
    background-color: #FDDE69
}

.prd-events-info {
    padding: 32px 28px
}

.prd-events-info-inside>h3 {
    margin: 0 0 12px;
    font-size: 20px
}

.prd-events-info-inside>h4 {
    margin: 0 0 12px;
    color: #a3a3a3;
    font-weight: 400;
    font-size: 16px
}

.prd-events-info-inside>p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase
}

.prd-events-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin: 24px 0 0
}

.prd-events-control>div {
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width:993px) {
    .prd-events-cover {
        background-color: #fff;
        padding: 14px 18px
    }
    .prd-events-container>h1 {
        font-size: 20px;
        margin: 0
    }
    .prd-events-card {
        width: 100%
    }
    .prd-events-control {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }
    .prd-events-control>div {
        margin-bottom: 12px
    }
}

.prd-gallery-slider a {
    outline: 0
}

/* ПЕРЕНОС СТИЛЕЙ */

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
    position: relative;
    margin-top: 15px;
    font-family: inherit;
}

.section {
    min-height: 600px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.slide5 .cover {
    background-image: url(../images/mapfest/about_place.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 3%;
    z-index: 102;
    -webkit-background-origin: content-box;
    -moz-background-origin: content-box;
    -o-background-origin: content-box;
    background-origin: content-box;
    background-repeat: no-repeat;
}

.about-site {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    flex: 50%;
    line-height: 25px;
    padding: 0 12px;
}

.slide5 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    flex: 50%;
    position: relative;
    margin-right: 20px;
}

.slide5 .shape1,
.slide5 .shape2 {
    background-color: #01a298;
    position: absolute;
    top: -1.5%;
    left: 0%;
    width: 70%;
    height: 50%;
    z-index: 101;
    opacity: 0.8;
}

.flow-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.button {
    border: solid 2px #01a298;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    display: block;
    position: relative;
    height: 75px;
    width: 238px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 75px;
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: all 0.5s ease-out 0.1s;
    margin: 0 auto;
}

.button:hover {
    color: #fff;
    background-color: #01a298;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out 0.1s;
    -moz-transition: all 0.25s ease-out 0.1s;
    -o-transition: all 0.25s ease-out 0.1s;
    transition: all 0.25s ease-out 0.1s;
}

.header {
    font-size: 29px;
    margin: 0;
    padding-top: 30px;
}

.white-text {
    color: #fff;
}

.text_for {
    margin: 12px auto;
}

.icon_for {
    height: 170px;
    position: relative;
}

.icon_for img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.block_for {
    float: left;
    width: 33%;
    text-align: center;
    padding: 0 40px;
}

.title_for {
    font-size: x-large;
    font-weight: 600;
}

.green-wrap {
    background-color: #1ba859;
    padding: 0 36px;
}

/* Festivals */

.festivals .image {
    height: 400px;
    width: 400px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.festivals .section {
    position: relative;
    z-index: 10;
}

.festivals .year {
    font-size: 10rem;
    position: relative;
    top: 15px;
    color: #bdbdbd;
    width: 100%;
}

.last-year {
    top: 100px !important;
}

.fabio_2018 {
    background-image: url(/assets/templates/prodobro_v2/images/festivals/about_fabio_2018.jpg);
    position: absolute;
    top: 139px;
    left: 58.5%;
}

.plushenko {
    background-image: url(/assets/templates/prodobro_v2/images/festivals/about_plushenko.jpg);
    position: absolute;
    top: 139px;
}

.mityaev {
    background-image: url(/assets/templates/prodobro_v2/images/festivals/5.jpg);
    position: absolute;
    top: 139px;
    left: 58.5%;
}

.labella {
    background-image: url(/assets/templates/prodobro_v2/images/festivals/plan2.jpg);
    position: absolute;
    top: 139px;
}

.further {
    width: 41.6666666667%;
    margin: auto 0;
}

.further-right {
    width: 41.6666666667%;
    margin: auto 0;
    margin-left: auto;
}

.festivals h1 {
    margin-top: 50px;
    margin-bottom: -100px;
    font-size: 3rem;
    font-weight: 600;
}

.festivals h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.festivals .link {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    position: relative;
    color: #fe7364;
}

.festivals .link:before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 1px;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.prd-wrap-cover {
    background-color: rgb(251, 251, 251);
    padding: 45px 36px;
}

.prd-wrap-container {
    max-width: 1212px;
    margin: 0 auto;
}

.prd-wrap-container>h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 32px 0;
    padding: 0;
}

.prd-aboutFabio-container {
    max-width: 1212px;
    margin: 0 auto
}

.big-img {
    min-height: 510px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding-top: 35px;
    position: relative;
    width: 100%;
}

.big-img.fabio_big_2018 {
    background-image: url(/assets/templates/prodobro_v2/images/festivals/fabio_2018.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.big-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(45%);
    filter: brightness(45%);
    background: rgba(0, 0, 0, 0.5);
}

.big-img__title {
    padding-top: 25px;
    padding-bottom: 45px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    z-index: 1;
}

.row-gallery {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.orange.darken-1 {
    background-color: #fb8c00 !important;
}

.orange-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 50%;
    height: 40px;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px 0 0 20px;
}

.orange-photo {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    flex: 50%;
    color: #fff;
}

.orange-photo .orange-video a:hover,
.orange-photo .orange-video a.active,
.orange-photo .orange-video a:focus,
.orange-photo .orange-video a:focus.active {
    display: block;
    background-color: #ffffff;
    color: #fb8c00;
}

.orange-video {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    flex: 50%;
    color: #fff;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery .section .col {
    padding: 25px 0px 10px;
}

.gallery .owl-carousel .item .item-image {
    margin: 5px 0;
}

.splash {
    padding: 0 20px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: 10px 30px 0 0;
}

.prd-tabs-main-wrap {
    width: 80%;
    max-height: 600px;
}

.grey.lighten-1 {
    background-color: #bdbdbd !important;
    padding: 0 20px 50px 20px;
}

.reviews {
    padding: 20px 0;
}

.reviews p:before {
    content: "";
    background-image: url(/assets/templates/prodobro_v2/images/festivals/quote.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 63px;
    height: 43px;
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: -1;
}

.reviews p:after {
    content: "";
    background-image: url(/assets/templates/prodobro_v2/images/festivals/quote.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 63px;
    height: 43px;
    display: block;
    position: absolute;
    bottom: 34px;
    right: 34px;
    z-index: -1;
}

.reviews .item .name {
    float: right;
    font-size: 17px;
    position: relative;
    top: 25px;
}

.partners2 div {
    display: inline-block;
    height: 130px;
    margin: 0 20px;
    vertical-align: top;
    min-width: 235px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 75% 75%;
    -moz-background-size: 75%;
    -o-background-size: 75%;
    background-size: 75%;
}

.p_dobrograd2 {
    background-image: url(/assets/images/partners/dobrograd2_bw.png);
}

.p_askonainvest {
    background-image: url(/assets/images/partners/askonainvest_bw.png);
}

.p_askona {
    background-image: url(/assets/images/partners/askona_bw.png);
}

.p_pkmc {
    background-image: url(/assets/images/partners/pkmc_bw.png);
}

.p_bilong {
    background-image: url(/assets/images/partners/bilong_bw.png);
}

.p_sudsk {
    background-image: url(/assets/images/partners/sudsk_bw.png);
}

.p_la_minor {
    background-image: url(/assets/images/partners/la_minor_bw.png);
}

.p_sb {
    background-image: url(/assets/images/partners/sb_bw.png);
}

.p_bolt {
    background-image: url(/assets/images/partners/bolt_bw.png);
}

.p_egida {
    background-image: url(/assets/images/partners/egida_bw.png);
}

.p_rshb {
    background-image: url(/assets/images/partners/rshb_bw.png);
}

.p_rgst {
    background-image: url(/assets/images/partners/rgst_bw.png);
}

.p_vtb {
    background-image: url(/assets/images/partners/vtb_bw.png);
}

.p_eco {
    background-image: url(/assets/images/partners/eco_bw.png);
}

.p_makushka_lesa {
    background-image: url(/assets/images/partners/makushka_lesa_bw.png);
}

.center,
.center-align {
    text-align: center;
}

.reviews p {
    font-style: italic;
    font-size: 18px;
    color: #fff;
}

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.material-icons {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 30px;
    width: 30px;
    height: 30px;
    background: url(/assets/templates/prodobro_v2/images/favicon.ico);
    z-index: 100;
}

.owl-stage {
    max-height: 300px;
    margin-bottom: 25px;
}

.header-margin {
    margin-left: 20px;
}

.container-festivals {
    text-align: center;
    padding: 80px 0;
}

.big-img.plushenko-big-img {
    background-image: url(/assets/templates/prodobro_v2/images/festivals/plushenko.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.big-img.mityaev-bigslide {
    background-image: url(/assets/images/slides/program/mityaev/mityaev1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.big-img.labella-bigslide {
    background-image: url(/assets/images/opera/img-big.jpg);
}

.infoblock01 {
    background-color: #fbfbfb;
    color: #000;
    height: 100% !important;
    position: relative;
    padding: 20px 0 30px 20px;
    text-align: left;
}

.infoblock02 {
    background-color: #FE6F5F;
    color: #fff;
    height: 100% !important;
    position: relative;
    padding: 20px 0 30px 20px;
}

.infoblock01 .feedback,
.infoblock01 .slider {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 450px;
    z-index: 102;
    -webkit-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    padding: 0 16px 20px 0;
}

.feedback {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 450px;
    z-index: 102;
    -webkit-box-shadow: 30px 30px 34px -6px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 30px 30px 34px -6px rgba(0, 0, 0, 0.09);
    box-shadow: 30px 30px 34px -6px rgba(0, 0, 0, 0.09);
    padding-bottom: 20px;
}

form.feedback h1 {
    color: #000;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 38px;
    font-size: 30px;
}

form.feedback input[type=text],
form.feedback input[type=email],
form.feedback textarea {
    padding-left: 3px;
    font-size: 16px;
    border: solid 1px #ccc;
    margin: 8px 0;
    font-family: "Segoe UI";
    resize: none;
    color: black;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border .3s;
    -moz-transition: box-shadow .3s, border .3s, -moz-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

form.feedback input[type=submit].button {
    border-color: #fe6f5f;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    height: 57px;
    line-height: 53px;
    width: 180px;
    margin-top: 14px;
}

.button {
    border: solid 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ccc;
    display: block;
    position: relative;
    height: 75px;
    width: 238px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 75px;
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: all 0.5s ease-out 0.1s;
    margin: 0 auto;
}

.container-form-acr {
    width: 500px;
    padding: 5px 20px 20px 20px;
}

form.feedback .addmember {
    background-image: url(/assets/templates/prodobro_v2/images/icons/plus.png);
    color: #ccc;
    background-repeat: no-repeat;
    padding-left: 32px;
    height: 27px;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
    line-height: 26px;
}

form.feedback .addmember:hover {
    background-image: url(/assets/templates/prodobro_v2/images/icons/plus_hover.png);
    color: #fc6e5e;
}

form.feedback .policy {
    font-size: 9pt;
    color: #000;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

form.feedback .policy a,
form.feedback .policy a:visited {
    text-decoration: underline;
    color: #ed6859;
}

.section-header {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 35px;
    margin: 0;
    font-weight: 100;
}

.acr-wrap-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.acr-content {
    -webkit-box-flex: 70%;
    -webkit-flex: 70%;
    -moz-box-flex: 70%;
    -ms-flex: 70%;
    flex: 70%;
    padding-right: 30px;
    text-align: left;
}

.acr-content>p {
    line-height: 1.42857143;
    margin: 0;
}

.full-width-contacts {
    width: 100%;
    height: 3rem;
    background-color: transparent;
}

.acr-right-content {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-right: 30px;
}

.info {
    text-align: left;
}

.h3-contacts {
    font-size: 2.92rem;
    font-weight: 100;
    margin: 0;
    text-align: left;
}

.contacts .info>div {
    display: block;
    line-height: 32px;
}

.contacts .location {
    background-image: url(/assets/templates/prodobro_v2/images/icons/location_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: top;
    margin-right: 10px;
}

.contacts .phone {
    background-image: url(/assets/templates/prodobro_v2/images/icons/phone_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: top;
    margin-right: 10px;
}

.contacts .mail {
    background-image: url(/assets/templates/prodobro_v2/images/icons/mail_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: top;
    margin-right: 10px;
}

.contacts .hotel {
    background-image: url(/assets/templates/prodobro_v2/images/icons/hotel.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: top;
    margin-right: 10px;
}

.row-pro-about {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.row-pro-about:after {
    content: "";
    display: table;
    clear: both;
}

.red.lighten-1 {
    background-color: #EF5350 !important;
}

.slider {
    position: relative;
    height: 400px;
    width: 100%;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.pro-about-content {
    -webkit-box-flex: 75%;
    -webkit-flex: 75%;
    -moz-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    margin: 0 30px 30px 0;
    text-align: left;
}

.arrow_right {
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    left: 85% !important;
    right: 40px;
}

.pro-about-right-content {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin: 0 0 30px 30px;
}

.arrow_left,
.arrow_right {
    cursor: pointer;
}

.arrow_left,
.arrow_right {
    background-image: url(/assets/templates/prodobro_v2/images/icons/arrow_down.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 10%;
    top: 270px;
    width: 31px;
    height: 57px;
    z-index: 110;
}

.slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 400px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.header-pro-about {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.52rem 0 .912rem 0;
}

img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto;
}

.pro-about-img {
    width: 49%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.text-wrap-margin {
    margin-left: 15%;
    text-align: left;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
}

.green {
    background-color: #4CAF50 !important;
}

.button-greenblock {
    border: solid 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ccc;
    display: block;
    position: relative;
    height: 75px;
    width: 238px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 75px;
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: all 0.5s ease-out 0.1s;
    margin: 0 auto;
}

.buy {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #4caf50;
    width: 180px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
}

.green p {
    margin: 0;
    line-height: 1.37;
}

.buy_white {
    width: 190px;
    height: 50px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    text-transform: uppercase;
    line-height: 50px;
    z-index: 1;
}

.btn-l {
    border: none;
    text-align: center;
    cursor: pointer;
    display: block;
}

.big-img.sunsay {
    background-image: url(/assets/images/usadba/sunsay.jpeg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.big-img.zhilin {
    background-image: url(/assets/images/usadba/zhilin.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.big-img.goodman {
    background-image: url(/assets/images/usadba/goodman.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.big-img.magicul {
    background-image: url(/assets/images/usadba/magicul.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.big-img.secret {
    background-image: url(/assets/images/usadba/secret.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.big-img.eilenkrig {
    background-image: url(/assets/images/usadba/eilenkrig.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.big-img.funk {
    background-image: url(/assets/images/usadba/funk.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.big-img.bubamara {
    background-image: url(/assets/images/usadba/bubamara.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.header-pay {
    font-size: 2.5rem;
    font-weight: 700;
}

.visa-img-resize {
    width: auto;
}

.row-partner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.row-partner-rev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.banner-partner {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

.partner-content {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

.responsive-img-partner {
    margin: 40px 0 0 80px;
    width: 60%;
    height: 60%;
}

.responsive-img-partner:hover {
    margin: 40px 0 0 80px;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border .3s;
    -moz-transition: box-shadow .3s, border .3s, -moz-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    -webkit-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
}

.respons-margin {
    margin: 50px 0 0 125px;
    width: 60%;
}

.respons-margin:hover {
    margin: 50px 0 0 125px;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border .3s;
    -moz-transition: box-shadow .3s, border .3s, -moz-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    -webkit-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: -14px 20px 12px 0 rgba(0, 0, 0, .1);
}

.festivals .section-fests {
    position: relative;
    z-index: 10;
}

.section-fests {
    min-height: 600px;
}

.owl-partis p {
    font-size: 14px;
}

.owl-partis span {
    font-weight: 550;
}

/* ИЗМЕНЕНИЕ РАЗМЕРОВ */

@media only screen and (min-width: 601px) and (max-width:993px),
only screen and (min-device-width:601px) and (max-device-width:993px) {
    .container {
        width: 85%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .block_for {
        padding: 0 5px;
    }
    .header {
        font-size: 18px;
    }
    .year {
        text-align: left;
    }
}

@media screen and (max-width: 993px) {
    .prd-area-cover {
        background-color: rgb(255, 255, 255);
        padding: 14px 18px;
    }
    .prd-area-container {
        text-align: center;
    }
    .prd-area-container>h2 {
        font-size: 18px;
        margin: 0 0 16px 0;
    }
    .prd-wrap-cover {
        background-color: rgb(255, 255, 255);
        padding: 14px 18px;
    }
    .prd-wrap-container {
        text-align: center;
    }
    .prd-wrap-container>h2 {
        font-size: 18px;
        margin: 0 0 16px 0;
    }
    .year {
        text-align: left;
    }
    .further {
        text-align: right;
    }
    .further-right {
        text-align: left;
    }
    .acr-wrap-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .acr-right-content {
        margin-top: 30px;
    }
    .header-pro-about {
        font-size: 2rem;
        line-height: 110%;
        margin: 1.52rem 0 .912rem 0;
    }
    .row-pro-about {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .green .row-pro-about {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .poster {
        text-align: center;
    }
    .pro-about-img {
        width: 25%;
        margin: 0 auto;
    }
    .text-wrap-margin {
        margin-left: 5%;
        text-align: left;
        margin-top: 20px;
    }
    .pro-about-right-content {
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -moz-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        margin: 0px 20px 30px 20px;
    }
    .slider .slides {
        background-color: #9e9e9e;
        margin: 0;
        height: 100%;
        width: 100%;
    }
    .responsive-img-partner {
        margin: 40px 0 0 0;
        width: 70%;
        height: 70%;
    }
    .responsive-img-partner:hover {
        margin: 40px 0 0 0;
    }
    .respons-margin {
        margin: 40px 0 0 0;
        width: 100%;
    }
    .respons-margin:hover {
        margin: 40px 0 0 0;
    }
}

@media only screen and (min-width: 601px) and (max-width:845px),
only screen and (min-device-width:601px) and (max-device-width:845px) {
    .further {
        margin: 0 auto;
        width: 100%;
        text-align: right;
    }
    .further-right {
        margin: 0 auto;
        width: 100%;
        text-align: left;
    }
    .section {
        min-height: 600px;
        margin-top: 100px;
    }
    .section-fests {
        min-height: 600px;
        margin-top: 100px;
    }
    .fabio_2018 {
        position: absolute;
        left: 50%;
        top: 25%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .plushenko {
        position: absolute;
        left: 50%;
        top: 25%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .mityaev {
        position: absolute;
        left: 50%;
        top: 25%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .labella {
        position: absolute;
        left: 50%;
        top: 25%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media only screen and (max-width:601px),
only screen and (max-device-width:601px) {
    .shape1 {
        display: none;
    }
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-site {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        -webkit-flex: 50%;
        -moz-box-flex: 50%;
        flex: 50%;
        line-height: 25px;
    }
    .slide5 {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        -webkit-flex: 50%;
        -moz-box-flex: 50%;
        flex: 50%;
    }
    .block_for {
        width: 100%;
        padding: 0 5px;
    }
    .header {
        font-size: 18px;
    }
    /* Festivals styles */
    .further {
        margin: 0 auto;
        width: 100%;
        text-align: right;
    }
    .further-right {
        margin: 0 auto;
        width: 100%;
        text-align: left;
    }
    .section {
        min-height: 600px;
        margin-top: 100px;
    }
    .fabio_2018 {
        position: absolute;
        left: 50%;
        top: 30%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .plushenko {
        position: absolute;
        left: 50%;
        top: 30%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .mityaev {
        position: absolute;
        left: 50%;
        top: 30%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .labella {
        position: absolute;
        left: 50%;
        top: 30%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .festivals h2 {
        font-size: 1.2rem;
    }
    .festivals .year {
        font-size: 5rem;
        margin-top: 35px;
    }
    .festivals h1 {
        font-size: 2rem;
        text-align: center;
    }
    .festivals .image {
        height: 70%;
        width: 100%;
    }
    .big-img {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        padding-top: 35px;
        position: relative;
        width: 100%;
        min-height: 250px;
    }
    .big-img__title {
        font-size: 1.5rem;
    }
    .prd-about-row-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .prd-about-pic-fabio {
        -webkit-box-flex: 45%;
        -ms-flex: 45%;
        -webkit-flex: 45%;
        -moz-box-flex: 45%;
        flex: 45%;
        padding: 10px 0px 30px 0;
    }
    .container {
        width: 100%;
    }
    .container-form-acr {
        width: 100%;
        padding: 5px 20px 20px 20px;
    }
    .section-header {
        font-size: 25px;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 35px;
        margin: 0;
        font-weight: 100;
    }
    .header-pro-about {
        font-size: 1.5rem;
        line-height: 110%;
        margin: 1.52rem 0 .912rem 0;
    }
    .green .pro-about-left-content-wrap {
        padding: 0 20px;
    }
    .pro-about-content {
        padding-left: 20px;
    }
    .arrow_right {
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        left: 77% !important;
        right: 63px;
    }
    .btn-l {
        border: none;
        text-align: center;
        cursor: pointer;
        display: block;
        margin-bottom: 40px;
    }
    .visa-img-resize {
        width: 100%;
    }
    .row-partner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .row-partner-rev {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .responsive-img-partner {
        margin: 0 0 20px 0;
        width: 70%;
        height: 70%;
    }
    .respons-margin {
        margin: 0 0 20px 0;
        width: 70%;
    }
    .section-fests {
        min-height: 450px;
        margin-top: 50px;
    }
    .last-year {
        top: 70px !important;
    }
    .h3-contacts {
        font-size: 1.92rem;
        font-weight: 100;
        margin: 0;
        text-align: left;
    }
    .acr-content div {
        font-size: 0.9rem;
    }

    /*НОВЫЙ СТИЛЬ 11.09.2018*/
	.img-size{
		width:100%;
	}
}

/* IE 11 */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .further {
        margin-top: 250px;
    }
    .further-right {
        margin-top: 250px;
    }
}

/* TICKETS */

.prd-tickets-cover {
    background-color: #fbfbfb;
    padding: 45px 36px
}

.prd-tickets-container {
    max-width: 1212px;
    margin: 0 auto
}

@media screen and (max-width:993px) {
    .prd-tickets-cover {
        background-color: #fff;
        padding: 14px 18px
    }
}

.prd-faq-cover {
    background-color: #fbfbfb;
    padding: 45px 36px
}

.prd-faq-container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-faq-container>h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 32px;
    padding: 0
}

.prd-faq-content a,
.prd-faq-title {
    font-weight: 700;
    display: inline-block
}

.prd-faq-card {
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 36px
}

.prd-faq-title {
    padding: 18px 24px;
    -webkit-border-radius: 5px 0 0;
    -moz-border-radius: 5px 0 0;
    border-radius: 5px 0 0;
    background-color: #FDDE69;
    font-size: 18px
}

.prd-faq-content {
    padding: 16px 24px
}

.prd-faq-content a {
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #000
}

.prd-faq-content h4:first-child {
    margin: 12px 0
}

.prd-faq-content h4 {
    font-size: 14px;
    margin: 32px 0 12px
}

.prd-faq-content p {
    font-size: 14px;
    margin: 12px 0
}

.prd-faq-container>.prd-faq-card:last-child {
    margin-bottom: 0
}

@media screen and (max-width:993px) {
    .prd-faq-cover {
        background-color: #fff;
        padding: 14px 18px
    }
    .prd-faq-container {
        text-align: center
    }
    .prd-faq-container>h2 {
        font-size: 18px;
        margin: 0 0 16px
    }
    .prd-faq-title {
        display: block;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        font-size: 14px
    }
    .prd-faq-content a {
        font-size: 12px
    }
    .prd-faq-content h4,
    .prd-faq-content p {
        font-size: 12px;
        text-align: left
    }
    .prd-tabs-side {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .prd-tabs-side>div {
        margin-top: 6px
    }
}

/*new festival usadba-jazz*/
.top-event{
	margin-bottom: -200px;
}

.usadba-jazz {
    background-image: url(/assets/templates/prodobro_v2/images/festivals/5E3A1062.jpg);
    position: absolute;
    top: 139px;
}

.big-img.usadba-jazz-img {
    background-image: url(/assets/templates/prodobro_v2/images/IMGL1500.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
}


@media only screen and (min-width: 601px) and (max-width:845px),
	only screen and (min-device-width:601px) and (max-device-width:845px) {
	.usadba-jazz {
        position: absolute;
        left: 50%;
        top: 25%;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
		
	}


@media screen and (max-width:751px) {
	.top-event{
		margin-bottom: 0px;
	}
}

@media screen and (max-width:601px) {

	.usadba-jazz {
        position: absolute;
        left: 50%;
        top: 30%;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
	

}

.lazy img {
    margin:0 0 20px 0;
    display: block;
    max-width: 100%;
    height: 130px;
}

.lazy button {
    width:0px;
    height:0px;
    opacity: 0;
}

.lazy .item {
    margin:0 auto;
    width:180px;
    margin-left: 6px;
    
}

@media screen and (max-width:768px) {
    .lazy img {
        margin:0 0 20px 0;
        display: block;
        max-width: 100%;
        height: 100px;
    }
    .lazy .item {
        margin:0 auto;
        width:180px;
        margin-left: 0px;
    }
}

@media screen and (max-width:480px) {
    .lazy .item {
        margin:0 auto;
        width:180px;
        margin-left: 17px;
    }
}

/*#############
# 19 Oct 2018 #
#############*/
.prd-3col__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.prd-3col__item {
    width: 33%;
    padding: 12px;
    position: relative;
}

@media only screen and (max-width: 740px) {
    .prd-3col__item {
        width: 100%;
    }
}

.prd-3col__item img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 9px;
       -moz-border-radius: 9px;
            border-radius: 9px;
}

.prd-3col__item span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 12px;
    background-color: #FFCB08;
    position: absolute;
    top: 11px;
    right: 11px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
       -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 0 9px 0 0;
       -moz-border-radius: 0 9px 0 0;
            border-radius: 0 9px 0 0;
}

.prd-3col__item button {
    margin: 0 auto;
    display: block;
}

.prd-3col__info {
    margin-bottom: 24px;
    padding: 0 12px;
}

.prd-3col__info > div:first-child {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0;
}

.prd-3col__info > div:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 6px;
}

.prd-3col__info > div:last-child {
    font-size: 13px;
    min-height: 57px;
}

/*##########
# Location #
##########*/
.prd-location__cover {
    background-color: #F3F3F3;
    padding: 45px 36px
}

.prd-location__container {
    max-width: 1212px;
    margin: 0 auto
}

.prd-location__container > h2 {
    font-weight: 700;
    color: #000;
    display: block;
    padding: 0;
    font-size: 32px;
    margin: 0 0 32px
}

@media screen and (max-width:993px) {
    .prd-location__cover {
        padding: 14px 18px
    }
    .prd-location__container {
        text-align: center
    }
    .prd-location__container > h2 {
        font-size: 18px;
        margin: 0 0 16px
    }
}

.prd-btn__blue {
    color: #fff;
    background-color: #0E71B8;
    -webkit-box-shadow: 0 2px #042D4B;
    -moz-box-shadow: 0 2px #042D4B;
    box-shadow: 0 2px #042D4B;
}

.prd-btn__blue:hover,
.prd-btn__blue:active,
.prd-btn__blue:focus {
    background-color: rgb(17, 138, 224)
}

.prd-location__x3row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.prd-location__colSide {
    text-align: center;
}

.prd-location__colSide img {
    display: block;
    margin: 0 auto;
}

.prd-location__colSide h4 {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin: 12px auto;
}

.prd-location__colSide div {
    font-size: 14px;
    margin-bottom: 16px;
}

.prd-location__colSide a {
    margin: 0 auto;
}

.prd-location__map {
    width: 100%;
    height: auto;
}

@media screen and (max-width:993px) {
    .prd-location__x3row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .prd-location__colSide {
        margin-bottom: 24px;
    }

    .prd-location__colSide div {
        font-size: 12px;
    }

    .prd-location__colSide h4 {
        font-size: 14px;
    }
}

.prd-tabs__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.prd-tabs__block img {
    width: 100%;
    max-width: 250px;
}

@media screen and (max-width:993px) {
    .prd-tabs__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}


/*##############
# Multi Events #
##############*/
.prd-mus__wrap {
    background-color: #f3f3f3;
    padding: 45px 36px
}

.prd-mus__cont {
    max-width: 1212px;
    margin: 0 auto
}

.prd-mus__cont > h2 {
    font-weight: 700;
    color: #000;
    display: block;
    padding: 0;
    font-size: 32px;
    margin: 0 0 32px
}

.prd-mus__slider .owl-dots,
.prd-mus__slider .owl-nav span {
    display: none
}

.prd-mus__desc {
    font-size: 14px;
    color: #333;
}

.prd-foot__addr {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width:993px) {
    .prd-mus__wrap {
        padding: 14px 18px
    }
    .prd-mus__desc {
        font-size: 12px;
    }
    .prd-mus__cont > h2 {
        font-size: 18px;
        margin: 0 0 16px;
        text-align: center;
    }
    .prd-foot__addr {
        font-size: 10px;
    }
}

/***************31.10.2018*****************/
.phil-post{
    margin:0 0 20px 15px;
}

.vic-wrap{
    width:100%;
    margin:0 auto;
}

.vic-wrap img{
    width:100%;
}

.ico-list-vt{
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
       -moz-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    text-align: center;
}

.ico-list-vt p{
    width:65%;
    margin:0 auto;
    margin-top: 30px;
}

.ico-list-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background:#f3f3f3;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.prd-about-cover-vt{
    background-color: #f3f3f3;
    padding: 45px 36px
}

.victret-img-sz img{
    height: auto;
    width:70%;
}

.filar-about-vt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-top: 35px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

}

.wrap-about-vt{
    -webkit-box-flex:33%;
    -webkit-flex:33%;
       -moz-box-flex:33%;
        -ms-flex:33%;
            flex:33%;
    text-align: center;
    text-transform: uppercase;
}

.wrap-about-vt p{
    width:65%;
    margin:0 auto;
    margin-top: 25px;
}


@media screen and (max-width:993px) {
    .prd-about-cover-vt {
        padding: 14px 18px
    }

    .victret-img-sz img{
       margin:0 auto;
       width: 50%;
    }
}


@media only screen and (max-width:700px) {
    .phil-post{
        font-size: 22px;
    }

    .ico-list-wrap{
        font-size: 13px;
    }
}

@media only screen and (max-width:450px) {
    .phil-post{
        font-size: 18px;
    }

    .filar-about-vt{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .victret-img-sz img{
       margin:0 auto;
       width: 100%;
    }
}
/*Каста*/
.prd-about-cover2{
    padding: 0px 36px 45px;
}
.bus_back_block{
    width: 32%;
    text-align: center;
}
.prd-location__cover2{
    background-color: #000000;          
}
.prd-location__colSide2{
    text-align: center;
}
.prd-location__colSide2 div{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 16px;
}
.prd-location__colSide2 h4{
    color: #ffffff;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin: 12px auto;
}
.prd-btn__blue2{
    margin-top: 19%;
}
.h2_block_kasta{
    text-align: center;
    color: #ffffff;
}
.back_kasta_main{
    background-color: #000000;  
}
.people_kasta_block{
    display: block;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 60px 0px 30px;
}
.people_kasta_block_div{
    width: 24%;
    display: inline-block;
    margin: auto;
    text-align: center;
}
.people_kasta_block_div img{
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.people_kasta_block_div h4{
    color: #ffffff;
    text-align: center;
}

.calendar-wrap-div {
    width:100%;
    height: auto;
    color:#fff;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    background: #374752cc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    text-align: center;
    border-top: 3px solid #6f6f6fba;
    border-bottom: 3px solid #000000e6;
    text-transform:uppercase;
    padding:20px 5px 20px;
}

.calendar-wrap-div div {
    font-size: 75px;
    font-weight: 800;
}

.calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin:0 auto;
    margin-top: 20px;
}

.back-gradient-rad{
    background: -webkit-radial-gradient(40% 50%, #565450, #000);
    background: -moz-radial-gradient(40% 50%, #565450, #000);
    background: -o-radial-gradient(40% 50%, #565450, #000);
    background: radial-gradient(40% 50%, #565450, #000);
}

.buy-tick-center{
    text-align: center;
}

.scene-kasta{
    border: 3px solid #000;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.scene-kasta h2{
    font-size: 50px;
}

.dancepol-kasta-scene h2{
    font-size: 30px;
}

.dancepol-kasta h2{
    font-size: 30px;
    margin-top:15%;
}

.dancepol-kasta{
    border: 3px solid #000;
    text-align: center;
    padding-bottom: 20px;
    height: 500px;
}

.dancepol-kasta-scene{
    border: 3px solid #000;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.sc-wrap-kast{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.content-wrap-kasta{
    -webkit-box-flex:90%;
    -webkit-flex:90%;
       -moz-box-flex:90%;
        -ms-flex:90%;
            flex:90%;
}

.content-wrap-kasta h3{
  text-align: right;
  font-size: 25px;
}

.left-side-kasta h3{
     margin-top: 230px;
     font-size: 25px;

}

.transform-90deg{
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);  
  -webkit-transform: rotate(90deg);
  margin-top: 265px !important;
}



@media screen and (max-width: 994px){
    .bus_back_block {
        margin: 0 auto 10%;
    }
    .main_kasta_flex{
        display: block;
        text-align: center;
    }
    .main_kasta_flex div {
        text-align: center;
        margin: 51px auto;
    }
    .kasta_h1{

    }
    .prd-location__container h2{
        margin-top: 24px;
        margin-bottom: 20px;
        font-size: 22px;
    }
    .people_kasta_block_div{
        width: 49%;
    }


    .calendar-wrap-div div {
        font-size: 40px;
        font-weight: 800;
    }

    .calendar {
        width: 70%;
    }
    
}

@media screen and (max-width: 800px){
    .kasta_h1{
        font-size: 25px;
    }
    .people_kasta_block_div{
        width: 100%;
        display: inline-block;
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width: 700px){
    .content-wrap-kasta h3{
      font-size: 15px;
    }

    .left-side-kasta h3{
         margin-top: 230px;
         font-size: 15px;

    }

    .scene-kasta h2{
        font-size: 30px;
    }

    .dancepol-kasta-scene h2{
        font-size: 20px;
    }

    .dancepol-kasta h2{
        font-size: 20px;
        margin-top:45%;
    }

    .transform-90deg{
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);  
      -webkit-transform: rotate(90deg);
      margin-top: 188px !important;
    }
}



@media screen and (max-width: 500px){
    .kasta_h1{
        font-size: 25px !important;
    }
    .people_kasta_block_div{
        width: 100%;
        display: inline-block;
        margin: auto;
        text-align: center;
    }

    .calendar {
        width: 100%;
    }

    .calendar-wrap-div div {
        font-size: 20px;
        font-weight: 800;
    }

    .calendar-wrap-div {
        font-size: 8px;
        font-weight: 500;
        margin-right: 10px;
    }

    .margin-l-30px{
        margin-left: -30px;
    }

}

@media screen and (max-width: 350px){

    .calendar-wrap-div div {
        font-size: 20px;
        font-weight: 800;
    }

    .calendar-wrap-div {
        font-size: 6px;
        font-weight: 500;
        padding:0;
        padding:10px 5px 10px;
    }

    .scene-kasta h2{
        font-size: 20px;
    }

    .dancepol-kasta-scene h2{
        font-size: 15px;
    }

    .dancepol-kasta h2{
        font-size: 15px;
        margin-top:65%;
    }

    .dancepol-kasta {
        height: 340px;
    }

    .left-side-kasta h3{
         margin-top: 168px;

    }
}


.main_block_buttons{
    padding: 40px 0px 100px;
    background: url(/assets/templates/prodobro_v2/images/content/kasta/back_main.jpg) center center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.main_block_buttons_p{
    color: white;
    text-align: center;
    font-size: 18px;
}
.main_kasta_flex{
    display: -webkit-flex; 
    -webkit-justify-content: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.main_kasta_flex div{
    text-align: center;
}
.main_kasta_flex p{
    color: #ffffff;
    
}
.kasta_h1{
    color: #fff !important;
    text-align: center;
    font-size: 47px;
    width: 80%;
    margin:0 auto !important;
}

/*
* Костыль для Касты
**/
.prd-col2-k {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.prd-col2-k button {
    font-size: 12px;
    padding: 14px 12px;
}

@media screen and (max-width: 375px){
    .prd-col2-k button {
        font-size: 10px;
    }
}

.prd-col2-k-hide {
    display: none;
}