a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.icon-s-1 {
    background: url(../img/sprite.png) 0 -229px;
    width: 128px;
    height: 62px
}

.icon-s-2 {
    background: url(../img/sprite.png) 0 -311px;
    width: 128px;
    height: 66px
}

.icon-s-3 {
    background: url(../img/sprite.png) 0 -495px;
    width: 112px;
    height: 81px
}

.icon-s-4 {
    background: url(../img/sprite.png) 0 -397px;
    width: 128px;
    height: 78px
}

.icon-s-s1 {
    background: url(../img/sprite.png) 0 -68px;
    width: 72px;
    height: 60px
}

.icon-s-s2 {
    background: url(../img/sprite.png) 0 -148px;
    width: 48px;
    height: 61px
}

.icon-s-s3 {
    background: url(../img/sprite.png) 0 0;
    width: 67px;
    height: 48px
}

@font-face {
    font-family: "Myriad Pro";
    src: url(../fonts/MyriadPro-Regular.otf);
    font-weight: 400
}

@font-face {
    font-family: "Myriad Pro";
    src: url(../fonts/MyriadPro-It.otf);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Myriad Pro";
    src: url(../fonts/MyriadPro-Bold.otf);
    font-weight: 700
}

@font-face {
    font-family: "Myriad Pro cond";
    src: url(../fonts/MyriadPro-BoldCond.otf);
    font-weight: 700
}

html {
    min-height: 100%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font: 400 16px "Myriad Pro";
    color: #fff;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

img {
    border: none;
    height: auto;
    max-width: 100%
}

.clr {
    clear: both
}

.clearfix:after {
    clear: both;
    content: "";
    display: table
}

i {
    display: inline-block
}

.scale {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.scale:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none
}

button_new:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.hidden {
    display: none
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.error {
    -webkit-animation: shake .6s;
    animation: shake .6s;
    color: red!important
}

form .error::-webkit-input-placeholder {
    color: red!important;
    outline: 0
}

form .error:-moz-placeholder {
    color: red!important;
    outline: 0
}

.navigation a.mPS2id-highlight {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-weight: 700;
    color: #000;
    border-bottom: 4px solid #000
}

#fixmenu {
    z-index: 888
}

.top .mPS2id-highlight {
    display: none
}

input {
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    outline: 0
}

input:focus {
    -webkit-box-shadow: 0 0 10px rgba(255, 216, 0, .9);
    box-shadow: 0 0 10px rgba(255, 216, 0, .9)
}

input:focus::-webkit-input-placeholder {
    opacity: .2;
    -webkit-box-shadow: 0 0 10px rgba(255, 216, 0, .9);
    box-shadow: 0 0 10px rgba(255, 216, 0, .9)
}

input:focus::-moz-placeholder {
    opacity: .2;
    box-shadow: 0 0 10px rgba(255, 216, 0, .9)
}

input:focus:-ms-input-placeholder {
    opacity: .2;
    box-shadow: 0 0 10px rgba(255, 216, 0, .9)
}

input::-webkit-input-placeholder {
    color: #010101;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400
}

input:-moz-placeholder {
    color: #010101;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400
}

.fancybox-close {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #b5a39c;
    top: -13px!important;
    right: -16px!important;
    width: 35px!important;
    height: 35px!important
}

.fancybox-close:before {
    background: #b5a39c!important;
    height: 2px;
    width: 20px!important;
    top: 16px!important;
    right: 6px!important
}

.fancybox-close:after {
    background: #b5a39c!important;
    height: 2px;
    width: 20px!important;
    top: 16px!important;
    right: 6px!important
}

.fancybox-close:hover:before {
    background: red!important
}

.fancybox-close:hover:after {
    background: red!important
}

.fancybox-close:hover {
    border: 1px solid red
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.but {
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.but:active {
    position: relative;
    top: 2px
}

.col-1 {
    width: -webkit-calc(100%/12*1 - 30px);
    width: calc(100%/12*1 - 30px);
    margin: 0 15px
}

.col-2 {
    width: -webkit-calc(100%/12*2 - 30px);
    width: calc(100%/12*2 - 30px);
    margin: 0 15px
}

.col-3 {
    width: -webkit-calc(100%/12*3 - 30px);
    width: calc(100%/12*3 - 30px);
    margin: 0 15px
}

.col-4 {
    width: -webkit-calc(100%/12*4 - 30px);
    width: calc(100%/12*4 - 30px);
    margin: 0 15px
}

.col-5 {
    width: -webkit-calc(100%/12*5 - 30px);
    width: calc(100%/12*5 - 30px);
    margin: 0 15px
}

.col-6 {
    width: -webkit-calc(100%/12*6 - 30px);
    width: calc(100%/12*6 - 30px);
    margin: 0 15px
}

.col-7 {
    width: -webkit-calc(100%/12*7 - 30px);
    width: calc(100%/12*7 - 30px);
    margin: 0 15px
}

.col-8 {
    width: -webkit-calc(100%/12*8 - 30px);
    width: calc(100%/12*8 - 30px);
    margin: 0 15px
}

.col-9 {
    width: -webkit-calc(100%/12*9 - 30px);
    width: calc(100%/12*9 - 30px);
    margin: 0 15px
}

.col-10 {
    width: -webkit-calc(100%/12*10 - 30px);
    width: calc(100%/12*10 - 30px);
    margin: 0 15px
}

.col-11 {
    width: -webkit-calc(100%/12*11 - 30px);
    width: calc(100%/12*11 - 30px);
    margin: 0 15px
}

.col-12 {
    width: -webkit-calc(100%/12*12 - 30px);
    width: calc(100%/12*12 - 30px);
    margin: 0 15px
}

.row {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    display: -webkit-flex;
    flex-wrap: wrap
}

.flex_none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none
}

.wrap {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    z-index: 1
}

h2 {
    font: 700 2.25rem "Myriad Pro cond";
    color: #000;
    text-transform: uppercase
}

.head_top {
    background: #000;
    min-height: 91px;
    transition: all 0.3s ease;
}

.head_row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 930px;
    margin: auto;
    padding: 15px 0
}

.head_left {
    font-weight: 700;
    text-align: center
}

.head_left span {
    display: block;
    font-weight: 400
}

.head_contacts a {
    color: #fff;
    font-weight: 700;
	font-size: 24px;
	vertical-align: top;
}

.head_bottom {
    background: url(../img/bg1.jpg) 50% 0 no-repeat;
    position: relative;
    padding-top: 129px;
    min-height: 780px;
    padding-bottom: 50px
}

.title {
    font: 700 6rem "Myriad Pro cond";
    text-align: center;
    color: #ffd800;
    letter-spacing: 7px
}

.title span {
    display: block;
    letter-spacing: 19px;
	font: 700 4rem "Myriad Pro cond";
}

.subtitle {
    font: 700 3rem/42px "Myriad Pro cond";
    text-align: center;
    letter-spacing: 0
}

.form_container {
    margin-top: 137px
}

.form_group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 990px;
    margin: 0 auto
}

