/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

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 {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[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-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.fadeSlider {
    display: block;
    position: relative;
    width: 100%
}

.fadeSlider ul.fs-Viewport {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style: none
}

.fadeSlider ul.fs-Viewport li.fs-Item {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    list-style: none
}

.fadeSlider ul.fs-Viewport div.fs-Frame {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform
}

.fadeSlider ul.fs-Viewport div.fs-Frame.fs-zoom {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.fadeSlider ul.fs-Viewport div.fs-Frame.fs-zoom.-animated {
    opacity: 1;
    z-index: 3
}

.fadeSlider ul.fs-Viewport div.fs-Frame.fs-zoom.-fadeIn {
    opacity: 1;
    z-index: 5
}

.fadeSlider ul.fs-Viewport div.fs-Frame.fs-zoom.-fadeOut {
    z-index: 2;
    opacity: 0
}

.fadeSlider ul.fs-Viewport div.fs-Frame.fs-pulse {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.fadeSlider ul.fs-Viewport div.fs-Frame.fs-pulse.-active {
    opacity: 1;
    z-index: 3;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.fadeSlider ul.fs-Viewport div.fs-Frame.fs-pulse.-fadeIn {
    opacity: 1;
    z-index: 5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.fadeSlider ul.fs-Viewport div.fs-Frame.fs-pulse.-fadeOut {
    z-index: 2;
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.fadeSlider ul.fs-Viewport div.fs-Frame img {
    position: relative;
    image-rendering: crisp-edges
}

.fadeSlider ul.fs-Viewport div.fs-Frame img.-color {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: hue-rotate;
    animation-name: hue-rotate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.fadeSlider ul.fs-Viewport .fs-Caption {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 100
}

.fadeSlider ul.fs-Viewport .fs-Caption.-active {
    opacity: 1
}

.fadeSlider a.fs-Controls {
    display: block;
    position: absolute;
    width: 25px;
    height: 60px;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 50;
    cursor: pointer;
    padding: 20px;
    border-radius: 5px
}

.fadeSlider a.fs-Controls.fs-LeftControl {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4%;
    background: url(/Theme/Air/src/Modules/fadeSlider/img/03_strelka2.png) calc(50% - 2px) 50% no-repeat rgba(0, 0, 0, .31)
}

.fadeSlider a.fs-Controls.fs-RightControl {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4%;
    background: url(/Theme/Air/src/Modules/fadeSlider/img/03_strelka1.png) 50% 50% no-repeat rgba(0, 0, 0, .31)
}

.fadeSlider ul.fs-Pager {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 0;
    margin: 0;
    text-align: center;
    z-index: 50
}

.fadeSlider ul.fs-Pager li {
    display: inline-block;
    margin: 0 5px;
    list-style: none;
    cursor: pointer;
    -webkit-transition: background-color .9s ease;
    transition: background-color .9s ease;
    border-radius: 50%;
    background-color: #747b9c;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 2px 2px 3px #000;
    box-shadow: 2px 2px 3px #000
}

.fadeSlider ul.fs-Pager li.-active {
    background-color: #fff
}

.fadeSlider:hover .fs-Controls {
    opacity: 1
}

.fadeSlider label {
    min-width: 0
}

@-webkit-keyframes hue-rotate {
    0% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg)
    }

    100% {
        -webkit-filter: hue-rotate(90deg);
        filter: hue-rotate(90deg)
    }
}

@keyframes hue-rotate {
    0% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg)
    }

    100% {
        -webkit-filter: hue-rotate(90deg);
        filter: hue-rotate(90deg)
    }
}

@-webkit-keyframes zoom_BL {
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: scale(1.4) translate3d(8.33%, -8.33%, 0);
        transform: scale(1.4) translate3d(8.33%, -8.33%, 0)
    }
}

@keyframes zoom_BL {
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: scale(1.4) translate3d(8.33%, -8.33%, 0);
        transform: scale(1.4) translate3d(8.33%, -8.33%, 0)
    }
}

@-webkit-keyframes zoom_TR {
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: scale(1.4) translate3d(-8.33%, 8.33%, 0);
        transform: scale(1.4) translate3d(-8.33%, 8.33%, 0)
    }
}

@keyframes zoom_TR {
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: scale(1.4) translate3d(-8.33%, 8.33%, 0);
        transform: scale(1.4) translate3d(-8.33%, 8.33%, 0)
    }
}

@-webkit-keyframes zoom_TL {
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: scale(1.4) translate3d(8.33%, 8.33%, 0);
        transform: scale(1.4) translate3d(8.33%, 8.33%, 0)
    }
}

@keyframes zoom_TL {
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: scale(1.4) translate3d(8.33%, 8.33%, 0);
        transform: scale(1.4) translate3d(8.33%, 8.33%, 0)
    }
}

@-webkit-keyframes zoom_BR {
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: scale(1.4) translate3d(-8.33%, -8.33%, 0);
        transform: scale(1.4) translate3d(-8.33%, -8.33%, 0)
    }
}

@keyframes zoom_BR {
    0% {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: scale(1.4) translate3d(-8.33%, -8.33%, 0);
        transform: scale(1.4) translate3d(-8.33%, -8.33%, 0)
    }
}

@charset "UTF-8";

h1,
h2,
h4 {
    color: #333030;
    font-family: Chunkfive_ex_regular, sans-serif;
    font-weight: 400
}

.ipWidget a,
.ipWidget a:hover,
a,
a:hover {
    text-decoration: none
}

.ipWidget a[rel=lightbox]:focus,
a[rel=lightbox]:focus,
button,
input {
    outline: 0
}

.tac,
.topmenu>ul,
.topmenu>ul>li>a,
h1,
h2 {
    text-align: center
}

