/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0, 0%, 100%, .75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
    background: #fff
}

.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
    opacity: .6
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

button[disabled], html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.video__container {
 max-width: 900px;
 width: 100%;
 display: block;
 margin: 0 auto;
}
.video__block {
 position: relative;
 width: 100%;
 height: 0;
 /* padding-bottom: 56.25%; */
 /* background-color: #000000; */
 padding-bottom: 55.557%;
 display: block;
 margin: 0 auto;
}
.video__link {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.video__media {
 top: 0;
 left: 0;
 position: absolute;
 width: 100%;
 height: 100%;
 -o-object-fit: contain;
 object-fit: contain;
 object-position: center; 
}
.video__button {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 1;
 display: none;
 padding: 0;
 width: 68px;
 height: 48px;
 border: none;
 background-color: transparent;
 transform: translate(-50%, -50%);
 cursor: pointer;
}
.video__button-shape {
 fill: #212121;
 fill-opacity: 0.8;
}
.video__button-icon {
 fill: #ffffff;
}
.video__button:focus {
 outline: none;
}
.video__block:hover .video__button-shape,
.video__button:focus .video__button-shape {
 fill: #ff0000;
 fill-opacity: 1;
}
/* Enabled */
.video--enabled {
 cursor: pointer;
}
.video--enabled .video__button {
 display: block;
}

/*=== VIMEO START ===*/
.carousel-col-box {
 display: block;
 position: relative;
 width: 100%; 
 float: left;
}
.carousel-col-box img {
 max-width: 100%;
 height: auto;    
}
.multiple-items {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
.multiple-items.slick-initialized {
 display: block;
}
.slider-col {
 min-width: 25%;
}
.multiple-items.slick-initialized .slider-col {
 min-width: 1px !important;
}
.slider-col {
 min-width: 25%;
}

.bottom__panel {
 bottom: 0;
 background: #ffff;
 border-top: 1px solid #e6e6e6;
 height: 70px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
 -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
 -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
 transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
 -webkit-transform: translateY(80px);
 -moz-transform: translateY(80px);
 -ms-transform: translateY(80px);
 -o-transform: translateY(80px);
 transform: translateY(80px);  
 position: fixed;
 z-index: 200;
 width: 100%;
}
.bottom__panel.is-show {
 -webkit-transform: translateY(0);
 -moz-transform: translateY();
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);  
}
.bottom__panel--content {
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex; 
}
.bottom__panel-content--text {
  white-space: nowrap;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
}
.bottom__panel-content--text p {
 margin: 0 !important;
}
.bottom__panel-content--action {
 -webkit-flex-shrink: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0; 
}
.bottom__panel-content--link {
 padding: 6px 29px 0 !important;
 min-width: 1px !important;
 height: 42px !important;
}

@media (max-width: 991px) {
 .slider-col {
  min-width: 33.33333333%;
 }
}
@media (max-width: 639px) {
 .slider-col {
  min-width: 50%;
 }
}


.new-c-video {
 display: none;
 z-index: 6;
 background: #f9f4f3;
 padding: 8px 8px 7px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 position: absolute;
 z-index: 2;
 top: 23px;
 left: 22px; 
}

body:not(.mobile) .new-c-video {
 display: block;
}

.new-c-play {
 width: 43px;
 text-transform: uppercase;
 color: #000;
 text-align: center;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 font-size: 10px;
 font-weight: bold;
 text-align: center;
 letter-spacing: 2px;
 -webkit-transition: opacity .2s, visibility .2s;
 -o-transition: opacity .2s, visibility .2s;
 transition: opacity .2s, visibility .2s;
}

.new-c-play::before {
 content: "";
 display: block;
 background: url('../img/video-icon.png') no-repeat;
 -webkit-background-size: contain;
 -o-background-size: contain;
 background-size: contain;
 width: 40px;
 height: 25px;
 margin: 0 auto 2px;
}

.video-vimeo {
 position: absolute;
 left: 0;
 top: 0;
 display: block;
 width: 100%;
 height: 100%;
 overflow: hidden;
 z-index: 5;
 -webkit-transition: opacity .2s, visibility .2s;
 -o-transition: opacity .2s, visibility .2s;
 transition: opacity .2s, visibility .2s;
 opacity: 0;
 visibility: hidden;
 background: url('../img/loader1.gif') no-repeat center;
 -webkit-background-size: 64px;
      -o-background-size: 64px;
         background-size: 64px;
 /*background: #e0e4ef;*/
}

.video-vimeo-play .video-vimeo {
 opacity: 1;
 visibility: visible;
}

.video-vimeo iframe,
.video-vimeo embed,
.video-vimeo object,
.video-vimeo video {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
 z-index: 1;
}
.video-vimeo-overlay {
 display: block;
 width: 100%;
 height: 100%;
 z-index: 12;
 position: absolute;
 left: 0;
 top: 0;
}
.container-video-playd .new-c-video {
 opacity: 0;
 visibility: hidden;
}
.container-video-playd > img {
 opacity: 0;
 visibility: hidden;
}
.videoPlayMob {
 display: none;
 z-index: 50;
 background: rgba(211, 176, 166, .75);
 -webkit-border-radius: 5px;
 border-radius: 5px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 cursor: pointer;
 position: absolute;
 left: 50%;
 top: 50%;
 width: 85px;
 height: 60px;
 margin-left: -42.5px;
 margin-top: -30px;
}

.videoPlayMob svg {
 fill: #fff;
 width: 20px;
 height: 20px;
}

.mobile .videoPlayMob {
 display: block;
}

.videoPlayMob .play-icon, .videoPlayMob .pause-icon {
 width: 20px;
 height: 20px;
 margin: 20px auto;
 display: block;
}

.videoPlayMob .pause-icon {
 display: none;
}

.videoPlayMob.is-active .play-icon {
 display: none;
}

.videoPlayMob.is-active .pause-icon {
 display: block;
}
.carousel-col-video:hover img {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: .6;
}
.carousel-col-video img {
    max-width: 255px;
    max-height: 350px;
    margin: 0 auto;
    display: inherit;
}
.catalog-slider {
 display: block;
 width: 100%;
}
.catalog-slider .carousel-col-video img,
.catalog-slider .carousel-cell img {
 max-height: inherit !important;
 margin: 0 auto;
 display: block !important;
 max-width: 100% !important; 
}
/*add*/
.slider-style,
.slider-style div,
.slider-style span, 
.slider-style ul,
.slider-style li, 
.slider-style a,
.slider-style img, 
.slider-style iframe {
 outline: none !important;
}
.slider-style .slick-arrow {
 width: 44px;
 height: 44px;
 -webkit-border-radius: 50%;
         border-radius: 50%;
 border: 1px solid #cea89c;
 background-color: rgba(255, 255, 255, .4);
 cursor: pointer;
 -webkit-transition: all .3s linear;
 transition: all .3s linear; 
 z-index: 5;
}
.slider-style .slick-arrow:hover {
 background: #FFF;
}
.slider-style .slick-arrow::before {
 opacity: 1 !important;
 color: transparent !important;
 font-size: 25px;
}
.slider-style .slick-arrow.slick-prev::before {
 background: url('../img/arrow-left.svg') no-repeat;
}
.slider-style .slick-arrow.slick-next::before {
 background: url('../img/arrow-right.svg') no-repeat;
}
.slider-col {
 padding: 0 6px;
}
.slider-style .slick-arrow.slick-prev {
 left: -11px;
}
.slider-style .slick-arrow.slick-next {
 right: -11px;
}
.slider__container {
 margin-bottom: 40px;
}

.slider-style .slick-dots li button {
 width: 10px;
 height: 10px;
 background: #ccc;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.slider-style .slick-dots li {
 width: 10px;
 height: 10px;
 margin: 0 8px;
}
.slider-style .slick-dots li.slick-active button {
 background: #333;
}
.slider-style .slick-dots li button::before {
 display: none;
}
.sliderCatalog img {
 width: 80%;
 margin: 0 auto;
}
.sliderCatalog .slick-prev {
 left: 48px !important;
}
.sliderCatalog .slick-next {
 right: 48px !important;
}

@media (min-width: 1320px) {
 .container-full-width {
  width: 1300px !important;
 }
}
/*=== VIMEO END ===*/



@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

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

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

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

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

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}