.form_input {
    background: rgba(255, 255, 255, .87);
    border: 1px solid #c5c4c4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 312px;
    height: 62px;
    line-height: 62px;
    color: #010101;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    padding: 0 35px
}

.form_button {
    font: 700 1.125rem/60px "Myriad Pro";
    background: #bc0000;
    width: 310px;
    height: 60px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    text-align: center
}

.secur {
    margin-top: 27px;
    text-align: center;
    font-style: italic;
    font-size: .75rem
}

.secur a {
    display: block;
    color: #01fff6;
    text-decoration: underline;
    font-size: .75rem
}

#price {
    padding-top: 109px;
    padding-bottom: 119px
}

.price_title {
    text-align: center
}

.price_row {
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

li.price_item {
    background: #fff;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100%/4);
    -ms-flex: 0 0 calc(100%/4);
    flex: 0 0 calc(100%/4);
    height: 302px;
    border: 1px solid #c5c4c4;
    padding: 25px 20px 0
}

li.price_item:nth-child(even) {
    background: #ededed
}

.price_title_evac{
	text-align: center;
}

ul.evac_list {
	margin: 40px auto 0;
	max-width: 400px;
}

ul.evac_list li {
	font: 700 1.5rem "Myriad Pro cond";
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul.evac_list li:last-child {
	margin-bottom: 0;
}

h3 {
    font: 700 1.125rem "Myriad Pro";
    color: #000;
    text-transform: uppercase
}

.price_ico {
    text-align: center;
    min-height: 135px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.price_des {
    font-size: 1rem;
    color: #000
}

.price {
    font-size: 1rem;
    color: #000
}

.price span {
    color: #a60000;
    font-weight: 700;
    font-size: 1.875rem
}

#whant {
    background: url(../img/bg2.jpg) 50% 0 no-repeat;
    padding-top: 161px;
    padding-bottom: 157px
}

.whant_subtitle {
    font: 700 3rem/42px "Myriad Pro cond";
    text-align: center;
    letter-spacing: 0
}

#whant .form_container {
    margin-top: 38px
}

#contacts {
    padding-top: 55px;
    padding-bottom: 100px
}
#contacts h2 {
    text-align: center;
}
.contacts_descropt {
    text-align: center;
    max-width: 500px;
    margin:  auto;
    color: #000;
    font-size: 1.4rem;
}
.contacts_descropt span {
    display: block;
    color: #a60000;
    font-weight: 700;
    font-size: 1.4rem;
}

