body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=) repeat-x 0 0/contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-caption {
        padding: 12px
    }
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    background: rgba(0, 0, 0, .1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.icon-s-clock {
    background-position: 0 -104px;
    width: 23px;
    height: 23px
}

.icon-s-clock,
.icon-s-comp {
    background: url(../img/sprite.png)
}

.icon-s-comp {
    background-position: 0 -67px;
    width: 25px;
    height: 17px
}

.icon-s-phone-form {
    background-position: 0 0;
    width: 11px;
    height: 11px
}

.icon-s-phone,
.icon-s-phone-form {
    background: url(../img/sprite.png)
}

.icon-s-phone {
    background-position: 0 -31px;
    width: 16px;
    height: 16px
}

@font-face {
    font-family: "Exo 2.0";
    src: url(../fonts/Exo2.0-Light.otf);
    font-weight: 300
}

.fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

html {
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body,
html {
    font-size: 16px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    vertical-align: bottom
}

figure {
    margin: 0;
    overflow: hidden
}

.clr {
    clear: both
}

.clearfix:after {
    clear: both;
    content: "";
    display: table
}

i {
    display: inline-block
}

.scale {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.scale:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none
}

button_new:active {
    -webkit-transform: scale(.97);
    transform: scale(.97)
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.hidden {
    display: none
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.error {
    -webkit-animation: shake .6s;
    animation: shake .6s;
    color: red!important
}

form .error::-webkit-input-placeholder {
    color: red!important;
    outline: 0
}

form .error:-moz-placeholder {
    color: red!important;
    outline: 0
}

.navigation a.mPS2id-highlight {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-weight: 700;
    color: #000;
    border-bottom: 4px solid #000
}

#fixmenu {
    z-index: 888;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.top .mPS2id-highlight {
    display: none
}

input {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    outline: 0
}

input:focus {
    outline: 0
}

input:focus::-webkit-input-placeholder {
    opacity: .2
}

input:focus::-moz-placeholder {
    opacity: .2
}

input:focus:-ms-input-placeholder {
    opacity: .2
}

input::-webkit-input-placeholder {
    color: grey
}

input:-moz-placeholder {
    color: grey
}

.fancybox-close {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #b5a39c;
    top: -13px!important;
    right: -16px!important;
    width: 35px!important;
    height: 35px!important
}

.fancybox-close:before {
    background: #b5a39c!important;
    height: 2px;
    width: 20px!important;
    top: 16px!important;
    right: 6px!important
}

.fancybox-close:after {
    background: #b5a39c!important;
    height: 2px;
    width: 20px!important;
    top: 16px!important;
    right: 6px!important
}

.fancybox-close:hover:before {
    background: red!important
}

.fancybox-close:hover:after {
    background: red!important
}

.fancybox-close:hover {
    border: 1px solid red
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.but {
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    text-align: center
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .7
}

.but:active {
    position: relative;
    top: 1px
}

.pop-politics {
    width: 100%!important;
    max-width: 800px!important;
    padding: 40px 30px
}

.pop-politics-title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem
}

.pop-scroll {
    max-height: 220px;
    overflow-y: scroll
}

.pop-scroll p:not(:last-child) {
    margin-bottom: 20px
}

.wrap {
    max-width: 1140px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
    position: relative;
    z-index: 1
}

.text-top {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17.6px;
    font-size: 1.1rem;
    border-color: #d9d9d9;
    -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .1);
    border-radius: 5px
}

.head_bottom {
    margin-top: 40px
}

h1.title {
    font-size: 48px;
    font-size: 3rem;
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

h1.title span.head-small {
    display: block;
    font-size: 17.6px;
    font-size: 1.1rem;
    margin: 10px 0;

}

.d-block {
    display: block
}

.but-head-link {
    margin: 15px 0 35px
}

.col-blue {
    color: #0287ff
}

.head-link {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 600;
    text-decoration: underline;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.head-link:hover {
    text-decoration: none
}

.adv {
    margin-top: 40px;
    margin-bottom: 20px
}

.about-row .item-about-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    padding-right: 30px
}

.about-row .item-about-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 53%;
    flex: 0 1 53%
}

p {
    font-size: 17.6px;
    font-size: 1.1rem;

}

b {
    font-weight: 700
}

.author-list {
    margin-top: 20px
}

.author-list li:first-child {
    margin-bottom: 20px
}

.author-list li {
    font-size: 17.6px;
    font-size: 1.1rem;

    line-height: 23px
}

.author-list li:not(:last-child) {
    margin-bottom: 5px
}

.col-red {
    color: #e0211d
}

.call-me {
    font-weight: 600;
    margin-top: 15px;
    line-height: 22px
}

.call-me a {
    text-decoration: underline
}

.list-servisec {
    margin-top: 40px;
    font-size: 17.6px;
    font-size: 1.1rem
}

.list-servisec li:first-child {
    list-style: none;
    margin-bottom: 10px!important;
    padding-left: 0
}

.list-servisec li {
    list-style: disc inside;
    padding-left: 40px;
}

.list-servisec li:not(:last-child) {
    margin-bottom: 5px
}

i {
    font-style: italic;

}

.list-servisec .disc-none {
    list-style: none;
    padding-left: 0
}

.img-author {
    margin-bottom: 20px;
    border:  1px solid rgb(217, 217, 217);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 2px;
    border-radius: 10px;
    padding: 10px;
}

.author-title-dud {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.author-title-dud2 {
    font-size: 1rem;
}

a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none
}

.clock-row {
    margin-top: 20px
}

.item-clock-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    text-align: center;
    margin: 30px auto;
}

.item-clock-right .auto-clock {
    font-size: 22.4px;
    font-size: 1.4rem;

    margin-bottom: 20px
}

p.auto-marca {
    line-height: 22px;
    font-weight: 400
}

.auto-number-phone {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 32px;
    font-size: 2rem
}

.text-underline {
    text-decoration: underline
}

.auto-link {
    font-weight: 600
}

.addr {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 19.2px;
    font-size: 1.2rem
}

.footer {
    margin-top: 50px
}

.contact-inn {
    border-top: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

/* Rows */

.row-flex {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.row-inline-flex {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}

.flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.row-flex.margin-tb {
    margin-top: 16px;
    margin-bottom: 16px;
}

.row-flex.margin-lr {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
}

.with-gutters .col {
    margin: 0 10px;
}

.with-gutters .col:first-of-type {
    margin-left: 0;
}

.with-gutters .col:last-of-type {
    margin-right: 0;
}


/* justify-content */

.row-flex.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row-flex.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.row-flex.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row-flex.end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

/* row-inline justify-content */

.row-inline-flex.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row-inline-flex.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.row-inline-flex.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row-inline-flex.end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

/* align-items */

.row-flex.vertical-start {
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row-flex.vertical-center {
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row-flex.vertical-end {
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.row-flex.vertical-stretch {
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

/* row-inline align-items */

.row-inline-flex.vertical-start {
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row-inline-flex.vertical-center {
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row-inline-flex.vertical-end {
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.row-inline-flex.vertical-stretch {
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

/* flex-wrap */

.row-flex.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    display: -webkit-flex;
    flex-wrap: wrap
}

.row-inline-flex.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    display: -webkit-flex;
    flex-wrap: wrap
}


/* Order */

.row-flex.order-1 {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
}

.row-flex.order-2 {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
}

.row-flex.order-3 {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
}

.row-flex.order-4 {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
}

.row-flex.order-5 {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    -o-order: 5;
    order: 5;
}

.row-flex.order-6 {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    -o-order: 6;
    order: 6;
}

.row-flex.order-7 {
    -webkit-order: 7;
    -moz-order: 7;
    -ms-order: 7;
    -o-order: 7;
    order: 7;
}

.row-flex.order-8 {
    -webkit-order: 8;
    -moz-order: 8;
    -ms-order: 8;
    -o-order: 8;
    order: 8;
}

.row-flex.order-9 {
    -webkit-order: 9;
    -moz-order: 9;
    -ms-order: 9;
    -o-order: 9;
    order: 9;
}

.row-flex.order-10 {
    -webkit-order: 10;
    -moz-order: 10;
    -ms-order: 10;
    -o-order: 10;
    order: 10;
}

.row-flex.order-11 {
    -webkit-order: 11;
    -moz-order: 11;
    -ms-order: 11;
    -o-order: 11;
    order: 11;
}

.row-flex.order-12 {
    -webkit-order: 12;
    -moz-order: 12;
    -ms-order: 12;
    -o-order: 12;
    order: 12;
}


/* Columns
=======================================================*/

.col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col.padding {
    padding: 15px;
}

.col-fill {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.col-1-of-2,
.col-2-of-4 {
    width: 50%;
}

.col-1-of-3 {
    width: 33.3%;
}

.col-2-of-3 {
    width: 66.6%;
}

.col-1-of-4 {
    width: 25%;
}

.col-3-of-4 {
    width: 75%;
}


/* ********************************* */

.col-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(8.33333% - 15px);
    flex: 1 1 calc(8.33333% - 15px)
}

.col-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(16.66667% - 15px);
    flex: 1 1 calc(16.66667% - 15px)
}

.col-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(25% - 15px);
    flex: 1 1 calc(25% - 15px)
}

.col-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.33333% - 15px);
    flex: 1 1 calc(33.33333% - 15px)
}

.col-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(41.66667% - 15px);
    flex: 1 1 calc(41.66667% - 15px)
}

.col-6 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px)
}

.col-7 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(58.33333% - 15px);
    flex: 1 1 calc(58.33333% - 15px)
}

.col-8 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(66.66667% - 15px);
    flex: 1 1 calc(66.66667% - 15px)
}

.col-9 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(75% - 15px);
    flex: 1 1 calc(75% - 15px)
}