.uf-siteForm-inputs .uf-siteForm-comment,
body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.clear,
.clearfix:after,
.homerow,
.ipModuleForm .form-horizontal .form-group:after,
.ipModuleForm.form-horizontal .form-group:after,
.ipWidget:after {
    clear: both
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxP.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc9.ttf) format('truetype')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISma2Rm.ttf) format('truetype')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Oma2Rm.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/RobotoRegular.eot);
    src: url(/fonts/RobotoRegular.eot) format("embedded-opentype"), url(/fonts/RobotoRegular.woff2) format("woff2"), url(/fonts/RobotoRegular.woff) format("woff"), url(/fonts/RobotoRegular.ttf) format("truetype"), url(/fonts/RobotoRegular.svg#RobotoRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/robotobold.eot);
    src: url(/fonts/robotobold.eot) format("embedded-opentype"), url(/fonts/robotobold.woff2) format("woff2"), url(/fonts/robotobold.woff) format("woff"), url(/fonts/robotobold.ttf) format("truetype"), url(/fonts/robotobold.svg#robotobold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/RobotoBlack.eot);
    src: url(/fonts/RobotoBlack.eot) format("embedded-opentype"), url(/fonts/RobotoBlack.woff2) format("woff2"), url(/fonts/RobotoBlack.woff) format("woff"), url(/fonts/RobotoBlack.ttf) format("truetype"), url(/fonts/RobotoBlack.svg#RobotoBlack) format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: avanti_allfont_ru;
    src: url(/fonts/avanti_allfont_ru.eot);
    src: url(/fonts/avanti_allfont_ru.eot) format("embedded-opentype"), url(/fonts/avanti_allfont_ru.woff2) format("woff2"), url(/fonts/avanti_allfont_ru.woff) format("woff"), url(/fonts/avanti_allfont_ru.ttf) format("truetype"), url(/fonts/avanti_allfont_ru.svg#avanti_allfont_ru) format("svg")
}

@font-face {
    font-family: Chunkfive_ex_regular;
    src: url(/fonts/chunkfive_ex_regular.eot);
    src: local("☺"), url(/fonts/chunkfive_ex_regular.woff) format("woff"), url(/fonts/chunkfive_ex_regular.ttf) format("truetype"), url(/fonts/chunkfive_ex_regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.Main3 .menushell li,
.Main3 .menushell ul,
.side li,
.side ul,
.topmenu li,
.topmenu ul,
div.guestbookcontent-slider ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.side ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.innerMenu-container div._container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(1) a:after,
.service-block .frame:after,
h1:after,
h1:before,
h2:after,
h2:before {
    position: absolute;
    content: "";
    display: block
}

.header,
.in,
.top,
.topmenu-wrap,
.topmenu>ul>li,
.topmenu>ul>li>a,
h1,
h2 {
    position: relative
}

.dib {
    display: inline-block
}

.v-mid {
    vertical-align: middle
}

.v-top {
    vertical-align: top
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.centerX {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.centerY {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.startY {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.endY {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.endX {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-on>* img,
.img-center img {
    display: block;
    margin: 0 auto
}

.flex-on>* {
    margin: 0 10px 20px
}

.content,
body {
    display: -webkit-box;
    display: -ms-flexbox
}

.temp {
    min-height: 350px
}

.in {
    width: 1200px;
    margin: 0 auto
}

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

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

h1 {
    font-size: 41px;
    margin: 40px 0
}

h2 {
    font-size: 40px;
    margin: 58px 0 74px
}

h1,
h2 {
    display: inline-block
}

h1:after,
h1:before,
h2:after,
h2:before {
    width: 68px;
    height: 2px;
    background-color: #fd66d6;
    top: calc(50% - 1px)
}

h1:before,
h2:before {
    left: -82px
}

h1:after,
h2:after {
    right: -82px
}

h4 {
    font-size: 25px;
    margin: 10px 0
}

ol.breadcrumb li a,
ol.breadcrumb li.active,
p {
    font-family: Arial, sans-serif
}

body {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background: url(/Theme/Air/src/img/01_Royal_fonFLATEN.jpg) 50% 50% no-repeat fixed;
    background-size: 100% 100%
}

.global {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

p {
    color: #282525;
    font-size: 16px;
    margin: 0;
    min-width: 100px;
    min-height: 20px
}

.ipWidget a,
a {
    color: inherit
}

ol.breadcrumb {
    margin-top: 0;
    padding-top: 16px
}

ol.breadcrumb li a,
ol.breadcrumb li.active:before {
    color: #4E4D4D
}

ol.breadcrumb li.active {
    color: #fd66d6
}

.Main .in {
    padding: 15px 15px 35px
}

.Main.Gal .ipWidget-Image img {
    height: 0;
    min-height: 0
}

.content {
    display: flex
}

.side {
    width: 295px;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.side ul li a {
    width: 100%
}

.center {
    width: calc(100% - 295px - 0px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.fone-slider,
.header,
.header-logo,
.header-logo img,
.shell1 {
    width: 100%
}

.nagrada-shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px
}

.top {
    -webkit-box-sizing: 100% auto;
    box-sizing: 100% auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.top-slogan1 {
    margin-bottom: 45px
}

.top-slogan1 p {
    font-family: Chunkfive_ex_regular, sans-serif
}

.top-slogan1,
.top-slogan2 {
    position: relative;
    z-index: 150
}

.top-slogan1 p,
.top-slogan2 p {
    text-shadow: 2px 2px 4px #000
}

.shell1 {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1180px
}

.header {
    left: 0;
    top: 0;
    z-index: 200
}

.header-logo {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 187px
}

.header-bottom {
    background: url(/Theme/Air/src/img/02_line_menu_big.png) 0 100% no-repeat;
    padding-top: 10px
}

.header-inside .topmenu-wrap {
    margin: 15px auto 0
}

.fone-slider {
    max-height: 600px;
    padding: 0;
    max-width: 1700px;
    margin: 0 auto
}

.topmenu-wrap {
    display: block;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto
}

.topmenu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.topmenu>ul>li {
    display: inline-block;
    margin: 0
}

.topmenu>ul>li>a {
    height: 49px;
    display: block;
    font-size: 18px;
    color: #FFF;
    line-height: 17px;
    font-family: avanti_allfont_ru;
    padding: 16px 16px 0
}

.topmenu>ul>li.parent>ul,
.topmenu>ul>li.parent>ul li.parent>ul {
    text-align: left;
    display: none;
    background-color: #fce8f7;
    width: 210px
}

.topmenu>ul>li>a:hover {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 15px 16px 0
}

.topmenu>ul>li.parent>ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px 0
}

.topmenu>ul>li.parent>ul li {
    position: relative;
    padding: 0 15px
}

.topmenu>ul>li.parent>ul li.parent>ul {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 15px
}

.global,
.global.home {
    background: 0 0
}

.topmenu>ul>li.parent>ul li a {
    display: block;
    padding: 7px 0;
    font-family: "Roboto slab", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    color: #333030
}

.topmenu>ul>li.active a {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 15px 16px 0
}

.topmenu li.crumb>a {
    color: #000
}

.topmenu .active>a:after,
.topmenu .active>a:before {
    width: calc(50% - 11px)
}

.global.home .in .logo-home {
    max-width: 675px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.Main1 .in {
    padding-top: 11px;
    padding-bottom: 15px;
    width: 100%;
    overflow-x: hidden
}

.Main1 .in .slick-slide {
    margin-left: 26px;
    margin-right: 26px
}

.Main1 .in .slick-slide .shell2 {
    width: 285px;
    margin: auto
}

.spanshell {
    width: 100%;
    max-width: 861px;
    margin: 130px auto 10px
}

.spanshell .pagingInfo {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
    margin-bottom: -50px;
    display: block;
    position: relative
}

.advantages-container p,
.service-block .frame .ipWidget:nth-child(1) p {
    font-family: Chunkfive_ex_regular, sans-serif;
    text-align: center
}

.spanshell .pagingInfo::before {
    display: block;
    content: '';
    position: absolute;
    background: url(/Theme/Air/src/img/02_pict_gallery.png) no-repeat;
    width: 43px;
    height: 39px;
    left: -57px;
    top: -8px
}

.slick-dots {
    list-style-type: none !important;
    width: 300px;
    margin: 120px auto 10px !important;
    text-align: center
}

.slick-dots>li {
    background: url(/Theme/Air/src/img/Ellipse.png) 50% 50% no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block
}

.slick-dots>li>button {
    background-color: transparent;
    display: none
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    display: block;
    position: absolute;
    z-index: 5;
    top: 115px;
    width: 44px;
    height: 44px;
    font-size: 0;
    cursor: pointer
}

.slick-dots .slick-active {
    background: url(/Theme/Air/src/img/Ellipse-active.png) 50% 50% no-repeat, url(/Theme/Air/src/img/Ellipse.png) 50% 50% no-repeat
}

.slick-prev.slick-arrow {
    left: calc(50% - 336px);
    background: url(/Theme/Air/src/img/02_arrow_left.png) no-repeat
}

.slick-next.slick-arrow {
    right: calc(50% - 336px);
    background: url(/Theme/Air/src/img/02_arrow_rightl.png) no-repeat
}

.Main.Gal .breadcrumb,
.Main.Gal .in.temp .ipWidget-Heading h1::after,
.Main.Gal .in.temp .ipWidget-Heading h1::before {
    display: none
}

._container {
    position: relative
}

._container .slick-prev.slick-arrow {
    left: calc(50% - 197px)
}

._container .slick-next.slick-arrow {
    right: calc(50% - 197px)
}

.Main.Gal .in.temp {
    overflow-x: visible;
    padding-bottom: 150px;
    width: 100%;
    max-width: 1200px
}

.asdBlog-post .shell2,
.service-block {
    max-width: 285px
}

.Main.Gal .in.temp .ipBlock {
    min-height: 514px
}

.Main.Gal .in.temp .ipWidget-Heading h1 {
    margin-bottom: 60px;
    color: #FFF
}

.asdBlog-pagination ul li,
.asdBlog-pagination ul li a {
    color: #FFF
}

.service {
    background-color: #fff
}

.service .in {
    min-height: 384px;
    padding: 25px 15px 0
}

.service-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.service-block {
    width: 100%;
    height: 358px;
    min-width: 224.5px;
    padding: 14px
}

.service-block:nth-child(1) {
    background: url(/Theme/Air/src/img/02_restoran.jpg) 50% 0 no-repeat
}

.service-block:nth-child(3) {
    background: url(/Theme/Air/src/img/02_karaoke.jpg) 50% 0 no-repeat
}

.service-block:nth-child(4) {
    background: url(/Theme/Air/src/img/bartanzpol.jpg) 50% 0 no-repeat
}

.service-block:nth-child(2) {
    background: url(/Theme/Air/src/img/02_vipsona.jpg) 50% 0 no-repeat
}

.service-block .frame {
    width: 100%;
    height: 328px;
    background-color: rgba(0, 0, 0, .46);
    position: relative
}

.service-block .frame:after {
    width: 167px;
    height: 2px;
    background-color: #fff;
    bottom: 29%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: visible
}

.clear,
.uf-siteForm-inputs .bTrap,
div.footer {
    visibility: hidden
}

.service-block .frame .ipWidget:nth-child(1) {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.service-block .frame .ipWidget:nth-child(1) p {
    font-size: 50px;
    color: #ff36cb
}

.service-block .frame .ipWidget:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 13%;
    width: 100%
}

.service-block .frame .ipWidget:nth-child(2) p {
    text-transform: uppercase;
    text-align: center
}

.service-block .frame .ipWidget:nth-child(2) p,
.service-block .frame .ipWidget:nth-child(2) p a {
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.aboutUs .in {
    text-align: center;
    padding: 0 15px 30px
}

.advantages {
    background: url(/Theme/Air/src/img/04_fon.jpg) 50% 0 no-repeat
}

.advantages .in {
    min-height: 262px;
    padding-top: 37px
}

.advantages-container {
    max-width: 1004px;
    width: 100%;
    margin: 0 auto
}

.advantages-container>div {
    width: 145px
}

.advantages-container p {
    color: #333030;
    font-size: 18px
}

.advantages-container .ipWidget:first-child {
    height: 52px
}

.delivery {
    background: url(/Theme/Air/src/img/05_fon.jpg) 50% 0 no-repeat
}

.delivery .in {
    padding: 15px
}

.delivery-container {
    min-height: 233px;
    background-color: rgba(0, 0, 0, .63);
    padding: 68px 15px 0
}

.delivery-container img {
    margin-top: 20px
}

.afisha {
    background: url(/Theme/Air/src/img/06_fon.jpg) 50% 0 no-repeat;
    background-size: auto 100%
}

.afisha .in {
    min-height: 685px;
    text-align: center;
    padding-bottom: 25px
}

.slick-track {
    background: rgba(38, 11, 43, .5)
}

.slick-slide {
    margin-left: 22px;
    margin-right: 22px;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.slick-slide .asdBlog-read-more {
    display: none
}

.Gal .slick-slide.slick-current {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.asdBlog {
    background-color: transparent;
    position: relative
}

.asdBlog-post {
    display: inline-block;
    border-bottom: none;
    padding-top: 40px;
    white-space: nowrap;
    font-size: 0;
    margin-bottom: 0;
    padding-bottom: 40px
}

.asdBlog-image {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}

.asdBlog-image img {
    width: 100%
}

.asdBlog-info-top {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    width: calc(59.9% - 20px);
    font-size: 18px;
    margin-top: 7px
}

.asdBlog-info-top p {
    min-height: 0
}

.asdBlog p.asdBlog-date {
    font-family: "Roboto slab", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #111619;
    margin-bottom: 20px
}

.asdBlog-intro {
    margin-bottom: 20px
}

.asdBlog-intro p {
    color: #282525;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.5
}

.asdBlog-read-more {
    width: 167px;
    height: 44px;
    background-color: #fd66d6;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 20px;
    color: #fff;
    font-family: "Roboto slab", sans-serif;
    line-height: 40px;
    text-align: center
}

.asdBlog h4 {
    text-align: center;
    font-family: Chunkfive_ex_regular, sans-serif;
    font-size: 30px;
    color: #ff36cb;
    margin-top: 0;
    margin-bottom: 40px;
    display: none
}

div.guestbookcontent .date,
div.guestbookcontent-name {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.reviews .in {
    text-align: center;
    padding-bottom: 40px
}

.reviews-container {
    max-width: 826px;
    margin: 0 auto;
    width: 100%;
    min-height: 400px;
    padding: 17px 0 17px 17px;
    background-color: #fce8f7
}

.reviews .button {
    margin-top: 20px
}

div.guestbookcontent {
    background-color: #fff;
    width: 100%;
    min-height: 283px
}

div.guestbookcontent-slider {
    height: 400px;
    width: 100%;
    overflow-y: auto
}

div.guestbookcontent-slider::-webkit-scrollbar {
    width: 15px
}

div.guestbookcontent-slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px
}

div.guestbookcontent-slider::-webkit-scrollbar-track-piece {
    background: #FCE8F7
}

div.guestbookcontent-slider::-webkit-scrollbar-thumb {
    background: #FD66D6;
    border-radius: 15px
}

div.guestbookcontent-slider li>div {
    text-align: left;
    padding: 22px 13px 15px
}

div.guestbookcontent-slider li>div>img {
    margin-right: 22px
}

div.guestbookcontent-slider li>div img {
    width: auto !important
}

div.guestbookcontent-slider .controls {
    top: calc(100% - 60px)
}

div.guestbookcontent-slider .leftControl {
    left: calc(50% - 59px)
}

div.guestbookcontent-slider .rightControl {
    right: calc(50% - 17px)
}

div.guestbookcontent-name {
    min-width: 0;
    color: #333030
}

div.guestbookcontent .date {
    font-style: normal;
    color: #fd66d6
}

div.guestbookcontent .message {
    margin-top: 15px;
    font-weight: 700;
    margin-left: 78px;
    font-family: Roboto, sans-serif;
    background-color: #fff
}

.ipWidget .guestbookcontent+.button {
    width: 143px;
    display: block;
    margin: 20px auto 0
}

.menuDop .ipWidget-Text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.menuDop .ipWidget-Text img {
    width: 100%;
    height: auto
}

.innerMenu .in {
    padding-left: 0;
    padding-right: 0
}

.innerMenu-container {
    max-width: 1151px;
    width: 100%;
    margin: 0 auto
}

.innerMenu-container div._container {
    margin: 0
}

.innerMenu-container div._container .ipsCol._col {
    margin-bottom: 30px;
    max-width: 562px;
    width: 100% !important;
    padding: 15px;
    height: 326px;
    background-color: #fce8f7;
    position: relative
}

.innerMenu-container div._container .ipsCol._col img {
    width: 100%;
    height: 293px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget {
    margin-bottom: 0
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(1) a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(1) a:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .31)
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(1) img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(2) {
    width: calc(100% - 225px);
    z-index: 100;
    position: absolute;
    bottom: 35px;
    left: 40px
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(2) p {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .51)
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(2) p:first-child {
    font-family: "Roboto slab", sans-serif;
    font-size: 35px
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(3) {
    z-index: 100;
    position: absolute;
    bottom: 89px;
    right: 40px;
    width: 145px;
    height: 58px;
    background-color: #fd66d6;
    border-radius: 5px
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(3) p {
    line-height: 58px;
    font-size: 30px;
    font-family: "Roboto slab", sans-serif;
    text-align: center;
    font-weight: 700;
    color: #fff
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4) {
    z-index: 100;
    position: absolute;
    bottom: 35px;
    right: 40px
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4) .ecwid {
    margin: 0 !important;
    padding-bottom: 0 !important;
    min-width: 0 !important
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4) .ecwid>form>div {
    margin: 0 !important
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4) .ecwid>form>div>div>div>button {
    min-width: 0 !important;
    width: 145px !important;
    background-color: #fd66d6 !important
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4) .ecwid>form>div>div>div>button span {
    font-size: 18px
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4) p {
    font-size: 20px;
    font-family: "Roboto slab", sans-serif;
    text-align: right;
    font-weight: 700;
    color: #fff
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4) p a {
    display: block;
    padding: 5px 10px
}

.innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4):hover p {
    text-decoration: underline
}

.innerMenu-container div._container .ipsCol._col:hover>div>.ipWidget:nth-child(1) img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

html#ecwid_html body#ecwid_body div.ecwid-minicart {
    z-index: 150 !important
}

#ipBlock-main>.ipWidget.ipWidget-Heading,
.Main .ipWidget-FAQ,
.Main .ipWidget-Form {
    text-align: center
}

.Main .ipWidget-FAQ form,
.Main .ipWidget-Form form {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 380px
}

.Main .in {
    text-align: center
}

.Main .in>:not(.tac) {
    text-align: left
}

footer.footer {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(/Theme/Air/src/img/footer_big.png) 50% 0 no-repeat
}

footer.footer .in {
    min-height: 48px;
    padding: 0
}

footer.footer .in .footer-container {
    max-width: 1200px;
    width: 100%
}

footer.footer .header-address::before,
footer.footer .header-tel::before {
    width: 50px;
    height: 50px;
    left: -55px;
    top: -16px;
    content: ''
}

footer.footer .header-address {
    background-position: 0 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 92px;
    position: relative
}

footer.footer .header-address::before {
    display: block;
    position: absolute;
    background: url(/Theme/Air/src/img/Pict_MAP.png) no-repeat
}

footer.footer .header-tel {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
    position: relative
}

footer.footer .header-tel::before {
    display: block;
    position: absolute;
    background: url(/Theme/Air/src/img/Pict_Phone.png) no-repeat
}

footer.footer .header-social {
    display: inline-block;
    margin-top: 17px;
    vertical-align: top;
    width: 103px
}

footer.footer .header-social .ipWidget-Columns ._container {
    padding-left: 26px;
    text-align: left
}

footer.footer .header-social .ipWidget-Columns ._container ._col {
    padding: 0
}

footer.footer .footer-container {
    max-width: 1180px;
    margin: 0 auto
}

footer.footer .footer-block {
    width: 100%;
    padding-bottom: 20px
}

footer.footer .footer-block .header-address .ipBlock .ipWidget-Text .ipsContainer p,
footer.footer .footer-block .header-tel .ipBlock .ipWidget-Text .ipsContainer p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFF
}

footer.footer .footer-block2 {
    max-width: 430px;
    width: 100%;
    margin-top: 35px
}

footer.footer .footer-block2 .sub>p {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px
}

footer.footer .footer-block2 .sub .ipWidget p,
footer.footer .footer-block2 .sub .ipWidget p a {
    font-size: 14px;
    color: #ff6bd8
}

footer.footer .footer-map {
    max-width: 1148px;
    width: 51%;
    margin: 0 auto 15px;
    height: 379px
}

footer.footer .footer-map>div {
    width: 100%;
    height: 100%
}

footer.footer .footer-down {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto;
    display: none
}

footer.footer .footer-down>div>p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px
}

footer.footer .footer-tata {
    width: 81px
}

.mailHandler {
    position: relative;
    margin-left: 20px
}

.mailHandler-wrap {
    margin-top: 20px;
    width: 100%;
    text-align: center
}

.mailHandler img {
    will-change: transform
}

.counter {
    text-align: center;
    vertical-align: middle;
    display: none
}

.counter div {
    display: inline-block;
    text-align: center
}

.uf-siteForm-inputs {
    max-width: 462px;
    margin: auto !important
}

.uf-siteForm-inputs>input {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
    height: 45px !important;
    padding: 6px 12px !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-126.67%, #270F38), to(rgba(39, 15, 56, 0))) !important;
    background: linear-gradient(360deg, #270F38 -126.67%, rgba(39, 15, 56, 0) 100%) !important;
    border: 1px solid #FFF !important;
    border-radius: 0;
    color: #FFF
}

.uf-siteForm-inputs .time-date,
.uf-siteForm-inputs .zal {
    padding-left: 20px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #FFF;
    font-style: normal
}

.uf-siteForm-inputs>input::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFF
}

.uf-siteForm-inputs>input::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFF
}

.uf-siteForm-inputs>input::placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFF
}

.uf-siteForm-inputs .zal {
    margin-top: 20px;
    font-weight: 400;
    line-height: 183.4%
}

.uf-siteForm-inputs .select1,
.uf-siteForm-inputs .select2,
.uf-siteForm-inputs .select3,
.uf-siteForm-inputs .select4,
.uf-siteForm-inputs .select5,
.uf-siteForm-inputs .select6 {
    display: inline-block;
    margin-right: 5px;
    vertical-align: -1.5px
}

.uf-siteForm-inputs .uf-siteForm-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
    margin-top: 65px;
    margin-bottom: 50px
}

.uf-siteForm-inputs .lselect1,
.uf-siteForm-inputs .lselect2,
.uf-siteForm-inputs .lselect3,
.uf-siteForm-inputs .lselect4,
.uf-siteForm-inputs .lselect5,
.uf-siteForm-inputs .lselect6 {
    display: block;
    margin-top: 1px;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 182.9%;
    color: #FFF
}

.uf-siteForm-inputs .time-date {
    display: block;
    font-weight: 400;
    line-height: 183.4%;
    margin-top: 13px
}

.uf-siteForm-inputs .uf-siteForm-date {
    display: inline-block;
    width: 170px
}

.uf-siteForm-inputs .uf-siteForm-time {
    display: inline-block;
    width: 100px
}

.uf-siteForm-inputs .uf-siteForm-submit {
    padding: 5px 14px;
    width: 150px;
    height: 35px;
    margin-bottom: 25px;
    background-color: transparent;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-126.67%, #270F38), to(rgba(39, 15, 56, 0))) !important;
    background: linear-gradient(360deg, #270F38 -126.67%, rgba(39, 15, 56, 0) 100%) !important;
    border: 1px solid #FFF;
    cursor: pointer;
    margin-top: 15px
}

.uf-siteForm-inputs .uf-siteForm-comment {
    min-height: 100px;
    height: auto !important;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    overflow: auto;
    -webkit-rtl-ordering: logical;
    -ms-flex-direction: column;
    flex-direction: column;
    resize: auto;
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-126.67%, #270F38), to(rgba(39, 15, 56, 0))) !important;
    background: linear-gradient(360deg, #270F38 -126.67%, rgba(39, 15, 56, 0) 100%) !important;
    border: 1px solid #FFF;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 9px 11px;
    color: #FFF
}

.asdBlog-post .shell2 .asdBlog-info-top,
.menuDop .breadcrumb {
    display: none
}

.innerMenu-container .slick-track,
.menuDop {
    background: 0 0
}

.uf-siteForm-inputs .uf-siteForm-comment::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFF
}

.uf-siteForm-inputs .uf-siteForm-comment::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFF
}

.uf-siteForm-inputs .uf-siteForm-comment::placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFF
}

.asdBlog.slider-gal {
    margin-top: 115px;
    margin-bottom: 40px
}

.slick-slide.slick-current {
    -webkit-transform: scale(2.421, 2.42);
    transform: scale(2.421, 2.42);
    padding-top: 0;
    padding-bottom: 0
}

.asdBlog-post .shell2 .asdBlog-image {
    height: 100%;
    margin-right: 0
}

.asdBlog-post .shell2 .asdBlog-image>img {
    height: 186px
}

.innerMenu-container {
    overflow-x: hidden;
    margin-top: 100px
}

.innerMenu-container .asdBlog-post {
    padding-bottom: 10px;
    padding-top: 0;
    vertical-align: top
}

.innerMenu-container .asdBlog-post .shell {
    width: 270px;
    vertical-align: top;
    margin-left: 45px !important;
    margin-right: 45px !important;
    min-height: 380px
}

.innerMenu-container .asdBlog-post .shell a {
    width: 270px;
    display: block;
    position: relative
}

.innerMenu-container .asdBlog-post .shell h4 {
    font-family: avanti_allfont_ru;
    font-size: 18px;
    line-height: 17px;
    color: #FFF;
    margin-top: 33px;
    text-align: left;
    display: inline-block;
    max-width: 270px;
    word-wrap: break-word;
    height: auto;
    white-space: normal
}

.innerMenu-container .slick-slide {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    margin-left: 0 !important;
    margin-right: 0 !important
}

.innerMenu-container .asdBlog-image {
    margin: auto;
    display: block
}

.Main h1::after,
.Main h1::before,
.in.temp .breadcrumb,
.innerMenu-container .asdBlog-info-top {
    display: none
}

.innerMenu-container .slick-dots {
    margin: 10px auto !important
}

.Main .ipBlock .ipWidget-Columns {
    background: #FFF
}

.Main h1 {
    color: #FFF
}

.Main .ipsCol._col .ipWidget-Text {
    padding-top: 15px
}

.Main3 {
    margin-bottom: 66px
}

.Main3 .content_cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Main3 .content_cols .center {
    padding-left: 66px;
    background: #FFF;
    padding-right: 45px
}

.Main3 .content_cols .center h1 {
    font-family: avanti_allfont_ru;
    font-size: 21px;
    line-height: 23px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 13px
}

.Main3 .content_cols .center h1::after,
.Main3 .content_cols .center h1::before {
    display: none
}

.Main3 .content_cols .center .ipBlock .ipWidget-Columns {
    padding-bottom: 13px;
    border-bottom: 1px solid #999
}

.side ul li a,
.titlegal {
    border-bottom: 1px solid #fff
}

.Main3 .content_cols .center .ipBlock .ipWidget-Columns .ipWidget-Text .ipsContainer p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #333
}

.Main3 .menushell {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 60px auto 40px
}

.Main3 .menushell>ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.Main3 .menushell>ul>li {
    display: inline-block;
    margin: 0;
    position: relative;
    max-width: 300px;
    height: 63px;
    width: 100%;
    background: url(/Theme/Air/src/img/03_key_fonel.png) no-repeat;
    background-size: 100% 100%
}

.Main3 .menushell>ul>li>a {
    height: 63px;
    display: block;
    font-size: 18px;
    color: #FFF;
    line-height: 17px;
    text-align: center;
    font-family: avanti_allfont_ru;
    padding: 22px 16px 0;
    position: relative
}

.Main3 .menushell>ul>li>a:hover {
    padding: 22px 16px 0;
    color: #000;
    background: #FFF
}

.Main3 .menushell>ul>li>a.active {
    color: #000;
    background: #FFF
}

.Main3 .menushell>ul>li.parent>ul {
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #fce8f7;
    width: 210px;
    padding: 15px 0
}

.Main3 .menushell>ul>li.parent>ul li {
    position: relative;
    padding: 0 15px
}

.Main3 .menushell>ul>li.parent>ul li.parent>ul {
    text-align: left;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background-color: #fce8f7;
    width: 210px;
    padding: 15px
}

.Main3 .menushell>ul>li.parent>ul li a {
    display: block;
    padding: 7px 0;
    font-family: "Roboto slab", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    color: #333030
}

.Main3 .menushell li.crumb>a {
    color: #000;
    background: #FFF
}

.side ul li:first-child {
    border-top: 1px solid #fff
}

.side ul li a {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFF;
    padding: 14px 4px
}

.Main4 h1,
._accordion dt a>span {
    font-style: normal;
    font-weight: 700
}

.side ul li a:hover,
.side ul li.active a {
    background: #FFF;
    color: #000
}

.content_cols .ipWidget-Columns .ipsCol._col:nth-child(1) {
    width: 78% !important
}

.content_cols .ipWidget-Columns .ipsCol._col:nth-child(2) {
    width: 22% !important
}

._accordion dt {
    background: rgba(255, 255, 255, .78) !important;
    padding: 1px
}

._accordion dt a {
    padding: 16px;
    color: #2C113E !important;
    text-align: center
}

._accordion .current .ipWidget-Text .ipsContainer p,
._accordion dt a>span {
    font-size: 18px;
    line-height: 21px;
    color: #2C113E;
    font-family: Roboto, sans-serif
}

._accordion .current {
    background: #FFF;
    padding: 22px !important
}

.Main4 .ipWidget-Heading {
    text-align: left !important
}

.Main4 .in.temp {
    padding-bottom: 60px;
    max-width: 911px
}

.Main4 h1 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-left: 7px;
    margin-top: 60px;
    margin-bottom: 50px
}

.order,
.titlegal,
.zvon {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
    overflow:hidden;
    transition: .3s;
}

.Main4 h1::before {
    content: '';
    width: 122px;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: -5px;
    left: 3px;
    display: block;
    top: auto
}

.Main.Gal .ipBlock .ipWidget-Heading h1::after,
.Main.Gal .ipBlock .ipWidget-Heading h1::before,
.Main.Gal h2::after,
.Main.Gal h2::before,
.Main.Gal h3::after,
.Main.Gal h3::before,
.Main.Gal h4::after,
.Main.Gal h4::before,
.Main4 h1::after {
    display: none
}

.ipWidget-AccordionAndTabs.ipSkin-default>._accordion>dd.current {
    max-height: initial
}

.slider-gal {
    opacity: 0
}

.Gal .in .ipBlock .ipWidget-Gallery ._container {
    opacity: 1
}

.innerMenu-container .ipBlock .ipWidget .asdBlog {
    opacity: 0
}

.titlegal {
    text-align: left;
    margin-left: -55px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.Main.Gal .ipBlock .ipWidget-Heading h1,
.Main.Gal h2,
.Main.Gal h3,
.Main.Gal h4 {
    color: #FFF
}

.Main.Gal .in.temp .ipBlock {
    overflow-x: visible;
    overflow-y: visible
}

.Main.Gal {
    overflow-x: hidden
}

.Main3 .content_cols .center .ipBlock .ipWidget-Columns:last-child {
    margin-bottom: 40px
}

.zvon,
.order {
    margin: 20px 7px 0;
    max-width: 113px;
    padding: 11px 9px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.order {
    max-width: 180px;
}
.currentPage,
.menuCaption {
    font-family: Arial, sans-serif
}

.uf-Response-text {
    color: #FFF;
    font-size: 19px
}

.uf-siteForm .uf-Response.-success {
    border: none;
    margin-top: 168px
}

.uf-siteForm-submit {
    border-radius: 0
}

#scroll {
    position: fixed;
    bottom: 1px;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 100
}

.uf-siteForm input:not([type=checkbox])[data-validate=fail],
.uf-siteForm textarea[data-validate=fail] {
    -webkit-box-shadow: 0 0 5px #d45252;
    box-shadow: 0 0 9px red
}

.logo-home .ipWidget-Image img {
    margin: 0 auto
}

footer.footerPage {
    position: fixed;
    bottom: 0
}


.global.home .in {
    padding-top: 175px;
    padding-bottom: 150px
}

.global {
    padding-bottom: 75px
}

@-webkit-keyframes zoom {
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes zoom {
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@media screen and (max-width:1822px) {
    .header {
        position: relative
    }
}

@media screen and (max-width:1568px) {
    .Gal .slick-slide.slick-current {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    ._container .slick-prev.slick-arrow {
        left: calc(50% - 242px);
        top: 188px
    }

    ._container .slick-next.slick-arrow {
        right: calc(50% - 242px);
        top: 188px
    }
}

@media screen and (max-width:1258px) {
    .topmenu-wrap {
        display: inline-block
    }

    .topmenu>ul {
        display: block
    }

    ._container .slick-prev.slick-arrow {
        left: calc(20% - 197px);
        top: 150px
    }

    ._container .slick-next.slick-arrow {
        right: calc(20% - 197px);
        top: 150px
    }

    .Main.Gal .in.temp .ipBlock {
        overflow-x: visible;
        overflow-y: visible
    }
}

@media screen and (max-width:1235px) {
    .menu .leftControl {
        left: 40px
    }

    .menu .rightControl {
        right: 40px
    }
}

@media screen and (max-width:1225px) {
    .topmenu>ul>li a {
        padding-left: 5px;
        padding-right: 5px
    }

    .innerMenu-container div._container {
        display: block;
        text-align: center
    }

    .innerMenu-container div._container .ipsCol._col {
        display: inline-block;
        vertical-align: top;
        margin: 0 9px 25px;
        width: calc(50% - 20px) !important;
        height: auto;
        float: none
    }

    .guestbookcontent-slider li>div {
        width: 100% !important
    }

    .asdBlog {
        display: block;
        text-align: center
    }

    .asdBlog-post {
        text-align: left;
        display: inline-block;
        vertical-align: top
    }

    .asdBlog-post img {
        width: 100%
    }

    .delivery .in {
        padding-left: 0;
        padding-right: 0
    }

    .service .in {
        padding: 48px 0 0
    }

    .service-container {
        text-align: center;
        display: block
    }

    .service-block,
    .service-block:nth-child(3) .sub {
        display: inline-block;
        vertical-align: top
    }

    .service-block:nth-child(1),
    .service-block:nth-child(2) {
        height: 358px;
        padding-top: 14px;
        margin: 0 15px 25px
    }

    .service-block:nth-child(3) {
        max-width: 100%
    }

    .service-block:nth-child(3) .sub {
        margin: 0 15px;
        max-width: 370px;
        width: 100%
    }

    .global.home .in {
        padding-top: 175px;
        padding-bottom: 150px
    }

    footer.footer .footer-map {
        margin-top: 16px
    }

    footer.footer .footer-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:1258px) {
    .header-bottom .in {
        padding-left: 77px;
        padding-right: 77px
    }
}

@media screen and (max-width:1225px) {

    footer.footer .footer-block>div,
    footer.footer .footer-container>div {
        vertical-align: top;
        display: inline-block
    }

    footer.footer .footer-container {
        padding-top: 0;
        display: block;
        text-align: center
    }

    footer.footer .footer-block {
        max-width: 100%;
        margin-top: 15px
    }

    footer.footer .footer-block .header-address,
    footer.footer .footer-block .header-tel {
        margin: 0 25px 20px
    }

    footer.footer .footer-block .header-social {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0
    }

    footer.footer .footer-block .header-social>div {
        display: inline-block
    }

    footer.footer .footer-block2 {
        max-width: 100%;
        display: block;
        text-align: center
    }

    footer.footer .footer-block2 .sub {
        display: inline-block;
        vertical-align: top;
        margin: 0 25px 20px
    }

    .mailHandler-wrap {
        display: block;
        margin-top: 0
    }

    .Main3 .in {
        width: 99% !important
    }

    .Main1 .in .slick-slide .shell2 {
        margin: 27px auto 0
    }

    .Main1 .in {
        overflow-x: visible
    }

    .Main1 {
        overflow-x: hidden
    }

    footer.footer {
        position: relative
    }

    .global {
        padding-bottom: 1px
    }
}

@media screen and (max-width:1062px) {
    footer.footer .footer-map {
        width: 100%
    }

    .innerMenu-container .asdBlog-post .shell {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media screen and (max-width:1023px) {
    .Main3 .content_cols .center {
        padding-left: 28px;
        padding-right: 28px
    }

    .innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(2) {
        padding-top: 15px;
        position: static;
        width: 100%;
        text-align: left
    }

    .innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(2) p {
        text-shadow: none;
        color: #282525
    }

    .innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(2) p:first-child {
        font-size: 22px
    }

    .innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(3) {
        position: static;
        margin-top: 15px
    }

    .innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4) {
        bottom: 15px;
        right: 15px
    }

    .Main .in .ipWidget-Columns ._col {
        float: none;
        width: 100% !important
    }

    .Main .in .ipWidget-Columns .ipWidget-Image img {
        margin: auto
    }

    .Main .in .ipWidget-Columns .ipWidget-Text {
        padding-left: 20px;
        padding-right: 20px
    }

    .spanshell {
        margin: 27px auto 10px;
        text-align: center
    }

    .spanshell .titlegal {
        font-weight: 400;
        padding-bottom: 6px;
        text-align: center;
        margin: 0 auto 20px
    }

    .spanshell .pagingInfo {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto -50px
    }

    .asdBlog.slider-gal {
        margin-top: 164px
    }
}

.currentPage,
.menuCaption {
    font-weight: 700;
    display: none
}

@media screen and (max-width:914px) {
    .fone-slider {
        padding-left: 0;
        padding-right: 0
    }

    ._container .slick-prev.slick-arrow {
        left: calc(27% - 197px);
        top: 150px
    }

    ._container .slick-next.slick-arrow {
        right: calc(27% - 197px);
        top: 150px
    }
}

@media screen and (max-width:827px) {
    .asdBlog-post h4 {
        font-size: 21px
    }

    .delivery-container {
        padding-top: 20px
    }
}

@media screen and (max-width:820px) {
    .innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(3) {
        width: 118px;
        height: 42px
    }

    .innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(3) p {
        line-height: 42px;
        font-size: 23px
    }

    .top-slogan1 span {
        font-size: 43pt !important
    }

    .Main1 .slick-slide.slick-current {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        padding-top: 0;
        padding-bottom: 0
    }

    .Main1 .in .slick-slide {
        margin-left: 0;
        margin-right: 0
    }

    .slick-dots {
        margin: 23px auto 2px !important
    }

    .asdBlog.slider-gal {
        margin-top: 91px
    }
}

@media screen and (max-width:768px) {
    .logo-home {
        max-width: 390px
    }

    .logo-home .ipWidget-Image img {
        margin: 0 auto
    }

    .logo-home .ipWidget-Columns ._col {
        float: left;
        margin-bottom: 10px
    }

    .logo-home .ipWidget-Columns ._col:first-child {
        width: 46% !important
    }

    .logo-home .ipWidget-Columns ._col:last-child {
        width: 54% !important
    }

    h2 {
        margin: 40px 0
    }

    .service-block .frame .ipWidget:nth-child(1) p {
        font-size: 36px
    }

    .header-top .in {
        display: block;
        padding: 20px;
        text-align: center
    }

    .header-top .in>div:not(:last-child) {
        margin: 0 0 20px
    }

    .header-address,
    .header-tel {
        display: inline-block
    }

    .header-social .ipWidget-Columns ._col {
        margin-bottom: 0;
        float: left !important
    }

    .Main3 .content_cols .center {
        padding-left: 15px;
        padding-right: 15px
    }

    .side {
        width: 255px
    }

    .center {
        width: calc(100% - 255px - 0px)
    }

    .Main3 .menushell>ul>li>a {
        padding: 22px 5px 0
    }

    .center .ipWidget-Columns .ipsCol._col:nth-child(1),
    .center .ipWidget-Columns .ipsCol._col:nth-child(2) {
        width: auto !important
    }
}

.menuCaption {
    margin: 0 20px
}

.currentPage {
    margin-right: 10px;
    margin-left: 20px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.topmenuToggle {
    border-radius: 3px;
    display: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 52px;
    height: 42px
}

@media screen and (max-width:716px) {
    .innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4) {
        position: static;
        margin-top: 15px
    }

    .innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4) form {
        text-align: left
    }

    .innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(4) form div {
        width: 100% !important;
        display: block !important
    }

    html#ecwid_html body#ecwid_body .ecwid button.ecwid-btn {
        margin-left: 0 !important
    }
}

@media screen and (max-width:696px) {
    div.guestbookcontent-slider li>div img {
        display: none
    }

    div.guestbookcontent .message {
        margin-left: 0
    }

    .advantages .in {
        padding-bottom: 25px;
        padding-top: 0
    }

    .advantages-container {
        text-align: center;
        display: block
    }

    .advantages-container .wow {
        display: inline-block;
        margin: 0 8px 20px
    }

    footer.footer .footer-block {
        margin-left: 0
    }
}

@media screen and (max-width:670px) {
    .fone-slider {
        padding-left: 0;
        padding-right: 0
    }

    .Main3 .in .content_cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .Main3 .in .content_cols .side {
        width: 285px;
        margin-bottom: 10px
    }

    .Main3 .in .content_cols .center {
        width: 100%
    }

    body {
        background-size: auto 100%
    }
}

@media screen and (max-width:1110px) {
    .header-bottom .in {
        padding-top: 31px;
        min-height: 161px
    }

    .currentPage,
    .menuCaption,
    .topmenuToggle {
        display: inline-block;
        vertical-align: middle
    }

    .menuCaption {
        color: #FFF
    }

    .topmenuToggle {
        background: url(/Theme/Air/assets/img/icon_menu.png) center center no-repeat;
        border-radius: 3px;
        border: 1px solid #fff;
        color: transparent
    }

    .topmenu-wrap {
        text-align: center
    }

    .topmenu {
        height: auto;
        background: #fce8f7;
        border: 1px solid #747474;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
        display: none;
        left: calc(50% - 100px);
        margin-top: 0;
        position: absolute;
        top: 0;
        width: 200px !important;
        z-index: 1000
    }

    .topmenu>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .topmenu .level1 ul {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: static
    }

    .topmenu .level1>li {
        margin: 0;
        width: 100%;
        display: list-item
    }

    .topmenu>ul>li:not(:last-child):after {
        display: none
    }

    .topmenu>ul.level1>li.parent>ul.level2 {
        top: 0;
        left: 199px
    }

    .topmenu>ul.level1>li.parent ul.level3 {
        position: static;
        padding: 0;
        width: 100%
    }

    .topmenu>ul.level1>li.parent ul.level3 li {
        padding: 0
    }

    .topmenu .level1>li>a {
        color: #000;
        height: auto;
        padding: .4em !important;
        width: 100%
    }

    .languages {
        border-top: 1px solid #747474;
        display: block;
        margin-left: 0
    }

    .languages a {
        padding: .5em 1em
    }
}

@media screen and (max-width:670px) {

    .global,
    .global.home {
        position: relative;
        padding-top: 50px
    }

    .global.home .in {
        position: relative;
        left: auto;
        right: auto;
        top: calc(50% - 69px);
        padding: 0
    }

    .side {
        text-align: center
    }

    .side .topmenuTogglee {
        background: url(/Theme/Air/assets/img/icon_menu.png) center center no-repeat;
        border-radius: 3px;
        border: 1px solid #fff;
        color: transparent;
        display: inline-block;
        vertical-align: middle;
        width: 52px;
        height: 42px;
        margin: 0 auto
    }

    .side .shell,
    footer.footer .footer-block .header-tel .ipBlock .ipWidget-Text .ipsContainer p>span>span {
        display: none
    }
}

@media screen and (max-width:621px) {
    .mailHandler {
        margin: 10px auto 0;
        display: block;
        width: 145px
    }
}

@media screen and (max-width:609px) {
    .guestbookcontent-slider li>div>img {
        display: none
    }

    .guestbookcontent .message {
        margin-left: 0
    }
}

@media screen and (max-width:607px) {

    .Main3 .menushell>ul>li:nth-child(3)>a,
    .Main3 .menushell>ul>li:nth-child(4)>a {
        padding: 15px 5px 0
    }
}

@media screen and (max-width:598px) {

    footer.footer .footer-block .header-address .ipBlock .ipWidget-Text .ipsContainer p,
    footer.footer .footer-block .header-tel .ipBlock .ipWidget-Text .ipsContainer p {
        font-size: 16px;
        line-height: 19px;
        color: #FFF
    }
}

@media screen and (max-width:578px) {
    .asdBlog-post {
        white-space: normal
    }

    .asdBlog-post .asdBlog-image {
        width: 100%;
        margin-bottom: 15px
    }

    .asdBlog-post .asdBlog-info-top {
        width: 100%
    }

    .service-block .frame:after {
        display: none
    }

    .service-block .frame .ipWidget:nth-child(1) p {
        font-size: 27px
    }

    .service-block .frame .ipWidget:nth-child(2) p,
    .service-block .frame .ipWidget:nth-child(2) p a {
        font-size: 15px
    }

    footer.footer .footer-block {
        width: 100%;
        padding-bottom: 5px
    }
}

@media screen and (max-width:580px) {
    .innerMenu-container div._container .ipsCol._col {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0
    }

    .innerMenu-container div._container .ipsCol._col>div>.ipWidget:nth-child(1) img {
        height: auto
    }
}

@media screen and (max-width:553px) {

    h1:after,
    h1:before,
    h2:after,
    h2:before {
        display: none
    }

    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 34px
    }
}

@media screen and (max-width:624px) {
    .topmenu>ul>li.parent>ul {
        padding: 0
    }

    .topmenu>ul.level1>li.parent>ul.level2 {
        display: block;
        position: static;
        text-align: center;
        width: 100%
    }

    .topmenu>ul.level1>li.parent>ul.level2 li {
        text-align: center
    }
}

@media screen and (max-width:537px) {
    .delivery-container span {
        font-size: 21pt !important
    }

    .delivery-container {
        padding-top: 40px
    }

    .shell1 {
        padding: 0 5px
    }

    footer.footer .header-address::before,
    footer.footer .header-tel::before {
        left: -47px;
        top: -8px
    }
}

@media screen and (max-width:536px) {
    .Main3 .menushell>ul>li:nth-child(2)>a {
        padding: 15px 5px 0
    }
}

@media screen and (max-width:480px) {
    div.guestbookcontent {
        min-height: 0
    }

    div.guestbookcontent-slider {
        height: 250px
    }

    .header-logo {
        opacity: 1
    }

    .top-slogan1 span {
        font-size: 25pt !important
    }
}

@media screen and (max-width:460px) {

    .service-block:nth-child(1),
    .service-block:nth-child(2),
    .service-block:nth-child(3) .sub {
        width: 70%
    }
}

@media screen and (max-width:451px) {

    .global,
    .global.home {
        padding-top: 89px
    }

    footer.footer .footer-block .header-tel .ipBlock .ipWidget-Text .ipsContainer p>span>span:last-child {
        display: block;
        line-height: 4px
    }
}

@media screen and (max-width:420px) {
    .menu-slider li>div {
        width: 280px !important
    }

    .Main1 .slick-slide.slick-current {
        -webkit-transform: scale(1.05, 1.1);
        transform: scale(1.05, 1.1);
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width:377px) {
    .Main3 .menushell>ul>li>a {
        padding: 15px 1px 0 !important;
        font-size: 16px;
        line-height: 16px
    }
}

@media screen and (max-width:343px) {
    .delivery-container span {
        font-size: 18pt !important
    }

    .header-address {
        padding-left: 20px
    }

    footer.footer .footer-block .header-address,
    footer.footer .footer-block .header-tel {
        margin: 0 8px 20px
    }
}

@media screen and (max-width:325px) {

    footer.footer .footer-block .header-address,
    footer.footer .footer-block .header-tel {
        margin: 0 6px 20px
    }
}

@media screen and (min-width:2000px) {
    .global {
        width: 1903px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:1225px) {
    .in {
        width: 90% !important
    }
}

@media screen and (max-width:724px) {
    .counter {
        display: none
    }
}

@media screen and (max-width:480px) {
    #scroll {
        width: 100px
    }
}

@media screen and (max-width:1225px) {
    .service-block .frame .ipWidget:nth-child(1) p {
        font-size: 35px
    }

    .service-block:nth-child(1),
    .service-block:nth-child(2),
    .service-block:nth-child(3),
    .service-block:nth-child(4) {
        margin: 0 10px
    }

    .service-container {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .service-block {
        display: block
    }

    .service .in {
        padding: 0
    }
}

@media screen and (max-width:1074px) {
    .service-block .frame .ipWidget:nth-child(1) p {
        font-size: 30px
    }

    .service-block:nth-child(1),
    .service-block:nth-child(2),
    .service-block:nth-child(3),
    .service-block:nth-child(4) {
        margin: 0 7px
    }

    .service-block {
        min-width: auto
    }
}

@media screen and (max-width:895px) {
    .service .in {
        min-height: 0
    }

    .service-block:nth-child(1),
    .service-block:nth-child(2),
    .service-block:nth-child(3),
    .service-block:nth-child(4) {
        margin: 0
    }
}

@media screen and (max-width:754px) {

    .service-block:nth-child(1),
    .service-block:nth-child(2),
    .service-block:nth-child(3),
    .service-block:nth-child(4) {
        margin: 10px 0;
        max-width: 370px;
        width: 100%;
        display: block
    }

    .service-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .service-block .frame .ipWidget:nth-child(1) p {
        font-size: 45px
    }
}

@media screen and (max-width:360px) {
    .in {
        width: 95% !important
    }
}

@media screen and (max-width:317px) {
    .currentPage {
        display: none
    }
}

@media screen and (max-width:0px) {
    .content {
        display: block
    }

    .content aside,
    .content>div {
        width: 100%
    }

    .content aside:first-child,
    .content>div:first-child {
        margin-bottom: 25px
    }

    .content .side ul li a {
        background-size: 100% auto
    }
}

.mw__overlay {
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9010;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear
}

#ipWidgetAsdSliderMenu,
.mw__content {
    z-index: 10000
}

html.mw-locked .mw__overlay {
    opacity: 1
}

@media screen and (max-width:329px) {
    .mw__content.-opened {
        width: 98%
    }

    .mw__content.-opened>div {
        width: 100% !important
    }
}

.mw__overlay:after {
    display: inline-block;
    height: 90%;
    content: ''
}

.mw__content {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: #F6F6F5;
    border-radius: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    opacity: 0;
    padding: 14px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .1s;
    transition: all .1s
}

.mw__content,
.mw__overlay:after {
    vertical-align: middle
}

.mw__content.-opened {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mw__cancel:focus,
.mw__confirm:focus {
    outline: #FFBF00 solid 1px
}

html.mw-locked {
    overflow: hidden
}

.novalid {
    border: 1px solid #f99 !important;
    background-color: #FFECE6 !important
}

.message {
    background: #f7f7f7;
    margin-bottom: 14px;
    padding: 8px
}

.message.-success {
    background: #bcf187;
    color: #060
}

.message.-error {
    background: #fcc;
    color: #ba1717
}

.message.-info {
    background: #ffe376;
    color: #912402
}

.mw__content p {
    margin: 0 0 7px
}

.mw__content p:last-child {
    margin-bottom: 0
}

.mw__content button,
.mw__content input,
.mw__content select,
.mw__content textarea {
    font-size: 100%;
    font-family: inherit;
    margin: 0
}

.mw__content button,
.mw__content input {
    line-height: normal
}

.mw__content button,
.mw__content input[type=button],
.mw__content input[type=reset],
.mw__content input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type=text],
input[type=password],
select,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    padding: 3px 4px;
    margin-bottom: 7px;
    background: #fff
}

input[type=text],
input[type=password],
select {
    height: 26px;
    max-width: 100%
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: none;
    padding: 0
}

.btn,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #4AA3DF;
    outline: 0
}

.btn,
button,
input[type=button],
input[type=submit] {
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 2px 10px;
    min-height: 26px;
    line-height: 22px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2E8ECE;
    border: 0;
    border-radius: 3px;
    font-weight: 700
}

.mw__content .btn:hover,
.mw__content button:hover,
.mw__content input[type=button]:hover,
.mw__content input[type=submit]:hover {
    background-color: #4AA3DF;
    text-decoration: none;
    color: #fff
}

.btn:active,
button:active,
input[type=button]:active,
input[type=submit]:active {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2)
}

a.btn-lite,
button.btn-lite,
input.btn-lite {
    background-color: #E2E6E6;
    color: #444
}

a.btn-lite:hover,
button.btn-lite:hover,
input.btn-lite:hover {
    background-color: #ddd;
    color: #444
}

a.btn-red,
button.btn-red,
input.btn-red {
    background-color: #f33;
    color: #fff !important;
    font-size: 16px;
    text-decoration: none
}

.note,
.quote {
    color: #000;
    display: block;
    font-style: italic;
    font-weight: 400
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    width: 0
}

.clearfix,
.ipModuleForm .form-horizontal .form-group,
.ipModuleForm.form-horizontal .form-group {
    zoom: 1
}

.clearfix:after,
.clearfix:before,
.ipModuleForm .form-horizontal .form-group:after,
.ipModuleForm .form-horizontal .form-group:before,
.ipModuleForm.form-horizontal .form-group:after,
.ipModuleForm.form-horizontal .form-group:before {
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.hidden {
    visibility: hidden !important
}

body,
html {
    border: none;
    margin: 0;
    padding: 0
}

.quote {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    margin: 1em;
    text-align: center
}

.ipWidget,
.note {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px
}

.note {
    background-color: transparent;
    border-left-color: #747474;
    border-left-style: solid;
    border-left-width: 2px;
    margin-bottom: 1em;
    padding-left: 1em
}

.button {
    background-color: #019bd4;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    padding: .5em 1em;
    text-decoration: none
}

.ipWidget .note,
.ipWidget .quote {
    display: block;
    font-style: italic;
    font-weight: 400
}

.button:hover {
    -webkit-box-shadow: 0 0 0 1px #019bd4 inset;
    box-shadow: 0 0 0 1px #019bd4 inset;
    background: #01516e
}

.button a {
    color: inherit
}

.button a:hover {
    text-decoration: inherit
}

.ipWidget {
    zoom: 1;
    color: #000;
    margin-bottom: 20px
}

.ipWidget:after,
.ipWidget:before {
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.ipWidget blockquote,
.ipWidget dd,
.ipWidget dl,
.ipWidget dt,
.ipWidget li,
.ipWidget ol,
.ipWidget p,
.ipWidget pre,
.ipWidget ul {
    border: none;
    margin: 0;
    padding: 0
}

.ipWidget:last-child {
    margin-bottom: 0
}

.ipWidget .quote {
    color: #000;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    margin: 1em;
    text-align: center
}

.ipModuleForm .btn-default,
.ipModuleForm textarea.form-control,
.ipWidget .button,
.ipWidget .note,
.ipWidget table {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}

.ipWidget .note,
.ipWidget table,
.ipWidget tbody tr:first-child td,
.ipWidget td,
.ipWidget th,
.ipWidget thead td {
    font-size: 14px
}

.ipWidget .note {
    background-color: transparent;
    border-left-color: #747474;
    border-left-style: solid;
    border-left-width: 2px;
    color: #000;
    margin-bottom: 1em;
    padding-left: 1em
}

.ipWidget ol,
.ipWidget ul {
    list-style-position: inside;
    margin: 0 0 1em 1em
}

.ipWidget .button {
    background-color: #019bd4;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: .5em 1em;
    text-decoration: none
}

.ipWidget .button:hover {
    -webkit-box-shadow: 0 0 0 1px #019bd4 inset;
    box-shadow: 0 0 0 1px #019bd4 inset;
    background: #01516e
}

.ipWidget .button a {
    color: inherit
}

.ipWidget .button a:hover {
    text-decoration: inherit
}

.ipWidget ul {
    list-style-type: square
}

.ipWidget ol ol,
.ipWidget ul ul {
    margin-bottom: 0
}

.ipWidget li {
    line-height: 1.5;
    margin-bottom: 5px
}

.ipWidget p+ol,
.ipWidget p+ul {
    margin-top: -.5em
}

.ipWidget a {
    text-decoration: none
}

.ipWidget table {
    border-collapse: collapse;
    color: #000;
    margin-bottom: 1em;
    width: 100%
}

.ipWidget table p {
    line-height: normal;
    margin: 0
}

.ipWidget td {
    padding: 9px
}

.ipWidget thead+tbody tr:first-child td {
    background-color: transparent;
    border-bottom: 1px solid #8e8e8e;
    color: inherit;
    font-size: 14px;
    font-weight: 400
}

.ipWidget ol:last-child,
.ipWidget p:last-child,
.ipWidget ul:last-child {
    margin-bottom: 0
}

.ipModuleForm fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

.ipModuleForm legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 21px;
    line-height: inherit;
    color: #000;
    border: 0;
    border-bottom: 1px solid #747474
}

.ipModuleForm label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.ipModuleForm input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

.ipModuleForm input[type=radio],
.ipModuleForm input[type=checkbox] {
    margin: 1px 0 0;
    line-height: normal
}

.ipModuleForm .form-control,
.ipModuleForm output {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    display: block
}

.ipModuleForm input[type=file] {
    display: block
}

.ipModuleForm input[type=range] {
    display: block;
    width: 100%
}

.ipModuleForm select[multiple],
.ipModuleForm select[size] {
    height: auto
}

.ipModuleForm input[type=radio]:focus,
.ipModuleForm input[type=checkbox]:focus,
.ipModuleForm input[type=file]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.ipModuleForm output {
    padding-top: 7px
}

.ipModuleForm .form-control {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #747474;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.ipModuleForm .form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6)
}

.ipModuleForm .form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.ipModuleForm .form-control:-ms-input-placeholder {
    color: #777
}

.ipModuleForm .form-control::-webkit-input-placeholder {
    color: #777
}

.ipModuleForm .has-success .checkbox,
.ipModuleForm .has-success .checkbox-inline,
.ipModuleForm .has-success .control-label,
.ipModuleForm .has-success .form-control-feedback,
.ipModuleForm .has-success .help-block,
.ipModuleForm .has-success .radio,
.ipModuleForm .has-success .radio-inline {
    color: #3c763d
}

.ipModuleForm .form-control[disabled],
.ipModuleForm .form-control[readonly],
fieldset[disabled] .ipModuleForm .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.ipModuleForm .form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .ipModuleForm input[type=date],
    .ipModuleForm input[type=time],
    .ipModuleForm input[type=datetime-local],
    .ipModuleForm input[type=month] {
        line-height: 35px
    }

    .input-group-sm .ipModuleForm input[type=date],
    .input-group-sm .ipModuleForm input[type=time],
    .input-group-sm .ipModuleForm input[type=datetime-local],
    .input-group-sm .ipModuleForm input[type=month],
    .ipModuleForm input[type=date].input-sm,
    .ipModuleForm input[type=time].input-sm,
    .ipModuleForm input[type=datetime-local].input-sm,
    .ipModuleForm input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg .ipModuleForm input[type=date],
    .input-group-lg .ipModuleForm input[type=time],
    .input-group-lg .ipModuleForm input[type=datetime-local],
    .input-group-lg .ipModuleForm input[type=month],
    .ipModuleForm input[type=date].input-lg,
    .ipModuleForm input[type=time].input-lg,
    .ipModuleForm input[type=datetime-local].input-lg,
    .ipModuleForm input[type=month].input-lg {
        line-height: 46px
    }
}

.ipModuleForm .checkbox,
.ipModuleForm .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.ipModuleForm .checkbox label,
.ipModuleForm .radio label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.ipModuleForm .checkbox input[type=checkbox],
.ipModuleForm .checkbox-inline input[type=checkbox],
.ipModuleForm .radio input[type=radio],
.ipModuleForm .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px
}

.ipModuleForm .checkbox+.checkbox,
.ipModuleForm .radio+.radio {
    margin-top: -5px
}

.ipModuleForm .checkbox-inline,
.ipModuleForm .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.ipModuleForm .checkbox-inline+.checkbox-inline,
.ipModuleForm .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.ipModuleForm .checkbox-inline.disabled,
.ipModuleForm .checkbox.disabled label,
.ipModuleForm .radio-inline.disabled,
.ipModuleForm .radio.disabled label,
.ipModuleForm input[type=radio].disabled,
.ipModuleForm input[type=radio][disabled],
.ipModuleForm input[type=checkbox].disabled,
.ipModuleForm input[type=checkbox][disabled],
fieldset[disabled] .ipModuleForm .checkbox label,
fieldset[disabled] .ipModuleForm .checkbox-inline,
fieldset[disabled] .ipModuleForm .radio label,
fieldset[disabled] .ipModuleForm .radio-inline,
fieldset[disabled] .ipModuleForm input[type=radio],
fieldset[disabled] .ipModuleForm input[type=checkbox] {
    cursor: not-allowed
}

.ipModuleForm .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.ipModuleForm .form-control-static.input-lg,
.ipModuleForm .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.ipModuleForm .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.ipModuleForm .input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].ipModuleForm .input-sm,
textarea.ipModuleForm .input-sm {
    height: auto
}

.ipModuleForm .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.ipModuleForm .form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].ipModuleForm .form-group-sm .form-control,
textarea.ipModuleForm .form-group-sm .form-control {
    height: auto
}

.ipModuleForm .form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.ipModuleForm .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px
}

select.ipModuleForm .input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].ipModuleForm .input-lg,
textarea.ipModuleForm .input-lg {
    height: auto
}

.ipModuleForm .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px
}

select.ipModuleForm .form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].ipModuleForm .form-group-lg .form-control,
textarea.ipModuleForm .form-group-lg .form-control {
    height: auto
}

.ipModuleForm .form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.ipModuleForm .has-feedback {
    position: relative
}

.ipModuleForm .has-feedback .form-control {
    padding-right: 43.75px
}

.ipModuleForm .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none
}

.ipModuleForm .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.ipModuleForm .input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.ipModuleForm .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.ipModuleForm .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.ipModuleForm .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.ipModuleForm .has-warning .checkbox,
.ipModuleForm .has-warning .checkbox-inline,
.ipModuleForm .has-warning .control-label,
.ipModuleForm .has-warning .form-control-feedback,
.ipModuleForm .has-warning .help-block,
.ipModuleForm .has-warning .radio,
.ipModuleForm .has-warning .radio-inline {
    color: #8a6d3b
}

.ipModuleForm .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.ipModuleForm .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.ipModuleForm .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.ipModuleForm .has-error .checkbox,
.ipModuleForm .has-error .checkbox-inline,
.ipModuleForm .has-error .control-label,
.ipModuleForm .has-error .form-control-feedback,
.ipModuleForm .has-error .help-block,
.ipModuleForm .has-error .radio,
.ipModuleForm .has-error .radio-inline {
    color: #b80000
}

.ipModuleForm .has-error .form-control {
    border-color: #b80000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.ipModuleForm .has-error .form-control:focus {
    border-color: #850000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff1f1f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff1f1f
}

.ipModuleForm .has-error .input-group-addon {
    color: #b80000;
    border-color: #b80000;
    background-color: #f2dede
}

.ipModuleForm .has-feedback label~.form-control-feedback {
    top: 26px
}

.ipModuleForm .has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.ipModuleForm .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .ipModuleForm .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .ipModuleForm .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .ipModuleForm .form-inline .form-control-static {
        display: inline-block
    }

    .ipModuleForm .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .ipModuleForm .form-inline .input-group .form-control,
    .ipModuleForm .form-inline .input-group .input-group-addon,
    .ipModuleForm .form-inline .input-group .input-group-btn {
        width: auto
    }

    .ipModuleForm .form-inline .input-group>.form-control {
        width: 100%
    }

    .ipModuleForm .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .ipModuleForm .form-inline .checkbox,
    .ipModuleForm .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .ipModuleForm .form-inline .checkbox label,
    .ipModuleForm .form-inline .radio label {
        padding-left: 0
    }

    .ipModuleForm .form-inline .checkbox input[type=checkbox],
    .ipModuleForm .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .ipModuleForm .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .ipModuleForm .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.ipModuleForm .form-horizontal .checkbox,
.ipModuleForm .form-horizontal .checkbox-inline,
.ipModuleForm .form-horizontal .radio,
.ipModuleForm .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.ipModuleForm .form-horizontal .checkbox,
.ipModuleForm .form-horizontal .radio {
    min-height: 28px
}

.ipModuleForm .form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px
}

.ipModuleForm .input-group-btn:last-child>.btn,
.ipModuleForm .input-group-btn:last-child>.btn-group,
.ipModuleForm .input-group-btn>.btn+.btn {
    margin-left: -1px
}

.ipModuleForm .form-horizontal .has-feedback .form-control-feedback {
    right: 20px
}

@media (min-width:768px) {
    .ipModuleForm .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }

    .ipModuleForm .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.ipModuleForm .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.ipModuleForm .input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.ipModuleForm .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.ipModuleForm .input-group-lg>.form-control,
.ipModuleForm .input-group-lg>.input-group-addon,
.ipModuleForm .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px
}

select.ipModuleForm .input-group-lg>.form-control,
select.ipModuleForm .input-group-lg>.input-group-addon,
select.ipModuleForm .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].ipModuleForm .input-group-lg>.form-control,
select[multiple].ipModuleForm .input-group-lg>.input-group-addon,
select[multiple].ipModuleForm .input-group-lg>.input-group-btn>.btn,
textarea.ipModuleForm .input-group-lg>.form-control,
textarea.ipModuleForm .input-group-lg>.input-group-addon,
textarea.ipModuleForm .input-group-lg>.input-group-btn>.btn {
    height: auto
}

.ipModuleForm .input-group-sm>.form-control,
.ipModuleForm .input-group-sm>.input-group-addon,
.ipModuleForm .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.ipModuleForm .input-group-sm>.form-control,
select.ipModuleForm .input-group-sm>.input-group-addon,
select.ipModuleForm .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].ipModuleForm .input-group-sm>.form-control,
select[multiple].ipModuleForm .input-group-sm>.input-group-addon,
select[multiple].ipModuleForm .input-group-sm>.input-group-btn>.btn,
textarea.ipModuleForm .input-group-sm>.form-control,
textarea.ipModuleForm .input-group-sm>.input-group-addon,
textarea.ipModuleForm .input-group-sm>.input-group-btn>.btn {
    height: auto
}

.ipModuleForm .input-group .form-control,
.ipModuleForm .input-group-addon,
.ipModuleForm .input-group-btn {
    display: table-cell
}

.ipModuleForm .input-group .form-control:not(:first-child):not(:last-child),
.ipModuleForm .input-group-addon:not(:first-child):not(:last-child),
.ipModuleForm .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.ipModuleForm .input-group-addon,
.ipModuleForm .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.ipModuleForm .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: #dadada;
    border: 1px solid #747474;
    border-radius: 3px
}