.cont_row {
    margin-top: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cont_item_left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(50% - 15px);
    -ms-flex: 0 1 calc(50% - 15px);
    flex: 0 1 calc(50% - 15px);
    margin-right: 15px
}

.cont_title {
    text-align: center
}

.cont_list {
    margin-top: 25px
}

.cont_list li {
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

.cont_list li:last-child {
    margin-bottom: 0
}

.cont_list li i {
    margin-right: 30px;
    width: 72px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.cont_des {
    font: 1.125em "Myriad Pro";
    color: #000
}

.cont_des strong {
    font-weight: 700
}

.cont_des a {
    font: 700 1.125em "Myriad Pro";
    color: #000;
    display: block
}

.cont_item_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(50% - 15px);
    -ms-flex: 0 1 calc(50% - 15px);
    flex: 0 1 calc(50% - 15px);
    margin-left: 15px;
    border: 1px solid #c5c4c4;
    min-height: 330px;
    position: relative
}

.cont_item_right iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

footer {
    background: #000
}

.pop-win {
	max-width: 800px;
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
	padding: 40px 30px
}
.pop-win h2.politic_title {
  	font: 700 1.6rem "Myriad Pro cond";
  	margin-bottom: 20px;
}

.pop-win p {
	margin-bottom: 15px;
}

.pop-win p a {
    color: #0000FF
}

.fixmenu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.head_top.fixmenu {
    background: #000;
    min-height: 70px;
    transition: all 0.3s ease;
    padding: 0 15px;
}

.fixmenu .head_row {
    padding: 6px 0;
}

@media (max-width:900px) {
    .form_group {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .form_input {
        margin-bottom: 20px
    }
    #whant {
        -webkit-background-size: cover;
        background-size: cover
    }
}

@media (max-width:768px) {
    li.price_item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100%/2);
        -ms-flex: 0 0 calc(100%/2);
        flex: 0 0 calc(100%/2)
    }
}

@media (max-width:600px) {
    .title {
        font: 700 3.5rem "Myriad Pro cond"
    }
    .subtitle {
        font: 700 2.3rem/42px "Myriad Pro cond";
        text-align: center;
        letter-spacing: 0
    }
    .form_container {
        margin-top: 80px
    }
}

@media (max-width:480px) {
    .title {
        font: 700 3rem "Myriad Pro cond"
    }
    .title span {
        letter-spacing: 8px
    }
    .cont_row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .cont_item_left {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0 0 20px;
        padding: 0 10px
    }
    .cont_item_right {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0
    }
}