body {
    font-size: 17px;
    min-width: 320px;
    position: relative;
    font-family: ITCNewVeljovicProCnRegular, sans-serif;
    overflow-x: hidden;
    color: #252525
}

main {
    overflow-x: hidden
}

h1 {
    font-family: ITCNewVeljovicProCnRegular;
    text-align: center;
    line-height: 1.2;
    font-size: 36px;
    color: #5f7081;
    letter-spacing: .6px
}

h2 {
    font-family: ITCNewVeljovicProCnRegular;
    text-align: center;
    line-height: 1.2;
    font-size: 22px;
    color: #252525
}

.title_p {
    font-family: ITCNewVeljovicProCnRegular;
    text-align: center;
    line-height: 1.2;
    font-size: 22px;
    color: #252525;
    padding-top: 15px
}

h1, h2, p, span {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

input[placeholder] {
    font: 18px/50px ITCNewVeljovicProCnRegular, sans-serif;
    color: #8f8f8f
}

textarea[placeholder] {
    font: 18px ITCNewVeljovicProCnRegular, sans-serif
}

select {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #d4d9df;
    background: #f8f9fa
}

select:focus {
    outline: 0
}

input::-webkit-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s ease;
    transition: text-indent .3s ease
}

input::-moz-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s ease;
    transition: text-indent .3s ease
}

input:-moz-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s ease;
    transition: text-indent .3s ease
}

input:-ms-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s ease;
    transition: text-indent .3s ease
}

input:focus::-webkit-input-placeholder {
    text-indent: 1000px;
    -webkit-transition: text-indent .3s ease;
    transition: text-indent .3s ease
}

input:focus::-moz-placeholder {
    text-indent: 1000px;
    -webkit-transition: text-indent .3s ease;
    transition: text-indent .3s ease
}

input:focus:-moz-placeholder {
    text-indent: 1000px;
    -webkit-transition: text-indent .3s ease;
    transition: text-indent .3s ease
}

input:focus:-ms-input-placeholder {
    text-indent: 1000px;
    -webkit-transition: text-indent .3s ease;
    transition: text-indent .3s ease
}

.accent {
    color: #cea89c
}

.action_color {
    color: #5f7081
}

.darkblue {
    color: #5f7081
}

.lightblue {
    color: #465065
}

.colormenu {
    color: #263742
}

.lightgrey {
    color: #9aa0ab
}

.pink {
    color: #f0454c
}

.ultragrey {
    color: #feffff
}

.white {
    color: #fff
}

.ultra_lightgrey {
    color: #fffefe
}

.darkgrey {
    color: #ccc
}

.brown {
    color: #cea89c
}

.darkbrown {
    color: #8f8f8f
}

.lightdark {
    color: #303030
}

.dark {
    color: #252525
}

.white {
    color: #fff
}

.gold {
    color: #ffc138
}

.red {
    color: #be2b2b
}

.green {
    color: #93cc1a
}

.sea {
    color: #26cbbe
}

.blue {
    color: #5f7081
}

.grey {
    color: #fbf9f3
}

.text_shdow {
    text-shadow: 13px 0 20px rgba(0, 0, 0, .17)
}

.box_shdow {
    -webkit-box-shadow: 13px 0 20px rgba(0, 0, 0, .17);
    box-shadow: 13px 0 20px rgba(0, 0, 0, .17)
}

.title__section {
    line-height: 140%;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px
}

.padding__section {
    padding-top: 82px;
    padding-bottom: 80px
}

.padding_h2 {
    padding-top: 30px
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

.hidden {
    display: none
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix {
    clear: both
}

.uppercase {
    text-transform: uppercase
}

.bold {
    font-weight: 700
}

.hover_green {
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.hover_green:hover {
    color: green;
    text-decoration: none
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.wrapp__centering {
    text-align: center
}

.centering {
    margin: 0 auto
}

.text_center {
    text-align: center
}

.button_action {
    display: inline-block;
    padding: 18px 29px 0;
    min-width: 260px;
    height: 65px;
    background: #cea89c;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #cea89c;
    font: 20px ITCNewVeljovicProCnRegular, sans-serif;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-align: center
}

.button_action:visited {
    text-decoration: none;
    color: #fff
}

.button_action:hover {
    background: #5f7081;
    border: 1px solid #5f7081;
    color: #fff;
    text-decoration: none
}

.button_action:active {
    text-decoration: none
}

.button_action:focus {
    outline: 0;
    text-decoration: none
}

input.button_action {
    padding-top: 0
}

#callback, .modal_catalog, #modal_catalog_register, #modal_quest {
    background: #fff;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 38px 45px 45px
}

#callback .title__section, .modal_catalog .title__section, #modal_quest .title__section {
    text-align: center
}

#callback input, .modal_catalog input, #modal_quest input {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    border: 1px solid #d4d9df;
    background: #f8f9fa;
    text-align: center
}

#callback input:focus, .modal_catalog input:focus, #modal_quest input:focus {
    outline: 0
}