.ipModuleForm .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.ipModuleForm .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 3px
}

.ipModuleForm .input-group-addon input[type=radio],
.ipModuleForm .input-group-addon input[type=checkbox] {
    margin-top: 0
}

.ipModuleForm .input-group .form-control:first-child,
.ipModuleForm .input-group-addon:first-child,
.ipModuleForm .input-group-btn:first-child>.btn,
.ipModuleForm .input-group-btn:first-child>.btn-group>.btn,
.ipModuleForm .input-group-btn:first-child>.dropdown-toggle,
.ipModuleForm .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.ipModuleForm .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.ipModuleForm .input-group-addon:first-child {
    border-right: 0
}

.ipModuleForm .input-group .form-control:last-child,
.ipModuleForm .input-group-addon:last-child,
.ipModuleForm .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.ipModuleForm .input-group-btn:first-child>.btn:not(:first-child),
.ipModuleForm .input-group-btn:last-child>.btn,
.ipModuleForm .input-group-btn:last-child>.btn-group>.btn,
.ipModuleForm .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.ipModuleForm .input-group-addon:last-child {
    border-left: 0
}

.ipModuleForm .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.ipModuleForm .input-group-btn>.btn {
    position: relative
}

.ipModuleForm .input-group-btn>.btn:active,
.ipModuleForm .input-group-btn>.btn:focus,
.ipModuleForm .input-group-btn>.btn:hover {
    z-index: 2
}