@media (max-width:375px) {
    .head_top {
        min-height: 45px;
    }
    .head_left {
        font-size: 12px;
        max-width: 100px;
        display: none;
    }
    .head_left span {
        display: none
    }
    .logo {
        width: 70px
    }
    .head_contacts a {
        font-size: 22px
    }
    .head_bottom {
        background: url(../img/bg1-mob.jpg) 50% 0 no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        padding-top: 70px;
        min-height: 394px;
        padding-bottom: 0
    }
    .title {
        font: 700 30px "Myriad Pro cond";
        letter-spacing: 3px
    }
    .price_title_evac {
        max-width: 300px;
        margin: auto;
    }
    ul.evac_list li {
        font: 700 1.2rem "Myriad Pro cond";
    }
    .head_row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        padding: 7px 15px
    }
    .title span {
        letter-spacing: 8px
    }
    .form_container {
        margin-top: 25px
    }
    .form_input {
        padding: 0 20px;
        font-size: 14px;
        margin-bottom: 8px;
        width: 220px;
        height: 44px;
        line-height: 44
    }
    .subtitle {
        font: 700 18px/22px "Myriad Pro cond"
    }
    .price_row {
        margin-top: 15px
    }
    input::-webkit-input-placeholder {
        font-size: 14px
    }
    input:-moz-placeholder {
        font-size: 14px
    }
    .form_button {
        width: 220px;
        height: 44px;
        line-height: 44px;
        font-size: 14px
    }
    .secur {
        display: none
    }
    #price {
        padding: 25px 10px 40px
    }
    h2 {
        font: 700 24px "Myriad Pro cond"
    }
    h3 {
        font-size: 12px
    }
    li.price_item {
        padding: 15px 0 15px;
        height: auto
    }
    .icon-s-1 {
        background: url(../img/sprite.png) 0 -131px;
        -webkit-background-size: cover;
        background-size: cover;
        width: 75px;
        height: 45px
    }
    .icon-s-2 {
        background: url(../img/sprite.png) 0 -178px;
        -webkit-background-size: cover;
        background-size: cover;
        width: 75px;
        height: 45px
    }
    .icon-s-3 {
        background: url(../img/sprite.png) 0 -281px;
        -webkit-background-size: cover;
        background-size: cover;
        width: 75px;
        height: 55px
    }
    .icon-s-4 {
        background: url(../img/sprite.png) 0 -230px;
        -webkit-background-size: cover;
        background-size: cover;
        width: 75px;
        height: 50px
    }
    .price_ico {
        min-height: 75px
    }
    .price_des {
        font-size: 12px
    }
    .price span {
        font-size: 18px
    }
    #whant {
        background: url(../img/bg2-mob.jpg) 50% 0 no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 45px
    }
    #whant .title {
        font-size: 20px
    }
    .whant_subtitle {
        font: 700 16px/22px "Myriad Pro cond"
    }
    #whant .form_container {
        margin-top: 20px
    }
    #contacts {
        padding-top: 0;
        padding-bottom: 0
    }
    .cont_row {
        position: relative
    }
    .cont_item_right {
        display: none;
    }
    .cont_item_left {
        z-index: 10;
        width: 100%;
        background: rgba(255, 255, 255, .57);
        padding: 25px 25px 15px;
    }
    .cont_row {
        margin-top: 0
    }
    .cont_des {
        font: 15px "Myriad Pro"
    }
    .cont_des a {
        font: 700 15px "Myriad Pro"
    }
    .icon-s-s1 {
        background: url(../img/sprite.png) 30px -37px;
        -webkit-background-size: cover;
        background-size: cover;
        width: 55px;
        height: 45px
    }
    .icon-s-s2 {
        background: url(../img/sprite.png) 33px -93px;
        -webkit-background-size: cover;
        background-size: cover;
        width: 88px!important;
        height: 61px
    }
    .icon-s-s3 {
        background: url(../img/sprite.png) 30px 1px;
        -webkit-background-size: cover;
        background-size: cover;
        width: 77px!important;
        height: 32px
    }
    .cont_list li {
        margin-bottom: 7px
    }
    #contacts {
        padding-top: 40px;
    }
    #contacts h2 {
        max-width: 252px;
        margin: 0 auto 15px;
    }
    .contacts_descropt {
        font-size: 1.2rem;
    }
    .contacts_descropt span {
        font-size: 1.2rem;
    }
    .head_top.fixmenu {
        min-height: auto;
    }
    .phone_hid{
        display: none;
    }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-next span,
.fancybox-prev span {
    background: url(fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -32px;
    right: -6px;
    width: 37px;
    height: 37px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 8040;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.fancybox-close:before {
    background: #fff;
    content: ' ';
    display: block;
    height: 2px;
    position: absolute;
    opacity: .5;
    width: 25px;
    top: 18px;
    right: 7px;
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-close:after {
    background: #fff;
    content: ' ';
    display: block;
    height: 2px;
    opacity: .5;
    width: 25px;
    position: absolute;
    top: 18px;
    right: 7px;
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-close:hover::after {
    opacity: 1
}

.fancybox-close:hover::before {
    opacity: 1
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, .6)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(fancybox_sprite@2x.png);
        -webkit-background-size: 44px 152px;
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(fancybox_loading@2x.gif);
        -webkit-background-size: 24px 24px;
        background-size: 24px 24px
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    -webkit-transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    cursor: pointer
}

.owl-theme .owl-nav [class*=owl-]:hover {
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050
}

#fancybox-buttons.top {
    top: 10px
}

#fancybox-buttons.bottom {
    bottom: 10px
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: #323232;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -o-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#444), color-stop(50%, #343434), color-stop(50%, #292929), to(#333));
    background: linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0)
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0
}

#fancybox-buttons a {
    background: url(fancybox_buttons.png) no-repeat transparent;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    outline: 0;
    opacity: .8
}

#fancybox-buttons a:hover {
    opacity: 1
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0
}

#fancybox-buttons a.btnDisabled {
    opacity: .4;
    cursor: default
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050
}

#fancybox-thumbs.bottom {
    bottom: 2px
}

#fancybox-thumbs.top {
    top: 2px
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: .5
}

#fancybox-thumbs ul li.active {
    opacity: .75;
    padding: 0;
    border: 1px solid #fff
}

#fancybox-thumbs ul li:hover {
    opacity: 1
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: 0
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none
}