#callback .button__action, .modal_catalog .button__action, #modal_quest .button__action {
    display: block;
    margin-bottom: 0;
    margin-top: 5px;
    background: #cea89c;
    width: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 47px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#callback .button__action:hover, .modal_catalog .button__action:hover, #modal_quest .button__action:hover {
    background: 0 0;
    color: #252525
}

#callback p, .modal_catalog p, #modal_catalog_register p, #modal_quest p {
    margin: 10px 0 20px
}

#callback .title__section, .modal_catalog .title__section, #modal_catalog_register .title__section, #modal_quest .title__section {
    font-size: 28px;
    letter-spacing: 1px
}

#callback label, .modal_catalog label, #modal_quest label {
    margin-bottom: 5px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

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

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) no-repeat scroll center center transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html {
    display: none
}

.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.modal__form {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-close {
    font-size: 38px
}

.lg-sub-html {
    background-color: rgba(95, 112, 129, .9);
    font-size: 28px
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: 1px solid #cea89c;
    background-color: rgba(255, 255, 255, .4);
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.flickity-prev-next-button:hover {
    background-color: #fff
}

.flickity-prev-next-button.previous {
    left: -2px
}

.flickity-prev-next-button.next {
    right: 2px
}

.lg-backdrop {
    background: rgba(37, 37, 37, .95)
}

.catalogCarousel .flickity-prev-next-button.previous {
    left: 48px
}

.catalogCarousel .flickity-prev-next-button.next {
    right: 48px
}

.trandCarousel .carousel-cell {
    cursor: pointer
}

.trandCarousel .carousel-cell:hover img {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: .6
}

#head {
    padding-top: 20px;
    padding-bottom: 20px
}

.icon_logo {
    font-size: 80px;
    color: #cea89c;
    padding-right: 20px
}

.icon_logo_name {
    position: absolute;
    top: -20px;
    font-size: 120px;
    color: #cea89c
}

.logo_text {
    padding-top: 12px
}

.logo_text p {
    width: 290px;
    font-size: 18px;
    color: #cea89c
}

.contacts {
    margin-top: -6px
}

.contacts p {
    margin-bottom: 5px;
    font-size: 25px
}

.head_button {
    display: inline-block;
    position: relative;
    width: 158px;
    height: 40px;
    padding-top: 5px;
    background: 0 0;
    color: #cea89c;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #cea89c;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 10
}

.head_button:hover {
    background-color: #5f7081;
    color: #fff;
    border-color: #5f7081;
    text-decoration: none
}

.head_button:focus {
    outline: 0
}

.padding_title_decor {
    padding-top: 15px;
    padding-bottom: 40px
}

#section_01 {
    position: relative;
    padding-top: 130px;
    padding-bottom: 118px;
    background: url(../img/bg-main.jpg) no-repeat 50% 0;
    background-size: cover
}

#section_01:after, #section_01:before {
    position: absolute;
    top: 0;
    content: '';
    width: 186px;
    height: 1000px;
    background-repeat: repeat-y;
    background-image: url(../img/decor02.png);
    background-size: contain;
    z-index: 1;
    opacity: .2
}

#section_01:before {
    left: 0
}

#section_01:after {
    right: 0
}
.sec01_block01 {
    position: relative;
    z-index: 10;
}
.sec01_block01 h1 {
    max-width: 700px;
    font-size: 43px;
    padding-bottom: 40px;
    font-family: ITCNewVeljovicProCnBold
}

.sec01_block01 ul {
    padding-bottom: 40px
}

.sec01_block01 ul li {
    font-size: 22px;
    line-height: 2.3;
    color: #252525
}

.sec01_block01 ul i {
    font-size: 14px;
    color: #cea89c;
    padding-right: 20px
}

.sec01_block01 p {
    font-size: 28px;
    padding-bottom: 30px;
    color: #252525
}

.header_women {
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: 2;
    /* right: 450px; */
    width: 585px;
}
@media(min-width: 1200px) {
 .header_women {
  right: -webkit-calc(50% - 652px);
  right: calc(50% - 652px);
  width: 585px;
 }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
 .header_women {
  right: -webkit-calc(50% - 552px);
  right: calc(50% - 552px);
  width: 585px;
 }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
 .header_women {
  right: -webkit-calc(50% - 544px);
  right: calc(50% - 544px);
  width: 510px;
 }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
 .header_women {
  right: -webkit-calc(50% - 417px);
  right: calc(50% - 417px);
  width: 410px;
 }
}
@media screen and (max-width: 767px) and (min-width: 760px) {
 .header_women {
  right: -webkit-calc(50% - 394px);
  right: calc(50% - 394px);
  width: 300px;
 }
}
@media screen and (max-width: 759px) and (min-width: 601px) {
 .header_women {
  right: -webkit-calc(50% - 328px);
  right: calc(50% - 328px);
  width: 300px;
 }
}

.brown_button {
    min-width: 260px;
    padding: 0 29px;
    height: 65px;
    line-height: 59px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font: 21px ITCNewVeljovicProCnRegular
}

#section_02 {
    position: relative;
    padding-top: 30px;
    background: #f7f7f7;
    z-index: 10
}

.sec02_block {
    padding-bottom: 30px
}

.sec02_block p {
    display: inline-block;
    width: 230px;
    position: relative;
    left: 20px;
    line-height: 1.1;
    color: rgba(95, 112, 129, .6);
    font-size: 26px
}

.icon_transport {
    display: inline-block;
    font-size: 60px;
    color: rgba(95, 112, 129, .6)
}

.icon_factory-stock-house {
    display: inline-block;
    font-size: 60px;
    color: rgba(95, 112, 129, .6)
}

.icon_shapes {
    display: inline-block;
    font-size: 60px;
    color: rgba(95, 112, 129, .6)
}

#section_03, #backstage {
    position: relative;
    background: #fff;
    z-index: 10
}

/* #section_03 iframe, #backstage iframe {
    height: 490px;
    width: 80%
} */

.sec03_wrapp p {
    max-width: 750px
}

.decor_line {
    width: 400px;
    border-top: 1px solid rgba(95, 112, 129, .6)
}