.ipModuleForm .input-group-btn:first-child>.btn,
.ipModuleForm .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.ipModuleForm .progress {
    overflow: hidden;
    height: 21px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.ipModuleForm .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #019bd4;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.ipModuleForm .progress-bar-striped,
.ipModuleForm .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.ipModuleForm .progress-bar.active,
.ipModuleForm .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

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

.ipModuleForm .form-group {
    margin-bottom: 20px
}

.ipModuleForm .form-group.type-blank,
.ipModuleForm .progress {
    margin-bottom: 0
}

.ipModuleForm .form-control,
.ipModuleForm .input-group {
    max-width: 380px
}

.ipModuleForm textarea.form-control {
    height: 10em
}

.ipModuleForm .help-hint {
    background-color: #747474;
    color: #fff;
    display: none;
    font-size: 12px;
    padding: 4px 10px 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 1
}

.ipModuleForm .form-group:hover .help-hint {
    display: block
}

.ipModuleForm .help-error {
    background-color: #b80000;
    color: #fff;
    display: none;
    font-size: 12px;
    max-width: 380px;
    padding: 4px 10px 2px;
    width: 100%
}

.ipModuleForm .has-error .help-error {
    display: block
}

.ipModuleForm .captcha img {
    display: block;
    max-width: 100%
}

.ipModuleForm .form-group.type-blank label,
.ipModuleForm .form-group.type-submit label {
    display: none
}

.ipModuleForm .form-group.type-blank .help-error {
    margin-bottom: 20px
}

.ipModuleForm ._file {
    background-color: #dadada;
    border: 1px solid #747474;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 5px;
    max-width: 380px;
    min-height: 20px;
    padding: .5em;
    position: relative;
    word-wrap: break-word
}

.ipModuleForm ._file .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.ipModuleForm ._file .close:focus,
.ipModuleForm ._file .close:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

.ipModuleForm ._file button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.ipModuleForm ._file ._error {
    color: #b80000;
    font-size: 12px
}

.ipModuleForm .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.homeHeadline,
.ipWidget-File a,
.languages .active a,
.logo a,
.sidenav nav .active>a,
.sidenav nav .crumb>a {
    font-weight: 700
}

.ipModuleForm .btn-default {
    background: #019bd4;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin: 0;
    padding: .5em 1em
}

.ipModuleForm .btn-default:hover {
    -webkit-box-shadow: 0 0 0 1px #019bd4 inset;
    box-shadow: 0 0 0 1px #019bd4 inset;
    background: #01516e;
    text-decoration: inherit
}

@media (min-width:768px) {

    .ipModuleForm.form-inline .form-control-static,
    .ipModuleForm.form-inline .form-group {
        display: inline-block
    }

    .ipModuleForm.form-inline .control-label,
    .ipModuleForm.form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .ipModuleForm.form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .ipModuleForm.form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .ipModuleForm.form-inline .input-group .form-control,
    .ipModuleForm.form-inline .input-group .input-group-addon,
    .ipModuleForm.form-inline .input-group .input-group-btn {
        width: auto
    }

    .ipModuleForm.form-inline .input-group>.form-control {
        width: 100%
    }

    .ipModuleForm.form-inline .checkbox,
    .ipModuleForm.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .ipModuleForm.form-inline .checkbox label,
    .ipModuleForm.form-inline .radio label {
        padding-left: 0
    }

    .ipModuleForm.form-inline .checkbox input[type=checkbox],
    .ipModuleForm.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .ipModuleForm.form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .ipModuleForm.form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.ipModuleForm.form-horizontal .checkbox,
.ipModuleForm.form-horizontal .checkbox-inline,
.ipModuleForm.form-horizontal .radio,
.ipModuleForm.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.ipModuleForm.form-horizontal .checkbox,
.ipModuleForm.form-horizontal .radio {
    min-height: 28px
}

.ipModuleForm.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px
}

.homeHeadline,
.ipBlock .ipbExampleContent .ipbDefault {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center
}

.ipModuleForm.form-horizontal .has-feedback .form-control-feedback {
    right: 20px
}

@media (min-width:768px) {
    .ipModuleForm.form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }

    .ipModuleForm.form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.ipBlock {
    min-height: 10px
}

.ipBlock.ipbEmpty {
    min-height: 30px;
    outline: #000 dashed 1px
}

.ipBlock.ipbEmpty:hover {
    outline-color: #019bd4
}

.ipBlock .ipbExampleContent {
    position: relative
}

.ipBlock .ipbExampleContent:after {
    background-color: #e3e3e3;
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: .3;
    filter: alpha(opacity=30);
    top: 0;
    width: 100%
}

.ipBlock .ipbExampleContent .ipWidget:hover {
    outline: 0
}

.ipBlock .ipbExampleContent .ipbDefault {
    color: #2f313f;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    visibility: hidden;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.ipBlock .ipbExampleContent .ipbUser {
    position: relative;
    margin-top: -50px;
    height: 50px;
    overflow: hidden
}

.ipBlock .ipbExampleContent:hover .ipbDefault {
    visibility: visible
}

.ipBlock .ipbExampleContent:hover .ipbUser {
    visibility: hidden
}

.breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "→";
    padding: 0 .5em;
    color: #000
}

