@charset 'UTF-8';
.container-with-floated-children {
    *zoom: 1
}

.container-with-floated-children:before,
.container-with-floated-children:after {
    display: table;
    content: ' '
}

.container-with-floated-children:after {
    clear: both
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

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

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    color: inherit
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

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

.textmain {
    max-width: 100%;
    box-sizing: border-box;
    background: rgba(51, 51, 51, 0.35);
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    color:  #ffffff;
    display: block;
    border: 0;
    border-top: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 14px rgba(38,50,56,.2);
    box-shadow: 0 0 14px rgba(38,50,56,.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
}

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



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

.row::after {
    display: table;
    clear: both;
    content: ''
}

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

.tab-content {
    padding-top: 25px;
    padding-bottom: 5px
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.tab-pane.active {
    display: block
}

.fade {
    transition: opacity .15s linear;
    opacity: 0
}

.fade.in {
    opacity: 1
}

.nav-tabs {
    padding: 0
}

.nav-item {
    display: inline-block
}

.nav-item>a {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none
}

.nav-item .icon {
    position: relative;
    bottom: 2px;
    vertical-align: middle
}

@font-face {
    font-family: 'lg';
    font-weight: 400;
    font-style: normal;
    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')
}

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

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

.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
    }
    to {
        left: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lg-toolbar,
.lg-prev,
.lg-next {
    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;
    opacity: 1
}

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

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

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

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    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: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0
}

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 {
    position: absolute;
    z-index: 1080;
    bottom: 0;
    width: 100%;
    max-height: 350px;
    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;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    background-color: #0d0a0a
}

.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 {
    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 {
    height: 100%;
    margin-bottom: -5px;
    padding: 10px 0
}

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

.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%;
    -o-object-fit: cover;
    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 {
    transition: bottom .25s ease
}

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

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

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

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

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

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

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

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

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

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

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

.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 0 0
}

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

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

.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 {
    position: absolute;
    z-index: 1083;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    transition: opacity .08s ease 0s;
    opacity: 0;
    background-color: #333
}

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

.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-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -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 {
    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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-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 {
    pointer-events: none;
    opacity: .5
}

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

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

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

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

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

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

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

.lg-outer .lg-pager-thumb-cont {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 120px;
    height: 83px;
    margin-bottom: 20px;
    margin-left: -60px;
    padding: 5px;
    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);
    opacity: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

.lg-outer .lg-dropdown {
    font-size: 14px;
    position: absolute;
    top: 50px;
    right: 0;
    visibility: hidden;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    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;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    text-align: left;
    opacity: 0;
    border-radius: 2px;
    background-color: #fff
}

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

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

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

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

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

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

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

.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'
}

.lg-group:after {
    display: table;
    clear: both;
    content: ''
}

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

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

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

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

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    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 {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

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

.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;
    width: auto!important;
    max-width: 100%;
    height: auto!important;
    max-height: 100%;
    vertical-align: middle
}

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

.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;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .15s ease 0s;
    opacity: 0;
    background-color: #000
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    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-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    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-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    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 {
    position: absolute;
    left: 0;
    opacity: 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-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

@font-face {
    font-family: OpenSans;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/OpenSans-Regular.eot);
    src: url(../fonts/OpenSans-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Regular.woff) format('woff'), url(../fonts/OpenSans-Regular.ttf) format('truetype')
}

@font-face {
    font-family: OpenSans;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/OpenSans-Bold.eot);
    src: url(../fonts/OpenSans-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Bold.woff) format('woff'), url(../fonts/OpenSans-Bold.ttf) format('truetype')
}

@font-face {
    font-family: 'Lobster';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Lobster-Regular.eot);
    src: url(../fonts/Lobster-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Lobster-Regular.woff) format('woff'), url(../fonts/Lobster-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'RussoOne';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RussoOne-Regular.eot);
    src: url(../fonts/RussoOne-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/RussoOne-Regular.woff) format('woff'), url(../fonts/RussoOne-Regular.ttf) format('truetype')
}

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