.icon_title_decor_wrapp {
    width: 90px;
    background: #fff;
    position: relative;
    top: -31px;
    margin: 0 auto
}

.icon_title_decor_wrapp .icon_title_decor {
    font-size: 60px
}

.block_video_ico {
    position: absolute;
    top: 40%;
    left: 47%
}

#section_04 {
    position: relative;
    padding-bottom: 100px;
    background-repeat: repeat;
    background-image: url(../img/bg_sec04.jpg);
    background-size: contain
}

#section_04:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 35px;
    background-repeat: repeat-x;
    background-image: url(../img/decor01.png);
    background-size: contain
}

.sec04_wrapp img {
    padding-top: 15px;
    padding-bottom: 30px
}

.sec04_block {
    padding-top: 35px;
    padding-bottom: 35px
}

.sec04_block i {
    position: relative;
    font-size: 70px;
    color: #cea89c
}

.sec04_block .icon_logo_decor_number {
    position: relative;
    font-family: ITCNewVeljovicProCnBold;
    top: -60px;
    left: 28px;
    font-size: 26px
}

.sec04_block .sec04_title_text {
    position: relative;
    top: -113px;
    left: 90px;
    font-family: ITCNewVeljovicProCnBold;
    font-size: 26px
}

.sec04_block .sec04_text {
    position: absolute;
    max-width: 250px;
    font-family: ITCNewVeljovicProCnRegular;
    top: 80px;
    left: 105px;
    font-size: 17px
}

.sec04_title {
    max-width: 680px;
    padding-top: 80px;
    padding-bottom: 50px;
    font-size: 22px;
    color: #252525
}

.sec04_text {
    padding-bottom: 25px;
    font-size: 28px;
    color: #252525;
    font-family: ITCNewVeljovicProCnBold
}

.sec04_button {
    width: 260px;
    height: 65px;
    -webkit-border-radius: 32.5px;
    border-radius: 32.5px;
    font: 22px ITCNewVeljovicProCnRegular
}

#section_05 {
    padding-top: 50px;
    background-repeat: repeat-y;
    background-position: center;
    background-image: url(../img/bg_sec05.jpg);
    background-size: cover
}

.name_product {
    font-size: 24px;
    padding-bottom: 40px;
    color: #5f7081
}

.name_product2 {
    font-size: 24px;
    padding-bottom: 20px;
    color: #5f7081
}

.sec05_block_wrapper {
    padding-top: 50px;
    padding-bottom: 50px
}

.sec05_block {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px
}

.control_left {
    display: inline-block
}

.control_left i {
    position: absolute;
    left: 10px;
    bottom: 40%;
    font-size: 40px
}

.control_right {
    display: inline-block
}

.control_right i {
    position: absolute;
    right: 10px;
    bottom: 40%;
    font-size: 40px
}

.sec05_button {
    width: 298px;
    height: 65px;
    -webkit-border-radius: 32.5px;
    border-radius: 32.5px;
    font: 22px ITCNewVeljovicProCnRegular
}

.trandCarousel {
    position: relative;
    margin-bottom: 40px;
    z-index: 2
}

.trandCarousel .carousel-cell img {
    max-width: 255px;
    max-height: 350px;
    margin: 0 auto;
    display: inherit
}

#section_06 {
    position: relative;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/bg_sec06.jpg);
    background-size: cover
}

#section_06:after, #section_06:before {
    position: absolute;
    top: 0;
    content: '';
    width: 186px;
    height: 1000px;
    background-repeat: repeat-y;
    background-image: url(../img/decor02.png);
    background-size: contain;
    z-index: 0;
    opacity: .2
}

#section_06:before {
    left: 0
}

#section_06:after {
    right: 0
}

#section_06 .section06_foto {
    position: absolute;
    right: 0;
    bottom: -370px;
    z-index: 1
}

#section_06 select {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 355px;
    margin-bottom: 15px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #b3b3b3
}

#section_06 select option {
    text-align: center
}

.sec06_block1 h1 {
    padding-bottom: 40px
}

.sec06_block1 ul {
    padding-bottom: 20px
}

.sec06_block1 ul li {
    font-size: 22px;
    line-height: 2.3;
    color: #252525
}

.sec06_block1 ul i {
    font-size: 14px;
    color: #cea89c;
    padding-right: 20px
}

.sec06_block1 form {
    padding-left: 0
}

.sec06_block1 form input:focus {
    outline: 0
}

.sec06_form_name {
    display: block;
    width: 100%;
    max-width: 355px;
    margin-bottom: 15px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #b3b3b3
}

.sec06_form_tel {
    display: block;
    width: 100%;
    max-width: 355px;
    margin-bottom: 15px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #b3b3b3
}

.sec06_form_email {
    display: block;
    width: 100%;
    max-width: 355px;
    margin-bottom: 15px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #b3b3b3
}

.type_of_activity {
    display: block;
    width: 100%;
    max-width: 355px;
    margin-bottom: 40px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #b3b3b3
}

.sec06_button {
    min-width: 298px;
    height: 65px;
    -webkit-border-radius: 32.5px;
    border-radius: 32.5px;
    font: 22px ITCNewVeljovicProCnRegular;
    margin-bottom: 75px
}

.sec06_img_wrapp {
    position: relative;
    max-width: 500px;
    height: auto;
    border: 15px solid #fff;
    overflow: hidden;
    z-index: 2
}

.sec06_control_left {
    display: inline-block
}

.sec06_control_left i {
    position: absolute;
    left: 80px;
    bottom: 50%;
    font-size: 40px
}

.sec06_control_right {
    display: inline-block
}

.sec06_control_right i {
    position: absolute;
    right: 80px;
    bottom: 50%;
    font-size: 40px
}

.icon_brightness_1 {
    color: #d4d5d0;
    text-decoration: none
}

.icon_brightness_1:hover {
    color: #cea89c;
    text-decoration: none
}

.sec06_nav_slider {
    position: relative;
    top: -15px
}

.sec06_nav_slider a {
    margin-right: 15px;
    text-decoration: none
}

.sec06_nav_slider a:last-child {
    margin-right: 0
}

.catalogCarousel {
    position: relative;
    z-index: 3
}

.catalogCarousel .carousel-cell {
    width: 100%
}

.catalogCarousel .carousel-cell img {
    width: 80%
}

#section_07 {
    position: relative;
    padding-bottom: 80px;
    background-repeat: repeat;
    background-image: url(../img/bg_sec04.jpg);
    background-size: contain;
    z-index: 1
}