.col-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(83.33333% - 15px);
    flex: 1 1 calc(83.33333% - 15px)
}

.col-11 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(91.66667% - 15px);
    flex: 1 1 calc(91.66667% - 15px)
}

.col-12 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 15px);
    flex: 1 1 calc(100% - 15px)
}

.col-13 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(108.33333% - 15px);
    flex: 1 1 calc(108.33333% - 15px)
}

.col-14 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(116.66667% - 15px);
    flex: 1 1 calc(116.66667% - 15px)
}

.callback {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 7px;
    z-index: 555;
}

.callback .num {
    width: 100%;
}

.callback .num a {
    display: block;
    flex-grow: 1;
    background: #5b0;
    text-align: center;
    line-height: 44px;
    border-radius: 3px;
    color: #fff!important;
    text-decoration: none;
    font-size: 18px;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255,255,255,.7);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 193px;
    width: 193px;
    top: 128px;
    left: 43px;
    z-index: 1;
}
.animate {
    -webkit-animation: ripple .65s linear;
    -moz-animation: ripple .65s linear;
    -ms-animation: ripple .65s linear;
    -o-animation: ripple .65s linear;
    animation: ripple .65s linear;
}

.new-telefone2 {
    text-shadow: 1px 1px 1px rgba(0,0,0,.95);
    font-weight: 600;
}

.new-telefone2 i {
    color: red;
}


@media (max-width:800px) {
    .callback {
        display: block;
    }
    .about-row {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .about-row .item-about-left {
        padding-right: 0;
        margin-bottom: 30px
    }
    .about-box .clock-row {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .item-clock-left {
        padding-right: 0;
        margin-bottom: 30px
    }
    .call-me {
        text-align: center
    }
    .clock-row {
        margin-top: 50px
    }
}

@media (max-width:480px) {
    h1.title {
        font-size: 2rem
    }
    h1.title .d-block {
        display: inline
    }
    .head-link {
        font-size: 2rem
    }
    .item-clock-right .auto-clock {
        font-size: 1.2rem
    }
    .auto-link {
        display: block
    }
}