html {
    font-size: 100%;
    height: 100%
}

body {
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    min-height: 100vh;
    background: url(../images/background-body.png);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.content {
    width: 100%
}

.container {
    position: relative;
    width: 100%
}

.left {
    float: left
}

.right {
    float: right
}

nav ul,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

nav ul li,
ul li {
    list-style: none;
    list-style-type: none
}

.clearfix {
    clear: both
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ''
}

img,
video {
    max-width: 100%;
    height: auto
}

img.no-responsive,
video.no-responsive {
    max-width: none
}

input,
textarea {
    -webkit-overflow-scrolling: touch
}

[type=search] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

address {
    font-style: normal
}

body.lock-position {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%
}

a:not([href]):after {
    font-family: 'comic sans ms', cursive!important;
    font-size: 16px!important;
    display: block!important;
    padding: .5em!important;
    content: 'Это должна быть ссылка или кнопка? Она никуда не ведёт!';
    color: #000!important;
    background: pink!important
}

a.button[class*=disabled]:after,
a.btn.disabled:after,
a[class*=button][class*=disabled]:after {
    content: 'Ссылки нельзя отключать. Используйте элемент button с disabled="disabled".'
}

form button:not([type]):after {
    content: 'Это кнопка отправки информации, кнопка обнуления полей или что? Используйте type="submit", type="reset" или type="button"'
}

h1,
.title_home {
    font-family: RussoOne, sans-serif;
    font-size: 30px;
    font-size: 1.9rem;
    margin: 1.1em 0 40px;
    color: #fff
}

h2 {
    font-family: RussoOne, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 11px;
    color: #fff
}

h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff
}

p {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff
}

ul {
    color: #fff
}

.title {
    font-family: RussoOne, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 2px solid #fff
}

button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0
}