#section_07:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 35px;
    background-repeat: repeat-x;
    background-image: url(../img/decor01.png);
    background-size: contain
}

.sec07_wrapp_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px
}

.sec07_wrapp_block .sec07_polygon:last-child p {
    top: 20px
}

.sec07_wrapp_block .sec07_polygon:first-child p {
    top: 10px
}

.sec07_wrapp_block .sec07_polygon:nth-child(4) p {
    top: 10px
}

.sec07_polygon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 352px;
    height: 344px;
    margin: 0 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/img-bg-pg-sec07.png);
    background-size: contain
}

.sec07_polygon:hover .polygon_content p {
    color: #fff
}

.sec07_polygon:hover .polygon_content .polygon_content__hover {
    opacity: 1
}

.polygon_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: -20px;
    width: 261px;
    height: 248px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/sec07_polygon_white.png);
    background-size: contain
}

.polygon_content p {
    position: relative;
    display: inline-block;
    max-width: 190px;
    font: 22px ITCNewVeljovicProCnBold;
    color: #5f7081;
    text-align: center;
    z-index: 1;
    -webkit-transition: color .3s linear;
    transition: color .3s linear
}

.polygon_content .polygon_content__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 261px;
    height: 248px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/sec07_polygon.png);
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

#section_08 {
    padding-top: 50px
}

.sec08_wrapper h1 {
    max-width: 1000px
}

.sec08_map {
    padding-top: 30px
}

#section_09 {
    padding-top: 0
}

#section_09 .padding_title_decor {
    padding-bottom: 60px
}

.sec09_block {
    padding-bottom: 50px
}

.sec09_block i {
    position: absolute;
    font-size: 70px;
    top: 13px;
    color: #5f7081
}

.sec09_block_title {
    font-size: 26px;
    font-family: ITCNewVeljovicProCnBold;
    padding-left: 100px;
    padding-bottom: 10px;
    color: #303030
}

.sec09_block_text {
    font-size: 17px;
    padding-left: 100px
}

.sec09_wrapp_button p {
    max-width: 600px;
    font-size: 26px;
    color: #303030;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 30px
}

.sec09_button {
    max-width: 404px;
    height: 65px;
    -webkit-border-radius: 32.5px;
    border-radius: 32.5px;
    font: 22px ITCNewVeljovicProCnMd
}

#section_10 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/bg_sec10.jpg);
    background-size: cover;
    overflow: hidden
}

#section_10:after, #section_10:before {
    position: absolute;
    top: 0;
    content: '';
    width: 186px;
    height: 1700px;
    background-repeat: repeat-y;
    background-image: url(../img/decor02.png);
    background-size: contain;
    z-index: 1;
    opacity: .2
}

#section_10:before {
    left: 0
}

#section_10:after {
    right: 0
}

#section_10 .padding_title_decor {
    margin: 0 auto;
    padding-bottom: 55px
}

.sec10_block_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.team {
    margin: 0 13px 60px;
    text-align: center
}

.team_foto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 256px;
    height: 246px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/sec10_ellips.png);
    background-size: cover
}

.team_foto img {
    width: 190px;
    height: 190px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.team_name {
    margin: 10px 0 10px;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase
}

.sec10_text {
    font: 28px ITCNewVeljovicProCnBold;
    color: #5f7081
}

.sec11_block {
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 278px;
    height: 342px
}

.sec11_block_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sec12_location {
    position: relative;
    top: 55px;
    width: 259px;
    height: 158px;
    background: url(../img/location.png) no-repeat 0 0;
    background-size: cover
}

.sec12_location i {
    position: relative;
    color: #fff
}

.sec12_location p {
    position: relative;
    color: #fff;
    top: 0;
    right: 0
}

#section_13 {
    padding-top: 52px;
    padding-bottom: 56px;
    background: #404b57
}

#section_13 .sec13_wrapper h1 {
    position: relative;
    margin-top: -43px;
    z-index: 1
}

.sec13_wrapper h1 {
    color: #fff;
    font-size: 24px
}

.up {
    display: block;
    position: relative;
    top: -68px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-color: #404b57;
    text-align: center;
    line-height: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.up i {
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    margin-left: -18px;
    top: 7px;
    color: #fff
}

#footer {
    background: #5f7081
}

.footer_contact_left p {
    font-size: 16px;
    color: #fff
}

.footer_logo i {
    padding-right: 0;
    color: #fff
}

.footer_contact_right p {
    margin-bottom: 5px;
    font-size: 25px;
    color: #fff
}

.button_footer {
    display: inline-block;
    position: relative;
    width: 158px;
    height: 40px;
    padding-top: 5px;
    background: 0 0;
    color: #cea89c;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #cea89c;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 10
}

.button_footer:visited {
    text-decoration: none;
    color: #fff
}

.button_footer:hover {
    background: #cea89c;
    border: 1px solid #cea89c;
    color: #fff;
    text-decoration: none
}

.button_footer:active {
    text-decoration: none
}

.button_footer:focus {
    outline: 0;
    text-decoration: none
}

.padding_title_decor {
    opacity: .4
}

.sec05_block_wrapper {
    padding-top: 0
}

/* .header_women {
    right: 280px;
    width: 565px;
  } */


/* @media only screen and (max-width: 1919px) {
 .header_women {
  right: 100px;
  width: 565px;
 }
} */
@media only screen and (max-width: 1600px) {
    

    #section_01:before, #section_06:before, #section_10:before {
        left: -50px
    }

    #section_01:after, #section_06:after, #section_10:after {
        right: -50px
    }

    #section_06 .section06_foto {
        right: -7%
    }
}

@media only screen and (max-width: 1440px) {
    /* .header_women {
        width: 565px;
        right: 30px;
    } */

    #section_01:before, #section_06:before, #section_10:before {
        left: -90px
    }

    #section_01:after, #section_06:after, #section_10:after {
        right: -90px
    }

    #section_06 .section06_foto {
        right: -13%
    }
}

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

    #section_06 .section06_foto {
        right: -15%
    }
}

@media only screen and (max-width: 1280px) {
    /* .header_women {
      width: 565px;
      right: 0;
    } */

    #section_01:after, #section_01:before, #section_06:after, #section_06:before, #section_10:after, #section_10:before {
        width: 136px
    }

    #section_01:before, #section_06:before, #section_10:before {
        left: -70px
    }

    #section_01:after, #section_06:after, #section_10:after {
        right: -70px
    }

    #section_06 .section06_foto {
        right: -18%
    }
}