.breadcrumb>.active {
    color: #000
}

.ipWidget-Columns ._container {
    margin: 0 -10px
}

.ipWidget-Columns ._col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding: 0 10px;
    position: relative
}

.ipFAQList .description {
    font-size: 16px
}

@media screen and (max-width:768px) {
    .ipWidget-Columns ._col {
        float: none;
        margin-bottom: 20px;
        width: auto !important
    }

    .ipWidget-Columns ._col:last-child {
        margin-bottom: 0
    }
}

.ipWidget-Divider.ipSkin-default {
    border-bottom: 1px solid #747474;
    height: 0
}

.ipWidget-Divider.ipSkin-space {
    height: 25px
}

.ipWidget-File ul {
    list-style: none;
    margin-left: 0
}

.ipWidget-File a {
    color: #019bd4
}

.ipWidget-File a:hover {
    text-decoration: underline
}

.ipWidget-Form .ipwThankYou {
    border: 1px solid #888;
    padding: 20px 25px
}

.ipWidget-Gallery {
    margin-bottom: 0
}

.ipWidget-Gallery ._container {
    list-style: none;
    margin: 0 -10px
}

.ipWidget-Gallery ._item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 24.99%
}

.ipWidget-Gallery ._image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%
}

@media screen and (max-width:480px) {
    .ipWidget-Gallery ._container {
        margin: 0 -10px
    }

    .ipWidget-Gallery ._item {
        margin-bottom: 20px;
        padding: 0 10px;
        width: 50%
    }
}