.btn,
.btn[type=button] {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-overflow: ellipsis;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.btn[type=button] {
    -webkit-appearance: inherit
}

.btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #101010;
    border: 2px solid #ffca28;
    border-radius: 24px;
    background-color: #ffca28;
    background-image: linear-gradient(180deg, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
    box-shadow: 0 5px 5px rgba(24, 24, 24, .75)
}

.btn:hover {
    background-image: linear-gradient(to top, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%)
}

.btn_all {
    float: right;
    width: 304px;
    height: 54px;
    margin-top: 4px;
    padding: 5px 35px
}

header {
    position: relative;
    height: 112px;
    padding-top: 20px;
    background: url(../images/background-header.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

header:before {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    content: '';
    border-bottom: 2px solid #fff
}

.logo {
    display: inline-block;
    width: 28%;
    vertical-align: top
}

.logo img {
    display: inline-block;
    vertical-align: middle
}

.logo__text {
    font-size: 24px;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.logo__text span {
    font-family: RussoOne, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: uppercase;
    color: #ffca28
}

.header__text {
    font-family: Lobster, sans-serif;
    font-size: 31px;
    font-size: 1.9375rem;
    font-weight: 400;
    display: inline-block;
    width: 45%;
    padding: 0 13%;
    text-align: center;
    vertical-align: top;
    color: #fff
}

footer {
    height: 130px;
    margin-top: 80px;
    background: url(../images/background-header.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

footer .container {
    height: 100%;
    padding-top: 10px
}

.pagination {
    display: block;
    width: 100%;
    margin-top: 5px
}

.pagination li {
    font-family: RussoOne, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    display: inline-block;
    width: 43px;
    height: 43px;
    padding: 8px 0;
    text-align: center;
    border-radius: 4px
}

.pagination li:not(:last-child) {
    margin-right: 18px
}

.pagination li:hover a {
    color: #ffca28
}

.pagination li.active {
    color: #101010;
    background-color: #ffca28
}

.pagination li a {
    font-family: RussoOne, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    color: #fff
}

.cards .container:after {
    display: block;
    margin-top: 40px;
    border-bottom: 2px solid #fff
}

.card-item {
    display: block;
    overflow: hidden;
    max-width: 380px;
    height: 560px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-decoration: none
}

.card-item:hover .card-description {
    background-color: #ffca28
}

.card-item:hover .card-description .card-description__name,
.card-item:hover .card-description .card-description__phone,
.card-item:hover .card-description .card-description__link,
.card-item:hover .card-description .card-info,
.card-item:hover .card-description .icon-time,
.card-item:hover .card-description .icon-time2,
.card-item:hover .card-description .icon-time3 {
    color: #101010;
    fill: #101010
}

.perelink img {
    width: 100%;
}

.card-item__img {
    display: block;
    overflow: hidden;
    height: 410px;
    border-radius: 10px 10px 0 0
}

.card-description {
    padding-top: 6px;
    padding-bottom: 17px;
    padding-left: 17px;
    background-color: #252525
}

.card-description__name {
    font-family: RussoOne, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    color: #fff
}

.card-description__phone {
    font-family: RussoOne, sans-serif;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    color: #ffca28
}


.card-description__link {
    font-family: RussoOne, sans-serif;
    font-size: 16px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    color: #ffca28
}

.card-description__phone span {
    font-family: 'OpenSans', sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    width: 91px;
    height: 32px;
    margin-left: 10px;
    padding: 3px 7px;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px;
    background-color: #00796b
}

.card-info {
    margin-top: 5px;
    text-align: right;
    color: #fff
}

tr:not(:first-child) .card-info__icon {
    width: 40px
}

.card-info__icon {
    text-align: left
}

.icon-time {
    width: 25px;
    height: 25px;
    stroke: none;
    fill: #fff
}

.icon-time2 {
    width: 28px;
    height: 25px;
    stroke: none;
    fill: #fff
}

.icon-time3 {
    width: 35px;
    height: 25px;
    stroke: none;
    fill: #fff
}

.card-info__time {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    width: 62px;
    padding-right: 11px;
    text-align: left
}

.card-info__price {
    font-family: RussoOne, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1
}

.card-info__price td {
    padding-right: 10px;
    text-align: right
}

.card-info__price td:not(:first-child) {
    width: 106px
}

.cards_single {
    border-bottom: none
}

.cards_single .container:after {
    display: none
}

.seo-text {
    line-height: 18px
}

.seo-text .container:after {
    display: block;
    margin-top: 30px;
    border-bottom: 2px solid #fff
}

.title-card .container:after {
    display: block;
    padding-bottom: 25px;
    border-bottom: 2px solid #fff
}

.title-card .card-description__name {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 17px
}

.title-card .card-description__phone {
    font-size: 38px;
    font-size: 2.375rem
}

.card-data {
    color: #fff
}

.card-data .container {
    padding-bottom: 5px
}

.card-data .container:after {
    display: block;
    margin-top: 20px;
    border-bottom: 2px solid #fff
}

.card-data .col-xl-6 {
    float: right;
    margin-right: 60px
}

.card-data-item {
    overflow: hidden;
    height: 180px;
    margin-top: 25px;
    padding-top: 7px;
    padding-bottom: 37px;
    padding-left: 48px;
    border-left: 2px solid #fff
}

.card-data-item__title {
    font-weight: 700;
    text-transform: uppercase
}

.card-data-item__table {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 9px
}

.card-data-item__table td {
    width: 140px
}

.card-data-item__table tr:nth-child(2) {
    font-family: RussoOne, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    color: #ffca28
}

.card-data-item__table_info {
    margin-top: 22px
}

.card-data-item_right {
    padding-bottom: 0;
    padding-left: 40px
}

.card-data-item_right .card-data-item__title {
    font-family: RussoOne, sans-serif;
    font-weight: 400;
    margin-left: 30px
}

.card-data-item_right .card-data-item__title:not(:first-child) {
    margin-top: 23px
}

.card-data-item_right .card-info__time {
    width: 70px
}

.card-data-item_right .card-info__price td {
    padding-right: 17px;
    color: #ffca28
}

.slider {
    padding-top: 40px;
    padding-bottom: 3px
}

.slider .info-header {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #fff
}

.slider .info-header .nav-item {
    position: relative
}

.slider .info-header .nav-item.active:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: '';
    background: #ffca28
}

.slider .info-header .nav-item a {
    font-family: RussoOne, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff
}

.slider .info-header .nav-item:not(:last-child) {
    margin-right: 50px
}

.gallery {
    position: relative;
    overflow: hidden;
    width: 100%
}

.frame {
    overflow: hidden;
    height: 524px
}

.frame__list {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.frame__list_item {
    display: block;
    float: left;
    width: auto;
    height: 100%;
    margin: 0 20px 0 0;
    padding: 0;
    cursor: pointer;
    text-align: center
}

.frame__list_item img {
    width: auto;
    max-width: none;
    height: 100%
}

.gallery__scrollbar {
    height: 4px;
    margin: 28px 0;
    border-radius: 1px;
    background-color: #bdbdbd;
    box-shadow: 0 1px 1px rgba(24, 24, 24, .4), inset 0 1px 1px rgba(0, 0, 0, .35)
}

.gallery__scrollbar_handle {
    position: relative;
    top: -3px;
    width: 100px;
    height: 12px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #ffca28;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .1) 0%, rgba(24, 24, 24, .1) 55%, rgba(255, 255, 255, .1) 100%);
    box-shadow: 0 1px 1px rgba(24, 24, 24, .4), inset 0 1px 0 rgba(255, 255, 255, .45)
}

.gallery__scrollbar_handle .mousearea {
    position: absolute;
    right: 0;
    left: 0;
    width: 30px;
    height: 15px;
    margin: 0 auto;
    opacity: .2;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAFCAYAAACn39dKAAAAG0lEQVQoU2NkYGD4z0AlwEglc8DGgAwbAS4DAKx5AwMfFFRRAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center
}

.gallery__frame {
    position: relative
}

.gallery__frame:after {
    position: absolute;
    z-index: 33;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    height: 100%;
    content: '';
    box-shadow: -1px -1px 16px 13px #000
}

.gallery__frame:before {
    position: absolute;
    z-index: 33;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
    height: 100%;
    content: '';
    box-shadow: -1px -1px 16px 13px #000
}

.section_title {
    margin: 38px 0 27px
}

.gallery-hidden {
    display: none
}

.gallery-mobile {
    overflow: hidden;
    width: 260px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center
}

.gallery-mobile img {
    width: 100%
}

.gallery-mobile .btn {
    margin-top: 30px
}

.service {
    margin-top: 40px;
    padding-bottom: 30px
}

.service .info {
    min-height: 487px
}

.info-body_service {
    padding-top: 23px;
    padding-top: 10px;
    padding-left: 23px
}

.service-list {
    display: block;
    float: left;
    width: 25%
}

.link-list {
    font-size: 14px;
    line-height: 25px
}

.link-list:not(:last-child) {
    margin-bottom: 28px
}

.link-list__title {
    font-family: RussoOne, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffca28
}

.link-list__item>a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 23px;
    text-decoration: underline;
    word-break: break-word;
    color: #fff
}

.link-list__item>a:hover {
    text-decoration: underline;
    color: #ffca28
}

.link-list__item>a:after {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: '';
    vertical-align: middle;
    border: 1px solid #bdbdbd;
    background-color: transparent
}

.link-list__item_active>a:after {
    width: 14px;
    height: 14px;
    border: 1px solid #f8c837;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAE0lEQVQYV2P8ccL8PwMWwDiQEgDqdhHL0aKbiwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center
}

.map-wrap {
    margin-top: 25px;
    min-height: 450px;
}

#YMaps3ID {
    min-height: 450px;
}

.pages.open {
    bottom: 0
}

.pages.open .icon-pages {
    position: absolute;
    right: 16px;
    display: block;
    visibility: visible;
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M38.1%2036.9L20.6%2019.3%2038.1%201.8c.3-.3.3-.8%200-1.2-.3-.3-.8-.3-1.2%200L19.4%2018.2%201.9.6C1.6.3%201%20.3.7.6c-.3.3-.3.8%200%201.2l17.5%2017.5L.7%2036.9c-.3.3-.3.8%200%201.2s.8.3%201.2%200l17.6-17.6L37%2038c.3.3.8.3%201.2%200s.3-.8-.1-1.1z%22%2F%3E%3C%2Fsvg%3E) no-repeat;
    background-size: 100%
}

.pages.open span {
    visibility: hidden
}

.pages {
    position: fixed;
    z-index: 7766;
    right: 150px;
    bottom: -400px;
    width: 400px;
    transition: all .7s ease;
    background: #eee
}

.pages .icon-pages {
    visibility: hidden
}

.pages .pages-header {
    display: block;
    padding: 7px 16px 5px 16px;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #383d45
}

.pages .pages-header:before {
    display: table;
    content: ' '
}

.pages .pages-header:after {
    display: table;
    clear: both;
    content: ' '
}

.pages .pages-header p {
    font-size: 15px;
    float: left;
    margin: 0;
    color: #fff
}

.pages .pages-header span {
    float: right;
    color: #fff
}

.pages ul {
    overflow-y: auto;
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 15px
}

.pages ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    list-style: none;
    cursor: pointer;
    opacity: 1;
    color: #444;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .07)
}

.pages ul li a {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    text-decoration: none;
    color: #444
}

.pages ul li a:hover {
    background: #f4f3f3
}

.pages ul li a:hover,
.pages ul li a:focus,
.pages ul li a:active {
    text-decoration: none
}

@media (min-width:320px) {
    .col-xs-1 {
        float: left;
        width: 8.33333%
    }
    .col-xs-2 {
        float: left;
        width: 16.66667%
    }
    .col-xs-3 {
        float: left;
        width: 25%
    }
    .col-xs-4 {
        float: left;
        width: 33.33333%
    }
    .col-xs-5 {
        float: left;
        width: 41.66667%
    }
    .col-xs-6 {
        float: left;
        width: 50%
    }
    .col-xs-7 {
        float: left;
        width: 58.33333%
    }
    .col-xs-8 {
        float: left;
        width: 66.66667%
    }
    .col-xs-9 {
        float: left;
        width: 75%
    }
    .col-xs-10 {
        float: left;
        width: 83.33333%
    }
    .col-xs-11 {
        float: left;
        width: 91.66667%
    }
    .col-xs-12 {
        float: left;
        width: 100%
    }
    .pull-xs-0 {
        right: auto
    }
    .pull-xs-1 {
        right: 8.33333%
    }
    .pull-xs-2 {
        right: 16.66667%
    }
    .pull-xs-3 {
        right: 25%
    }
    .pull-xs-4 {
        right: 33.33333%
    }
    .pull-xs-5 {
        right: 41.66667%
    }
    .pull-xs-6 {
        right: 50%
    }
    .pull-xs-7 {
        right: 58.33333%
    }
    .pull-xs-8 {
        right: 66.66667%
    }
    .pull-xs-9 {
        right: 75%
    }
    .pull-xs-10 {
        right: 83.33333%
    }
    .pull-xs-11 {
        right: 91.66667%
    }
    .pull-xs-12 {
        right: 100%
    }
    .push-xs-0 {
        left: auto
    }
    .push-xs-1 {
        left: 8.33333%
    }
    .push-xs-2 {
        left: 16.66667%
    }
    .push-xs-3 {
        left: 25%
    }
    .push-xs-4 {
        left: 33.33333%
    }
    .push-xs-5 {
        left: 41.66667%
    }
    .push-xs-6 {
        left: 50%
    }
    .push-xs-7 {
        left: 58.33333%
    }
    .push-xs-8 {
        left: 66.66667%
    }
    .push-xs-9 {
        left: 75%
    }
    .push-xs-10 {
        left: 83.33333%
    }
    .push-xs-11 {
        left: 91.66667%
    }
    .push-xs-12 {
        left: 100%
    }
    .offset-xs-1 {
        margin-left: 8.33333%
    }
    .offset-xs-2 {
        margin-left: 16.66667%
    }
    .offset-xs-3 {
        margin-left: 25%
    }
    .offset-xs-4 {
        margin-left: 33.33333%
    }
    .offset-xs-5 {
        margin-left: 41.66667%
    }
    .offset-xs-6 {
        margin-left: 50%
    }
    .offset-xs-7 {
        margin-left: 58.33333%
    }
    .offset-xs-8 {
        margin-left: 66.66667%
    }
    .offset-xs-9 {
        margin-left: 75%
    }
    .offset-xs-10 {
        margin-left: 83.33333%
    }
    .offset-xs-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:480px) {
    .container {
        max-width: 1200px
    }
    .col-sm-1 {
        float: left;
        width: 8.33333%
    }
    .col-sm-2 {
        float: left;
        width: 16.66667%
    }
    .col-sm-3 {
        float: left;
        width: 25%
    }
    .col-sm-4 {
        float: left;
        width: 33.33333%
    }
    .col-sm-5 {
        float: left;
        width: 41.66667%
    }
    .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-7 {
        float: left;
        width: 58.33333%
    }
    .col-sm-8 {
        float: left;
        width: 66.66667%
    }
    .col-sm-9 {
        float: left;
        width: 75%
    }
    .col-sm-10 {
        float: left;
        width: 83.33333%
    }
    .col-sm-11 {
        float: left;
        width: 91.66667%
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.33333%
    }
    .pull-sm-2 {
        right: 16.66667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.33333%
    }
    .pull-sm-5 {
        right: 41.66667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.33333%
    }
    .pull-sm-8 {
        right: 66.66667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.33333%
    }
    .pull-sm-11 {
        right: 91.66667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.33333%
    }
    .push-sm-2 {
        left: 16.66667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.33333%
    }
    .push-sm-5 {
        left: 41.66667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.33333%
    }
    .push-sm-8 {
        left: 66.66667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.33333%
    }
    .push-sm-11 {
        left: 91.66667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%
    }
    .col-md-2 {
        float: left;
        width: 16.66667%
    }
    .col-md-3 {
        float: left;
        width: 25%
    }
    .col-md-4 {
        float: left;
        width: 33.33333%
    }
    .col-md-5 {
        float: left;
        width: 41.66667%
    }
    .col-md-6 {
        float: left;
        width: 50%
    }
    .col-md-7 {
        float: left;
        width: 58.33333%
    }
    .col-md-8 {
        float: left;
        width: 66.66667%
    }
    .col-md-9 {
        float: left;
        width: 75%
    }
    .col-md-10 {
        float: left;
        width: 83.33333%
    }
    .col-md-11 {
        float: left;
        width: 91.66667%
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.33333%
    }
    .pull-md-2 {
        right: 16.66667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.33333%
    }
    .pull-md-5 {
        right: 41.66667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.33333%
    }
    .pull-md-8 {
        right: 66.66667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.33333%
    }
    .pull-md-11 {
        right: 91.66667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.33333%
    }
    .push-md-2 {
        left: 16.66667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.33333%
    }
    .push-md-5 {
        left: 41.66667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.33333%
    }
    .push-md-8 {
        left: 66.66667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.33333%
    }
    .push-md-11 {
        left: 91.66667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media screen and (min-width:768px) {
    .gallery-mobile {
        display: none
    }
}

@media (min-width:980px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%
    }
    .col-lg-2 {
        float: left;
        width: 16.66667%
    }
    .col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-4 {
        float: left;
        width: 33.33333%
    }
    .col-lg-5 {
        float: left;
        width: 41.66667%
    }
    .col-lg-6 {
        float: left;
        width: 50%
    }
    .col-lg-7 {
        float: left;
        width: 58.33333%
    }
    .col-lg-8 {
        float: left;
        width: 66.66667%
    }
    .col-lg-9 {
        float: left;
        width: 75%
    }
    .col-lg-10 {
        float: left;
        width: 83.33333%
    }
    .col-lg-11 {
        float: left;
        width: 91.66667%
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.33333%
    }
    .pull-lg-2 {
        right: 16.66667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.33333%
    }
    .pull-lg-5 {
        right: 41.66667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.33333%
    }
    .pull-lg-8 {
        right: 66.66667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.33333%
    }
    .pull-lg-11 {
        right: 91.66667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.33333%
    }
    .push-lg-2 {
        left: 16.66667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.33333%
    }
    .push-lg-5 {
        left: 41.66667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.33333%
    }
    .push-lg-8 {
        left: 66.66667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.33333%
    }
    .push-lg-11 {
        left: 91.66667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

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

@media (min-width:1200px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%
    }
    .col-xl-2 {
        float: left;
        width: 16.66667%
    }
    .col-xl-3 {
        float: left;
        width: 25%
    }
    .col-xl-4 {
        float: left;
        width: 33.33333%
    }
    .col-xl-5 {
        float: left;
        width: 41.66667%
    }
    .col-xl-6 {
        float: left;
        width: 50%
    }
    .col-xl-7 {
        float: left;
        width: 58.33333%
    }
    .col-xl-8 {
        float: left;
        width: 66.66667%
    }
    .col-xl-9 {
        float: left;
        width: 75%
    }
    .col-xl-10 {
        float: left;
        width: 83.33333%
    }
    .col-xl-11 {
        float: left;
        width: 91.66667%
    }
    .col-xl-12 {
        float: left;
        width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.33333%
    }
    .pull-xl-2 {
        right: 16.66667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.33333%
    }
    .pull-xl-5 {
        right: 41.66667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.33333%
    }
    .pull-xl-8 {
        right: 66.66667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.33333%
    }
    .pull-xl-11 {
        right: 91.66667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.33333%
    }
    .push-xl-2 {
        left: 16.66667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.33333%
    }
    .push-xl-5 {
        left: 41.66667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.33333%
    }
    .push-xl-8 {
        left: 66.66667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.33333%
    }
    .push-xl-11 {
        left: 91.66667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media screen and (max-width:1599px) {
    header {
        background: url(../images/background-header2.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover
    }
    footer {
        background: url(../images/background-header2.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover
    }
}

@media screen and (max-width:1199px) {
    .btn_all {
        width: 260px;
        padding: 5px 15px
    }
    header {
        height: 93px
    }
    .logo__text span {
        font-size: 24px;
        font-size: 1.5rem
    }
    .header__text {
        width: 43%;
        padding: 0 11%
    }
    footer {
        height: 93px
    }
    .card-description {
        padding-left: 5px
    }
    .card-description__phone {
        font-size: 22px;
        font-size: 1.375rem
    }
    .card-data .col-xl-6 {
        float: left;
        margin-right: 0
    }
    .card-data-item {
        padding-left: 15px
    }
}

@media screen and (max-width:1023px) {
    .logo {
        width: 29%
    }
    .header__text {
        padding: 0 10%
    }
    .card-description__name {
        font-size: 18px;
        font-size: 1.125rem
    }
    .card-description__phone {
        font-size: 20px;
        font-size: 1.25rem
    }
    .frame {
        height: 380px
    }
    .pages {
        right: 0;
        width: 230px
    }
    .pages .pages-header p {
        font-size: 11px
    }
}

@media screen and (max-width:991px) {
    .service .col-xs-12:first-child {
        margin-bottom: 30px
    }
}

@media screen and (max-width:979px) {
    .title_home {
        font-size: 40px;
        font-size: 2.5rem
    }
    .btn_all {
        width: 240px;
        margin-top: 0;
        padding: 5px
    }
    header {
        height: 74px;
        padding-top: 10px
    }
    .logo {
        width: 31%
    }
    .logo__text {
        font-size: 18px;
        font-size: 1.125rem
    }
    .logo__text span {
        font-size: 18px;
        font-size: 1.125rem
    }
    .header__text {
        font-size: 22px;
        font-size: 1.375rem;
        width: 35%;
        padding: 0 7%
    }
    footer {
        height: 74px;
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 25px;
        background: 0 0
    }
    .card-description {
        padding-left: 17px
    }
    .card-description__name {
        font-size: 20px;
        font-size: 1.25rem
    }
    .card-description__phone {
        font-size: 26px;
        font-size: 1.625rem
    }
    .card-data-item {
        border-left: none
    }
    .card-data-item__table tr:nth-child(2) {
        font-size: 16px;
        font-size: 1rem
    }
    .card-data-item_right .card-data-item__title:not(:first-child) {
        margin-top: 15px
    }
    .card-data-item_right .card-info__price td {
        font-size: 18px;
        font-size: 1.125rem
    }
    .service-list {
        width: 33.33333%
    }
    .service-list:last-child {
        clear: both
    }
}

@media screen and (max-width:767px) {
    .title_home {
        font-size: 24px;
        font-size: 1.5rem
    }
    .btn_all {
            font-size: 12px;
        width: 180px;
    }
    .btn_all span {
        display: none
    }
    header {
        background: 0 0
    }
    .logo {
        width: 50%
    }
    .header__text {
        display: none
    }
    footer {
        margin-top: 10px;
        background: 0 0
    }
    .pagination {
        text-align: center
    }
    .card-data-item {
        padding-left: 0
    }
    .card-data-item__table {
        width: 100%
    }
    .card-data-item_right {
        margin-top: 0;
        padding: 0
    }
    .card-data-item_right .card-data-item__title {
        margin-bottom: 15px;
        margin-left: 0
    }
    .card-data-item_right .card-info {
        width: 100%
    }
    .card-data-item_right .card-info__icon {
        width: 30px
    }
    .card-data-item_right .card-info__price td {
        text-align: center
    }
    .slider .info-header .nav-item a {
        font-size: 16px;
        font-size: 1rem
    }
    .slider .info-header .nav-item:not(:last-child) {
        margin-right: 0
    }
    .gallery {
        display: none
    }
    .slider .info-header {
        width: 100%
    }
    .service-list {
        width: 50%
    }
    .service-list:last-child {
        clear: none
    }
    .map-wrap {
        display: block;
        width: 100%;
        height: 412px;
        overflow: hidden;
        margin: 15px auto;
    }
    .pages.open .icon-pages {
        top: 12px;
        right: 23px
    }
    .pages {
        background: 0 0
    }
    .pages .pages-header {
        float: right;
        width: 60px;
        text-align: center
    }
    .pages .pages-header p {
        font-size: 0
    }
    .pages .pages-header span {
        float: none
    }
    .pages ul {
        background: #eee
    }
}

@media screen and (max-width:600px) {
    .wp-video {
        width: 100%!important
    }
    .wp-video .wp-video-shortcode {
        width: 100%!important
    }
}

@media screen and (max-width:599px) {
    .info-body_service {
        padding-bottom: 20px
    }
}

@media screen and (max-width:480px) {
    .service-list {
        width: 100%
    }
    .link-list:last-child {
        margin-bottom: 28px
    }
}

@media screen and (max-width:479px) {
    .nav-item>a {
        font-size: 14px;
        padding: 5px 10px
    }
    .logo__text {
        display: none
    }
    .card-item__img {
        height: 370px
    }
    .title-card .card-description__name {
        font-size: 19px;
        font-size: 1.1875rem
    }
    .title-card .card-description__phone {
        font-size: 20px;
        font-size: 1.25rem
    }
    .card-data-item__table tr:nth-child(2) {
        font-size: 14px;
        font-size: .875rem
    }
    .card-data-item__table_info {
        font-size: 14px;
        font-size: .875rem
    }
    .card-data-item_right .card-info__price td {
        font-size: 14px;
        font-size: .875rem;
        padding-right: 0
    }
    .service .info {
        min-height: 440px
    }
}

@media screen and (max-width:379px) {
    .card-description {
        padding-left: 5px
    }
    .card-description__name {
        font-size: 18px;
        font-size: 1.125rem
    }
    .card-description__phone {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media screen and (max-width:318px) {
    html {
        overflow-x: auto;
        width: 320px
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .search {
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))
    }
}