@media only screen and (max-width: 1199px) {
    /* .header_women {
     right: -40px;
     width: 510px;
    } */

    .sec04_block {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .sec04_block i {
        position: relative;
        font-size: 70px;
        color: #cea89c
    }

    .sec04_block .icon_logo_decor_number {
        position: relative;
        font-family: ITCNewVeljovicProCnBold;
        /*top: -66px;*/
        top: -62px;
        left: 28px;
        font-size: 26px
    }

    .sec04_block .sec04_title_text {
        position: relative;
        /*top: -129px;*/
        top: -107px;
        left: 80px;
        font-family: ITCNewVeljovicProCnBold;
        font-size: 22px
    }

    .sec04_block .sec04_text {
        position: absolute;
        width: 250px;
        font-family: ITCNewVeljovicProCnRegular;
        top: 70px;
        left: 95px;
        font-size: 17px
    }

    .sec04_block .sec07_block {
        padding-bottom: 20px;
        cursor: pointer
    }

    .sec04_block .sec07_block .img_polygon {
        display: none;
        width: 67%;
        position: absolute;
        top: 22px;
        left: 52px;
        z-index: 1
    }

    .sec04_block .sec07_block p {
        position: absolute;
        font-family: ITCNewVeljovicProCnBold;
        font-size: 18px;
        color: #5f7081;
        max-width: 119px;
        top: 70px;
        left: 97px;
        z-index: 2
    }

    .sec04_block .sec11_sert {
        position: relative;
        top: 2px;
        left: 6px;
        z-index: 8
    }

    .sec11_block {
        margin-bottom: 40px
    }

    #section_11.padding__section {
        padding-bottom: 40px
    }

    #section_06 .section06_foto {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    #section_01:after, #section_01:before, #section_06 .section06_foto, #section_06:after, #section_06:before, #section_10:after, #section_10:before {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    .logo_text {
        display: none
    }

    .contacts p {
        font-size: 22px
    }

    .sec01_block01 h1 {
        max-width: 600px;
        font-size: 34px;
        padding-bottom: 40px;
        font-family: ITCNewVeljovicProCnBold
    }

    .sec01_block01 ul {
        padding-bottom: 40px
    }

    .sec01_block01 ul li {
        font-size: 22px;
        line-height: 2.3;
        color: #252525
    }

    .sec01_block01 ul i {
        font-size: 14px;
        color: #cea89c;
        padding-right: 20px
    }

    .sec01_block01 p {
        font-size: 28px;
        padding-bottom: 30px;
        color: #252525
    }

    .header_women {
        /* display: inline-block;
        position: absolute;
        width: 410px; */
        z-index: 1;
    }

    .sec02_block {
        text-align: center
    }

    .sec02_block p {
        left: 0
    }

    .control_left {
        display: inline-block
    }

    .control_left i {
        position: absolute;
        left: 200px;
        bottom: -690px;
        font-size: 40px
    }

    .control_right {
        display: inline-block
    }

    .control_right i {
        position: absolute;
        right: 200px;
        bottom: -690px;
        font-size: 40px
    }

    .sec05_button {
        margin-top: 80px
    }

    .sec07_block {
        padding-bottom: 20px;
        cursor: pointer
    }

    .sec07_block .img_polygon {
        width: 64%;
        top: 18px;
        left: 44px;
        z-index: 1
    }

    .sec07_block p {
        font-size: 16px;
        color: #5f7081;
        max-width: 105px;
        top: 45px;
        left: 69px;
        z-index: 2
    }

    .sec11_sert {
        position: relative;
        top: 2px;
        left: -40px;
        z-index: 8
    }

    .footer_contact_left p {
        font-size: 12px
    }

    .footer_logo i {
        padding-right: 0;
        color: #fff
    }

    .footer_contact_right p {
        font-size: 22px
    }

    .sec06_block1 h1, .sec06_block1 ul li {
        text-align: center
    }

    .sec06_block1 h1 {
        padding-bottom: 20px
    }

    .sec06_block1 ul {
        padding-bottom: 20px
    }

    .sec06_block1 form {
        padding-bottom: 40px
    }

    .sec07_polygon {
        width: 312px;
        height: 300px
    }

    .sec04_block .icon_logo_decor_number {
        top: -60px
    }
}

/* @media only screen and (max-width: 851px) {
    .header_women {
        width: 410px;
    }
} */

@media only screen and (max-width: 768px) {
    .padding__section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .sec04_title {
        padding-top: 40px;
        padding-bottom: 20px
    }

    #section_04 {
        padding-bottom: 70px
    }

    #section_05 {
        padding-top: 30px
    }

    .sec05_block_wrapper {
        padding-bottom: 20px
    }

    #section_06 {
        padding-bottom: 40px
    }

    #section_07 {
        padding-bottom: 80px
    }

    #section_08 {
        padding-top: 40px
    }

    .team {
        margin-bottom: 30px
    }

    h1 {
        font-size: 4vmin
    }

    .sec04_block .icon_logo_decor_number {
        top: -61px
    }

    .polygon_content__hover {
        display: none
    }

    .sec06_block1 ul i {
        display: none
    }
/* 
    #section_03 iframe, #backstage iframe {
        width: 100%;
        height: 50vmin
    } */

    #section_06 p {
        text-align: center
    }
 .video__container {
  max-width: 100%;
 }    
}