.ipWidget-Html {
    max-width: 100%
}

.ipWidget-Image img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    max-width: 100%
}

.ipWidget-Text pre,
.ipWidget-Text table {
    max-width: 100%;
    overflow: auto
}

.ipWidget-Heading {
    margin-bottom: 10px;
    margin-top: 30px
}

.ipWidget-Heading:first-child {
    margin-top: 0
}

.ipWidget-Heading a {
    color: #000;
    text-decoration: inherit
}

.ipWidget-Heading a:hover {
    text-decoration: underline
}

.button2,
a {
    text-decoration: none
}

[class*=" col_"],
[class^=col_] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative
}

[class*=" col_"] .grid,
[class^=col_] .grid {
    margin: 0 -10px
}

.hidden {
    display: none !important
}

body.rtl {
    direction: rtl
}

a {
    color: #019bd4
}

.left {
    float: left
}

.right {
    float: right
}

.wrapper>footer p {
    margin: 0
}

.homerow {
    border-top: 1px solid #747474;
    padding-top: 20px
}

.side {
    clear: left
}

@media screen and (max-width:979px) {
    .main+.side {
        border-top: 1px solid #747474;
        padding-top: 20px
    }
}

.sidenav {
    margin-bottom: 0
}

.sidenav nav>ul {
    margin-bottom: 40px
}