@media only screen and (max-width: 767px) {
    .logo_text {
        padding-top: 3px
    }

    .logo_text p {
        position: relative;
        top: -40px;
        max-width: 390px;
        margin: 0 auto;
        font-size: 22px;
        text-align: center
    }

    .contacts p {
        font-size: 26px
    }

    /* .header_women {
        display: inline-block;
        position: absolute;
        z-index: 1;
        max-width: 300px
    } */

    .sec02_block {
        text-align: center
    }

    .sec02_block p {
        text-align: left;
        left: 20px
    }

    .control_left i {
        position: absolute;
        left: 65px;
        bottom: -700px;
        font-size: 40px
    }

    .control_right i {
        position: absolute;
        right: 65px;
        bottom: -700px;
        font-size: 40px
    }

    .sec05_button {
        margin-top: 100px
    }

    .sec07_block {
        padding-bottom: 20px;
        cursor: pointer
    }

    .sec07_block .img_polygon {
        width: 64%;
        top: 18px;
        left: 44px;
        z-index: 1
    }

    .sec07_block p {
        font-size: 16px;
        color: #5f7081;
        max-width: 105px;
        top: 45px;
        left: 69px;
        z-index: 2
    }

    .sec07_block {
        padding-bottom: 20px;
        cursor: pointer
    }

    .sec07_block .img_polygon {
        width: 37%;
        top: 25px;
        left: 225px;
        z-index: 1
    }

    .sec07_block p {
        font-size: 16px;
        color: #5f7081;
        max-width: 105px;
        top: 45px;
        left: 69px;
        z-index: 2
    }

    .sec11_sert_wrapp {
        position: absolute;
        z-index: 10;
        top: -2px;
        left: 40px
    }

    .sec11_sert {
        position: relative;
        top: 2px;
        left: 0;
        z-index: 8
    }

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

    .footer_contact_left p {
        font-size: 22px
    }

    .footer_logo i {
        padding-right: 0;
        color: #fff;
        padding-bottom: 40px
    }

    .footer_contact_right {
        text-align: center
    }

    .footer_contact_right p {
        font-size: 22px
    }
  .bottom__panel {
   display: none !important;
  }
}


@media only screen and (max-width: 720px) {
    .sec11_sert_wrapp {
        position: absolute;
        z-index: 10;
        top: -2px;
        left: 25px
    }

    .sec11_sert {
        position: relative;
        top: 2px;
        left: 0;
        z-index: 8
    }
}

@media only screen and (max-width: 697px) {
    .sec04_block {
        padding-top: 35px;
        padding-bottom: 0;
        width: 100%;
        text-align: center;
        height: auto !important;
    }

    .sec04_block i {
        position: relative;
        font-size: 70px;
        color: #cea89c
    }

    .sec04_block .icon_logo_decor_number {
        position: relative;
        font-family: ITCNewVeljovicProCnBold;
        top: -65px;
        left: 0;
        font-size: 26px
    }

    .sec04_block .sec04_title_text {
        position: relative;
        top: -50px;
        left: 0;
        font-family: ITCNewVeljovicProCnBold;
        font-size: 26px
    }

    .sec04_block .sec04_text {
        position: relative;
        font-family: ITCNewVeljovicProCnRegular;
        /*top: -25px;*/
        top: -25px !important;
        left: 0;
        font-size: 17px;
        margin: 0 auto
    }

    .sec04_block .sec04_text {
        padding-bottom: 0;
        width: 100%;
        max-width: 100%
    }

    .sec04_block .sec04_title_text {
        top: -35px
    }

    .sec04_block {
        padding-top: 8px
    }

    .sec04_block .icon_logo_decor_number {
        top: -61px
    }
}


/* @media only screen and (max-width: 652px) {
    .header_women {
     max-width: 300px;
    }
} */

@media only screen and (max-width: 630px) {
    h1 {
        font-size: 5vmin
    }

    #section_01 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    /* .header_women {
        max-width: 300px;
    } */
}

@media only screen and (max-width: 620px) {
    .control_left i {
        position: absolute;
        left: 65px;
        bottom: -680px;
        font-size: 40px
    }

    .control_right i {
        position: absolute;
        right: 65px;
        bottom: -680px;
        font-size: 40px
    }

    .sec05_button {
        margin-top: 100px
    }
}

@media only screen and (max-width: 600px) {
    .header_women {
        display: none
    }
}

@media only screen and (max-width: 580px) {
    .control_left i {
        position: absolute;
        left: 65px;
        bottom: -630px;
        font-size: 40px
    }

    .control_right i {
        position: absolute;
        right: 65px;
        bottom: -630px;
        font-size: 40px
    }

    .sec05_button {
        margin-top: 100px
    }
}

@media screen and (max-width: 550px) {
    .sec01_block01 h1 {
        font-size: 6vmin
    }

    .title_p {
        font-size: 4vmin
    }
}

@media only screen and (max-width: 541px) {
    .control_left i {
        left: 55px;
        bottom: -570px
    }

    .control_right i {
        right: 55px;
        bottom: -570px
    }

    .sec05_button {
        margin-top: 100px
    }
}

@media only screen and (max-width: 540px) {
    .control_left i {
        left: 55px;
        bottom: -1450px
    }

    .control_right i {
        right: 55px;
        bottom: -1450px
    }

    .sec05_block {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%
    }
}

@media only screen and (max-width: 500px) {
    .sec01_block01 h1 {
        text-align: center;
        max-width: 700px;
        font-size: 36px;
        padding-bottom: 40px;
        font-family: ITCNewVeljovicProCnBold
    }

    .sec01_block01 ul {
        padding-bottom: 40px
    }

    .sec01_block01 ul li {
        text-align: left;
        font-size: 18px;
        line-height: 2.3;
        color: #252525
    }

    .sec01_block01 ul i {
        font-size: 12px;
        color: #cea89c;
        padding-right: 20px
    }

    .sec01_block01 p {
        text-align: center;
        font-size: 26px;
        padding-bottom: 30px;
        color: #252525
    }

    .sec01_block01 {
        text-align: center
    }
}

@media only screen and (max-width: 480px) {
    #section_01 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sec01_block01 h1 {
        font-size: 8vmin;
        padding-bottom: 14px
    }

    .sec01_block01 ul {
        padding-bottom: 15px
    }

    .icon_logo {
        font-size: 13vmin
    }

    .icon_logo_name {
        font-size: 21vmin
    }

    .contacts p {
        font-size: 4.7vmin
    }
.button_action {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0 !important; }    
}

@media (max-width: 479px) {
 .carousel-col-box {
  width: 213px;
 }
 .videoPlayMob {
  width: 70px;
  height: 45px;
  margin-left: -35px;
  margin-top: -22.5px;  
 }
 .videoPlayMob .play-icon, .videoPlayMob .pause-icon {
  margin: 13px auto;
 }
} /*end 479*/

@media screen and (max-width: 460px) {
    h1 {
        font-size: 6vmin
    }

    .sec09_block i {
        font-size: 12vmin
    }

    .sec09_block_text, .sec09_block_title {
        padding-left: 16vmin
    }

    .sec09_block {
        padding-bottom: 20px
    }

    .sec09_block_title {
        font-size: 6vmin
    }

    #section_09 .button_action {
        padding: 18px 15px 0;
        font-size: 19px
    }
}