.logo a {
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px
}

.homeHeadline {
    font-size: 60px;
    margin: 20px 0
}

.homeDescription,
.homeDescription p {
    margin-bottom: 20px
}

@media screen and (max-width:479px) {
    .homeHeadline {
        font-size: 40px
    }
}

.homeDescription {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px
}

.homeDescription p:last-child {
    margin-bottom: 0
}

.button2 {
    background-color: #ddd;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: .5em 1em
}

.button2:hover {
    -webkit-box-shadow: 0 0 0 1px #aaa inset;
    box-shadow: 0 0 0 1px #aaa inset;
    background: #ccc
}

.button2 a {
    color: inherit
}

.button2 a:hover {
    text-decoration: inherit
}

.languages a:hover,
.sidenav nav a:hover {
    text-decoration: underline
}

.topmenuPopup {
    background-color: #fff;
    border: 1px solid #747474;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.languages,
.languages li {
    display: inline-block
}

.languages {
    margin-left: 20px
}

.languages ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.languages a,
.sidenav nav a {
    color: #019bd4;
    display: block
}

.languages a {
    padding: .5em .25em;
    white-space: nowrap
}

.sidenav nav {
    font-size: 14px
}

.sidenav nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidenav nav ul ul {
    margin-left: 1em
}

.sidenav nav a {
    margin-bottom: 10px
}

.sidenav nav .crumb>a {
    color: #000
}

.sidenav nav.collapse .level1 ul {
    display: none
}

.sidenav nav.collapse .active>ul,
.sidenav nav.collapse .crumb>ul {
    display: block
}

.ipWidget-File li {
    background: url(img/icon_download.gif) left center no-repeat;
    margin-bottom: 4px;
    padding-left: 25px
}

.side .ipWidget-Gallery li {
    width: 50%
}