@media screen and (max-width: 425px) {
    .sec02_block i {
        font-size: 13vmin
    }

    .sec02_block p {
        font-size: 6vmin
    }

    #section_07 {
        padding-bottom: 40px
    }

    #section_04:after, #section_07:after {
        height: 19px
    }

    #section_13 {
        padding-bottom: 26px
    }

    #section_13 .sec13_wrapper h1 {
        margin-top: -75px
    }

    .catalogCarousel .flickity-prev-next-button.previous {
        left: 18px
    }

    .catalogCarousel .flickity-prev-next-button.next {
        right: 18px
    }

    #callback .title__section, .modal_catalog .title__section, #modal_quest .title__section {
        font-size: 7vmin
    }

    #callback, .modal_catalog, #modal_catalog_register, #modal_quest {
        padding: 38px 25px 35px
    }

    /* #section_03 iframe, #backstage iframe {
        height: 44vmin
    } */

 .sliderCatalog .slick-prev {
  left: 18px !important;
 }
 .sliderCatalog .slick-next {
  right: 18px !important;
 }    
}

@media screen and (max-width: 420px) {
    .head_button {
        width: 143px;
        height: 38px;
        font-size: 4vmin
    }

    .sec01_block01 ul i {
        padding-right: 8px
    }

    .sec01_block01 p {
        font-size: 5.9vmin
    }

    #section_07 .padding_title_decor, #section_08 .padding_title_decor, #section_09 .padding_title_decor {
        padding-bottom: 10px
    }

    #section_09 .padding_title_decor, #section_10 .padding_title_decor, #section_11 .padding_title_decor {
        padding-bottom: 20px
    }
}

@media screen and (max-width: 407px) {
    .sec01_block01 ul i {
        display: none
    }

    .sec01_block01 ul li {
        text-align: center;
        line-height: 150%;
        font-size: 4.7vmin;
        margin-bottom: 7px
    }
}

@media screen and (max-width: 390px) {
    #section_09 .button_action {
        padding-top: 6px
    }
}

@media only screen and (max-width: 375px) {
    .sec02_block {
        padding-bottom: 18px
    }
}

@media screen and (max-width: 370px) {
    .sec01_block01 h1 {
        font-size: 7.5vmin
    }

    h1 {
        font-size: 6.6vmin
    }

    .title_p {
        font-size: 5vmin
    }
}

@media only screen and (max-width: 360px) {
    .head_button {
        width: 130px;
        height: 33px;
        font-size: 4vmin;
        padding-top: 4px
    }

    .logo_text {
        padding-top: 3px
    }

    .logo_text p {
        position: relative;
        top: -40px;
        max-width: 300px;
        margin: 0 auto;
        font-size: 18px;
        text-align: center;
        left: -13px
    }

    .logo_text .sec02_block {
        text-align: center
    }

    .logo_text .sec02_block p {
        text-align: center;
        left: 0
    }
}

@media only screen and (max-width: 360px) and (max-width: 375px) {
    .sec02_block p {
        text-align: center;
        left: 0
    }

    .sec07_polygon {
        height: 294px
    }
}

@media only screen and (max-width: 360px) and (max-width: 320px) {
    .icon_logo_name {
        top: -14px
    }

    .head_button {
        width: 119px;
        height: 29px;
        font-size: 4vmin;
        padding-top: 3px
    }

    .button_action {
        padding: 12px 15px 0;
        min-width: 240px;
        height: 55px
    }

    .sec02_block p {
        text-align: center;
        left: 0
    }

    .sec03_wrapp p {
        font-size: 18px
    }

    .sec04_wrapp p {
        font-size: 18px
    }

    .sec05_wrapp p {
        font-size: 18px
    }

    .control_left i {
        left: 55px;
        bottom: -1320px
    }

    .control_right i {
        right: 55px;
        bottom: -1320px
    }

    .sec05_button {
        width: 260px;
        height: 65px;
        -webkit-border-radius: 32.5px;
        border-radius: 32.5px;
        font: 22px ITCNewVeljovicProCnRegular
    }

    .sec06_block1 h1 {
        padding-bottom: 60px;
        font-size: 6.6vmin;
        text-align: center
    }

    .sec06_block1 ul {
        padding-bottom: 40px
    }

    .sec06_block1 ul li {
        font-size: 20px;
        line-height: 2.3;
        color: #252525
    }

    .sec06_block1 ul i {
        font-size: 12px;
        color: #cea89c;
        padding-right: 20px
    }

    .sec06_form_name {
        min-width: 260px
    }

    .sec06_form_tel {
        min-width: 260px
    }

    .sec06_form_email {
        min-width: 260px
    }

    .type_of_activity {
        min-width: 260px
    }

    .sec06_button {
        min-width: 260px
    }

    .sec06_control_left i {
        left: 2px
    }

    .sec06_control_right i {
        right: 2px
    }

    .sec07_wrapper h1 {
        text-align: center
    }

    .sec07_wrapper p {
        font-size: 18px
    }

    .sec07_block {
        padding-bottom: 20px;
        cursor: pointer
    }

    .sec07_block .img_polygon {
        display: none;
        position: absolute;
        top: 19px;
        left: 48px;
        z-index: 1;
        width: 65%
    }

    .sec07_block p {
        position: absolute;
        font-family: ITCNewVeljovicProCnBold;
        font-size: 18px;
        color: #5f7081;
        width: 119px;
        top: 45px;
        left: 74px;
        z-index: 2
    }
}

@media only screen and (max-width: 360px) {
    .sec04_block .sec04_title_text {
        font-size: 24px
    }

    .sec04_title {
        font-size: 18px
    }

    .sec04_text, .sec09_wrapp_button p {
        font-size: 22px
    }

    #section_09 .button_action {
        padding-top: 0
    }

    .polygon_content {
        width: 220px
    }

    .polygon_content p {
        font-size: 18px
    }

    .sec07_polygon {
        height: 235px
    }

    .sec07_wrapp_block .sec07_polygon:nth-child(4) p {
        top: 0
    }

    .sec07_wrapp_block .sec07_polygon:last-child p {
        top: 10px
    }

    .sec06_block1 h1 {
        padding-bottom: 20px
    }

    .sec06_block1 ul {
        padding-bottom: 10px
    }

    /* #section_03 iframe, #backstage iframe {
        height: 40vmin
    } */
}

.user-agreement p, .user-agreement li {
    margin: 5px 0;
}

.user-agreement ul {
    list-style-type: disc;
    padding-left: 40px;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

#footer a:hover,
#footer a:focus, {
    color: #fff;
    text-decoration: none;
}